(custom-face-attributes): Handle mapping `nil' and `unspecified' to
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d970106b
MB
12000-11-28 Miles Bader <miles@gnu.org>
2
36b80a0d
MB
3 * cus-face.el (custom-face-attributes): Add post-filter function
4 for :box. Make pre-filter function for :box handle all cases.
5
d970106b
MB
6 * wid-edit.el (widget-choose): Make sure pop-up window is large
7 enough to display all the choices, as there's no way to scroll it.
8
5a2bae6c
KH
92000-11-28 Kenichi Handa <handa@etl.go.jp>
10
11 * international/mule-conf.el: Make the coding system no-conversion
12 safe for all characters.
13
9e836e23
DL
142000-11-27 Dave Love <fx@gnu.org>
15
16 * tooltip.el (tooltip-use-echo-area): Doc fix.
17
18 * cus-start.el <minibuffer-prompt-properties>: Add version.
19 <read-buffer-function>: Add.
20
21 * apropos.el (apropos-print): Add help-echo to active text.
22
23 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
24
4a74d071
GM
252000-11-27 Gerd Moellmann <gerd@gnu.org>
26
27 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
28 type, group and version.
29
76058c27
EZ
302000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
31
4a74d071 32 * select.el (x-get-selection): Docstring fix.
76058c27 33
26a8d08d
GM
342000-11-27 Gerd Moellmann <gerd@gnu.org>
35
36 * play/5x5.el: Update from author.
37
49060c51
AI
382000-11-27 Andrew Innes <andrewi@gnu.org>
39
40 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
41
42 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
43
b2a8e429
MB
442000-11-27 Miles Bader <miles@gnu.org>
45
46 * dired.el (dired-get-filename): Return filename verbatim if
47 LOCALP is `verbatim'.
48 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
49 `verbatim' so that we don't inadvertently delete a non-existant
50 directory name.
51
5ac0366d
KH
522000-11-27 Kenichi Handa <handa@etl.go.jp>
53
54 * international/characters.el: Specify cases and syntaxes for
55 mule-unicode-0100-24ff.
56
67f1cf4c
GM
572000-11-27 Gerd Moellmann <gerd@gnu.org>
58
59 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
60 that foreground and/or background colors of the face `tool-bar'
61 are unspecified.
62
46c56972
MB
632000-11-27 Miles Bader <miles@gnu.org>
64
ec725166
MB
65 * wid-edit.el (widget-field-buffer, widget-field-start)
66 (widget-field-end): Handle widget field `pseudo-overlays'.
67 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
68 if it's there instead of in `widget-field-list'.
69
46c56972 70 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
71 (help-make-xrefs): Delete extraneous newlines at the end of the
72 docstring.
46c56972 73
640a9cdd
JR
742000-11-25 Jason Rumney <jasonr@gnu.org>
75
76 * startup.el (command-line): Call set-locale-environment after
77 Window System init file is read, as it can result in a call to
78 redraw-frame.
79
0b3f96d4
EZ
802000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * simple.el (shell-command): Mention the effect of the prefix
83 argument in the doc string.
84
8da6e2a1
MB
852000-11-25 Miles Bader <miles@gnu.org>
86
a658d039
MB
87 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
88
8da6e2a1 89 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 90 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 91
d3416cca
JR
922000-11-24 Jason Rumney <jasonr@gnu.org>
93
94 * international/mule-cmds.el (locale-language-names): Add "jp" as
95 a non-standard alternative for Japanese.
96
17e37f53
AS
972000-11-24 Andre Spiegel <spiegel@gnu.org>
98
99 * vc-hooks.el: Require 'cl during compilation.
100
9aa5f148
GM
1012000-11-24 Gerd Moellmann <gerd@gnu.org>
102
ba193890
GM
103 * faces.el (face-set-after-frame-default): Let face attributes
104 specified for new frames override frame parameters.
105
9aa5f148
GM
106 * startup.el (command-line): Fix computation of the source file
107 for user-init-file when user-init-file is a compiled file.
108
51a1edab
MB
1092000-11-24 Miles Bader <miles@gnu.org>
110
111 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
112 (custom-post-filter-face-spec): New functions.
113 (custom-face-set, custom-face-value-create): Filter the face spec
114 before and after customization.
115 (custom-face-set): If VALUE specifies a null face, pass a
116 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
117 * cus-face.el (custom-face-attributes): Remove SET and GET
118 functions. Add some IN-FILTER and OUT-FILTER functions in the few
119 cases they're needed.
120
1ed74431
MB
121 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
122 that it's distinguishable from the :off-glyph on dark-background
123 displays. Set its background color too.
124
67ee1125
MB
125 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
126 so that people can easily turn it off.
127
7d027816
MK
1282000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
129
130 * ediff-diff.el: Moved variables around to have it compile under NT.
131
9aa5f148 132 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 133
9aa5f148 134 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 135
9aa5f148 136 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
137 redundant skip-small-frames test.
138
9aa5f148 139 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
140 (viper-downgrade-to-insert): protect against errors in hooks.
141
9aa5f148
GM
142 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
143 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
144 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
145 functions.
146
9aa5f148 147 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 148
9aa5f148 149 * viper.el (viper-mode): Fix cursor handling.
7d027816 150
f07fa1b8
KH
1512000-11-24 Kenichi Handa <handa@etl.go.jp>
152
153 * international/mule-diag.el (list-iso-charset-chars): For
154 two-byte charset, fix the `while' condition.
155 (list-non-iso-charset-chars): Fix the `while' condition.
156
ba8299ff
SM
1572000-11-23 Stefan Monnier <monnier@cs.yale.edu>
158
79372165
SM
159 * subr.el (add-hook, remove-hook): Don't call make-local-hook
160 if the variable is make-variable-buffer-local.
161
ba8299ff
SM
162 * progmodes/ada-stmt.el (ada-template-map): Initialize
163 and bind it to C-c t in ada-mode-map.
164 (ada-stmt-mode-hook): New function extracted from old code.
165 Only change the buffer-local side of skeleton-*.
166 (ada-mode-hook): Use it.
167
68a887fa
EZ
1682000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
169
170 * iswitchb.el (iswitchb-minibuf-depth): New variable.
171 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
172 we expect to be returned by minibuffer-depth once we prompt the
173 user in the minibuffer.
174 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
175 as recorded in iswitchb-minibuf-depth, return non-nil.
176
3b345582
EZ
1772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
178
179 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
180 (hscroll-window-maybe): Docstring fix.
181
595dead2
DL
1822000-11-23 Dave Love <fx@gnu.org>
183
184 * rect.el (string-rectangle): Don't test delete-selection-mode.
185
1e66b27a
GM
1862000-11-23 Gerd Moellmann <gerd@gnu.org>
187
02790ce2
GM
188 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
189 is in the tool bar.
190
1e66b27a
GM
191 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
192 with `no-dir'; we want the directory part to be able to remove
193 it.
194
a4caa65d
SM
1952000-11-22 Stefan Monnier <monnier@cs.yale.edu>
196
197 * textmodes/outline.el (outline-flag-region):
198 Don't bind inhibit-read-only since we don't modify the buffer.
199 (outline-isearch-open-invisible): Don't jump to overlay-start
200 since we're trying to unhide text around point.
201 (outline-discard-overlays): Use dolist.
202
203 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
204
03e757c1
GM
2052000-11-22 Gerd Moellmann <gerd@gnu.org>
206
207 * mail/rmail.el (rmail-confirm-expunge): Default to
208 y-or-n-p.
209
1598a961
SM
2102000-11-22 Stefan Monnier <monnier@cs.yale.edu>
211
212 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
213 Fix ARG regexp to skip quoted braces.
214 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
215 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
216 are (correctly) handled separately).
217 Remove `caption' and `footnote' from `citations': they contain text.
218 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
219 (latex-skeleton-end-hook): New function.
220 (latex-mode): Use it.
221 (tex-start-tex-marker): Remove.
222 (tex-send-tex-command): Don't set tex-start-tex-marker.
223 (tex-error-parse-syntax-table): New var.
224 (tex-compilation-parse-errors): Use it.
225 Ignore tex-start-tex-marker. Don't bother with marker-position.
226 (tex-validate-buffer): Don't bother with marker-position.
227
228 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 229 (flyspell-generic-progmode-verify): Use it.
1598a961 230
eaae8106
SS
2312000-11-22 Sam Steingold <sds@gnu.org>
232
03e757c1
GM
233 * simple.el (delete-trailing-whitespace): New interactive
234 function.
235
eaae8106 236 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 237 `ada-remove-trailing-spaces'.
eaae8106 238 (ada-remove-trailing-spaces): Removed.
03e757c1 239
eaae8106 240 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 241
1598a961
SM
242 * textmodes/picture.el (picture-clean): Removed.
243 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 244
a41d49e9
GM
2452000-11-22 Gerd Moellmann <gerd@gnu.org>
246
e053c60f
GM
247 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
248
a41d49e9
GM
249 * hi-lock.el (hi-lock-refontify): Don't call non-existent
250 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 251 do anything special when jit-lock is active.
a41d49e9
GM
252 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
253
197615f3
DL
2542000-11-22 Dave Love <fx@gnu.org>
255
ddbfaa9f
DL
256 * calendar/todo-mode.el (todo-top-priorities): Use
257 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
258
ddc3c695
DL
259 * language/chinese.el, language/cyrillic.el:
260 * language/devanagari.el, language/ethiopic.el, language/greek.el:
261 * language/hebrew.el, language/indian.el, language/japanese.el:
262 * language/korean.el, language/lao.el, language/misc-lang.el:
263 * language/thai.el, language/tibetan.el, language/vietnamese.el:
264 Use provide.
265
fb9fa98d
DL
266 * cus-edit.el (custom-buffer-create-internal): Save some consing.
267 (custom-variable-set): Improve validation error mesage.
268
197615f3
DL
269 * rect.el (string-rectangle): Revert last change.
270 (string-rectangle-line): New arg DELETE.
271 (string-rectangle): Check delete-selection-mode.
272
273 * emacs-lisp/edebug.el (edebug-version)
274 (edebug-maintainer-address): Deleted.
275 (edebug-submit-bug-report): Just alias to report-emacs-bug.
276 (edebug-read-function): Account for other `'#' read forms.
277 (edebug-mode-menus): Make some items toggles.
278 (edebug-outside-unread-command-event, unread-command-event):
279 Remove these to avoid warnings.
280
f4117c4d
GM
2812000-11-22 David Ponce <david@dponce.com>
282
283 * recentf.el (recentf-menu-items-for-commands)
284 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 285 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 286
f4117c4d
GM
287 (recentf-build-dir-rules, recentf-dump-variable)
288 (recentf-edit-list, recentf-open-files-item)
289 (recentf-open-files): Replaced unnecessary `mapcar' with new
290 built-in `mapc'.
eaae8106 291
f8e2f3f2
MB
2922000-11-23 Miles Bader <miles@gnu.org>
293
294 * faces.el (menu): Make inverse-video on ttys too.
295
4c4a541d
SM
2962000-11-22 Stefan Monnier <monnier@cs.yale.edu>
297
298 * simple.el (comment-line-break-function): Use the new name
299 indent-new-comment-line -> comment-indent-new-line.
300 (clone-indirect-buffer): Don't ignore NORECORD.
301 (next-completion): Properly handle the case where items are adjacent.
302
303 * mouse.el (popup-menu): Stupid typo.
304
980d836e
GM
3052000-11-22 Gerd Moellmann <gerd@gnu.org>
306
60e8e0a5
GM
307 * emacs-lisp/authors.el: Remove autoload cookies, add author,
308 maintainer, keywords tags.
309
980d836e
GM
310 * rect.el (replace-rectangle): Don't call string-rectangle-line
311 with too many arguments.
312
e08b2069
AS
3132000-11-22 Andre Spiegel <spiegel@gnu.org>
314
60e8e0a5 315 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 316 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
317 vc-locking-user, which no longer exists.
318
319 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
320
c6779d8d
DL
3212000-11-22 Dave Love <fx@gnu.org>
322
323 * md5.el (md5): Provide.
324 (md5): Fix error call.
325
e672fdce
MB
3262000-11-22 Miles Bader <miles@gnu.org>
327
eaae8106 328 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
329 (refill-fill-paragraph-at): Remove debugging code.
330
80e24c04
MB
331 * calendar/calendar.el (generate-calendar-window): When we don't
332 call `fit-window-to-buffer', make sure the top line is fully visible.
333
3a17d6cc
MB
334 * image-file.el (insert-image-file): Don't make `read-only'
335 property rear-nonsticky.
336
ae1a21c6
MB
337 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
338 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
339 stashing away its original value.
340 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
341 in the recursive edit.
342 Bind `isearch-original-minibuffer-message-timeout' to protect it.
343 (isearch-done): Restore `minibuffer-message-timeout'.
344
e672fdce
MB
345 * cus-start.el: Remove entry for `mode-line-inverse-video'.
346
3ea79df8
SM
3472000-11-21 Stefan Monnier <monnier@cs.yale.edu>
348
349 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
350
351 * find-lisp.el (find-lisp-find-files-internal):
352 Use dolist, when and file-name-as-directory.
353
980d836e 354 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
355 (define-derived-mode, define-minor-mode): Add specs.
356
357 * window.el: General comment and spacing fixes.
358 (save-selected-window): Use backquotes.
359 (window-safely-shrinkable-p): New function.
360 (shrink-window-if-larger-than-buffer): Use it.
361
362 * subr.el (make-local-hook): Docstring fix.
363
364 * shell.el (shell-mode): Use define-derived-mode.
365
366 * newcomment.el (comment-indent): Insert comment before calling
367 comment-indent-function. Don't insert in column 0.
368 (comment-dwim): Indent before inserting comment.
369
370 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
371 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
372 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
373 Use mapc rather than map.
374
375 * files.el (find-buffer-visiting): Compare all attributes before
376 declaring two files identical (rather than just their inode-no).
377 (auto-mode-alist): Use \' rather than $.
378
379 * which-func.el: Update maintainer line.
380
381 * pcvs.el (uniquify-buffer-file-name): Remove advice.
382 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
383 (uniquify-buffer-file-name): Use it.
384
8f62f2b8
MB
3852000-11-22 Miles Bader <miles@gnu.org>
386
387 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
388 * simple.el (minibuffer-avoid-prompt): New function.
389
fb279a6d
GM
3902000-11-21 Gerd Moellmann <gerd@gnu.org>
391
392 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
393
867092e9
MB
3942000-11-21 Miles Bader <miles@gnu.org>
395
ef860850
MB
396 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
397 inclusion of `track-mouse'.
398
867092e9
MB
399 * textmodes/refill.el (refill-ignorable-overlay): New variable.
400 (refill-adjust-ignorable-overlay): New function.
401 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
402 only the paragraph's tail if possible.
403 Update `refill-ignorable-overlay'.
404 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
405
406 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
407 point inside the fill-prefix.
408
409 * textmodes/refill.el (refill-post-command-function): Don't reset
410 refill-doit in the case where a self-insertion command doesn't
411 case a refill. Use `refill-fill-paragraph-at', getting position
412 from `refill-doit'.
413 (refill-after-change-function): Set `refill-doit' to END.
414 (refill-fill-paragraph-at): New function, mostly from old
415 refill-fill-paragraph.
416 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
417 (refill-pre-command-function): New function.
418 (refill-mode): Add it to `pre-command-hook'.
419
ff9ab414
GM
4202000-11-20 Gerd Moellmann <gerd@gnu.org>
421
29a01b72
GM
422 * textmodes/artist.el (artist-mode): Fix autoload cookie.
423
ff9ab414
GM
424 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
425 javadoc tags.
eaae8106 426
885b211b
AS
4272000-11-20 Andre Spiegel <spiegel@gnu.org>
428
429 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
430 vc.el).
431
eaae8106 432 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 433 require vc.
eaae8106
SS
434
435 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 436 checkouts.
eaae8106 437
d1838556
DL
4382000-11-20 Dave Love <fx@gnu.org>
439
440 * Makefile.in (DONTCOMPILE): Omit bindings.el.
441
56c13ae6
GM
4422000-11-20 Gerd Moellmann <gerd@gnu.org>
443
444 * calculator.el: New version from author.
445
b95b34e5
GM
4462000-11-19 Gerd Moellmann <gerd@gnu.org>
447
030de92f
GM
448 * info.el (info-menu-5): Doc fix.
449
b95b34e5
GM
450 * textmodes/artist.el: New file.
451
54970452
AS
4522000-11-19 Andre Spiegel <spiegel@gnu.org>
453
eaae8106 454 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
455 and differentiate according to checkout model.
456 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
457 since this function is only concerned with master state.
458
eaae8106 459 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
460 vc-default-workfile-unchanged-p): Moved here from vc.el.
461
eaae8106 462 * vc.el (vc-workfile-unchanged-p,
54970452
AS
463 vc-default-workfile-unchanged-p): See above.
464
e5a9dabf
MB
4652000-11-19 Miles Bader <miles@gnu.org>
466
467 * image-file.el (insert-image-file): Make `intangible' and
468 `read-only' properties rear-nonsticky too.
469
24127af0
GM
4702000-11-18 Gerd Moellmann <gerd@gnu.org>
471
d392e9c5 472 * ps-print.el: Update copyright notice.
eaae8106 473
d392e9c5
GM
474 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
475 (tooltip-show): Use the offsets.
476
24127af0 477 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 478 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
479 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
480
08ea6f17
GM
4812000-11-17 Gerd Moellmann <gerd@gnu.org>
482
483 * ps-print.el: Minor fixes from author.
484
66321b2f
SM
4852000-11-16 Stefan Monnier <monnier@cs.yale.edu>
486
487 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
488 (vc-version-backup-file): Docstring fix.
489
046110c6
GM
4902000-11-16 Gerd Moellmann <gerd@gnu.org>
491
4104194e
GM
492 * files.el (basic-save-buffer): Don't add a newline if
493 find-file-literally is non-nil.
494 (find-file-literally): Extend doc string.
495
046110c6
GM
496 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
497 sort(1) with the `-f' argument.
498
6505c16e
AS
4992000-11-16 Andre Spiegel <spiegel@gnu.org>
500
fd063975
AS
501 * vc.el: Updated backend documentation.
502 (vc-default-check-headers): New function.
503
3d02dd81 504 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
505
506 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 507 up-to-date.
eaae8106 508 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 509 the minibuffer is not active.
fd063975 510
eaae8106 511 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 512 `vc-cvs-use-edit' is on.
eaae8106
SS
513 (vc-cvs-checkout): When this is used for reverting the workfile,
514 make a backup of the original contents and revert to that in case
8791d617 515 of error.
eaae8106 516 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 517 remote repositories.
eaae8106 518
6505c16e
AS
519 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
520 for both version and ratio in the minibuffer.
fd063975 521
eaae8106 522 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 523 Use vc-do-command to perform the annotation, not call-process.
6505c16e 524
a13f0660
KH
5252000-11-16 Kenichi Handa <handa@etl.go.jp>
526
527 * international/quail.el (quail-start-translation): Don't call
528 `message' before reading key sequence.
529
1389a414
MB
5302000-11-16 Miles Bader <miles@lsi.nec.co.jp>
531
532 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
533
9256a532
KH
5342000-11-16 Kenichi Handa <handa@etl.go.jp>
535
536 * window.el (fit-window-to-buffer): Be sure to acquire at least
537 one text line even if the buffer is empty.
538
0e14fe9f
GM
5392000-11-16 Gerd Moellmann <gerd@gnu.org>
540
eaae8106 541 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
542 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
543 ange-ftp-process-verbose to nil.
544
da645c53
DL
5452000-11-15 Dave Love <fx@gnu.org>
546
233d5cde
DL
547 * wid-edit.el (widget-specify-field, widget-specify-button): If
548 :help-echo is a function, set help-echo of overlay to
549 widget-mouse-help.
550 (widget-mouse-help): New function.
551 (widget-echo-help): Rewritten for :help-echo functions only taking
552 a widget arg.
553
b12057b9
DL
554 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
555 display-graphic-p.
556 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
557 and that JPEG is available.
558 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
559
da645c53
DL
560 * international/mule-cmds.el (locale-charset-language-names):
561 Match @euro.
562
6d133d1f
GM
5632000-11-15 Gerd Moellmann <gerd@gnu.org>
564
565 * faces.el (face-set-after-frame-default): If
0e14fe9f 566 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
567 default face from X resources.
568
49ac2ac5
EZ
5692000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
570
571 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
572 Don't set EMACSLOADPATH.
573
4fb0a34c
EZ
5742000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
575
576 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
577 texinfo-insert-@url.
578 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
579 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
580
bb304a7a
SM
5812000-11-14 Stefan Monnier <monnier@cs.yale.edu>
582
82bc80bf
SM
583 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
584 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
585 (checkdoc-minor-keymap): Backward compatibility.
586 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
587 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
588 (checkdoc-this-string-valid-engine): Be a bit more strict
589 to avoid matching substrings of `...' quoted vars/funs.
590 (checkdoc-defun-info): Only look for `interactive' if alone.
591 (debug-ignored-errors): Add "arg doesn't appear in docstring".
592
e8c87124
SM
593 * progmodes/compile.el (grep): `tag-default' can be nil.
594
bb304a7a
SM
595 * newcomment.el (comment-indent): Paren typo.
596
8628686a
DL
5972000-11-14 Dave Love <fx@gnu.org>
598
25c269ef
DL
599 * calculator.el: New maintainer version.
600
66321b2f 601 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 602
8628686a
DL
603 * cmuscheme.el: Doc fixes.
604 (cmuscheme) <defgroup>: Use `scheme' as parent.
605 (cmuscheme-program-name): Remove. Change uses to
606 scheme-program-name.
607
608 * xscheme.el (scheme-program-name): Don't define here.
609
610 * progmodes/scheme.el (scheme-program-name): New variable
611 (originally in cmuscheme).
612
88f0a1eb
MB
6132000-11-14 Miles Bader <miles@gnu.org>
614
615 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
616 Handle header-lines. Don't loop forever if we can't enlarge the
617 window anymore. Simplify a bit.
618
cd9a000c
KH
6192000-11-14 Kenichi Handa <handa@etl.go.jp>
620
621 * window.el (fit-window-to-buffer): Don't check
622 window-text-height. Assure that the last line is fully visible.
623
624 * international/quail.el (quail-show-guidance-buf): Call
625 fit-window-to-buffer to assure the enough height of the guidance
626 buffer.
627 (quail-update-guidance): Avoid making the guidance buffer shorter.
628
d3fcda22
SM
6292000-11-14 Stefan Monnier <monnier@cs.yale.edu>
630
bdbd9606
SM
631 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
632 rather than `prepend' and add an interesting comment.
633 (tex-math-face, tex-font-lock-syntactic-face-function):
634 New face and function to use it.
635 (tex-define-common-keys, tex-mode-map): Use menu-item rather
636 than `menu-enable' symbol property.
637 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
638 (tex-mode): Add some latex-mode commands for auto-selection.
639 Use tex-font-lock-syntactic-face-function.
640 (tex-insert-quote): Simplify.
641 (tex-shell): New mode.
642 (tex-start-shell): Use it.
643 (tex-shell-proc, tex-shell-buf): New functions.
644 (tex-send-command): Use it.
645 (tex-main-file): Fix the meaning of the new arg REALFILE.
646 (tex-send-tex-command): New function split from `tex-start-tex'.
647 Set compilation-last-buffer and compilation-parsing-end.
648
d3fcda22
SM
649 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
650 when it follows non-comment text on the line.
651
652 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
653 Set font-lock-defaults.
654 (lisp-mode-shared-map): Init inside the defvar.
655 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
656 Use define-derived-mode.
657
bdab1d43
MB
6582000-11-14 Miles Bader <miles@lsi.nec.co.jp>
659
660 * faces.el (header-line): Use `:box nil' for color/gs displays too.
661
936ae731
GM
6622000-11-14 Gerd Moellmann <gerd@gnu.org>
663
664 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
665 recursively optimize body because that can lead to infinite
666 recursion; see comment there.
667
1695ca2b
EZ
6682000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
669
670 * faces.el (face-spec-set-match-display): Revert the change from
671 2000-10-24. Add a FIXME for after v21.1.
672
9d348294
MB
6732000-11-13 Miles Bader <miles@gnu.org>
674
675 * textmodes/fill.el (skip-line-prefix): New function.
676 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
677 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
678 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
679 point inside the fill-prefix.
9d348294 680
b85fa13c
MB
6812000-11-13 Miles Bader <miles@lsi.nec.co.jp>
682
683 * calendar/calendar.el (generate-calendar-window): Use
684 `fit-window-to-buffer'.
685
a0b47716
SM
6862000-11-12 Stefan Monnier <monnier@cs.yale.edu>
687
688 * gud.el (gud-minor-mode): New var.
689 (gud-symbol, gud-val): New functions.
690 (gud-find-file): Copy gud-minor-mode to the new buffer.
691 (gud-menu-map): Include entries for commands that are not always
692 available, using :enable to (de)activate them.
693 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
694 (gud-mode-map): New map.
eaae8106 695 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
696 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
697 Don't set up gud's menu (it's done by the minor-mode).
698 (gud-minibuffer-local-map): New.
699 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
700 (gud-query-cmdline): New function.
701 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
702 (gud-mode): Use define-derived-mode.
703 Don't set up gud's menu (it's done by the minor-mode).
704 (gud-chop-words): Remove.
705 (gud-common-init): Use split-string instead.
706 (gud-new-keymap, gud-make-debug-menu): Eradicate.
707
708 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
709 Add keyword arg :name.
710
711 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
712 (diff-count-matches, diff-split-hunk): New functions.
713 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
714
715 * pcvs-info.el (cvs-fi-conflict-face): New var.
716
717 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
718 Make it into a simple syntax-table, shared among all submodes.
719 (sh-heredoc-face): Re-introduce.
720 (sh-font-lock-syntactic-face-function): New function.
721 (sh-mode): Use it. Also use define-derived-mode.
722 Remove old bogus setting of indent-region-function.
723 (sh-set-shell): Don't set the syntax-table any more.
724 (sh-mode-syntax-table) <defun>: Remove.
725
f5ed37df
MB
7262000-11-12 Miles Bader <miles@gnu.org>
727
728 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
729 message if interactive.
730
0b074c2f
DL
7312000-11-12 Dave Love <fx@gnu.org>
732
733 * mail/feedmail.el: Fix header,
734 (feedmail) <defgroup>: Add :link.
735
736 * view.el: Use local-map property, not keymap on mode-line string.
737
738 * scroll-all.el (scroll-all-mode): Customize variable. Add
739 autoload cookie to function.
740
741 * lazy-lock.el: Remove compatibility code.
742
743 * finder.el (finder-known-keywords): Add `files', remove `vms'.
744 (finder-help-echo): New variable.
745 (finder-mouse-face-on-line): Add help-echo stuff.
746 (finder-list-keywords, finder-list-matches): Use mapc.
747
748 * faces.el (face-font-registry-alternatives): Add :version.
749
750 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
751 tags-table-list.
752
a0b47716 753 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 754
a0b47716 755 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
756 (mail-mode): Use [:alnum:] in some regexps.
757
6d502396
DL
7582000-11-10 Dave Love <fx@gnu.org>
759
760 * ediff.el (ediff-regions-internal, ediff-documentation):
761 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
762 fundamental mode.
763
764 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
765 buffer into fundamental mode.
766 (ediff-set-difference): Use copy-sequence if available.
767
768 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
769 ediff-patch-map non-nil.
770 (ediff-fixup-patch-map, ediff-fixup-patch-map)
771 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
772 buffer into fundamental mode.
773
774 * ediff-merg.el (state-or-merge): Defvar when compiling.
775
a82fe213
JR
7762000-11-10 Jason Rumney <jasonr@gnu.org>
777
778 * w32-fns.el (w32-add-charset-info): New function.
779 (w32-charset-info-alist): Use it.
780
52d89894
GM
7812000-11-10 Gerd Moellmann <gerd@gnu.org>
782
783 * faces.el (face-font-registry-alternatives): New user-option.
784
178932de
SM
7852000-11-10 Stefan Monnier <monnier@cs.yale.edu>
786
d7fa3319
SM
787 * textmodes/texinfo.el (texinfo-block-default): New var.
788 (texinfo-insert-block): Use it. Insert a newline if needed.
789
178932de
SM
790 * textmodes/fill.el (fill-indent-according-to-mode): New var.
791 (fill-region-as-paragraph): Use it.
792
793 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
794 (latex-mode): Tweak tex-*-(head|trail)er regexps.
795 Tweak paragraph regexps to allow a leading [ \t]*.
796 (tex-latex-block): Insert a newline if necessary.
797 (latex-insert-item): Only insert a newline if necessary.
798 (tex-guess-main-file): New function.
799 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
800 Set tex-main-file if TeX-master is provided.
801 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
802
bd02b8e0
GM
8032000-11-10 Gerd Moellmann <gerd@gnu.org>
804
805 * startup.el (command-line): Set the default tooltip-mode
806 to t for graphical displays which implement x-show-tip.
807
808 * tooltip.el (tooltip-mode): Add a comment about startup.el
809 setting the default value of this user-option.
810
b29b03eb
SM
8112000-11-09 Stefan Monnier <monnier@cs.yale.edu>
812
813 * font-lock.el (font-lock-*-face) <defvar>: Move.
814 (font-lock-defaults-alist): Mark obsolete.
815 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
816 (font-lock-mode): Use define-minor-mode.
817 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
818 (font-lock-turn-off-thing-lock): Be more explicit.
819 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
820 (font-lock-syntactic-face-function): New var.
821 (font-lock-fontify-syntactically-region): Use it.
822 (font-lock-doc-face): New.
823
824 * pcvs.el (cvs-enabledp): Ignore errors.
825 (cvs-commit-filelist): Never query.
826 (cvs-mode-insert): Always add a terminating / in the initial prompt.
827 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
828 (cvs-do-removal): Use cvs-partition rather than delete-if.
829 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
830 cvs-bury-buffer.
831
832 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
833 Allow `next' to jump to after the end of the last match.
834
778fbc46
GM
8352000-11-09 Gerd Moellmann <gerd@gnu.org>
836
730c746c
GM
837 * simple.el (byte-compiling-files-p): New function.
838
839 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
840 if it is there.
841
842 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
843 nil again.
844
778fbc46
GM
845 * textmodes/ispell.el (ispell-library-path): Don't call
846 check-ispell-version when byte-compiling because that starts
847 an ispell process, and ispell might not be installed.
848 (toplevel): Don't set up a menu when byte-compiling.
849
850 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
851 it, so that a boundp test can be used to determine if we're
852 currently byte-compiling.
853
5912c5bb
DL
8542000-11-09 Dave Love <fx@gnu.org>
855
856 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
857 eval-after-load.
858
7bb054a5
GM
8592000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
860
861 * ps-print.el: Patch for variable initialization when spooling. Doc
862 fix.
863 (ps-output-list): Fun eliminated.
864 (ps-begin-file, ps-begin-job): Code fix.
865
9db2706e
DL
8662000-11-08 Dave Love <fx@gnu.org>
867
868 * ediff-wind.el (ediff-control-frame-parameters): Zero
869 tool-bar-lines.
870
f7eb32aa
GM
8712000-11-08 Gerd Moellmann <gerd@gnu.org>
872
873 * simple.el (shell-command, display-message-or-buffer)
874 (shell-command-on-region): Mention resize-mini-windows in the doc
875 string.
876 (display-message-or-buffer): Take the value of resize-mini-windows
877 into account.
878
7b01b08c
GM
8792000-11-07 Gerd Moellmann <gerd@gnu.org>
880
acad3c0b
GM
881 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
882
7b01b08c
GM
883 * dired.el (dired-between-files): Add `^. find' as an alternative
884 to the regular expression, for find-dired.
885
6f602bd0
SM
8862000-11-06 Stefan Monnier <monnier@cs.yale.edu>
887
888 * textmodes/texnfo-upd.el: Require texinfo.
889 (defmacro, defgroup): Remove.
890 (texinfo-section-to-generic-alist): Remove.
891 Use texinfo-section-list instead (i.e. level is changed string->int).
892 (texinfo-filter): New function.
893 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
894 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
895 Use it. And use regexp-opt.
896 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
897 (texinfo-update-menu-region-beginning)
898 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
899 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
900 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 901 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
902 (texinfo-sequential-node-update): Remove autoload cookie.
903
904 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
905 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
906 (texinfo-chapter-level-regexp): Remove.
907 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
908
bb216218
DL
9092000-11-06 Dave Love <fx@gnu.org>
910
6f602bd0 911 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 912
6f602bd0
SM
913 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
914 Match defun*.
bb216218 915
ff8dd5d5
KH
9162000-11-06 Kenichi Handa <handa@etl.go.jp>
917
918 * composite.el (composition-function-table): Variable declaration
919 moved to src/composite.c.
920 (compose-chars-after): New optional arg object.
921
e9da51a1
GM
9222000-11-06 Gerd Moellmann <gerd@gnu.org>
923
e0c12c68
GM
924 * bindings.el (mode-line-toggle-read-only)
925 (mode-line-toggle-modified, mode-line-widen)
926 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
927 (make-mode-line-mouse2-map): Rewritten.
928 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
929 functions so that C-h k can show something with a doc string.
eaae8106 930
e9da51a1
GM
931 * startup.el (fancy-splash-delay): Set to 10 seconds.
932 (fancy-splash-max-time): New user-option.
933 (fancy-splash-stop-time): New variable.
934 (fancy-splash-screens): Set it. Catch `stop-splashing'.
935 (fancy-splash-screens-1): Throw `stop-splashing' when current
936 time is greater than fancy-splash-stop-time.
937
611dbdf0
SM
9382000-11-06 Stefan Monnier <monnier@cs.yale.edu>
939
4d2806e2
SM
940 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
941
611dbdf0
SM
942 * pcvs.el (cvs-mode-marked): New arg `noquery'.
943 Prompt user for a file rather than raising an error.
944 (cvs-enabledp): Fix call to cvs-mode-marked.
945 (cvs-insert-file): New function (extracted from cvs-mode-insert).
946 (cvs-mode-insert): Use it. Change the init prompt' value.
947 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
948
949 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
950 Don't pass default arg to ewoc-locate.
951 (ewoc-collect): Return result in the right order.
952
953 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
954
955 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
956 (cvs-status-get-tags): Fix regexp.
957 (cvs-status-trees, cvs-status-cvstrees):
958 Combine after change hooks and don't sit-for.
4d2806e2
SM
959 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
960 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
961 Use make-char rather than hard-coded cryptic data.
962 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
963
964 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
965
966 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
967 (cvs-insert-strings): New function.
968
937b2877
MB
9692000-11-06 Miles Bader <miles@lsi.nec.co.jp>
970
971 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
972 `mwheel-scroll-amount'.
973 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
974 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
975 string-matching against the version string.
976
c6c97763
KH
9772000-11-06 Kenichi Handa <handa@etl.go.jp>
978
6eaec747
KH
979 * language/thai.el ("Thai"): Set a lisp form that produces
980 composed string in `sample-text' language info.
981
982 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
983 composed string in `sample-text' language info.
984
985 * international/mule-cmds.el (describe-language-environment): Eval
986 `sample-text' data and insert the result.
987
c6c97763
KH
988 * international/mule-conf.el (compound-text): Define this coding
989 system here. Make x-ctext and ctext aliases of it.
990
991 * language/european.el (compound-text, ctext): Moved to
992 international/mule-conf.el.
993
d1145f85
AI
9942000-11-05 Andrew Innes <andrewi@gnu.org>
995
996 * w32-fns.el (w32-version): New function.
997
178a6a45
SM
9982000-11-05 Stefan Monnier <monnier@cs.yale.edu>
999
1000 * progmodes/awk-mode.el: Update copyright.
1001 (awk-mode-abbrev-table): Remove.
1002 (awk-font-lock-keywords): Use regexp-opt.
1003 (awk-mode): Use define-derived-mode.
1004
1005 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1006 when extracting a suffix.
1007
1ba90166
AS
10082000-11-04 Andre Spiegel <spiegel@gnu.org>
1009
1010 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1011 auto-save-mode.
1012
546790cb
JR
10132000-11-04 Jason Rumney <jasonr@gnu.org>
1014
1015 * language/european.el (decode-mac-roman): Test against r1 not r0.
1016
d247e32d
SM
10172000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1018
fbf44f44
SM
1019 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1020 (icon-mode): Define indent-line-function.
1021 (icon-comment-indent): Simplify.
1022 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1023
1024 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1025
1026 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1027 Bind change-log-default-mode to defeat the caching done on it.
1028 Don't bother saving excursion any more.
1029
1030 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1031
1032 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1033 (set-frame-font): Use the new name (and the old for compatibility).
1034
eaae8106
SS
1035 * toolbar/tool-bar.el (tool-bar-mode):
1036 * time.el (display-time-mode):
1037 * recentf.el (recentf-mode):
1038 * paren.el (show-paren-mode):
1039 * mwheel.el (mouse-wheel-mode):
1040 * msb.el (msb-mode):
1041 * jka-compr.el (auto-compression-mode):
1042 * image-file.el (auto-image-file-mode):
1043 * hl-line.el (hl-line-mode):
1044 * delsel.el (delete-selection-mode):
1045 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1046 * complete.el (partial-completion-mode): Drop unneeded positional args.
1047
eaae8106 1048 * info.el (Info-mode):
79372165 1049 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1050
d247e32d
SM
1051 * log-edit.el (log-edit-menu): New menu.
1052
4921558e
MB
10532000-11-03 Miles Bader <miles@gnu.org>
1054
1055 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1056 definition, so that trailing spaces are handled properly.
1057 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1058
1fc02b3c
GM
10592000-11-03 Gerd Moellmann <gerd@gnu.org>
1060
1061 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1062 tab character.
1063 (fancy-splash-screens): Set tab-width to 20.
1064
51d001f7
DL
10652000-11-03 Dave Love <fx@gnu.org>
1066
1067 * comint.el (comint-completion-addsuffix): Fix custom type.
1068
ba22aeff
SM
10692000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1070
1071 * font-lock.el (font-lock-buffers): Remove.
1072 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1073 (font-lock-change-major-mode): Remove.
1074 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1075 (font-lock-default-fontify-region): Extend the multiline
1076 fontification to whole lines.
1077 (font-lock-fontify-anchored-keywords)
1078 (font-lock-fontify-keywords-region): If matching just one
1079 line (with \n) only mark the \n as multiline.
1080
1081 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1082 Correctly handle the case where several :group args are supplied.
1083 Allow :extra-args.
1084 (easy-mmode-define-global-mode): Allow :extra-args.
1085 Correctly handle the case where several :group args are supplied.
1086
9c887ada
MB
10872000-11-02 Miles Bader <miles@gnu.org>
1088
eaae8106 1089 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1090 (holiday-face): Remove dependency on `window-system'.
1091
7f25090d
KR
10922000-11-02 Ken Raeburn <raeburn@gnu.org>
1093
1094 * Makefile.in (emacs): Set EMACSLOADPATH always.
1095 (update-authors, .el.elc, compile-files): Don't do it explicitly
1096 here.
9b911107 1097 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1098
7dd6009c
DL
10992000-11-02 Dave Love <fx@gnu.org>
1100
1101 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1102
94821e4f
EZ
11032000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1106 punctuation in the warning inserted into the *mail* buffer.
1107
1ac3fc42
GM
11082000-11-02 Gerd Moellmann <gerd@gnu.org>
1109
57731876
GM
1110 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1111 (authors-public-domain-p): New function.
1112 (authors-print): Use it.
1113
975f82c9
GM
1114 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1115
1ac3fc42
GM
1116 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1117
4b3eb10f
GM
11182000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1119
975f82c9 1120 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1121 (ps-print-version): New version number (6.3.1).
1122 (ps-even-or-odd-pages): Customization fix.
1123 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1124 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1125 (ps-page-count): Var replaced by `ps-page-column'.
1126 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1127 (ps-print-sheet-p): New fun.
1128
7da794df
MB
11292000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1130
1131 * tooltip.el (tooltip-gud-tips-setup): New function.
1132 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1133 (tooltip-mode): Call tooltip-gud-tips-setup.
1134 (tooltip-gud-tips): Use `gud-basic-call' instead of
1135 process-send-string, so the prompt gets frobbed appropriately.
1136 Handle nil return value from `tooltip-gud-print-command'.
1137
0e40b809
EL
11382000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1139
1140 * comint.el (comint-add-to-input-history): New function.
1141 (comint-send-input): Use `comint-add-to-input-history'.
1142
50ada0db
MB
11432000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1144
973a3104
MB
1145 * info.el (info-menu-header): New face.
1146 (Info-fontify-menu-headers): New function.
1147 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1148
50ada0db
MB
1149 * info.el (Info-insert-dir): Don't include blank lines at
1150 beginning of additional dir files (one is added automatically).
1151
bff53411
SM
11522000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1153
1154 * emacs-lisp/easy-mmode.el (define-minor-mode):
1155 Revert the latest changes.
1156 Allow the three positional arguments to be skipped and replaced
1157 by keyword arguments.
1158 Add a :toggle argument to determine whether a nil arg means toggle
1159 or means turn-on. The default is unchanged.
1160 Add a call to force-mode-line-update.
1161
6b8a0b2d
DL
11622000-11-01 Dave Love <fx@gnu.org>
1163
1164 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1165 cookie.
1166
5bf99100
MB
11672000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1168
1169 * calendar/calendar.el (diary-face, holiday-face): Add
1170 dark-background variants.
1171
a4032611
SS
11722000-10-31 Sam Steingold <sds@gnu.org>
1173
1174 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1175 `tex-main-file' does not have directory in it.
1176
c286608e
SM
11772000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1178
1179 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1180
4836835a
TTN
11812000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1182
1183 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1184 functional change.
1185
26dcb81b
GM
11862000-10-31 Gerd Moellmann <gerd@gnu.org>
1187
1188 * files.el (find-file-noselect): When we expand a wildcard, return
1189 a list of buffers, as we should do according to the doc string.
1190
49fc4500
KR
11912000-10-31 Ken Raeburn <raeburn@gnu.org>
1192
1193 * loadup.el (top level): Adjust load path if program name is
1194 "../src/bootstrap-emacs", in case it's not dumped and thus the
1195 load path adjustment hasn't already been done.
1196
ea0c615d
GM
11972000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1198
1199 * ps-print.el: Fix bug on selected pages for printing. Use
1200 `color-values' for Emacs 21. Ensure fontification when jit-lock
1201 is on. Try to avoid warning messages when compiling. Doc Fix.
1202 (ps-print-version): New version number (6.3).
1203 (ps-color-device): Use `color-values' to determine if device
1204 supports color.
1205 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1206 (ps-print-page-p): Changed from defsubst to defun.
1207 (ps-page-number): Changed from defmacro to defun.
1208 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1209 printing.
c286608e 1210 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1211 (ps-end-file, ps-dummy-page): Funs eliminated.
1212 (ps-print-color-scale): Changed default value.
1213 (ps-page-n-up, ps-print-page-p): New internal vars.
1214 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1215 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1216
9e20722f
GM
1217 * delim-col.el: Little programming improvement.
1218 (delimit-columns-str): New macro.
1219 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1220
d7a0fd00
KH
12212000-10-31 Kenichi Handa <handa@etl.go.jp>
1222
c286608e
SM
1223 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1224 Moved to european.el.
d7a0fd00
KH
1225 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1226 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1227 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1228 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1229
234be340
DL
12302000-10-30 Dave Love <fx@gnu.org>
1231
1232 * progmodes/cc-menus.el (imenu-generic-expression)
1233 (imenu-progress-message): Only defvar when compiling.
1234
4edc4a39
DL
1235 * emacs-lisp/elp.el (elp-unload-hook): New function.
1236
1237 * loadhist.el (unload-feature): Call elp-restore-function,
1238 checking for symbols; don't use elp-restore-all.
1239 (loadhist-hook-functions): Doc fix.
1240
70c825df
SM
12412000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1242
1243 * log-edit.el (log-edit-confirm): Fix the default.
1244
1d3baf74
GM
12452000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1246
1247 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1248 delimit-columns-format.
1249 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1250
1ec321a7
MB
12512000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1252
1253 * comint.el (comint-replace-by-expanded-history): Don't use
1254 comint-get-old-input (we're not looking at *old* input).
1255 (comint-get-old-input-default): If using fields, signal an error
1256 when the point is not in an input field.
1257
70737ea9
KH
12582000-10-30 Kenichi Handa <handa@etl.go.jp>
1259
1260 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1261 and mule-unicode-e000-ffff.
1262
fa0cb51d 1263 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1264 (make-coding-system): Accept a symbol of translation table as a
1265 value of property `safe-chars'.
1266
1267 * international/mule-cmds.el (encode-coding-char): Check property
1268 safe-chars instead of safe-charsets.
1269
1270 * international/fontset.el (fontset-default): Modified for
1271 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1272 (x-font-name-charset-alist): Likewise.
1273 (ccl-encode-unicode-font): New CCL program. Record it in
1274 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1275
70c825df
SM
1276 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1277 New translation tables.
70737ea9
KH
1278 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1279 programs are modified and moved from mac-win.el.
1280 (mac-roman): Definition of this coding system is modified and
1281 moved from mac-win.el.
4836835a 1282
fda2ce24 12832000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1284
1d3baf74 1285 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1286 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1287
dd4d3cb6
MB
12882000-10-29 Miles Bader <miles@gnu.org>
1289
1290 * custom.el (custom-add-to-group): Allow multiple entries for a
1291 given value OPTION, as long as their widget types are different.
1292 * cus-edit.el (custom-face-value-create): If face name doesn't end
1293 with "face", add such here (similar to custom group widgets).
1294
1295 * comint.el (comint-highlight-prompt): Add :type.
1296
dace60cf
JW
12972000-10-28 John Wiegley <johnw@gnu.org>
1298
1299 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1300 Changed this function to operate on a temporary buffer instead of
1301 the main buffer. This not only keeps flyspell from marking a
1302 buffer as changed that wasn't, but it solves the jumpy cursor
1303 problem when attempts are made to edit incorrect words.
1304 (flyspell-maybe-correct-doubling): Same change as for
1305 `flyspell-maybe-correct-transposition'.
1306
1307 * calendar/timeclock.el (timeclock-log): Doc fix.
1308 (timeclock-last-event): Doc fix.
1309 (timeclock-log): Kill the timelog buffer after appending a new
1310 event.
1311 (timeclock-find-discrep): Use a temp buffer to read in the
1312 timelog, instead of visiting the file.
1313 (timeclock-log-data): A new function, along with a host of helper
1314 functions, for the purpose of making timelog data accessible to
1315 programmers.
1316
1317 * eshell/esh-mode.el (window-height test): Make certain that
1318 `eshell-stringify-t' is non-nil.
1319 (eshell-password-prompt-regexp): Changed to a much simpler
1320 password regexp.
1321 (eshell-send-input): If `eshell-invoke-directly' returns t,
1322 directly invoke the parsed command using `eval'. This improves
1323 turn-around time on simple commands by a factor of three or
1324 greater, such as cd, ls, pwd, etc. -- which get used very often.
1325 It also conserves thousands of cons cells per call (since
1326 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1327 in the Pacific Cookie Company).
1328
1329 * eshell/esh-test.el (eshell-test): Whitespace fix.
1330
1331 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1332 `eshell-ls-initial-args' nil when inserting directory contents.
1333
1334 * eshell/em-script.el (eshell-script-initialize): Add names to
1335 `eshell-complex-commands, since `source' and `.' are complex.
1336
0467b076
EZ
1337 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1338 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1339 `eshell-copy-handles'.
1340 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1341 bodies.
1342 (eshell-separate-commands): Whitespace fix.
1343 (eshell-complex-commands): Added a new list of names, for
1344 determining whether a given command is as simple as it looks.
1345 (eshell-invoke-directly): New function. Returns t if a command
1346 should be invoked directly (using `eval'), rather than indirectly
1347 using `eshell-do-eval'.
1348 (eshell-do-eval): Whitespace fix.
1349
1350 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1351 which provides an emulation of the DOS shell behavior of assuming
1352 that cp/mv/ln should copy/move/link to the current directory.
1353 (eshell-remove-entries): Added a doc string.
1354 (eshell-shuffle-files): Removed the check for `target' being null.
1355 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1356 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1357 it to do a smarter check of whether a destination was provided.
1358 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1359 (eshell/ln): Enable `:preserve-args', and use
1360 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1361 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1362 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1363 list after flattening it. This makes it possible to cat files
1364 with numerical names.
1365 (eshell-unix-initialize): Added several names to
1366 `eshell-complex-commands.
1367 (eshell-unix-command-complex-p): Return t if a given command name
1368 may result in external processes being invoked.
1369
1370 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1371 variable nil by default, since it slows down glob processing by a
1372 factor of two or more, and increases memory consumption.
1373
1374 * eshell/em-smart.el: Added a note about how memory consumptive
1375 smart display mode can be (at least this is true in Emacs 21).
1376 (eshell-smart-initialize): Whitespace fix.
1377 (eshell-refresh-windows): Use `if' instead of `when'.
1378 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1379 not necessary.
1380 (eshell-currently-handling-window): Added a missing global
1381 variable.
1382
1383 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1384 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1385 Whitespace fix.
1386 (eshell-ls-exclude-hidden): Added this variable in addition to
1387 `eshell-ls-exclude-regexp'. This one prevents files beginning
1388 with . from even being read, which can improve memory consumption
1389 quite a bit.
1390 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1391 read file entries beginning with a dot. In home directories with
1392 lots of hidden files, fully two-thirds of the time spent in ls is
1393 used to read directory entries that are immediately thrown away.
1394 (eshell-ls-initial-args): Added back this configuration variable,
1395 for specifying default initial arguments to every call to ls.
1396 Much faster than using an alias to do the same thing.
1397 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1398 (eshell-ls-dir): Whitespace change.
1399
1400 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1401
1402 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1403 available.
1404 (eshell-stringify-t): Added a customization variable, to indicate
1405 whether `t' should be rendered as a string at all. If not, one
1406 can still determine if the result of an expression is true using
1407 "file-exists-p FILE && echo true".
1408 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1409 stringify t!
1410
1411 * eshell/esh-module.el: Whitespace fix.
1412
1413 * eshell/em-alias.el (eshell-alias-initialize): Added
1414 `eshell-command-aliased-p' to `eshell-complex-commands'.
1415 (eshell-command-aliased-p): New function that returns t if a
1416 command name names an aliased.
1417
657f9cb8 14182000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1419
0467b076 1420 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1421 redrawing the screen when changing cursor color.
0467b076
EZ
1422 (viper-insert-state-pre-command-sentinel)
1423 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1424 (viper-replace-state-post-command-sentinel):
1425 Use viper-preserve-cursor-color.
657f9cb8
MK
1426 Many functions changed to use viper= instead of = when comparing
1427 characters.
0467b076 1428 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1429 working with characters.
0467b076 1430 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1431 Many functions changed to use viper= instead of = when comparing
1432 characters.
0467b076 1433 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1434
0467b076 1435 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1436 Several typos fixed in various docstrings.
0467b076
EZ
1437 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1438 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1439 hook.
0467b076
EZ
1440 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1441 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1442 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1443 (ediff-get-selected-buffers): New function.
1444 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1445 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1446 save-window-excursion.
0467b076 1447 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1448 termination check in while loop.
0467b076 1449 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1450 dired buffer.
0467b076
EZ
1451 (ediff-files,ediff-merge-files,ediff-files3)
1452 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1453
4f490d99
DL
14542000-10-28 Dave Love <fx@gnu.org>
1455
1456 * info.el (Info-fontify-node): Add help-echo for menu items.
1457
45b84006
EZ
14582000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1459
5ebc02b3
EZ
1460 * startup.el (normal-top-level): If the value of $TERM indicates
1461 we are running from xterm or one of its work-alikes, default to a
1462 light background mode.
1463
45b84006
EZ
1464 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1465 * faces.el (tty-handle-reverse-video): New function.
1466 (tty-create-frame-with-faces): Call it.
1467
1468 * frame.el (frame-notice-user-settings): Don't apply
1469 default-frame-alist and initial-frame-alist to MS-DOS frames.
1470 Call tty-handle-reverse-video, frame-set-background-mode, and
1471 face-set-after-frame-default for non-MS-DOS frames.
1472
1473 * startup.el (tty-long-option-alist): New variable.
1474 (tty-handle-args): New function.
1475 (command-line): Call tty-handle-args.
1476
1477 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1478 startup.el now does that for all character-terminal frames.
1479
eab6e8b9
MB
14802000-10-28 Miles Bader <miles@gnu.org>
1481
1482 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1483 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1484 global. If :global is followed by a non-nil but non-t value,
1485 make the mode buffer-local, but also generate a `global-MODE'
1486 version using `easy-mmode-define-global-mode'. Add
1487 :conditional-turn-on keyword argument.
1488
51a29efc
DL
14892000-10-28 Dave Love <fx@gnu.org>
1490
1491 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1492 use window-system.
1493
d71d7114
EZ
14942000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1495
1496 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1497 Don't call find-buffer-file-type-coding-system. Instead, just
1498 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1499 if the file is on an untranslated filesystem.
1500 (add-untranslated-filesystem): Use "D" instead of "f" inside
1501 interactive.
1502
1f9cab4b
DL
15032000-10-27 Dave Love <fx@gnu.org>
1504
70c825df 1505 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1506 (refill-mode): Use it.
1507
70c825df
SM
15082000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1509
1510 * international/quail.el (quail-activate): Don't make-local-hook.
1511
7432cf10
AS
15122000-10-27 Andre Spiegel <spiegel@gnu.org>
1513
4836835a 1514 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1515 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1516 (vc-make-version-backup): Don't do it on MS-DOS without long file
1517 names.
4836835a 1518
7432cf10
AS
1519 * vc.el (vc-version-other-window): If an automatic backup of the
1520 desired version exists, rename it instead of copying it.
1521
4836835a
TTN
1522 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1523 after command. If there's an unexpected error, signal it instead
7432cf10 1524 of being silent.
e1483c38 1525 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1526
05ea7ef2
MB
15272000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1528
fd1035aa
MB
1529 * shell.el (shell): Add BUFFER argument.
1530 * comint.el (make-comint-in-buffer): New function.
1531 (make-comint): Use it.
1532
05ea7ef2
MB
1533 * faces.el (face-spec-choose): Change syntax so that the list of
1534 attribute-value pairs is now the cdr of each clause, not the cadr.
1535 Detect old-style entries, and handle them. Use pop.
1536
835a55fe
SM
15372000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1538
f5ab1cdd
SM
1539 * cus-edit.el (custom-mode-map): Use a sparse map.
1540 (custom-mode): Don't bother with make-local-hook.
1541
1542 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1543
835a55fe
SM
1544 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1545
c13b0ec8
GM
15462000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1547
1548 * ps-print.el: Avoid compilation gripes.
1549 (ps-print-version): New version number (6.2.1).
4836835a 1550
e9f63196
DL
15512000-10-26 Dave Love <fx@gnu.org>
1552
0b95284b
DL
1553 * menu-bar.el: Modify some menu item help strings.
1554 (menu-bar-help-menu): Add link to MORE.STUFF.
1555
e9f63196
DL
1556 * cus-edit.el (custom-mode): Add `special' mode-class property.
1557
1558 * wid-browse.el (widget-browse-mode): Likewise.
1559
1560 * wid-edit.el (widget-specify-field): Revert to using local-map
1561 property, not keymap.
1562
e276a14a
MB
15632000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1564
c1545d88
MB
1565 * wid-edit.el (widget-field-end): When checking for a `boundary'
1566 field, do so in the correct buffer.
1567
3c1b77ca
MB
1568 * simple.el (undo): Correctly distinguish between numeric and
1569 non-numeric prefix args in non-transient-mark-mode, as per the doc
1570 string. When in transient-mark-mode, treat all prefix-args as
1571 numeric.
1572
f5ab1cdd
SM
1573 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1574 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1575
1576 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1577 (comint-mode-map): Reverse order of `comint-write-output' and
1578 `comint-append-output-to-file'.
1579 (comint-append-output-to-file): Reinstate this function, for the
1580 benefit of the menu.
1581
d97151cb
SM
15822000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1583
1584 * vc.el (vc-version-other-window): Bind `file'.
1585
ea7d6f5b
GM
15862000-10-25 Gerd Moellmann <gerd@gnu.org>
1587
f5ab1cdd 1588 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1589
1590 * emacs-lisp/authors.el (batch-update-authors): New function.
1591 (authors-fixed-entries): New defconst.
1592 (authors-add-fixed-entries): New function.
1593 (authors): Call it.: Don't process lispref/.
1594
17c25cea
JR
15952000-10-25 Jason Rumney <jasonr@gnu.org>
1596
1597 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1598 Merge x w32 and mac definitions.
1599
4ecda532
GM
16002000-10-25 Gerd Moellmann <gerd@gnu.org>
1601
1602 * menu-bar.el (menu-bar-options-menu): Add a help string for
1603 `uniquify'.
1604
b6735035
GM
16052000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1606
f5ab1cdd
SM
1607 * time-stamp.el (time-stamp-string-preprocess):
1608 Fix a wrong type argument error.
b6735035 1609
f4cbc7a0
MB
16102000-10-25 Miles Bader <miles@gnu.org>
1611
1612 * recentf.el (recentf-mode): Variable removed.
1613 (recentf-mode): Use `define-minor-mode'.
1614
1615 * mwheel.el (mouse-wheel-mode): New global minor mode.
1616 (mwheel-install): Use `mouse-wheel-mode'.
1617
f4b020f6
DL
16182000-10-25 Dave Love <fx@gnu.org>
1619
f5ab1cdd
SM
1620 * progmodes/cperl-mode.el (cperl-mode):
1621 Set normal-auto-fill-function correctly.
072cb6f9 1622
f4b020f6
DL
1623 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1624 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1625 bindings.
f4b020f6 1626
ebe2a441
MB
16272000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1628
ff4dcd4b
MB
1629 * wid-edit.el (widget-field-at): New function.
1630 (widget-at, widget-field-activate): Use it.
1631 (widget-tabable-at): Use `widget-at'.
1632 (widget-specify-field): If the terminating character of the widget
1633 field (which is read-only) is a newline, put it into a special
1634 `boundary' field so that C-n/C-p act more naturally.
1635 (widget-field-end): Also don't subtract one if a special
1636 `boundary' field has been added after the widget field.
1637
ebe2a441
MB
1638 * comint.el (comint-output-filter, comint-send-input): Don't
1639 bother adding stickiness fields to overlays to fool the field
1640 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1641
ebe2a441
MB
1642 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1643 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1644 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1645
fe50b6ab
GM
16462000-10-24 Gerd Moellmann <gerd@gnu.org>
1647
53df4dda
GM
1648 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1649 (authors): Set file coding system to iso-2022-7bit. Add
1650 file-local variables to output buffer.
1651
4836835a 1652 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1653 WARN is nil.
1654
53df4dda
GM
16552000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1656
1657 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1658
1659 * delim-col.el: Now there is a column formatting mechanism.
1660 Modified to customization mechanisms convention. Doc fix.
1661 (columns): New group for delim-col.
1662 (delimit-columns-before, delimit-columns-after)
1663 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1664 (delimit-columns-end): New vars.
1665 (delimit-columns-customize, delimit-columns-format): New funs.
1666 (delimit-columns-region, delimit-columns-rectangle)
1667 (delimit-columns-rectangle-line): Modified to support column
1668 formatting.
4836835a 1669
a9839779
DL
16702000-10-24 Dave Love <fx@gnu.org>
1671
1672 * log-edit.el (log-edit): Add :version and a :group for vc.
1673
df0267b8
GM
16742000-10-24 Gerd Moellmann <gerd@gnu.org>
1675
9acc3873
GM
1676 * files.el (after-find-file): Don't print a message ``New file''
1677 if WARN is nil.
1678
63e1b552
GM
1679 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1680 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1681 get duplicate tool-bar entries because we'll see the global ones
1682 on more than one path through keymaps.
1683
1946f901
GM
1684 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1685
df0267b8
GM
1686 * progmodes/cmacexp.el: Change Francesco's email address.
1687
ae3b264b
KH
16882000-10-24 Kenichi Handa <handa@etl.go.jp>
1689
1690 * window.el (fit-window-to-buffer): Adjust point of the window
1691 buffer, not that of the current buffer.
1692
23afac01
EZ
16932000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1694
1695 * progmodes/cmacexp.el: Update the euthor's email address.
1696
22d1a4ed
MB
16972000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1698
1699 * faces.el (face-spec-set-match-display): Add `graphic' display
1700 type (the inverse of `tty'). Use `display-graphic-p' instead of
1701 the window-system variable.
1702
f408aa48
KH
17032000-10-24 Kenichi Handa <handa@etl.go.jp>
1704
1705 * international/isearch-x.el (isearch-with-input-method): Call
1706 input-method-function with the first event in
1707 unread-command-events.
1708
94fe8a31
MB
17092000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1710
1711 * faces.el (face-default-spec, face-user-default-spec): Make
1712 defsubsts.
1713
8f47302e
AC
17142000-10-24 Andrew Choi <akochoi@i-cable.com>
1715
1716 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1717 New charsets.
1718
1719 * term/mac-win.el: Remove definitions of mac-roman-lower and
1720 mac-roman-upper, require dired, and define instead of set
1721 mac-ready-for-drag-n-drop to avoid compilation error.
1722
446c097e
AI
17232000-10-23 Andrew Innes <andrewi@gnu.org>
1724
1725 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1726 superfluous calls to subst-char-in-string; instead apply
1727 expand-file-name after convert-standard-filename to ensure
1728 expected directory separators are used.
1729
379b70e7
EZ
17302000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1731
1732 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1733
85c766e9
DL
17342000-10-23 Dave Love <fx@gnu.org>
1735
b7e03a67
DL
1736 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1737 (tool-bar-add-item): Set foreground and background for XBM icons.
1738
1739 * international/latin1-disp.el (latin1-char-displayable-p): New
1740 function (from Handa).
1741 (latin1-display-check-font): Use it.
1742
0dcf8835
DL
1743 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1744 using :key-sequence, making it much more usable. Use nconc, not
1745 append.
1746 (imenu--create-keymap-1): Avoid append.
1747
85c766e9 1748 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1749
cb3069bb
MB
17502000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1751
1752 [the following changes fix a bug where `define-minor-mode' didn't
1753 correctly generate :require clauses for defcustoms in compiled files]
1754 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1755 (byte-compile-log-file, byte-compile-log-1): Don't set
1756 `byte-compile-current-file' to nil. Instead set
1757 `byte-compile-last-logged-file' to it. Test whether
1758 byte-compile-current-file equals byte-compile-last-logged-file
1759 instead of whether its nil.
3b6542ba 1760 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1761
6db6243b
SM
17622000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1763
1764 * textmodes/refill.el: Fix var names in doc.
1765 (refill-mode): Don't bother with make-local-hook anymore.
1766
98490598
MB
17672000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1768
e01cd227
MB
1769 * faces.el (face-user-default-spec, face-default-spec): New functions.
1770 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1771 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1772 Use `face-user-default-spec'. Simplify code slightly.
1773
4836835a 1774 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1775 (woman-unknown-face): Add dark-background variants.
1776 (woman-default-faces): Renamed from `woman-colour-faces'.
1777 Set using the stored defaults, rather than using hard-wired colors.
1778 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1779 Just make the foreground `unspecified' rather than "black".
1780 (woman-menu): Rename menu entries accordingly.
1781
98490598
MB
1782 * faces.el (header-line): Make more reasonable on mono/grayscale
1783 displays.
1784
1a578e9b
AC
17852000-10-23 Andrew Choi <akochoi@i-cable.com>
1786
1787 * cus-edit.el (custom-button-face): Use 3D look for mac.
1788 (custom-button-pressed-face): Likewise.
1789
1790 * faces.el (set-face-attributes-from-resources): Handle mac frames
1791 in the same way as x and w32 frames.
1792 (face-valid-attribute-values): Likewise.
1793 (read-face-attribute): Likewise.
1794 (defined-colors): Likewise.
1795 (color-defined-p): Likewise.
1796 (color-values): Likewise.
1797 (display-grayscale-p): Likewise.
1798 (face-set-after-frame-default): Likewise.
1799 (mode-line): Same default face as for x and w32.
1800 (tool-bar): Likewise.
1801
1802 * frame.el: Remove call to frame-notice-user-settings at end of
1803 the file.
1804
1805 * info.el (Info-fontify-node): make underlines invisible for mac
1806 as for x, pc, and w32 frame types.
1807
1808 * term/mac-win.el: New file.
1809
aaaf7be7
DL
18102000-10-22 Dave Love <fx@gnu.org>
1811
1812 * textmodes/refill.el: New file.
1813
5392d654
AS
18142000-10-22 Andre Spiegel <spiegel@gnu.org>
1815
4836835a 1816 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1817 MANUAL and REGEXP.
4836835a 1818 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1819 New functions.
1820 (vc-before-save): Use the latter.
1821 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1822 confusion.
1823
4836835a 1824 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1825 expected by vc[-hooks].el.
1826
1827 * vc.el (vc-checkout): Added `-p' suffix in call to
1828 vc-make-version-backups-p; use vc-make-version-backup to actually
1829 make the backup.
1830 (vc-version-other-window, vc-version-backup-file): Handle both
1831 automatic and manual backups.
1832 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1833 of all of them.
1834
1e221c16
MB
18352000-10-22 Miles Bader <miles@gnu.org>
1836
7ff4fda5
MB
1837 * comint.el (comint-highlight-input, comint-highlight-prompt):
1838 Renamed, `-face' at end removed.
1839 (comint-send-input, comint-output-filter): Use renamed faces.
1840
3511cde8
MB
1841 * window.el (fit-window-to-buffer): Change defaulting of
1842 MAX-HEIGHT slightly.
1843
1e221c16
MB
1844 * faces.el (color-values, color-defined-p): Use `member', not
1845 `memq', because it works correctly for strings.
1846 (frame-set-background-mode): Actually, "unspecified-fg" and
1847 "unspecified-bg" *are* strings. Use `member', not `memq', and
1848 `equal', not `eq', when a string value is possible.
1849
b6ef4898
EZ
18502000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1853
34939e2c
SM
18542000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1855
1856 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1857 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1858 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1859 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1860 (sh-font-lock-syntactic-keywords): Use them.
1861 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1862 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1863 (sh-mode): Don't override font-lock-unfontify-region-function.
1864 Use a copy of sh-font-lock-syntactic-keywords.
1865 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1866 Don't call sh-scan-buffer since font-lock does it on the fly.
1867 (sh-get-indent-info): Use `face' rather than `syntax-table'
1868 text-property to detect here-documents.
1869 Replace sh-special-syntax with sh-st-punc.
1870 (sh-prev-line): Use `face' rather than `syntax-table'
1871 text-property to skip over here-documents.
1872 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1873 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1874 (sh-electric-less, sh-set-here-doc-region)
4836835a 1875 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1876 (sh-scan-buffer, sh-rescan-buffer): Remove.
1877
f3d3c491
AI
18782000-10-21 Andrew Innes <andrewi@gnu.org>
1879
1880 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1881 remote (ange-ftp) file names.
1882
b86c791c
MB
18832000-10-21 Miles Bader <miles@gnu.org>
1884
d9c30bdf
MB
1885 * window.el (fit-window-to-buffer): New function.
1886 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1887 (window-text-height): Don't expect minibuffers to have mode-lines.
1888
d9c30bdf 1889 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1890 * international/quail.el (quail-update-guidance): Use
1891 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1892
617fee5a
MB
1893 * international/quail.el (quail-show-guidance-buf): Make sure
1894 guidance window really has enough room.
1895 (quail-update-guidance): If quail-guidance-win is already shown,
1896 make sure its height is OK.
1897
b86c791c
MB
1898 * window.el (window-text-height, set-window-text-height):
1899 New functions.
1900 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1901 instead of `window-height' & `mode-line-window-height-fudge'.
1902 (mode-line-window-height-fudge): Add FACE parameter.
1903 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1904 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1905
e34850d1
MB
19062000-10-20 Miles Bader <miles@gnu.org>
1907
1908 * window.el (height-affecting-face-attributes): Use `defconst'.
1909
1910 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1911 New function, conditionally aliased to `mode-line-window-height-fudge'.
1912 (ispell-help): Use it.
1913 (ispell-choices-win-default-height): Don't include mode-line fudge.
1914 (ispell-choices-win-default-height): New function.
1915 (ispell-show-choices, ispell-command-loop): Use function
1916 `ispell-choices-win-default-height' instead of variable.
1917
a8b883c2
MB
19182000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1919
8c6e4a58
MB
1920 * window.el (mode-line-window-height-fudge): New variable.
1921 (height-affecting-face-attributes): New variable.
1922 (mode-line-window-height-fudge): New function.
1923 (shrink-window-if-larger-than-buffer): Use it.
1924 * help.el (resize-temp-buffer-window): Likewise.
1925
a8b883c2
MB
1926 * info.el (Info-fontify-node): Add support for @subsubsection
1927 titles, which use `Info-title-4-face'.
1928 (Info-title-4-face): New face.
1929 (Info-title-3-face): Inherit from Info-title-4-face instead of
1930 variable-pitch.
1931
e64c3a75
JR
19322000-10-19 Jason Rumney <jasonr@gnu.org>
1933
1934 * dired.el (dired-insert-directory): Do not let errors signalled by
1935 attempt to run dired-free-space-program prevent dired from working.
1936
c70fe852
SM
19372000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1938
1939 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1940
877cf6b4
GM
19412000-10-19 Gerd Moellmann <gerd@gnu.org>
1942
5de037e0
GM
1943 * dirtrack.el (dirtrack): Fix call to run-hooks.
1944
6deb9af9
GM
1945 * cmuscheme.el (cmuscheme-program-name): Renamed from
1946 scheme-program-name because xscheme.el contains a defcustom with
1947 the same name. As a consequence, customizing group `cmuscheme'
1948 loaded `xscheme' which redefined run-scheme.
1949 (run-scheme): Use cmuscheme-program-name.
1950
877cf6b4
GM
1951 * ps-print.el (ps-print-emacs-type): Move into the
1952 eval-and-compile.
1953
e597d8fb 1954 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1955 anonymous address, and add a website for Befrienders International.
4836835a 1956
3e9cb08f
GM
19572000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1958
c70fe852
SM
1959 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1960 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1961 (ps-print-version): New version number (6.2).
1962 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1963 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1964 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1965 (ps-x-extent-priority, ps-x-extent-start-position)
1966 (ps-x-face-font-instance, ps-x-find-coding-system)
1967 (ps-x-font-instance-properties, ps-x-make-color-instance)
1968 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1969 avoid compilation gripes without defining functions.
1970 (ps-e-find-composition): Alias for function find-composition, to have a
1971 suitable function depending on Emacs version.
1972 (ps-color-device, ps-color-values, ps-face-foreground-name)
1973 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1974 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1975 (ps-print-ensure-fontified): Function definitions surrounded by
1976 `eval-and-compile' to avoid compilation gripes.
1977 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1978 by symbol-value to avoid compilation gripes.
1979 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1980 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1981
d8abcd91
MB
19822000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1983
13ab33c4
MB
1984 * startup.el (normal-top-level): Call `frame-set-background-mode'
1985 after `frame-notice-user-settings' because the latter doesn't call
1986 the former on a tty.
1987
d8abcd91
MB
1988 * faces.el (frame-set-background-mode): `unspecified' &c are
1989 symbols, not strings.
1990
e8bce0a9
EZ
19912000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1992
c70fe852
SM
1993 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1994 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1995
c70fe852
SM
1996 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1997 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1998
773272d8
KH
19992000-10-19 Kenichi Handa <handa@etl.go.jp>
2000
c70fe852 2001 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2002 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2003 for ISO10646-1 fonts.
2004 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2005
772139c0
EZ
20062000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2007
2008 * faces.el (frame-set-background-mode): If a tty frame defines a
2009 background color, use that to compute the background mode, instead
2010 of always defaulting to "dark".
2011
d134a19f
MB
20122000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2013
8bb84cb2
MB
2014 * comint.el (comint-write-output): New function.
2015 (comint-mode-map): Add it to the menu.
e40a778f 2016 Bind `C-c C-s' to comint-write-output.
d134a19f 2017
dada41e1
GM
20182000-10-18 Gerd Moellmann <gerd@gnu.org>
2019
2020 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2021 Use fancy-splash-delay.
2022
9b5360aa
GM
20232000-10-18 Alex Schroeder <alex@gnu.org>
2024
2025 * progmodes/sql.el (sql-sybase-options): New option.
2026 (sql-sybase): Use it. Add sql-database to the list of parameters
2027 provided for login. The options -w 2048 -n are not used any more.
2028
9035a35a
GM
2029 * comint.el (comint-read-input-ring): Bugfix such that the first
2030 and the last entry of the input ring file are not lost.
2031
3556c6dd
GM
20322000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2033
2034 * ps-print.el: Internal variable changes to defcustom,
2035 make-local-hook changes to defvar. Doc fix.
2036 (ps-print-version): New version number (6.1).
2037 (ps-setup, ps-do-despool): Code fix.
2038 (ps-printer-name): Customization fix.
2039 (ps-printer-name-option): Now is a defcustom instead of an
2040 internal variable.
2041 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2042 (ps-print-begin-column-hook): Now are defvar instead of
2043 make-local-hook.
4836835a 2044
4e217e50
MB
20452000-10-18 Miles Bader <miles@gnu.org>
2046
2047 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2048 (comint-kill-output): Changed into an alias for `comint-delete-output',
2049 and made obsolete.
2050 (comint-mode-map): Rename references to comint-kill-output.
2051
34460354
EZ
20522000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2053
2054 * diff-mode.el (diff-header-face, diff-file-header-face)
2055 (diff-changed-face): Add bold and italic attributes to tty faces.
2056 (diff-function-face): New face.
2057 (diff-font-lock-keywords): Use it.
2058
17ea3cdb
MB
20592000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2060
2061 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2062 Remove commented-out call to force-mode-line-update.
2063 (comint-kill-output): Use `forward-line 0' instead of
2064 beginning-of-line to make sure we get past the prompt.
2065
9244f2c7
SM
20662000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2067
2068 * diff-mode.el (diff-header-face, diff-file-header-face):
2069 Add specific setting for dark background.
2070 (diff-context-face): Renamed from diff-comment-face.
2071 Set explicitly rather than inheriting from font-lock-comment-face.
2072
1592c1ef
EZ
20732000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * startup.el (command-line): Move the code which sets the default
2076 TTY colors to before before-init-hook.
2077
f86292a9
GM
20782000-10-17 Gerd Moellmann <gerd@gnu.org>
2079
2080 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2081
f7f2e883
EZ
20822000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2083
e854cc22
EZ
2084 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2085 extensions, for MS-DOS.
2086
f7f2e883
EZ
2087 * diff-mode.el (diff-header-face, diff-file-header-face)
2088 (diff-changed-face): Define tty-specific colors.
2089
c7b4f0f9
GM
20902000-10-17 Gerd Moellmann <gerd@gnu.org>
2091
2092 * startup.el (fancy-splash-text): Realign the text.
2093
12a72271
EZ
20942000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * font-lock.el (font-lock-comment-face): Define a separate default
2097 for dark-background tty's.
2098
61dfccfd
MB
20992000-10-17 Miles Bader <miles@gnu.org>
2100
2101 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2102 being obscured by whizzy mode-lines on graphics displays.
2103
333cd59e
EZ
21042000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2105
2106 * info.el (Info-title-1-face, Info-title-2-face)
2107 (Info-title-3-face): Define colors for tty's.
dada41e1 2108 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2109
dbf1fcc1
EZ
21102000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2111
2112 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2113 reverse from the frame parameters, and don't invert foreground and
2114 background colors.
2115
ac629823
MB
21162000-10-16 Miles Bader <miles@gnu.org>
2117
2118 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2119 string "*Info*". Call propertized-buffer-identification to spruce
2120 up the result.
2121
76eebffc
GM
21222000-10-16 Gerd Moellmann <gerd@gnu.org>
2123
3a6b59d9
GM
2124 * help.el: Provide `help' for the sake of define-minor-mode
2125 which generates defcustoms with requires.
2126
6569c3d3
GM
2127 * jit-lock.el (jit-lock-after-change): If we're in text that
2128 matches a multi-line font-lock pattern, make sure the whole text
2129 will be redisplayed.
2130
c2e0a611
GM
2131 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2132 author's name is unknown.
2133
76eebffc
GM
2134 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2135 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2136 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2137 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2138 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2139 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2140 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2141 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2142 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2143 Add author information.
2144
cf1e7b12
MB
21452000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2146
2147 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2148 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2149 full-color version (using the Gimp) to eliminate dithering artifacts.
2150
5586f3eb
SM
21512000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2152
2153 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2154
2155 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2156
ad64a888
DL
21572000-10-15 Dave Love <fx@gnu.org>
2158
2159 * progmodes/sh-script.el: Require skeleton and comint when
2160 compiling.
2161
2162 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2163
2164 * whitespace.el: Doc fixes.
2165 (top-level): Don't add hooks here.
2166 (whitespace-running-emacs): Deleted.
2167 (timer): Don't require.
2168 (whitespace): Add back :version conditional on xemacs test.
2169 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2170 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2171 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2172 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2173 Avoid specific xemacs test.
2174 (whitespace-global-mode): New option.
2175 (whitespace-global-mode): New command.
2176 (whitespace-unload-hook): New function.
2177
2178 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2179 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2180 (Info-fontify-node): `Goto' goes to `Go to'.
2181 (Info-fontify-node): Add help-echo to xref links.
2182
1ef49fc6
EZ
21832000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2184
2185 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2186
8b7707e1
SM
21872000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2188
b3b7f42f
SM
2189 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2190 Use plist-get and allow :inherit.
2191
2192 * emacs-lisp/cl-macs.el (cl-do-arglist):
2193 Use plist-get and plist-member instead of memq.
2194
3c7fafc7
SM
2195 * emacs-lisp/ewoc.el (ewoc-location): New function.
2196 (ewoc-enter-after, ewoc-enter-before): Document return value.
2197 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2198 Don't need make-local-hook any more.
2199 (cvs-addto-collection): Return the new tin.
2200 (cvs-mode-insert): Jump to the new line.
2201
8b7707e1
SM
2202 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2203
2204 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2205
2206 * font-lock.el (font-lock-syntactically-fontified): New var.
2207 (font-lock-fontify-syntactic-keywords-region): Use it.
2208 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2209
2210 * diff-mode.el (diff-find-file-name): Fix regexp.
2211
2212 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2213 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2214
2215 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2216 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2217 (sh-mode): Don't make all vars local here.
2218 (sh-kw): Reformat.
2219 (sh-set-shell): Use dolist. Don't set indent-region-function.
2220 (sh-mode-syntax-table): Use pop.
2221 (sh-remember-variable): Use push.
2222 (sh-help-string-for-variable): Use memq.
2223 (sh-safe-backward-sexp): Remove.
2224 (sh-safe-forward-sexp): Add ARG.
2225 (sh-get-indent-info, sh-prev-stmt): Use it.
2226 (sh-prev-line): Simplify by using forward-comment.
2227 (sh-this-is-a-continuation): Simplify.
2228 (sh-learn-buffer-indent): Use dolist.
2229 (sh-do-nothing): Remove.
2230 (sh-set-char-syntax, sh-set-here-doc-region):
2231 Use inhibit-modification-hooks.
2232 (sh-name-style): Use mapcar and push.
2233 (sh-load-style): Use dolist.
2234 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2235 (sh-case, sh-while-getopts): Use propertize directly rather
2236 than sh-electric-rparen.
2237
22382000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2239
2240 * textmodes/tex-mode.el: Require CL when compiling.
2241 (tex-mode-syntax-table): Init immediately.
2242 (tex-mode-map): Bind M-RET to latex-insert-item.
2243 (latex-mode): Set indent-line-function to latex-indent.
2244 (tex-common-initialization): Don't setup the syntax-table any more.
2245 (latex-insert-item): New skeleton.
2246 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2247 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2248 (latex-indent, latex-find-indent): New functions.
4836835a 2249 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2250 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2251 (tex-compilation-parse-errors): Use with-syntax-table.
2252
86b7fcbb
MB
22532000-10-15 Miles Bader <miles@gnu.org>
2254
2255 * font-lock.el (font-lock-comment-face): Change dark-background,
2256 color, non-tty, default to `chocolate1'.
2257
57a24508
JW
22582000-10-13 John Wiegley <johnw@gnu.org>
2259
2260 * eshell/esh-util.el (require): Added a missing `require' form,
2261 needed when compiling (for an ange-ftp macro definition).
2262
40ad3db4
DL
22632000-10-13 Dave Love <fx@gnu.org>
2264
2265 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2266
db460189
GM
22672000-10-13 Gerd Moellmann <gerd@gnu.org>
2268
b41c9501
GM
2269 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2270 fix.
2271
4836835a 2272 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2273 transparent -colors 8).
2274
3b5e21df
GM
22752000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2276
2277 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2278 that breaks with old list format timestamps.
2279 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2280 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2281 strings.
2282
16908a3f
JW
22832000-10-13 John Wiegley <johnw@gnu.org>
2284
d7103dda
JW
2285 * align.el, pcomplete.el, calendar/timeclock.el,
2286 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2287
dace60cf 2288 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2289 faulty math, where holiday hours were being computing as seconds.
2290
b6b70cda
JW
22912000-10-13 John Wiegley <johnw@gnu.org>
2292
2293 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2294 specifying what "other" kinds of buffers should be saved. This
2295 used to be hard-coded.
2296 (desktop-buffer-misc-functions): A global for specifying how
2297 auxiliary data should be determined for special buffer types.
2298 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2299 instead of hard-coding the special buffer types.
2300 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2301 auxiliary data, instead of hard-coding for Info buffers and dired.
2302 (desktop-buffer-info-misc-data): Aux function for determining Info
2303 buffer auxiliary info.
2304 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2305 (desktop-buffer-info): Changed this function to use the info
2306 gathered above.
2307 (desktop-create-buffer): Be a little more careful about what
2308 `minor-mode' means before calling it. This is important for some
2309 buffer types.
2310
8c6b1d83
JW
23112000-10-13 John Wiegley <johnw@gnu.org>
2312
2313 * eshell/esh-util.el: Added a global form which declares an
2314 autoload for `parse-time-string', if that function is not already
2315 defined, and if parse-time.el is available on the user's system.
2316
2317 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2318 to be aware of ange-ftp user info.
2319 (eshell-do-ls): Bind `ange-cache'. Also, use
2320 `eshell-file-attributes'.
2321 (eshell-ls-annotate): Use `eshell-file-attributes'.
2322 (eshell-ls-file): Made the user-id printing code a bit smarter.
2323
2324 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2325 allow identification of alias user ids in remote directories.
2326 It's manual, but there's no other way to know when the current
2327 user on the local machine, is also the owning user on the remote
2328 machine.
2329 (fboundp): Bind `ange-cache'.
2330 (eshell-directory-files-and-attributes): Re-organized the logic a
2331 bit to use `eshell-file-attributes' instead of `file-attributes'.
2332 The former is more sensitive to directories that are read via FTP,
2333 and knows how to use ange-ftp to determine full attribute
2334 information, instead of just the name and last modtime.
2335 (eshell-current-ange-uids): Return the current user id when in a
2336 remote directory.
2337 (eshell-parse-ange-ls): Parse a full directory listing that has
2338 been returned by ange-ftp.
2339 (eshell-file-attributes): This beefed up version of
2340 `file-attributes' is only special if the user is currently in a
2341 remote directory, in which case it does a lot of work to find out
2342 what the real attributes of a file are, as they appear on the
2343 remote machine. This makes usage of remote directories (i.e.,
2344 ange-ftp pathnames) much more useful. You can now use Eshell as a
2345 full-fledged FTP client, with much more manipulation ability than
2346 most other clients.
2347
2348 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2349 variable, which means that Eshell's du should always be preferred
2350 in remote directories.
2351 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2352 just `file-attributes'.
2353 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2354 when reading remote directories. This is an Eshell-specific
2355 variable (not part of ange-ftp).
2356 (eshell/ln): Bind `ange-cache'.
2357 (eshell/du): Added some extra logic for determining when to use
2358 Eshell's du (which is slow), and when to use the external version
2359 (which may or may not exist).
2360
2361 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2362 `eshell-interactive-process', rather than using
2363 `get-buffer-process', since backgrounded processes don't count in
2364 the context of this function's logic.
2365
2366 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2367 `forward-char', so that null strings are parsed correctly.
2368
87730e84 23692000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2370
2371 * eshell/em-pred.el (eshell-pred-file-type,
2372 eshell-pred-file-links, eshell-pred-file-size): Use
2373 `eshell-file-attributes'. This is more correct over ange-ftp.
2374
2375 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2376 that remote file globbing is more efficient.
2377
2378 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2379 gathering the files and attributes within a directory.
2380
2381 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2382 the command line is a special file (not a regular file, directory
2383 or symlink), always attempt to call the external version of cat.
2384
87730e84 23852000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2386
2387 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2388 Eshell-friendly version of find-tag.
2389
1c7e37a9
MB
23902000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2391
4836835a 2392 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2393 (image-file-name-regexps): Add autoload cookies.
2394
11a7f341
KH
23952000-10-13 Kenichi Handa <handa@etl.go.jp>
2396
2397 * international/mule-cmds.el (select-safe-coding-system): If FROM
2398 is string, show it in *Warning* buffer.
2399
8ddddcb0
EZ
24002000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2401
2402 * startup.el (normal-top-level): Use display-popup-menus-p instead
2403 of window-system.
2404 (command-line): Use display-graphic-p instead of window-system.
2405 (command-line-1): Use display-popup-menus-p and display-mouse-p
2406 instead of window-system.
2407
72200f89
SS
24082000-10-12 Sam Steingold <sds@gnu.org>
2409
2410 * tooltip.el (tooltip-use-echo-area): New user variable.
2411 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2412
8661c643
DL
24132000-10-12 Dave Love <fx@gnu.org>
2414
d0b40dc1
DL
2415 * recentf.el: Maintainer's checkdoc fixes.
2416
a622451f
DL
2417 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2418 character class, not ASCII when matching file names.
2419 (fancy-splash-head): Add trailing slash to URL.
2420 (command-line): Don't require XPM support for toolbar.
2421
8661c643
DL
2422 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2423 (cperl-invalid-face): Revert last change.
2424 (cperl-init-faces): Quote cperl-invalid-face.
2425
ef2ed8ab
KH
24262000-10-12 Kenichi Handa <handa@etl.go.jp>
2427
2428 * startup.el (fancy-splash-text): Remove superfluous quote.
2429
b0da379e
GM
24302000-10-12 Gerd Moellmann <gerd@gnu.org>
2431
dbeb499b
GM
2432 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2433 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2434 (command-line-1): Don't use fancy-splash-pending-command.
2435 (fancy-splash-screens-1): Goto point-min after inserting text.
2436
d861718a
GM
2437 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2438
b0da379e
GM
2439 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2440 instead of shared-lisp-mode-map.
2441
4fb2ad98
MB
24422000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2443
1cb4393e
MB
2444 * faces.el (header-line): Change tty-variant to use underlining.
2445
4fb2ad98
MB
2446 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2447 (isearch-highlight): Restore lazy-isearch face properties at old
2448 position, and suppress them at new position.
2449 (isearch-dehighlight): Restore lazy-isearch face properties.
2450 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2451 over the real isearch overlay, but in that case, don't give it a
2452 face property. Use `push'.
2453
eb991b25
KH
24542000-10-12 Kenichi Handa <handa@etl.go.jp>
2455
2456 * man.el (Man-getpage-in-background): Fix previous change.
2457 Decode the process output only when we are in multibyte mode.
2458
a818c1c0
DL
24592000-10-11 Dave Love <fx@gnu.org>
2460
c990f53a
DL
2461 * info.el (Info-mode-menu): Fix some help.
2462 (info-tool-bar-map): Add entry for Info-last.
2463
a818c1c0
DL
2464 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2465 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2466 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2467 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2468 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2469 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2470 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2471 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2472 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2473 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2474 Reduce colour requirements to 25 overall. (Probably wants
2475 revisiting from the originals to reduce further.)
2476
c1b096cb
EZ
24772000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2478
2479 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2480 buffer-file-coding-system, instead of raw-text.
2481 (dehexlify-buffer): Bind coding-system-for-read to
2482 buffer-file-coding-system, instead of raw-text.
2483
5c8b7eaf
SS
24842000-10-11 Sam Steingold <sds@gnu.org>
2485
2486 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2487 `underline' - fixes the bug introduced on 2000-09-21.
2488
2cfbdb7a
DL
24892000-10-11 Dave Love <fx@gnu.org>
2490
2491 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2492 compiler warnings.
2493 (scheme-mode): Doc fix.
2494 (scheme-font-lock-keywords-1): Match `define-syntax'.
2495
24962000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2497
2498 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2499 face specs as well as default ones. Only do anything if the
2500 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2501 (region): Make dark-background `region' face less in-your-face.
4b33f290 2502
690ec649
SS
25032000-10-10 Sam Steingold <sds@gnu.org>
2504
2505 * chistory.el, ielm.el, ledit.el:
2506 * progmodes/inf-lisp.el, progmodes/scheme.el:
2507 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2508
3b95d6bb
SM
25092000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2510
2511 * textmodes/texinfo.el: Update copyright and fix typo.
2512
2513 * desktop.el (desktop-modes-not-to-save): New var.
2514 (desktop-save-buffer-p): Use it.
2515 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2516 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2517
d646c828
DL
25182000-10-10 Dave Love <fx@gnu.org>
2519
2520 * toolbar/tool-bar.el (tool-bar-add-item)
2521 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2522 display.
2523
d646c828
DL
2524 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2525 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2526 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2527 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2528 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2529 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2530 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2531 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2532 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2533 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2534 the .xpms; probably need retouching.
2535
862a7e28
MB
25362000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2537
2538 * subr.el (add-to-list): Add optional argument APPEND.
2539 * battery.el (display-battery): Use `add-to-list'.
2540
46e33aee
TTN
25412000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2542
930baf47
TTN
2543 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2544 these vars as symbol properties.
2cfbdb7a
DL
2545 (zone, zone-when-idle, zone-leave-me-alone)
2546 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2547
5a430f9c
TTN
2548 * battery.el (display-battery): Doc spelling fix.
2549
46e33aee
TTN
2550 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2551 property.
2552
adf7d3a8
DL
25532000-10-09 Dave Love <fx@gnu.org>
2554
2555 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2556 has been initialized before calling tool-bar-setup.
c2156508 2557 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2558
06a8c9f8
EZ
25592000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2560
e4ca8f8c
EZ
2561 * menu-bar.el (send-mail-item-name): New function.
2562 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2563 of mail-user-agent in the menu. Don't display the "Send Mail"
2564 item if mail-user-agent is nil or its value is ignore.
2565 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2566 if read-mail-command is nil or its value is ignore.
2567
06a8c9f8
EZ
2568 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2569
7dbc9c8a
MB
25702000-10-09 Miles Bader <miles@gnu.org>
2571
29e0814b
MB
2572 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2573 Correct image size.
2574 * toolbar/left_arrow.xpm: Correct image size.
2575
7dbc9c8a
MB
2576 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2577 will be done by the definition of `auto-compression-mode' if
2578 necessary. Move code to uninstall existing file-name handler
2579 before definition of `auto-compression-mode'.
2580
2581 * image-file.el (auto-image-file-mode): Move to the end of the
2582 file, because `define-minor-mode' actually calls the mode-function
2583 if the associated variable is non-nil, which requires that all
2584 needed functions be already defined.
2585
65b61266
MB
2586 * mouse.el (popup-menu): Balance parens.
2587
d6b8c85b
SM
25882000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2589
2590 * mouse.el (popup-menu): Move the command call outside the loop
2591 so that popup-menu returns whatever the command returns.
2592
2593 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2594 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2595 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2596 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2597
2598 * vc.el (vc-version-diff): diff-switches can be a list.
2599 Use relative filenames for prettier output.
2600
46e33aee 2601 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2602 (vc-post-command-functions): Remove old-VC compatibility code.
2603
2604 * newcomment.el (comment-indent-default): Autoload.
2605
2606 * font-lock.el (font-lock-defaults): Make buffer-local.
2607 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2608 (font-lock-choose-keywords):
2609 Ignore LEVEL unless KEYWORDS is a list of syms.
2610 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2611 Don't wrap regexp-opt things in \(...\) unnecessarily.
2612
2613 * jit-lock.el: Don't require font-lock any more.
2614 (jit-lock-functions): Make buffer-local.
2615 (jit-lock-saved-fontify-buffer-function): Remove.
2616 (jit-lock-mode): Remove autoload cookie.
2617 Remove font-lock specific code.
2618 (jit-lock-unregister): Don't bother handling complex hooks any more.
2619 (jit-lock-refontify): New function.
2620 (jit-lock-fontify-buffer): Use it.
2621 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2622 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2623 Add optional args START and END.
2624 Never call font-lock-fontify-region directly.
2625 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2626
2627 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2628
a30ed6ac
DL
26292000-10-08 Dave Love <fx@gnu.org>
2630
4e7c7ca9
DL
2631 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2632
2633 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2634
2635 * play/studly.el (studlify-region, studlify-word): Add autoload
2636 cookie.
2637
2638 * play/morse.el (morse-region, unmorse-region): Add autoload
2639 cookie.
2640
2641 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2642 concat.
2643
2644 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2645 insist on symbols starting with word syntax.
2646 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2647 (eval-defun-1): Doc fix.
2648 (indent-sexp): Use nconc to build up indent-stack.
2649
2650 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2651 Gnus with little use.
2652 (mail-setup-hook): Add mail-abbrevs-setup to options.
2653
968f7c4a
DL
2654 * recentf.el: Doc fixes.
2655
2656 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2657 Clean up remainder.
2658
2659 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2660 without timezone and (8) with timezone to enforce some whitespace.
2661 Simplify code somewhat.
2662
2663 * options.el (list-options): Doc that you should use customize.
2664
2665 * iswitchb.el (iswitchb-mode): Add :require.
2666
a30ed6ac
DL
2667 * info.el (Info-goto-node, Info-menu): Doc fix.
2668 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2669 (info-tool-bar-map): New variable.
2670 (Info-mode): Use it.
2671 (Info-edit-map): Define all in defvar.
2672 (speedbar-attached-frame): Avoid compiler warning.
2673
2674 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2675 (global-map): Bind [tool-bar] to a filtered map.
2676 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2677 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2678 Allow PBM icons.
2679 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2680
2681 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2682 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2683 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2684 icons, except up_arrow, which is left-arrow rotated.
2685
2686 * imenu.el (imenu-add-to-menubar): Fix last change.
2687
4e953aff
PB
26882000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2689
2690 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2691 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2692
739e92a7
EZ
26932000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2694
d20faceb
EZ
2695 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2696 typos in doc strings.
2697
a640322e
EZ
2698 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2699 the doc strings how to customize Font Lock faces.
2700
739e92a7
EZ
2701 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2702 computing growth when dragging the header line.
2703
8be7408c
EZ
27042000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * simple.el (kill-line): Doc fix.
2707
6fee86a3
MB
27082000-10-08 Miles Bader <miles@gnu.org>
2709
445a653e
MB
2710 * faces.el (secondary-selection): Make foreground visible on tty.
2711
6fee86a3
MB
2712 * jka-compr.el (auto-compression-mode): Move to the end of the
2713 file, because `define-minor-mode' actually calls the mode-function
2714 if the associated variable is non-nil, which requires that all
2715 needed functions be already defined.
2716 (with-auto-compression-mode): Add autoload cookie.
2717
a115794c
EZ
27182000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2719
2720 * files.el (find-backup-file-name) [ms-dos]: If support for long
2721 file names is not available, behave as if version-control were set
2722 to never.
2723
b12e6de3
DL
27242000-10-07 Dave Love <fx@gnu.org>
2725
2726 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2727 (browse-url-gnome-moz): New function.
2728 (browse-url-browser-function): Use it.
2729 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2730
20b1d079
SM
27312000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2732
2733 * indent.el (tab-always-indent): New var.
2734 (indent-for-tab-command): Use it.
39250ec3 2735
9ee45b2c 2736 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2737 raise an error. This way it can still default to a sane value.
9ee45b2c 2738
8c6b1d83
JW
27392000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2740
39250ec3
SM
2741 * startup.el (fancy-splash-screens): Use local rather than global map.
2742 Don't use `update-menu-bindings' any more.
2743 Get rid of assumptions about keymap representation.
2744
a23ccdf2
DL
27452000-10-06 Dave Love <fx@gnu.org>
2746
814299a7 2747 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2748 (sentence-end-without-period): Doc fix.
2749 (adaptive-fill-regexp): Purecopy.
2750 (unjustify-current-line): Use line-end-position.
2751 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2752
2753 * net/eudc-vars.el (eudc): Add :version, :link.
2754
39250ec3 2755 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2756
2757 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2758 Fix for define-minor-mode.
2759 (function-at-point): Alias to function-called-at-point.
2760
2761 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2762
2763 * simple.el (backward-word): Doc fix.
2764
a23ccdf2
DL
2765 * image-file.el (image-file-name-regexp): image-file-regexps ->
2766 image-file-name-regexps.
742c1822 2767 (image-file-name-extensions): Add pbm.
a23ccdf2 2768
39250ec3
SM
27692000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2770
2771 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2772 and add filename to the names so that diff-mode can jump to source.
2773
2774 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2775 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2776 (tex-font-lock-keywords-1): Remove.
2777 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2778 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2779 (font-lock-default-fontify-region):
2780 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2781 (font-lock-fontify-anchored-keywords):
2782 Include the anchor text as part of the multiline.
2783
8d5dfacd
GM
27842000-10-06 Gerd Moellmann <gerd@gnu.org>
2785
2786 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2787 latter needs the autoloaded define-minor-mode macro during the
2788 bootstrap.
2789
2790 * startup.el (command-line): For now, activate tool-bar-mode only
2791 if XPM images are supported.
2792
2793 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2794 window by dragging a header-line at the top of the frame; that's
4c19fbce 2795 confusing because the header-line doesn't move.
8d5dfacd
GM
2796 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2797 of treating the event as a list. Some cleanup.
2798
f69aad2b 27992000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2800
f69aad2b
MB
2801 * simple.el (display-message-or-buffer): New function.
2802 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2803
09cb7646
MB
2804 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2805 docstring parts.
2806
814299a7 2807 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2808 (smbclient-prompt-regexp): Add usage note to doc string.
2809 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2810 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2811 Use add-hook for adding the comint filter function, and only do so
2812 if it's not already in the global hook list.
2813 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2814 to `make-local-variable'.
2815 (nslookup-font-lock-keywords): Remove prompt entry.
2816 (nslookup): Don't set the process-filter.
2817 (finger): Exit the loop correctly when the regexps list runs out.
2818 (ftp, smbclient, smbclient-list-shares):
2819 Set the real major mode immediately, not after execing.
2820 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2821
2822 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2823
4c19fbce
SM
28242000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2825
2826 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2827
2828 * which-func.el (which-func-format): Remove spurious space.
2829 (which-func-mode): Don't make it permanent-local.
2830 (which-func-ff-hook): Allow which-func-maxout to be nil.
2831 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2832 (which-func-mode): Simplify.
2833 Use post-command-idle-hook rather than post-command-hook.
2834 Go through all buffers and update their state.
2835 (which-function): Also try add-log-current-defun-function.
2836
2837 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2838 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2839 Update call to with-vc-properties accordingly.
2840 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2841 (vc-revert-buffer): More careful about window selection and deletion.
2842 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2843
2844 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2845 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2846 (cvs-dired-action): Change the default to quickdir.
2847
2848 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2849 if comment-indent-function returns nil.
2850 (comment-indent-default): New function.
2851 (comment-indent-function): Use it and document the new semantics.
2852
2853 * image-file.el: Docstring fixes.
2854
2855 * help.el (help-xref-on-pp): Use match-string.
2856 (describe-variable): New arg BUFFER.
2857 Store the current buffer in the help-xref-stack.
2858 (temp-buffer-resize-mode): Use define-minor-mode.
2859
2860 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2861 consistently with its docstring.
2862 Set jit-lock-first-unfontify-pos in an idempotent way.
2863 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2864
542c6552
GM
28652000-10-05 Alex Schroeder <alex@gnu.org>
2866
2867 * sql.el (sql-mysql-options): New variable.
2868 (sql-mysql): Use it.
2869
a3489ece
MB
28702000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2871
77f6105c
MB
2872 * image.el (image): New group.
2873
814299a7 2874 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2875 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2876
3478046b
PB
28772000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2878
2879 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2880 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2881 Ignore the value of wqindow-system; always define keywords
2882
22aca186
KH
28832000-10-05 Kenichi Handa <handa@etl.go.jp>
2884
2885 * startup.el (fancy-splash-screens): Remove the code for
2886 debugging; `(trace-to-stderr "EXITTT\n")'.
2887
55d5d717
MB
28882000-10-05 Miles Bader <miles@gnu.org>
2889
2890 * diff-mode.el (diff-goto-source): Update call to
2891 `diff-hunk-status-msg' to reflect new REV variable.
2892
41fa7178
SM
28932000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2894
2895 * progmodes/icon.el (icon-mode):
2896 Don't gratuitously override the default for comment-column.
2897
2898 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2899
2900 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2901 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2902 (jit-lock-functions): New var.
2903 (jit-lock-function-1): Use it if non-nil.
2904 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2905 Set the `fontified' property before doing the fontification to avoid
2906 repeatedly going through the same error.
2907 Don't turn errors into messages.
2908 (jit-lock-register, jit-lock-unregister): New functions.
2909
2910 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2911 Use with-current-buffer.
2912
2913 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2914 Turn comment into docstring.
2915
2916 * apropos.el (apropos-mode): Use define-derived-mode.
2917
3dc78168
GM
29182000-10-04 Gerd Moellmann <gerd@gnu.org>
2919
2920 * startup.el (fancy-splash-pending-command): New variable.
2921 (fancy-splash-pre-command): New function.
2922 (fancy-splash-screens): Rewritten.
2923 (command-line-1): If fancy-splash-pending-command is set, call it
2924 interactively.
2925
dae9dc56
DL
29262000-10-04 Dave Love <fx@gnu.org>
2927
2928 * toolbar/tool-bar.el (tool-bar-setup): New function.
2929 (tool-bar-mode): Use it.
2930
2931 * subr.el (substitute-key-definition): Doc fix.
2932 (play-sound-file): New command.
2933
3388f0a5
AS
29342000-10-04 Andre Spiegel <spiegel@gnu.org>
2935
814299a7 2936 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2937 vc-version-backup-file-name): New functions.
2938
2939 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2940
2941 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2942 vc-cvs-stay-local-p.
2943
2944 * vc.el (vc-revert-buffer): Handle empty diff properly.
2945 (vc-version-backup-file): New function.
2946 (vc-checkout): Create a version backup if necessary.
2947 (vc-checkin): If a version backup file exists, delete it.
2948 (vc-version-diff): Diff locally using version backups, if available.
2949 (vc-revert-file): If there's a version backup, revert locally.
2950 (vc-transfer-file): Use version backup for base version, if
2951 available. If not, ask for confirmation whether to get it from the
2952 server. Update mode line before check-in.
2953
ebd4825d
DL
29542000-10-04 Dave Love <fx@gnu.org>
2955
2956 * toolbar/tool-bar.el (tool-bar-setup): New function.
2957 (tool-bar-mode): Use it.
2958
1b24f4b7
PB
29592000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2960
3dc78168 2961 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2962 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2963 Only set if window-system is non-nil
2964 (net-utils-run-program): Returns buffer.
2965 (network-connection-reconnect): Added this function.
2966
814299a7
MB
2967 * generic.el:
2968 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2969 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2970 Uses cl compile-time macros.
3dc78168
GM
2971 (generic-mode-name, generic-comment-list)
2972 (generic-keywords-list, generic-font-lock-expressions)
2973 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2974 Removed variables.
2975 (generic-mode-alist): Renamed to generic-mode-list.
2976 (generic-find-file-regexp): Default changed to "^#".
2977 (generic-read-type): Uses completing read on generic-mode-list.
2978 (generic-mode-sanity-check): removed this function.
2979 (generic-add-to-auto-mode): Removed this function
3dc78168 2980 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2981 into function instead of putting them in alist.
2982 (generic-mode-set-comments): Reworked extensively.
2983 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2984 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2985
814299a7 2986 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2987 Make sure directory name ends with "/".
2988
814299a7 2989 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2990 Regexp now allows leading whitespace.
2991 (rc-generic-mode): Added eval-when-compile
2992 around generic-make-keywords-list.
2993 Deleted duplicate regexp
2994 (rul-generic-mode): Added eval-when-compile
2995 around generic-make-keywords-list.
2996 (etc-fstab-generic-mode): New generic mode.
2997 (rul-generic-mode): Removed one eval-when-compile
814299a7 2998 which caused a max-specpdl-size exceeded error.
1b24f4b7 2999
a7bf5cf3
MB
30002000-10-04 Miles Bader <miles@gnu.org>
3001
3002 * simple.el (minibuffer-temporary-goal-position): New variable.
3003 (next-history-element): Try to keep the position of point in the
3004 input string constant.
3005
3006 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3007 (dired-do-create-files): If there's only one file, pass it in as
3008 the DEFAULT arg to dired-mark-read-file-name.
3009
ce1087a9
SM
30102000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3011
3012 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3013 (diff-goto-source): Be smarter when choosing REVERSE or not.
3014
3015 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3016 (texinfo-mode-menu): Add an explicit shortcut for update all.
3017
0e41e1d6
AS
30182000-10-03 Andre Spiegel <spiegel@gnu.org>
3019
814299a7 3020 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3021 factorize backend-specific code cleanly (this was essentially
3022 conceived by Stefan Monnier).
3023 (vc-unregister): Function removed.
814299a7 3024 (vc-revert-file): New function.
858f7cb4
AS
3025 (vc-revert-buffer): Delegate some of the work to it.
3026
0e41e1d6
AS
3027 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3028 default branch unconditionally.
3029 (vc-rcs-set-default-branch): New function.
3030 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3031 (vc-rcs-checkin): If an appropriate default branch has been set,
3032 force creation of that branch.
858f7cb4
AS
3033 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3034 code (as suggested by Stefan Monnier).
0e41e1d6 3035
01c86c56
GM
30362000-10-02 Gerd Moellmann <gerd@gnu.org>
3037
45c477b4
GM
3038 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3039 highlighting overlay with a different face over the overlay
3040 isearch uses to highlight the current match because that can lead
3041 to bad face combinations.
3042
01c86c56
GM
3043 * loadup.el (toplevel): Load faces before isearch.
3044
3045 * isearch.el (isearch-faces): New custom group.
3046 (isearch): New defface; was already tested for in the code.
3047 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3048 (isearch-highlight): Always use face `isearch'.
3049
944425c0
DL
30502000-10-02 Dave Love <fx@gnu.org>
3051
3052 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3053 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3054 comparison of opcode with operand.
3055
2a099bcc
MB
30562000-10-03 Miles Bader <miles@gnu.org>
3057
3058 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3059 buffer, since the echo area will now grow to accommodate them.
3060
4300ecb8
AS
30612000-10-02 Andre Spiegel <spiegel@gnu.org>
3062
3063 * vc-hooks.el (vc-registered): If FILE used to be registered under
3064 a certain backend, try that one first.
3065
814299a7 3066 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3067 argument list. Handle multiple backends correctly.
3068 (vc-find-new-backend): Function removed.
3069 (vc-register): Use vc-responsible-backend, as before.
3070 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3071
64e6cc18
GM
30722000-10-02 Gerd Moellmann <gerd@gnu.org>
3073
3074 * startup.el (fancy-splash-head): Change message below the
3075 logo.
3076
00df919e
MB
30772000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3078
3079 * diff-mode.el (diff-goto-source): Emit a status message.
3080 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3081 (diff-test-hunk): Fix doc string.
00df919e
MB
3082 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3083 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3084 (diff-apply-hunk): Don't return a value.
00df919e 3085
ceec5a0c
SM
30862000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3087
3088 * vc.el (vc-editable-p): Minor optimization.
3089 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3090 (vc-find-new-backend): New function split from vc-responsible-backend.
3091 (vc-register): Use it.
3092 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3093 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3094 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3095 (vc-clear-headers): Don't use find-file.
3096 (vc-revert-buffer): Use `and' again (must have been a braino).
3097 (vc-switch-backend): Only prompt if requested.
3098 Short circuit if nothing is to be done.
3099 Don't use vc-resynch-buffer which could lose unsaved editing.
3100 (vc-default-receive-file): Update call to vc-unregister.
3101 (with-vc-file, vc-next-action-on-file):
3102 Use vc-backend rather than vc-registered.
3103 (vc-next-action-on-file): Use intern-soft.
3104 Deal with read-only *vc-diff* buffer.
3105 (vc-transfer-file): Docstring fix.
3106
3107 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3108 (vc-rcs-receive-file): Avoid with-vc-properties.
3109 Update call to vc-unregister.
3110 Use constant `RCS' rather than (dynamically bound) var `backend'.
3111
4ad5da8f
AS
31122000-10-01 Andre Spiegel <spiegel@gnu.org>
3113
814299a7 3114 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3115 is visited.
3116 (vc-start-entry): New argument initial-contents. Don't visit the file
3117 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3118 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3119 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3120 vc-start-entry.
3121 (vc-finish-logentry): Make sure to bury log buffer only if there
3122 really is one. Call `vc-resynch-buffer' on log-file, not
3123 buffer-file-name.
3124 (vc-default-comment-history, vc-default-wash-log): New functions.
3125 (vc-index-of): Removed.
3126 (vc-transfer-file): Make do without the above.
3127 (vc-default-receive-file): Call comment-history unconditionally. Pass
3128 the resulting string to vc-checkin, instead of inserting it into the
3129 comment ring.
3130
3131 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3132 unconditionally. Use the comments as initial contents of the log
814299a7 3133 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3134 changes.
3135
aa0c3dca
MB
31362000-10-01 Miles Bader <miles@gnu.org>
3137
3138 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3139 `recenter' with an arg to prevent redrawing the display.
3140
d5f5a2c5
SM
31412000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3142
3143 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3144
3145 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3146
814299a7 3147 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3148 Don't gratuitously override the default for comment-column.
3149
3150 * textmodes/tex-mode.el (latex-metasection-list): New var.
3151 (latex-imenu-create-index): Use it.
3152 Move the regexp construction outside loops (and use push).
814299a7 3153 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3154 (tex-font-lock-keywords): Moved from font-lock.el.
3155 (tex-comment-indent): Remove.
3156 (tex-common-initialization): Don't set comment-indent-function.
3157 (latex-block-default): New var.
3158 (tex-latex-block): Use it to provide a default choice.
3159 Add any unknown choice to latex-block-names.
3160 Insert [...] after {...}.
3161 (tex-last-unended-begin): Simplify regexp.
3162 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3163 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3164 (latex-mode): Set forward-sexp-function.
3165
3166 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3167 Add regexp for @ignore ... @end ignore.
3168 (texinfo-heading-face): New face.
3169 (texinfo-font-lock-keywords): Use it.
3170 (texinfo-mode-menu): New menu.
3171 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3172 New functions.
3173 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3174 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3175 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3176 Remove declaration.
3177 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3178
3179 * delsel.el (delete-selection-mode): Use define-minor-mode.
3180
3181 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3182
31832000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3184
3185 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3186
8a5506f2
GM
31872000-09-30 Gerd Moellmann <gerd@gnu.org>
3188
068127d6
GM
3189 * replace.el (keep-lines-read-args): New function.
3190 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3191 read arguments interactively. Add parameters RSTART and REND.
3192 Operate on the active region in Transient Mark mode.
3193
d777bb8f
GM
3194 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3195
8a5506f2
GM
3196 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3197 (authors-obsolete-files-regexps): New variable.
3198 (authors-add): Don't record changes in obsolete files.
3199
3fa87bfc
SM
32002000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3203
3204 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3205 (comment-indent): Make sure there's a space between code and comment.
3206 Shift comments left to avoid going past fill-column.
3207
f02149ce
GM
32082000-09-29 Gerd Moellmann <gerd@gnu.org>
3209
3210 * startup.el (startup-echo-area-message): New function.
3211 (display-startup-echo-area-message): Use it.
3212 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3213 (fancy-splash-default-action): New function.
3214 (fancy-splash-screens-1): New function.
3215 (fancy-splash-head): Put a help-echo and a keymap under the image.
3216
a3ef6569
SM
32172000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * diff-mode.el (diff-add-log-file-name): Remove.
3220 (diff-mode): Use add-log-buffer-file-name-function.
3221
3222 * add-log.el (find-change-log): New arg BUFFER-FILE.
3223 (add-log-file-name): Obey add-log-file-name-function.
3224 (add-log-buffer-file-name-function): New var.
3225 (add-change-log-entry): Use it.
3226
75e5b373
MB
32272000-09-29 Miles Bader <miles@gnu.org>
3228
3229 * image-file.el (image-file-name-extensions): New variable.
3230 (image-file-name-regexps): Renamed from `image-file-regexps'.
3231 New default value is nil. Call `auto-image-file-mode'.
3232 (image-file-name-regexp): New function.
3233 (auto-image-file-mode): New minor mode.
3234 (insert-image-file): Don't make conditional on the image-file
3235 handler being enabled.
3236 (image-file-handler): Make the call here conditional instead.
3237 (set-image-file-handler-enabled, enable-image-file-handler)
3238 (disable-image-file-handler): Functions removed.
3239
3240 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3241 string.
3242
de6e1f7c
GM
32432000-09-29 Gerd Moellmann <gerd@gnu.org>
3244
3245 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3246 it's a function from CL.
3247 (latex-imenu-create-index): Replace eval-when-compile with progn
3248 because latex-section-alist is not bound while compiling.
3249
d8c201f5
SM
32502000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3251
3252 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3253 (outline-mode): Use define-derived-mode.
3254
814299a7 3255 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3256 * progmodes/awk-mode.el (awk-mode):
3257 * progmodes/asm-mode.el (asm-mode):
3258 Don't gratuitously override the default for comment-column.
3259
3260 * emacs-lisp/lisp.el (lisp-complete-symbol):
3261 Distinguish the let-binding case from the funcall case.
3262 (forward-sexp-function): New variable.
3263 (forward-sexp): Use it.
3264
3265 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3266 (easy-mmode-defmap): Remove the now useless autoload.
3267
3268 * time.el (display-time-mode): Use define-minor-mode.
3269
3270 * subr.el (add-minor-mode): Don't eval NAME.
3271 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3272 Use if rather than cond.
3273
3274 * simple.el (read-expression-map): Define more properly.
3275 (comment-indent-hook): Remove.
3276 (string-to-syntax): Bug fix.
3277
3278 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3279 (cvs-ediff-diff): Fix typo.
3280 (cvs-revert-if-needed): Don't bother preserving read-only.
3281
3282 * paren.el (show-paren-mode): Use define-minor-mode.
3283
3284 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3285 (toggle-auto-compression): Remove.
3286 (jka-compr-build-file-regexp): Remove useless grouping.
3287
3288 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3289 Avoid user-reserved bindings.
3290 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3291 (diff-header-face): Revert to grey85.
3292
3293 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3294
3295 * complete.el (partial-completion-mode) <defcustom>: Remove.
3296 (partial-completion-mode): Use define-minor-mode.
3297 (PC-do-completion): Understand `completion-auto-help = delay'
3298 to mean to popup the completion buffer only the second time.
814299a7 3299 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3300 (PC-include-file-all-completions): Don't quote lambda.
3301
3302 * comint.el (comint-mode-hook): Docstring fix.
3303 (comint-mode): Use define-derived-mode.
3304 (comint-mode-map): Remove obsolete comment.
3305 (make-comint): Minor stylistic change.
3306 (comint-insert-clicked-input): Be more careful to find the overlay.
3307 Use this-command-keys rather than hardcoding mouse-2.
3308
3309 * font-lock.el: Replace confusing (,@ with ,
3310 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3311 Don't use regexp-opt-depth. Spice up the regexp for args.
3312 Don't distinguish between cmds that can take an opt arg or not.
3313 Use `append' and `prepend' rather than `keep'.
3314
3315 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3316 (latex-outline-regexp): New var.
3317 (latex-outline-level): New fun.
3318 (latex-section-alist): New var.
3319 (latex-imenu-create-index): Use it. Use `push' as well.
3320 (tex-shell-map): Initialize it properly.
3321 (tex-mode): Minor stylistic change.
3322 (plain-tex-mode): Use define-derived-mode.
3323 (latex-mode): Use define-derived-mode.
3324 Construct the paragraph regexps in a more readable way.
3325 Set the buffer-local outline-{level,regexp} vars.
3326 (slitex-mode): Derive from latex-mode.
3327 (tex-common-initialization): Don't kill-all-vars anymore.
3328 Add setting for comment-add and font-lock-defaults.
3329 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3330 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3331 (tex-start-tex): New arg DIR (and send a chdir command for it).
3332 Also display the shell buffer and save it in tex-last-buffer-texed.
3333 (tex-region): Use expand-file-name rather than concat.
3334 Remove code made useless by changes in tex-start-tex.
3335 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3336
3337 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3338
ff398532
DL
33392000-09-28 Dave Love <fx@gnu.org>
3340
3341 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3342
f9415d5b
GM
33432000-09-28 Gerd Moellmann <gerd@gnu.org>
3344
3345 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3346 `append'.
3347
fa003899
SM
33482000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3349
3350 * info.el (Info-extract-pointer): Undo last change.
3351 Instead, fix the position of the `bound' arg to re-search-backward.
3352
33532000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3354
3355 * info.el (Info-extract-pointer):
3356 Widen more carefully, to avoid finding pointers in other nodes.
3357 (Info-index): Use push.
3358
f9415d5b 33592000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3360
3361 * frame.el (set-frame-font): Remove call to obsolete function
3362 frame-update-faces.
3363 (set-foreground-color, set-background-color): Likewise for
3364 frame-update-face-colors.
3365
5538b8ba
MB
33662000-09-27 Miles Bader <miles@gnu.org>
3367
3368 * image-file.el: New file.
3369
60536eea
GM
33702000-09-27 Gerd Moellmann <gerd@gnu.org>
3371
5b551d58
GM
3372 * frame.el (frame-notice-user-settings): Don't call
3373 frame-update-faces, which is a no-op now.
814299a7 3374
60536eea
GM
3375 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3376 tool-bar-lines.
3377
36f1966f
DL
33782000-09-27 Dave Love <fx@gnu.org>
3379
3380 * mouse.el: Fix last change.
3381
c5785b73
MB
33822000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3383
3384 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3385
672172d9
KH
33862000-09-22 Kenichi Handa <handa@etl.go.jp>
3387
3388 * international/quail.el (quail-help): The output message is
3389 improved.
3390
4653b4ea
DL
33912000-09-26 Dave Love <fx@gnu.org>
3392
3393 * mouse.el (popup-menu): If POSITION is nil, set it using
3394 mouse-position.
3395
63900fcf
SS
33962000-09-25 Sam Steingold <sds@gnu.org>
3397
3398 * net/browse-url.el (browse-url-file-url): Check for null maps.
3399
cd3b81be
GM
34002000-09-26 Gerd Moellmann <gerd@gnu.org>
3401
876512ab 3402 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3403 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3404
fa003899
SM
3405 * frame.el (frame-notice-user-settings):
3406 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3407
cd3b81be
GM
3408 * toolbar/tool-bar.el (tool-bar-help): New function.
3409
d8b4516f
GM
34102000-09-25 Gerd Moellmann <gerd@gnu.org>
3411
6567e9b5
GM
3412 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3413 current-load-list in top-level forms. Else this leaks a cons cell
3414 every time a defun is called.
63900fcf 3415
d8b4516f 3416 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3417
a461758e
DL
34182000-09-25 Dave Love <fx@gnu.org>
3419
7df6adc3
DL
3420 * startup.el (fancy-splash-head): Check XPM is available.
3421
a461758e
DL
3422 * autoinsert.el (auto-insert): Doc fix.
3423 (auto-insert-alist): Following GNU notices, don't say `copyright
3424 _by_'. Use line-beginning-position.
3425 (auto-insert): Check buffer-file-name is non-nil before use.
3426
b11af2dd
GM
34272000-09-25 Gerd Moellmann <gerd@gnu.org>
3428
3429 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3430 starting with `@def' or `@multitable', in addition to ones
3431 specified by the user in auto-fill-inhibit-regexp.
3432
5f9f981b
GM
34332000-09-25 Markus Rost <rost@math.ohio-state.edu>
3434
3435 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3436 rmail-dont-reply-to-names matches the empty string.
63900fcf 3437
8ff16b4e
GM
34382000-09-25 Gerd Moellmann <gerd@gnu.org>
3439
63900fcf 3440 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3441 text to sound more friendly.
3442
9b4a7800
TTN
34432000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3444
3445 * progmodes/hideshow.el: Update author email address.
3446 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3447 (hs-hide-all-non-comment-function): New var.
3448 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3449 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3450 (hs-show-region): Delete this command.
3451 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3452
4c7c1f3f
DL
34532000-09-22 Dave Love <fx@gnu.org>
3454
3455 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3456 (hl-line-highlight): Specify buffer when moving overlay.
3457
3458 * progmodes/fortran.el (fortran-mode): Locally set
3459 normal-auto-fill-function.
3460 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3461 (fortran-mode-map): Adjust auto-fill menu entry.
3462
13f93dee
GM
34632000-09-22 Gerd Moellmann <gerd@gnu.org>
3464
36eb0a91
GM
3465 * vc-rcs.el (toplevel): Require `vc' when compiling.
3466
fa003899 3467 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3468
36a03bf9
AS
34692000-09-22 Andre Spiegel <spiegel@gnu.org>
3470
9b4a7800 3471 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3472 registered under the new backend.
3473
9b4a7800 3474 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3475 without explicit revision number.
3476
6e4e8a3b
SM
34772000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3480 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3481 (diff-xor): New function.
3482 (diff-find-source-location): Use it. Fix a stupid name clash.
3483 (diff-hunk-status-msg): New function.
3484 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3485 (diff-test-hunk): Use diff-find-source-location.
3486 (diff-goto-source): Favor the `reverse'.
3487 (diff-hunk-text): Properly handle one-sided context diffs.
3488 (diff-apply-hunk): When done, advance to the next hunk.
3489
1b24b888
GM
34902000-09-21 Gerd Moellmann <gerd@gnu.org>
3491
623a0aae
GM
3492 * startup.el (command-line): If frame was created with a non-zero
3493 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3494
1b24b888
GM
3495 * add-log.el (change-log-date-face, change-log-name-face)
3496 (change-log-email-face, change-log-file-face)
3497 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3498 (change-log-function-face, change-log-acknowledgement-face):
3499 New faces, inheriting from font-lock faces.
1b24b888 3500 (change-log-font-lock-keywords): Use them.
9b4a7800 3501
93b3a1c8
DL
35022000-09-21 Dave Love <fx@gnu.org>
3503
80585273
DL
3504 * progmodes/cperl-mode.el (top-level): Clean up
3505 `eval-when-compile's and assorted defvars.
3506 (cperl-invalid-face): Don't double-quote value. Change custom
3507 type.
3508 (cperl-mode): Set normal-auto-fill-function and don't zap
3509 auto-fill-function.
3510 (cperl-imenu--function-name-regexp-perl): Renamed from
3511 imenu-example--function-name-regexp-perl.
3512 (cperl-imenu--create-perl-index): Renamed from
3513 imenu-example--create-perl-index.
3514 (cperl-xsub-scan): Don't require cl.
3515
93b3a1c8
DL
3516 * msb.el (msb-mode-map): Use substitute-key-definition.
3517 (msb-mode): Use msb-mode-map.
3518
43ccb598
AS
35192000-09-21 Andre Spiegel <spiegel@gnu.org>
3520
3521 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3522 New functions.
fa003899 3523 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3524 (vc-switch-backend): New function.
3525 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3526 (vc-register): Fix prompt.
3527 (vc-unregister, vc-default-unregister): New functions.
3528 (vc-version-diff): Handle empty buffer in sentinel.
3529
3530 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3531 (vc-rcs-state-heuristic): Use it to guess the state of files with
3532 non-strict locking.
3533 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3534 been set with -b, but not created yet.
3535 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3536 contents in order to find the state.
3537 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3538 (vc-rcs-unregister, vc-rcs-receive-file)
3539 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3540
9b4a7800 3541 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3542 in case it is missing.
9b4a7800 3543
95fadcca
GM
35442000-09-21 Gerd Moellmann <gerd@gnu.org>
3545
3546 * startup.el (fancy-splash-tail): Use a different foreground
3547 color on a dark frame background.
3548
470f23e1
MB
35492000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3550
3551 * info.el: Use the correct capitalization when making Info-mode
3552 and Info-edit-mode `special' modes.
3553
281096ed
SM
35542000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3557 (diff-mode): Add support for add-log.el.
3558 (diff-hunk-text): Use char offsets rather than line offsets.
3559 (diff-find-source-location): Replace LINE with line-offset (nil
3560 if not found) and always set POS to a meaningful position.
3561 Adapt to the new char-offsets.
3562 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3563 Adapt to the new diff-find-source-location.
3564 (diff-goto-source): Adapt to the new diff-find-source-location.
3565
3566 * add-log.el (add-log-file-name): New function (split out of
3567 add-change-log-entry).
3568 (add-change-log-entry): Use it.
3569 Call add-log-file-name-function with the changelog file name if
3570 the current buffer is not associated with any file.
3571 Avoid find-file if the selected window is dedicated.
3572
3573 * diff-mode.el (diff-find-source-location):
3574 Move code from diff-apply-hunk. Return buffer rather than file.
3575 (diff-apply-hunk): Use the new result from diff-find-source-location.
3576 (diff-goto-source): Use the new diff-find-source-location.
3577
c29d77c4
DL
35782000-09-20 Dave Love <fx@gnu.org>
3579
3580 * iswitchb.el: Some doc fixes.
3581 (iswitchb-mode-map): Define completely initially. Inherit
3582 minibuffer-local-map.
3583 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3584 fundamental-mode.
3585 (iswitchb-global-map): New variable.
3586 (iswitchb-summaries-to-end): Amalgamate regexps.
3587 (iswitchb-mode): New.
3588 (iswitchb-mode-hook): New variable.
3589 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3590 `extensions'.
3591
49939379
GM
35922000-09-20 Gerd Moellmann <gerd@gnu.org>
3593
d05c87ac
GM
3594 * ehelp.el (electric-help): New defgroup.
3595 (electric-help-shrink-window): New user-option.
3596 (with-electric-help): Use it.
3597
1ec082d4
GM
3598 * window.el (shrink-window-if-larger-than-buffer): If face
3599 `mode-line' has a :box, and we're on a graphical frame, add 1
3600 to the needed window height.
3601
f46c275e
GM
3602 * frame.el (frame-notice-user-settings): Add a last parameter nil
3603 to a call to `append', because the last list passed to `append' is
3604 not copied, and so subsequent calls to assq-delete-all will modify
3605 default-frame-alist.
3606
b7e11c5b
GM
3607 * startup.el (fancy-splash-image): Change :type.
3608 (fancy-splash-head): Use an XBM image if appropriate.
3609 (command-line-1): Show splash screens in more cases.
3610
26ff68aa
GM
3611 * startup.el (fancy-splash-text): Don't quote faces.
3612
8320414c
GM
3613 * dired.el (dired-font-lock-keywords): Undo last change.
3614 (dired-readin): Bind indent-tabs-mode to nil.
3615
49939379
GM
3616 * startup.el (fancy-splash-head): If frame's background mode
3617 is `dark', change the black background of the image to gray.
3618 (fancy-splash-screens): Display startup echo area message.
3619 (display-startup-echo-area-message): New function.
3620
c3b27206
MB
36212000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3622
55a3d2a1
MB
3623 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3624
3625 * info.el (info-header-node): Tweak for color ttys.
3626
37a99821
MB
3627 * faces.el (face-valid-attribute-values): Make sure directories we
3628 search for stipples both exist and are readable before trying to
3629 search them.
3630
0415d0d0
MB
3631 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3632 in the dry-run case.
3633
523b128c
MB
3634 * jka-compr.el (with-auto-compression-mode): New macro.
3635
c3b27206
MB
3636 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3637 (custom-group-tag-face, custom-variable-tag-face): Use relative
3638 :height and inherit from `variable-pitch' face instead of
3639 hardwiring :family.
3640 * hi-lock.el (hi-black-hb): Likewise.
3641
ddba99ad
MB
3642 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3643 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3644 toolbar-add-item, if image doesn't have a mask add a `:mask
3645 heuristic'.
3646
7e99fbde
SM
36472000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3648
3649 * diff-mode.el: Docstring fixes.
3650 (diff-header-face, diff-comment-face): New faces.
3651 (diff-font-lock-keywords): Highlight a bit differently.
3652 (diff-find-source-location): Don't return SPAN any more.
3653 (diff-hunk-text): Don't bother erasing the temp buffer.
3654 (diff-find-text): Drop argument LINE.
3655 (diff-apply-hunk): Update calls to diff-find-text.
3656 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3657
3658 * calendar/calendar.el: Docstring fixes.
3659 (calendar-make-alist): Don't quote lambda.
3660 (calendar-star-date): Use make-local-variable.
3661
fb275c02
DL
36622000-09-19 Dave Love <fx@gnu.org>
3663
7e99fbde
SM
3664 * toolbar/tool-bar.el: Renamed from toolbar.el.
3665 Change `toolbar' to `tool-bar' generally in symbols.
3666 Make some items invisible in `special' major modes.
3667 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3668 Add arg PROPS.
532cb34d 3669
7e99fbde
SM
3670 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3671 Add :version here.
fb275c02
DL
3672 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3673
8f4ca9a5
GM
36742000-09-19 Gerd Moellmann <gerd@gnu.org>
3675
8b7707e1 3676 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3677
8b7707e1 3678 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3679 (find-file-noselect): Use it.
3680
8b7707e1 3681 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3682 (fancy-splash-screen): Defgroup.
3683
8f4ca9a5
GM
3684 * add-log.el (change-log-font-lock-keywords): Match names
3685 more exactly for the case that font-lock-constant-face is
3686 underlined.
3687
ba9eeda1 36882000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3689
8b7707e1 3690 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3691
289eaef9
AS
36922000-09-19 Andre Spiegel <spiegel@gnu.org>
3693
3694 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3695
ce9ded5d
GM
36962000-09-19 Gerd Moellmann <gerd@gnu.org>
3697
c113de23
GM
3698 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3699 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3700 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3701 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3702 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3703 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3704 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3705 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3706 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3707 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3708 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3709 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3710
ce9ded5d
GM
3711 * startup.el (fancy-splash-text): New variable.
3712 (fancy-splash-delay, fancy-splash-image): New user-options.
3713 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3714 (fancy-splash-screens): New functions.
3715 (command-line-1): If display has a `display' frame parameter, has
3716 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3717
b9b1c3a9
DL
37182000-09-19 Dave Love <fx@gnu.org>
3719
3720 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3721 with null `help'. Use modern backquote syntax.
3722
1af25534
GM
37232000-09-19 Gerd Moellmann <gerd@gnu.org>
3724
afd3c8cd
GM
3725 * font-lock.el (font-lock-mode): Change message telling the user
3726 that ``the buffer is too big''.
3727
1af25534
GM
3728 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3729 for instance for the case that tab-width is 2.
3730
05b1f851
GM
37312000-09-18 Gerd Moellmann <gerd@gnu.org>
3732
3733 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3734 toolbar-add-item, if image doesn't have a mask add a `:mask
3735 heuristic'.
3736
8ec8f673
MB
37372000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3738
2b612b1f
MB
3739 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3740 and return a cons if it's non-nil.
3741 (diff-apply-hunk): Try to jump to the line in the source text
3742 corresponding to the position of point in the in the hunk.
3743
9b4a7800 3744 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3745 (Info-title-1-face): Use face inheritance and relative sizes
3746 instead of hard-wiring things.
3747
3748 * faces.el (secondary-selection): Make dark-background variant sane.
3749
5eedab4d
AI
37502000-09-16 Andrew Innes <andrewi@gnu.org>
3751
5eedab4d
AI
3752 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3753 read-only, since they aren't under VC now.
3754
6a142f26
DL
37552000-09-17 Dave Love <fx@gnu.org>
3756
e07436e1
DL
3757 * tmm.el: Replace mapcar with mapc in several places.
3758
3759 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3760 ad-unadvise.
3761
7d354dd5
DL
3762 * international/latin1-disp.el: New file.
3763
6a142f26
DL
3764 * calendar/cal-move.el (scroll-calendar-left)
3765 (scroll-calendar-right): Make arg optional (for active mode line).
3766
3767 * calendar/calendar.el (calendar-mode-line-format): Make fields
3768 mouse-sensitive.
3769 (calendar-read-date, calendar-read-date, calendar-window-list):
3770 Unquote lambda.
3771 (calendar-month-name): Use aref, not sref.
3772
3773 * view.el (minor-mode-alist): Propertize the string.
3774
3775 * international/characters.el (standard-case-table): Add entries
3776 for Greek.
3777
50ac70af
MB
37782000-09-18 Miles Bader <miles@gnu.org>
3779
53c9ab4f
MB
3780 * info.el (info-node, info-xref): Add dark-background variants.
3781
a114b1ca
MB
3782 * faces.el (header-line): Change defaults to be less confusing
3783 when mixed with mode-lines.
3784
50ac70af
MB
3785 * info.el (Info-fontify-node): Make a few cleanups.
3786 Add extra `help-echo' and `local-map' props to node xrefs.
3787 Use header-specific faces for node-names & xrefs.
3788 (Info-use-header-line): New variable.
53c9ab4f 3789 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3790 (Info-setup-header-line): New function.
3791 (Info-select-node): Call Info-setup-header-line when enabled.
3792 (Info-extract-pointer): Work even if the header line is hidden.
3793 (Info-header-line): New variable.
3794
729927ff
SM
37952000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3796
3797 * vms-patch.el (print-region-function): Don't quote lambda.
3798
3799 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3800
3801 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3802 (lm-get-header-re): Allow spaces between the header and the colon.
3803 (lm-header): Allow $ in non-RCS headers.
3804 (lm-header-multiline): Put the strings back into order.
3805 Stop at an empty line. Don't require two space chars if the
3806 line is clearly not another header line.
3807
3808 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3809 (popup-menu-popup): Remove.
3810
7a98d821
GM
38112000-09-15 Gerd Moellmann <gerd@gnu.org>
3812
7f8f1edc
GM
3813 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3814 specification if or if not tool-bar item contains an `:enabled'
3815 property.
3816
7a98d821
GM
3817 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3818 current buffer has no file name.
3819
a7bc704b
DL
38202000-09-15 Dave Love <fx@gnu.org>
3821
3822 * strokes.el: Sync with maintainer's current version with changes
3823 for Emacs, but avoid runtime cl and levents.
3824 (toplevel): Change autoloads and compilation requires.
3825 (strokes-version, strokes-bug-address, strokes-lift): Values
3826 changed.
3827 (strokes-xpm-header, strokes-insinuated): New variable.
3828 (strokes): Add :link.
3829 (strokes-mode): Customized.
3830 (strokes-while-inhibiting-garbage-collector): New macro.
3831 (strokes-remassoc): Avoid remove-if.
3832 (strokes-fix-button2-command): Don't use ad-do-it.
3833 (strokes-insinuate): New function.
3834 (strokes-button-press-event-p, strokes-button-release-event-p):
3835 New functions, used instead of non-`strokes-' versions..
3836 (strokes-mouse-event-p): Rewritten.
3837 (strokes-event-closest-point): Avoid event-point.
3838 (strokes-get-grid-position): Avoid cdadr, caadr
3839 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3840 functions.
3841 (strokes-help): Use with-output-to-temp-buffer.
3842 (strokes-window-configuration-changed-p): New function.
3843 (strokes-update-window-configuration): Use buffer-live-p,
3844 strokes-window-configuration-changed-p.
3845 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3846 (strokes-char-face): New face.
3847 (strokes-char-table, strokes-base64-chars): New variable.
3848 (strokes-xpm-for-stroke, strokes-list-strokes)
3849 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3850 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3851 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3852 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3853 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3854 functions.
3855
47e351a3
GM
38562000-09-15 Gerd Moellmann <gerd@gnu.org>
3857
ebb8f116
GM
3858 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3859
47e351a3
GM
3860 * image.el (create-image): Doc fix.
3861
3862 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3863 instead of `:heuristic-mask t'.
3864
fe83b953
AI
38652000-09-14 Andrew Innes <andrewi@gnu.org>
3866
3867 * makefile.w32-in: Revert to Unix line endings.
3868
52481729
AI
38692000-09-14 Andrew Innes <andrewi@gnu.org>
3870
3021e816
AI
3871 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3872 when installing.
3873
52481729
AI
3874 * makefile.nt (DONTCOMPILE): Fix typo.
3875
3876 * shell.el (shell-write-history-on-exit): New function.
3877 (shell-dumb-shell-regexp): New custom variable.
3878 (shell-mode): Make shell-write-history-on-exit the process
3879 sentinel if shell name matches shell-dumb-shell-regexp.
3880
3881 * w32-fns.el: Comment out before-init-hook function which resets
3882 source-directory based; this breaks bootstrap.
3883
f8034e41
DL
38842000-09-14 Dave Love <fx@gnu.org>
3885
3886 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3887 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3888 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3889 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3890 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3891 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3892 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3893 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3894 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3895
3896 * toolbar/toolbar.el: New.
3897
3898 * subdirs.el: Add toolbar.
3899
b9ce5694
GM
39002000-09-14 Gerd Moellmann <gerd@gnu.org>
3901
3902 * indent.el (indent-for-tab-command): Doc fix.
3903
986b7dee
GM
39042000-09-14 Alex Schroeder <alex@gnu.org>
3905
3906 * ansi-color.el (ansi-colors): Doc change.
3907 (ansi-color-get-face): Simplified regexp.
3908 (ansi-color-faces-vector): Added more faces, doc change.
3909 (ansi-color-names-vector): Doc change.
3910 (ansi-color-regexp): Simplified regexp.
3911 (ansi-color-parameter-regexp): New regexp.
3912 (ansi-color-filter-apply): Doc change.
3913 (ansi-color-filter-region): Doc change.
3914 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3915 deal with zero length parameters.
3916 (ansi-color-apply-on-region): Doc change.
3917 (ansi-color-map): Doc change.
3918 (ansi-color-map-update): Removed debugging message.
3919 (ansi-color-get-face-1): Added condition-case to trap
3920 args-out-of-range errors.
3921 (ansi-color-get-face): Doc change.
3922 (ansi-color-make-face): Removed.
3923 (ansi-color-for-shell-mode): New option.
9b4a7800 3924
076ff911
KH
39252000-09-13 Kenichi Handa <handa@etl.go.jp>
3926
3927 * international/quail.el (quail-start-translation): Translate KEY
3928 if necessary even if it doesn't have any mapping in the current
3929 input method.
3930 (quail-start-conversion): Likewise.
3931 (quail-help): The output message is improved.
3932
bdf08678
MB
39332000-09-13 Miles Bader <miles@gnu.org>
3934
3935 * comint.el (comint-output-filter): Revert to using
3936 `insert-before-markers'. Add bletcherous hack to undo damage
3937 caused by `insert-before-markers'. Put `front-sticky' property on
3938 overlays created here so that the field code understands how the
3939 overlay works. Use a let when making comint-last-prompt-overlay,
3940 so that the code is easier to read.
3941
ffb8db8d
DL
39422000-09-13 Dave Love <fx@gnu.org>
3943
3944 * wid-edit.el (widget-default-format-handler): DTRT when
3945 doc-property is a function.
3946
5dd05f61
GM
39472000-09-12 Francesco Potorti` <pot@gnu.org>
3948
3949 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3950 filed name if it's not there.
3951
35177617
DL
39522000-09-12 Dave Love <fx@gnu.org>
3953
9023837e
DL
3954 * simple.el (read-mail-command): Doc fix.
3955 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3956
35177617
DL
3957 * vc.el (vc-dired-listing-switches): Fix :version.
3958
3959 * vc-hooks.el: Doc fixes.
3960
3961 * subr.el (add-minor-mode): Use toggle-fun arg.
3962
3963 * speedbar.el: Add :version to several defcustoms.
3964
3965 * imenu.el (imenu--truncate-items, imenu--cleanup)
3966 (imenu--generic-function): Avoid mapcar.
3967 (imenu--replace-spaces): Function removed.
3968 (imenu--completion-buffer): Use subst-char-in-string.
3969 (imenu-add-to-menubar): Use keymap inheritance.
3970
1afaae94
MB
39712000-09-12 Miles Bader <miles@gnu.org>
3972
3973 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3974 (diff-mode-map): Bind `diff-test-hunk'.
3975 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3976
39772000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3978
3979 * bytecomp.el (byte-compile-defvar): Undo last change
3980 because it breaks '(make-variable-buffer-local (defvar ...)'
3981 which is used at least in dired.
3982
63c36c3c
KH
39832000-09-12 Kenichi Handa <handa@etl.go.jp>
3984
3985 * international/quail.el (quail-define-package): Docstring
3986 modified.
3987
1ad24be1
KH
39882000-09-12 Kenichi Handa <handa@etl.go.jp>
3989
362a8065
KH
3990 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3991 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3992 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3993 docstring of "chinese-py".
3994
1ad24be1
KH
3995 * international/quail.el (quail-translation-docstring): New
3996 variable.
3997 (quail-show-keyboard-layout): Docstring modified.
3998 (quail-select-current): Likewise.
3999 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4000 infinite recursive call.
4001 (quail-help): Check quail-translation-docstring. Format of the
4002 output changed.
4003 (quail-help-insert-keymap-description): Adjusted for the above
4004 change.
4005
cc0f95a4
GM
40062000-09-11 Gerd Moellmann <gerd@gnu.org>
4007
4008 * bytecomp.el (byte-compile-defvar): Only cons onto
4009 current-load-list in top-level forms. Else this leaks a cons cell
4010 every time a defun is called.
4011
7530b6da
MB
40122000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4013
4014 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4015 Now understands non-unified diffs. Some functionality moved into
4016 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4017 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4018 modify anything. Only reposition point in the patched file if the
4019 patch succeeds. Only pop up another window if POPUP is true.
4020 Emit a message describing what happened if successful, and at what
4021 line-offset. Automatically detect reversed hunks and do something
4022 appropriate.
4023 (diff-hunk-text, diff-find-text): New functions.
4024 (diff-filter-lines): Function removed.
4025 (diff-test-hunk): New function.
4026 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4027
6b124390
DL
40282000-09-10 Dave Love <fx@gnu.org>
4029
4030 * textmodes/tildify.el: Minor doc/commentary fixes.
4031 (tildify) <defgroup>: Add :version.
4032
4033 * faces.el (face-x-resources): Make custom type more specific.
4034 (frame-background-mode): Use mapc.
4035 (region) <defcustom>: Add :version.
4036
7f8b6551
SM
40372000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4038
9b4a7800
TTN
4039 * vc-sccs.el (vc-sccs-register):
4040 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4041 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4042 * vc.el (vc-register): Clear file's properties.
4043
c454aac1
GM
40442000-09-08 Gerd Moellmann <gerd@gnu.org>
4045
4046 * faces.el (face-spec-set): Only face-spec-reset-face when
4047 ATTRS is non-nil.
4048
bb934822
EZ
40492000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4050
4051 * help.el (help-insert-xref-button): Fix a typo in doc string.
4052
03419440
EZ
40532000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4054
7f8b6551
SM
4055 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4056 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4057 methods.
4058
03419440
EZ
4059 * menu-bar.el (read-mail-item-name): New function.
4060 (menu-bar-tools-menu): Use it to compute and display the package
4061 used to read email.
4062 (menu-bar-tools-menu): Fix typo in GUD's help string.
4063
dbcee71a
DL
40642000-09-07 Dave Love <fx@gnu.org>
4065
19e713d8
DL
4066 * diff-mode.el (diff-mouse-goto-source): New function.
4067
a7cafade 4068 * vc-sccs.el: Doc fixes.
7f8b6551 4069 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4070
4071 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4072 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4073 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4074 (vc-rcs-master-templates): Add or change :version.
4075
7f8b6551 4076 * vc-cvs.el: Doc fixes.
a7cafade
DL
4077 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4078 (vc-cvs-stay-local): Add :version.
4079
dbcee71a
DL
4080 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4081
ed254191
KH
40822000-09-07 Kenichi Handa <handa@etl.go.jp>
4083
4084 * international/quail.el (quail-help): Fix previous change.
4085
ab0ee409
GM
40862000-09-07 Gerd Moellmann <gerd@gnu.org>
4087
f46f845b 4088 * faces.el (color-values): Doc fix.
9b4a7800 4089
ab0ee409
GM
4090 * faces.el (frame-set-background-mode): Use frame-parameter
4091 instead of frame-parameters.
4092
4093 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4094 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4095 frame-parameters.
9b4a7800 4096
f7246ac7
KH
40972000-09-07 Kenichi Handa <handa@etl.go.jp>
4098
4099 * language/devan-util.el (devanagari-to-indian-region): In the
4100 loop, change the following char, not preceding char.
4101
96889af2
GM
41022000-09-07 Gerd Moellmann <gerd@gnu.org>
4103
1091dd67
GM
4104 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4105 instead of frame-parameters.
4106
9b4a7800 4107 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4108 internal-set-lisp-face-attribute with FRAME being 0.
4109
4110 * vc.el: Remove `Id' version control keyword.
96889af2 4111
0fddd0dc
KH
41122000-09-07 Kenichi Handa <handa@etl.go.jp>
4113
4114 * help.el (help-make-xrefs): Adjusted for the change of
4115 help-xref-mule-regexp.
4116 (help-insert-xref-button): New function.
4117
4118 * international/mule-cmds.el (help-xref-mule-regexp-template):
4119 Include the pattern for character set.
4120 (leim): New group.
4121
4122 * international/quail.el: Don't require face.
4123 (quail): New group.
7f8b6551 4124 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4125 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4126 (quail-keyboard-layout-substitution): New variable.
4127 (quail-update-keyboard-layout): New function.
4128 (quail-keyboard-layout-type): New customizable variable.
4129 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4130 (quail-keyboard-translate): Pay attention to
4131 quail-keyboard-layout-substitution.
4132 (quail-insert-kbd-layout): New function.
4133 (quail-show-keyboard-layout): New function.
4134 (quail-get-translation): If the definition is a vector of length
7f8b6551 4135 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4136 in that string.
4137 (quail-update-current-translations): Fix the case of
4138 relative-index out of range.
4139 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4140 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4141 Show key sequences for all available characters.
0fddd0dc
KH
4142 (quail-help-insert-keymap-description): Don't show such verbose
4143 key bindings as quail-self-insert-command.
4144
4145 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4146 Format changed, and each element now have extra documentations.
4147 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4148 Adjusted for the change of quail-cxterm-package-ext-info.
4149
8ddceaf1
GM
41502000-09-06 Gerd Moellmann <gerd@gnu.org>
4151
4152 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4153 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4154 during bootstrap.
4155
099bd78a
SM
41562000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * vc.el: (toplevel): Don't require `dired' at run-time.
4159 (vc-dired-resynch-file): Remove autoload cookie.
4160
41612000-09-05 Andre Spiegel <spiegel@gnu.org>
4162
4163 * vc.el: Made several backend functions optional.
4164 (vc-default-responsible-p): New function.
4165 (vc-merge): Use RET for first version to trigger merge-news, not
4166 prefix arg.
4167 (vc-annotate): Handle backends that do not support annotation.
4168 (vc-default-merge-news): Removed. The existence of a merge-news
4169 implementation is now checked on caller sites.
4170
9b4a7800 4171 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4172 case.
4173
9b4a7800 4174 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4175 special case that has been removed from the default in vc-hooks.el.
4176
41772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4178
4179 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4180
41812000-09-05 Andre Spiegel <spiegel@gnu.org>
4182
4183 * vc-hooks.el: Require vc during compilation.
4184 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4185 macro `with-vc-properties' in vc.el.
4186 (vc-file-getprop): Doc fix.
4187 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4188
099bd78a
SM
4189 * vc.el: Require dired-aux during compilation.
4190 (vc-name-assoc-file): Moved to vc-sccs.el.
4191 (with-vc-properties): New macro.
9b4a7800 4192 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4193 vc-finish-steal): Use it.
4194 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4195 to the backend-specific function is now supposed to do the checkout,
4196 too.
4197 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4198
9b4a7800 4199 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4200 set file properties; that gets done in the generic code now.
4201
4202 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4203 Changed parameter list, added code from vc.el that does the
4204 checkout, possibly with a double-take.
4205
4206 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4207 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4208 the above under the new name.
4209 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4210 parameter list, added checkout command.
4211 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4212 properties; that gets done in the generic code now.
4213
42142000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4215
4216 * vc.el: Docstring fixes (courtesy of checkdoc).
4217
42182000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4219
4220 * vc.el (vc-checkout-writable-buffer-hook)
4221 (vc-checkout-writable-buffer): Remove.
4222 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4223 (vc-log-mode): Make it into a clean derived major mode.
4224 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4225 vc-log-mode if log-edit is not available.
4226 (vc-dired-mode-map): Don't set-keymap-parent yet.
4227 (vc-dired-mode): Do set-keymap-parent here.
4228 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4229
08ba3862
GM
42302000-09-05 Gerd Moellmann <gerd@gnu.org>
4231
4232 * faces.el (set-face-attribute, face-spec-reset-face)
4233 (face-spec-set): Avoid consing by removing calls to `apply'.
4234
4235 * frame.el (frame-parameter): Move to C code.
4236
3b4429b4
DL
42372000-09-05 Dave Love <fx@gnu.org>
4238
4239 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4240 insert-before-markers-and-inherit. Now checked systematically!
4241
877055f6
GM
42422000-09-05 Alex Schroeder <alex@gnu.org>
4243
4244 * sql.el (sql-postgres): Use sql-postgres-options.
4245 (sql-postgres-options): New variable.
4246
42472000-09-05 Alex Schroeder <alex@gnu.org>
4248
4249 * sql.el (sql-mode-menu): Work around missing variable mark-active
4250 in XEmacs.
4251 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4252 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4253 compatibility.
4254
7a004b71
GM
42552000-09-04 Gerd Moellmann <gerd@gnu.org>
4256
54baed30 4257 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4258
7a004b71
GM
4259 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4260
4261 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4262
42632000-09-04 Andre Spiegel <spiegel@gnu.org>
4264
4265 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4266 don't support anything else under SCCS yet.
4267
4268 * vc-hooks.el: Minor doc fixes.
4269
42702000-09-04 Andre Spiegel <spiegel@gnu.org>
4271
4272 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4273 not necessary. If verbose in state `needs-patch', do the same as
4274 under `up-to-date'. When NOT verbose and `needs-patch', check out
4275 latest version instead of `merge-news'.
4276 (vc-next-action-dired): Don't mess with default-directory here; it
4277 breaks other parts of dired. It is the job of the
099bd78a 4278 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4279 (vc-next-action): Remove a special CVS case.
4280 (vc-clear-headers): New optional arg FILE.
4281 (vc-checkin, vc-checkout): Set properties vc-state and
4282 vc-checkout-time properly.
099bd78a 4283 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4284 (vc-print-log): Use new backend function `show-log-entry'.
4285 (vc-cancel-version): Do the checks in a different order. Added a
4286 FIXME concerning RCS-only code.
4287
4288 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4289 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4290
4291 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4292
9b4a7800 4293 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4294 `needs-patch' as a `-' too.
4295
42962000-09-04 Andre Spiegel <spiegel@gnu.org>
4297
4298 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4299 (vc-default-could-register): New function.
4300 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4301 (vc-resynch-buffer): Call vc-dired-resynch-file.
4302 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4303 vc-resynch-buffer instead of vc-resynch-window.
4304 (vc-next-action-dired): Don't redisplay here, that gets done as a
4305 result of the individual file operations.
4306 (vc-retrieve-snapshot): Corrected prompt order.
4307
4308 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4309
7a004b71
GM
4310 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4311 as well.
4312 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4313 hostname regexps. Updated all callers.
4314 (vc-cvs-responsible-p): Handle directories as well.
4315 (vc-cvs-could-register): New function.
4316 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4317 properties up-to-date.
9b4a7800 4318
7a004b71
GM
4319 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4320 user whether to create one.
4321
43222000-09-04 Andre Spiegel <spiegel@gnu.org>
4323
4324 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4325 check out a non-existing file.
4326
4327 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4328 workfile does not exist.
4329
4330 * vc.el (vc-version-diff): Use `require' to check for existence of
4331 diff-mode.
4332
43332000-09-04 Andre Spiegel <spiegel@gnu.org>
4334
4335 * vc-cvs.el (vc-cvs-registered): Use new function
4336 vc-cvs-parse-entry to do the actual work.
4337
43382000-09-04 Andre Spiegel <spiegel@gnu.org>
4339
4340 * vc-hooks.el (vc-find-backend-function): If function doesn't
4341 exist, return nil instead of error.
4342 (vc-call-backend): Doc fix.
4343
4344 * vc.el (vc-do-command): Doc fix.
4345 (vc-finish-logentry): When checking in from vc-dired, choose the
4346 right backend for logentry check.
4347 (vc-dired-mode-map): Inherit from dired-mode-map.
4348 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4349 simplified.
4350 (vc-dired-state-info): Removed, updated caller.
4351 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4352 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4353 (vc-dired-listing-switches): New variable.
4354 (vc-directory): Use it, instead of dired-listing-switches.
4355
4356 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4357 (vc-cvs-dir-state): New function.
7f8b6551 4358 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4359 (vc-cvs-parse-entry): New function, also to be used in
4360 vc-cvs-registered.
9b4a7800 4361
7a004b71
GM
43622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4365 *or* single-window-frames.
4366
43672000-09-04 Andre Spiegel <spiegel@gnu.org>
4368
4369 * vc.el (vc-update-changelog): Split into generic part and default
4370 implementation. Doc string adapted.
4371 (vc-default-update-changelog): New function. Call the `rcs2log'
4372 script in exec-directory, to fix a long-standing nuisance.
4373
4374 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4375 simply signals an error.
9b4a7800 4376
7a004b71
GM
43772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4380 control-flow more clear and to avoid running `cvs' twice.
4381
4382 * vc.el (vc-next-action-on-file): Doc fix.
4383 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4384 (vc-print-log): Eval `file' before constructing the continuation.
4385
43862000-09-04 Andre Spiegel <spiegel@gnu.org>
4387
4388 * vc.el (vc-next-action-on-file): Corrected several messages.
4389 (vc-merge): Add prefix arg `merge-news'; handle it.
4390
4391 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4392 is not reached. It is.
4393 (vc-cvs-merge): Set state to 'edited after merge.
4394 (vc-cvs-merge-news): Set workfile version to nil if not known.
4395 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4396
4397 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4398 via stdout. (Merge from main line.)
9b4a7800 4399
7a004b71
GM
44002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4401
4402 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4403 detection.
4404
44052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4406
4407 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4408 against kill-all-local-variables.
4409 (vc-log-edit): Don't save vc-parent-buffer any more.
4410 (vc-last-comment-match): Initialize to an empty string.
4411 (vc-post-command-functions): New hook.
4412 (vc-do-command): Run it.
4413 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4414 (vc-finish-logentry): Only add the comment to the ring if it's
4415 different from the last comment entered.
4416 (vc-new-comment-index): New function.
4417 (vc-previous-comment): Use it. Make the minibuffer message
4418 slightly less terse.
4419 (vc-comment-search-reverse): Make it work forward as well. Don't
4420 set vc-comment-ring-index if no match is found. Use
4421 vc-new-comment-index.
4422 (vc-comment-search-forward): Use vc-comment-search-reverse.
4423 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4424 define-derived-mode will do it for us. Bind `v' to a keymap that
4425 inherits from vc-prefix-map so that we can bind `vt' without
4426 binding C-x v t.
4427 (vc-retrieve-snapshot): Parenthesis typo.
4428
4429 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4430 to 1. Make sure to switch to *vc* before looking for an error
4431 message. Use vc-parse-buffer.
4432
44332000-09-04 Andre Spiegel <spiegel@gnu.org>
4434
4435 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4436 and NAME.
4437 (vc-retrieve-snapshot): Split into two parts.
4438 (vc-default-retrieve-snapshot): New function.
4439
4440 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4441 (vc-cvs-retrieve-snapshot): New function (untested).
4442 (vc-cvs-stay-local): Default to t.
4443 (vc-cvs-remote-p): New function and property.
4444 (vc-cvs-state): Stay local only if the above is t.
4445 (vc-handle-cvs): Removed.
4446 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4447 done via vc-handled-backends now.
4448 (vc-cvs-header): Escape Id.
4449
44502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4451
4452 * vc.el (vc-do-command): Remove unused commands.
4453 (vc-version-diff): Make sure default-directory ends with a slash.
4454 Move the window commands into a vc-exec-after.
4455 (vc-print-log): Move more of the code into the `vc-exec-after'.
4456
44572000-09-04 Andre Spiegel <spiegel@gnu.org>
4458
4459 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4460 (vc-print-log): Search current revision from beginning of buffer.
4461 (vc-revert-buffer): Clear echo area after the diff is finished.
4462 (vc-prefix-map): Removed definition of "t" for terse display in vc
4463 dired.
4464 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4465 definition of "vt" for terse display.
4466 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4467
44682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4469
4470 * vc.el (vc-exec-after): Avoid caddr.
4471
44722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4473
4474 * vc.el (vc-exec-after): New function.
4475 (vc-do-command): Use it to add a termination message for async
4476 procs.
4477 (vc-checkout): Try to handle a missing-backend situation.
4478 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4479 of a directory with a backend using async diffs.
4480 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4481 present.
4482
4483 * vc-sccs.el (vc-sccs-state-heuristic): Use
4484 file-ownership-preserved-p.
4485
4486 * vc-rcs.el (vc-rcs-state-heuristic): Use
4487 file-ownership-preserved-p.
4488 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4489
44902000-09-04 Andre Spiegel <spiegel@gnu.org>
4491
4492 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4493 vc-do-command.
4494
4495 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4496 when there are no changes.
4497
44982000-09-04 Andre Spiegel <spiegel@gnu.org>
4499
4500 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4501
4502 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4503
45042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4505
4506 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4507
4508 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4509 the `fset' outside of the defvar so that it works even if
4510 vc-prefix-map was already defined.
4511 (vc-setup-buffer): New function, split out of vc-do-command.
4512 (vc-do-command): Allow BUFFER to be t to mean `just use the
4513 current buffer without any fuss'.
4514 (vc-version-diff): Change the `diff' backend operation to just put
4515 the diff in the current buffer without erasing it. Always use
4516 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4517 shrink-window-if-larger-than-buffer.
4518 (vc-print-log): Change the `print-log' backend operation to just
4519 put the log in the current buffer without erasing it. Protect
4520 shrink-window-if-larger-than-buffer.
4521 (vc-update-change-log): Fix setd typo.
4522
4523 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4524 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4525
4526 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4527 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4528 CMP.
4529
4530 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4531 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4532 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4533
45342000-09-04 Andre Spiegel <spiegel@gnu.org>
4535
4536 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4537 not possible, use vc-BACKEND-workfile-unchanged-p.
4538 (vc-default-workfile-unchanged-p): New function. Delegates to a
4539 full vc-BACKEND-diff.
4540
4541 * vc-hooks.el (vc-simple-command): Removed.
4542
4543 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4544 instead of vc-simple-command.
4545 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4546 avoid doing a diff when opening a file.
4547 (vc-rcs-state): Added check for unlocked-changes.
4548 (vc-rcs-header): Escape Id.
4549 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4550 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4551 version.
4552
4553 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4554 (vc-sccs-diff): Remove optional arg CMP.
4555 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4556 SCCS-specific function.
4557
4558 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4559 vc-simple-command.
4560
45612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4562
4563 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4564 (with-vc-file, vc-merge): Use vc-editable-p.
4565 (vc-do-command): Remove unused var vc-file and fix the
4566 doubly-defined `status' var. Add a user message when starting an
4567 async command.
4568 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4569 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4570 Use with-current-buffer.
4571 (vc-buffer-sync): Use unless.
4572 (vc-next-action-on-file): If the file is 'edited by read-only,
4573 make it read-write instead of trying to commit.
4574 (vc-version-diff, vc-update-change-log): Use `setq
4575 default-directory' rather than `cd'.
4576 (vc-log-edit): Don't forget to set default-directory in the
4577 buffer.
4578
4579 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4580 (vc-sccs-state-heuristic): Use file-writable-p instead of
4581 comparing userids.
4582 (vc-sccs-checkout): Use `unless'.
4583
4584 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4585 of comparing userids.
4586 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4587 Simplify the logic by eliminating unreachable code.
4588 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4589 just do a recursive call if we need to retry.
4590 (vc-rcs-checkout): Handle the case where rcs is missing by making
4591 the buffer read-write if requested and re-signalling the error.
4592
4593 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4594
45952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4596
4597 * vc-hooks.el (vc-handled-backends): Docstring change.
4598 (vc-ignore-vc-files): Mark obsolete.
4599 (vc-registered): Check vc-ignore-vc-files.
4600 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4601 vc-ignore-vc-files.
4602
4603 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4604
46052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4606
4607 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4608 files since ange-ftp already has vc-registered return nil.
4609
4610 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4611 (vc-sccs-workfile-version): Use with-temp-buffer and new
4612 vc-parse-buffer and don't bother setting the property.
4613 (vc-sccs-add-triple): Use with-current-buffer and
4614 find-file-noselect.
4615 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4616
4617 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4618 derives from the old vc-parse-buffer but uses the revision number
4619 rather than the date (much easier to compare robustly).
4620 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4621 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4622 locking-user more directly. Check strict locking and set
4623 checkout-model appropriately.
4624 (vc-rcs-parse-locks): Remove.
4625 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4626 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4627 (vc-rcs-system-release): Use with-current-buffer and
4628 vc-parse-buffer.
4629 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4630
4631 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4632 (vc-simple-command): Docstring fix.
4633 (vc-registered): Align the way the file-handler is called with the
4634 way the function itself works.
4635 (vc-file-owner): Remove.
4636
4637 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4638 extraction of fields and call to file-attributes because of a
4639 temporary bug in rcp.el.
4640 (vc-cvs-fetch-status): Use with-current-buffer.
4641
46422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * vc.el (vc-do-command): Use file-relative-name.
4645 (vc-responsible-backend): Use vc-backend if possible.
4646 (vc-create-snapshot): Improve the `interactive' spec. Add support
4647 for branches and dispatch to backend-specific `create-snapshot'.
4648 (vc-default-create-snapshot): New function, containing the bulk of
4649 the old vc-create-snapshot.
4650 (vc-retrieve-snapshot): Improve the interactive spec.
4651
4652 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4653 (vc-backend-hook-functions): Remove.
4654 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4655 (vc-backend): Reintroduce the test for `file = nil' now that I
4656 know why it was there (and added a comment to better remember).
4657
4658 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4659 code from vc-sccs-hooks.el.
4660 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4661 'vc anymore.
4662 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4663 and file-directory-p instead of file-exists-p.
4664 (vc-sccs-check-headers): Simplify the regexp.
4665
4666 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4667 from vc-rcs-hooks.el. Don't require 'vc anymore.
4668 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4669 file-directory-p instead of file-exists-p.
4670
4671 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4672 from vc-cvs-hooks.el.
4673 (proto vc-cvs-registered): Require 'vc-cvs instead of
4674 'vc-cvs-hooks. Don't require 'vc anymore.
4675 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4676 file-directory-p instead of file-exists-p.
4677 (vc-cvs-create-snapshot): New function, replacing
4678 vc-cvs-assign-name.
4679 (vc-cvs-assign-name): Remove.
4680
46812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4682
4683 * vc-cvs.el (vc-cvs-header): New var.
4684
4685 * vc-rcs.el (vc-rcs-exists): Remove.
4686 (vc-rcs-header): New var.
4687
4688 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4689 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4690 (vc-sccs-header): New var.
4691
4692 * vc.el (vc-do-command): Get rid of the `last' argument.
4693 (vc-header-alist): Remove, replaced by vc-X-header.
4694 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4695 (vc-dired-hook): Use expand-file-name instead of concat.
4696 (vc-directory): Use file-name-as-directory.
4697 (vc-snapshot-precondition, vc-create-snapshot)
4698 (vc-retrieve-snapshot): Allow the command to operate on any
4699 directory.
4700
4701 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4702 just removing the 'WORKFILE argument or by removing the 'MASTER
4703 argument and replacing `file' with (vc-name file).
4704
47052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4706
4707 * vc.el: Update Copyright and add a crude list of backend funs.
4708 (vc-writable-p): New function.
4709 (with-vc-file): Use vc-writable-p.
7f8b6551 4710 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4711 (vc-register): Avoid vc-name.
4712 (vc-locking-user): Remove.
4713 (vc-steal-lock): Make the `owner' arg non-optional.
4714 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4715 vc-checkout-model.
4716 (vc-default-dired-state-info): Use vc-state instead of
4717 vc-locking-user and return special strings for special states.
4718 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4719 and get rid of one of the special CVS cases.
4720 (vc-cancel-version): prettify error message with \\[...].
4721 (vc-rename-master): New function.
4722 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4723 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4724 the CVS special case generic.
4725 (vc-default-record-rename): Remove.
4726 (vc-file-tree-walk-internal): Only call FUNC for files that are
4727 under control of some VC backend and replace `concat' with
4728 expand-file-name.
4729 (vc-file-tree-walk): Update docstring.
4730 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4731 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4732
4733 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4734 vc-sccs-record-rename. Use `find-file-noselect' rather than
4735 `find-file' and call `vc-rename-master' to do the actual move.
4736 (vc-sccs-diff): Remove unused `backend' variable.
4737
4738 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4739 to delay loading of vc-sccs until it is really used.
4740 (vc-sccs-master-templates): Preload.
4741 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4742 (vc-sccs-project-dir): Remove (merged into
4743 vc-sccs-search-project-dir).
4744 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4745 rather than `concat', make sure it is preloaded and don't bother
4746 to check that the file actually exists.
4747 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4748 `locks' argument (use buffer's content instead) and eliminate n^2
4749 behavior.
4750
4751 * vc-rcs.el: Update Copyright.
4752 (vc-rcs-rename-file): New function.
4753 (vc-rcs-diff): Remove unused `backend' variable.
4754
4755 * vc-hooks.el: Update Copyright.
4756 (vc-backend): Don't accept a nil argument any more.
4757 (vc-up-to-date-p): Turn into a defsubst.
4758 (vc-possible-master): New function.
4759 (vc-check-master-templates): Use `vc-possible-master' and allow
4760 funs in vc-X-master-templates to return a non-existent file.
4761
4762 * vc-cvs.el: Update Copyright.
4763 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4764 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4765
4766 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4767
47682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4769
4770 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4771 since it can be called from vc-rcs.el.
4772 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4773
47742000-09-04 Andre Spiegel <spiegel@gnu.org>
4775
4776 * vc.el (vc-version-diff): Expand file name read from the
4777 minibuffer. Handle the case when a previous version number can't
4778 be guessed. Give suitable messages when there were no differences
4779 found.
4780 (vc-clear-headers): Call backend-specific implementation, if one
4781 exists.
4782 (vc-cancel-version): Made error checks generic. When done, clear
4783 headers generically, too.
4784
4785 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4786 from vc-clear-headers in vc.el.
4787
4788 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4789 correctly.
4790 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4791 optional. Handle the case when it's not there.
4792
47932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4796
47972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4798
4799 * vc-hooks.el (vc-loadup): Remove.
4800 (vc-find-backend-function): Use `require'. Also, handle the case
4801 where vc-BACKEND-hooks.el doesn't exist.
4802 (vc-call-backend): Cleanup.
4803
48042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4805
4806 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4807 vc-rcs-grab-templates)
4808 (vc-rcs-registered): Remove. The default function works as well.
4809 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4810 vc-sccs-grab-templates)
4811 (vc-sccs-registered): Remove. The default function works as well.
4812
4813 * vc.el (vc-version-diff): Left out a vc- in call to
4814 vc-call-backend.
4815 (vc-default-dired-state-info, vc-default-record-rename)
4816 (vc-default-merge-news): Update for the new backend argument.
4817
4818 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4819 using the default function.
4820 (vc-call-backend): If calling the default function, pass it the
4821 backend as first argument. Update the docstring accordingly.
4822 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4823 for the new backend argument.
4824 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4825 (vc-find-backend-function): Use the new name.
4826 (vc-default-registered): New function.
4827
48282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4829
4830 * vc.el (vc-merge): Use vc-find-backend-function.
4831
4832 * vc-hooks.el (vc-backend-functions): Remove.
4833 (vc-loadup): Don't setup 'vc-functions.
4834 (vc-find-backend-function): New function.
4835 (vc-call-backend): Use above fun and populate 'vc-functions
4836 lazily.
4837 (vc-backend-defines): Remove.
4838
48392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4840
4841 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4842 Call vc-call-backend without the leading vc-.
4843 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4844 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4845 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4846 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4847 Call vc-call-backend without the leading vc-.
4848
4849 * vc-cvs.el (tail): Provide vc-cvs.
4850 * vc-sccs.el (tail): Provide vc-sccs.
4851 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4852
4853 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4854 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4855 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4856 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4857 (vc-call-backend): Always try to load vc-X-hooks.
4858 (vc-registered): Remove vc- in call to vc-call-backend.
4859
48602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4861
4862 * vc.el (vc-process-filter): New function.
4863 (vc-do-command): Setup `vc-process-filter' for the async process.
4864 (vc-maybe-resolve-conflicts): New function to reduce
4865 code-duplication. Additionally, it puts the buffer in
4866 `smerge-mode' if applicable.
4867 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4868 calling `merge-news'.
7f8b6551 4869 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4870 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4871 interfacing to log-edit.el.
4872 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4873 log-edit is available.
4874 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4875
48762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4877
4878 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4879 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4880 defvar and the initialization.
4881 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4882
4883 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4884 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4885
7f8b6551 4886 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4887
48882000-09-04 Andre Spiegel <spiegel@gnu.org>
4889
4890 * vc.el (vc-file-clear-masterprops): Removed.
4891 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4892 (vc-version-diff): Use buffer-size without argument.
4893 (vc-register): Heed vc-initial-comment.
4894
4895 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4896 default branch.
4897
4898 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4899 file name and workfile version.
4900 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4901
4902 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4903 vc-file-clear-masterprops.
4904
4905 * vc-sccs.el (vc-sccs-checkout): Removed call to
4906 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4907 rather than user login name.
4908
4909
49102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4911
4912 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4913 `want-differences-if-changed' and simplify.
4914 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4915 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4916 output (which is invalid for async vc-diff) to decide whether to
4917 do the revert silently or not.
4918
49192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4920
4921 * vc-hooks.el (vc-loadup): Load files quietly.
4922 (vc-call-backend): Oops, brain fart.
4923
49242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4925
4926 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4927 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4928
49292000-09-04 Andre Spiegel <spiegel@gnu.org>
4930
4931 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4932 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4933 vc-state or vc-up-to-date-p.
4934 (vc-merge): Use vc-backend-defines to check whether merging is
4935 possible. Set state to 'edited after successful merge.
4936
4937 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4938 return that name. Redocumented.
4939
49402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4943 new `vc-state' semantics.
4944 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4945 'vc-locking-user to the current user.
4946 (vc-merge): Inline vc-backend-merge. Comment out code that I
4947 don't understand and hence can't adapt to the new `vc-state' and
4948 `vc-locking-user' semantics.
4949 (vc-backend-merge): Remove.
4950
4951 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4952 rather than 'vc-locking-user.
4953
4954 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4955
4956 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4957 (vc-state): Don't use 'reserved any more. Just use the same
4958 convention as the one used for vc-<backend>-state where the
4959 locking user (as a string) is returned.
4960 (vc-locking-user): Update, based on the above convention. The
4961 'vc-locking-user property has disappeared.
7f8b6551 4962 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4963
4964 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4965 with a heuristic one.
4966 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4967 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4968 error. That allows us to get to 'needs-merge even in the
4969 stay-local case. There's still no way to detect 'needs-patch in
4970 such a setup (or to force an update for that matter).
4971 (vc-cvs-logentry-check): Remove, the default works as well.
4972
49732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4974
7f8b6551 4975 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4976
4977 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4978 major-mode in which the buffer might have been put earlier. Use
4979 `remove' and `when'. Allow `okstatus' to be `async' and use
4980 `start-process' in this case.
4981 (vc-version-diff): Handle the case where the diff looks empty
4982 because of the use of an async process.
4983
49842000-09-04 Andre Spiegel <spiegel@gnu.org>
4985
4986 * vc.el (vc-next-action-on-file): Removed optional parameter
4987 `simple'. Recompute state unconditionally.
4988 (vc-default-toggle-read-only): Removed.
4989
4990 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4991 (vc-toggle-read-only): Undid prev change.
4992
4993 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4994 vc-cvs-simple-toggle. Redocumented.
4995 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4996 (vc-cvs-toggle-read-only): Removed.
4997
49982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4999
7f8b6551 5000 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5001 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5002 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5003 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5004 still is. So maybe it should be removed.
5005 (vc-head-version, vc-find-binary): Remove.
5006 (vc-recompute-state): Move from vc-hooks.el.
5007 (vc-next-action-on-file): Add a `simple' argument to allow
5008 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5009 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5010 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5011 (vc-dired-mode-map): Properly defvar it.
5012 (vc-print-log): Call log-view-mode if available.
5013 (small-temporary-file-directory): defvar instead of use boundp.
5014 (vc-merge-news): Moved to vc-cvs.el.
5015 (vc-default-merge-news): New function.
5016
5017 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5018 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5019 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5020 unknown `vc-latest-version' function. It should probably refer to
5021 vc-workfile-version or somesuch, but it's very unclear to me and I
5022 don't have SCCS to test things.
5023
5024 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5025 (vc-sccs-state-heuristic): Fix typo.
5026 (vc-sccs-workfile-unchanged-p): Add missing argument.
5027
5028 * vc-rcs.el: Require vc and vc-rcs-hooks.
5029 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5030 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5031 (vc-release-greater-or-equal-p): Move from vc.
5032 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5033 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5034 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5035 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5036
5037 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5038 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5039 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5040 than the apparently unbound `workfile-version'.
5041
5042 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5043 (vc-file-prop-obarray): Use `make-vector'.
5044 (vc-backend-functions): Add new hookable functions
5045 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5046 (vc-loadup): If neither backend nor default functions exist, use
5047 the backend function rather than nil.
5048 (vc-call-backend): If the function if not bound yet, try to load
5049 the non-hook file to see if it provides it.
5050 (vc-call): New macro plus use it wherever possible.
5051 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5052 nor `vc-find-binary' since it's only called from
7f8b6551 5053 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5054 (vc-checkout-model): Fix parenthesis.
5055 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5056
7f8b6551 5057 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5058 (vc-cvs-release, vc-cvs-system-release): Remove.
5059 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5060 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5061 status symbols.
5062 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5063 (vc-cvs-toggle-read-only): First cut at a function to allow a
5064 cvs-status-free vc-toggle-read-only.
5065 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5066 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5067 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5068 (vc-cvs-checkout): Modify access rights directly if the user
5069 requested not to use `cvs edit'. And refresh the mode line.
5070
5071 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5072 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5073
50742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5075
5076 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5077 workfile' that got lost when the code was extracted from vc.el.
5078 And merged the tail with the rest of the code (not possible in the
5079 old vc.el where the tail was shared among all backends). And
5080 explicitly set the state to 'edited if `writable' is set.
5081
5082 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5083 (vc-cvs-state): Be careful to return the value from
5084 vc-cvs-parse-state.
5085 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5086 property but return it instead. Also be careful to handle a nil
5087 or "" `rev' when workfile is non-nil (it was handled properly when
5088 workfile was nil).
5089
5090 * vc.el: Removed those pesky unnecessary `(function' quotes.
5091 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5092 directly in the defvar.
5093 (vc-do-command): Bind inhibit-read-only so as to properly handle
5094 the case where the destination buffer has been made read-only.
5095 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5096 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5097 (vc-annotate-mode-variables): Removed (code moved partly to
5098 defvars and partly to vc-annotate-add-menu).
5099 (vc-annotate-mode): Turned into a derived-mode.
5100 (vc-annotate-add-menu): Moved in code in
5101 vc-annotate-mode-variables.
5102 (vc-update-change-log): Use make-temp-file if available.
5103
51042000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5105
5106 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5107 `vc-checkout-model' updated to `vc-cvs-update-model'.
5108
51092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5110
5111 * vc.el (vc-next-action-on-file): Added handling of state
5112 `unlocked-changes'.
5113 (vc-checkout-carefully): Is now practically obsolete, unless the
5114 above is too slow to be enabled unconditionally.
5115 (vc-update-change-log): Fixed typo.
5116
5117 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5118
7f8b6551
SM
5119 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5120 Now handles state `unlocked-changes'.
5121 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5122
5123 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5124
5125 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5126 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5127 `unlocked-changes'.
5128 (vc-rcs-workfile-unchanged-p): Renamed from
5129 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5130 function yet, but supposed to become one soon.
5131
5132 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5133 `vc-steal-lock'.
5134 (vc-call-backend): Changed error message.
5135 (vc-state): Added description of state `unlocked-changes'.
5136
51372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5138
5139 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5140 always return t in CVS-controlled directories.
5141
5142 * vc.el (vc-responsible-backend): New function.
5143 (vc-register): Largely rewritten.
5144 (vc-admin): Removed (implementation moved into vc-register).
5145 (vc-checkin): Redocumented.
5146 (vc-finish-logentry): If no backend defined yet (because we are in
5147 the process of registering), use the responsible backend.
5148
5149 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5150 Updated function lists.
5151 (vc-call-backend): Fixed typo.
5152
7f8b6551
SM
5153 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5154 New functions.
5155 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5156 Removed query option. Redocumented.
7a004b71
GM
5157
51582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5159
5160 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5161
5162 * vc.el: Updated callers of `vc-checkout-required' to use
5163 `vc-checkout-model'.
5164
51652000-09-04 Martin Lorentzson <martinl@gnu.org>
5166
5167 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5168 stuff updated to reference this function instead of the old
5169 `vc-backend-release-p'.
5170
51712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5172
5173 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5174 vc-checkout-model. Return appropriate values. Updated callers.
5175
51762000-09-04 Martin Lorentzson <martinl@gnu.org>
5177
7f8b6551 5178 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5179 (vc-backend-revert): Function moved into `vc-revert';
5180 `vc-next-action' must be updated to accomodate this change.
5181 (vc-backend-steal): Function moved into `vc-finish-steal'.
5182 (vc-backend-logentry-check): Function moved into
5183 `vc-finish-logentry'.
5184 (vc-backend-printlog): Function moved into `vc-print-log'.
5185 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5186 (vc-backend-assign-name): Function moved into
5187 `vc-create-snapshot'.
5188
51892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5190
5191 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5192 Rename to vc-checkout-model. Return appropriate values.
5193 Update callers.
7a004b71 5194
7f8b6551 5195 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5196 to vc-checkout-model.
7f8b6551
SM
5197 (vc-checkout-required): Rename to vc-checkout-model.
5198 Re-implement and re-comment.
7a004b71
GM
5199 (vc-after-save): Use vc-checkout-model.
5200
52012000-09-04 Martin Lorentzson <martinl@gnu.org>
5202
7f8b6551
SM
5203 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5204 Update to use the vc-BACKEND-diff functions instead.
5205 `vc-diff' is now working.
7a004b71 5206
7f8b6551 5207 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5208
7f8b6551 5209 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5210
5211 * vc-sccs.el (vc-sccs-diff): Function changed name from
5212 `vc-backend-diff'. This makes `vc-diff' work.
5213
7f8b6551 5214 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5215 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5216 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5217 signaled during `vc-after-save'.
5218
7f8b6551
SM
5219 * vc.el: Fix typo.
5220 This checkin is made with our new VC code base for the very first time.
5221 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5222
5223 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5224 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5225
5226 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5227 updated to `vc-uses-locking'.
7f8b6551 5228 (vc-checkout-required): Call to backend function.
7a004b71
GM
5229 `vc-checkout-required' updated to `vc-uses-locking' instead.
5230
5231 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5232 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5233
7f8b6551 5234 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5235 to match the split into various backends.
7f8b6551 5236 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5237 (vc-retrieve-snapshot): Bug fix.
5238
52392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5240
5241 * vc-sccs.el (vc-sccs-release): Doc fix.
5242
52432000-09-04 Martin Lorentzson <martinl@gnu.org>
5244
5245 * vc.el (vc-next-action-on-file): Bug found and fixed.
5246 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5247 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5248
5249 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5250 (vc-rcs-checkout): Name space cleaned up. No more revision number
5251 crunching function names that are not prefixed with vc-rcs.
5252 (vc-rcs-checkout-model): Function added. References to
5253 `vc-checkout-model' replaced.
5254
52552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5256
5257 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5258 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5259 still need to be split, and implemented for RCS).
5260
52612000-09-04 Martin Lorentzson <martinl@gnu.org>
5262
5263 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5264
5265 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5266 required by the vc.el file.
5267
5268 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5269 required by the vc.el file.
5270 (vc-rcs-exists): Function added.
5271
5272 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5273 required by the vc.el file.
5274
5275 * vc.el (vc-admin): Updated to handle selection of appropriate
5276 backend. Current implementation is crufty and need re-thinking.
5277
5278 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5279
52802000-09-04 Martin Lorentzson <martinl@gnu.org>
5281
5282 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5283 beginning of annotate buffers correctly.
5284
5285 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5286 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5287 functionality updated quite a lot to support multiple backends.
5288 Variables `vc-annotate-mode', `vc-annotate-buffers',
5289 `vc-annotate-backend' added.
5290
5291 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5292 `vc-annotate-difference' added to supported backend functions.
5293
52942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5295
5296 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5297 Use with-temp-file instead of /bin/sh. Merged from mainline
5298
52992000-09-04 Martin Lorentzson <martinl@gnu.org>
5300
5301 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5302
5303 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5304
5305 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5306
53072000-09-04 Martin Lorentzson <martinl@gnu.org>
5308
5309 * vc-hooks.el: vc-state-heuristic added to
5310 vc-backend-hook-functions.
5311
5312 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5313
5314 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5315
7f8b6551
SM
5316 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5317 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5318 state to `reserved'.
5319
5320 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5321 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5322
53232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5324
7f8b6551 5325 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5326 untouched.
5327
7f8b6551 5328 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5329
7f8b6551 5330 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5331 if defined. (Merged from main line, slightly adapted.)
5332
5333 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5334 millenium problem (merged from mainline).
5335
53362000-09-04 Martin Lorentzson <martinl@gnu.org>
5337
5338 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5339 part and moved the non-BACKEND stuff to vc.el.
5340
5341 * vc.el: Split the annotate feature into a BACKEND specific part
5342 and moved it from the vc-cvs.el file to this one.
5343
53442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5345
7f8b6551
SM
5346 * vc-hooks.el: Implement new state model.
5347 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5348 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5349 locked by somebody else.
7f8b6551 5350 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5351 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5352 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5353 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5354
7f8b6551
SM
5355 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5356 Various simplifications and adaptations all over the place.
7a004b71 5357
7f8b6551
SM
5358 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5359 Simplify and adapt the rest.
7a004b71 5360
7f8b6551 5361 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5362 interaction with view mode according to recent RCS change.
7f8b6551 5363 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5364
53652000-09-04 Martin Lorentzson <martinl@gnu.org>
5366
7f8b6551 5367 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5368
53692000-09-04 Martin Lorentzson <martinl@gnu.org>
5370
5371 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5372 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5373 (vc-minor-part, vc-previous-version): Functions that operate and
5374 compare revision numbers got proper documentation. Comments added
5375 about their possible removal.
5376
53772000-09-04 Martin Lorentzson <martinl@gnu.org>
5378
5379 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5380 the vc-backend.el files.
5381
5382 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5383
5384 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5385 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5386 (vc-rcs-previous-version): Functions added.
5387
5388 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5389
5390 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5391
53922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5393
5394 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5395 Comment out the definition for now. What is the right procedure
7a004b71
GM
5396 to get rid of it?
5397 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5398 rewritten.
7f8b6551 5399 (vc-default-registered): Remove.
7a004b71
GM
5400 (vc-check-master-templates): New function; does mostly what the
5401 above did before.
5402 (vc-locking-user): Don't rely on the backend to set the property.
5403
5404 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5405 Rewrite documentation.
7a004b71
GM
5406 (vc-rcs-templates-grabbed): New variable.
5407 (vc-rcs-grab-templates): New function.
7f8b6551 5408 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5409
5410 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5411 Rewrite documentation.
7a004b71
GM
5412 (vc-sccs-templates-grabbed): New variable.
5413 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5414 (vc-sccs-registered): Rewrite to use above mechanism.
5415 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5416 Don't throw the result, simply return it.
7a004b71 5417
7f8b6551
SM
5418 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5419 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5420 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5421
7f8b6551 5422 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5423 from main line.
5424
54252000-09-04 Martin Lorentzson <martinl@gnu.org>
5426
7f8b6551 5427 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5428
7f8b6551 5429 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5430
7f8b6551
SM
5431 * vc-rcs.el (vc-rcs-diff): New function.
5432 (vc-rcs-checkout): Bug (typo) found and fixed.
5433 (vc-rcs-register-switches): New variable.
7a004b71
GM
5434
5435 * vc.el (vc-backend-diff): Function removed and placed in the
5436 backend files.
5437
54382000-09-04 Martin Lorentzson <martinl@gnu.org>
5439
5440 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5441
5442 * vc.el (vc-backend-checkout): Function removed and replaced in
5443 the vc-backend.el files.
5444
5445 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5446
5447 * vc.el (vc-backend-admin): Removed and replaced in the
5448 vc-backend.el files.
5449
5450 * vc.el (Martin): Removed all the annotate functionality since it
5451 is CVS backend specific.
5452
54532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5454
5455 * spec.txt: Added specification of vc-state.
5456
5457 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5458 Remove handling of vc-latest-version and
7a004b71
GM
5459 vc-your-latest-version. What used to be vc-latest-version, is now
5460 returned as vc-workfile-version.
7f8b6551 5461 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5462
54632000-09-04 Dave Love <fx@gnu.org>
5464
5465 * vc.el: [Merged from mainline.]
5466 (vc-dired-mode): Make the dired-move-to-filename-regexp
5467 regexp match the date, to avoid treating date as file size.
5468 Add YYYY S option to WESTERN/
5469
54702000-09-04 Dave Love <fx@gnu.org>
5471
5472 * vc.el: Require `compile' when compiling.
5473 (vc-logentry-check-hook): New option.
5474 (vc-steal-lock): Use compose-mail.
5475 (vc-dired-mode-map): Defvar when compiling.
5476 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5477 vc-sccs.el and renamed. Callers changed.
5478 (vc-backend-checkout, vc-backend-logentry-check)
5479 (vc-backend-merge-news): Doc fix.
5480 (vc-default-logentry-check): New function.
5481 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5482 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5483 (vc-backend-merge): Doc fix. Use backend functions.
5484 (vc-check-headers): Use backend functions.
5485
5486 * vc-cvs.el: Require vc when compiling.
5487 (vc-cvs-register-switches): Doc fix.
5488 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5489 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5490 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5491 New functions (code from vc.el).
5492 (vc-annotate-display-default): Fix interactive spec.
5493 (vc-annotate-time-span): Doc fix.
5494
5495 * vc-rcs.el: Require vc when compiling.
5496 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5497 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5498 (vc-rcs-checkin): New functions (code from vc.el).
5499 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5500 Doc fix.
5501 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5502
5503 * vc-sccs.el: Require vc when compiling.
5504 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5505 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5506 (vc-sccs-revert)
5507 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5508 from vc.el).
5509 (vc-sccs-add-triple, vc-sccs-record-rename)
5510 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5511 (vc-sccs-admin): Doc fix.
5512
55132000-09-04 Martin Lorentzson <martinl@gnu.org>
5514
5515 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5516 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5517 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5518 from vc.el.
5519
5520 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5521
5522 * vc-cvs.el: Moved the annotate functionality from vc.el.
5523 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5524
55252000-09-04 Dave Love <fx@gnu.org>
5526
5527 * vc.el (vc-backend-release): Call vc-system-release.
5528
5529 * vc-sccs.el (vc-sccs-system-release):
5530 Renamed from vc-sccs-backend-release.
5531
5532 * vc-rcs.el (vc-rcs-system-release):
5533 Renamed from vc-rcs-backend-release.
5534
5535 * vc-cvs.el (vc-cvs-system-release):
5536 Renamed from vc-cvs-backend-release.
5537
55382000-09-04 Dave Love <fx@gnu.org>
5539
5540 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5541 backend files.
5542 (vc-backend-release): Dispatch to backend functions.
5543 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5544 probably needs attention.]
5545
5546 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5547 (vc-sccs-backend-release): New function.
5548
5549 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5550 (vc-cvs-backend-release): New function.
5551
5552 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5553 Doc fix.
5554 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5555 (vc-default-dired-state-info): New function.
5556 (vc-dired-state-info): Dispatch to backends.
5557 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5558
5559 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5560 from vc.el and renamed.
5561
55622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5563
5564 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5565 (vc-version-other-window, vc-backend-assign-name): Removed
5566 references to vc-latest-version; sometimes changed into
5567 vc-workfile-version.
5568
5569 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5570 vc-rcs-master-workfile-version.
5571 (vc-rcs-workfile-version): Use the above. Don't call
5572 vc-latest-version (that was unreachable code, anyway).
5573 (vc-rcs-fetch-master-properties): Doc fix.
5574
5575 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5576 (vc-backend-hook-functions): Removed them from this list, too.
5577 (vc-fetch-properties): Removed.
5578 (vc-workfile-version): Doc fix.
5579
5580 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5581 (vc-rcs-workfile-version, vc-rcs-locking-user)
5582 (vc-rcs-uses-locking): Use it.
5583
5584 * vc-hooks.el (vc-consult-rcs-headers):
5585 Moved into vc-rcs-hooks.el, under the name
5586 vc-rcs-consult-headers.
5587
5588 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5589 headers.
5590 (vc-cvs-find-master): Use this name only; correct different
5591 versions of the name.
5592
5593 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5594 New functions.
5595 (vc-sccs-locking-user): Use the latter.
5596
5597 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5598 New functions.
5599
5600 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5601 Moved into both
5602 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5603 functions are implementation details of those two backends.
5604
56052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5606
5607 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5608 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5609
5610 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5611 (vc-sccs-parse-locks): SCCS-specific code moved here from
5612 vc-hooks.
5613
5614 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5615 code moved here from vc-hooks.
5616
5617 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5618 into back-end specific parts and removed. Callers not updated
5619 yet; because I guess these callers will disappear into back-end
5620 specific files anyway.
5621
56222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5623
5624 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5625 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5626 `vc-uses-locking'.
5627
5628 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5629 Store yes/no in the property, and return t/nil. Updated all
5630 callers.
5631
5632 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5633 vc-sccs-uses-locking. Don't set property.
5634 (vc-sccs-locking-user): Don't set property.
5635
5636 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5637 vc-cvs-uses-locking. Don't set property here; leave that to
5638 vc-hooks.
5639 (vc-cvs-locking-user): Reflect above change. Streamlined.
5640
5641 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5642 vc-rcs-uses-locking.
5643 (vc-rcs-locking-user): Reflect above change.
5644
56452000-09-04 Dave Love <fx@gnu.org>
5646
5647 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5648
5649 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5650
5651 * vc-hooks.el (vc-checkout-model): Punt to backends.
5652
5653 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5654
5655 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5656
5657 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5658 New functions.
5659
5660 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5661 New functions.
5662
5663 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5664 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5665
5666 * vc-hooks.el (vc-default-locking-user): New function.
5667 (vc-locking-user, vc-workfile-version): Punt to backends.
5668
56692000-09-04 Dave Love <fx@gnu.org>
5670
5671 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5672 (vc-master-workfile-version): Moved from vc-hooks.
5673
5674 * vc-rcs-hooks.el: Fix duplicate code in last change.
5675
5676 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5677 (vc-rcs-master-templates): Improve :type.
5678 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5679 vc-master-workfile-version): Moved from vc-hooks.
5680
5681 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5682 (vc-sccs-master-templates): Improve :type.
5683 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5684
5685 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5686
5687 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5688 (vc-cvs-master-templates): Improve :type. Use
5689 vc-cvs-find-cvs-master.
5690 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5691 from vc-hooks.
5692 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5693
5694 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5695 Moved to vc-cvs-hooks.
5696
5697 * vc-hooks.el: Add doc strings in various places. Simplify the
5698 minor mode setup.
5699 (vc-handled-backends): New user variable.
5700 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5701 simplification.
5702
57032000-09-04 Dave Love <fx@gnu.org>
5704
5705 * vc.el: Some doc fixes for autoloaded and interactive functions.
5706 Fix compilation warnings from ediff stuff.
5707 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5708
5709 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5710
5711 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5712
5713 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5714
57152000-09-04 Dave Love <fx@gnu.org>
5716
5717 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5718 New variable.
5719 (vc-make-backend-function, vc-loadup, vc-call-backend)
5720 (vc-backend-defines): New functions.
5721
5722 * vc-hooks.el: Various doc fixes.
5723 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5724 (vc-match-substring): Function removed. Callers changed to use
5725 match-string.
5726 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5727 Simplify.
5728
57292000-09-04 Dave Love <fx@gnu.org>
5730
5731 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5732 type.
5733 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5734 (vc-sccs-registered): Doc fix.
5735
5736 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5737 (vc-cvs-registered): Doc fix.
5738
5739 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5740 (vc-rcs-registered): Doc fix.
5741
57422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5743
5744 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5745
5746 * vc-hooks.el: vc-registered has been renamed
5747 vc-default-registered. Some functions have been moved to the
5748 backend specific files. they all support the
5749 vc-BACKEND-registered functions.
5750
57512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5752
5753 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5754
5755 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5756
a033ea13
DL
57572000-09-04 Dave Love <fx@gnu.org>
5758
179fc9ef
DL
5759 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5760 menu-bar-update-hook.
5761
5762 * help.el (help-manyarg-func-alist): Add
5763 find-operation-coding-system.
5764
a033ea13
DL
5765 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5766
5767 * custom.el (custom-set-variables): Print message about errors in
5768 setting.
5769
f8803e97
AI
57702000-09-03 Andrew Innes <andrewi@gnu.org>
5771
5772 * makefile.w32-in: Change to DOS line endings.
5773
59836110
EZ
57742000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5775
5776 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5777 minor-mode keymaps, if they don't have one.
5778
5514ba5c
EZ
57792000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5780
5781 * eshell/esh-module.el (eval-when-compile): Don't lose if
5782 esh-module.el's file name is truncated to DOS 8+3 limits.
5783
79cf8e80
JW
57842000-09-01 John Wiegley <johnw@gnu.org>
5785
5786 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5787 predicate, which caused entries in the completion list to be
5788 doubled.
5789
57902000-08-30 John Wiegley <johnw@gnu.org>
5791
5792 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5793 sending to subprocesses. Also, hook pre-command-hook if
5794 `eshell-send-direct-to-subprocesses' is non-nil.
5795 (eshell-send-direct-to-subprocesses): New config variable. If t,
5796 subprocess input is send immediately.
5797 (eshell-toggle-direct-send): New function.
5798 (eshell-self-insert-command): New function.
5799 (eshell-intercept-commands): New function.
5800 (eshell-send-input): If direct subprocess sending is enabled,
5801 don't echo any input to the Eshell buffer. Let the subprocess
5802 handle that. This requires "stty echo" in bash, for example.
5803
58042000-08-28 John Wiegley <johnw@gnu.org>
5805
5806 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5807 completion function for Eshell's implementation of `unset'.
5808
778911b9
EZ
58092000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5810
5811 * info.el (Info-directory-list): Doc fix.
5812
05d07b49
PB
58132000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5814
9b4a7800 5815 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5816 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5817
9941d4c7
KH
58182000-08-31 Kenichi Handa <handa@etl.go.jp>
5819
5820 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5821 coding systems.
5822
af9ba8ad
AI
58232000-08-30 Andrew Innes <andrewi@gnu.org>
5824
5825 * timer.el (run-with-idle-timer): Undo last change, so that timer
5826 is not activated immediately if Emacs is already idle. Some
5827 existing code relies on this behaviour.
5828
caccd8f2
MB
58292000-08-30 Miles Bader <miles@gnu.org>
5830
5831 * frame.el (set-frame-font): Do completion of font-name for
5832 interactive use.
5833
b64c0a1c
KH
58342000-08-30 Kenichi Handa <handa@etl.go.jp>
5835
5836 * international/quail.el (quail-start-translation): Bind locally
5837 last-command-event, last-command, and this-command.
5838 (quail-start-conversion): Likewise.
75cf0095 5839 (quail-self-insert-command): Fix docstring.
b64c0a1c 5840
fd5f61d3
GM
58412000-08-29 Gerd Moellmann <gerd@gnu.org>
5842
5843 * progmodes/executable.el
5844 (executable-make-buffer-file-executable-if-script-p): Check that
5845 buffer contains at least 2 characters.
5846
5b671d04
EZ
58472000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5848
5849 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5850
485d9513
DL
58512000-08-29 Dave Love <fx@gnu.org>
5852
a39fb83d
DL
5853 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5854 (diff-mode-shared-map): Bind mouse-2.
5855 (diff-imenu-generic-expression): New variable.
5856 (diff-mode): Use it.
5857
485d9513
DL
5858 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5859 (mouse-popup-menubar): Add minor mode menus.
5860 (popup-menu): Check for lookup-key returning number.
5861
ba3478d9
MB
58622000-08-29 Miles Bader <miles@gnu.org>
5863
5864 * comint.el (comint-send-input): Create overlays using the proper
5865 front/read-advance arguments.
9b4a7800 5866
c3d6d211
GM
58672000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5868
5869 * ps-print.el: Even/odd pages printing. Doc fix.
5870 (ps-print-version): New version number (6.0).
5871 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5872 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5873 (ps-print-duplex-feature): Variable eliminated.
5874 (ps-even-or-odd-pages): New variable.
5875
ba087cd7 5876 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5877 (ebnf-version): New version (3.3).
5878 (ebnf-user-arrow): Change variable customization to sexp.
5879 (ebnf-user-arrow): Function eliminated.
5880 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5881
d313265f
KH
58822000-08-29 Kenichi Handa <handa@etl.go.jp>
5883
cba62b78 5884 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5885 (help-make-xrefs): Handle help-xref-mule-regexp.
5886
5887 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5888 variable.
5889 (describe-input-method): Temporarily activate the specfied input
5890 method to display the information.
5891 (describe-language-environment): Hyperlinks to mule related items.
5892
5893 * international/mule-diag.el (charset-multibyte-form-string): New
5894 function.
5895 (list-character-sets-1): Use charset-multibyte-form-string.
5896 (describe-character-set): New function.
5897 (describe-coding-system): Hyperlinks to safe character sets.
5898
5899 * international/quail.el (quail-help): New arg PACKAGE.
5900 Hyperlinks to mule related items.
5901 (quail-help-insert-keymap-description): Use
5902 substitute-command-keys instead of describe-bindings.
5903 (quail-translation-help): Hyperlinks to mule related items.
5904
b4bd214e
JW
59052000-08-28 John Wiegley <johnw@gnu.org>
5906
ca7aae91
JW
5907 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5908 have a defsubst call itself. Made `eshell-flatten-list' back into
5909 a function again.
5910
b4bd214e
JW
5911 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5912 catch, in case re-centering point at bottom messes up the display.
5913 This happens frequently in Emacs 21, due I believe to variable
5914 line heights.
5915
5916 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5917 to call `find-tag-interactive'.
5918
5919 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5920 the list of remember directories.
5921
d44e146b
JW
59222000-08-28 John Wiegley <johnw@gnu.org>
5923
5924 * align.el: Test align-region-separate to see if it's a symbol.
5925
546c0888 59262000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5927
5928 * eshell/esh-util.el (eshell-flatten-list): Made this function
5929 into a defsubst form. It gets used very frequently, although
5930 calls don't occur all that often.
5931
5932 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5933 examining it.
5934
5935 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5936 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5937 `eshell-protect'.
5938 (eshell-copy-handles): Created a new macro for duplicating the
5939 current set of open handles. This is needed by the looping
5940 functions.
5941 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5942 is not incorrectly stomped on.
5943
5944 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5945 declaration for pcomplete-use-paring.
5946 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5947 value of eshell-cmpl-use-paring.
5948 * pcomplete.el (pcomplete-use-paring): New config variable, to
5949 indicate whether paring should be used.
5950 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5951 completion alternatives that have already been used.
5952
5953 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5954 bound to C-c C-y, which will repeat the previous N arguments
5955 (based on prefix argument).
5956 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5957
5958 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5959 if there is no *Help* buffer. This is for XEmacs, which renames
5960 its help buffers uniquely. TODO: Find out what the current buffer
5961 name to delete is.
5962
5963 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5964 first entry that correlates to a passwd/group number. Later
5965 entries (used for group/user name aliasing to multiple IDs) are
5966 ignored.
5967
9b4a7800
TTN
5968 * eshell/em-xtra.el (eshell/expr):
5969 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5970 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5971 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5972 argument list, before passing it to the system command.
5973
5974 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5975 `find-tag' for use at final position in Eshell buffers (which
5976 otherwise triggers an error on Emacs 21).
5977 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5978 buffer, if it is currently bound to `find-tag'.
5979
5980 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5981 in the list of matched Makefile names.
5982 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5983 directory, prefer its contents to Makefile.
5984
5985 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5986 directory parts (like "cd old new", or "cd =regexp"), are now case
5987 sensitive on non-Windows/DOS platforms.
5988
5989 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5990 types RET after an open delimiter (like "), display a message
5991 indicating that Eshell is waiting for the closing delimiter.
5992
5993 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5994 environment variables.
5995
5996 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5997 gracefully if the user enters incorrect arguments.
5998
5999 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6000 Eshell buffers.
6001
9b4a7800
TTN
6002 * eshell/esh-var.el (eshell-interpolate-variable):
6003 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6004 * eshell/em-unix.el (eshell-du-sum-directory):
6005 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6006 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6007 (not (= ...)).
6008
6009 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6010 to ensure the `preserve' flag gets propagated when doing recursive
6011 directory copies.
6012
546c0888 60132000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6014
6015 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6016 Don't convert \n into \0177 in memory.
6017 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6018 and back again, when reading and writing.
9b4a7800 6019
546c0888 60202000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6021
6022 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6023 testing of `fboundp' on `processp'.
6024
6025 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6026 (eshell/jobs): Don't call process-list if it is not bound.
6027 (eshell-gather-process-output): Support systems where async
6028 subprocesses aren't supported.
6029 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6030 variables.
6031
6032 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6033 eshell-do-eval returns t.
6034 (eshell-do-pipelines-synchronously): New defmacro.
6035 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6036 when async subprocesses aren't supported.
6037 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6038 if async subprocesses aren't supported.
6039 (eshell-resume-command): Don't assume STATUS is a string.
6040
6041 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6042
6043 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6044 (eshell-close-target, eshell-get-target): Use eshell-processp.
6045 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6046 fix.
6047 (eshell-get-target, eshell-create-handles): Doc fix.
6048
546c0888 60492000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6050
546c0888 6051 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6052 criterion to include commands that output something, as long as it
6053 leaves both the command and the end-of-buffer visible when the
6054 command has exited.
6055 (eshell-review-quick-commands): Adjust the help doc string
6056 accordingly.
6057
2a371c3b
PB
60582000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6059
8348e1f9 6060 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6061 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6062
9b4a7800 6063 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6064 (file-cache-assoc-function): New variable
6065 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6066 Use file-cache-case-fold-search variable
6067 (file-cache-add-file): Use file-cache-assoc-function
6068 (file-cache-delete-file): likewise
6069 (file-cache-directory-name): likewise
6070 (file-cache-debug-read-from-minibuffer): likewise
6071
95931eb1
GM
60722000-08-28 Gerd Moellmann <gerd@gnu.org>
6073
6074 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6075 (abbrev-table-name): New function.
6076 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6077 If non-nil list local abbrev, only.
6078
bb17930d
GM
60792000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6080
546c0888
EZ
6081 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6082 from Gnus support code, and use special article copy buffer
bb17930d
GM
6083 `(gnus-original-article-buffer)' instead. This allows to get rid
6084 of article-hide-headers usage (which breaks in the latest Gnus
6085 version). Thanks to Detlev Zundel.
6086
41a68aef
KH
60872000-08-28 Kenichi Handa <handa@etl.go.jp>
6088
6089 * international/quail.el (quail-use-package): Hide "... loaded"
6090 message.
6091 (quail-start-translation, quail-start-conversion): Likewise.
6092
6093 * international/kkc.el (kkc-region): Hide "... loaded" message.
6094
28bb2cef
DL
60952000-08-27 Dave Love <fx@gnu.org>
6096
6097 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6098
11a1118d
MB
60992000-08-27 Miles Bader <miles@gnu.org>
6100
6101 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6102
0f85d477
KH
61032000-08-27 Kenichi Handa <handa@etl.go.jp>
6104
6105 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6106 'ja-dic-cnv), not (require 'skkdic-cnv).
6107
2d73e8d3
MB
61082000-08-26 Miles Bader <miles@gnu.org>
6109
a0e5a5a4
MB
6110 * faces.el (face-x-resources): Add entry for :inherit.
6111 * cus-face.el (custom-face-attributes): Add support for :inherit
6112 attribute. Add support for relative face heights.
6113 (custom-face-attributes-get): Treat `nil' as being a default value
6114 for :inherit (as well as `unspecified').
6115
19feb949
MB
6116 * faces.el (set-face-attribute): Update doc string.
6117 (face-attribute-name-alist): Add :inherit.
6118 (face-valid-attribute-values): Handle :inherit.
6119 (face-read-string): Rephrase prompt to be less confusing.
6120 Assume that DEFAULT is a string, since we must return a string.
6121 (face-read-integer): Use `format' to turn DEFAULT into an
6122 acceptable default for face-read-string. Match NEW-VALUE against
6123 the string "unspecified", not the symbol `unspecified', since
6124 that's what face-read-string returns.
6125 (read-face-attribute): Lookup a name for old-value in valid, and
6126 use it as a default if we find one. Treat all values from
6127 face-read-string as strings. If the default is used, don't do any
6128 more processing on the value, just use the old value directly.
6129 (read-face-and-attribute, modify-face): Tweak prompt.
6130 (read-face-name): Don't assume prompt ends with a space.
6131
2d73e8d3
MB
6132 * faces.el (describe-face): Add support for :inherit attribute.
6133
a1a2e38f
KH
61342000-08-25 Kenichi Handa <handa@etl.go.jp>
6135
e84fa7c5
KH
6136 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6137 concat doesn't accept interger.
6138
a1a2e38f
KH
6139 * international/kkc.el: Remove SKK from Keywords. Require
6140 ja-dic-utl instead of skkdic-utl.
6141
6142 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6143 Provide ja-dic-cnv instead of skkdic-cnv.
6144 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6145 (iso-2022-7bit-short): Add safe-charsets property.
6146 (skkdic-convert-postfix): Search Japanese chou-on character in
6147 addition to Hiragana character.
6148 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6149 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6150 (batch-skkdic-convert): Likewise.
6151
6152 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6153 Provide ja-dic-utl instead of skkdic-utl.
6154 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6155
f6499c03
DL
61562000-08-24 Dave Love <fx@gnu.org>
6157
1c2c3f16
DL
6158 * disp-table.el (standard-display-default): Make the test of `l'
6159 useful.
6160
f6499c03
DL
6161 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6162 mod sample text.
6163
6164 * international/iso-ascii.el: Make pilcrow convenient string
6165 consistent with section.
6166 (iso-ascii-display): Set up multibyte characters as well as
6167 unibyte.
6168
c543db81
KH
61692000-08-24 Kenichi Handa <handa@etl.go.jp>
6170
6171 * international/mule-cmds.el (reset-language-environment): Set
6172 default-process-coding-system to '(undecided . iso-latin-1), which
6173 makes process I/O almost consistent with file I/O. Call this
6174 function when mule-cmds.el[c] is loaded.
6175
746d9caf
AI
61762000-08-22 Andrew Innes <andrewi@gnu.org>
6177
6178 * makefile.w32-in: New file.
6179
5484005d
MB
61802000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6181
6182 * comint.el (comint-output-filter): Compare end of
6183 comint-last-output-overlay with the start of the newly inserted
6184 text, not the end, when deciding whether to extend it.
9b4a7800 6185 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6186
6187 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6188 since this is now done independently of font-lock mode.
6189
7a912f63
GM
61902000-08-21 Gerd Moellmann <gerd@gnu.org>
6191
6192 * server.el (server-kill-new-buffers): New user option.
6193 (server-existing-buffer): New buffer-local variable.
6194 (server-visit-files): When using an existing buffer, set
6195 server-existing-buffer to t.
6196 (server-buffer-done): If server-kill-new-buffers is t, kill the
6197 buffer, unless it was already present before visiting it with
6198 Emacs server.
9b4a7800 6199
240301df
EZ
62002000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6203 even if the display doesn't support colors: some displays will
6204 support bold/underline faces.
6205
cbcef616
GM
62062000-08-21 Gerd Moellmann <gerd@gnu.org>
6207
6917e6bb
GM
6208 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6209
cbcef616
GM
6210 * startup.el (command-line): If user's init file had an error,
6211 add explanatory text to *Messages*.
6212
6922b018
KH
62132000-08-21 Kenichi Handa <handa@etl.go.jp>
6214
6215 * man.el (Man-getpage-in-background): Decode the process output by
6216 the system locale coding system.
6217
e50c4203
DL
62182000-08-20 Dave Love <fx@gnu.org>
6219
96ab6351
DL
6220 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6221 Don't test x-popup-menu.
6222 (function) <complete-function>: Complete only fbound symbols.
6223 <validate, value>: New.
6224 (variable) <complete-function>: Complete only bound symbols.
6225 (coding-system): Add :base-only, :complete-function, :validate,
6226 :value, :prompt-match.
6227 (widget-coding-system-prompt-value): Use read-coding-system and
6228 act on :base-only.
6229 (editable-field): Add :help-echo.
6230 (widget-push-button-gui, widget-push-button-cache)
6231 (widget-gui-action, widget-editable-list-gui): COmment out, along
6232 with uses.
6233 (widget-at): Make arg optional.
6234 (widget-echo-help): Adjust for current help-echo calling sequence.
6235 (widget-specify-field, widget-specify-button)
6236 (widget-specify-insert, widget-get-sibling, widget-image-find)
6237 (widget-convert, widget-insert, widget-leave-text)
6238 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6239 (widget-setup, widget-field-find, widget-before-change)
6240 (widget-after-change, widget-default-complete)
6241 (widget-default-create, widget-default-delete)
6242 (widget-push-button-value-create, editable-field)
6243 (widget-field-prompt-value, widget-field-validate)
6244 (widget-choice-value-create, widget-choice-action)
6245 (widget-choice-validate, widget-checklist-add-item)
6246 (widget-radio-add-item, widget-radio-chosen)
6247 (widget-radio-value-inline, widget-editable-list-value-create)
6248 (widget-editable-list-entry-create)
6249 (widget-documentation-link-add)
6250 (widget-documentation-string-value-create)
6251 (widget-regexp-validate, widget-file-complete)
6252 (widget-sexp-validate, widget-plist-convert-widget)
6253 (widget-plist-convert-widget, widget-alist-convert-widget)
6254 (widget-alist-convert-widget, widget-color-complete): Simplify,
6255 particularly to avoid bindings which aren't optimized out.
6256
e50c4203
DL
6257 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6258 Doc fix.
6259 (down-list, backward-up-list, up-list, kill-sexp)
6260 (backward-kill-sexp, mark-sexp): Make arg optional.
6261 (lisp-complete-symbol): Add optional arg PREDICATE.
6262
6263 * cus-start.el: Add display-buffer-reuse-frames,
6264 file-coding-system-alist.
6265
511bd4eb
GM
62662000-08-20 Gerd Moellmann <gerd@gnu.org>
6267
6268 * startup.el (command-line): Clear realized faces after
6269 modifying TTY color mappings.
6270
a9de7d29
MB
62712000-08-20 Miles Bader <miles@gnu.org>
6272
6273 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6274 merely a subset of FACE's attributes.
6275
8a8023d9
MB
62762000-08-19 Miles Bader <miles@gnu.org>
6277
6278 * comint.el (comint-output-filter): Save the point with a marker,
6279 not just a buffer position.
6280
6281 * international/mule.el (set-buffer-process-coding-system): Make
6282 interactive prompt less confusing.
6283
1433385f
GM
62842000-08-19 Gerd Moellmann <gerd@gnu.org>
6285
6286 * hilit-chg.el: General cleanup of doc strings, comments and
6287 code formatting.
6288
136b4eda
MB
62892000-08-19 Miles Bader <miles@gnu.org>
6290
6291 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6292 Compiler macro removed; beginning-of-line is no longer always
6293 equivalent to forward-line, in the presence of fields.
6294
6295 * comint.el (comint-output-filter): Remove ad-hoc saving of
6296 restriction, and just use save-restriction, now that it works
6297 correctly. Don't adjust comint-last-input-start to account for
6298 our insertion; it shouldn't have moved because we don't use
6299 insert-before-markers anymore. Comment out call to
6300 `force-mode-line-update'; why is it here?
6301
6302 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6303 while checking for prompt to delete. Use `forward-line 0'
6304 instead of beginning-of-line.
6305 (gud-filter): Temporarily widen gud comint buffer while
6306 examining output.
6307
cdd0f857
SM
63082000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6309
ebf96bfa
SM
6310 * progmodes/sh-script.el: Big bag of typos.
6311
cdd0f857
SM
6312 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6313 check since ispell-process is not bound when ispell is not yet loaded.
6314
9bb7a286
DL
63152000-08-18 Dave Love <fx@gnu.org>
6316
6317 * image.el (find-image): Copy `spec' before using plist-put.
6318
74ec6045
GM
63192000-08-18 Gerd Moellmann <gerd@gnu.org>
6320
6321 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6322 `portugues'.
6323
6324 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6325 backward-kill-sexp, analogous to kill-sexp.
6326
6327 * progmodes/icon.el (icon-indent-line)
6328 (icon-is-continuation-line): Handle comments specially.
6329
63302000-08-17 Ken Stevens <k.stevens@ieee.org>
6331
6332 * ispell.el: Set to standard author/maintainer/keyword fields.
6333 Fine tuning to menu map appearance and operation, and added help.
6334 Remove `start' and `end' error messages when compiling.
6335 (ispell-choices-win-default-height): Fixed comment string.
6336 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6337 castellano8 dictionaries.
6338 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6339 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6340 dictionary, added italiano dictionary.
6341 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6342 word character
6343 (ispell-tex-skip-alists): Added psfig support.
6344 (ispell-skip-html): Renamed from ispell-skip-sgml.
6345 (ispell-begin-skip-region-regexp, ispell-skip-region)
6346 (ispell-minor-check): Improved html skipping support to skip across
6347 code, and recognize `&' commands without propper `;' syntax;
6348 (ispell-process-line): Fix alignment error when manually
6349 correcting spelling.
6350 (ispell): Fix comment string.
6351 (ispell-add-per-file-word-list): Always put word list on new line.
6352
3787e12e
GM
63532000-08-17 Gerd Moellmann <gerd@gnu.org>
6354
a7b28523
GM
6355 * format.el (format-encode-run-method): Fix error message to say
6356 `encode' instead of `decode'. Use save-window-excursion around
6357 shell-command-on-region as in format-decode-run-method because
6358 shell-command-on-region can display a buffer with error output.
6359 (format-decode): Don't record undo information for the decoding.
6360 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6361 that number part of the temporary buffer name so that more than
6362 one decoding using a temporary buffer can happen safely.
6363
6364 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6365 of `A-z' in the regexp.
6366
6367 * hilit-chg.el: Fix typos in commentary.
6368
3787e12e
GM
6369 * help.el (view-emacs-news): Rewritten for new naming scheme
6370 for old NEWS files.
6371
6372 * startup.el (command-line): Pop to *Messages* in case an error
6373 is signaled while loading user-init-file.
6374
d2473540
AS
63752000-08-17 Andreas Schwab <schwab@suse.de>
6376
6377 * files.el (insert-directory): Don't lose original file name,
6378 undoing an undocumented change.
6379
c0bbaf57
GM
63802000-08-17 Alex Schroeder <alex@gnu.org>
6381
6382 * sql.el (sql-magic-go): Use comint-bol.
6383 (sql-copy-column): Use comint-line-beginning-position.
6384 (comint-line-beginning-position): Define a replacement for
6385 comint-line-beginning-position if it is not fboundp.
6386
63872000-08-17 Alex Schroeder <alex@gnu.org>
6388
6389 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6390 it didn't have any effect anyway.
6391
63922000-08-17 Alex Schroeder <alex@gnu.org>
6393
6394 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6395 --pset and pager=off instead of sending \\o|cat at the beginning
6396 of the session.
6397
9d245da5
MB
63982000-08-17 Miles Bader <miles@gnu.org>
6399
6400 * progmodes/octave-inf.el: Add compatibility definition of
6401 comint-line-beginning-position.
6402
abfdbd2e
KH
64032000-08-17 Kenichi Handa <handa@etl.go.jp>
6404
6405 * startup.el (normal-top-level): Look in each dir in load-path for
6406 a leim-list.el file too. This assures of loading leim-list.el
6407 that is created at Emacs installation time even if a user have his
6408 own leim-list.el.
6409
a0b8c939
MB
64102000-08-17 Miles Bader <miles@gnu.org>
6411
6412 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6413 foreground color to black if the background is dark.
6414
7382bcae
SM
64152000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6416
6417 * loadhist.el (unload-feature): Typo.
6418
9b4a7800 6419 * finder.el (finder-compile-keywords):
7382bcae
SM
6420 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6421 to the generated file.
6422
6423 * mail/mh-e.el (mh-make-local-vars):
6424 Replace make-variable-buffer-local with make-local-variable.
6425
cdd0f857 6426 * play/landmark.el:
7382bcae 6427 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6428 * mail/mailabbrev.el (mail-abbrevs-mode):
6429 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6430 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6431
6432 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6433
6434 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6435 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6436 Allow going past the last element.
9b4a7800 6437 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6438 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6439 (cvs-mouse-toggle-mark): Don't move point.
6440 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6441
6442 * progmodes/compile.el (grep): Provide a default set of files.
6443 (next-error): Docstring fix.
6444 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6445
6446 * emacs-lisp/easy-mmode.el (define-minor-mode):
6447 Use `symbol-value' to keep the byte-compiler quiet.
6448
6449 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6450 (diff-find-source-location): New fun, extracted from diff-goto-source.
6451 (diff-goto-source): Use it.
6452 (diff-next-complex-hunk, diff-filter-lines): New function.
6453 (diff-apply-hunk): New command.
6454
6455 * smerge-mode.el (smerge-mode-menu): Doc fix.
6456
6457 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6458
4f00b8c1
DL
64592000-08-16 Dave Love <fx@gnu.org>
6460
2b5198bb
DL
6461 * windmove.el (windmove) <defgroup>: Add :version.
6462
6463 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6464 (goto-address-fontify-p, goto-address-highlight-p)
6465 (goto-address-url-face, goto-address-url-mouse-face)
6466 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6467 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6468 (goto-address-fontify, goto-address-at-mouse): Simplify,
6469 (goto-address-at-point): browse-url-url-at-point,
6470 goto-address-find-address-at-point can return nil.
6471 (goto-address-find-address-at-point): Return nil on failure.
6472
6473 * align.el (align) <defgroup>: Add :version.
6474
6475 * calculator.el (calculator): Add :version.
6476 (calculator): Use two lines for calculator window if `modeline'
6477 face is boxed.
6478
4f00b8c1
DL
6479 * play/5x5.el: Doc fixes.
6480 (5x5) <defgroup>: Add :version.
6481
6482 * play/fortune.el (fortune) <defgroup>: Add :version.
6483 (fortune-append): Fix error message.
6484 (fortune-from-region): Doc fix.
6485
6486 * play/pong.el (pong): Doc fix.
6487
6488 * play/morse.el: Keywords, commentary, autoloads.
6489
69db7ee7
EZ
64902000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6491
6492 * desktop.el (desktop-save): Don't look at symbol-value of a
6493 member of minor-mode-alist, unless it is boundp.
6494
10e1dad9
SS
64952000-08-16 Sam Steingold <sds@gnu.org>
6496
a0b8c939 6497 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6498 `while'; use `with-current-buffer' instead of `save-excursion'.
6499 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6500
9d7bcb2e
KH
65012000-08-16 Kenichi Handa <handa@etl.go.jp>
6502
6503 * international/ccl.el (declare-ccl-program): Docstring modified.
6504 (ccl-execute-with-args): Likewise.
6505
04231ab8
MB
65062000-08-16 Miles Bader <miles@gnu.org>
6507
9d245da5 6508 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6509 comint-line-beginning-position.
6510
f68446ef
GM
65112000-08-15 Gerd Moellmann <gerd@gnu.org>
6512
dc28878c
GM
6513 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6514 'buffer-menu' property.
6515 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6516 fails.
6517 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6518 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6519 wasn't killed.
10e1dad9 6520
58ed0d3b
GM
6521 * buff-menu.el (list-buffers-noselect): Don't display the
6522 *Buffer List* buffer.
6523
32dc52f7
GM
6524 * font-lock.el: Require jit-lock to prevent a very late
6525 `Loading jit-lock' message.
6526
f68446ef 6527 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6528 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6529 mail address.
6530
90ac90a2
MB
65312000-08-15 Miles Bader <miles@gnu.org>
6532
6533 * textmodes/ispell.el (ispell-graphic-p): New constant.
6534 (ispell-choices-win-default-height, ispell-help): Use
6535 `ispell-graphic-p' instead of `xemacsp'.
6536
b0a0e263
DL
65372000-08-15 Dave Love <fx@gnu.org>
6538
c1e757e3
DL
6539 * simple.el: Autoload widget-convert when compiling.
6540 (mail-user-agent): Doc fix.
6541
6542 * help.el (function-called-at-point, variable-at-point): Use
6543 with-syntax-table.
6544 (help-manyarg-func-alist): Add insert-and-inherit.
6545
6546 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6547
6548 * delsel.el (delsel-unload-hook): New function.
6549
6550 * find-file.el: Doc fixes. Move provide to end.
6551 (ff) <defgroup>: Add :link.
6552 (ff-goto-click): Deleted.
6553 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6554 Use mouse-set-point.
6555
6556 * textmodes/tildify.el: Doc fixes.
6557 (tildify) <defgroup>: Add:version.
6558
6559 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6560 (glasses-custom-set): Use set-default, not set.
6561 (minor-mode-alist): Propertize the lighter.
6562 (glasses-mode): Provide optional arg.
6563
5f847612
DL
6564 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6565 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6566 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6567 option. Provide :type.
6568 (cwarn-configuration): Provide :type.
6569 (cwarn-mode): Doc fix.
6570
6571 * add-log.el (change-log-merge): Doc fix.
6572 (change-log-redate): New command.
6573
b0a0e263
DL
6574 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6575 Doze and Dog.
6576 (browse-url): Use dolist, not mapcar.
6577 (browse-url-at-point): Check for null url.
6578 (browse-url-event-buffer, browse-url-event-point): Functions
6579 deleted.
6580 (browse-url-at-mouse, browse-url-netscape): Simplify.
6581
6582 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6583 modes.
6584 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6585 Fix previous change to mapcan.
6586 (msb--init-file-alist, msb--add-separators)
6587 (msb--make-keymap-menu): Simplify.
6588 (msb--choose-file-menu): Use copy-sequence.
6589 (msb-mode-map): Add title to keymap.
6590 (msb-unload-hook): New function.
6591
6592 * bs.el: Fix indentation.
6593 (bs) <defgroup>: Add :links.
2b5198bb
DL
6594 (bs-show): Doc fix.
6595 (bs-apply-sort-faces): Don't use window-system.
6596 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6597
70f1b78e
EZ
65982000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6599
6600 * calendar/timeclock.el (timeclock-file): Run .timelog through
6601 convert-standard-filename.
6602
956777b3
GM
66032000-08-14 Gerd Moellmann <gerd@gnu.org>
6604
3215096c
GM
6605 * emacs-lisp/authors.el: New file.
6606
956777b3
GM
6607 * paren.el (show-paren-priority): New user option.
6608 (show-paren-function): Set overlay priorities to
6609 show-paren-priority.
10e1dad9 6610
0cde1424
MB
66112000-08-14 Miles Bader <miles@gnu.org>
6612
6613 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6614 beginning-of-line with inhibit-field-text-motion bound.
6615
90cbf47e
GM
66162000-08-14 Gerd Moellmann <gerd@gnu.org>
6617
6618 * calendar/timeclock.el: New file.
6619
66202000-08-14 David Ponce <david@dponce.com>
6621
6622 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6623 `widget-button-click'. so that one can use left mouse button to
6624 click on dialog buttons.
6625
66262000-08-14 Emmanuel Briot <briot@gnat.com>
6627
6628 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6629 identifiers, since XML is case sensitive
10e1dad9 6630
79e8dca7 66312000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6632
660394d1
MB
6633 * comint.el (comint-output-filter): Don't bother frobbing
6634 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6635
6636 * comint.el (comint-send-string, comint-send-region): Make into
6637 real functions. Snapshot the prompt before sending.
6638
218c2cc7
EZ
66392000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6640
6641 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6642 technique similar to Info-index, instead of relying on specific
6643 names of relevant Index nodes.
6644 (Info-goto-emacs-command-node): Bind Info-history to nil when
6645 going to the first node found by Info-find-emacs-command-nodes.
6646
51e066d2 66472000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6648
6649 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6650
867102f2
MB
66512000-08-10 Miles Bader <miles@gnu.org>
6652
6653 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6654
af718538
EZ
66552000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6656
6657 * info.el (Info-file-list-for-emacs): More elements for the
6658 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6659 and woman manuals.
6660
c51bacd6
MB
66612000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6662
6663 * comint.el (comint-send-input): Make the newline boundary overlay
6664 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6665 (comint-output-filter): Use `insert' instead of
6666 `insert-before-markers'. Extend comint-last-output-overlay when
6667 necessary since we can't rely on insert-before-markers to do it.
6668 * gud.el (gud-filter): Use `with-current-buffer' instead of
6669 save-excursion when inserting the output, so that point gets
6670 updated correctly; the old method relied on a rather dodgy
6671 side-effect of comint-output-filter to avoid the effect of
6672 save-excursion.
6673
98532b12
EZ
66742000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6675
6676 * files.el (recover-file): Call insert-directory instead of
6677 invoking `ls' directly.
6678
3db4b719
MB
66792000-08-10 Miles Bader <miles@gnu.org>
6680
6681 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6682 (comint-last-prompt-overlay): New variables.
6683 (comint-output-filter): Implement prompt highlighting.
6684 (comint-snapshot-last-prompt): New function.
6685 (comint-send-input): Snapshot the last prompt.
6686 Use comint-highlight-input-face.
6687 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6688 Use defface instead of defcustom.
6689 (send-invisible, comint-send-eof): Snapshot the last prompt.
6690 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6691 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6692
96190aa1
SM
66932000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6694
5cda4b07
SM
6695 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6696 (regexp-opt-group): Use a list of chars for `letters'.
6697 (regexp-opt-charset): `chars' is now a list of chars.
6698 Use a char-table rather than a vector so it works for multibyte chars.
6699
96190aa1
SM
6700 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6701 Set cvs-minor-current-files to the selected fileinfo.
6702 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6703 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6704
7d093d56
EZ
67052000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6706
6707 * files.el (insert-directory): Don't call access-file on
6708 directories on DOS and Windows.
6709
b24c5811
KH
67102000-08-09 Kenichi Handa <handa@etl.go.jp>
6711
6712 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6713 longer if necessary.
6714 (ccl-embed-code): Call ccl-embed-data to store CODE in
6715 ccl-program-vector.
6716
0a6fd67e
MB
67172000-08-09 Miles Bader <miles@gnu.org>
6718
6719 * comint.el (comint-output-filter): Properly handle the case where
6720 the text surrounded by comint-last-output-overlay was deleted.
6721
9f6d1a6c
GM
67222000-08-08 Gerd Moellmann <gerd@gnu.org>
6723
25ad1371
GM
6724 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6725 non-nil.
6726 (Info-file-list-for-emacs): Remove "info" from the list because
6727 that leads to trying to use the documentation from file `info'
6728 in various situations where it isn't appropriate, for instance
6729 C-h C-k C-h i.
6730
6731 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6732 DIR and/or STRING are nil.
6733
6734 * progmodes/compile.el (compilation-setup): Make variable
6735 compilation-error-screen-columns buffer-local, as some comment
6736 in the code suggests it should be.
6737
6738 * files.el (auto-mode-interpreter-regexp): New variable.
6739 (set-auto-mode): Use it.
6740
6741 * indent.el (indent-for-tab-command): Doc fix.
6742
6743 * mouse-sel.el (mouse-sel-mode): Doc fix.
6744
9f6d1a6c
GM
6745 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6746 labels.
6747
6748 * help.el (print-help-return-message): When
6749 display-buffer-reuse-frames is set, let the help window been quit,
6750 instead of deleting it, which might delete a reused frame.
6751
3d819a75
EZ
67522000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6753
6754 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6755 rename a directory to a name that differs only by its letter case.
6756
c5a52529
KH
67572000-08-08 Kenichi Handa <handa@etl.go.jp>
6758
6759 * international/quail.el (quail-define-rules): Handle Quail decode
6760 map correctly. Add code for supporting annotations.
6761 (quail-install-decode-map): New function.
6762 (quail-defrule-internal): New optional arguments decode-map and
6763 props.
6764 (quail-advice): New function.
6765
5e9e032a
SS
67662000-08-07 Sam Steingold <sds@gnu.org>
6767
6768 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6769 `defconst', `define-condition', `with-slots'.
6770 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6771
46645f4b
MB
67722000-08-03 Miles Bader <miles@gnu.org>
6773
6774 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6775 New variable.
6776 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6777 comint-use-prompt-regexp-instead-of-fields.
6778 (comint-send-input): Add `input' field property to stuff we send to
6779 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6780 (comint-output-filter): Add `output' field property to process
6781 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6782 (comint-replace-by-expanded-history)
6783 (comint-get-old-input-default, comint-show-output)
6784 (comint-backward-matching-input, comint-forward-matching-input)
6785 (comint-next-prompt, comint-previous-prompt): Use field
6786 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6787 (comint-line-beginning-position): New function.
6788 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6789 (comint-replace-by-expanded-history-before-point): Use
6790 comint-line-beginning-position and line-end-position.
6791 (comint-last-output-overlay): New variable.
6792 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6793
6794 * shell.el (shell-prompt-pattern): Doc change.
6795 (shell-backward-command): Use line-beginning-position.
6796
6797 * gud.el (gud-gdb-complete-command): Use
6798 comint-line-beginning-position.
6799
6800 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6801 comint-bol doesn't actually go to the beginning of the line.
6802
6803 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6804 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6805 (try-expand-line-all-buffers): Likewise.
6806
6807 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6808 explicitly matching comint-prompt-regexp.
6809 (sql-copy-column): Use comint-line-beginning-position instead of
6810 explicitly matching comint-prompt-regexp.
6811
6812 * progmodes/octave-inf.el (inferior-octave-complete): Use
6813 comint-line-beginning-position.
6814
6815 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6816
6817 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6818 looking for a prompt, use `forward-line 0' instead of
6819 `beginning-of-line', to avoid getting caught by an input field.
6820
ff3d9573
GM
68212000-08-07 Gerd Moellmann <gerd@gnu.org>
6822
6823 * files.el (shell-quote-wildcard-pattern): Make sure to return
6824 PATTERN, in the Unix case.
6825
e0d8827b
EZ
68262000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6827
6828 * play/zone.el (zone): Discard any pending input before running
6829 the randomly-chosen pgm.
6830
24d55b8f
KH
68312000-08-07 Kenichi Handa <handa@etl.go.jp>
6832
6833 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6834 checking the existence of any multibyte characters.
6835
3d05e1ee
GM
68362000-08-06 Gerd Moellmann <gerd@gnu.org>
6837
6c4a4368
GM
6838 * help.el (describe-mode): Test minor-mode symbol for being
6839 bound before testing its value for being nil.
6840
3d05e1ee
GM
6841 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6842 `first', `second', and `third'.
6843
6844 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6845 (second): Make it an alias for `cadr'.
6846
6968a481
EZ
68472000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6848
6849 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6850 types of display support faces now.
6851
e49aa397
GM
68522000-08-05 Gerd Moellmann <gerd@gnu.org>
6853
6854 * pcvs.el (require): Require `cl' during compilation, only.
6855
6856 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6857 (toplevel): Remove `remq' and `remove' from autoloads.
6858 (cl-fake-autoloads): New variable. If set, arrange for an error
6859 when CL functions etc. are autoloaded.
6860
588aca27
EZ
68612000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6862
2e78d4ab
EZ
6863 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6864
85628348
EZ
6865 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6866 popped up, but the user clicks outside the menu, return an empty
6867 regexp (that causes unhighlight-regexp to have no effect).
6868
74f0e552
EZ
6869 * menu-bar.el (menu-bar-games-menu): Add Zone.
6870
588aca27
EZ
6871 * hi-lock.el (toplevel): Require font-lock.
6872
f4988be7
GM
68732000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6874
ba087cd7 6875 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6876 (ebnf-8-bit-chars): New var for bug fix.
6877 (ebnf-string): Bug fix.
6878
027b73ac
SS
68792000-08-03 Sam Steingold <sds@gnu.org>
6880
6881 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6882 instead of `buffer-string'.
6883 (require 'cl): Always, not just when compiling.
6884 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6885 necessary.
6886
2f1fa038
EZ
68872000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6888
6889 * international/mule-cmds.el (select-safe-coding-system): Make
6890 the message text about selecting a safe coding system more clear.
6891
ead53494
GM
68922000-08-02 Gerd Moellmann <gerd@gnu.org>
6893
abb2db1c
GM
6894 * hi-lock.el: New file.
6895
6896 * play/zone.el: New file.
6897
ead53494
GM
6898 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6899 value of tab-width in the original buffer. Choose a line number
6900 format that's a multiple of the original buffer's tab width, so
6901 that lines appear right.
6902
6903 * textmodes/ispell.el (ispell): New function, replacing an alias.
6904 Spell-check active region if in transient-mark-mode and mark
6905 is active; otherwise spell-check buffer.
6906
69072000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6908
6909 * ps-mule.el: Fix a customization problem on
6910 ps-mule-font-info-database-default.
6911
f4a2b0a4
EZ
69122000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6913
6914 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6915 display-mouse-p instead of window-system.
6916 (ebrowse-member-mode-map): Ditto.
6917
b685181e
GM
69182000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6919
ba087cd7
EZ
6920 * progmodes/ebnf2ps.el: Update ps-print functions call.
6921 Indentation fix. Doc fix.
b685181e
GM
6922 (ebnf-version): New version number (3.2).
6923 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6924
3b5fab87
EZ
69252000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6926
032ebb29
EZ
6927 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6928 font lock support on window-system.
6929 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6930
3b5fab87
EZ
6931 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6932 display-color-p, if fboundp, instead of window-system.
6933
7e2605e7
EZ
69342000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6937 instead of window-system.
6938
6939 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6940 window-system.
6941 (widget-choice-mouse-down-action): Use display-popup-menus-p
6942 instead of window-system.
6943
6944 * strokes.el (strokes-file): Run the file name through
6945 convert-standard-filename.
6946 (strokes-mode): Call display-mouse-p instead of looking at
6947 window-system. Change the error message accordingly.
6948
6949 * progmodes/cpp.el (toplevel): Support faces on tty's.
6950
6951 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6952 (lm-plot-square, lm-init-display): Don't use window-system.
6953
6954 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6955 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6956
6957 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6958 instead of looking at window-system.
6959
26119624
GM
69602000-07-30 Gerd Moellmann <gerd@gnu.org>
6961
6962 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6963 of testing if iswitchb-prepost-hooks is bound, because the
6964 latter will always be true when invoking a recursive minibuffer
6965 from an active Iswitchb buffer.
6966
c90596f3
EZ
69672000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6968
6969 * files.el (shell-quote-wildcard-pattern): New function.
6970 (insert-directory): Call it. Only prepend "\" to command on Unix
6971 and GNU/Linux systems.
6972
18925e78
GM
69732000-07-30 Gerd Moellmann <gerd@gnu.org>
6974
6975 * eshell/esh-groups.el: Change custom :link file names
6976 from `eshell.info' to `eshell'.
6977
69782000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6979
6980 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6981 correctly in recursive ange-ftp listings.
6982
69832000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6984
6985 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6986 ps-header-font-size-internal and
6987 ps-header-title-font-size-internal variables are not set,
6988 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6989 face text property is (foreground-color . COLOR) or
6990 `(background-color . COLOR)', ps-print crashes. Doc fix.
6991 (ps-print-version): New version number (5.2.4).
6992 (ps-plot-region): Code fix.
6993 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6994 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6995 Bug fix 2.
6996
69972000-07-30 Milan Zamazal <pdm@freesoft.cz>
6998
6999 * glasses.el (glasses-make-readable): Fix uncapitalization of
7000 identifiers like `myXMLDocument'.
7001
aeb4c63e
KF
70022000-07-28 Karl Fogel <kfogel@red-bean.com>
7003
18925e78
GM
7004 * mail/mail-hist.el (mail-hist-previous-input)
7005 (mail-hist-next-input): Do the obvious code factorization.
7006 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7007 code of above two.
7008 If inserting a message body, leave point at top.
7009
9d453139
SS
70102000-07-28 Sam Steingold <sds@gnu.org>
7011
7012 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7013 Use `<=', not `<' to compare times!
7014 (ange-ftp-ls): Remove.
9d453139 7015
b548072f
GM
70162000-07-27 Gerd Moellmann <gerd@gnu.org>
7017
27848c01
GM
7018 * play/cookie1.el: Add explanation of how to make cookie.el
7019 compatible with strfile(1) to comment.
7020
7021 * subr.el (remove, remq): New functions.
7022
3ab82477
GM
7023 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7024 escape `*' in regexps.
7025 (midnight-find): Reverse order of arguments in the funcall of
7026 TEST.
7027
7028 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7029 and `.class'.
7030
b548072f
GM
7031 * play/meese.el: Add Commentary section.
7032
27848c01
GM
70332000-07-27 Alex Schroeder <alex@gnu.org>
7034
7035 * sql.el (sql-ms): Added autoload cookie.
7036 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7037 (sql-oracle): Ditto.
7038 (sql-help): Doc change.
7039
7040 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7041 types and exceptions.
7042
70432000-07-27 Alex Schroeder <alex@gnu.org>
7044
7045 * sql.el (sql-placeholder-history): New variable.
7046 (sql-query-placeholders-and-send): New function that will query
7047 the user and replace placeholders with user input.
7048 (sql-oracle): If running on NT, set comint-input-sender to
7049 sql-query-placeholders-and-send.
7050
7051 (sql-stop): If in the SQLi buffer, insert stop notification, else
7052 present it as a message.
7053
70542000-07-27 Alex Schroeder <alex@gnu.org>
7055
7056 * sql.el (sql-input-ring-separator): Doc change.
7057 (sql-input-ring-file-name): Doc change.
7058 (sql-interactive-mode): Use `sql-input-ring-separator' and
7059 `sql-input-ring-file-name' to set the comint-mode equivalents
7060 without making them local variables.
7061 (sql-stop): Don't bind `sql-input-ring-separator' and
7062 `sql-input-ring-file-name' dynamically to their comint-mode
7063 equivalents.
7064
91ae8751
KH
70652000-07-27 Kenichi Handa <handa@etl.go.jp>
7066
7067 * international/mule.el (register-char-codings): New function.
7068 (make-coding-system): Handle `safe-chars' specification in the arg
7069 PROPERTY.
7070
7071 * international/mule-cmds.el
7072 (find-coding-systems-region-subset-p): This function deleted.
7073 (sort-coding-systems-predicate): New variable.
7074 (sort-coding-systems): New function.
7075 (find-coding-systems-region): Use
7076 find-coding-systems-region-internal.
7077 (find-coding-systems-string): Use find-coding-systems-region.
7078 (find-coding-systems-for-charsets): Check
7079 char-coding-system-table.
7080 (select-safe-coding-system-accept-default-p): New variable.
7081 (select-safe-coding-system): Mostly rewritten. New argument
7082 ACCEPT-DEFAULT-P.
7083 (select-message-coding-system): Call select-safe-coding-system
7084 with ACCEPT-DEFAULT-P arg.
7085 (reset-language-environment): Reset default-sendmail-coding-system
7086 to the default value iso-latin-1.
7087 (set-language-environment): Don't set the obsolete variable
7088 charset-origin-alist.
7089
7090 * international/codepage.el (cp-coding-system-for-codepage-1):
7091 Give `safe-chars' property to make-coding-system.
7092
7093 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7094 calling select-message-coding-system twice.
7095
7096 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7097 instead of `safe-charsets'.
7098 (cyrillic-alternativnyj): Likewise.
7099 (ccl-encode-alternativnyj): Don't check the charset
7100 cyrillic-iso8859-5.
7101
90cf4474
KH
71022000-07-27 Kenichi Handa <handa@etl.go.jp>
7103
7104 * composite.el (compose-chars-after): Preserve match data.
7105
a1f84f6d
SS
71062000-07-26 Sam Steingold <sds@gnu.org>
7107
7108 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7109 (ange-ftp-real-file-newer-than-file-p): New function.
7110 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7111 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7112
7113 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7114 * midnight.el (midnight-float-time): Ditto.
7115
e092928e
AS
71162000-07-26 Andreas Schwab <schwab@suse.de>
7117
7118 * files.el (normal-backup-enable-predicate): Correct
7119 interpretation of the return value of compare-strings.
7120
7465ebef
GM
71212000-07-26 Gerd Moellmann <gerd@gnu.org>
7122
3353ef5a
GM
7123 * isearch.el (isearch-resume): New function.
7124 (isearch-done): Add something to command-history to resume
7125 the search.
7126 (isearch-yank-line, isearch-yank-word): Use
7127 buffer-substring-no-properties instead of buffer-substring.
7128
7465ebef
GM
7129 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7130 of flyspell-mouse-map.
7131
7132 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7133 duplicate definition.
7134 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7135
7136 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7137 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7138
5044b74a
SS
71392000-07-25 Sam Steingold <sds@gnu.org>
7140
25759a92
SS
7141 * net/ange-ftp.el: Get modtime over the net.
7142 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7143 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7144 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7145 Use it.
7146 (ange-ftp-dot-to-slash): New function.
7147 (ange-ftp-fix-name-for-vms): Use it.
7148
5044b74a
SS
7149 * midnight.el (midnight-buffer-display-time): Use
7150 `with-current-buffer'.
7151
5dcfb3f4
GM
71522000-07-25 Gerd Moellmann <gerd@gnu.org>
7153
7154 * find-dired.el: Update copyright notice.
7155 (find-dired): Offer to kill a running `find'.
7156
7157 * enriched.el (enriched-face-ans): For a `foreground-color'
7158 property, return '(("x-color" COLOR))' so that COLOR will be
7159 output as a parameter of the x-color annotation. Likewise for the
7160 `background-color' property. In the case of normal face
7161 properties, don't return annotations for unspecified foreground
7162 and background face attributes.
7163
8c662166
KH
71642000-07-25 Kenichi Handa <handa@etl.go.jp>
7165
7166 * language/japan-util.el (japanese-katakana-region): Fix handling
7167 HANKAKU argument.
7168
c28da489
MB
71692000-07-25 Miles Bader <miles@gnu.org>
7170
7171 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7172 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7173 constrain-to-field.
7174
ad349719
AI
71752000-07-24 Andrew Innes <andrewi@gnu.org>
7176
7177 * timer.el (timer-activate-when-idle): Add optional parameter
7178 DONT-WAIT. Update docstring.
7179 (run-with-idle-timer): Specify extra parameter to
7180 timer-activate-when-idle, so that timer will be activated
7181 immediately if Emacs is already idle.
7182
7183 * w32-fns.el (w32-using-nt): Fix docstring.
7184
c95162f5
DL
71852000-07-24 Dave Love <fx@gnu.org>
7186
7187 * mouse.el (popup-menu): Set last-command-event.
7188 (mouse-major-mode-menu-prefix): Declare.
7189
e3c31fd5
GM
71902000-07-24 Gerd Moellmann <gerd@gnu.org>
7191
7192 * textmodes/flyspell.el: Update to author's version 1.5d.
7193
7194 * progmodes/hideshow.el: Update copyright notice.
7195
7196 * vcursor.el: Set maintainer to FSF, since author cannot
7197 be reached.
7198
7636d2a3
EZ
71992000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7200
fbe0a958
EZ
7201 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7202 the prompt.
7203
7636d2a3
EZ
7204 * mouse.el (popup-menu): Run the keymap through indirect-function,
7205 in case it was defined with define-prefix-key. If the menu is a
7206 list of keymaps, look up the binding of user's choice in each one
7207 of the keymaps.
7208 (mouse-popup-menubar): If the global and local menu-bar keymaps
7209 don't have a prompt string, create one and insert it into the
7210 keymap. Don't barf if current-local-map returns nil.
7211
e024b101
GM
72122000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7213
7214 * dired.el (dired-sort-R-check): Added to allow recursive listing
7215 to be undone.
7216 (dired-sort-other): Use it.
7217
7972fcfc
GM
72182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7219
e024b101 7220 * Release of cc-mode 5.27
7972fcfc
GM
7221
72222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7223
7224 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7225 c-beginning-of-statement-1 that caused a bad case of recursion
7226 which could consume a lot of CPU in large classes in languages
7227 that have in-expression classes (i.e. Java and Pike).
7228
7229 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7230 statements before top level constructs (i.e. case 6 is moved
7231 before case 5 and is now case 4) to catch in-expression
7232 classes in top level expressions correctly.
7233
72342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7235
7236 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7237 objc-method-intro. Case 4 removed and case 5I added.
7238
7239 * cc-langs.el (c-append-paragraph-start): New variable used by
7240 c-common-init to get paragraph-start correct.
7241 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7242 initialize paragraph-start to make it correct both with and
7243 without the javadoc special case.
7244
7245 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7246 initialize paragraph-start for javadoc markup.
7247
7248 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7249 change by defaulting this to t. It's motivated by the
7250 confusing behavior that otherwise arise from the style system
7251 when editing both java and non-java files at the same time
7252 (see the comments about style setting in c-common-init).
7253
72542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7255
7256 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7257 similar to the one in c-fill-paragraph to check the fill
7258 prefix from the adaptive fill function for sanity.
7259
72602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7261
7262 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7263 defun block.
7264
72652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7266
5044b74a 7267 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7268
72692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7270
7271 * cc-align.el (c-lineup-multi-inher): Handle lines with
7272 leading comma nicely. Extended to handle member initializers
7273 too.
7274
e024b101 7275 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7276 c-guess-basic-syntax): Fixed recognition of inheritance lists
7277 when the lines begins with a comma.
7278
5044b74a 7279 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7280
7281 * cc-vars.el (c-offsets-alist): Changed default for
7282 member-init-cont to c-lineup-multi-inher since it now handles
7283 member initializers and indents better for leading commas.
7284
72852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7286
7287 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7288 handling that caused class open lines to be recognized as
7289 statement-conts in some cases.
7290
7291 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7292 guessed by the adaptive fill function unless point is on the
7293 first line of a block comment.
7294
7295 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7296 when the buffer ends with a macro continuation char.
7297
7298 * cc-engine.el (c-guess-basic-syntax): Added support for
7299 function definitions as statements in Pike. The first
7300 statement in a lambda block is now labeled defun-block-intro
7301 instead of statement-block-intro.
7302
7303 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7304 so that the class surrounding point is selected, not the one
7305 innermost in the state.
7306
7307 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7308 recognition of switch labels having hanging multiline
7309 statements.
7310
7311 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7312 some code in c-guess-basic-syntax to a separate function.
7313 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7314 recognition of member inits with multiple line arglists.
7315 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7316 member-init-cont when the commas are in funny places.
7317
73182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7319
7320 * cc-defs.el (c-auto-newline): Removed this macro since it's
7321 not used anymore.
7322
7323 * cc-engine.el (c-looking-at-bos): New helper function.
7324 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7325 inexpr and toplevel classes apart in Pike.
7326
7327 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7328 of case 9A.
7329
7330 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7331 constant, since "class" can introduce an in-expression class
7332 in Pike nowadays.
7333
73342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7335
7336 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7337 indentation on cpp-macro lines.
7338
7339 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7340 a syntax modifier like comment-intro, to make it possible to
7341 get syntactic indentation for preprocessor directives. It's
7342 incompatible wrt to lineup functions on cpp-macro, but it has
7343 no observable effect in the 99.9% common case where cpp-macro
7344 is set to -1000.
7345
73462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7347
7348 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7349 member-init-cont when the preceding arglist is several lines.
7350
73512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7352
7353 * cc-styles.el (c-style-alist): The basic offset for the BSD
7354 style corrected to 8.
7355
73562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7357
7358 * cc-styles.el (c-style-alist): Adjusted the indentation of
7359 brace list openers in the gnu style.
7360
73612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7362
7363 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7364
7365 * cc-cmds.el (c-electric-brace, c-electric-slash,
7366 c-electric-star, c-electric-semi&comma, c-electric-colon,
7367 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7368 when c-syntactic-indentation is nil.
7369
7370 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7371 we were left at comments preceding the first statement when
7372 reaching the beginning of the buffer.
7373
7374 * cc-vars.el (c-syntactic-indentation): New variable to turn
7375 off all syntactic indentation.
7376
73772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7378
7379 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7380 between the text and the block comment ender when it hangs,
7381 depending on how many there are before the fill.
7382
73832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7384
7385 * cc-engine.el (c-beginning-of-closest-statement): New helper
7386 function to go back to the closest preceding statement start,
7387 which could be inside a conditional statement.
7388 * cc-engine.el (c-guess-basic-syntax): Use
7389 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7390
7391 * cc-engine.el (c-guess-basic-syntax): Better handling of
7392 arglist-intro, arglist-cont-nonempty and arglist-close when
7393 the arglist is nested inside parens. Cases 7A, 7C and 7F
7394 changed.
7395
7396 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7397 up-to-date with javadoc 1.2.
7398
73992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7400
7401 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7402 multiline Pike type decls.
7403
74042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7405
7406 * cc-cmds.el (c-indent-new-comment-line): Always break
7407 multiline comments in multiline mode, regardless of
7408 comment-multi-line.
7409
74102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7411
7412 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7413 fully::qualified::names in C++ member init lists. Preamble in
7414 case 5D changed.
7415
74162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7417
7418 * cc-langs.el (c-common-init): Handling of obsolete variables
7419 moved to c-initialize-cc-mode. More compatible style override
7420 when using global style variables.
7421 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7422 variables moved here.
7423
e024b101 7424 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7425 c-special-indent-hook as a style variable. Don't talk about
7426 doing (c-make-styles-buffer-local t) in a mode hook, since
7427 that's already too late to work right.
5044b74a 7428
7972fcfc
GM
7429 * cc-styles.el (c-make-styles-buffer-local): Flag style
7430 variable localness in c-style-variables-are-local-p to make
7431 the compatibility measure in c-common-init work well.
7432
7433 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7434 longer contain set-from-style.
7435 * cc-styles.el (c-initialize-builtin-style): Don't check for
7436 set-from-style on c-special-indent-hook.
7437 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7438 copy-alist is sufficient now.
7439
7440 * cc-styles.el (c-set-style, c-set-style-1,
7441 c-get-style-variables): Fixes to variable initialization so
7442 that duplicate entries in styles have the same effect
7443 regardless of DONT-OVERRIDE.
7444
7445 * cc-styles.el (c-set-style-2): Fixed bug where the
7446 initialization of inheriting styles failed when the
7447 dont-override flag is set.
7448
7449 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7450 on this.
7451
74522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7453
7454 * cc-defs.el (c-forward-comment): Removed the workaround
7455 introduced in 5.38 since it had worse side-effects. If a line
7456 contains the string "//\"", it regarded the // as a comment
7457 start since the \ temporarily doesn't have escape syntax.
7458
74592000-07-17 Emmanuel Briot <briot@act-europe.fr>
7460
7461 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7462 ada-xref.el before ada-prj.el, so that the Project menu is created
7463 when ada-prj tries to add to it.
7464 (ada-activate-keys-for-case): Suppress the characters that are not
7465 part of the Ada syntax. Better compatibility with else-mode
7466 (ada-adjust-case-interactive): When auto-casing is not active,
7467 correctly insert newlines (used to insert only ^M). Prevent the
7468 syntax table from being changed in case of an error
814299a7 7469 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7470 Do nothing if ada-auto-case is nil.
7471 (ada-after-keyword-p): Ignore keywords that are also attributes
7472 (ada-batch-reformat): Update usage comment
7473 (ada-call-from-contextual-menu): New function
7474 (ada-case-read-exceptions): Reinitialize the casing exception list
7475 first to nil first, so that the casing exception file can be
7476 shared.
7477 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7478 files.
7479 (ada-compile-goto-error): Fix regexp used to detect a file:line
7480 anywhere in the error message
7481 (ada-contextual-menu-last-point): New variable
7482 (ada-create-keymap): If the variable delete-key-deletes-forward is
7483 t on XEmacs, it means that DEL should delete one character
7484 forward.
7485 (ada-create-menu): Use :included instead of :visible for XEmacs.
7486 New submenu "Options".
7487 (ada-end-stmt-re): Correctly indent "select ... then abort"
7488 statements.
7489 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7490 even if they don't match ada-fill-comment-prefix Fix handling of
7491 paragraphs on the first or last line of a file.
7492 (ada-format-paramlist): Fix handling of default parameter values.
7493 (ada-get-body-name): New function.
7494 (ada-get-current-indent): Optimized by searchling directly for an
7495 existing generic part or a statement outside of it. Handle
7496 ada-indent-align-comments when indenting comments Replaced some
7497 regexps by testing directly the next character. This results in a
7498 huge speedup on some files. New indentation scheme for renames
7499 statements. Stop looking for the 'while' or 'for' associated with
7500 a 'loop' at the first semicolon encountered. A "return" can also
7501 match an anonymous access subprogram declaration.
7502 (ada-get-indent-noindent): Ignore strings and comments when
7503 looking for the keywords "record" and "private".
7504 (ada-goto-matching-decl-start): When matching "if", make sure we
7505 are not in fact seeing "end if". Ignore "when" statements except
7506 when initial keyword was "begin". Fix handling of nested
7507 procedures. Add a recursive call to this function to skip over
7508 other 'end' statmts. Fix indentation for "when .. => begin"
7509 (ada-in-open-paren-p): Fix indentation for complex boolean
7510 expressions, where 'and then', 'or else' and parenthesis
7511 statements are mixed up.
7512 (ada-in-paramlist-p): Skip comments while searching for the
7513 beginning Fix handling of operator declarations.
7514 (ada-indent-align-comments): New variable
7515 (ada-indent-current): Change the syntax table only in the
7516 protected section, so that we are sure it is restored correctly.
7517 (ada-indent-on-previous-lines): Use ada-use-indent and
7518 ada-with-indent Correctly indent "select ... then"
7519 (ada-indent-region): Slight speedup.
7520 (ada-indent-renames): New variable.
7521 (ada-last-which-function-subprog, ada-last-which-function-line):
7522 New variables
7523 (ada-looking-at-semi-private): Correctly indent the 'private'
7524 keyword when it is the first word in a package declaration.
7525 (ada-loose-case-word): Stop searching if at the end of the buffer.
7526 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7527 even if point is not initially at the end of the word.
7528 (ada-matching-decl-start-re): Add "when".
7529 (ada-mode): Add support for abbrev-mode, outline-mode and
7530 which-func-mode Override the old find-file.el entry in
7531 ff-special-constructs since it is using the obsolete
7532 ada-spec-suffix variable
7533 (ada-no-auto-case): New function
7534 (ada-scan-paramlist): When parsing the argument type, accept
7535 spaces (as in "X 'Class", generated by Rational Rose).
7536 (ada-other-file-name): No longer loads the other file.
7537 (ada-popup-menu): Save and restore the current buffer and cursor
7538 position before and after displaying the menu.
7539 (ada-search-ignore-complex-boolean): New function.
7540 (ada-uncomment-region): Emacs21 already knows how to delete
7541 comments not starting in the first column.
7542 (ada-use-indent): New variable
7543 (ada-which-function): New function.
7544 (ada-with-indent): New variable
7545 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7546 can be batch-compiled from the command line.
7547
7548 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7549 Add to the menu when the file is loaded, not in ada-mode-hook.
7550 Add -toolbar to the default ddd command Switches moved from
7551 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7552 ada-prj-default-comp-opt
7553 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7554 Reference Manual to the menu
7555 (ada-check-current): rewritten as a call to ada-compile-current
7556 (ada-compile): Removed.
7557 (ada-compile-application, ada-compile-current, ada-check-current):
7558 Set the compilation-search-path so that compile.el automatically
7559 finds the sources in src_dir. Automatic scrollong of the
7560 compilation buffer. C-uC-cC-c asks for confirmation before
7561 compiling
7562 (ada-compile-current): New parameter, prj-field
7563 (ada-complete-identifier): Load the .ali file before doing
7564 processing
7565 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7566 conform to gnatmake's behavior.
7567 (ada-find-file-in-dir): New function
7568 (ada-find-references): Set the environment variables for gnatfind
7569 (ada-find-src-file-in-dir): New function.
7570 (ada-first-non-nil): Removed
7571 (ada-gdb-application): Add support for jdb, the java debugger.
7572 (ada-get-ada-file-name): Load the original-file first if not done
7573 yet.
7574 (ada-get-all-references): Handles the new ali syntax (parent types
7575 are found between <>).
7576 (ada-initialize-runtime-library): New function
7577 (ada-mode-hook): Always load a project file when a file is opened,
7578 so that the casing exceptions are correctly read.
7579 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7580 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7581 to open the project file, since the latter does not work with
7582 speedbar Get default values before loading the prj file, or the
7583 default executable file name is wrong. Use the absolute value of
7584 src_dir to initialize ada-search-directories and
7585 compilation-search-path,... Add the standard runtime library to
7586 the search path for find-file.
7587 (ada-prj-default-debugger): Was missing an opening '{'
7588 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7589 variables.
7590 (ada-prj-default-gnatmake-opt): New variable
7591 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7592 buffers, the project file is the default one Save the windows
7593 configuration before displaying the menu.
7594 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7595 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7596 ...) regexp-quote identifiers names to support operators +,
7597 -,... in regexps.
7598 (ada-remote): New function.
7599 (ada-run-application): Erase the output buffer before starting the
7600 run Support remote execution of the application. Use
7601 call-process, or the arguments are incorrectly parsed
7602 (ada-set-default-project-file): Reread the content of the active
7603 project file, not the one from the current buffer When a project
7604 file is set as the default project, all directories are
7605 automatically associated with it.
7606 (ada-set-environment): New function
7607 (ada-treat-cmd-string): New special variable ${current}
7608 (ada-treat-cmd-string): Revised. The substitution is now done for
7609 any ${...} substring
7610 (ada-xref-current): If no body was found, compiles the spec
7611 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7612 compiler to get rid of command line length limitations.
7613 (ada-xref-get-project-field): New function
7614 (ada-xref-project-files): New variable
7615 (ada-xref-runtime-library-specs-path)
7616 (ada-xref-runtime-library-ali-path): New variables
7617 (ada-xref-set-default-prj-values): Default run command now does a
7618 cd to the build directory. New field: main_unit Provide a default
7619 file name even if the current buffer has no prj file.
7620
7621 * ada-prj.el:
7622 Rewritten to show a tabbed-dialog.
7623 (ada-prj-add-ada-menu): Remove the map and name parameters.
7624 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7625 New function
7626 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7627 (ada-prj-load-from-file): New function
7628 (ada-prj-save): Always save fields that depend on the current buffer
7629 (ada-prj-show-value): New function
5044b74a 7630
7972fcfc
GM
7631 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7632 Ada mode. This will allow us to display the Ada menu in any buffer
7633 we want (for project items).
7634 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7635 number of spaces in the header.
5044b74a 7636
8730a8da
DL
76372000-07-24 Dave Love <fx@gnu.org>
7638
7639 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7640
db3ca487
NF
76412000-07-23 Noah Friedman <friedman@splode.com>
7642
ad953485
NF
7643 * type-break.el (type-break): perform autosave.
7644 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7645 (type-break-do-query): Cancel query schedule while performing
7646 actual query, to avoid possibility of a second query being made
7647 while first one is already in progress.
7648 (type-break-time-stamp-format): New variable.
7649 (type-break-time-stamp): New function.
7650 (type-break-time-warning): Use it.
7651 (type-break-keystroke-warning): Use it.
7652 (type-break-noninteractive-query): Use it.
7653
03a9c6d0
NF
7654 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7655 cookie.
7656 Use add-minor-mode to set minor-mode-alist, if available.
7657 (eldoc-echo-area-use-multiline-p): New user option.
7658 (eldoc-echo-area-multiline-supported-p): New variable.
7659 (eldoc-docstring-format-sym-doc): Use them.
7660 (eldoc-mode): If not using idle timers, append to local post and
7661 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7662 (eldoc-display-message-no-interference-p): Don't interfere with
7663 edebug.
7664 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7665 (eldoc-function-arglist): New function.
7666 (eldoc-function-argstring): Use it.
7667
db3ca487
NF
7668 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7669 auto save directory exists before calling directory-files.
7670
f7ad1899
DL
76712000-07-23 Dave Love <fx@gnu.org>
7672
7673 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7674 ^o, ^u.
7675
43e764c9
DL
76762000-07-21 Dave Love <fx@gnu.org>
7677
475de6f4
DL
7678 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7679 now passed to the function. It now works properly.
7680
43e764c9
DL
7681 * smerge-mode.el (smerge-mode-menu): Fill it out.
7682
e8bea4c0
GM
76832000-07-20 Gerd Moellmann <gerd@gnu.org>
7684
7685 * info-look.el (info-lookup): If *info* is shown in another frame
7686 on the same display, select that frame, instead of switching to
7687 the Info buffer in another window of the selected frame.
7688
7689 * simple.el (universal-argument-map): Bind numeric keypad keys
7690 kp-0 to kp-9 and kp-subtract.
7691 (digit-argument): Handle these keys.
7692
bc75b4fd
DL
76932000-07-20 Dave Love <fx@gnu.org>
7694
7695 * net/goto-addr.el (goto-address-fontify): Don't bother with
7696 buffer-modified and read-only stuff -- irrelevant with overlays.
7697 Put an extra property on the overlays and use it to clean up in
7698 case goto-address is re-run.
7699
8b7bc628
RS
77002000-07-19 Richard M. Stallman <rms@gnu.org>
7701
18e21ce8
RS
7702 * timer.el (run-with-idle-timer): Doc fix.
7703
db3ca487 7704 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7705 Handle case where <...> appears inside "...".
7706 Use replace-match to edit the string more simply.
7707 (rmail-dont-reply-to): Cope with an unmatched ".
7708
50575ec2
DL
77092000-07-19 Dave Love <fx@gnu.org>
7710
7711 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7712 implementation.
7713
7714 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7715 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7716 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7717
4279296d
GM
77182000-07-19 Gerd Moellmann <gerd@gnu.org>
7719
47db06aa
GM
7720 * textmodes/refer.el: Correct maintainer's email address.
7721
7722 * progmodes/hideif.el: Correct author's email address.
7723 Fix typo in comment.
7724
7725 * xml.el: New file.
7726
4279296d
GM
7727 * mail/mailheader.el: Correct author's mail address.
7728
7729 * gnus/parse-time.el: Correct author's mail address.
7730
47db06aa 77312000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7732
7733 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7734 New user options.
7735 (comint-input-ring-file-name): Change custom type.
7736 (comint-mode-map): Bind mouse-2.
7737 (comint-insert-clicked-input): New function.
7738 (comint-send-input): Handle input highlighting.
7739
21ad0f7b
SM
77402000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7741
7742 * mouse.el (popup-menu): New function.
7743 (mouse-major-mode-menu): Use it.
7744
3b33a005
DL
77452000-07-18 Dave Love <fx@gnu.org>
7746
7747 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7748 improvements.
7749
dc1cac59
GM
77502000-07-18 Gerd Moellmann <gerd@gnu.org>
7751
21ad0f7b 7752 * faces.el (face-font-selection-order)
dc1cac59 7753 (face-font-family-alternatives): Add custom type.
db3ca487 7754
f8276b77
DL
77552000-07-18 Dave Love <fx@gnu.org>
7756
7757 * cus-edit.el (custom-variable-reset-saved)
7758 (custom-variable-reset-standard): Remove unused bindings.
7759
7760 * rect.el (open-rectangle-line): Remove unused let.
7761
7762 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7763
3d6cd763
GM
77642000-07-18 Gerd Moellmann <gerd@gnu.org>
7765
7766 * cdl.el: Fix `Maintainer' keyword.
7767
7768 * play/pong.el: Add author's email address.
7769
34342a07
SS
77702000-07-17 Sam Steingold <sds@gnu.org>
7771
7772 * files.el (insert-directory): Call `split-string' instead of
7773 re-implementing it.
7774
088831a6
GM
77752000-07-18 Gerd Moellmann <gerd@gnu.org>
7776
7777 * mail/vms-pmail.el: Change maintainer to FSF.
7778
7779 * net/goto-addr.el: Change maintainer to FSF.
7780
7781 * recentf.el: Update from author.
7782
7783 * info.el (Info-title-face-alist): Removed.
db3ca487 7784
68be2869
EZ
77852000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * eshell/eshell.el (eshell): Replace links to eshell.info with
7788 links to eshell, to avoid problems on systems where the manual is
7789 installed as `eshell'.
7790 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7791 * eshell/em-smart.el (eshell-smart): Ditto.
7792 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7793 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7794
7795 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7796 same-file check in the MS-DOS version (it does support inodes).
7797
7798 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7799
21ad0f7b
SM
7800 * eshell/eshell.el (eshell-directory-name):
7801 Run default directory name through convert-standard-filename.
68be2869 7802
269b4dcb
KH
78032000-07-18 Kenichi Handa <handa@etl.go.jp>
7804
21ad0f7b
SM
7805 * international/mule-cmds.el (select-safe-coding-system):
7806 Fix typo in the comment.
240a16cf 7807
21ad0f7b
SM
7808 * language/european.el (compound-text):
7809 Force katakana-jisx0201 to be designated to G1.
aa96c820 7810
21ad0f7b
SM
7811 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7812 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7813 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7814
269b4dcb
KH
7815 * international/kkc.el (kkc-after-update-conversion-functions):
7816 New variable.
7817 (kkc-update-conversion): Run functions in it at the tail.
7818
68be2869 78192000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7820
21ad0f7b
SM
7821 * lisp/align.el (align-newline-and-indent):
7822 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7823 (align-region): Fixed badly formatted minibuffer message.
7824
7a3fd467
KH
78252000-07-17 Kenichi Handa <handa@etl.go.jp>
7826
21ad0f7b 7827 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7828 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7829 the conversion list at first if appropriate.
7830 (kkc-next): Don't update kkc-next-count here.
7831 (kkc-prev): Don't update kkc-prev-count here.
7832 (kkc-show-conversion-list-update): Fix setting up of conversion
7833 list message.
7834
a45423d8
SM
78352000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7836
088831a6 7837 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7838
91a38db1
DL
78392000-07-16 Dave Love <fx@gnu.org>
7840
7841 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7842 function to be more specific.
7843
7844 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7845 non-string help-echo.
7846 (widget-types-convert-widget): Defsubst it.
7847 (widget-echo-help): Try to cope with a help-echo function of two
7848 possible sorts.
7849
3fddcdc3
JR
78502000-07-15 Jason Rumney <jasonr@gnu.org>
7851
7852 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7853 Declare as obsolete.
7854
7855 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7856
bd23a692
GM
78572000-07-14 Gerd Moellmann <gerd@gnu.org>
7858
7859 * hilit-chg.el: Fix typo.
7860
d4af987a
DL
78612000-07-14 Dave Love <fx@gnu.org>
7862
7863 * info.el (Info-mode-menu): Fix use of :help, :enable.
7864
3a4f3f86
SM
78652000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7866
7867 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7868
cf6936a4
DL
78692000-07-13 Dave Love <fx@gnu.org>
7870
4d6d04b5
DL
7871 * emacs-lisp/easymenu.el: Doc fixes.
7872 (easy-menu-remove): Defalias to ignore.
7873
cf6936a4
DL
7874 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7875 Call throw correctly.
7876
56437999
GM
78772000-07-13 Gerd Moellmann <gerd@gnu.org>
7878
7879 * faces.el (frame-background-mode): Doc fix.
7880
7881 * simple.el (eval-expression-print-length): Change custom type to
7882 allow entering nil as value.
7883
d04a3972
DL
78842000-07-13 Dave Love <fx@gnu.org>
7885
3a4f3f86
SM
7886 * progmodes/fortran.el (fortran-imenu-generic-expression):
7887 Change definition layout.
a8189dfe
DL
7888 (fortran-mode-menu): Reinstate customize entries.
7889
d04a3972
DL
7890 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7891 Use :filter, per old XEmacs code.
7892
4bf4fb05
GM
78932000-07-12 Gerd Moellmann <gerd@gnu.org>
7894
7895 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7896 event when deciding what to send to the terminal.
7897
37328bcd
DL
78982000-07-12 Dave Love <fx@gnu.org>
7899
7900 * cus-start.el: Add optional version as 4th element of specs and
7901 use it for several things new in v21. Remove load-path. Fix type
7902 of line-number-display-limit.
7903
89492072
DL
79042000-07-11 Dave Love <fx@gnu.org>
7905
3a4f3f86
SM
7906 * progmodes/fortran.el: Don't require easymenu.
7907 Use repeat counts in various regexps.
315aa1de
DL
7908 (fortran-mode-syntax-table): Defvar directly.
7909 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7910 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7911 Use defvar, not defconst.
7912 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7913 (fortran-mode): Set fortran-comment-line-start-skip,
7914 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7915 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7916 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7917 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7918 (fortran-comment-region, fortran-electric-line-number): Simplify.
7919 (fortran-auto-fill): New function.
7920 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7921 (fortran-find-comment-start-skip):
7922 Check for non-null comment-start-skip.
7923 (fortran-auto-fill-mode, fortran-fill-statement):
7924 Use fortran-auto-fill.
315aa1de 7925 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7926 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7927
89492072
DL
7928 * widget.el (widget-plist-member): New alias.
7929
d55ead18
EZ
79302000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7931
7932 * eshell/esh-module.el (toplevel): Reference
7933 byte-compile-current-file only if it is bound.
7934
e82a2a05
GM
79352000-07-10 Gerd Moellmann <gerd@gnu.org>
7936
7937 * dired.el: Don't require `dired-aux'.
7938
1fc7fb2b
MB
79392000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7940
7941 * dired-aux.el (dired-show-file-type): New function.
7942 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7943 (dired-show-file-type): Add autoload.
7944
ab49ce15
KH
79452000-07-10 Kenichi Handa <handa@etl.go.jp>
7946
7947 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7948 change of fontset-info.
ab49ce15
KH
7949 (print-fontset): Likewise.
7950
f45aab65
SM
79512000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7952
7953 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7954
2f72fd2f
GM
79552000-07-07 Gerd Moellmann <gerd@gnu.org>
7956
e82a2a05 7957 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7958
2f72fd2f
GM
7959 * dired.el (dired-find-alternate-file): New function.
7960 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7961 (toplevel): Require dired-aux when compiling.
7962 (dired-buffers): Move defvar within file to avoid compiler warning.
7963
7964 * info.el (Info-last-search): Variable removed.
7965 (Info-search-history): New variable.
7966 (Info-search): New Info-search-history.
7967
7968 * battery.el, info-look.el: Change author's mail address.
7969
965522f5 79702000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7971
965522f5
GM
7972 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7973 if rmail-ignored-headers is nil.
7974 (rmail-retry-failure): Bind rmail-ignored-headers and
7975 rmail-displayed-headers to nil.
7976
dd8888a1
GM
79772000-07-06 Gerd Moellmann <gerd@gnu.org>
7978
e5c81191
GM
7979 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7980 (print-region-1): Don't hard code `-h' here.
7981
dd8888a1
GM
7982 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7983
e5c81191
GM
79842000-07-01 Francesco Potorti` <pot@gnu.org>
7985
7986 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7987 exim can use "your message" instead of "the message".
34342a07 7988
f45aab65
SM
79892000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7990
7991 * facemenu.el: Docstrings fixes.
7992 (facemenu-get-face): Don't use internal-find-face.
7993 (facemenu-iterate): Rename arg to match the docstring.
7994
7995 * newcomment.el (uncomment-region): Be more careful when skipping
7996 backwards over `=' not to bump into BOBP.
7997
d396e521 79982000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7999
dd8888a1
GM
8000 * ediff-diff.el (ediff-wordify): Use syntax table.
8001 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8002 ediff-color-display-p.
dd8888a1 8003 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8004 from defsubst.
8005 Got rid of special cases for NeXT and OS/2.
dd8888a1 8006 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8007 face.
34342a07 8008
5e2dfaa4
SM
80092000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8010
8011 * emacs-lisp/lucid.el: Require CL.
8012 (copy-tree, remprop): Remove, it's provided by CL.
8013 (map-keymap): Define in terms of cl-map-keymap.
8014 (extent-property, set-extent-end-glyph): New functions.
8015
8016 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8017
d5c5cddd
GM
80182000-07-05 Gerd Moellmann <gerd@gnu.org>
8019
485266d0
GM
8020 * Makefile.in (DONTCOMPILE): Add comment that the name may
8021 not be changed without changing the make-dist script.
8022
5e2dfaa4 8023 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8024 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8025
e2c46326
AI
80262000-07-05 Andrew Innes <andrewi@gnu.org>
8027
8028 * makefile.nt: Add support for `bootstrap' and related targets.
8029
a027a91b
SM
80302000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8031
8032 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8033 (easy-menu-do-define): Use `menu-item' format.
8034 Handle case where easy-menu-create-menu returns a symbol.
8035 Manually call the potential top-level filter in the function binding.
8036 (easy-menu-filter-return): New arg NAME.
8037 Convert to a keymap if MENU is an XEmacs menu.
8038 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8039 (easy-menu-converted-items-table, easy-menu-convert-item):
8040 New var and fun to memoize easy-menu-convert-item-1.
8041 (easy-menu-do-add-item): Use it.
8042 (easy-menu-create-menu): Use easy-menu-convert-item.
8043 Wrap easy-menu-filter-return around any :filter specification.
8044 Don't convert the menu if a filter was specified.
8045 Tell easy-menu-make-symbol not to check for MENU being an expression.
8046 (easy-menu-make-symbol): New arg NOEXP.
8047
5e03eb84
GM
80482000-07-05 Gerd Moellmann <gerd@gnu.org>
8049
8050 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8051 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8052 (eval-defun): If called with prefix arg, instrument code for
8053 Edebug.
8054
8055 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8056 similar to that of eval-defun.
8057
fca68a95
DL
80582000-07-04 Dave Love <fx@gnu.org>
8059
7ccbba4c
DL
8060 * hl-line.el (hl-line-overlay): Make it permanent-local.
8061
fca68a95
DL
8062 * calendar/todo-mode.el: Replaced with a working version, based on
8063 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8064
80652000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8066
8067 * paths.el (prune-directory-list): New function.
8068 (Info-default-directory-list): Rewritten to more methodically
8069 enumerate a big list of possible info directories (based on the
8070 list used by the standalone info reader).
fca68a95 8071
78e7e8a0 8072 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8073 non-existent directories from Info-directory-list.
78e7e8a0 8074
78e7e8a0
MB
8075 * paths.el (Info-default-directory-list): Try a list of possible
8076 info-directories instead of a single one. Add the possible
8077 info directory "/usr/share/info".
8078
8079 * woman.el (woman-man.conf-path): Explicitly include the debian
8080 man-db config file "/etc/manpath.config".
8081 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8082 are present in `manpath.config'.
8083 (woman-manpath): Include "/usr/share/man".
8084
67c9a1d2
GM
80852000-07-03 Gerd Moellmann <gerd@gnu.org>
8086
6753393b
GM
8087 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8088
8089 * startup.el (command-line): Initialize blink-cursor based
8090 on window-system.
8091
e4f98ad3
GM
8092 * frame.el (blink-cursor): Default to nil if not running under
8093 a window-system.
8094
2f516940
GM
8095 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8096 (face-x-resources): Remove duplicate entry for :font.
8097
67c9a1d2
GM
8098 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8099 instead of cycling through windows with next-window.
8100
8101 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8102 of cycling through windows with next-window.
8103
8104 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8105 of cycling through windows with next-window.
8106
8107 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8108 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8109 instead of cycling through windows with next-window.
8110
8111 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8112 instead of cycling through windows with next-window.
8113
8114 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8115 of cycling through windows with next-window.
8116
8117 * terminal.el (te-process-output): Use walk-windows instead of
8118 cycling through windows with next-window.
8119
8120 * server.el (server-switch-buffer): Use some-window instead of
8121 cycling through windows with next-window.
8122
8123 * window.el (some-window): New function.
8124 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8125
3a4f3f86 8126 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8127
8b7bc628 81282000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8129
8130 * window.el (walk-windows): Guarantee termination by keeping a list
8131 of all the windows already handled.
8132
d0d57043
EZ
81332000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8134
8135 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8136 window-system.
8137
8138 * man.el (Man-notify-when-ready): Don't use window-system. If
8139 Man-notify-method is newframe, and the display is not
8140 multi-frame, select the frame created for the man page.
8141 (Man-init-defvars): Doc fix.
8142
d5483ab1
GM
81432000-06-28 Gerd Moellmann <gerd@gnu.org>
8144
af5c25e1
GM
8145 * faces.el (region): Change background color for light background.
8146
8147 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8148 attribute from mode-line face of Ediff control frame.
8149
d5483ab1
GM
8150 * replace.el (query-replace-map): Bind `e' like `E'.
8151
9d47450f
EZ
81522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8153
3a4f3f86
SM
8154 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8155 Change name to "Select All".
496b7491 8156
9d47450f
EZ
8157 * dos-fns.el (convert-standard-filename): Fix last change.
8158
0b431deb
GM
81592000-06-27 Gerd Moellmann <gerd@gnu.org>
8160
4fa9f636
GM
8161 * help.el (describe-variable): Don't insert a second `'s' in front
8162 of the string `value is shown below'. Since the syntax-table is
8163 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8164 an existing `'s', so that this won't be deleted.
8165
0b431deb
GM
8166 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8167 * pcmpl-unix.el: New files.
8168
32cad0aa
SM
81692000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8170
8171 * wid-edit.el (widget-member): Use the new plist-member.
8172
2c69ced2
GM
81732000-06-26 Gerd Moellmann <gerd@gnu.org>
8174
44c0f771
GM
8175 * replace.el (perform-replace): Undo change of 2000-04-04.
8176 Instead, move backward 1 character at the end of the loop when
8177 necessary.
34342a07 8178
1d36487c
GM
8179 * faces.el (fringe): Change face for different backgrounds.
8180
8181 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8182 patch from John.
8183
2c69ced2
GM
8184 * eshell/*.el: Change spelling of the Free Software Foundation.
8185
8186 * eshell/esh-toggle.el: Removed.
8187
8188 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8189
8190 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8191 interactively.
8192
81932000-06-26 Alex Schroeder <alex@gnu.org>
8194
8195 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8196 `define-key'; instead of checking `(emacs-version)' check for
8197 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8198 for `;' and `o' which might be electric.
8199
8200 (sql-electric-stuff): New user option.
8201 (sql-magic-go): New function which uses `sql-electric-stuff'.
8202 (sql-magic-semicolon): New function which uses
8203 `sql-electric-stuff'.
8204
8205 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8206 is not fboundp.
8207
8208 (sql-oracle-options): New variable.
8209 (sql-oracle): Use it.
8210
8211 (sql-imenu-generic-expression): Doc change.
8212 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8213 is used.
8214
8215 (sql-informix): Added command line parameter "-" to force
8216 sql-informix-program to use stdout.
8217
db1306d8
EZ
82182000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8219
3a4f3f86 8220 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8221 (cp864-decode-table): Doc fix.
8222 (cp720-decode-table): New variable, supports the Arabic OEM
8223 codepage used by Windows.
8224 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8225
c69e5fcd
DL
82262000-06-23 Dave Love <fx@gnu.org>
8227
8228 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8229 (font-lock-fontify-anchored-keywords): Use
8230 line-beginning-position.
8231 (global-font-lock-mode): Use mapc.
8232
30ad8f23
SM
82332000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8234
8235 * eshell/esh-module.el: Require CL when compiling.
8236
26b4dc84
GM
82372000-06-23 Gerd Moellmann <gerd@gnu.org>
8238
78c56e70
GM
8239 * comint.el (comint-substitute-in-file-name): Call replace-match
8240 with second and third arg t.
8241
34342a07 8242 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8243 Specify foreground color.
8244
8245 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8246 color.
8247
affbf647
GM
8248 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8249
8250 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8251 cddr instead of cdddr.
8252
25fffb31
GM
8253 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8254 instead of copy-list.
8255
8256 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8257 of copy-list.
8258
26b4dc84
GM
8259 * subdirs.el: Add eshell subdirectory.
8260
8261 * eshell: New subdirectory containing the Eshell package.
8262
8263 * pcomplete.el: New file.
8264
78c56e70
GM
82652000-06-23 Paul Eggert <eggert@twinsun.com>
8266
ea055732
GM
8267 * mail/mailpost.el (post-mail-send-it): Make sure file has
8268 proper permissions from birth.
8269
8270 * files.el (basic-save-buffer-2): When temporarily setting
8271 file modes, set them to current modes plus 0200, not to 0777.
8272
78c56e70
GM
8273 * emerge.el (emerge-make-temp-file): Make sure file has proper
8274 permissions from birth.
8275
a3a7ff33
EZ
82762000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8277
8278 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8279 backup file name through convert-standard-filename.
8280
8281 * dos-fns.el (convert-standard-filename): Convert leading
8282 directories as well. When long file names are supported, convert
8283 characters that are invalid in Windows file names.
8284
1fd9b7fe
GM
82852000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8286
8287 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8288 ps-print crashes. New feature: page selection for printing. Create
8289 raw-text-unix coding system for XEmacs. Doc fix.
8290 (ps-print-version): New version number (5.2.3).
8291 (ps-plot-region): Bug fix.
8292 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8293 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8294 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8295 funs.
8296 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8297 (ps-last-page): New vars.
8298
16ed8416
GM
82992000-06-21 Gerd Moellmann <gerd@gnu.org>
8300
8301 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8302 empty option string.
8303
4fbee715
EZ
83042000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8305
8306 * man.el (man): Doc fix.
8307
eaecfc94
KH
83082000-06-21 Kenichi Handa <handa@etl.go.jp>
8309
8310 * international/mule-cmds.el (set-language-info-alist): Docstring
8311 fixed.
8312
4a27bdfb
GM
83132000-06-20 Gerd Moellmann <gerd@gnu.org>
8314
8315 * version.el (emacs-version): Use ISO date format.
8316
8317 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8318 instead of `M-backspace'.
8319
8320 * simple.el (turn-off-auto-fill): New function.
8321
8972fe79
SM
83222000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8323
8324 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8325 Renamed from with-buffer-prepared-for-font-lock and use
8326 inhibit-modification-hooks rather than setting *-change-functions.
8327 Update all functions to use the new name.
8328 (jit-lock-first-unfontify-pos): New semantics (and doc).
8329 (jit-lock-mode): Make non-interactive.
8330 Don't automatically turn on font-lock.
8331 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8332 Always use jit-lock-after-change.
8333 Remove and restore font-lock-after-change-function.
8334 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8335 (jit-lock-after-unfontify-buffer): Remove.
8336 (jit-lock-stealth-fontify):
8337 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8338 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8339
5d80cc9c
SS
83402000-06-20 Sam Steingold <sds@gnu.org>
8341
8342 * emacs-lisp/cl-indent.el (toplevel): Indent
8343 `print-unreadable-object' properly. Untabify.
8344
f54e4d13
CD
83452000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8346
8347 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8348 Support for bibentry.
8349 (reftex-compile-variables): Fixed problem with end of section-re.
8350
8351 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8352 reftex-view-crossref-from-bibtex):
8353 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8354 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8355 Replaced `remprop' with `put'.
8972fe79
SM
8356 (reftex-view-crossref, reftex-view-crossref-when-idle):
8357 Support for bibentry.
f54e4d13 8358
8972fe79
SM
8359 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8360 New entry for bibentry package.
f54e4d13 8361
8972fe79
SM
8362 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8363 Regexp also matches "\nobibliography".
f54e4d13 8364
8972fe79
SM
8365 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8366 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8367 (reftex-ensure-write-access): New function.
8368
f54e4d13
CD
83692000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8370
8371 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8372
8373 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8374
8375 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8376
8377 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8378
8379
560c43f4
DL
83802000-06-20 Dave Love <fx@gnu.org>
8381
8382 * faces.el (frame-background-mode): Use set-default, not set, in
8383 setter.
8384 (frame-update-faces, frame-update-face-colors): Define with
8385 defalias.
8386
8387 * enriched.el (enriched-decode-foreground)
8388 (enriched-decode-background): Don't use internal-find-face.
8389
8390 * apropos.el: Doc fixes.
8391
8392 * cus-edit.el (customize-changed-options): Check arg.
8393 (customize-version-lessp): Don't require decimal point.
8394
8395 * custom.el (defcustom, defgroup): Doc fix.
8396
8397 * newcomment.el (comment) <defgroup>: Add :version.
8398 (comment-multi-line): Doc fix.
8399
8400 * emulation/mlsupport.el (define-hooked-local-abbrev,
8401 define-hooked-global-abbrev): Fix, using define-abbrev.
8402
cdf0357b
GM
84032000-06-19 Gerd Moellmann <gerd@gnu.org>
8404
8405 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8406 the whole buffer.
8407
10013d74
DL
84082000-06-19 Dave Love <fx@gnu.org>
8409
8410 * menu-bar.el (menu-bar-options-save): New function.
8411 (menu-bar-options-menu): Use it.
8412 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8413 Simplify.
8414
6922f208
AS
84152000-06-19 Andreas Schwab <schwab@suse.de>
8416
8417 * progmodes/etags.el (tags-query-replace): Put new parameters
8418 START and END at the end, for backward compatibility.
8419
10d7bf84
KH
84202000-06-19 Kenichi Handa <handa@etl.go.jp>
8421
8422 * international/codepage.el:
8423 (cp-coding-system-for-codepage-1): Delete special codes for
8424 generating xxx-dos coding system because now a CCL based coding
8425 system can handle EOL conversion by default.
8426
8427 * international/mule.el (make-coding-system): Generate subsidiary
8428 coding systems for EOL handling variants even for a CCL based
8429 coding system.
8430
8f3c9a3d
KH
84312000-06-19 Kenichi Handa <handa@etl.go.jp>
8432
8433 * international/isearch-x.el (isearch-minibuffer-input-method)
8434 (isearch-minibuffer-input-method-function): These variables
8435 deleted.
8436 (isearch-with-input-method): Don't use the above variables.
8437 (isearch-process-search-multibyte-characters): Likewise. Call
8438 read-string with the arg INHERIT-INPUT-METHOD t.
8439
c2acf685
SM
84402000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8441
13f0d185
SM
8442 * font-lock.el (font-lock-after-fontify-buffer)
8443 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8444
8445 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8446 Use consistent make-local-variable style for font-lock-fontified.
8447 (jit-lock-fontify-buffer):
8448 Don't bother checking for font-lock-mode and jit-lock-mode.
8449
c2acf685
SM
8450 * time.el: Remove trailing ^M that prevent CVS-merging.
8451
a9021acd
GM
84522000-06-16 Gerd Moellmann <gerd@gnu.org>
8453
8454 * Makefile.in (distclean): New target.
5d80cc9c 8455
0df68e9f
SM
84562000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * Makefile.in (srcdir): Define for update-subdirs.
8459
6344985d
GM
84602000-06-16 Gerd Moellmann <gerd@gnu.org>
8461
8462 * find-lisp.el: New file.
8463
63239267
AI
84642000-06-16 Andrew Innes <andrewi@gnu.org>
8465
8466 * time.el (display-time-mail-function): New variable, to allow
8467 external packages to indicate when new mail is available.
8468 (display-time-update): Use it.
8469
1699f991
KH
84702000-06-16 Kenichi Handa <handa@etl.go.jp>
8471
a3b37893
KH
8472 * international/mule.el (mule-version): Change version name to
8473 SAKAKI. AOI has already been used by Meadow.
8474
1699f991
KH
8475 * international/quail.el (quail-show-guidance-buf): To find the
8476 bottom window (but minibuffer), pay attention to the height of
8477 minibuffer.
8478
228b083e
EZ
84792000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8480
7d5c8691
EZ
8481 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8482 menu-bar menus. Add help strings. Don't remove the Edit menu
8483 from the menu bar, as the menu bar has enough space now.
8484
261f3289
EZ
8485 * Makefile.in (SHELL): Make sure /bin/sh is used.
8486
228b083e
EZ
8487 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8488 characters, which use series of two ^H characters instead of one.
8489
e27e8d71
GM
84902000-06-15 Gerd Moellmann <gerd@gnu.org>
8491
5d80cc9c 8492 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8493 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8494 functions.
451ec4e3
GM
8495 (Info-find-node-2): Try a case-sensitive search first, then
8496 do a case-insensitive search.
8497
8498 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8499 tutorials.
8500
b675095c
GM
8501 * complete.el (PC-env-vars-alist): New variable.
8502 (PC-complete-as-file-name): New function.
8503 (partial-completion-mode): Initialize PC-env-vars-alist from
8504 process-environment.
8505 (PC-do-completion): Handle completion of env vars.
8506
8507 * info.el (Info-set-mode-line): Show file name in mode line,
8508 use `*Info*' instead of `Info:'.
8509
e27e8d71
GM
8510 * startup.el (command-line-1): Change copyright messages to year
8511 2000.
8512
28223a7e
DL
85132000-06-15 Dave Love <fx@gnu.org>
8514
8515 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8516 not local-map.
8517
32684631
KH
85182000-06-15 Kenichi Handa <handa@etl.go.jp>
8519
8520 * international/mule.el (set-buffer-file-coding-system): Almost
8521 rewritten to handle `undecided' as no-op.
8522
9f817ea4
GM
85232000-06-14 Gerd Moellmann <gerd@gnu.org>
8524
e27e8d71 8525 * Makefile.in: New file.
dce6b995
GM
8526
8527 * Makefile: Removed.
8528
9f817ea4
GM
8529 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8530 (goto-address-highlight-keymap): Bind C-c RET.
8531
2de33f94
KH
85322000-06-14 Kenichi Handa <handa@etl.go.jp>
8533
bbf1e8a5
KH
8534 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8535 inherits buffer-file-coding-system of the current buffer.
725a6897 8536
02891cc3
KH
8537 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8538 0. Give correct argument to set-auto-coding-function.
8539 (tar-expunge): For goto-char, use (point-min), not 0.
8540 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8541 (tar-subfile-save-buffer): Likewize.
8542
2de33f94
KH
8543 * international/mule.el
8544 (after-insert-file-set-buffer-file-coding-system): Call
8545 set-buffer-file-coding-system with the arg FORCE t.
8546
1681ead6
GM
85472000-06-13 Gerd Moellmann <gerd@gnu.org>
8548
8549 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8550 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8551 the sender is set with `-f'.
1681ead6 8552
fdf4b680
DL
85532000-06-13 Dave Love <fx@gnu.org>
8554
9c50afce
DL
8555 * help.el (describe-function-1): Kluge around cases of functions
8556 fset to subrs whose doc doesn't match their symbol-name.
8557
0ad550ba 8558 * image.el (insert-image): Default STRING to a space.
f290ca08 8559
fdf4b680 8560 * info.el Doc fixes.
5d80cc9c 8561 (Info-build-node-completions): Match Ref tags.
fdf4b680 8562
9b6610db
EZ
85632000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8564
a704139d
EZ
8565 * frame.el (display-multi-frame-p, display-multi-font-p): New
8566 defaliases for display-graphic-p.
8567
9b6610db
EZ
8568 * hl-line.el: Fixed a typo in commentary.
8569
7a5ea398
KH
85702000-06-13 Kenichi Handa <handa@etl.go.jp>
8571
8572 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8573 fixed.
8574
0dc91c57
DL
85752000-06-12 Dave Love <fx@gnu.org>
8576
8577 * image.el (insert-image): Save a little consing.
8578
0bd5914b
KH
85792000-06-12 Kenichi Handa <handa@etl.go.jp>
8580
8581 * language/tibet-util.el: Convert all tibetan-1-column characters
8582 to the corresponding tibetan characters.
8583 (tibetan-add-components): Delete code for the special treatment of
8584 'a chung.
8585
8586 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8587 change.
8588 (tibetan-vowel-transcription-alist): More rules added.
8589 (tibetan-composite-vowel-alist): New variable.
8590 (tibetan-precomposition-rule-alist): More rules added.
8591
6dc7d3d5
SM
85922000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8593
9c04c393
SM
8594 * startup.el (command-line): Only call menu-bar-mode if interactive.
8595
8596 * thingatpt.el (toplevel symbol-properties):
8597 * textmodes/makeinfo.el (makeinfo-compile):
8598 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8599 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8600 (hide-ifdef-use-define-alist):
5d80cc9c 8601 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8602 (ange-ftp-vms-add-file-entry):
8603 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8604 * man.el (Man-build-man-command):
8605 * mail/rnewspost.el (news-reply-header-hook):
8606 * info.el (Info-insert-dir):
8607 * emulation/mlconvert.el (backward-word, forward-word, setq):
8608 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8609 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8610 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8611 (byte-optimize-apply, end of file):
8612 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8613 (ad-make-freeze-definition):
8614 * startup.el (command-line, command-line-1): Don't quote lambdas.
8615
6dc7d3d5
SM
8616 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8617 (cvs-cleanup-removed): New function.
8618 (cvs-cleanup-functions): New var.
8619 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8620 some flexibility in specifying additional entries to auto-cleanup.
8621 (cvs-quickdir): New function.
8622 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8623 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8624 (cvs-mode-find-file): Check that we are on a filename or dirname
8625 when invoked through a mouse-click.
8626 (cvs-full-path): Remove.
8627 (cvs-dired-action): Re-introduced.
8628 (cvs-dired-noselect): Use it.
8629 (vc-post-command-functions): use this new hook if available.
8630
8631 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8632 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8633 (cvs-filename-map, cvs-dirname-map): Remove.
8634 (cvs-default-action): Remove.
8635 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8636 if the arg is really a keymap.
8637 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8638 Don't hardcode the mapping from state (aka type) to face, but check
8639 the var cvs-fi-<type>-face instead.
8640 (cvs-fileinfo-from-entries): New function.
8641
8642 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8643 Docstring fix.
8644 (cvs-find-file-and-jump): Change default to be safer.
8645 (cvs-mode-diff-map): Define it as a function as well.
8646 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8647 Bind mouse-2 in this global map rather than with text-properties.
8648
8649 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8650 file to resolve the ambiguity between C(conflict) and C(need-merge).
8651
5050a2ef
KH
86522000-06-12 Kenichi Handa <handa@etl.go.jp>
8653
8654 * international/mule.el (set-buffer-file-coding-system): If
8655 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8656 unconditionally.
8657
35a7ac84
DL
86582000-06-12 Dave Love <fx@gnu.org>
8659
8660 * wid-edit.el (widget-specify-button): Really suppress the face if
8661 required.
8662
db8eeecd
GM
86632000-06-11 Gerd Moellmann <gerd@gnu.org>
8664
8665 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8666
70223ca4
SM
86672000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8668
8669 * imenu.el (imenu-generic-expression): Docstring fix.
8670
8671 * composite.el (composition-function-table): Move the `put'
8672 below the autoload cookie so we can load the file before loaddefs.
8673
8674 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8675
8676 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8677 Handle easy-mmode-define-global-mode.
8678 For complex macros like define-minor-mode that can generate
8679 several autoload entries, try to autoload entries in the
8680 macroexpanded code.
8681
8682 * emacs-lisp/easy-mmode.el (define-minor-mode):
8683 If KEYMAP is a symbol, just use it.
8684 Use byte-compile-current-file and load-file-name to infer the
8685 proper :require to pass to defcustom.
8686 Wrap the hook var into `progn' so as not to autoload it.
8687 Add a :autoload-end cookie.
8688 Be more careful about the evaluation of KEYMAP.
8689 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8690 (define-derived-mode): Move define-abbrev-table outside of defvar.
8691
86922000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8693
8694 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8695 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8696 (backup-compiled-files): Ignore errors during `tar'.
8697 (bootstrap): Make autoloads before elc files.
8698
9c53b34e
KH
86992000-06-10 Kenichi Handa <handa@etl.go.jp>
8700
8701 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8702 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8703
8704 * international/mule-conf.el (unix): New alias for the coding
8705 system undecided-unix.
8706
22ddd299
DL
87072000-06-09 Dave Love <fx@gnu.org>
8708
5ee42746
DL
8709 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8710
70223ca4 8711 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8712 (executable-insert): Change custom type.
8713 (executable-find): Add autoload cookie.
cc7e1d18
DL
8714 (executable-make-buffer-file-executable-if-script-p): New
8715 function. After Noah Friedman.
22ddd299
DL
8716
8717 * files.el (after-save-hook): Customize, with
cc7e1d18 8718 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8719
41ea3794
KH
87202000-06-09 Kenichi Handa <handa@etl.go.jp>
8721
f89437e3
KH
8722 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8723 "tib24p-mule.bdf" for Tibetan.
8724
7a4ee259
KH
8725 * composite.el (decompose-composite-char): Declare it as obsolete.
8726
ff6a65c2
KH
8727 * man.el (Man-fontify-manpage): Pay attention to underline and
8728 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8729
f83fe4b4
GM
87302000-06-08 Gerd Moellmann <gerd@gnu.org>
8731
8732 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8733 Set maintainer to FSF since author isn't reachable.
8734
e56d7900
DL
87352000-06-08 Dave Love <fx@gnu.org>
8736
8737 * international/mule-cmds.el (select-safe-coding-system): If
8738 DEFAULT-CODING-SYSTEM is not specified, also check the most
8739 preferred coding-system if buffer-file-coding-system is
8740 `undecided'. From Handa.
8741
d3981b49
KH
87422000-06-08 Kenichi Handa <handa@etl.go.jp>
8743
8744 * international/mule.el
8745 (after-insert-file-set-buffer-file-coding-system): If the buffer
8746 size is greater than INSERTED, judget that we are not visiting.
8747
bff71087
RV
87482000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8749
8750 * whitespace.el (defgroup whitespace): Comment out `:version'.
8751 XEmacs 20.4 has problems defining the group with this present.
8752 We'll have this commented out till get resolve the problem.
8753
45f485a6
GM
87542000-06-07 Gerd Moellmann <gerd@gnu.org>
8755
8756 * align.el: Update from author.
8757
87582000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8759
8760 * apropos.el (apropos-mode-hook): New user variable.
8761 (apropos-mode): Run apropos-mode-hook.
bff71087 8762
45f485a6
GM
87632000-06-07 David Ponce <david@dponce.com>
8764
8765 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8766 commands. Require `wid-edit' at run-time.
8767
87682000-06-07 David Ponce <david@dponce.com>
8769
8770 * recentf.el: Added some "Commentary".
8771 (recentf-open-more-files, recentf-edit-list): Minor changes to
8772 move the point at the top of the file list. This behaviour is
8773 consistent with the menu one when the list contains a lot of
8774 files.
8775 (recentf-cleanup): Now displays the number of items removed from
8776 the list.
8777 (recentf-relative-filter) New menu filter to show filenames
8778 relative to `default-directory'.
bff71087 8779
45f485a6
GM
87802000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8781
8782 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8783 with/without giving an error if PostScript printer doesn't have this
8784 kind of page size. Zebra Stripe continues or restarts on next page.
8785 Manual/automatic paper feeding. Switch or not the header.
8786 (ps-print-version): New version number (5.2.2).
8787 (ps-windows-system): Include emx as a Windows system.
8788 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8789 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8790 (ps-background-text): Code fix.
8791 (ps-error-handler-message, ps-user-defined-prologue)
8792 (ps-print-prologue-header, ps-printer-name)
8793 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8794 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8795 (ps-use-face-background): Customization fix.
8796 (ps-n-up-database): Data fix.
8797 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8798 (ps-switch-header): New vars.
8799 (ps-xemacs-color-name, ps-face-foreground-name)
8800 (ps-face-background-name, ps-boolean-constant): New funs.
8801
c14dcd22
DL
88022000-06-07 Dave Love <fx@gnu.org>
8803
8804 * allout.el: New version from Manheimer.
8805
e4044bb0
KH
88062000-06-07 Kenichi Handa <handa@etl.go.jp>
8807
8808 * textmodes/fill.el (fill-find-break-point): Check the validity of
8809 charset.
8810
59cfe8b9
KF
88112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8812
8813 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8814 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8815 Call display-color-p and display-mouse-p instead of looking at
8816 window-system.
8817
bb2337f5
DL
88182000-06-06 Dave Love <fx@gnu.org>
8819
8820 * image.el (find-image): Doc fix. Return nil if image not found.
8821 (put-image, insert-image): Make STRING arg optional.
8822
8e624fa2
KH
88232000-06-06 Kenichi Handa <handa@etl.go.jp>
8824
8825 * language/vietnamese.el: Remove eval-when-compile.
8826 (viet-viscii-nonascii-translation-table): Define it as a
8827 translation table made from viet-viscii-decode-table.
8828 (viet-viscii-encode-table): Define it as a translation table made
8829 from the reverse map of above.
8830 (viet-vscii-nonascii-translation-table): Define it as a
8831 translation table made from viet-vscii-decode-table.
8832 (viet-vscii-encode-table): Define it as a translation table made
8833 from the reverse map of above.
8834 (ccl-decode-viscii): Use translate-character.
8835 (ccl-encode-viscii, ccl-encode-viscii-font)
8836 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8837 Likewize.
bff71087 8838
8e624fa2
KH
8839 * language/cyrillic.el: Remove eval-when-compile.
8840 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8841 translation table made from cyrillic-koi8-r-decode-table.
8842 (cyrillic-koi8-r-encode-table): Define it as a translation table
8843 made from the reverse map of above.
8844 (ccl-decode-koi8): Use translate-character.
8845 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8846 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8847 a translation table made from cyrillic-alternativnyj-decode-table.
8848 (cyrillic-alternativnyj-encode-table): Define it as a translation
8849 table made from the reverse map of above.
8850 (ccl-decode-alternativnyj): Use translate-character.
8851 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8852 Likewize
8853
8854 * international/mule-diag.el (non-iso-charset-alist): Specify
8855 translation table symbol instead of translation table itself.
8856 (list-block-of-chars): CHARSET may be a translation table symbol.
8857
8858 * international/mule.el (make-coding-system): If CODING-SYSTEM
8859 already exists, override it.
8860
8861 * international/fontset.el: Use family `proportional' for Tibetan
8862 fonts.
8863
8864 * international/ccl.el (ccl-compile-translate-character): Don't
8865 check if Rrr has property translation-table.
8866 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8867
1969fae2
GM
88682000-06-05 Gerd Moellmann <gerd@gnu.org>
8869
8870 * info.el: Bind case-fold-search to t when searching in case
8871 a user sets it to nil in a hook.
8872
d5b037c5
SM
88732000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8874
d3d02e65
SM
8875 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8876 * hl-line.el (hl-line-mode): Use the new :global key argument.
8877
8878 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8879 (tar-clip-time-string): Prepend a space.
8880 (tar-grind-file-mode): Construct a string rather than modifying one.
8881 (tar-header-block-summarize): Fix docstring.
8882 Use `format' rather than an error-prone set of copy-loops.
8883
8884 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8885 (diff-goto-source, diff-unified->context, diff-context->unified)
8886 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8887 understand the format output by the `-p' argument to diff.
8888
bff71087 8889 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8890 (sh-re-done): Use defconst.
8891 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8892 (sh-help-string-for-variable, sh-guess-basic-offset):
8893 Don't quote lambdas.
8894 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8895 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8896
f7c4478f
SM
8897 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8898 (mh-letter-mode): Derive from text-mode.
8899 This implicitly means that it now calls kill-all-local-variables.
8900 Also remove the Emacs-18 compatibility code.
8901
a8add29d
SM
8902 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8903 Make use of symbol-property doc-string-elt.
8904 Use memq rather than a sequence of eq.
8905 (doc-string-elt): Fix the wrong or missing previously unused values.
8906 (autoload-print-form): New function extracted from
8907 generate-file-autoloads to allow recursion when handling progn
8908 so that defvar's and defun's docstrings are properly printed.
8909 (generate-file-autoloads): Use it.
8910
d5b037c5
SM
8911 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8912 Use find-file-hooks in the minor-mode function.
8913 Be careful not to loop indefinitely in the post-command-hook function.
8914
560ef11a 89152000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8916
1969fae2 8917 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8918 tty's.
1969fae2 8919 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8920 differences whenever appropriate.
1969fae2
GM
8921 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8922 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8923 wildcards.
8924
b5bbbb76
SM
89252000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8926
d5b037c5
SM
8927 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8928 (jit-lock-fontify-buffer): New function for JIT refontification.
8929 (jit-lock-mode): Fix docstring.
8930 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8931 Remove jit-lock-after-change from the _local_ hook.
8932 (jit-lock-function-1): Fix docstring.
8933
8934 * info.el (Info-on-current-buffer): Initialize info.
8935
8936 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8937
8938 * progmodes/tcl.el (tcl-indent-for-comment):
8939 Ignore comment-indent-hook.
8940
8941 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8942 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8943 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8944 and improve to use the lighter to guess the capitalization.
8945 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8946 Add keyword arguments to specify global-ness or the custom group.
8947 Add local-map and help-echo properties to the lighter.
8948 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8949 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8950
bfa6c260
DL
89512000-06-02 Dave Love <fx@gnu.org>
8952
8953 * wid-edit.el: byte-compile-dynamic since we typically don't use
8954 all the widgets. Don't require cl or widget. Remove
8955 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8956 (widget-read-event): Removed. Callers changed to use read-event.
8957 (widget-button-release-event-p): Renamed from
8958 button-release-event-p.
8959 (widget-field-add-space, widget-field-use-before-change):
8960 Uncustomize.
8961 (widget-specify-field): Use keymap property, not local-map.
8962 (widget-specify-button): Obey :suppress-face.
8963 (widget-specify-insert): Use modern backquote syntax.
8964 (widget-image-directory): Renamed from widget-glyph-directory.
8965 (widget-image-enable): Renamed from widget-glyph-enable.
8966 (widget-image-find): Replaces widget-glyph-find.
8967 (widget-button-pressed-face): Move defvar.
8968 (widget-image-insert): Replaces widget-glyph-insert.
8969 (widget-convert): Use keywordp.
8970 (widget-leave-text, widget-children-value-delete): Use mapc.
8971 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8972 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8973 (widget-button-click): Don't set point at the click, but re-centre
8974 if we scroll out of window. Rewritten for images v. glyphs &c.
8975 (widget-tabable-at): Use POS arg, not point.
8976 (widget-beginning-of-line, widget-end-of-line)
8977 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8978 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8979 (widget-default-create): Use widget-image-insert; some rewriting.
8980 (widget-visibility-value-create)
8981 (widget-push-button-value-create, widget-toggle-value-create): Use
8982 widget-image-insert.
8983 (checkbox): Create on and off images dynamically.
8984 (documentation-link): Change :help-echo.
8985 (widget-documentation-link-echo-help): Remove.
8986
3837de12
SM
89872000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8988
8989 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8990
8991 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8992 (easy-mmode-define-toggle, define-minor-mode): Use it.
8993 (easy-mmode-define-keymap): Docstring fix.
8994 (define-derived-mode): Default PARENT to fundamental-mode.
8995 Add the derived-mode-parent symbol-property.
8996 (easy-mmode-derived-mode-p): New function.
8997
90aa4ea8
DL
89982000-06-02 Dave Love <fx@gnu.org>
8999
37193ee6
DL
9000 * files.el (convert-standard-filename): Doc fix.
9001 (normal-backup-enable-predicate): New function.
9002 (backup-enable-predicate): Use it to replace the lambda form.
9003
9004 * calendar/todo-mode.el: [This needs more work on the outline
9005 stuff.] Doc fixes.
9006 (todo) <defgroup>: Add :version.
9007 (todo-add-category): Don't use pushnew.
9008 (todo-cmd-raise): Fix typo.
9009 (todo-top-priorities): Change temp buffer name.
9010 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9011 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9012 Use outline-next-heading.
37193ee6 9013
90aa4ea8
DL
9014 * autoarg.el: Rewritten to use define-minor-mode.
9015 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9016 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9017
2e54623a
KH
90182000-06-02 Kenichi Handa <handa@etl.go.jp>
9019
9020 * isearch.el (isearch-other-meta-char): Fix previous change.
9021
c5def0db
SM
90222000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9023
3837de12
SM
9024 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9025 (log-edit-done): Only add the comment to the ring if it's different
9026 from the last comment entered.
9027
c5def0db
SM
9028 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9029
2330c9d4
DL
90302000-06-01 Dave Love <fx@gnu.org>
9031
9032 * hl-line.el: Rewritten using define-minor-mode.
9033
9034 * help.el (describe-function-1): Distinguish special form from
9035 builtin function. Sanity-check presence of arglist for builtins.
9036
6e5dfc31
KH
90372000-06-01 Kenichi Handa <handa@etl.go.jp>
9038
4dc1225b
KH
9039 * international/characters.el: Fix syntax/category setting of
9040 Tibetan characters.
9041
9042 * language/tibet-util.el (tibetan-add-components): Fixes for new
9043 encoding of Tibetan characters.
9044 (tibetan-decompose-precomposition-alist): New variable.
9045 (tibetan-decompose-region): Convert precomposed characters to
9046 non-precomposed characters.
9047 (tibetan-decompose-string): Likewise.
9048 (tibetan-composition-function): Fix args to
9049 thibetan-compose-string.
9050
9051 * language/tibetan.el (tibetan-composable-pattern): More
9052 characters included.
9053 (tibetan-consonant-transcription-alist): Rule for "R" added.
9054 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9055 "+R" added.
9056 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9057
eadef5e6
KH
9058 * language/lao-util.el (lao-composition-function): Fix args to
9059 compose-string.
9060
9061 * language/thai-util.el (thai-composition-function): Fix args to
9062 compose-string.
9063
6e5dfc31 9064 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9065 to prevent the point moving to the end of a composition when a
9066 part of a composition is searched.
6e5dfc31
KH
9067 (isearch-other-meta-char): If the key invoking this command can be
9068 mapped by function-key-map to a printing char, call
9069 isearch-process-search-char directly.
9070
2598a293
SM
90712000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9072
9073 * emacs-lisp/bytecomp.el:
9074 * frame.el:
9075 * international/mule-cmds.el:
9076 * international/mule-util.el:
9077 * international/mule.el:
9078 * mouse.el:
9079 * subr.el:
9080 * faces.el: Update calls to make-obsolete with a WHEN argument.
9081
9082 * byte-run.el (make-obsolete, make-obsolete-variable):
9083 Add an optional WHEN argument and change the format of the
bff71087 9084 symbol-property information.
2598a293
SM
9085 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9086 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9087 new obsolete-symbol-property format and print WHEN if it is provided.
9088
28d8dff1
DL
90892000-05-31 Dave Love <fx@gnu.org>
9090
9091 * loadhist.el (loadhist-hook-functions): Remove
9092 before-change-function, after-change-function.
9093 (unload-feature): Deal with symbols which are both bound and
9094 fbound.
9095
9096 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9097 before-change-function, after-change-function.
9098
9099 * simple.el (newline): Don't bind before-change-function,
9100 after-change-function.
9101
7f565d87
RV
91022000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9103
9104 * whitespace.el (whitespace-rescan-timer-time): Update interval
9105 set to 600 seconds (10 minutes) instead of 60 seconds since
9106 a large number of whitespace buffers causes emacs to `freeze'
9107 for a considerable amount of time.
9108
bff71087 9109 * whitespace.el: Updated email address
7f565d87 9110
a8d693d8
DL
91112000-05-31 Dave Love <fx@gnu.org>
9112
9113 * add-log.el (change-log-font-lock-keywords) <function>: Add
9114 pattern for function of change.
9115 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9116 acknowledgements patterns.
9117
a50192e7
KH
91182000-05-31 Kenichi Handa <handa@etl.go.jp>
9119
9120 * isearch.el (isearch-printing-char): If keyboard coding system is
9121 being used, call isearch-process-search-multibyte-characters.
9122
9123 * international/isearch-x.el: Mostly rewritten.
9124
9125 * international/quail.el (quail-start-conversion): Don't include
9126 unhandled events in the returned events, but set them in
9127 unread-command-events. Exit if all inputs are deleted.
9128
7e492772
JR
91292000-05-30 Jason Rumney <jasonr@gnu.org>
9130
9131 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9132
9133 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9134 Reenable code to create initial fontsets.
9135 Use set-fontset-font in place of put-charset-property.
9136
10fc3187
GM
91372000-05-30 Gerd Moellmann <gerd@gnu.org>
9138
79148ea7
GM
9139 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9140 label, ensure that the first colon isn't followed by another.
9141
9142 * paths.el (Info-default-directory-list): Doc fix.
9143
086d5b87
GM
9144 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9145 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9146 send a query containing USER only, not USER@HOST.
9147
10fc3187
GM
9148 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9149 and rmail-msgend to compute the restriction at the end, instead of
9150 computing it.
9151
49e70dec
GM
91522000-05-29 Gerd Moellmann <gerd@gnu.org>
9153
66254a13
GM
9154 * dabbrev.el (dabbrev-expand): Don't display messages in the
9155 echo area if the minibuffer window is active.
9156
49e70dec
GM
9157 * jit-lock.el (jit-lock-mode): Add after change function to
9158 local hook.
9159
91602000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9161
9162 * antlr-mode.el: New commands: hide/unhide actions,
9163 upcase/downcase literals.
9164 (antlr-tiny-action-length): New user option.
9165 (antlr-hide-actions): New command. Suggested by
9166 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9167 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9168 (antlr-mode-menu): New entries.
9169 (antlr-downcase-literals): New command.
9170 (antlr-upcase-literals): Ditto.
9171
9172 * antlr-mode.el: Minor changes: indendation, mode-name.
9173 (antlr-indent-line): Indent cpp directive at column 0.
9174 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9175
9176 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9177 (antlr-font-lock-additional-keywords): Workaround for intentional
9178 bug in XEmacs version of font-lock.
9179 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9180 be used by a smarter version of `buffers-menu-grouping-function'.
9181
91822000-05-29 Gerd Moellmann <gerd@gnu.org>
9183
9184 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9185 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9186
49f93684
KH
91872000-05-29 Kenichi Handa <handa@etl.go.jp>
9188
9189 * international/encoded-kb.el
9190 (encoded-kbd-iso2022-designation-map): Pay attention to that
9191 charset-iso-final-char return -1 for eight-bit-control and
9192 eight-bit-graphic.
9193
5b1ae051
EZ
91942000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9195
9196 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9197 (speedbar-easymenu-definition-base): Use display-graphic-p where
9198 available, instead of window-system.
9199
a205e32a
EZ
92002000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9203 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9204 coding systems.
9205
dd854dc2
DL
92062000-05-26 Dave Love <fx@gnu.org>
9207
c88a85d5
DL
9208 * disp-table.el (standard-display-underline): Don't use
9209 internal-find-face.
9210
dd854dc2
DL
9211 * mail/reporter.el: Maintainer change. Doc fixes.
9212 (reporter-version): Deleted.
9213
9214 * emacs-lisp/elp.el: Maintainer change.
9215 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9216
dc29aa6c
SM
92172000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9218
9219 * add-log.el (add-change-log-entry): Merge the current entry with the
9220 previous one if the previous one is empty.
9221
ed62683d
DL
92222000-05-26 Dave Love <fx@gnu.org>
9223
4370a375
DL
9224 * loadhist.el (unload-feature): Fix interactive spec [from
9225 lijnzaad@ebi.ac.uk].
9226
ed62683d
DL
9227 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9228 subr-arity to check primitives.
9229 (byte-compile-flush-pending, byte-compile-file-form-progn)
9230 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9231 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9232 mapcar.
9233
ba9f8f95
KH
92342000-05-26 Kenichi Handa <handa@etl.go.jp>
9235
0f3e0672
KH
9236 * international/fontset.el: Set family names of non-latin charsets
9237 in default fontset to "*".
9238
cebefb44
KH
9239 * international/mule-diag.el (print-fontset): Combine family part
9240 and registry part of the fontname by "-*-" instead of "-".
9241
ba9f8f95
KH
9242 * international/mule-cmds.el (encode-coding-char): Make strings
9243 multibyte before calling encode-coding-string.
9244
931d0724
SM
92452000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9246
9247 * derived.el: Fix keywords.
8ccce2b0 9248 (define-derived-mode): Only define if needed.
931d0724
SM
9249
9250 * simple.el (fill-comment, comment-column, comment-start)
9251 (comment-start-skip, comment-end, comment-indent-function)
9252 (block-comment-start, block-comment-end, indent-for-comment)
9253 (set-comment-column, kill-comment, comment-padding, comment-region)
9254 (comment-multi-line, indent-new-comment-line): Remove.
9255
9256 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9257 function names for comment operations.
9258
9259 * newcomment.el: Add abundant autoload cookies.
9260 (comment-style): Don't depend on runtime data at compile-time.
9261 (comment-indent-hook): Remove.
9262 (comment-indent): Check if comment-indent-hook is bound.
9263 (comment-region): Docstring fix.
9264
6fc596cf
DL
92652000-05-25 Dave Love <fx@gnu.org>
9266
9267 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9268 byte-code-function-p.
9269
9270 * mail/rmailsum.el: Add provide.
9271
9272 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9273
9274 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9275 defcustom.
9276
7997f1ca 92772000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9278
7997f1ca
MK
9279 * ediff-diff.el (ediff-exec-process): delete --binary option from
9280 non-buffer ediff jobs.
7f565d87 9281
e7a903e8
EZ
92822000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9283
9284 * hilit-chg.el (highlight-changes-mode): Ask about color or
9285 grayscale support, not about window-system.
9286
9287 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9288 window-system.
9289 (ffap-highlight): Always default to t.
9290
9291 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9292 display-popup-menus-p instead of looking at window-system.
9293
9294 * disp-table.el (standard-display-g1, standard-display-graphic):
9295 Only refuse to use string glyphs on X and MS-Windows.
9296
9297 * avoid.el: Remove window-system from commentary, suggest to use
9298 display-*-p instead.
9299
9300 * apropos.el (apropos-print): Use display-mouse-p instead of
9301 window-system.
9302
14028d57
EZ
93032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9304
9305 * international/codepage.el (cp-decoding-vector-for-codepage):
9306 Fill up unsupported characters with their own codes. From Kenichi
9307 Handa.
9308
1a4f9cc1
EZ
93092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9310
9311 * international/mule-diag.el (describe-char-after): Use
9312 display-graphic-p instead of window-system, so that this function
9313 works on MS-DOS.
9314
89f6ca4e
EZ
93152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * international/codepage.el (cp-make-coding-systems-for-codepage):
9318 Remove the eight-bit-graphic and eight-bit-control charsets from
9319 the list of charsets which we convert into `?'.
9320
eacfd7fe
KH
93212000-05-25 Kenichi Handa <handa@etl.go.jp>
9322
9323 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9324 private charsets.
9325 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9326 japanese-jisx0213-2): New charsets.
9327
9328 * international/fontset.el: Setup default fontset for new charsets.
9329
deadf7e3
DL
93302000-05-24 Dave Love <fx@gnu.org>
9331
9332 * info.el (Info-find-node-2): Restructure [following "Vadim
9333 S. Solomin" <sovs@uic.nnov.ru>].
9334
9335 * icomplete.el: Fix header for Finder.
9336
93372000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9338
9339 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9340 STAY.
9341
9342 * rmail.el (rmail-automatic-folder-directives): New user variable.
9343 (rmail-show-message): Add call to `rmail-auto-file' during
9344 display.
9345 (rmail-auto-file): New function.
9346
6de3983f 93472000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9348
fc6a6a4e 9349 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9350 account.
fc6a6a4e
GM
9351 (ediff-test-utility,ediff-diff-mandatory-option)
9352 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9353 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9354
fc6a6a4e 9355 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9356 variable.
7f565d87 9357
fc6a6a4e 9358 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9359 ediff-merge-filename-prefix.
9360
fc290d1d
MK
93612000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9362
fc6a6a4e 9363 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9364
273182b8
EZ
93652000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9366
9367 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9368 aliases for hebrew-iso-8bit.
9369
f471ea57
EZ
93702000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9371
9372 * woman.el: New version from Francis J. Wright
9373 <F.J.Wright@Maths.QMW.ac.uk>.
9374 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9375 names in environment variables regardless of the path separator.
9376 (woman-topic-all-completions-1): Don't call file-name-directory-p
9377 on all files, since woman-file-regexp already filters out any
9378 directories.
9379
01162f24
KH
93802000-05-24 Kenichi Handa <handa@etl.go.jp>
9381
48e3df76
KH
9382 * international/quail.el (quail-start-translation): Don't change
9383 modified-p of the current buffer.
9384 (quail-start-conversion): Likewise.
9385
9386 * international/kkc.el (kkc-region): Don't change modified-p of
9387 the current buffer.
9388
747d90ea
KH
9389 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9390 conform to RFC1468.
9391 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9392
17a223ff
EL
93932000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9394
9395 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9396 (speedbar-insert-button): Invisible text property fix.
9397 (speedbar-directory-plus): Renamed from speedbar-directory-+
9398 (speedbar-directory-minus): Renamed from speedbar-directory--
9399 (speedbar-page-plus): Renamed from speedbar-file-+
9400 (speedbar-page-minus): Renamed from speedbar-file--
9401 (speedbar-page): Renamed from speedbar-file-
9402 (speedbar-tag): Renamed from speedbar-tag-
9403 (speedbar-tag-plus): Renamed from speedbar-tag-+
9404 (speedbar-tag-minus): Renamed from speedbar-tag--
9405 (speedbar-expand-image-button-alist): Use above renames.
9406
9407 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9408 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9409 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9410 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9411 * sb-pg.xpm: Renamed from sb-file.xpm
9412 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9413 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9414
e6b6fc18
KH
94152000-05-24 Kenichi Handa <handa@etl.go.jp>
9416
9417 * international/quail.el (quail-show-guidance-buf): Set
9418 current-input-method of the guidance buffer to the name of the
9419 curren input method.
9420
a1a336eb
SM
94212000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9422
9423 * progmodes/compile.el (compile-internal): Style typo.
9424
9425 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9426 quote vars and functions in the docstring.
9427
9428 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9429
9430 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9431 Don't quote lambdas.
9432
9433 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9434
9695b783
GM
94352000-05-23 Gerd Moellmann <gerd@gnu.org>
9436
716e3b88
GM
9437 * startup.el (command-line): Determine source file of compiled
9438 user init file differently. Warn if compiled user init file
9439 is older than its source file.
9440
9695b783 9441 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9442
41ac433f
EZ
94432000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9444
9445 * files.el (make-backup-file-name-1): Replace slashes with `!'
9446 rather than `|' (which is not allowed on Windows). Replace the
9447 drive letters with a string "drive_X".
9448
46600ab1
GM
94492000-05-23 Gerd Moellmann <gerd@gnu.org>
9450
9451 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9452
9453 * files.el (interpreter-mode-alist): Add `bash2'.
9454
79a64d87
DL
94552000-05-22 Dave Love <fx@gnu.org>
9456
9457 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9458 mapc.
9459 (feature-file): Avoid calling symbol-name. Doc fix.
9460 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9461 (loadhist-hook-functions): Add mouse-position-function.
9462 (unload-feature): Change uses of mapcar.
9463
9464 * files.el (parse-colon-path): Doc fix.
9465 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9466 (set-auto-mode): Use mapc.
9467
9468 * complete.el (PC-look-for-include-file): Use :alnum: character
9469 class.
9470 (partial-completion-mode): Add autoload cookie.
9471
0e8c11d8
SS
94722000-05-22 Sam Steingold <sds@gnu.org>
9473
ce75fd23 9474 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9475 `add-text-properties' (bug introduced on 2000-05-18).
9476
d8d0fa6c
DL
94772000-05-22 Dave Love <fx@gnu.org>
9478
9479 * bindings.el: Remove debug-ignored-errors set in other files.
9480
9481 * progmodes/etags.el: Add to debug-ignored-errors.
9482 (visit-tags-table-buffer): Clear out buffers holding old tables
9483 when making a new list.
9484 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9485 mapc.
9486
9487 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9488 quote keywords.
9489 (cmpl-string-case-type): Use character classes.
9490
0e8c11d8
SS
9491 * comint.el:
9492 * textmodes/ispell.el:
9493 * imenu.el:
d8d0fa6c
DL
9494 * mail/mh-e.el:
9495 * progmodes/compile.el: Add to debug-ignored-errors.
9496
9497 * dabbrev.el: Add to debug-ignored-errors.
9498 (dabbrev-completion): Use mapc.
9499
1edbbf8a
EZ
95002000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9503 (woman-mapcan, woman-parse-man.conf)
9504 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9505 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9506 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9507 path syntax better.
9508 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9509 (woman-manpath): Call woman-parse-man.conf.
9510 (woman-emulation): New defcustom, defaults to nroff.
9511 (woman-font-support): New defconst.
9512 (woman-use-symbol-font): New defcustom.
9513 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9514 "Emulation".
9515 Many functions: Doc fix.
9516
5bd2148c
KH
95172000-05-22 Kenichi Handa <handa@etl.go.jp>
9518
9519 * international/quail.el (quail-simple-translation-keymap): Map
9520 128..255 to quail-self-insert-command.
9521 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9522
4125ec7e
SM
95232000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9524
a1a336eb
SM
9525 * help.el (help-manyarg-func-alist): Typo.
9526
40aeecad
SM
9527 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9528 intervals which makes it heaps simpler.
9529
4125ec7e
SM
9530 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9531 the nested comment markers.
e4da9c1c
SM
9532
9533 * subr.el (remove-hook): Don't turn the hook's value into a list.
9534
cb7216a7
DL
95352000-05-21 Dave Love <fx@gnu.org>
9536
ac266581
DL
9537 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9538 are invalid characters.
9539
cb7216a7
DL
9540 * international/mule-util.el (detect-coding-with-priority): Use
9541 mapc. Remove redundant lambda.
9542
9543 * international/mule-diag.el (list-non-iso-charset-chars)
9544 (describe-fontset): Remove redundant lambda.
9545
9546 * emulation/crisp.el (brief-mode): New alias.
9547
9548 * emacs-lisp/ring.el (ring-elements): New function.
9549
9550 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9551 (easy-menu-do-add-item): Use keywordp.
9552
9553 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9554
9555 * replace.el: Doc and error message fixes.
9556 (replace-highlight): Use facep, not internal-find-face.
9557
9b0d1d6e
SM
95582000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9559
b2d2cf58
SM
9560 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9561
ffe7dc64
SM
9562 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9563 (log-edit-insert-changelog): Drop `:' as well.
9564
9565 * log-view.el: Fix file description.
9566 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9567 available.
9568 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9569 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9570
c8c21615
SM
9571 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9572 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9573 Print a status message if the toggle is called interactively.
9574 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9575 for global minor modes and use `defcustom' for them.
9576 Use add-minor-mode.
9577 (easy-mmode-define-derived-mode): Remove.
9578 (define-derived-mode): Fancier default docstring.
9579 (easy-mmode-define-navigation): Signal an error rather than (ding).
9580
9b0d1d6e
SM
9581 * newcomment.el (comment-styles): New `box-multi'.
9582 (comment-normalize-vars): Better default for comment-continue to
9583 avoid whitespace-only continuations.
9584 (comment-search-forward): Always move even in the no-syntax case.
9585 (comment-padright): Only obey N if it's only obeyed for padleft.
9586 (comment-make-extra-lines): Better handling of empty continuations.
9587 Use `=' for the filler if comment-start has only one character.
9588 (uncomment-region): Try handling the special `=' filler.
9589 (comment-region): Allow LINES even if MULTI is nil.
9590 (comment-box): Choose box style based on comment-style.
9591
f5ee6d0f
KH
95922000-05-20 Kenichi Handa <handa@etl.go.jp>
9593
9b0d1d6e 9594 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9595 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9596
c9671f81
KH
95972000-05-20 Kenichi HANDA <handa@etl.go.jp>
9598
9599 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9600 and insert, not subst-char-in-region.
9601
9602 * international/mule-diag.el (list-character-sets-1): Handle
9603 charsets eight-bit-control and eight-bit-graphic.
9604 (list-iso-charset-chars): Likewise.
9605 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9606 charactes as is. Use indent-to to align characters.
9607
9608 * international/mule-cmds.el (find-multibyte-characters): Never
9609 exclude charsets eight-bit-control and eight-bit-graphic.
9610
1426aa5c
SM
96112000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9612
9613 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9614 Don't quote lambdas.
9615
9616 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9617
2b63d473
GM
96182000-05-19 Gerd Moellmann <gerd@gnu.org>
9619
9620 * gud.el (gud-jdb-directories): Doc fix.
9621
f1355756
SM
96222000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9623
9624 * newcomment.el: New file.
9625
5f64c9e0
GM
96262000-05-19 Gerd Moellmann <gerd@gnu.org>
9627
2b63d473 9628 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9629
db7314bd
AS
96302000-05-18 Andreas Schwab <schwab@suse.de>
9631
9632 * dired.el (dired-between-files): Also skip lines beginning with
9633 `used'.
9634
25bb0401
GM
96352000-05-18 Gerd Moellmann <gerd@gnu.org>
9636
9637 * msb.el (msb-menu-cond): Add choice `user'.
9638
a199a865 96392000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9640
a199a865
GM
9641 * ps-print.el: Compatibility, customization and doc fix.
9642 (ps-printer-name-option): Replace defconst by defvar.
9643 (ps-postscript-code-directory): XEmacs compatibility.
9644 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9645 fix.
9646 (ps-user-defined-prologue, ps-print-prologue-header)
9647 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9648 compatibility and code fix.
9649 (ps-print-background-image, ps-print-background-text):
9650 Customization fix.
9651 (ps-line-number-start, ps-n-up-on): New vars.
9652
25bb0401
GM
96532000-05-18 Espen Skoglund <esk@ira.uka.de>
9654
9655 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9656 the indent-comment function to just return the appropriate indent.
9657
68e6c83a
EL
96582000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9659
9660 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9661 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9662 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9663
dae6cb9f
DL
96642000-05-18 Dave Love <fx@gnu.org>
9665
9666 * info.el (Info-fontify-node): Add intangible property as well as
9667 invisible.
9668
9669 * calendar/appt.el (appt-make-list): Match all lines of entry.
9670 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9671
813086ea
KH
96722000-05-18 Kenichi Handa <handa@etl.go.jp>
9673
9674 * international/mule-diag.el (describe-char-after): Call
9675 internal-char-font, not char-font. If internal-char-font returns
9676 nil, display "-- none --".
9677
24978190
EZ
96782000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9679
9680 * image.el (image-type-available-p): Don't reference image-types
9681 if it isn't bound.
9682
2fca2d5d
SM
96832000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9684
9685 * autoarg.el (autoarg-mode): Typo in the :set argument.
9686
cfc75d05
EZ
96872000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9688
9689 * startup.el (command-line-1): Don't signal an error if the
9690 directory for auto-save-list files does not yet exist.
9691
c4e30387
KH
96922000-05-17 Kenichi Handa <handa@etl.go.jp>
9693
9694 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9695
dd6b8ea7
SM
96962000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * subr.el (remove-hook): `setq' hook-value, not `set'.
9699
399c88ad
SS
97002000-05-16 Sam Steingold <sds@gnu.org>
9701
a199a865 9702 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9703
01651f07
DL
97042000-05-16 Dave Love <fx@gnu.org>
9705
9706 * cus-edit.el: Don't require cl or easymenu.
9707 (custom-variable-prompt): Test standard-value property, not
9708 user-variable-p.
9709
2248c40d
SS
97102000-05-16 Sam Steingold <sds@gnu.org>
9711
9712 * subr.el (add-hook): `setq' hook-value, not `set'.
9713
b15f3b77
GM
97142000-05-16 Gerd Moellmann <gerd@gnu.org>
9715
9716 * startup.el (command-line-1): Mention the FAQ in the startup
9717 message.
9718
9719 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9720
9721 * progmodes/compile.el (compilation-parse-errors): Collect
9722 `nomessage' regexps last.
9723
9724 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9725
9726 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9727 to the function name.
9728
f9bbcfac
EL
97292000-05-15 Dave Love <fx@gnu.org>
9730
9731 * speedbar.el (speedbar-recenter): Typo.
9732 (speedbar-expand-line): Make arg optional.
9733 (speedbar-mode): Avoid a compiler warning.
9734
119b42eb
GM
97352000-05-15 Gerd Moellmann <gerd@gnu.org>
9736
9737 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9738 user-specified option string is empty.
9739
9740 * mouse.el (mouse-yank-at-click): Doc fix.
9741
f685bea9
EZ
97422000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9743
9744 * term/internal.el (IT-character-translations): More updates of
9745 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9746 documents.
9747
a1b8d58b
GM
97482000-05-15 Gerd Moellmann <gerd@gnu.org>
9749
9750 * env.el (getenv): New function, interactively callable.
9751 (setenv, getenv): Remove autoload cookies.
9752
9753 * loadup.el: Load `env'.
9754
9755 * progmodes/f90.el: Change author's mail address.
9756
c9bba7ed
DL
97572000-05-14 Dave Love <fx@gnu.org>
9758
e5c83697
DL
9759 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9760 goto-addr as an option.
9761
9762 * help.el (help-xref-stack): Doc fix.
9763 (help-xref-following): New variable.
9764 (help-make-xrefs): Use it.
9765 (help-xref-go-back): Use position information from stack element.
9766 (help-follow): Make position in stack element a pair. Use
9767 help-xref-following.
399c88ad 9768
e5c83697
DL
9769 * autoarg.el: New file.
9770
9771 * faces.el: Declare more functions obsolete.
9772
c9bba7ed
DL
9773 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9774 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9775 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9776 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9777 Remove all the setup-...-environment functions.
9778
b6389bfb
EL
97792000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9780
a1b8d58b
GM
9781 * speedbar.el: Updated the commentary section. xemacs20p now uses
9782 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9783 (speedbar-easymenu-definition-base): Add toggle for images.
9784 (speedbar-easymenu-definition-special): Add flush cache & expand.
9785 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9786 (speedbar-reconfigure-keymaps-hook): New variable.
9787 (speedbar-frame-parameters): Updated documentation.
9788 (speedbar-use-imenu-flag): Updated custom tag
9789 (speedbar-dynamic-tags-function-list): New variable.
9790 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9791 (speedbar-indentation-width, speedbar-indentation-width) New
9792 variables.
9793 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9794 (speedbar-vc-indicator): Doc update.
9795 (speedbar-ignored-path-expressions): Updated default value.
9796 (speedbar-supported-extension-expressions): Updated default value.
9797 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9798 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9799 as "+". Added overlay aliases.
9800 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9801 `force-mode-line-update'.
9802 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9803 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9804 `mouse-set-point'
b6389bfb 9805 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9806 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9807 of arbitrary text, and new helper functions.
9808 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9809 filename finder.
b6389bfb
EL
9810 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9811 (speedbar-directory-buttons): Update path search/expansion.
9812 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9813 `speedbar-indentation-width'. Use more care w/ invisible
9814 properties.
b6389bfb
EL
9815 (speedbar-change-expand-button-char): Call
9816 `speedbar-insert-image-button-maybe'.
9817 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9818 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9819 (speedbar-trim-words-tag-hierarchy)
9820 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9821 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9822 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9823 functions.
b6389bfb
EL
9824 (speedbar-mouse-set-point): New function
9825 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9826 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9827 of tag prefix text.
9828 (speedbar-expand-line, speedbar-contract-line): Make more robust
9829 to strange text.
9830 (speedbar-expand-line): Takes universal argument to flush the
9831 cache.
b6389bfb
EL
9832 (speedbar-flush-expand-line): New function.
9833 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9834 Use new generator insertion method.
9835 (speedbar-fetch-dynamic-tags): New function.
9836 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9837 `speedbar-fetch-dynamic-imenu'.
9838 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9839 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9840 "Revert Buffer" menu items.
9841 (speedbar-buffer-buttons-engine): Be smarter when creating a
9842 filename tag (for expansion purposes.).
a1b8d58b
GM
9843 (speedbar-highlight-one-tag-line,
9844 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9845 (speedbar-recenter): New functions.
b6389bfb 9846 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9847 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9848 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9849 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9850 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9851 (speedbar-expand-image-button-alist): New variable.
9852 (speedbar-insert-image-button-maybe): Insert an image over some
9853 buttons.
9854
43fe9244
KH
98552000-05-13 Kenichi Handa <handa@etl.go.jp>
9856
9857 * international/mule-cmds.el (encode-coding-char): An ASCII
9858 character is always encodable.
9859
9860 * international/mule-conf.el: Add more information in descriptions
9861 of character sets.
9862
813086ea 9863 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9864 (describe-font-internal): Adjusted for the change of font-info.
9865 (describe-font): Likewise.
9866 (print-fontset): Rewritten for the new fontset implementation.
9867 (describe-fontset): Include fontset alias names in completion.
9868 (list-fontsets): Adjusted for the change of print-fontset.
9869
9870 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9871 describe-char-after instead of displaying the detail in the echo
9872 area.
813086ea
KH
9873 (syntax-code-table): Format changed.
9874 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9875
e8564f57
SM
98762000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9877
9878 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9879
9278c60d
DL
98802000-05-12 Dave Love <fx@gnu.org>
9881
9882 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9883 dependence. Use line-{beginning,end}-position, not
9884 point-at{b,e}ol. Some doc fixes.
9885 (todo-position): New function. Fix callers of position to use it.
9886 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9887
be0505fe
GM
98882000-05-12 Gerd Moellmann <gerd@gnu.org>
9889
9890 * time.el (display-time-mail-icon): Use `:ascent center'.
9891
a8a3541c
GM
9892 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9893 handling FTP security extensions.
399c88ad 9894
44d5f148
DL
98952000-05-11 Dave Love <fx@gnu.org>
9896
33d0c179 9897 * calendar/todo-mode.el: New file.
44d5f148 9898
da4496b6
GM
98992000-05-11 Gerd Moellmann <gerd@gnu.org>
9900
cdc4401d
GM
9901 * comint.el (comint-read-input-ring): Move reference to
9902 comint-input-ring-size outside of the save-excursion. It was
9903 causing the default value to be the only one ever seen.
399c88ad 9904
0279f991
GM
9905 * font-lock.el: Update copyright. Remove Simon Marshall's email
9906 address on request from him.
9907
da4496b6
GM
9908 * subr.el (substitute-key-definition): Add comment describing
9909 the meaning of PREFIX.
9910
ac5cb26d
SM
99112000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9912
9913 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9914
9915 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9916 (add-minor-mode): Don't make the variable buffer-local and add a
9917 reference to define-minor-mode in the docstring.
9918
9919 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9920 HEADER/FOOTER and fix bug with trailing empty directory.
9921 (cvs-append-to-ignore): Use vc-editable-p if available.
9922 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9923 (vc-do-command): Tweak advice to handle the new VC.
9924
9925 * log-view.el (log-view-goto-rev): New function for the new VC.
9926 (log-view-minor-wrap): Use mark-active.
9927
9928 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9929 (log-edit-changelog-full-paragraphs): New var.
9930 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9931 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9932 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9933 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9934 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9935 Replace the `cvs' prefix with `log-edit'.
9936
9937 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9938
9939 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9940 (diff-font-lock-defaults): Explicitly turn off multiline.
9941 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9942 (diff-ediff-patch): Fix call to ediff-patch-file.
9943 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9944 Handle comments.
9945
9946 * frame.el (automatic-hscrolling): Typo.
9947
9948 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9949
21c34da3
DL
99502000-05-09 Sam Steingold <sds@goems.com>
9951
9952 * apropos.el (apropos-print): use `describe-face' instead of
9953 `customize-face-other-window'.
9954
950cf06f
DL
99552000-05-09 Dave Love <fx@gnu.org>
9956
9957 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9958
9959 * help.el (describe-variable): Have customize button pop the
9960 help-xref stack when invoked.
9961 (help-xref-symbol-regexp): Add `face'.
9962 (help-make-xrefs): Check for quoted face names and adapt regexp
9963 submatch numbers to cope.
9964 (help-xref-interned): Maybe insert face doc too. Separate
9965 sections with a line of hyphens.
9966
0623e40f 9967 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9968 (describe-face): Add customize button. Return the help
9969 text. Fix prompt.
9970
82e2ca9d
EZ
99712000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9972
9973 * term/internal.el (IT-character-translations): Fix last change.
9974
10c00b5c
EZ
99752000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9976
9977 * woman.el: New file
9978 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9979
9deed82f
EZ
99802000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9981
001ad319
EZ
9982 * term/internal.el (IT-character-translations): Update ASCII
9983 simulations for greek-iso8859-7, add latin-iso8859-14 and
9984 latin-iso8859-15.
9985
9deed82f
EZ
9986 * international/mule-cmds.el (set-language-info-alist): Call
9987 define-prefix-command with 3 arguments, to make the map suitable
9988 for a menu.
9989
4f37b78a
DL
99902000-05-07 Dave Love <fx@gnu.org>
9991
1ec321a7 9992 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9993
64a4c526
DL
99942000-05-05 Dave Love <fx@gnu.org>
9995
9996 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9997 list in doc string. Don't quote keyword symbols.
9998 * emacs-lisp/cl.el: Likewise
9999 * emacs-lisp/cl-seq.el: Likewise
10000
056565f7
GM
100012000-05-05 Gerd Moellmann <gerd@gnu.org>
10002
10003 * abbrev.el (abbrev-mode): Make ARG optional.
10004
4656b314
GM
100052000-05-04 Gerd Moellmann <gerd@gnu.org>
10006
ec82fb2f
GM
10007 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10008
10009 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10010
4656b314
GM
10011 * subr.el (substitute-key-definition): Clarify documentation.
10012
100132000-05-04 Milan Zamazal <pdm@freesoft.cz>
10014
10015 * glasses.el (glasses-convert-to-unreadable): Use
10016 `glasses-separator' instead of the hard-wired "_".
10017 (glasses-mode): Call `glasses-make-unreadable' only in a single
10018 place.
10019
7b081c78
EZ
100202000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10021
10022 * term/internal.el (cjk-codepages-alist): Add associations for
10023 Chinese and Korean codepages. Remove FIXME comment.
10024
baa5536e
DL
100252000-05-03 Dave Love <fx@gnu.org>
10026
10027 * time.el (display-time-mail-face, display-time-use-mail-icon):
10028 New option.
10029 (display-time-mail-icon): New variable.
10030 (display-time-string-forms): Use the above. Fix the local-map.
10031
cbf18892
GM
100322000-05-03 Gerd Moellmann <gerd@gnu.org>
10033
4ff40dd0
GM
10034 * replace.el (query-replace-map): Add binding for `E'.
10035 (query-replace-help): Extend help text.
10036 (perform-replace): Allow editing the replacement string.
10037
10038 * make-mode.el (makefile-mode-abbrev-table): New variable.
10039 (makefile-mode): Set local abbrev table to
10040 makefile-mode-abbrev-table.
10041 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10042
cbf18892
GM
10043 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10044 set TOGGLE's value.
10045
4ff40dd0
GM
10046 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10047 mail-interactive-insert-alias.
10048 (mail-abbrev-complete-alias): New command.
10049 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10050
ffec4d9f
KH
100512000-05-03 Kenichi Handa <handa@etl.go.jp>
10052
10053 * language/lao-util.el (lao-compose-region): New function.
10054
1b0672c3
GM
100552000-05-02 Gerd Moellmann <gerd@gnu.org>
10056
576da55d
GM
10057 * files.el (recover-session): Make directories as necessary
10058 if they don't exist yet.
10059
399c88ad
SS
10060 * calendar/cal-french.el
10061 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10062 (french-calendar-special-days-array): Change French text.
10063 (calendar-french-date-string): Change output.
10064 (calendar-goto-french-date): Likewise.
10065
100662000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10067
10068 * wid-edit.el (widget-default-active): Obey `:always-active'.
10069 (widget-documentation-string-value-create): Set `:always-active'.
10070
4b33deaa
EZ
100712000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10072
10073 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10074 default prefix to `~/_emacs.d/auto-save.list/_s'.
10075 (normal-top-level): Create the directory for auto-save files, if
10076 it doesn't already exist (in the ms-dos case only).
10077
5c922ea7
EZ
100782000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10079
10080 * international/mule-cmds.el (set-language-environment): Don't
10081 concat an integer (dos-codepage), use format instead.
10082
820ad5e7
DL
100832000-05-02 Dave Love <fx@gnu.org>
10084
10085 * help.el (help-xref-on-pp): Check for constant symbols.
10086
57cb56f5
GM
100872000-04-29 Gerd Moellmann <gerd@gnu.org>
10088
10089 * startup.el (normal-top-level): Put a condition-case around
10090 the code loading subdirs.el.
10091
100922000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10093
57cb56f5
GM
10094 * ps-print.el: Upside-down and face background color printing,
10095 line number step, doc fix.
10096 (ps-print-version): New version number (5.2).
10097 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10098 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10099 (ps-spool-config): Var fix.
10100 (ps-printer-name-option): Const fix.
10101 (ps-print-upside-down, ps-use-face-background)
10102 (ps-line-number-step): New vars.
10103 (ps-window-system, ps-lp-system): New consts.
10104 (ps-face-background): New fun.
10105
084cec2f
GM
101062000-04-28 Richard Stallman <rms@gnu.org>
10107
10108 * files.el (make-auto-save-file-name):
10109 Apply auto-save-file-name-transforms to visited file name
10110 before generating auto save file name.
10111 (auto-save-file-name-transforms): New variable.
10112
399c88ad 10113 * files.el (backup-enable-predicate):
084cec2f
GM
10114 Correctly test for a file under a temporary directory.
10115
c94f4677
GM
101162000-04-28 Gerd Moellmann <gerd@gnu.org>
10117
10118 * subr.el (add-minor-mode): Rewritten.
10119
7b211df5
KH
101202000-04-28 Kenichi Handa <handa@etl.go.jp>
10121
10122 * mail/sendmail.el (sendmail-send-it): Set
10123 buffer-file-coding-system to the selected coding system for MIME
10124 header.
10125
c76e04a8 101262000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10127
c76e04a8
GM
10128 * dired.el (dired-move-to-filename-regexp): Allow format where
10129 YYYY is followed by two spaces.
e3e36d74 10130
c76e04a8
GM
10131 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10132 in the second character class of the regexp.
10133
10134 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10135 mh-etc, too.
353964e3 10136
c76e04a8
GM
10137 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10138 nil.
399c88ad 10139
353964e3
GM
10140 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10141
10142 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10143 argument.
10144
c76e04a8 101452000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10146
c76e04a8
GM
10147 * emacs-lisp/crm.el (crm-completion-table): New variable.
10148 (crm-collection-fn, crm-test-completion)
10149 (completing-read-multiple): Use it.
10150
101512000-04-27 Dave Love <fx@gnu.org>
10152
10153 * help.el (locate-library): Use mapc.
10154 (help-manyarg-func-alist): Add call-process-region.
10155
7464346d
GM
101562000-04-26 Gerd Moellmann <gerd@gnu.org>
10157
b35bd33d
GM
10158 * subr.el (add-minor-mode): Make argument MAP optional.
10159
7464346d
GM
10160 * desktop.el (desktop-save): Save list of minor modes.
10161 (desktop-create-buffer): Restore minor modes.
10162 (desktop-minor-mode-table): New user-option.
10163
10164 * subr.el (add-minor-mode): New function.
10165
10166 * image.el (find-image): New function.
10167 (defimage): Rewritten to find image at load time.
10168
10169 * startup.el (normal-top-level-add-to-load-path): Handle
10170 case that the default directory is not in load-path.
10171
10172 * help.el: Old patch from Stefan Monnier.
10173 (help-xref-on-pp): New function.
10174 (describe-variable): Use it to display xrefs in a symbol's value.
10175
23c0fb21
SM
101762000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10177
10178 * cus-edit.el (custom-face): Fix parenthesis.
10179
fad95037
KH
101802000-04-26 Kenichi Handa <handa@etl.go.jp>
10181
f03392a1
KH
10182 * mail/rmail.el (rmail-expunge): When there are no deleted
10183 messages, do nothing.
fad95037 10184
0d7c5bb9
DL
101852000-04-26 Dave Love <fx@gnu.org>
10186
10187 * international/mule-cmds.el (locale-translation-file-name):
10188 Defvar to nil.
10189 (set-locale-environment): Set it here (at runtime).
10190
612839b6
GM
101912000-04-25 Gerd Moellmann <gerd@gnu.org>
10192
10193 * replace.el (perform-replace): Add parameters START and END. Use
10194 them instead of the check for a region in Transient Mark mode.
10195 (query-replace-read-args): Return two more list elements for the
10196 start and end of the region in Transient Mark mode.
10197 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10198 (map-query-replace-regexp, replace-string, replace-regexp): Add
10199 optional last arguments START and END and pass them to
10200 perform-replace.
10201
10202 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10203 form with additional arguments for perform-replace.
10204
10205 * progmodes/etags.el (tags-query-replace): Add parameters START
10206 and END. Construct a form with additional arguments for
10207 perform-replace.
10208
10209 * simple.el (shell-command): Set default directory for "*Shell
10210 Command Output" buffer.
10211
10212 * language/european.el (iso-latin-4): Fix typo.
10213
10214 * emacs-lisp/crm.el: New file.
10215
2917cc05
DL
102162000-04-24 Dave Love <fx@gnu.org>
10217
10218 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10219 (Custom-reset-saved, Custom-reset-standard)
10220 (custom-group-value-create, custom-group-set, custom-group-save)
10221 (custom-group-reset-current, custom-group-reset-saved)
10222 (custom-group-reset-standard): Use mapc.
10223 (custom-buffer-create-internal): Disable undo when creating items.
10224 Use mapc.
10225 (custom-face): Avoid redundant lambda.
10226
abfcc168
GM
102272000-04-24 Gerd Moellmann <gerd@gnu.org>
10228
10229 * startup.el (auto-save-list-file-prefix): Set default to
10230 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10231
fa78f71b
SS
102322000-04-24 Sam Steingold <sds@gnu.org>
10233
10234 * time-stamp.el (time-stamp-string-preprocess): Always convert
10235 `field-result' to a string.
10236
cc181e95
GM
102372000-04-24 Gerd Moellmann <gerd@gnu.org>
10238
10239 * frame.el (scrolling): New group.
10240 (automatic-hscrolling): New user-option.
10241
10242 * startup.el (command-line-x-option-alist): Add `-lsp' and
10243 `--line-spacing'.
10244
6142fdcb
DL
102452000-04-19 Dave Love <fx@gnu.org>
10246
10247 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10248 (cl-mapc): Rename from mapc. Fix the funcall.
10249
5e3dac3f
GM
102502000-04-19 Gerd Moellmann <gerd@gnu.org>
10251
1c459486
GM
10252 * simple.el (clone-indirect-buffer-other-window): New command.
10253 (clone-indirect-buffer): Add optional arg NORECROD.
10254 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10255
271b4185
GM
10256 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10257
10258 * window.el (count-screen-lines): New function.
10259 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10260 instead of window-buffer-height.
10261
10262 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10263 non-existing variable comint-input-sentinel.
10264 (inferior-lisp-args-to-list): Removed.
10265 (inferior-lisp): Use split-string instead of
10266 inferior-lisp-args-to-list.
10267
10268 * hexl.el (hexl-insert-hex-string): New command.
10269
5e3dac3f
GM
10270 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10271 instead of concat.
10272
f6d3257b
GM
102732000-04-18 Gerd Moellmann <gerd@gnu.org>
10274
10275 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10276 at the start of an existing but empty folder.
10277
102782000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10279
10280 * ps-mule.el: Customization fix, doc fix.
10281 (ps-multibyte-buffer): Customization fix.
10282
8b7bc628 102832000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10284
10285 * subr.el (read-passwd): Use read-char-exclusive.
10286
0daee095
GM
102872000-04-17 Gerd Moellmann <gerd@gnu.org>
10288
10289 * textmodes/texinfo.el (texinfo-insert-@email)
10290 (texinfo-insert-@emph, texinfo-insert-@quotation)
10291 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10292 (texinfo-mode-map): Add key bindings for them.
10293
10294 * files.el (basic-save-buffer-2): Use a template with `$'
10295 instead of `#' for VMS.
10296
10297 * simple.el (clone-indirect-buffer): New function.
10298
e10f64e7
GM
102992000-04-16 Stephen Eglen <stephen@gnu.org>
10300
10301 * iswitchb.el (iswitchb-case): New function. If the user input
10302 contains any upper-case characters, the search is made
10303 case-sensitive.
10304
e3721db1
SM
103052000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10306
e10f64e7
GM
10307 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10308 comment-end.
e3721db1
SM
10309 (texinfo-font-lock-syntactic-keywords): New var.
10310 (texinfo-font-lock-keywords): Remove comment regexp.
10311 (texinfo-insert-block): New function.
10312 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10313 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10314 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10315 (texinfo-environments): New var.
e10f64e7
GM
10316 (texinfo-environment-regexp): Use regexp-opt and
10317 texinfo-environments.
e3721db1 10318
e10f64e7
GM
10319 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10320 ispell-process is bound since this might be eval'd before ispell
10321 is loaded.
10322 (ispell-message): Use a tiny bit less magic and a bit more hard
10323 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10324
10325 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10326
10327 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10328 (insert-cyclic-diary-entry): Unquote the lambda.
10329
10330 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10331
10332 * files.el (backup-enable-predicate): Unquote the lambda.
10333
10334 * cus-edit.el (custom-face, face): Unquote the lambda.
10335
712dc9e0
GM
103362000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10337
10338 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10339
712dc9e0
GM
10340 * ps-print.el: Fix counting lines in a region.
10341 (ps-print-version): New version number (5.1.5).
10342 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10343 (ps-printing-region): Fun code fix.
10344
ffc50f2a
GM
103452000-04-15 Gerd Moellmann <gerd@gnu.org>
10346
10347 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10348 to file-directory-p.
10349
a2522dca
GM
103502000-04-14 Gerd Moellmann <gerd@gnu.org>
10351
10352 * gud.el (gud-jdb-build-source-files-list): Check that directory
10353 exists before calling directory-files.
10354
6e883610
DL
103552000-04-13 Dave Love <fx@gnu.org>
10356
10357 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10358 syntax.
10359
10360 * emacs-lisp/cl-specs.el: Remove when, unless.
10361
10362 * emacs-lisp/cl-extra.el: Don't quote keywords.
10363 (cl-old-mapc): New variable.
10364 (mapc): Use it.
10365 (cl-map-intervals): Use with-current-buffer. Don't check for
10366 next-property-change.
10367 (cl-map-overlays): Use with-current-buffer.
10368 (cl-expt): Remove.
10369 (copy-tree, remprop): Define unconditionally.
10370
10371 * emacs-lisp/cl-compat.el (keywordp): Remove.
10372
10373 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10374 to use keywordp.
10375 (edebug-spec): Enable keywordp.
10376
10377 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10378 string-lessp.
10379
10380 * cus-start.el: Use keywordp.
10381
198e3c7a
GM
103822000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10383
10384 * diary-lib.el (include-other-diary-files): Fix the fix of
10385 2000-02-18 by doing a save-excursion.
10386
103872000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10388
10389 * ps-print.el: Customization fix, doc fix.
10390 (ps-print-version): New version number (5.1.4).
10391 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10392 (ps-print-preprint): Adjust code.
10393 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10394 (ps-print-prologue-header, ps-print-control-characters)
10395 (ps-spool-config): Customization fix.
fa78f71b 10396
8eba343c
EZ
103972000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10398
10399 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10400 converted to the new menu-item format, names silightly changed,
10401 help strings added.
10402
10403 Support for spelling without async subprocesses:
10404
10405 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10406 (ispell-session-buffer): New variables.
10407 (ispell-start-process, ispell-process-status,
10408 ispell-accept-output, ispell-send-string): New functions, for
10409 Ispell invocation when async subprocesses aren't supported.
10410 (ispell-word, ispell-pdict-save, ispell-command-loop,
10411 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10412 to process-send-string with calls to ispell-send-string, and
10413 accept-process-output with ispell-accept-output.
10414 (ispell-init-process): Call ispell-process-status instead of
10415 process-status with.
10416 (ispell-init-process): Call ispell-start-process. Call
10417 ispell-accept-output and ispell-send-string. Don't call
10418 process-kill-without-query and kill-process if they are unbound.
10419 (ispell-async-processp): New function.
10420
3d30065d
DL
104212000-04-12 Dave Love <fx@gnu.org>
10422
10423 * info.el: Add debug-ignored-errors.
10424 (Info-mode-menu): Add some items.
10425 (Info-directory): Add autoload cookie.
10426
10427 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10428 Modify `truncate-lines'. Make `describe-language-environment'
10429 always visible and add help. Modify `describe-key' help. Invoke
10430 Info-directory from `info'. New entry `emacs-manual'.
10431
1a1b1895
GM
104322000-04-10 Gerd Moellmann <gerd@gnu.org>
10433
8b2affc5
GM
10434 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10435 propertized-buffer-identification.
10436 (ebrowse-update-member-buffer-mode-line): Likewise.
10437 (ebrowse--mode-strings): Removed.
10438 (ebrowse--mode-line-props): Removed.
10439
1a1b1895
GM
10440 * files.el (auto-mode-alist): Add `EBROWSE'.
10441
10442 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10443 space before testing for end of buffer.
10444 (ebrowse-load): Removed.
10445 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10446 (ebrowse-create-tree-buffer): Rewritten.
10447 (ebrowse-tree-mode): Read tree from buffer.
10448
10449 * progmodes/ebrowse-ffh.el: Removed.
10450
223f3c91
KH
104512000-04-10 Kenichi Handa <handa@etl.go.jp>
10452
10453 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10454
25fbf2c4
GM
104552000-04-10 Gerd Moellmann <gerd@gnu.org>
10456
10457 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10458 at the wrong place.
10459
92c13173
DL
104602000-04-09 Dave Love <fx@gnu.org>
10461
10462 * files.el (backup-enable-predicate): Use
10463 temporary-file-directory, small-temporary-file-directory.
10464 (make-backup-file-name-function, backup-directory-alist): New
10465 variables.
10466 (make-backup-file-name-1): New function.
10467 (make-backup-file-name): Use it.
10468 (find-backup-file-name): Likewise. Use format for clarity, not
10469 concat.
10470 (file-newest-backup): Use make-backup-file-name.
10471
be0dbdab
GM
104722000-04-09 Gerd Moellmann <gerd@gnu.org>
10473
c45be9ac 10474 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10475
c45be9ac
GM
10476 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10477 to ebrowse-ffh.el.
10478 (ebrowse-load): Add autoload.
10479
10480 * finder.el (finder-commentary): Add autoload cookie.
10481
be0dbdab
GM
10482 * mail/rfc2368.el: Correct author's email address.
10483
10484 * progmodes/ebrowse.el: New file.
10485
10486 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10487 item help string.
10488 (easy-menu-do-add-item): Ditto.
10489 (easy-menu-define): Extend doc string.
10490
10491 * jit-lock.el (with-buffer-unmodified): Use
10492 restore-buffer-modified-p.
10493 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10494 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10495 with-buffer-unmodified.
10496
3f923efe
DL
104972000-04-08 Dave Love <fx@gnu.org>
10498
10499 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10500 unless, when.
10501
d35bee0e
MK
105022000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10503
10504 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10505 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10506 doesn't support face.
d35bee0e 10507 Use `viper-put-on-search-overlay'.
fa78f71b 10508
c407c570
GM
105092000-04-04 Gerd Moellmann <gerd@gnu.org>
10510
10511 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10512 like C-r.
10513
10514 * progmodes/make-mode.el: Some doc fixes.
10515 (makefile-mode-abbrev-table): New variable.
10516 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10517 (makefile-font-lock-keywords): Fontify includes and conditionals.
10518 (toplevel): Require `dabbrev' and `add-log' when compiling.
10519
10520 * replace.el (perform-replace): Don't move forward one char
10521 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10522 to do that because it leaves point 1 position after the last
10523 replacement, after everything has been replaced.
10524
10525 * jit-lock.el (with-buffer-unmodified): New macro.
10526 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10527 modified state.
10528 (jit-lock-function-1): Extracted from jit-lock-function; not
10529 preserving buffer's modified state.
10530 (jit-lock-function, jit-lock-stealth-fontify): Call
10531 jit-lock-function-1.
10532
10533 * mail/rfc2368.el: Remove supernumerary copyright line.
10534
685e5ed2
GM
105352000-04-04 Milan Zamazal <pdm@freesoft.cz>
10536
10537 * glasses.el: Provide facilities for inserting space before left
10538 parentheses and uncapitalization of identifiers.
10539 (glasses-mode): Try to remove old overlays in all cases.
10540
0166aed1
GM
105412000-04-03 Gerd Moellmann <gerd@gnu.org>
10542
62f20204
GM
10543 * progmodes/compile.el (compile-internal): Display the compilation
10544 buffer in a different frame, if it's already displayed there.
10545
6460c400
GM
10546 * mail/rfc2368.el: New file.
10547
c0510d27
GM
10548 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10549 header and insert its value as mail body.
10550
10551 * subr.el (member-ignore-case): New function.
10552
10553 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10554 (dabbrev--find-expansion): Ignore buffers matching a regexp
10555 from dabbrev-ignored-regexps.
10556
0166aed1
GM
10557 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10558 to extensions handled by gzip.
10559
c0510d27
GM
105602000-04-03 Richard M. Stallman <rms@gnu.org>
10561
10562 * files.el (insert-directory): List the total free space
10563 along with the used space.
fa78f71b 10564
c0510d27
GM
10565 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10566 line is followed by one that matches CITATION-REGEXP, end the
10567 paragraph.
10568
105692000-04-03 Markus Rost <rost@delysid.gnu.org>
10570
10571 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10572 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10573
14c04384
KH
105742000-04-03 Kenichi Handa <handa@etl.go.jp>
10575
10576 * international/mule-cmds.el (encoded-string-description):
10577 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10578 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10579 for hexadecimal format.
14c04384 10580
ccf5869a
DL
105812000-04-01 Dave Love <fx@gnu.org>
10582
10583 * cpp.el: Change customization group to `c' from `C'.
10584
10585 * vcursor.el (vcursor-move): Use display-color-p.
10586
10587 * international/mule-util.el: Provide mule-utils.
10588 (string-to-sequence): Simplify and speed up.
10589
10590 * international/mule.el (make-coding-system): Purecopy doc-string.
10591
10592 * international/mule-cmds.el: Various menu changes.
10593 (describe-specified-language-support): Handle `Default'.
10594 (set-language-info): Purecopy `info'.
10595
610d841e
GM
105962000-03-31 Andrew Innes <andrewi@gnu.org>
10597
10598 * vc.el (vc-backend-diff): Return the correct status if we had to
10599 retry the rcsdiff command without the --brief option.
fa78f71b 10600
7f9de034
DL
106012000-03-31 Dave Love <fx@gnu.org>
10602
2de47765
DL
10603 * help.el (help-manyarg-func-alist): Correct several omissions.
10604
72838819
DL
10605 * add-log.el: Don't require cl, fortran.
10606 (add-log-current-defun-function): Doc fix.
10607 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10608 fix.
10609 (change-log-version-rcs): Function deleted.
10610 (change-log-version-number-search): Doc fix. Use
10611 vc-workfile-version. Avoid CL dolist.
10612 (add-change-log-entry): Just call add-log-current-defun to get
10613 defun. Simplify somewhat.
10614 (change-log-get-method-definition-1): Likewise.
10615 (add-log-current-defun): Return nil if calling
10616 add-log-current-defun-function does so. Move Fortran stuff to
10617 fortran.el. Return string without properties.
10618
7f9de034
DL
10619 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10620 and :alpha: char classes.
10621
10622 * mail/supercite.el: Defvar curline when compiling.
10623 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10624 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10625 rather than a-zA-Z0-9 to allow non-ASCII characters.
10626
aa110c0c
GM
106272000-03-31 Gerd Moellmann <gerd@gnu.org>
10628
10629 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10630
10631 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10632 Re-enable new code.
10633
10634 * lpr.el (print-region-1): Use -d to specify printer name for
10635 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10636
106372000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10638
aa110c0c
GM
10639 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10640 for function definition in symbol's function value slot first
10641 instead of first consulting byte-compile-function-environment.
fa78f71b 10642
6733d074
KH
106432000-03-31 Kenichi Handa <handa@etl.go.jp>
10644
10645 * language/european.el ("Polish"): New language environment.
10646 (setup-polish-environment): New function.
10647
63fcfa04
GM
106482000-03-30 Gerd Moellmann <gerd@gnu.org>
10649
10650 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10651 Disable new code.
10652
10653 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10654 trying to `load' the symbol of an autoload instead of the file
10655 recorded in the autoload. Fix error messages.
10656
7438c86b
GM
106572000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10658
10659 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10660 (ps-print-version): New version number (5.1.3).
10661 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10662 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10663 (ps-generate-postscript-with-faces): Code fix.
10664 (ps-color-values): XEmacs compatibility.
10665 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10666 (ps-default-fg, ps-default-bg): Adjust customization.
10667 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10668 (ps-color-scale): Renaming old ps-color-value fun.
10669 (ps-print-headers): Replace ps-print-header group to avoid conflict
10670 with ps-print-header variable.
10671 (ps-print-miscellany): New group.
10672 (ps-format-color, ps-rgb-color): New funs.
10673 (ps-default-foreground): New var.
10674 (ps-printer-name-option): New const.
fa78f71b 10675
326855a0
PB
106762000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10677
1f56ba73
PB
10678 * net/net-utils.el:
10679 (network-connection-host, network-connection-service): New variables
10680 (network-connection-mode): New mode, derived from comint-mode
10681 (network-connection-mode-setup): New function, saves host and
fa78f71b 10682 service information in local variables.
1f56ba73 10683
326855a0
PB
10684 * lisp/locate.el:
10685 (locate-word-at-point): Added this function
10686 (locate): Default to using locate-word-at-point as input
10687 Run dired-mode-hook
10688
141384bd
DL
106892000-03-29 Dave Love <fx@gnu.org>
10690
10691 * calendar/appt.el: Doc fixes.
10692 (appt-check): Convert min-to-app to a string before passing to
10693 appt-disp-window-function or concat.
10694 (appt-delete-window): Remove test for frame-root-window.
10695 (appt-select-lowest-window, appt-convert-time): Simplify.
10696
10697 * emacs-lisp/bytecomp.el: Doc fixes.
10698 (byte-compile-file-form-autoload): Update
10699 byte-compile-function-environment.
10700
c5aa0fc2
AS
107012000-03-29 Andreas Schwab <schwab@suse.de>
10702
10703 * emacs-lisp/autoload.el: Also print defsubst doc string
10704 specially.
10705
10706 * dired.el (dired-insert-directory): If dired-free-space-program
10707 failed just delete its output.
10708
f1d6fe69
DL
107092000-03-29 Dave Love <fx@gnu.org>
10710
10711 * international/iso-cvt.el: Move provide to end. Doc fixes.
10712 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10713 (iso-iso2sgml, iso-sgml2iso): New functions.
10714 (iso-cvt-define-menu): Fix some entries and use backquote for
10715 clarity.
10716
10717 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10718
b61f1215
GM
107192000-03-28 Gerd Moellmann <gerd@gnu.org>
10720
10721 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10722 ISO-DATE. If non-nil, return date in ISO 8601 format.
10723
ea4b0ca3
SM
107242000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10725
3831af62
SM
10726 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10727 if it ever becomes used.
10728 (log-edit-mode-hook): Default to vc-log-mode-hook.
10729 (log-edit-mode): Fix the docstring.
10730
ea4b0ca3
SM
10731 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10732 the code.
10733
08f8b1cc
DL
107342000-03-26 Dave Love <fx@gnu.org>
10735
082527fe
DL
10736 * net/browse-url.el (browse-url): Re-fix case of
10737 browse-url-browser-function being an alist.
10738 (browse-url): Add :link to defgroup.
10739
08f8b1cc
DL
10740 * files.el: Doc fixes.
10741 (file-truename): Include `[' in wildcard characters.
10742 (automount-dir-prefix): Customize.
10743 (find-file-wildcards): Add :version.
10744 (find-file-noselect): Simplify a mapcar call.
10745
10746 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10747 compatible with inf-lisp version.
10748 (eval-defun-1): Fix custom-declare-variable case.
10749
ea4b0ca3
SM
107502000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10751
10752 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10753
9a0dd3dc
GM
107542000-03-24 Gerd Moellmann <gerd@gnu.org>
10755
b68c375f
GM
10756 * Makefile (COMPILE_FIRST): New macro.
10757 (compile-files): Compile files from COMPILE_FIRST first.
10758
10759 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10760 code.
10761
9a0dd3dc
GM
10762 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10763 matching open parenthesis in column 0 to defun-prompt-regexp
10764 only if open-paren-in-column-0-is-defun-start is set.
10765
10766 * sun-curs.el: Require CL at compile-time only.
10767
10768 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10769 instead of copy-list which is a function from CL.
10770 (msb--choose-menu, msb--mode-menu-cond)
10771 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10772 (msb--init-file-alist): Use mapcar instead of mapcan.
10773 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10774 `(' in column 0 in doc string.
10775 (msb--add-separators): Use mapcar instead of mapcan.
10776
10777 * cus-dep.el: Require CL at compile-time only.
10778
c7dcadb5
SM
107792000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10780
10781 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10782 (byte-compile-warnings): New warning `noruntime'.
10783 (byte-compile-constants, byte-compile-variables): Fix docstring.
10784 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10785 execute `eval-whenc-compile's body.
10786 (byte-compile-unresolved-functions): Fix docstring.
10787 (byte-compile-eval): New function.
10788 (byte-compile-callargs-warn): Check if the function will be available
10789 at runtime (via property `byte-compile-noruntime').
10790 (byte-compile-print-syms): New function.
10791 (byte-compile-warn-about-unresolved-functions): Also warn about
10792 `noruntime' functions (and use `byte-compile-print-syms').
10793 (byte-compile-file): Capitalize the message.
10794
3b55acc9
GM
107952000-03-24 Gerd Moellmann <gerd@gnu.org>
10796
10797 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10798 (rmail-expunge): Ask for confirmation depending on the setting
10799 of rmail-confirm-expunge.
10800
108012000-03-23 Gerd Moellmann <gerd@gnu.org>
10802
10803 * Makefile (bootstrap-clean): If $(emacs) exists, build
10804 loaddefs.el first. A loaddefs.el that's not up-to-date might
10805 cause a bootstrap failure because things don't autoload as
10806 expected.
10807
02c76af4
DL
108082000-03-23 Dave Love <fx@gnu.org>
10809
10810 * net/browse-url.el: Restore previous use of
10811 browse-url-maybe-new-window.
10812
1a3199d9
GM
108132000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10814
10815 * ps-print.el: Skip banner page fix.
10816 (ps-print-version): New version number (5.1.2).
10817 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10818
1a3199d9
GM
108192000-03-23 Dave Pearson <davep@davep.org>
10820
10821 * net/quickurl.el Changed the type of parameter passed to the
10822 function defined by `quickurl-format-function'. Before only the
10823 text of the URL was passed. Now the whole URL structure is passed
10824 and the function is responsible for extracting the parts it
10825 requires. Changed the default of `quickurl-format-function'
10826 accordingly.
10827 (quickurl-insert): Changed the `funcall' of
10828 `quickurl-format-function' to match the above change.
10829 (quickurl-list-insert): Changed the `url' case so that it makes
10830 use of `quickurl-format-function', previous to this the format was
10831 hard wired.
fa78f71b 10832
72db3ab5
GM
108332000-03-22 Gerd Moellmann <gerd@gnu.org>
10834
10835 * startup.el: Change some spellings for the X Window System.
10836
68049bfa
SM
108372000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10838
10839 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10840 up the code and the regexp and make sure the cursor is temporarily
10841 moved to the suspicious line while querying the user.
10842
ff4df011
JR
108432000-03-22 Jason Rumney <jasonr@gnu.org>
10844
10845 * w32-fns.el (w32-charset-info-alist): Initialize.
10846
ee1c5b21
GM
108472000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10848
10849 * ps-print.el: N-up last page fix.
10850 (ps-print-version): New version number (5.1.1).
10851 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10852
d2cbfba0
SM
108532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10854
bfb857d8
SM
10855 * files.el (find-file-run-dired): Update docstring.
10856 (find-directory-functions): New hook.
10857 (find-file-noselect): Run find-directory-functions rather than
10858 calling dired directly.
10859
10860 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10861
cb3430a1
SM
10862 * pcvs.el: Add a minimal leading commentary.
10863 (cvs-make-cvs-buffer): Change the header part by removing the startup
10864 message and adding a `Module' entry. Also replace the FOOTER and
10865 HEADER special fileinfos with the new support in ewoc for updating
10866 its own footer and header.
10867 (cvs-update-header): Update to use the header/footer of the ewoc.
10868 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10869 (cvs-is-within-p): New function.
10870 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10871 to only examine some subset of the buffers.
10872
10873 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10874 `format' instead of our own ad-hoc functions.
10875 Remove HEADER and FOOTER cases, now handled in the EWOC.
10876 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10877
10878 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10879 output to avoid scaring the user.
10880 (cvs-parse-table): Catch message for non-up-to-date commits.
10881
10882 * pcvs-defs.el (cvs-startup-message): Remove.
10883 (cvs-global-menu): New autoloaded menu.
10884
10885 * pcvs-util.el (cvs-string-fill): Remove.
10886
10887 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10888 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10889 PP part of it and also make it work for footers and headers.
10890 (ewoc-create): Drop POS and BUFFER arguments.
10891 Use the DLL's dummy node to store the end-of-footer position.
10892 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10893 (ewoc-refresh): Remove unused `header' variable.
10894 (ewoc-(get|set)-hf): New functions.
10895
d2cbfba0
SM
10896 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10897 log-view-*-(message|file) and use easy-mmode-define-navigation.
10898 (log-view-message-re): Match SCCS format as well.
10899 And match the revision line rather than the dashed separator line.
10900 (log-view-mode): Use the new define-derived-mode.
10901 (log-view-current-tag): Fill in with an actual implementation.
10902
10903 * cvs-status.el (cvs-status-(prev|next)): Rename from
10904 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10905 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10906 to let the output "breathe" a little more (more readable).
10907 (cvs-status-mode): Use the new define-derived-mode.
10908
10909 * smerge-mode.el (smerge-auto-leave): New function and variable.
10910 (smerge-basic-map): Rename from smerge-basic-keymap.
10911 Change the bindings for smerge-diff-*.
10912 (smerge-*-map): Use easy-mmode-defmap.
10913 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10914 (smerge-keep-*): Use smerge-auto-leave.
10915
51663132
JR
109162000-03-21 Jason Rumney <jasonr@gnu.org>
10917
10918 * cus-edit.el (custom-button-face): Use 3D look for w32.
10919 (custom-button-pressed-face): Likewise.
10920
3f6e4b8b
GM
109212000-03-21 Gerd Moellmann <gerd@gnu.org>
10922
10923 * progmodes/etags.el (tags-case-fold-search): New user-option.
10924 (tags-loop-eval): New function. Bind case-fold-search around eval
10925 depending on the value of tags-case-fold-search.
10926 (tags-loop-continue): Use tags-loop-eval.
10927 (find-tag-in-order): Bind case-fold-search depending on the value
10928 of tags-case-fold-search.
10929
c7ea3acc
SM
109302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10931
0ae39f53
SM
10932 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10933 (diff-end-of-hunk): Return the end position for use in
10934 `easy-mmode-define-navigation'.
10935 (diff-recenter): Remove.
10936 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10937 of `easy-mmode-define-navigation'.
10938 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10939 previous renaming) and fix to use new names.
10940 (diff-merge-strings): Use \n as separator: simpler, faster.
10941 (diff-mode): Use `define-derived-mode'.
10942
c7ea3acc
SM
10943 * derived.el (define-derived-mode): Don't autoload anymore.
10944 Prefer the macro-only version provided by easy-mmode.el.
10945
10946 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10947 `easy-mmode-define-derived-mode'.
10948 Use `combine-run-hooks'.
10949 (easy-mmode-define-navigation): New macro.
10950
10951 * subr.el (combine-run-hooks): New function.
10952
6c4bfdc0
KH
109532000-03-21 Kenichi HANDA <handa@etl.go.jp>
10954
10955 * term/x-win.el: Fontsets related initialization is simplified.
10956
10957 * international/mule-diag.el (describe-font): Don't refer to
10958 global-fontset-alist, instead call font-list.
10959 (describe-fontset, list-fontsets, mule-diag): Likewise.
10960 (print-fontset): Adjusted for the change of fontset
10961 implementation.
10962
10963 * international/fontset.el (x-charset-registries): Variable
10964 removed, instead the corresponding data is stored in the default
10965 fontset.
10966 (register-alternate-fontnames): Function removed.
10967 (resolved-ascii-font): Variable removed.
10968 (x-compose-font-name): Ignore the second argument REDOCE.
10969 (x-complement-fontset-spec): Complement only an ASCII font and
10970 element for those charsets than can use that ASCII font.
10971 (generate-fontset-menu): Don't refer to global-fontset-alist,
10972 instead call fontset-list.
10973 (uninstantiated-fontset-alist): Variable removed.
10974 (x-style-funcs-alist): Likewise.
10975 (fontset-default-styles): Likewise.
10976 (x-modify-font-name): Function removed.
10977 (create-fontset-from-fontset-spec): Ignore the argument
10978 STYLE-VARIANT.
10979 (create-fontset-from-ascii-font): Docsting adjusted for the above
10980 change.
10981 (instantiate-fontset, resolve-fontset-name): Functions removed.
10982 (fontset-list): Now implemented by C code.
fa78f71b 10983
6c4bfdc0
KH
10984 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10985 (describe-face): Include `font' attribute in the description.
10986
9111d4b5
KH
109872000-03-21 Kenichi Handa <handa@etl.go.jp>
10988
10989 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10990
b33dd3b0
GM
109912000-03-20 Gerd Moellmann <gerd@gnu.org>
10992
a25bbe00
GM
10993 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10994 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10995 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10996
b33dd3b0
GM
10997 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10998 about behavior of set-buffer-modified-p wrt redisplay.
10999
8b7bc628 110002000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11001
11002 * view.el (view-mode-disable): Kill local binding of view-read-only.
11003
d7b511c4
GM
110042000-03-18 Gerd Moellmann <gerd@gnu.org>
11005
11006 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11007 is a string, convert it to a syntax cell using string-to-syntax.
11008
11009 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11010 (string-to-syntax): New function.
11011
11012 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11013 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11014 try to use passive ftp mode.
d7b511c4 11015
998ecc60
GM
110162000-03-17 Gerd Moellmann <gerd@gnu.org>
11017
b33dd3b0 11018 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11019
11020 * simple.el (append-to-buffer): Update point of windows after
11021 insertion.
11022
11023 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11024 forward then moving backward. Reindent.
11025
11026 * frame.el (other-frame): Call x-focus-frame only if
11027 focus-follows-mouse is off.
11028
235d6821
DL
110292000-03-17 Dave Love <fx@gnu.org>
11030
11031 * pcvs-util.el (cvs-strings->string): Rename
11032 replace-regexps-in-string.
11033
a29a2cd1
SM
110342000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11035
af595444
SM
11036 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11037 regexp for labels cannot span several lines.
11038
11039 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11040 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11041
a9be2843
DL
110422000-03-16 Dave Love <fx@gnu.org>
11043
11044 * progmodes/f90.el (f90): Put custom group under `languages', not
11045 `fortran'.
11046 (f90-mode-hook): Customize.
11047 (f90-mode): Set add-log-current-defun-function.
11048 (f90-current-defun): New function.
11049
d0ab3e9d
GM
110502000-03-16 Gerd Moellmann <gerd@gnu.org>
11051
16b20ed9
GM
11052 * cus-edit.el (custom-variable-tag-face): Handle case that
11053 default face's height is not a number.
11054 (custom-face-tag-face, custom-group-tag-face-1)
11055 (custom-group-tag-face): Ditto.
11056 (custom-group-tag-face-1): Add :group.
fa78f71b 11057
d0ab3e9d
GM
11058 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11059
ae8ab422
GM
110602000-03-15 Gerd Moellmann <gerd@gnu.org>
11061
11062 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11063 requiring easymenu.
11064
81c7ca69
GM
110652000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11066
11067 * ps-print.el: PostScript user-defined prologue, PostScript error
11068 handler, doc fix.
11069 (ps-print-version): New version number (5.1).
11070 (ps-user-defined-prologue, ps-error-handler-message)
11071 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11072 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11073 (ps-insert-string): New function.
fa78f71b 11074
dcf1003d
KH
110752000-03-15 Kenichi Handa <handa@etl.go.jp>
11076
11077 * international/ccl.el (ccl-compile-expression): Don't generate
11078 invalid self-assignment code.
11079
73825616
DL
110802000-03-14 Dave Love <fx@gnu.org>
11081
11082 * subr.el (replace-regexp-in-string): Renamed from
11083 replace-regexps-in-string. Doc fix.
11084
031020ac
DL
110852000-03-12 Dave Love <fx@gnu.org>
11086
11087 * cus-edit.el: Doc fixes.
11088 (customize-set-variable, customize-save-variable): Rename args for
11089 doc.
11090 (custom-variable-tag-face, custom-face-tag-face)
11091 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11092 style which user identify as hyperlink.
11093 (hook): Don't add undefined functions to the hook.
11094 (debug-ignored-errors): Transfer message from bindings.el.
11095
9b2f3c38
GM
110962000-03-12 Gerd Moellmann <gerd@gnu.org>
11097
11098 * recentf.el (recentf-keep-non-readable-files-p): Remove
11099 double/nested definition.
11100
0d6e23cf
DL
111012000-03-12 Dave Love <fx@gnu.org>
11102
11103 * facemenu.el (facemenu-get-face): Use display-color-p.
11104 * enriched.el (enriched-decode-foreground): Likewise.
11105 (enriched-decode-background): Likewise.
11106 * isearch.el (isearch-highlight): Likewise.
11107 * info-look.el (info-lookup): Likewise.
11108 * simple.el (completion-setup-function): Likewise.
11109
11110 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11111 :options.
11112
11113 * bindings.el (mode-line-format): Fix line-number and
11114 column-number items. Add help-echo for the background.
11115 (mode-line-mule-info): Modify help-echo.
11116
1598a961 11117 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11118
11119 * files.el (load-file): Allow completion to .elc.
11120
11121 * man.el: Doc fixes.
11122 (Man-init-defvars): Use display-color-p to set fontification.
11123
11124 * play/hanoi.el (hanoi-internal): Don't use oddp.
11125
e1cff360
GM
111262000-03-12 Gerd Moellmann <gerd@gnu.org>
11127
11128 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11129
11130 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11131
5e5dff44
GM
111322000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11133
11134 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11135 Fix comment.
11136
5b467bf4
SM
111372000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11138
83fef604
SM
11139 * font-lock.el (font-lock-keywords): Fix the doc now that
11140 regexp-opt-depth is unnecessary.
11141 (save-buffer-state): Set an edebug spec.
11142 (font-lock-fontify-anchored-keywords): Properly handle the case when
11143 the matcher goes past the limit.
11144
5b467bf4
SM
11145 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11146 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11147
83fef604
SM
11148 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11149 dll.el and cookie.el (from Elib) with heavy renaming and other
11150 massaging.
5b467bf4
SM
11151
11152 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11153 Autoload the functions used.
11154 (easy-mmode-define-syntax): Fix CL typo.
11155 (easy-mmode-define-derived-mode): Improve the docstring generation.
11156
d407456c
GM
111572000-03-10 Gerd Moellmann <gerd@gnu.org>
11158
11159 * textmodes/texinfo.el (texinfo-version): Variable and function
11160 removed.
11161
5a7a545c
SM
111622000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11163
0d6e23cf
DL
11164 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11165 allow more flexibility.
11166 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11167 fns.
11168 (easy-mmode-defmap, easy-mmode-defsyntax)
11169 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11170
d407456c 111712000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11172
11173 * rect.el (replace-rectangle): New function.
11174
111752000-03-09 Dave Love <fx@gnu.org>
11176
11177 * progmodes/fortran.el (fortran-comment-line-start): Define as
11178 "C".
11179 (fortran-comment-line-start-skip): Don't match cpp stuff.
11180 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11181 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11182 (fortran-mode): Don't set fortran-comment-line-start-skip,
11183 fortran-comment-line-start here. Set comment-start,
11184 add-log-current-defun.
11185 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11186 (fortran-current-defun): New function.
11187
80460654
GM
111882000-03-09 Gerd Moellmann <gerd@gnu.org>
11189
d1221ea9
GM
11190 * emacs-lisp/re-builder.el: New file.
11191
1853aa6b
GM
11192 * mouse.el (mouse-drag-region): Don't run up-event handler
11193 if hscroll has changed.
11194
80460654
GM
11195 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11196 builtin operators, use `font-lock-builtin-face' for Emacs and
11197 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11198
11199 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11200 `(defun (setf foo)' differently.
11201
c0056275
SM
112022000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11203
11204 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11205 (regexp-opt): Update comment and adapt the code the new meaning of
11206 the `paren' argument of regex-opt-group for shy-groups.
11207 (regexp-opt-depth): Handle shy groups as well as backslashed
11208 backslashes.
c0056275
SM
11209 (regexp-opt-group): Turn the leading comment into a docstring.
11210 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11211 Remove open-presuf and close-presuf. Instead of checking for `all
11212 one-char' and then later on check for `several one-char', handle
11213 both cases close together. Also apply a more generic algorithm
11214 for suffixes (the mirror image of the algorithm used for
11215 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11216 (regexp-opt-try-suffix): Removed.
11217
11218 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11219 from comint-mode-map, so we can just inherit from it. Also, move
11220 the initialization into the `defvar' since there's no docstring
11221 anyway and it's fairly short.
11222 (inferior-scheme-mode): Define it as derived-mode: the code is
11223 shorter and this way we inherit from comint-mode-map rather than
11224 copying it.
c0056275 11225
80460654
GM
11226 * subr.el (replace-regexps-in-string): Properly handle the case
11227 where we match an empty string.
c0056275 11228
80460654
GM
11229 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11230 when the command has a directory component (such as "./testml").
c0056275
SM
11231 Also fix a typo in the comment.
11232
5e91ff9e
GM
112332000-03-08 Gerd Moellmann <gerd@gnu.org>
11234
feab4fba
GM
11235 * Makefile (compile-files): Compile files one by one because
11236 that's the only way to ensure a clean compilation environment for
11237 each individual file.
11238
5e91ff9e
GM
11239 * frame.el (other-frame): Call x-focus-frame.
11240
76162e12
DL
112412000-03-07 Dave Love <fx@gnu.org>
11242
f64ce788
DL
11243 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11244 :require to defcustom.
11245
76162e12
DL
11246 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11247 lists.
11248
11249 * files.el (auto-mode-alist): Add configure.in.
11250
11251 * progmodes/autoconf.el: New file.
11252
f7daf1e1
GM
112532000-03-07 Gerd Moellmann <gerd@gnu.org>
11254
11255 * mail/mh-e.el: Change maintainer to `none'.
11256
11257 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11258 to remove-hook and add-hook.
11259
112602000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11261
11262 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11263 it as the default.
11264 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11265 (sendmail-send-it): Conditionally add MIME headers specifying the
11266 used character set.
fa78f71b 11267
63f6b2c4
DL
112682000-03-07 Dave Love <fx@gnu.org>
11269
11270 * winner.el: Fix keywords, autoload cookies. Split
11271 eval-when-compile form to avoid compilation failure.
11272
8330e2f9
KH
112732000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11274
11275 * international/mule.el: Modify comment about coding system
11276 property `coding-category'.
11277 (make-coding-system): New argument EOL-TYPE. Pay attention to
11278 coding-category property of PROPERTIES.
11279
11280 * international/mule-conf.el (coding-category-utf-8,
11281 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11282 categories. Include them in the argument for set-coding-priority.
11283
11284 * international/mule-cmds.el (reset-language-environment): Include
11285 coding-category-utf-8, coding-category-utf-16-be, and
11286 coding-category-utf-16-le in the argument for set-coding-priority.
11287 (reset-language-environment): Initialize coding-category-utf-8,
11288 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11289
18bb0684
GM
112902000-03-06 Karl Fogel <kfogel@red-bean.com>
11291
11292 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11293 code abstracted out of `bookmark-jump-noselect'. Now tries info
11294 extensions as well as compression extensions.
11295 (bookmark-jump-noselect): Use above new func.
fa78f71b 11296
71a6ba55
GM
112972000-03-03 Gerd Moellmann <gerd@gnu.org>
11298
11299 * strokes.el: Change maintainer's mail address.
11300
0d56cdff
KH
113012000-03-03 Kenichi Handa <handa@etl.go.jp>
11302
11303 * international/mule-diag.el (list-character-sets): Make help-echo
11304 string by substitute-command-keys.
11305 (list-character-sets): Likewise.
11306 (sort-listed-character-sets): Call help-setup-xref.
11307
900fa1f1
GM
113082000-03-02 Gerd Moellmann <gerd@gnu.org>
11309
11310 * time.el (display-time-mail-file): Add `none' to the list of
11311 choices.
11312
54d04320
DL
113132000-03-01 Dave Love <fx@gnu.org>
11314
43f3fa09
DL
11315 * help.el (help-xref-go-back): Don't try to set position.
11316
54d04320
DL
11317 * international/mule-diag.el (list-character-sets): Call
11318 help-setup-xref. Add help-echo to xrefs.
11319 (list-character-sets-1): Add help-echo to xrefs.
11320
d054101f
GM
113212000-03-02 Gerd Moellmann <gerd@gnu.org>
11322
11323 * frame.el (blink-cursor-mode): Switch cursor on when turning
11324 the mode off.
11325
11326 * add-log.el (add-log-current-defun): Add support for
11327 Autoconf mode.
11328
11329 * mail/rmail.el (rmail-quit-hook): New variable.
11330
d77dae5c
DL
113312000-03-01 Dave Love <fx@gnu.org>
11332
e5f597f0
DL
11333 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11334
d77dae5c
DL
11335 * help.el (help-xref-button): Add help-echo arg.
11336 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11337
11338 * faces.el (list-faces-display): Supply help-echo with
11339 help-make-xrefs.
11340
11341 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11342 nil.
11343
72d19d75
GM
113442000-03-01 Gerd Moellmann <gerd@gnu.org>
11345
2df636f4
GM
11346 * image.el (defimage): Look for image files in load-path.
11347
fa78f71b 11348 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11349 `number'.
11350
2df636f4
GM
113512000-03-01 David Ponce <david.ponce@wanadoo.fr>
11352
11353 * recentf.el (recentf): Added version tag to the defgroup of
11354 recentf.
11355
113562000-03-01 David Ponce <david.ponce@wanadoo.fr>
11357
11358 * recentf.el (recentf-cleanup): Changed to remove excluded file
11359 too.
11360 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11361 action to select/unselect a file.
11362 (recentf-edit-list): Code cleanup and improvement.
11363 (recentf-open-more-files-action): `recentf-open-more-files' button
11364 widget action to open a file.
11365 (recentf-open-more-files): No more use standard completion but
11366 widgets.
11367 (recentf-more-collection): Deleted.
11368 (recentf-more-history): Deleted.
11369 (recentf-setup-more-completion): Deleted.
11370
113712000-03-01 David Ponce <david.ponce@wanadoo.fr>
11372
11373 * recentf.el (recentf-mode): No more needs that Emacs is running
11374 under a window-system.
11375
113761999-03-01 David Ponce <david.ponce@wanadoo.fr>
11377
11378 * recentf.el (recentf-edit-list): New command to edit the recent
11379 list which allow the user to remove files.
11380 (recentf-edit-selected-items): New global variable, used by
11381 `recentf-edit-list' to hold the list of files to be removed from
11382 the recent list.
11383 (recentf-make-menu-items): Updated to display a "Edit list..."
11384 menu item. Minor code cleanup.
11385
113861999-03-01 David Ponce <david.ponce@wanadoo.fr>
11387
11388 * recentf.el (recentf-open-more-files): New command to open files
11389 that are not displayed in the menu.
11390 (recentf-more-collection): New global variable holding the set of
11391 permissible completions used by `recentf-open-more-files'.
11392 (recentf-more-history): New global variable holding the history list
11393 used by `recentf-open-more-files' completion.
11394 (recentf-setup-more-completion): New function to setup completion for
11395 `recentf-open-more-files'.
11396 (recentf-make-menu-items): Updated to display a "More..." menu item.
11397
113981999-03-01 David Ponce <david.ponce@wanadoo.fr>
11399
11400 * recentf.el (recentf-menu-action): Doc fixed.
11401
114021999-03-01 David Ponce <david.ponce@wanadoo.fr>
11403
11404 * recentf.el (recentf-menu-filter): Doc updated.
11405 (recentf-update-menu-hook): Allow menu filters to force menu update.
11406 (recentf-make-menu-items): New menu filter handling.
11407 (recentf-make-menu-item): New helper function.
11408 (recentf-menu-elements): New menu handling function.
11409 (recentf-sort-ascending): Updated to new menu filter handling.
11410 (recentf-sort-descending): Updated to new menu filter handling.
11411 (recentf-sort-basenames-ascending): New menu filter function.
11412 (recentf-sort-basenames-descending): New menu filter function.
11413 (recentf-show-basenames): New menu filter function.
11414 (recentf-show-basenames-ascending): New menu filter function.
11415 (recentf-show-basenames-descending): New menu filter function.
11416
72d19d75
GM
114172000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11418
11419 * diary-lib.el (list-diary-entries): Don't try to go forward at
11420 the end of the buffer.
11421
1ac1c836
KH
114222000-02-29 Kenichi Handa <handa@etl.go.jp>
11423
11424 * international/mule-diag.el (list-character-sets): Completely
11425 rewritten.
11426 (sort-listed-character-sets): New function.
11427 (list-character-sets-1): Completely rewritten.
11428 (list-character-sets-2): New function.
11429 (non-iso-charset-alist): New variable.
11430 (decode-codepage-char): New function.
11431 (charset-history): New variable.
11432 (read-charset) (list-block-of-chars)
11433 (list-iso-charset-chars)
11434 (list-non-iso-charset-chars)
11435 (list-charset-chars): New functions.
11436 (mule-diag): Call list-character-sets-2, not
11437 list-character-sets-2.
11438 (dump-charsets): Likewise.
11439
ed4d0512
GM
114402000-02-29 Gerd Moellmann <gerd@gnu.org>
11441
72d19d75
GM
11442 * dired-x.el (dired-filename-at-point): Add `@' to valid
11443 file name characters.
11444 (dired-filename-at-point): Handle ange-ftp file names.
11445
ed4d0512
GM
11446 * frame.el (frame-notice-user-settings): Use assq-delete-all
11447 instead of assoc-delete-all.
11448 (frame-notice-user-settings): Ditto.
11449
11450 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11451 Don't copy alist.
11452
32038c7a
GM
114532000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11454
11455 * calculator.el (calculator-use-menu): New option.
11456 (calculator-initial-bindings): Changed some bindings to work as
11457 macros.
11458 (calculator-forced-input): Removed.
11459 (calculator-restart-other-mode): New variable.
11460 (calculator-mode-map): Set up menu.
fa78f71b 11461
32038c7a
GM
114622000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11463
11464 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11465 tags.
fa78f71b 11466
55d7ff38 114672000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11468
55d7ff38
MK
11469 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11470 translate all ESC key sequences.
11471 (viper-goto-mark-subr): restore markers for files for which
11472 they were saved.
11473 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11474 * viper-util.el (viper-set-replace-overlay-glyphs,
11475 viper-set-replace-overlay): always check if the replacement
11476 overlay is live.
11477 * viper.el (viper-vi-state-mode-list): added major modes.
11478 * ediff-wind.el: minor comment changes.
11479 * ediff.el: copyright notice date fix.
fa78f71b 11480
387023ee
JR
114812000-02-27 Jason Rumney <jasonr@gnu.org>
11482
11483 * faces.el (face-font-family-alternatives): Add arial to helv.
11484 (mode-line, header-line, tool-bar): Same default as x for w32.
11485 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11486 face-font-family-alternatives from working.
11487 * term/w32-win.el (mouse-set-font): Do not build fontset from
11488 chosen font.
11489
f43d79c1
GM
114902000-02-25 Sam Steingold <sds@goems.com>
11491
5d80cc9c 11492 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11493 properly.
fa78f71b 11494
8b7bc628 114952000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11496
11497 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11498
4eb8436f
GM
114992000-02-25 Gerd Moellmann <gerd@gnu.org>
11500
11501 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11502 writable.
11503
449c3c52 11504 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11505
42088c12
GM
115062000-02-24 Gerd Moellmann <gerd@gnu.org>
11507
11508 * frame.el (show-cursor-in-non-selected-windows): New option.
11509
c60ea02e
GM
115102000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11511
11512 * diary-lib.el (include-other-diary-files): Undo the selective
11513 display in any included file and don't kill it.
11514
d066de8e
EZ
115152000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11516
11517 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11518 bar. Menu items converted to (menu-item format, help strings
11519 added.
11520 [downcase, upcase]: Don't enable on MS-DOS.
11521 [symlink, symlinks]: Don't show if make-symbolic-link is not
11522 bound.
11523 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11524
b6906b38
DL
115252000-02-23 Dave Love <fx@gnu.org>
11526
275cf1b2
DL
11527 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11528 (backward-kill-word): Revert addition of * to interactive spec --
11529 it's a feature.
11530
11531 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11532 (backward-kill-sentence, kill-sentence): Likewise.
11533
99d48056
DL
11534 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11535 scratch buffer name.
11536 (gud-format-command): Use int-to-string in ?l case. Simplify
11537 slightly.
11538
11539 * term/w32-win.el (internal-face-interactive): Update prompt for
11540 new read-face-name.
11541
11542 * mail/footnote.el (footnote): Add :version to defgroup.
11543 (footnote-section-tag-regexp): Customize.
11544 (footnote-start-tag, footnote-end-tag): New option.
11545 (footnote-latin-regexp): New variable.
11546 (Footnote-latin): New function.
11547 (footnote-style-alist): Add element for latin style.
11548 (footnote-style): Moved.
11549 (Footnote-goto-footnote): Use eq to test arg.
11550
11551 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11552
b6906b38
DL
11553 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11554 (byte-compile-trueconstp): Include keywords.
11555 (byte-optimize-quote, byte-optimize-lapcode): Use
11556 byte-compile-const-symbol-p.
11557 (byte-optimize-char-before): New optimization.
11558
11559 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11560 (byte-compile-const-symbol-p): New function.
11561 (byte-compile-constp, byte-compile-out-toplevel)
11562 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11563 Use it.
11564
11565 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11566
214f877f
KH
115672000-02-23 Kenichi Handa <handa@etl.go.jp>
11568
c709bcf1
KH
11569 * international/encoded-kb.el: Be sure to update minor-mode-alist
11570 and minor-mode-map-alist.
11571 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11572 codes SS2 and SS3 correctly.
11573 (encoded-kbd-self-insert-ccl): New function.
11574 (encoded-kbd-setup-keymap): New function.
11575 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11576 by calling encoded-kbd-setup-keymap.
11577
214f877f
KH
11578 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11579 characters.
11580 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11581 locally.
11582
b021ef18
DL
115832000-02-22 Dave Love <fx@gnu.org>
11584
11585 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11586 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11587 defvar.
11588 (lisp-mode-syntax-table): Set up for #|...|# comments.
11589 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11590 classes. Match `defface'.
11591 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11592 (eval-defun-1): Fix for defcustom.
11593 (lisp-indent-region): Doc fix.
11594
11595 * subr.el (when, unless, split-string): Doc fix.
11596 (read-passwd): Move call of clear-this-command-keys to the right
11597 place.
11598 (replace-regexps-in-string): New function.
11599
14cc00ad
GM
116002000-02-22 Gerd Moellmann <gerd@gnu.org>
11601
11602 * help.el (describe-variable): Set syntax table to
11603 emacs-lisp-mode-syntax-table when moving forward over the
11604 symbol's name.
11605
47da5efa
DL
116062000-02-22 Dave Love <fx@gnu.org>
11607
11608 * xt-mouse.el: Doc fixes.
11609 (xterm-mouse-position-function): New function, replacing advice of
11610 mouse-position.
11611 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11612
11613 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11614
f0a6c717
GM
116152000-02-21 Gerd Moellmann <gerd@gnu.org>
11616
11617 * format.el (format-annotate-single-property-change): Handle
11618 properties.with dotted-list values.
11619 (format-proper-list-p): New function.
11620
11621 * enriched.el (enriched-face-ans): Handle '(foreground-color
11622 . COLOR) and (background-color . COLOR).
11623
2be80b63
DL
116242000-02-20 Dave Love <fx@gnu.org>
11625
11626 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11627 and assignments to it.
11628 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11629 current local map.
11630 (make-flyspell-overlay): Use it.
11631 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11632
11633 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11634 (lm-get-header-re): Defun, not defsubst.
11635 (lm-get-package-name): Defun, not defsubst. Simplify.
11636 (lm-version): Doc fix. Simplify.
11637 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11638 (lm-crack-address, lm-last-modified-date, lm-commentary)
11639 (lm-verify, lm-synopsis): Simplify.
11640 (lm-report-bug): Require emacsbug. Use compose-mail.
11641
329eed9f
GM
116422000-02-20 Gerd Moellmann <gerd@gnu.org>
11643
11644 * dired.el (dired-mode): Call propertized-buffer-identification
11645 to set mode-line-buffer-identification to something having
11646 the right text properties.
11647
11648 * bindings.el (propertized-buffer-identification): New function.
11649
be5bb146
DL
116502000-02-20 Dave Love <fx@gnu.org>
11651
11652 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11653 check for t-mouse too.
11654
11655 * cus-start.el: Make echo-keystrokes `number'.
11656
1d4311c3
EZ
116572000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11658
11659 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11660 Don't call ring-empty-p unless tags-location-ring is bound.
11661 From Noah Friedman <friedman@splode.com>.
11662
a23c5037
TTN
116632000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11664
11665 * progmodes/hideshow.el (hs-flag-region): No longer use
11666 `intangible' overlay property.
11667
11668 (hs-toggle-hiding): New command.
11669 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11670
11671 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11672 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11673 and deactivation.
11674
b6a22bf8
GM
116752000-02-18 Gerd Moellmann <gerd@gnu.org>
11676
11677 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11678
d621caf7
GM
116792000-02-17 Gerd Moellmann <gerd@gnu.org>
11680
3c0ed7ce
GM
11681 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11682
d621caf7
GM
11683 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11684 of `*' to handle `(* ... *)' comments.
11685
538d88fb
EZ
116862000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11687
53c80cf6 11688 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11689 window-system.
53c80cf6 11690
538d88fb
EZ
11691 * menu-bar.el (global-map): Menu-bar items converted to the new
11692 format (menu-item..., rearranged for better CUA compliance, and
11693 their names changed for better clarity. Help strings added.
11694
11695 * international/mule-cmds.el (mule-menu-keymap)
11696 (describe-language-environment-map, set-coding-system-map)
11697 (setup-language-environment-map): Convert to new (menu-item...
11698 form, add help strings. Change names of menu items for better
11699 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11700 submenu).
11701
8389e1e2 117022000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11703
a23c5037 11704 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11705 within the code.
a23c5037 11706
8389e1e2 117072000-02-16 Dave Love <fx@gnu.org>
a23c5037 11708
84fe35f0
DL
11709 * faces.el: Don't require custom. Add more specific :groups to
11710 various deffaces.
11711 (set-face-attribute): Purecopy args.
11712 (read-face-name): Default to name at point and use it in prompt.
11713 Remove colon from arg in all callers.
11714 (list-faces-display): Hyperlink to face descriptions and customize
11715 buffers.
11716
b2aeee30
DL
117172000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11718
11719 * wid-edit.el (widget-match-inline): An atom never matches a
11720 list.
11721
99e95407
GM
117222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11723
82d2c7c5
DL
11724 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11725 at ':' characters by call to split-string.
99e95407
GM
11726
117272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11728
82d2c7c5 11729 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11730
117312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11732
82d2c7c5
DL
11733 * textmodes/bibtex.el: Some temporary comments removed.
11734 (bibtex-field-name, bibtex-entry-type): Made the relationship
11735 explicit.
11736 (bibtex-field-const): Allow capital letters.
11737 (bibtex-start-of-string): Deleted because unused.
11738
11739 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11740 use the term 'reference' to describe a bibtex entry as a whole.
11741 Further, reference keys are no longer called 'labels'.
11742 (bibtex-keys): Renamed to bibtex-reference-keys.
11743 (bibtex-reformat-previous-labels): Renamed to
11744 bibtex-reformat-previous-reference-keys.
11745 (bibtex-reference-type): Renamed to bibtex-entry-type.
11746 (bibtex-reference-head): Renamed to bibtex-entry-head.
11747 (bibtex-reference-maybe-empty-head): Renamed to
11748 bibtex-entry-maybe-empty-head.
11749 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11750 (bibtex-search-reference): Renamed to bibtex-search-entry.
11751 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11752 bibtex-enclosing-entry-maybe-empty-head.
11753 (bibtex-entry-field-alist, bibtex-entry-head,
11754 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11755 bibtex-map-entries, bibtex-search-entry,
11756 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11757 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11758 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11759 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11760 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11761 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11762 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11763
117642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11765
82d2c7c5
DL
11766 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11767 comment.
11768 (bibtex-format-field-delimiters): New function, functionality
11769 extracted from bibtex-format-entry.
11770 (bibtex-autokey-get-yearfield-digits): New function, functionality
11771 extracted from bibtex-autokey-get-yearfield.
11772
11773 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11774 entries in order to avoid stack overflow in the regexp matcher if
11775 field contents become large.
11776 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11777 bibtex-field-string-part-not-braced,
11778 bibtex-field-string-part-no-inner-braces,
11779 bibtex-field-string-part-1-inner-brace,
11780 bibtex-field-string-part-2-inner-braces,
11781 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11782 bibtex-field-string-quoted, bibtex-field-string,
11783 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11784 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11785 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11786 as parsing is now performed by the following functions.
11787 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11788 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11789 bibtex-parse-field-string, bibtex-search-forward-field-string,
11790 bibtex-parse-association, bibtex-field-name-for-parsing,
11791 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11792 bibtex-search-forward-field, bibtex-search-backward-field,
11793 bibtex-start-of-field, bibtex-end-of-field,
11794 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11795 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11796 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11797 bibtex-parse-string, bibtex-search-forward-string,
11798 bibtex-search-backward-string, bibtex-start-of-string,
11799 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11800 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11801 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11802 entries. Instead of reporting the results of the parsing by
11803 match-beginning or match-end, these functions return data structures
11804 that hold the corresponding positions.
11805 (bibtex-enclosing-field): Changed to also report field boundaries by
11806 return values rather than by match-beginning or match-end. The
11807 following functions have been adapted to use the new parsing
11808 functions.
11809 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11810 bibtex-enclosing-field, bibtex-format-entry,
11811 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11812 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11813 bibtex-print-help-message, bibtex-end-of-entry,
11814 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11815 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11816 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11817 method for parsing.
11818 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11819 bibtex-map-entries, bibtex-flash-head,
11820 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11821 bibtex-autokey-change, bibtex-autokey-get-namefield,
11822 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11823 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11824 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11825 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11826 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11827 order to make the new binding of case-fold-search immediately
11828 visible.
99e95407
GM
11829
118302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11831
82d2c7c5
DL
11832 * textmodes/bibtex.el: Copyright notice is up to date.
11833 Added constant 'bibtex-maintainer-salutation.
99e95407 11834
82d2c7c5
DL
11835 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11836 than make-temp-name, use match-string-no-properties and eliminate
11837 a quadratic behavior when building bibtex-strings.
99e95407 11838
82d2c7c5
DL
11839 * bibtex.el (bibtex-reference-key): Accept string entries whose
11840 reference key contains upper case letters.
99e95407
GM
11841
118422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11843
82d2c7c5
DL
11844 * bibtex.el (bibtex-reference-head): Allow entries to start with
11845 a new line.
99e95407
GM
11846
118472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11848
82d2c7c5
DL
11849 * bibtex.el: Hiding of entry bodies is not longer provided by
11850 bibtex.el directly. Instead the hideshow package can be used.
11851 Added a special bibtex entry to hs-special-modes-alist.
11852 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11853
118542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11855
f24fef2f
SM
11856 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11857 at ':' characters by call to split-string.
8389e1e2
GM
11858
118592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11860
f24fef2f 11861 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11862
118632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11864
f24fef2f
SM
11865 * textmodes/bibtex.el: Some temporary comments removed.
11866 (bibtex-field-name, bibtex-entry-type): Made the relationship
11867 explicit.
11868 (bibtex-field-const): Allow capital letters.
11869 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11870
f24fef2f
SM
11871 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11872 use the term 'reference' to describe a bibtex entry as a whole.
11873 Further, reference keys are no longer called 'labels'.
11874 (bibtex-keys): Renamed to bibtex-reference-keys.
11875 (bibtex-reformat-previous-labels): Renamed to
11876 bibtex-reformat-previous-reference-keys.
11877 (bibtex-reference-type): Renamed to bibtex-entry-type.
11878 (bibtex-reference-head): Renamed to bibtex-entry-head.
11879 (bibtex-reference-maybe-empty-head): Renamed to
11880 bibtex-entry-maybe-empty-head.
11881 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11882 (bibtex-search-reference): Renamed to bibtex-search-entry.
11883 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11884 bibtex-enclosing-entry-maybe-empty-head.
11885 (bibtex-entry-field-alist, bibtex-entry-head,
11886 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11887 bibtex-map-entries, bibtex-search-entry,
11888 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11889 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11890 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11891 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11892 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11893 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11894 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11895
118962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11897
f24fef2f
SM
11898 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11899 comment.
11900 (bibtex-format-field-delimiters): New function, functionality
11901 extracted from bibtex-format-entry.
11902 (bibtex-autokey-get-yearfield-digits): New function, functionality
11903 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11904
f24fef2f
SM
11905 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11906 entries in order to avoid stack overflow in the regexp matcher if
11907 field contents become large.
11908 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11909 bibtex-field-string-part-not-braced,
11910 bibtex-field-string-part-no-inner-braces,
11911 bibtex-field-string-part-1-inner-brace,
11912 bibtex-field-string-part-2-inner-braces,
11913 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11914 bibtex-field-string-quoted, bibtex-field-string,
11915 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11916 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11917 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11918 as parsing is now performed by the following functions.
11919 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11920 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11921 bibtex-parse-field-string, bibtex-search-forward-field-string,
11922 bibtex-parse-association, bibtex-field-name-for-parsing,
11923 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11924 bibtex-search-forward-field, bibtex-search-backward-field,
11925 bibtex-start-of-field, bibtex-end-of-field,
11926 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11927 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11928 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11929 bibtex-parse-string, bibtex-search-forward-string,
11930 bibtex-search-backward-string, bibtex-start-of-string,
11931 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11932 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11933 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11934 entries. Instead of reporting the results of the parsing by
11935 match-beginning or match-end, these functions return data structures
11936 that hold the corresponding positions.
11937 (bibtex-enclosing-field): Changed to also report field boundaries by
11938 return values rather than by match-beginning or match-end. The
11939 following functions have been adapted to use the new parsing
11940 functions.
11941 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11942 bibtex-enclosing-field, bibtex-format-entry,
11943 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11944 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11945 bibtex-print-help-message, bibtex-end-of-entry,
11946 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11947 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11948 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11949 method for parsing.
11950 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11951 bibtex-map-entries, bibtex-flash-head,
11952 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11953 bibtex-autokey-change, bibtex-autokey-get-namefield,
11954 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11955 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11956 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11957 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11958 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11959 order to make the new binding of case-fold-search immediately
11960 visible.
8389e1e2
GM
11961
119622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11963
f24fef2f
SM
11964 * textmodes/bibtex.el: Copyright notice is up to date.
11965 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11966
f24fef2f
SM
11967 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11968 than make-temp-name, use match-string-no-properties and eliminate
11969 a quadratic behavior when building bibtex-strings.
fa78f71b 11970
f24fef2f
SM
11971 * bibtex.el (bibtex-reference-key): Accept string entries whose
11972 reference key contains upper case letters.
8389e1e2
GM
11973
119742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11975
f24fef2f
SM
11976 * bibtex.el (bibtex-reference-head): Allow entries to start with
11977 a new line.
8389e1e2
GM
11978
119792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11980
f24fef2f
SM
11981 * bibtex.el: Hiding of entry bodies is not longer provided by
11982 bibtex.el directly. Instead the hideshow package can be used.
11983 Added a special bibtex entry to hs-special-modes-alist.
11984 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11985
119862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11987
82d2c7c5 11988 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11989 proceedings entry type (for cross referencing). Thanks to Wagner
11990 Toledo Correa for the suggestion.
11991
82d2c7c5 11992 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11993
eae61d8f
KH
119942000-02-14 Kenichi Handa <handa@etl.go.jp>
11995
11996 * international/characters.el: Setup case table for Vietnamese.
11997
fb07a302
GM
119982000-02-12 Gerd Moellmann <gerd@gnu.org>
11999
12000 * uniquify.el (toplevel): Require CL at compile time.
12001 (uniquify-push): Removed.
12002
12003 * shadowfile.el (shadow-when): Removed.
12004
12005 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12006 (tempo-process-and-insert-string): Use dolist instead of
12007 tempo-dolist.
12008
12009 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12010 regexp for paragraph-start.
12011
12012 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12013 commas as well.
12014
a0eddf92
DL
120152000-02-10 Dave Love <fx@gnu.org>
12016
12017 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12018 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12019 Deleted.
12020 (widget-specify-field, widget-specify-button): Don't use
12021 widget-mouse-help as help-echo property.
12022 (default): Use #'ignore for :validate and :mouse-down-action.
12023 (checkbox): Add help-echo.
12024 (widget-sexp-validate): Rewritten to clarify error messages.
12025 (character): Use char-valid-p in :match function.
12026 (widget-color-complete): Use facemenu-color-alist.
12027 (widget-color-action): Use facemenu-read-color.
12028
12029 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12030 set up `caar' &c that we now have.
12031
82d2c7c5
DL
120322000-02-09 Ray Blaak <blaak@gnu.org>
12033
12034 * delphi.el: Make resourcestring a declaration region, like const
12035 and var.
12036
6cbc1482
DL
120372000-02-09 Dave Love <fx@gnu.org>
12038
12039 * bindings.el (mode-line-input-method-map): New variable.
12040 (mode-line-mule-info): Use it; fix last change.
12041 (mode-line-mode-menu): Move definition.
12042 (mode-line-mouse-sensitive-p): Deleted.
12043 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12044 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12045 level.
12046
12047 * startup.el (command-line-1): Don't call
12048 make-mode-line-mouse-sensitive.
12049
f7136ee8
GM
120502000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12051
12052 * mail/rmail.el (rmail-retry-failure): Use
12053 rmail-beginning-of-message before rmail-toggle-header, because the
12054 former toggles headers.
12055
6e1d0d15
SM
120562000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12057
fef8c55b
SM
12058 * diff-mode.el (diff-kill-junk): New interactive function.
12059 (diff-reverse-direction): Use delete-and-extract-region.
12060 (diff-post-command-hook): Restrict the area so that the hook also works
12061 outside of any diff hunk. This is necessary for the minor-mode.
12062 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12063 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12064
6e1d0d15
SM
12065 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12066 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12067 so that it can be used more easily in <foo>-mode-hook. Also make sure
12068 to avoid duplicate entries.
12069 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12070 (font-lock-remove-keywords): Just as was done for `add', allow it to
12071 work even if font-lock-mode is nil. Also make sure we don't modify
12072 any pre-existing list by forcing a copy-sequence. Finally rename
12073 `major-mode' to `mode'.
12074 (font-lock-fontify-syntactic-anchored-keywords)
12075 (font-lock-fontify-anchored-keywords)
12076 (font-lock-fontify-keywords-region): Use line-end-position.
12077 Don't make `font-lock-multiline' local (it's now done in
12078 font-lock-set-defaults).
12079 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12080 move the `font-lock-fontified' creation to inside the `unless'.
12081
a75dfea0
AI
120822000-02-06 Andrew Innes <andrewi@gnu.org>
12083
12084 * term/w32-win.el (x-handle-args): Comment out call to message,
12085 which occurs before window system is initialized.
12086
12087 * makefile.nt: Add support for recompiling lisp code.
12088
b85e9462
DL
120892000-02-04 Dave Love <fx@gnu.org>
12090
9ff33afb
DL
12091 * bindings.el (mode-line-mule-info): Fix/extend last change.
12092
b85e9462
DL
12093 * completion.el: Replace completion-dolist with dolist.
12094
12095 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12096 dotimes.
12097
44dff075
CD
120982000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12099
12100 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12101 environment names before they go into the section regexp.
12102
12103 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12104 char class in regexp.
12105
12106 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12107 `case-fold-search' to nil.
12108
12109 * progmodes/idlwave.el (idlwave-template): Respect
12110 `idlwave-abbrev-change-case'.
12111 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12112 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12113 idlwave-while): respect `idlwave-reserved-word-upcase'.
12114 (idlwave-rw-case): New function.
12115 (idlwave-statement-match): Fixed problem with assignment regexp.
12116 (idlwave-font-lock-keywords): Improved regexp for keyword
12117 parameters.
a23c5037 12118 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12119 operators longer than 1 char.
12120
12121 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12122 idlwave-shell-expression-overlay. Implemented printing of
12123 expressions on higher levels of the calling stack.
12124 (idlwave-shell-display-level-in-calling-stack): Restore stack
12125 level.
12126 (idlwave-retrieve-expression-from-level): New function.
12127 (idlwave-shell-last-calling-stack): Variable removed.
12128 (idlwave-shell-reset): Argument action reversed (`visible' to
12129 `hidden'). Also remove stop-line overlay.
12130 (idlwave-shell-calling-stack-routine): New variable.
12131 (idlwave-shell-parse-stack-and-display): Messages now display
12132 negative level numbers.
12133 (idlwave-shell-mode): Set `modeline-format'.
12134 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12135 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12136 21.
12137 (idlwave-shell-print-expression-function): New option.
a23c5037 12138
44dff075
CD
12139 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12140 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12141 `tool-bar' instead of `toolbar'.
12142
f26c34fd
DL
121432000-02-02 Dave Love <fx@gnu.org>
12144
12145 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12146 emacs-lisp-mode-hook. Don't check for defalias being defined.
12147
12148 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12149 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12150 the new builtins directly.
12151
12152 * whitespace.el (whitespace): Add :version to defgroup.
12153
12154 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12155 Doc fix.
12156
12157 * thingatpt.el (sexp-at-point, symbol-at-point)
12158 (number-at-point, list-at-point): Add autoload cookie.
12159
12160 * recentf.el (recentf): Add :version to defgroup.
12161
12162 * quickurl.el (quickurl): Add :version to defgroup.
12163
12164 * elide-head.el (elide-head): Use point-marker more.
12165
12166 * bs.el (bs): Add :version to defgroup.
12167
12168 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12169
12170 * progmodes/delphi.el (delphi): Add :version to defgroup.
12171
d240a249
GM
121722000-02-02 Gerd Moellmann <gerd@gnu.org>
12173
12174 * ange-ftp.el (ange-ftp-write-region): Handle case that
12175 succeeding process operation sets a different coding system.
12176
12177 * calculator.el: New file.
12178
d5179a01
EZ
121792000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12180
12181 * frame.el (frames-on-display-list, framep-on-display): New
12182 functions.
12183 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12184 (display-selections-p, display-screens, display-pixel-width)
12185 (display-pixel-height, display-mm-width, display-mm-height)
12186 (display-backing-store, display-save-under, display-planes)
12187 (display-color-cells, display-visual-class): New functions.
12188
12189 * term/tty-colors.el (tty-color-gray-shades): New function.
12190
12191 * faces.el (display-color-p): Use framep-on-display.
12192 (display-grayscale-p): New function.
12193
968e00f0
DL
121942000-01-31 Dave Love <fx@gnu.org>
12195
12196 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12197 (create-fontset-from-x-resource): Don't concat integers.
12198
2cb750ba
GM
121992000-01-31 Inge Frick <inge@nada.kth.se>
12200
12201 * view.el: Some changes in documentation. Removed some trailing
12202 whitespace. Changed some parameter names to agree with
12203 documentation.
12204 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12205 window is not deleted. Modifies change 1998-04-26.
a23c5037 12206
74e9213b
GM
122072000-01-31 Gerd Moellmann <gerd@gnu.org>
12208
47569935
GM
12209 * windmove.el: New file.
12210
74e9213b
GM
12211 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12212 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12213 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12214
74e9213b
GM
12215 * jit-lock.el (jit-lock-function): Widen before calculating end
12216 position.
12217 (jit-lock-stealth-chunk-start): Rewritten.
12218
12219 * info.el (Info-title-face-alist): Removed.
12220 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12221 faces.
12222 (Info-fontify-node): Use these faces.
12223
994c5afe
GM
122242000-01-30 Gerd Moellmann <gerd@gnu.org>
12225
12226 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12227 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12228 `&allow-other-keywords'.
12229
12230 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12231 the list of directories scanned heuristically.
12232
12233 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12234 exist.
12235
f00276e3
JR
122362000-01-30 Jason Rumney <jasonr@gnu.org>
12237
12238 * w32-fns.el: Define w32-tty-standard-colors.
12239
12240 * startup.el (command-line): Use w32-tty-standard-colors when in
12241 w32 console mode.
12242
cc4dfff0
DL
122432000-01-30 Dave Love <fx@gnu.org>
12244
e645e77b
DL
12245 * jka-compr.el (jka-compr-load): Fix up load-history.
12246
cc4dfff0
DL
12247 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12248
12249 * emacs-lisp/cl-macs.el: Revert previous change.
12250
16215eb0
DL
122512000-01-29 Dave Love <fx@gnu.org>
12252
12253 * facemenu.el: Purecopy various strings.
12254
12255 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12256 years. Deal with three-digit years.
12257
12258 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12259 defconst, purecopy.
12260 (help-back-label): Purecopy it.
12261
bbd9b566
GM
122622000-01-18 Gerd Moellmann <gerd@gnu.org>
12263
12264 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12265 variable. If non-nil, order the buffer list according to the
12266 currently selected frame.
12267 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12268 non-nil, pass the selected frame to function buffer-list.
a23c5037 12269
887448e1
GM
122702000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12271
12272 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12273
7df85084
DL
122742000-01-28 Dave Love <fx@gnu.org>
12275
142e109c
DL
12276 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12277
7df85084
DL
12278 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12279 Don't use lisp-indent-hook property.
12280 (cl-abs): Remove.
12281
12282 * subr.el: Move out indent and edebug specs for when and unless.
12283
12284 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12285 when, unless.
12286
12287 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12288 unless, when.
12289
3b43c01c
GM
122902000-01-28 Gerd Moellmann <gerd@gnu.org>
12291
d060bc9f
GM
12292 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12293 `collecting' as synonym for `collect'.
12294
12295 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12296 for the case it contains spaces.
12297
12298 * simple.el (what-cursor-position): Change formatting of
12299 messages.
12300
b02786f9
GM
12301 * frame.el (delete-other-frames): New function.
12302 (toplevel): Bind it to C-x 5 1.
12303
efd68b8a
GM
12304 * sort.el (sort-numeric-base): New option.
12305 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12306 interpret it as octal or hexadecimal. Use sort-numeric-base
12307 as default base.
12308
3b43c01c
GM
12309 * progmodes/glasses.el: New file.
12310
984ae001
GM
123112000-01-27 Gerd Moellmann <gerd@gnu.org>
12312
a0b796e3
GM
12313 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12314 userids differently.
12315
984ae001
GM
12316 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12317 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12318 progmodes/ebnf-yac.el: New files.
12319
6c67ddee
DL
123202000-01-26 Dave Love <fx@gnu.org>
12321
12322 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12323 on a function with an empty body. [From Eric Ludlam.]
12324
4e6473c8
GM
123252000-01-25 Andre Spiegel <spiegel@gnu.org>
12326
12327 * vc.el (vc-version-diff): Make sure file name is expanded.
12328
e12489f9
GM
123292000-01-25 Gerd Moellmann <gerd@gnu.org>
12330
12331 * scroll-bar.el (scroll-bar-timer): Variable removed.
12332 (scroll-bar-toolkit-scroll): Don't use a timer.
12333
8dbe2b07
KH
123342000-01-25 Kenichi Handa <handa@etl.go.jp>
12335
12336 * language/thai-util.el (thai-composition-function): Delete
12337 superfluous `a'.
12338
26ef1c87
DL
123392000-01-24 Dave Love <fx@gnu.org>
12340
12341 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12342 end-of-defun-function.
12343
12344 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12345 &c.
12346
7ed4e9a7
JR
123472000-01-22 Jason Rumney <jasonr@gnu.org>
12348
12349 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12350 conflicts with new face support.
12351
8b7bc628 123522000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12353
12354 * replace.el (query-replace): Rename last arg to DELIMITED.
12355 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12356 (query-replace-regexp): Likewise.
12357
8b7bc628 123582000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12359
02b14400
RS
12360 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12361
5bb6f079
RS
12362 * emacs-lisp/lisp.el (beginning-of-defun-function):
12363 Variable renamed from beginning-of-defun.
12364 Do not call make-variable-buffer-local.
12365 (beginning-of-defun-raw): Use new variable name; doc fix.
12366 (beginning-of-defun): Doc fix.
12367 (end-of-defun-function): Variable renamed from end-of-defun.
12368 Do not call make-variable-buffer-local.
12369 (end-of-defun): Use new variable name; doc fix.
12370
02b14400
RS
12371 * subr.el (dolist, dotimes): Copied from cl-macs.el
12372 and made to work.
2d5e9b54 12373
a23c5037 12374 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12375 Variable replaces rmail-digest-end-regexp.
12376 Allows multiple regexps for detecting the end line.
12377 (undigestify-rmail-message): Corresponding changes.
12378
60af03f1
DL
123792000-01-19 Dave Love <fx@gnu.org>
12380
fe5d99e1
DL
12381 * files.el (user-init-file): Don't declare here -- is primitive.
12382
60af03f1
DL
12383 * startup.el (command-line): Check for compiled user-init-file and
12384 set to uncompiled version if necessary.
12385
72dbbc7d
GM
123862000-01-18 Gerd Moellmann <gerd@gnu.org>
12387
6a1950ec
GM
12388 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12389 (undigestify-rmail-message): Use it.
12390
72dbbc7d
GM
12391 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12392
fbe91bbd
GM
123932000-01-17 Gerd Moellmann <gerd@gnu.org>
12394
12395 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12396 of mini-buffer.
12397
33a6685b
GM
123982000-01-14 Gerd Moellmann <gerd@gnu.org>
12399
b3303df7
GM
12400 * emacs-lisp/copyright.el (copyright-update): Removed the
12401 requirement for a trailing space from `copyright-regexp', to
12402 support copyrights with owner specified on a separate line..
a23c5037 12403
3c4c8064
GM
12404 * align.el: New file.
12405
33a6685b
GM
12406 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12407
12408 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12409
044a4975
DL
124102000-01-13 Dave Love <fx@gnu.org>
12411
12412 * ph.el: Removed. (Obsoleted by EUDC.)
12413
0a352cd7
GM
124142000-01-13 Gerd Moellmann <gerd@gnu.org>
12415
12416 * net/eudc.el (toplevel): Remove autoloaded code installing
12417 menu with easymenu, because that causes build problems.
12418
12419 * frame.el (frame-notice-user-settings): New variable.
12420 (frame-notice-user-settings): Don't modify frame parameters
12421 if called a second time.
12422
8b7bc628 124232000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12424
12425 * frame.el (frame-notice-user-settings):
12426 Notice default-frame-parameters even for non-window frames.
12427
feb450e0
GM
124282000-01-13 Gerd Moellmann <gerd@gnu.org>
12429
12430 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12431 for Emacs.
12432 (eudc-bob-can-display-inline-images): Extend for Emacs.
12433 (eudc-bob-toggle-inline-display): Ditto.
12434 (eudc-bob-display-jpeg): Ditto.
12435
99c6d63b
GM
124362000-01-12 Gerd Moellmann <gerd@gnu.org>
12437
7970b229
GM
12438 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12439 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12440 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12441
e4936aa9
GM
12442 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12443 nil)'.
12444
12445 * subdirs.el: Add `net' directory.
12446
133c9e59
GM
12447 * net: New directory.
12448
99c6d63b
GM
12449 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12450 eval-last-sexp. Don't bind debug-on-error here.
12451 (eval-last-sexp): New function. Bind debug-on-error if
12452 eval-expression-debug-on-error is non-nil.
12453 (eval-defun-2, eval-defun): Likewise.
12454
12455 * simple.el (eval-expression): Don't bind debug-on-error if
12456 eval-expression-debug-on-error is nil. Detect changed
12457 debug-on-error, and propagate new value to global binding, if
12458 eval-expression-debug-on-error is non-nil,
12459 (eval-expression-debug-on-error): Change doc string.
a23c5037 12460
8b7bc628 124612000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12462
12463 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12464
12465 * emacs-lisp/lisp-mode.el (with-syntax-table):
12466 Set up lisp-indent-function property.
12467
12468 * subr.el (with-syntax-table): Moved from simple.el.
12469
12470 * simple.el (with-syntax-table): Moved to subr.el.
12471
7e3c74fa
GM
124722000-01-11 Gerd Moellmann <gerd@gnu.org>
12473
1fab1775
GM
12474 * tmm.el (tmm-shortcut): Delete region after prompt instead
12475 of erasing buffer.
12476
7e3c74fa 12477 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12478 (fill-context-prefix): Use the longest common prefix of first
12479 and second line fill prefix, if there is one.
7e3c74fa 12480
8b7bc628 124812000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12482
12483 * array.el (array-mode): Don't use make-variable-buffer-local.
12484 Use make-local-variable for `truncate-lines'.
12485
aa705642 124862000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12487
aa705642
GM
12488 * add-log.el (add-log-current-defun): Handle user-defined
12489 add-log-current-function returning nil,
a23c5037 12490
57df2446 12491 * add-log.el (add-change-log-entry): Insert version number
aa705642 12492 if having found a current function
c1356086
GM
12493
12494 * add-log.el (add-log-current-defun): Call
12495 `add-log-current-defun-function'. Try matches at level 0 and
12496 level 1. Strip whitespace from defun found.
a23c5037 12497
1d8c59e9
RS
124982000-01-10 John Wiegley <johnw@gnu.org>
12499
12500 * allout.el (isearch-done/outline-provisions): Added `edit'
12501 argument to correspond with the current definition of
12502 `isearch-done'.
12503
8cf87e9b
DL
125042000-01-10 Dave Love <fx@gnu.org>
12505
12506 * elide-head.el (elide-head): Use point-marker, not point.
12507
9050446c
GM
125082000-01-10 Gerd Moellmann <gerd@gnu.org>
12509
8321b22a
GM
12510 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12511 before and after the year 2000.
a23c5037 12512
9050446c
GM
12513 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12514 Add ispell- prefix.
12515
125162000-01-10 Ken Stevens <k.stevens@ieee.org>
12517
12518 * ispell.el: Only define dictionaries in menus when they exist.
12519 (version18p): New variable.
12520 (version20p): New variable.
12521 (xemacsp): New variable.
12522 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12523 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12524 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12525 run-together words.
9050446c
GM
12526 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12527 (ispell-dictionary-alist): Add koi8-r to customize definition.
12528 (check-ispell-version): Added documentation string. Returns
f24fef2f 12529 library path when called non-interactively.
9050446c
GM
12530 (ispell-menu-map-needed): Uses new variables.
12531 (ispell-library-path): New variable.
12532 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12533 (ispell-word): Improved documentation string. Test for valid
12534 character mappings. Correctly check typed in word changes that can
12535 result in single words split into multiple words. Returns
12536 replacement word.
12537 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12538 replace in recursive query replace mode. Help message for
12539 recursive edit mode.
12540 (ispell-show-choices): Protect against bad framepop bindings.
12541 (ispell-help): Fix to work with XEmacs.
12542 (ispell-highlight-spelling-error): Use new variables.
12543 (ispell-overlay-window): Fix to work with XEmacs.
12544 (ispell-parse-output): Passed and returns location information
12545 tracking spelling corrections. Doesn't recheck same word on
12546 current line.
12547 (ispell-init-process): Protect against bogus XEmacs variable binding.
12548 Fix call to single argument in sleep-for. Use new variables.
12549 (ispell-region): Passed and returns location information tracking
12550 spelling corrections. Doesn't check same word on current line.
12551 Improved documentation string. Doesn't resend a line already
12552 checked to the ispell process - fixes bug in LaTeX parsing.
12553 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12554 (ispell-skip-region): No longer skips <TT> in SGML.
12555 (ispell-process-line): Tracks location information with spelling
12556 corrections. Added documentation string. Accounts for words
12557 already accepted on this line. Don't allow query-replace on line
12558 starting with math characters. Doesn't resend a line already sent
12559 to ispell process. Fixes alignment error bug.
a23c5037 12560
8b7bc628 125612000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12562
a23c5037 12563 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12564 Suggest xloadimage, which is free, not xv, which isn't.
12565
a23c5037 12566 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12567 Don't ever include the host name or user name in the value.
12568
9ed79f5d
GM
125692000-01-09 Gerd Moellmann <gerd@gnu.org>
12570
12571 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12572 of a real newline.
12573
b950abb1
GM
125742000-01-09 Stephen Eglen <stephen@gnu.org>
12575
a23c5037 12576 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12577 for .png files.
12578
3c708e98
GM
125792000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12580
12581 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12582
bf61662d
GM
125832000-01-09 Gerd Moellmann <gerd@gnu.org>
12584
f1d851ae
GM
12585 * progmodes/cperl-mode.el: Replace ^F with ^L.
12586
bf61662d 12587 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12588 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12589 recursion.
12590
c65d14ee
DL
125912000-01-08 Dave Love <fx@gnu.org>
12592
8cf87e9b
DL
12593 * emacs-lisp/backquote.el: Remove inappropriate customization
12594 (allowing custom.el to use backquote).
c65d14ee 12595
83de2ebc
DL
125962000-01-07 Dave Love <fx@gnu.org>
12597
12598 * add-log.el (add-log-debugging): Deleted.
12599 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12600 file. Remove debugging code.
12601 (change-log-get-method-definition, change-log-name): Add doc.
12602 (change-log-sortable-date-at): New function.
12603 (change-log-merge): New command.
12604
12605 * time.el (display-time-string-forms): Make the Mail string active.
12606 (display-time-update): Provide help-echo for load average.
12607
12608 * bindings.el (make-mode-line-mouse2-map): New function.
12609 (mode-line-modified): Use it and simplify.
12610 (mode-line-mule-info): Provide help-echo info.
12611 (minor-mode-alist): Activate the strings.
12612 (make-mode-line-mouse-sensitive): Simplify for
12613 mode-line-buffer-identification.
12614
c1475eae
GM
126152000-01-07 Gerd Moellmann <gerd@gnu.org>
12616
12617 * play/pong.el: New file.
12618
83de2ebc
DL
126192000-01-06 Dave Love <fx@gnu.org>
12620
12621 * array.el: Assorted cleanups for compiler warnings, doc strings,
12622 `array-' prefix for symbols.
12623
126242000-01-05 Dave Love <fx@gnu.org>
12625
12626 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12627 outline-headers-as-kill.
12628 (outline-mode): Define imenu-generic-expression.
12629 (outline-headers-as-kill): New command.
12630
12631 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12632 from paragraph-start.
12633 (paragraph-indent-minor-mode): New command.
12634
12635 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12636 M-C-e, M-C-h, C-j, C-xnd, TAB.
12637 (fortran-mode): Set beginning-of-defun, end-of-defun.
12638 (fortran-column-ruler): Simplify.
12639 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12640 (fortran-with-subprogram-narrowing): Likewise.
12641 (fortran-indent-subprogram): Call mark-defun.
12642 (fortran-check-for-matching-do): Change narrowing.
12643
12644 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12645 (cl-lucid-hash-tag): Delete.
12646 (cl-hash-table-p): Correct test for native table.
12647 (cl-hash-table-count): Use hash-table-count.
12648
12649 * browse-url.el (browse-url): Fix case of
12650 browse-url-browser-function being an alist.
12651
676ac023
CD
126522000-01-05 Carsten Dominik <cd@gnu.org>
12653
c1475eae
GM
12654 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12655 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12656
12657 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12658 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12659
12660 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12661 `reftex-parse-file-extension'.
eb483e17 12662
88807984
DL
126632000-01-05 Dave Love <fx@gnu.org>
12664
83de2ebc 12665 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12666 (beginning-of-defun-raw): Use it.
12667 (end-of-defun): New variable.
12668 (end-of-defun): Use it.
12669 (check-parens): New command.
12670
1362aeb4
TTN
126712000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12672
c1475eae
GM
12673 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12674 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12675
7ddafb95
TTN
12676 Fix buglet in local variables initialization.
12677
7334aa99
AS
126782000-01-05 Andreas Schwab <schwab@suse.de>
12679
12680 * hscroll.el (hscroll): Doc fix.
12681
b12e24cd
CD
126822000-01-05 Carsten Dominik <cd@gnu.org>
12683
12684 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12685 idlw-toolbar.
12686
12687 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12688 file idlw-rinfo.el.
1362aeb4
TTN
12689 (idlwave-customize): load must read file idlw-shell.el.
12690 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12691
d6226972
CD
126922000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12693
12694 * progmodes/idlw-shell.el: Also provide idlwave-shell
12695 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12696 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12697
12698 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12699 both reftex-dcr and reftex-vcr.
1362aeb4 12700
d6226972
CD
12701 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12702
6ddb893f 127032000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12704
12705 * ps-print.el: PostScript code now is in separate files, doc fix.
12706 (ps-print-version): New version number (5.0.3).
12707 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12708 local.
12709 (ps-spool-config): Initialization fix.
c1475eae
GM
12710 (ps-print-prologue-1, ps-print-prologue-2)
12711 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12712 (ps-background-image): Little code reformating.
12713 (ps-begin-file, ps-begin-job): Fix code.
88807984 12714 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12715 (ps-prologue-file): New fun.
12716
ae833aae
KH
127172000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12718
c1475eae 12719 * ps-vars.el: Eliminated.
ae833aae
KH
12720
12721 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12722 `;;;###autoload'.
12723
12724 * ps-print.el: ps-vars eliminated, doc fix.
12725 (ps-print-version): New version number (5.0.2).
12726 (ps-spool-config): Initialization fix.
12727 (ps-print-customize): New fun.
12728
560a7bd2
GM
127292000-01-04 Gerd Moellmann <gerd@gnu.org>
12730
12731 * autorevert.el (auto-revert-mode): Return value of
12732 auto-revert-mode.
12733
f45dd0f4
DL
127342000-01-04 Dave Love <fx@gnu.org>
12735
fae2ac05
DL
12736 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12737 menu items.
f45dd0f4 12738
61255981
DL
127392000-01-03 Dave Love <fx@gnu.org>
12740
88807984 12741 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12742
83de2ebc 12743 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12744 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12745 `cl-hash-table-p', not `hash-table-p'.
12746 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12747
c182a70f
EZ
127482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12749
12750 * faces.el (face-read-integer, read-face-attribute)
12751 (color-defined-p, color-values): unspecified-{f,b}g are now
12752 strings.
12753
047f434a
GM
127542000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12755
12756 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12757 at comment end, and re-insert them after filling.
12758
bab531e2
EZ
127592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12760
12761 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12762 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12763 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12764
d684c676
EZ
127652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12766
12767 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12768 the new name of face-color-supported-p.
12769
12770 * term/w32-win.el (xw-defined-colors): Likewise.
12771
0aad4805
EZ
127722000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12773
12774 * simple.el (completion-setup-function): Count completion-size
12775 from minibuffer-prompt-end, not from point-min.
12776
5fe1d139
EZ
127772000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12778
12779 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12780 Pass the frame to tty-color-* functions.
12781 (display-color-p, frame-set-background-mode): Pass the frame to
12782 tty-display-color-p.
12783
12784 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12785 tty-color-alist.
12786 (tty-color-alist, tty-modify-color-alist): New functions.
12787 (tty-color-define, tty-color-clear, tty-color-approximate)
12788 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12789 an optional parameter FRAME.
12790
162dec01
GM
127912000-01-01 Gerd Moellmann <gerd@gnu.org>
12792
27189709
GM
12793 * image.el (create-image, defimage): Don't assume image data is a
12794 string.
12795
162dec01
GM
12796 * image.el (defimage): Handle specifications containing :data
12797 instead of :file.
12798 (image-type-from-data): New function.
12799 (image-type-from-file-header): Use it.
12800 (create-image): Add parameter DATA-P.
1362aeb4 12801
bea56df7 12802See ChangeLog.8 for earlier changes.
25a6fab1
KH
12803
12804;; Local Variables:
e64c3a75 12805;; coding: iso-2022-7bit
25a6fab1 12806;; End: