New font-lock-doc-face.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
26a8d08d
GM
12000-11-27 Gerd Moellmann <gerd@gnu.org>
2
3 * play/5x5.el: Update from author.
4
49060c51
AI
52000-11-27 Andrew Innes <andrewi@gnu.org>
6
7 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8
9 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10
b2a8e429
MB
112000-11-27 Miles Bader <miles@gnu.org>
12
13 * dired.el (dired-get-filename): Return filename verbatim if
14 LOCALP is `verbatim'.
15 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
16 `verbatim' so that we don't inadvertently delete a non-existant
17 directory name.
18
5ac0366d
KH
192000-11-27 Kenichi Handa <handa@etl.go.jp>
20
21 * international/characters.el: Specify cases and syntaxes for
22 mule-unicode-0100-24ff.
23
67f1cf4c
GM
242000-11-27 Gerd Moellmann <gerd@gnu.org>
25
26 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
27 that foreground and/or background colors of the face `tool-bar'
28 are unspecified.
29
46c56972
MB
302000-11-27 Miles Bader <miles@gnu.org>
31
ec725166
MB
32 * wid-edit.el (widget-field-buffer, widget-field-start)
33 (widget-field-end): Handle widget field `pseudo-overlays'.
34 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
35 if it's there instead of in `widget-field-list'.
36
46c56972 37 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
38 (help-make-xrefs): Delete extraneous newlines at the end of the
39 docstring.
46c56972 40
640a9cdd
JR
412000-11-25 Jason Rumney <jasonr@gnu.org>
42
43 * startup.el (command-line): Call set-locale-environment after
44 Window System init file is read, as it can result in a call to
45 redraw-frame.
46
0b3f96d4
EZ
472000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * simple.el (shell-command): Mention the effect of the prefix
50 argument in the doc string.
51
8da6e2a1
MB
522000-11-25 Miles Bader <miles@gnu.org>
53
a658d039
MB
54 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
55
8da6e2a1 56 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 57 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 58
d3416cca
JR
592000-11-24 Jason Rumney <jasonr@gnu.org>
60
61 * international/mule-cmds.el (locale-language-names): Add "jp" as
62 a non-standard alternative for Japanese.
63
17e37f53
AS
642000-11-24 Andre Spiegel <spiegel@gnu.org>
65
66 * vc-hooks.el: Require 'cl during compilation.
67
9aa5f148
GM
682000-11-24 Gerd Moellmann <gerd@gnu.org>
69
ba193890
GM
70 * faces.el (face-set-after-frame-default): Let face attributes
71 specified for new frames override frame parameters.
72
9aa5f148
GM
73 * startup.el (command-line): Fix computation of the source file
74 for user-init-file when user-init-file is a compiled file.
75
51a1edab
MB
762000-11-24 Miles Bader <miles@gnu.org>
77
78 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
79 (custom-post-filter-face-spec): New functions.
80 (custom-face-set, custom-face-value-create): Filter the face spec
81 before and after customization.
82 (custom-face-set): If VALUE specifies a null face, pass a
83 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
84 * cus-face.el (custom-face-attributes): Remove SET and GET
85 functions. Add some IN-FILTER and OUT-FILTER functions in the few
86 cases they're needed.
87
1ed74431
MB
88 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
89 that it's distinguishable from the :off-glyph on dark-background
90 displays. Set its background color too.
91
67ee1125
MB
92 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
93 so that people can easily turn it off.
94
7d027816
MK
952000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
96
97 * ediff-diff.el: Moved variables around to have it compile under NT.
98
9aa5f148 99 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 100
9aa5f148 101 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 102
9aa5f148 103 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
104 redundant skip-small-frames test.
105
9aa5f148 106 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
107 (viper-downgrade-to-insert): protect against errors in hooks.
108
9aa5f148
GM
109 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
110 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
111 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
112 functions.
113
9aa5f148 114 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 115
9aa5f148 116 * viper.el (viper-mode): Fix cursor handling.
7d027816 117
f07fa1b8
KH
1182000-11-24 Kenichi Handa <handa@etl.go.jp>
119
120 * international/mule-diag.el (list-iso-charset-chars): For
121 two-byte charset, fix the `while' condition.
122 (list-non-iso-charset-chars): Fix the `while' condition.
123
ba8299ff
SM
1242000-11-23 Stefan Monnier <monnier@cs.yale.edu>
125
79372165
SM
126 * subr.el (add-hook, remove-hook): Don't call make-local-hook
127 if the variable is make-variable-buffer-local.
128
ba8299ff
SM
129 * progmodes/ada-stmt.el (ada-template-map): Initialize
130 and bind it to C-c t in ada-mode-map.
131 (ada-stmt-mode-hook): New function extracted from old code.
132 Only change the buffer-local side of skeleton-*.
133 (ada-mode-hook): Use it.
134
68a887fa
EZ
1352000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
136
137 * iswitchb.el (iswitchb-minibuf-depth): New variable.
138 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
139 we expect to be returned by minibuffer-depth once we prompt the
140 user in the minibuffer.
141 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
142 as recorded in iswitchb-minibuf-depth, return non-nil.
143
3b345582
EZ
1442000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
147 (hscroll-window-maybe): Docstring fix.
148
595dead2
DL
1492000-11-23 Dave Love <fx@gnu.org>
150
151 * rect.el (string-rectangle): Don't test delete-selection-mode.
152
1e66b27a
GM
1532000-11-23 Gerd Moellmann <gerd@gnu.org>
154
02790ce2
GM
155 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
156 is in the tool bar.
157
1e66b27a
GM
158 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
159 with `no-dir'; we want the directory part to be able to remove
160 it.
161
a4caa65d
SM
1622000-11-22 Stefan Monnier <monnier@cs.yale.edu>
163
164 * textmodes/outline.el (outline-flag-region):
165 Don't bind inhibit-read-only since we don't modify the buffer.
166 (outline-isearch-open-invisible): Don't jump to overlay-start
167 since we're trying to unhide text around point.
168 (outline-discard-overlays): Use dolist.
169
170 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
171
03e757c1
GM
1722000-11-22 Gerd Moellmann <gerd@gnu.org>
173
174 * mail/rmail.el (rmail-confirm-expunge): Default to
175 y-or-n-p.
176
1598a961
SM
1772000-11-22 Stefan Monnier <monnier@cs.yale.edu>
178
179 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
180 Fix ARG regexp to skip quoted braces.
181 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
182 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
183 are (correctly) handled separately).
184 Remove `caption' and `footnote' from `citations': they contain text.
185 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
186 (latex-skeleton-end-hook): New function.
187 (latex-mode): Use it.
188 (tex-start-tex-marker): Remove.
189 (tex-send-tex-command): Don't set tex-start-tex-marker.
190 (tex-error-parse-syntax-table): New var.
191 (tex-compilation-parse-errors): Use it.
192 Ignore tex-start-tex-marker. Don't bother with marker-position.
193 (tex-validate-buffer): Don't bother with marker-position.
194
195 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 196 (flyspell-generic-progmode-verify): Use it.
1598a961 197
eaae8106
SS
1982000-11-22 Sam Steingold <sds@gnu.org>
199
03e757c1
GM
200 * simple.el (delete-trailing-whitespace): New interactive
201 function.
202
eaae8106 203 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 204 `ada-remove-trailing-spaces'.
eaae8106 205 (ada-remove-trailing-spaces): Removed.
03e757c1 206
eaae8106 207 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 208
1598a961
SM
209 * textmodes/picture.el (picture-clean): Removed.
210 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 211
a41d49e9
GM
2122000-11-22 Gerd Moellmann <gerd@gnu.org>
213
e053c60f
GM
214 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
215
a41d49e9
GM
216 * hi-lock.el (hi-lock-refontify): Don't call non-existent
217 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 218 do anything special when jit-lock is active.
a41d49e9
GM
219 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
220
197615f3
DL
2212000-11-22 Dave Love <fx@gnu.org>
222
ddbfaa9f
DL
223 * calendar/todo-mode.el (todo-top-priorities): Use
224 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
225
ddc3c695
DL
226 * language/chinese.el, language/cyrillic.el:
227 * language/devanagari.el, language/ethiopic.el, language/greek.el:
228 * language/hebrew.el, language/indian.el, language/japanese.el:
229 * language/korean.el, language/lao.el, language/misc-lang.el:
230 * language/thai.el, language/tibetan.el, language/vietnamese.el:
231 Use provide.
232
fb9fa98d
DL
233 * cus-edit.el (custom-buffer-create-internal): Save some consing.
234 (custom-variable-set): Improve validation error mesage.
235
197615f3
DL
236 * rect.el (string-rectangle): Revert last change.
237 (string-rectangle-line): New arg DELETE.
238 (string-rectangle): Check delete-selection-mode.
239
240 * emacs-lisp/edebug.el (edebug-version)
241 (edebug-maintainer-address): Deleted.
242 (edebug-submit-bug-report): Just alias to report-emacs-bug.
243 (edebug-read-function): Account for other `'#' read forms.
244 (edebug-mode-menus): Make some items toggles.
245 (edebug-outside-unread-command-event, unread-command-event):
246 Remove these to avoid warnings.
247
f4117c4d
GM
2482000-11-22 David Ponce <david@dponce.com>
249
250 * recentf.el (recentf-menu-items-for-commands)
251 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 252 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 253
f4117c4d
GM
254 (recentf-build-dir-rules, recentf-dump-variable)
255 (recentf-edit-list, recentf-open-files-item)
256 (recentf-open-files): Replaced unnecessary `mapcar' with new
257 built-in `mapc'.
eaae8106 258
f8e2f3f2
MB
2592000-11-23 Miles Bader <miles@gnu.org>
260
261 * faces.el (menu): Make inverse-video on ttys too.
262
4c4a541d
SM
2632000-11-22 Stefan Monnier <monnier@cs.yale.edu>
264
265 * simple.el (comment-line-break-function): Use the new name
266 indent-new-comment-line -> comment-indent-new-line.
267 (clone-indirect-buffer): Don't ignore NORECORD.
268 (next-completion): Properly handle the case where items are adjacent.
269
270 * mouse.el (popup-menu): Stupid typo.
271
980d836e
GM
2722000-11-22 Gerd Moellmann <gerd@gnu.org>
273
60e8e0a5
GM
274 * emacs-lisp/authors.el: Remove autoload cookies, add author,
275 maintainer, keywords tags.
276
980d836e
GM
277 * rect.el (replace-rectangle): Don't call string-rectangle-line
278 with too many arguments.
279
e08b2069
AS
2802000-11-22 Andre Spiegel <spiegel@gnu.org>
281
60e8e0a5 282 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 283 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
284 vc-locking-user, which no longer exists.
285
286 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
287
c6779d8d
DL
2882000-11-22 Dave Love <fx@gnu.org>
289
290 * md5.el (md5): Provide.
291 (md5): Fix error call.
292
e672fdce
MB
2932000-11-22 Miles Bader <miles@gnu.org>
294
eaae8106 295 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
296 (refill-fill-paragraph-at): Remove debugging code.
297
80e24c04
MB
298 * calendar/calendar.el (generate-calendar-window): When we don't
299 call `fit-window-to-buffer', make sure the top line is fully visible.
300
3a17d6cc
MB
301 * image-file.el (insert-image-file): Don't make `read-only'
302 property rear-nonsticky.
303
ae1a21c6
MB
304 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
305 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
306 stashing away its original value.
307 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
308 in the recursive edit.
309 Bind `isearch-original-minibuffer-message-timeout' to protect it.
310 (isearch-done): Restore `minibuffer-message-timeout'.
311
e672fdce
MB
312 * cus-start.el: Remove entry for `mode-line-inverse-video'.
313
3ea79df8
SM
3142000-11-21 Stefan Monnier <monnier@cs.yale.edu>
315
316 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
317
318 * find-lisp.el (find-lisp-find-files-internal):
319 Use dolist, when and file-name-as-directory.
320
980d836e 321 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
322 (define-derived-mode, define-minor-mode): Add specs.
323
324 * window.el: General comment and spacing fixes.
325 (save-selected-window): Use backquotes.
326 (window-safely-shrinkable-p): New function.
327 (shrink-window-if-larger-than-buffer): Use it.
328
329 * subr.el (make-local-hook): Docstring fix.
330
331 * shell.el (shell-mode): Use define-derived-mode.
332
333 * newcomment.el (comment-indent): Insert comment before calling
334 comment-indent-function. Don't insert in column 0.
335 (comment-dwim): Indent before inserting comment.
336
337 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
338 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
339 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
340 Use mapc rather than map.
341
342 * files.el (find-buffer-visiting): Compare all attributes before
343 declaring two files identical (rather than just their inode-no).
344 (auto-mode-alist): Use \' rather than $.
345
346 * which-func.el: Update maintainer line.
347
348 * pcvs.el (uniquify-buffer-file-name): Remove advice.
349 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
350 (uniquify-buffer-file-name): Use it.
351
8f62f2b8
MB
3522000-11-22 Miles Bader <miles@gnu.org>
353
354 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
355 * simple.el (minibuffer-avoid-prompt): New function.
356
fb279a6d
GM
3572000-11-21 Gerd Moellmann <gerd@gnu.org>
358
359 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
360
867092e9
MB
3612000-11-21 Miles Bader <miles@gnu.org>
362
ef860850
MB
363 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
364 inclusion of `track-mouse'.
365
867092e9
MB
366 * textmodes/refill.el (refill-ignorable-overlay): New variable.
367 (refill-adjust-ignorable-overlay): New function.
368 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
369 only the paragraph's tail if possible.
370 Update `refill-ignorable-overlay'.
371 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
372
373 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
374 point inside the fill-prefix.
375
376 * textmodes/refill.el (refill-post-command-function): Don't reset
377 refill-doit in the case where a self-insertion command doesn't
378 case a refill. Use `refill-fill-paragraph-at', getting position
379 from `refill-doit'.
380 (refill-after-change-function): Set `refill-doit' to END.
381 (refill-fill-paragraph-at): New function, mostly from old
382 refill-fill-paragraph.
383 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
384 (refill-pre-command-function): New function.
385 (refill-mode): Add it to `pre-command-hook'.
386
ff9ab414
GM
3872000-11-20 Gerd Moellmann <gerd@gnu.org>
388
29a01b72
GM
389 * textmodes/artist.el (artist-mode): Fix autoload cookie.
390
ff9ab414
GM
391 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
392 javadoc tags.
eaae8106 393
885b211b
AS
3942000-11-20 Andre Spiegel <spiegel@gnu.org>
395
396 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
397 vc.el).
398
eaae8106 399 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 400 require vc.
eaae8106
SS
401
402 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 403 checkouts.
eaae8106 404
d1838556
DL
4052000-11-20 Dave Love <fx@gnu.org>
406
407 * Makefile.in (DONTCOMPILE): Omit bindings.el.
408
56c13ae6
GM
4092000-11-20 Gerd Moellmann <gerd@gnu.org>
410
411 * calculator.el: New version from author.
412
b95b34e5
GM
4132000-11-19 Gerd Moellmann <gerd@gnu.org>
414
030de92f
GM
415 * info.el (info-menu-5): Doc fix.
416
b95b34e5
GM
417 * textmodes/artist.el: New file.
418
54970452
AS
4192000-11-19 Andre Spiegel <spiegel@gnu.org>
420
eaae8106 421 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
422 and differentiate according to checkout model.
423 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
424 since this function is only concerned with master state.
425
eaae8106 426 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
427 vc-default-workfile-unchanged-p): Moved here from vc.el.
428
eaae8106 429 * vc.el (vc-workfile-unchanged-p,
54970452
AS
430 vc-default-workfile-unchanged-p): See above.
431
e5a9dabf
MB
4322000-11-19 Miles Bader <miles@gnu.org>
433
434 * image-file.el (insert-image-file): Make `intangible' and
435 `read-only' properties rear-nonsticky too.
436
24127af0
GM
4372000-11-18 Gerd Moellmann <gerd@gnu.org>
438
d392e9c5 439 * ps-print.el: Update copyright notice.
eaae8106 440
d392e9c5
GM
441 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
442 (tooltip-show): Use the offsets.
443
24127af0 444 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 445 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
446 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
447
08ea6f17
GM
4482000-11-17 Gerd Moellmann <gerd@gnu.org>
449
450 * ps-print.el: Minor fixes from author.
451
66321b2f
SM
4522000-11-16 Stefan Monnier <monnier@cs.yale.edu>
453
454 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
455 (vc-version-backup-file): Docstring fix.
456
046110c6
GM
4572000-11-16 Gerd Moellmann <gerd@gnu.org>
458
4104194e
GM
459 * files.el (basic-save-buffer): Don't add a newline if
460 find-file-literally is non-nil.
461 (find-file-literally): Extend doc string.
462
046110c6
GM
463 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
464 sort(1) with the `-f' argument.
465
6505c16e
AS
4662000-11-16 Andre Spiegel <spiegel@gnu.org>
467
fd063975
AS
468 * vc.el: Updated backend documentation.
469 (vc-default-check-headers): New function.
470
3d02dd81 471 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
472
473 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 474 up-to-date.
eaae8106 475 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 476 the minibuffer is not active.
fd063975 477
eaae8106 478 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 479 `vc-cvs-use-edit' is on.
eaae8106
SS
480 (vc-cvs-checkout): When this is used for reverting the workfile,
481 make a backup of the original contents and revert to that in case
8791d617 482 of error.
eaae8106 483 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 484 remote repositories.
eaae8106 485
6505c16e
AS
486 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
487 for both version and ratio in the minibuffer.
fd063975 488
eaae8106 489 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 490 Use vc-do-command to perform the annotation, not call-process.
6505c16e 491
a13f0660
KH
4922000-11-16 Kenichi Handa <handa@etl.go.jp>
493
494 * international/quail.el (quail-start-translation): Don't call
495 `message' before reading key sequence.
496
1389a414
MB
4972000-11-16 Miles Bader <miles@lsi.nec.co.jp>
498
499 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
500
9256a532
KH
5012000-11-16 Kenichi Handa <handa@etl.go.jp>
502
503 * window.el (fit-window-to-buffer): Be sure to acquire at least
504 one text line even if the buffer is empty.
505
0e14fe9f
GM
5062000-11-16 Gerd Moellmann <gerd@gnu.org>
507
eaae8106 508 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
509 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
510 ange-ftp-process-verbose to nil.
511
da645c53
DL
5122000-11-15 Dave Love <fx@gnu.org>
513
233d5cde
DL
514 * wid-edit.el (widget-specify-field, widget-specify-button): If
515 :help-echo is a function, set help-echo of overlay to
516 widget-mouse-help.
517 (widget-mouse-help): New function.
518 (widget-echo-help): Rewritten for :help-echo functions only taking
519 a widget arg.
520
b12057b9
DL
521 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
522 display-graphic-p.
523 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
524 and that JPEG is available.
525 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
526
da645c53
DL
527 * international/mule-cmds.el (locale-charset-language-names):
528 Match @euro.
529
6d133d1f
GM
5302000-11-15 Gerd Moellmann <gerd@gnu.org>
531
532 * faces.el (face-set-after-frame-default): If
0e14fe9f 533 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
534 default face from X resources.
535
49ac2ac5
EZ
5362000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
537
538 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
539 Don't set EMACSLOADPATH.
540
4fb0a34c
EZ
5412000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
544 texinfo-insert-@url.
545 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
546 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
547
bb304a7a
SM
5482000-11-14 Stefan Monnier <monnier@cs.yale.edu>
549
82bc80bf
SM
550 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
551 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
552 (checkdoc-minor-keymap): Backward compatibility.
553 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
554 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
555 (checkdoc-this-string-valid-engine): Be a bit more strict
556 to avoid matching substrings of `...' quoted vars/funs.
557 (checkdoc-defun-info): Only look for `interactive' if alone.
558 (debug-ignored-errors): Add "arg doesn't appear in docstring".
559
e8c87124
SM
560 * progmodes/compile.el (grep): `tag-default' can be nil.
561
bb304a7a
SM
562 * newcomment.el (comment-indent): Paren typo.
563
8628686a
DL
5642000-11-14 Dave Love <fx@gnu.org>
565
25c269ef
DL
566 * calculator.el: New maintainer version.
567
66321b2f 568 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 569
8628686a
DL
570 * cmuscheme.el: Doc fixes.
571 (cmuscheme) <defgroup>: Use `scheme' as parent.
572 (cmuscheme-program-name): Remove. Change uses to
573 scheme-program-name.
574
575 * xscheme.el (scheme-program-name): Don't define here.
576
577 * progmodes/scheme.el (scheme-program-name): New variable
578 (originally in cmuscheme).
579
88f0a1eb
MB
5802000-11-14 Miles Bader <miles@gnu.org>
581
582 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
583 Handle header-lines. Don't loop forever if we can't enlarge the
584 window anymore. Simplify a bit.
585
cd9a000c
KH
5862000-11-14 Kenichi Handa <handa@etl.go.jp>
587
588 * window.el (fit-window-to-buffer): Don't check
589 window-text-height. Assure that the last line is fully visible.
590
591 * international/quail.el (quail-show-guidance-buf): Call
592 fit-window-to-buffer to assure the enough height of the guidance
593 buffer.
594 (quail-update-guidance): Avoid making the guidance buffer shorter.
595
d3fcda22
SM
5962000-11-14 Stefan Monnier <monnier@cs.yale.edu>
597
bdbd9606
SM
598 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
599 rather than `prepend' and add an interesting comment.
600 (tex-math-face, tex-font-lock-syntactic-face-function):
601 New face and function to use it.
602 (tex-define-common-keys, tex-mode-map): Use menu-item rather
603 than `menu-enable' symbol property.
604 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
605 (tex-mode): Add some latex-mode commands for auto-selection.
606 Use tex-font-lock-syntactic-face-function.
607 (tex-insert-quote): Simplify.
608 (tex-shell): New mode.
609 (tex-start-shell): Use it.
610 (tex-shell-proc, tex-shell-buf): New functions.
611 (tex-send-command): Use it.
612 (tex-main-file): Fix the meaning of the new arg REALFILE.
613 (tex-send-tex-command): New function split from `tex-start-tex'.
614 Set compilation-last-buffer and compilation-parsing-end.
615
d3fcda22
SM
616 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
617 when it follows non-comment text on the line.
618
619 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
620 Set font-lock-defaults.
621 (lisp-mode-shared-map): Init inside the defvar.
622 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
623 Use define-derived-mode.
624
bdab1d43
MB
6252000-11-14 Miles Bader <miles@lsi.nec.co.jp>
626
627 * faces.el (header-line): Use `:box nil' for color/gs displays too.
628
936ae731
GM
6292000-11-14 Gerd Moellmann <gerd@gnu.org>
630
631 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
632 recursively optimize body because that can lead to infinite
633 recursion; see comment there.
634
1695ca2b
EZ
6352000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
636
637 * faces.el (face-spec-set-match-display): Revert the change from
638 2000-10-24. Add a FIXME for after v21.1.
639
9d348294
MB
6402000-11-13 Miles Bader <miles@gnu.org>
641
642 * textmodes/fill.el (skip-line-prefix): New function.
643 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
644 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
645 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
646 point inside the fill-prefix.
9d348294 647
b85fa13c
MB
6482000-11-13 Miles Bader <miles@lsi.nec.co.jp>
649
650 * calendar/calendar.el (generate-calendar-window): Use
651 `fit-window-to-buffer'.
652
a0b47716
SM
6532000-11-12 Stefan Monnier <monnier@cs.yale.edu>
654
655 * gud.el (gud-minor-mode): New var.
656 (gud-symbol, gud-val): New functions.
657 (gud-find-file): Copy gud-minor-mode to the new buffer.
658 (gud-menu-map): Include entries for commands that are not always
659 available, using :enable to (de)activate them.
660 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
661 (gud-mode-map): New map.
eaae8106 662 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
663 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
664 Don't set up gud's menu (it's done by the minor-mode).
665 (gud-minibuffer-local-map): New.
666 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
667 (gud-query-cmdline): New function.
668 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
669 (gud-mode): Use define-derived-mode.
670 Don't set up gud's menu (it's done by the minor-mode).
671 (gud-chop-words): Remove.
672 (gud-common-init): Use split-string instead.
673 (gud-new-keymap, gud-make-debug-menu): Eradicate.
674
675 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
676 Add keyword arg :name.
677
678 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
679 (diff-count-matches, diff-split-hunk): New functions.
680 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
681
682 * pcvs-info.el (cvs-fi-conflict-face): New var.
683
684 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
685 Make it into a simple syntax-table, shared among all submodes.
686 (sh-heredoc-face): Re-introduce.
687 (sh-font-lock-syntactic-face-function): New function.
688 (sh-mode): Use it. Also use define-derived-mode.
689 Remove old bogus setting of indent-region-function.
690 (sh-set-shell): Don't set the syntax-table any more.
691 (sh-mode-syntax-table) <defun>: Remove.
692
f5ed37df
MB
6932000-11-12 Miles Bader <miles@gnu.org>
694
695 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
696 message if interactive.
697
0b074c2f
DL
6982000-11-12 Dave Love <fx@gnu.org>
699
700 * mail/feedmail.el: Fix header,
701 (feedmail) <defgroup>: Add :link.
702
703 * view.el: Use local-map property, not keymap on mode-line string.
704
705 * scroll-all.el (scroll-all-mode): Customize variable. Add
706 autoload cookie to function.
707
708 * lazy-lock.el: Remove compatibility code.
709
710 * finder.el (finder-known-keywords): Add `files', remove `vms'.
711 (finder-help-echo): New variable.
712 (finder-mouse-face-on-line): Add help-echo stuff.
713 (finder-list-keywords, finder-list-matches): Use mapc.
714
715 * faces.el (face-font-registry-alternatives): Add :version.
716
717 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
718 tags-table-list.
719
a0b47716 720 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 721
a0b47716 722 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
723 (mail-mode): Use [:alnum:] in some regexps.
724
6d502396
DL
7252000-11-10 Dave Love <fx@gnu.org>
726
727 * ediff.el (ediff-regions-internal, ediff-documentation):
728 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
729 fundamental mode.
730
731 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
732 buffer into fundamental mode.
733 (ediff-set-difference): Use copy-sequence if available.
734
735 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
736 ediff-patch-map non-nil.
737 (ediff-fixup-patch-map, ediff-fixup-patch-map)
738 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
739 buffer into fundamental mode.
740
741 * ediff-merg.el (state-or-merge): Defvar when compiling.
742
a82fe213
JR
7432000-11-10 Jason Rumney <jasonr@gnu.org>
744
745 * w32-fns.el (w32-add-charset-info): New function.
746 (w32-charset-info-alist): Use it.
747
52d89894
GM
7482000-11-10 Gerd Moellmann <gerd@gnu.org>
749
750 * faces.el (face-font-registry-alternatives): New user-option.
751
178932de
SM
7522000-11-10 Stefan Monnier <monnier@cs.yale.edu>
753
d7fa3319
SM
754 * textmodes/texinfo.el (texinfo-block-default): New var.
755 (texinfo-insert-block): Use it. Insert a newline if needed.
756
178932de
SM
757 * textmodes/fill.el (fill-indent-according-to-mode): New var.
758 (fill-region-as-paragraph): Use it.
759
760 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
761 (latex-mode): Tweak tex-*-(head|trail)er regexps.
762 Tweak paragraph regexps to allow a leading [ \t]*.
763 (tex-latex-block): Insert a newline if necessary.
764 (latex-insert-item): Only insert a newline if necessary.
765 (tex-guess-main-file): New function.
766 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
767 Set tex-main-file if TeX-master is provided.
768 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
769
bd02b8e0
GM
7702000-11-10 Gerd Moellmann <gerd@gnu.org>
771
772 * startup.el (command-line): Set the default tooltip-mode
773 to t for graphical displays which implement x-show-tip.
774
775 * tooltip.el (tooltip-mode): Add a comment about startup.el
776 setting the default value of this user-option.
777
b29b03eb
SM
7782000-11-09 Stefan Monnier <monnier@cs.yale.edu>
779
780 * font-lock.el (font-lock-*-face) <defvar>: Move.
781 (font-lock-defaults-alist): Mark obsolete.
782 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
783 (font-lock-mode): Use define-minor-mode.
784 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
785 (font-lock-turn-off-thing-lock): Be more explicit.
786 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
787 (font-lock-syntactic-face-function): New var.
788 (font-lock-fontify-syntactically-region): Use it.
789 (font-lock-doc-face): New.
790
791 * pcvs.el (cvs-enabledp): Ignore errors.
792 (cvs-commit-filelist): Never query.
793 (cvs-mode-insert): Always add a terminating / in the initial prompt.
794 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
795 (cvs-do-removal): Use cvs-partition rather than delete-if.
796 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
797 cvs-bury-buffer.
798
799 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
800 Allow `next' to jump to after the end of the last match.
801
778fbc46
GM
8022000-11-09 Gerd Moellmann <gerd@gnu.org>
803
730c746c
GM
804 * simple.el (byte-compiling-files-p): New function.
805
806 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
807 if it is there.
808
809 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
810 nil again.
811
778fbc46
GM
812 * textmodes/ispell.el (ispell-library-path): Don't call
813 check-ispell-version when byte-compiling because that starts
814 an ispell process, and ispell might not be installed.
815 (toplevel): Don't set up a menu when byte-compiling.
816
817 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
818 it, so that a boundp test can be used to determine if we're
819 currently byte-compiling.
820
5912c5bb
DL
8212000-11-09 Dave Love <fx@gnu.org>
822
823 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
824 eval-after-load.
825
7bb054a5
GM
8262000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
827
828 * ps-print.el: Patch for variable initialization when spooling. Doc
829 fix.
830 (ps-output-list): Fun eliminated.
831 (ps-begin-file, ps-begin-job): Code fix.
832
9db2706e
DL
8332000-11-08 Dave Love <fx@gnu.org>
834
835 * ediff-wind.el (ediff-control-frame-parameters): Zero
836 tool-bar-lines.
837
f7eb32aa
GM
8382000-11-08 Gerd Moellmann <gerd@gnu.org>
839
840 * simple.el (shell-command, display-message-or-buffer)
841 (shell-command-on-region): Mention resize-mini-windows in the doc
842 string.
843 (display-message-or-buffer): Take the value of resize-mini-windows
844 into account.
845
7b01b08c
GM
8462000-11-07 Gerd Moellmann <gerd@gnu.org>
847
acad3c0b
GM
848 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
849
7b01b08c
GM
850 * dired.el (dired-between-files): Add `^. find' as an alternative
851 to the regular expression, for find-dired.
852
6f602bd0
SM
8532000-11-06 Stefan Monnier <monnier@cs.yale.edu>
854
855 * textmodes/texnfo-upd.el: Require texinfo.
856 (defmacro, defgroup): Remove.
857 (texinfo-section-to-generic-alist): Remove.
858 Use texinfo-section-list instead (i.e. level is changed string->int).
859 (texinfo-filter): New function.
860 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
861 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
862 Use it. And use regexp-opt.
863 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
864 (texinfo-update-menu-region-beginning)
865 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
866 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
867 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 868 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
869 (texinfo-sequential-node-update): Remove autoload cookie.
870
871 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
872 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
873 (texinfo-chapter-level-regexp): Remove.
874 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
875
bb216218
DL
8762000-11-06 Dave Love <fx@gnu.org>
877
6f602bd0 878 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 879
6f602bd0
SM
880 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
881 Match defun*.
bb216218 882
ff8dd5d5
KH
8832000-11-06 Kenichi Handa <handa@etl.go.jp>
884
885 * composite.el (composition-function-table): Variable declaration
886 moved to src/composite.c.
887 (compose-chars-after): New optional arg object.
888
e9da51a1
GM
8892000-11-06 Gerd Moellmann <gerd@gnu.org>
890
e0c12c68
GM
891 * bindings.el (mode-line-toggle-read-only)
892 (mode-line-toggle-modified, mode-line-widen)
893 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
894 (make-mode-line-mouse2-map): Rewritten.
895 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
896 functions so that C-h k can show something with a doc string.
eaae8106 897
e9da51a1
GM
898 * startup.el (fancy-splash-delay): Set to 10 seconds.
899 (fancy-splash-max-time): New user-option.
900 (fancy-splash-stop-time): New variable.
901 (fancy-splash-screens): Set it. Catch `stop-splashing'.
902 (fancy-splash-screens-1): Throw `stop-splashing' when current
903 time is greater than fancy-splash-stop-time.
904
611dbdf0
SM
9052000-11-06 Stefan Monnier <monnier@cs.yale.edu>
906
4d2806e2
SM
907 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
908
611dbdf0
SM
909 * pcvs.el (cvs-mode-marked): New arg `noquery'.
910 Prompt user for a file rather than raising an error.
911 (cvs-enabledp): Fix call to cvs-mode-marked.
912 (cvs-insert-file): New function (extracted from cvs-mode-insert).
913 (cvs-mode-insert): Use it. Change the init prompt' value.
914 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
915
916 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
917 Don't pass default arg to ewoc-locate.
918 (ewoc-collect): Return result in the right order.
919
920 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
921
922 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
923 (cvs-status-get-tags): Fix regexp.
924 (cvs-status-trees, cvs-status-cvstrees):
925 Combine after change hooks and don't sit-for.
4d2806e2
SM
926 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
927 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
928 Use make-char rather than hard-coded cryptic data.
929 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
930
931 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
932
933 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
934 (cvs-insert-strings): New function.
935
937b2877
MB
9362000-11-06 Miles Bader <miles@lsi.nec.co.jp>
937
938 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
939 `mwheel-scroll-amount'.
940 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
941 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
942 string-matching against the version string.
943
c6c97763
KH
9442000-11-06 Kenichi Handa <handa@etl.go.jp>
945
6eaec747
KH
946 * language/thai.el ("Thai"): Set a lisp form that produces
947 composed string in `sample-text' language info.
948
949 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
950 composed string in `sample-text' language info.
951
952 * international/mule-cmds.el (describe-language-environment): Eval
953 `sample-text' data and insert the result.
954
c6c97763
KH
955 * international/mule-conf.el (compound-text): Define this coding
956 system here. Make x-ctext and ctext aliases of it.
957
958 * language/european.el (compound-text, ctext): Moved to
959 international/mule-conf.el.
960
d1145f85
AI
9612000-11-05 Andrew Innes <andrewi@gnu.org>
962
963 * w32-fns.el (w32-version): New function.
964
178a6a45
SM
9652000-11-05 Stefan Monnier <monnier@cs.yale.edu>
966
967 * progmodes/awk-mode.el: Update copyright.
968 (awk-mode-abbrev-table): Remove.
969 (awk-font-lock-keywords): Use regexp-opt.
970 (awk-mode): Use define-derived-mode.
971
972 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
973 when extracting a suffix.
974
1ba90166
AS
9752000-11-04 Andre Spiegel <spiegel@gnu.org>
976
977 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
978 auto-save-mode.
979
546790cb
JR
9802000-11-04 Jason Rumney <jasonr@gnu.org>
981
982 * language/european.el (decode-mac-roman): Test against r1 not r0.
983
d247e32d
SM
9842000-11-03 Stefan Monnier <monnier@cs.yale.edu>
985
fbf44f44
SM
986 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
987 (icon-mode): Define indent-line-function.
988 (icon-comment-indent): Simplify.
989 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
990
991 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
992
993 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
994 Bind change-log-default-mode to defeat the caching done on it.
995 Don't bother saving excursion any more.
996
997 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
998
999 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1000 (set-frame-font): Use the new name (and the old for compatibility).
1001
eaae8106
SS
1002 * toolbar/tool-bar.el (tool-bar-mode):
1003 * time.el (display-time-mode):
1004 * recentf.el (recentf-mode):
1005 * paren.el (show-paren-mode):
1006 * mwheel.el (mouse-wheel-mode):
1007 * msb.el (msb-mode):
1008 * jka-compr.el (auto-compression-mode):
1009 * image-file.el (auto-image-file-mode):
1010 * hl-line.el (hl-line-mode):
1011 * delsel.el (delete-selection-mode):
1012 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1013 * complete.el (partial-completion-mode): Drop unneeded positional args.
1014
eaae8106 1015 * info.el (Info-mode):
79372165 1016 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1017
d247e32d
SM
1018 * log-edit.el (log-edit-menu): New menu.
1019
4921558e
MB
10202000-11-03 Miles Bader <miles@gnu.org>
1021
1022 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1023 definition, so that trailing spaces are handled properly.
1024 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1025
1fc02b3c
GM
10262000-11-03 Gerd Moellmann <gerd@gnu.org>
1027
1028 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1029 tab character.
1030 (fancy-splash-screens): Set tab-width to 20.
1031
51d001f7
DL
10322000-11-03 Dave Love <fx@gnu.org>
1033
1034 * comint.el (comint-completion-addsuffix): Fix custom type.
1035
ba22aeff
SM
10362000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1037
1038 * font-lock.el (font-lock-buffers): Remove.
1039 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1040 (font-lock-change-major-mode): Remove.
1041 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1042 (font-lock-default-fontify-region): Extend the multiline
1043 fontification to whole lines.
1044 (font-lock-fontify-anchored-keywords)
1045 (font-lock-fontify-keywords-region): If matching just one
1046 line (with \n) only mark the \n as multiline.
1047
1048 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1049 Correctly handle the case where several :group args are supplied.
1050 Allow :extra-args.
1051 (easy-mmode-define-global-mode): Allow :extra-args.
1052 Correctly handle the case where several :group args are supplied.
1053
9c887ada
MB
10542000-11-02 Miles Bader <miles@gnu.org>
1055
eaae8106 1056 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1057 (holiday-face): Remove dependency on `window-system'.
1058
7f25090d
KR
10592000-11-02 Ken Raeburn <raeburn@gnu.org>
1060
1061 * Makefile.in (emacs): Set EMACSLOADPATH always.
1062 (update-authors, .el.elc, compile-files): Don't do it explicitly
1063 here.
9b911107 1064 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1065
7dd6009c
DL
10662000-11-02 Dave Love <fx@gnu.org>
1067
1068 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1069
94821e4f
EZ
10702000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1071
1072 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1073 punctuation in the warning inserted into the *mail* buffer.
1074
1ac3fc42
GM
10752000-11-02 Gerd Moellmann <gerd@gnu.org>
1076
57731876
GM
1077 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1078 (authors-public-domain-p): New function.
1079 (authors-print): Use it.
1080
975f82c9
GM
1081 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1082
1ac3fc42
GM
1083 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1084
4b3eb10f
GM
10852000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1086
975f82c9 1087 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1088 (ps-print-version): New version number (6.3.1).
1089 (ps-even-or-odd-pages): Customization fix.
1090 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1091 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1092 (ps-page-count): Var replaced by `ps-page-column'.
1093 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1094 (ps-print-sheet-p): New fun.
1095
7da794df
MB
10962000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1097
1098 * tooltip.el (tooltip-gud-tips-setup): New function.
1099 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1100 (tooltip-mode): Call tooltip-gud-tips-setup.
1101 (tooltip-gud-tips): Use `gud-basic-call' instead of
1102 process-send-string, so the prompt gets frobbed appropriately.
1103 Handle nil return value from `tooltip-gud-print-command'.
1104
0e40b809
EL
11052000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1106
1107 * comint.el (comint-add-to-input-history): New function.
1108 (comint-send-input): Use `comint-add-to-input-history'.
1109
50ada0db
MB
11102000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1111
973a3104
MB
1112 * info.el (info-menu-header): New face.
1113 (Info-fontify-menu-headers): New function.
1114 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1115
50ada0db
MB
1116 * info.el (Info-insert-dir): Don't include blank lines at
1117 beginning of additional dir files (one is added automatically).
1118
bff53411
SM
11192000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1120
1121 * emacs-lisp/easy-mmode.el (define-minor-mode):
1122 Revert the latest changes.
1123 Allow the three positional arguments to be skipped and replaced
1124 by keyword arguments.
1125 Add a :toggle argument to determine whether a nil arg means toggle
1126 or means turn-on. The default is unchanged.
1127 Add a call to force-mode-line-update.
1128
6b8a0b2d
DL
11292000-11-01 Dave Love <fx@gnu.org>
1130
1131 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1132 cookie.
1133
5bf99100
MB
11342000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1135
1136 * calendar/calendar.el (diary-face, holiday-face): Add
1137 dark-background variants.
1138
a4032611
SS
11392000-10-31 Sam Steingold <sds@gnu.org>
1140
1141 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1142 `tex-main-file' does not have directory in it.
1143
c286608e
SM
11442000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1145
1146 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1147
4836835a
TTN
11482000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1149
1150 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1151 functional change.
1152
26dcb81b
GM
11532000-10-31 Gerd Moellmann <gerd@gnu.org>
1154
1155 * files.el (find-file-noselect): When we expand a wildcard, return
1156 a list of buffers, as we should do according to the doc string.
1157
49fc4500
KR
11582000-10-31 Ken Raeburn <raeburn@gnu.org>
1159
1160 * loadup.el (top level): Adjust load path if program name is
1161 "../src/bootstrap-emacs", in case it's not dumped and thus the
1162 load path adjustment hasn't already been done.
1163
ea0c615d
GM
11642000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1165
1166 * ps-print.el: Fix bug on selected pages for printing. Use
1167 `color-values' for Emacs 21. Ensure fontification when jit-lock
1168 is on. Try to avoid warning messages when compiling. Doc Fix.
1169 (ps-print-version): New version number (6.3).
1170 (ps-color-device): Use `color-values' to determine if device
1171 supports color.
1172 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1173 (ps-print-page-p): Changed from defsubst to defun.
1174 (ps-page-number): Changed from defmacro to defun.
1175 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1176 printing.
c286608e 1177 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1178 (ps-end-file, ps-dummy-page): Funs eliminated.
1179 (ps-print-color-scale): Changed default value.
1180 (ps-page-n-up, ps-print-page-p): New internal vars.
1181 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1182 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1183
9e20722f
GM
1184 * delim-col.el: Little programming improvement.
1185 (delimit-columns-str): New macro.
1186 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1187
d7a0fd00
KH
11882000-10-31 Kenichi Handa <handa@etl.go.jp>
1189
c286608e
SM
1190 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1191 Moved to european.el.
d7a0fd00
KH
1192 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1193 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1194 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1195 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1196
234be340
DL
11972000-10-30 Dave Love <fx@gnu.org>
1198
1199 * progmodes/cc-menus.el (imenu-generic-expression)
1200 (imenu-progress-message): Only defvar when compiling.
1201
4edc4a39
DL
1202 * emacs-lisp/elp.el (elp-unload-hook): New function.
1203
1204 * loadhist.el (unload-feature): Call elp-restore-function,
1205 checking for symbols; don't use elp-restore-all.
1206 (loadhist-hook-functions): Doc fix.
1207
70c825df
SM
12082000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1209
1210 * log-edit.el (log-edit-confirm): Fix the default.
1211
1d3baf74
GM
12122000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1213
1214 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1215 delimit-columns-format.
1216 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1217
1ec321a7
MB
12182000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1219
1220 * comint.el (comint-replace-by-expanded-history): Don't use
1221 comint-get-old-input (we're not looking at *old* input).
1222 (comint-get-old-input-default): If using fields, signal an error
1223 when the point is not in an input field.
1224
70737ea9
KH
12252000-10-30 Kenichi Handa <handa@etl.go.jp>
1226
1227 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1228 and mule-unicode-e000-ffff.
1229
fa0cb51d 1230 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1231 (make-coding-system): Accept a symbol of translation table as a
1232 value of property `safe-chars'.
1233
1234 * international/mule-cmds.el (encode-coding-char): Check property
1235 safe-chars instead of safe-charsets.
1236
1237 * international/fontset.el (fontset-default): Modified for
1238 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1239 (x-font-name-charset-alist): Likewise.
1240 (ccl-encode-unicode-font): New CCL program. Record it in
1241 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1242
70c825df
SM
1243 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1244 New translation tables.
70737ea9
KH
1245 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1246 programs are modified and moved from mac-win.el.
1247 (mac-roman): Definition of this coding system is modified and
1248 moved from mac-win.el.
4836835a 1249
fda2ce24 12502000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1251
1d3baf74 1252 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1253 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1254
dd4d3cb6
MB
12552000-10-29 Miles Bader <miles@gnu.org>
1256
1257 * custom.el (custom-add-to-group): Allow multiple entries for a
1258 given value OPTION, as long as their widget types are different.
1259 * cus-edit.el (custom-face-value-create): If face name doesn't end
1260 with "face", add such here (similar to custom group widgets).
1261
1262 * comint.el (comint-highlight-prompt): Add :type.
1263
dace60cf
JW
12642000-10-28 John Wiegley <johnw@gnu.org>
1265
1266 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1267 Changed this function to operate on a temporary buffer instead of
1268 the main buffer. This not only keeps flyspell from marking a
1269 buffer as changed that wasn't, but it solves the jumpy cursor
1270 problem when attempts are made to edit incorrect words.
1271 (flyspell-maybe-correct-doubling): Same change as for
1272 `flyspell-maybe-correct-transposition'.
1273
1274 * calendar/timeclock.el (timeclock-log): Doc fix.
1275 (timeclock-last-event): Doc fix.
1276 (timeclock-log): Kill the timelog buffer after appending a new
1277 event.
1278 (timeclock-find-discrep): Use a temp buffer to read in the
1279 timelog, instead of visiting the file.
1280 (timeclock-log-data): A new function, along with a host of helper
1281 functions, for the purpose of making timelog data accessible to
1282 programmers.
1283
1284 * eshell/esh-mode.el (window-height test): Make certain that
1285 `eshell-stringify-t' is non-nil.
1286 (eshell-password-prompt-regexp): Changed to a much simpler
1287 password regexp.
1288 (eshell-send-input): If `eshell-invoke-directly' returns t,
1289 directly invoke the parsed command using `eval'. This improves
1290 turn-around time on simple commands by a factor of three or
1291 greater, such as cd, ls, pwd, etc. -- which get used very often.
1292 It also conserves thousands of cons cells per call (since
1293 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1294 in the Pacific Cookie Company).
1295
1296 * eshell/esh-test.el (eshell-test): Whitespace fix.
1297
1298 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1299 `eshell-ls-initial-args' nil when inserting directory contents.
1300
1301 * eshell/em-script.el (eshell-script-initialize): Add names to
1302 `eshell-complex-commands, since `source' and `.' are complex.
1303
0467b076
EZ
1304 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1305 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1306 `eshell-copy-handles'.
1307 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1308 bodies.
1309 (eshell-separate-commands): Whitespace fix.
1310 (eshell-complex-commands): Added a new list of names, for
1311 determining whether a given command is as simple as it looks.
1312 (eshell-invoke-directly): New function. Returns t if a command
1313 should be invoked directly (using `eval'), rather than indirectly
1314 using `eshell-do-eval'.
1315 (eshell-do-eval): Whitespace fix.
1316
1317 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1318 which provides an emulation of the DOS shell behavior of assuming
1319 that cp/mv/ln should copy/move/link to the current directory.
1320 (eshell-remove-entries): Added a doc string.
1321 (eshell-shuffle-files): Removed the check for `target' being null.
1322 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1323 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1324 it to do a smarter check of whether a destination was provided.
1325 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1326 (eshell/ln): Enable `:preserve-args', and use
1327 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1328 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1329 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1330 list after flattening it. This makes it possible to cat files
1331 with numerical names.
1332 (eshell-unix-initialize): Added several names to
1333 `eshell-complex-commands.
1334 (eshell-unix-command-complex-p): Return t if a given command name
1335 may result in external processes being invoked.
1336
1337 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1338 variable nil by default, since it slows down glob processing by a
1339 factor of two or more, and increases memory consumption.
1340
1341 * eshell/em-smart.el: Added a note about how memory consumptive
1342 smart display mode can be (at least this is true in Emacs 21).
1343 (eshell-smart-initialize): Whitespace fix.
1344 (eshell-refresh-windows): Use `if' instead of `when'.
1345 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1346 not necessary.
1347 (eshell-currently-handling-window): Added a missing global
1348 variable.
1349
1350 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1351 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1352 Whitespace fix.
1353 (eshell-ls-exclude-hidden): Added this variable in addition to
1354 `eshell-ls-exclude-regexp'. This one prevents files beginning
1355 with . from even being read, which can improve memory consumption
1356 quite a bit.
1357 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1358 read file entries beginning with a dot. In home directories with
1359 lots of hidden files, fully two-thirds of the time spent in ls is
1360 used to read directory entries that are immediately thrown away.
1361 (eshell-ls-initial-args): Added back this configuration variable,
1362 for specifying default initial arguments to every call to ls.
1363 Much faster than using an alias to do the same thing.
1364 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1365 (eshell-ls-dir): Whitespace change.
1366
1367 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1368
1369 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1370 available.
1371 (eshell-stringify-t): Added a customization variable, to indicate
1372 whether `t' should be rendered as a string at all. If not, one
1373 can still determine if the result of an expression is true using
1374 "file-exists-p FILE && echo true".
1375 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1376 stringify t!
1377
1378 * eshell/esh-module.el: Whitespace fix.
1379
1380 * eshell/em-alias.el (eshell-alias-initialize): Added
1381 `eshell-command-aliased-p' to `eshell-complex-commands'.
1382 (eshell-command-aliased-p): New function that returns t if a
1383 command name names an aliased.
1384
657f9cb8 13852000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1386
0467b076 1387 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1388 redrawing the screen when changing cursor color.
0467b076
EZ
1389 (viper-insert-state-pre-command-sentinel)
1390 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1391 (viper-replace-state-post-command-sentinel):
1392 Use viper-preserve-cursor-color.
657f9cb8
MK
1393 Many functions changed to use viper= instead of = when comparing
1394 characters.
0467b076 1395 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1396 working with characters.
0467b076 1397 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1398 Many functions changed to use viper= instead of = when comparing
1399 characters.
0467b076 1400 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1401
0467b076 1402 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1403 Several typos fixed in various docstrings.
0467b076
EZ
1404 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1405 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1406 hook.
0467b076
EZ
1407 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1408 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1409 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1410 (ediff-get-selected-buffers): New function.
1411 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1412 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1413 save-window-excursion.
0467b076 1414 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1415 termination check in while loop.
0467b076 1416 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1417 dired buffer.
0467b076
EZ
1418 (ediff-files,ediff-merge-files,ediff-files3)
1419 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1420
4f490d99
DL
14212000-10-28 Dave Love <fx@gnu.org>
1422
1423 * info.el (Info-fontify-node): Add help-echo for menu items.
1424
45b84006
EZ
14252000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1426
5ebc02b3
EZ
1427 * startup.el (normal-top-level): If the value of $TERM indicates
1428 we are running from xterm or one of its work-alikes, default to a
1429 light background mode.
1430
45b84006
EZ
1431 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1432 * faces.el (tty-handle-reverse-video): New function.
1433 (tty-create-frame-with-faces): Call it.
1434
1435 * frame.el (frame-notice-user-settings): Don't apply
1436 default-frame-alist and initial-frame-alist to MS-DOS frames.
1437 Call tty-handle-reverse-video, frame-set-background-mode, and
1438 face-set-after-frame-default for non-MS-DOS frames.
1439
1440 * startup.el (tty-long-option-alist): New variable.
1441 (tty-handle-args): New function.
1442 (command-line): Call tty-handle-args.
1443
1444 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1445 startup.el now does that for all character-terminal frames.
1446
eab6e8b9
MB
14472000-10-28 Miles Bader <miles@gnu.org>
1448
1449 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1450 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1451 global. If :global is followed by a non-nil but non-t value,
1452 make the mode buffer-local, but also generate a `global-MODE'
1453 version using `easy-mmode-define-global-mode'. Add
1454 :conditional-turn-on keyword argument.
1455
51a29efc
DL
14562000-10-28 Dave Love <fx@gnu.org>
1457
1458 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1459 use window-system.
1460
d71d7114
EZ
14612000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1464 Don't call find-buffer-file-type-coding-system. Instead, just
1465 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1466 if the file is on an untranslated filesystem.
1467 (add-untranslated-filesystem): Use "D" instead of "f" inside
1468 interactive.
1469
1f9cab4b
DL
14702000-10-27 Dave Love <fx@gnu.org>
1471
70c825df 1472 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1473 (refill-mode): Use it.
1474
70c825df
SM
14752000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1476
1477 * international/quail.el (quail-activate): Don't make-local-hook.
1478
7432cf10
AS
14792000-10-27 Andre Spiegel <spiegel@gnu.org>
1480
4836835a 1481 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1482 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1483 (vc-make-version-backup): Don't do it on MS-DOS without long file
1484 names.
4836835a 1485
7432cf10
AS
1486 * vc.el (vc-version-other-window): If an automatic backup of the
1487 desired version exists, rename it instead of copying it.
1488
4836835a
TTN
1489 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1490 after command. If there's an unexpected error, signal it instead
7432cf10 1491 of being silent.
e1483c38 1492 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1493
05ea7ef2
MB
14942000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1495
fd1035aa
MB
1496 * shell.el (shell): Add BUFFER argument.
1497 * comint.el (make-comint-in-buffer): New function.
1498 (make-comint): Use it.
1499
05ea7ef2
MB
1500 * faces.el (face-spec-choose): Change syntax so that the list of
1501 attribute-value pairs is now the cdr of each clause, not the cadr.
1502 Detect old-style entries, and handle them. Use pop.
1503
835a55fe
SM
15042000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1505
f5ab1cdd
SM
1506 * cus-edit.el (custom-mode-map): Use a sparse map.
1507 (custom-mode): Don't bother with make-local-hook.
1508
1509 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1510
835a55fe
SM
1511 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1512
c13b0ec8
GM
15132000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1514
1515 * ps-print.el: Avoid compilation gripes.
1516 (ps-print-version): New version number (6.2.1).
4836835a 1517
e9f63196
DL
15182000-10-26 Dave Love <fx@gnu.org>
1519
0b95284b
DL
1520 * menu-bar.el: Modify some menu item help strings.
1521 (menu-bar-help-menu): Add link to MORE.STUFF.
1522
e9f63196
DL
1523 * cus-edit.el (custom-mode): Add `special' mode-class property.
1524
1525 * wid-browse.el (widget-browse-mode): Likewise.
1526
1527 * wid-edit.el (widget-specify-field): Revert to using local-map
1528 property, not keymap.
1529
e276a14a
MB
15302000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1531
c1545d88
MB
1532 * wid-edit.el (widget-field-end): When checking for a `boundary'
1533 field, do so in the correct buffer.
1534
3c1b77ca
MB
1535 * simple.el (undo): Correctly distinguish between numeric and
1536 non-numeric prefix args in non-transient-mark-mode, as per the doc
1537 string. When in transient-mark-mode, treat all prefix-args as
1538 numeric.
1539
f5ab1cdd
SM
1540 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1541 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1542
1543 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1544 (comint-mode-map): Reverse order of `comint-write-output' and
1545 `comint-append-output-to-file'.
1546 (comint-append-output-to-file): Reinstate this function, for the
1547 benefit of the menu.
1548
d97151cb
SM
15492000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1550
1551 * vc.el (vc-version-other-window): Bind `file'.
1552
ea7d6f5b
GM
15532000-10-25 Gerd Moellmann <gerd@gnu.org>
1554
f5ab1cdd 1555 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1556
1557 * emacs-lisp/authors.el (batch-update-authors): New function.
1558 (authors-fixed-entries): New defconst.
1559 (authors-add-fixed-entries): New function.
1560 (authors): Call it.: Don't process lispref/.
1561
17c25cea
JR
15622000-10-25 Jason Rumney <jasonr@gnu.org>
1563
1564 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1565 Merge x w32 and mac definitions.
1566
4ecda532
GM
15672000-10-25 Gerd Moellmann <gerd@gnu.org>
1568
1569 * menu-bar.el (menu-bar-options-menu): Add a help string for
1570 `uniquify'.
1571
b6735035
GM
15722000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1573
f5ab1cdd
SM
1574 * time-stamp.el (time-stamp-string-preprocess):
1575 Fix a wrong type argument error.
b6735035 1576
f4cbc7a0
MB
15772000-10-25 Miles Bader <miles@gnu.org>
1578
1579 * recentf.el (recentf-mode): Variable removed.
1580 (recentf-mode): Use `define-minor-mode'.
1581
1582 * mwheel.el (mouse-wheel-mode): New global minor mode.
1583 (mwheel-install): Use `mouse-wheel-mode'.
1584
f4b020f6
DL
15852000-10-25 Dave Love <fx@gnu.org>
1586
f5ab1cdd
SM
1587 * progmodes/cperl-mode.el (cperl-mode):
1588 Set normal-auto-fill-function correctly.
072cb6f9 1589
f4b020f6
DL
1590 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1591 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1592 bindings.
f4b020f6 1593
ebe2a441
MB
15942000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1595
ff4dcd4b
MB
1596 * wid-edit.el (widget-field-at): New function.
1597 (widget-at, widget-field-activate): Use it.
1598 (widget-tabable-at): Use `widget-at'.
1599 (widget-specify-field): If the terminating character of the widget
1600 field (which is read-only) is a newline, put it into a special
1601 `boundary' field so that C-n/C-p act more naturally.
1602 (widget-field-end): Also don't subtract one if a special
1603 `boundary' field has been added after the widget field.
1604
ebe2a441
MB
1605 * comint.el (comint-output-filter, comint-send-input): Don't
1606 bother adding stickiness fields to overlays to fool the field
1607 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1608
ebe2a441
MB
1609 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1610 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1611 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1612
fe50b6ab
GM
16132000-10-24 Gerd Moellmann <gerd@gnu.org>
1614
53df4dda
GM
1615 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1616 (authors): Set file coding system to iso-2022-7bit. Add
1617 file-local variables to output buffer.
1618
4836835a 1619 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1620 WARN is nil.
1621
53df4dda
GM
16222000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1623
1624 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1625
1626 * delim-col.el: Now there is a column formatting mechanism.
1627 Modified to customization mechanisms convention. Doc fix.
1628 (columns): New group for delim-col.
1629 (delimit-columns-before, delimit-columns-after)
1630 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1631 (delimit-columns-end): New vars.
1632 (delimit-columns-customize, delimit-columns-format): New funs.
1633 (delimit-columns-region, delimit-columns-rectangle)
1634 (delimit-columns-rectangle-line): Modified to support column
1635 formatting.
4836835a 1636
a9839779
DL
16372000-10-24 Dave Love <fx@gnu.org>
1638
1639 * log-edit.el (log-edit): Add :version and a :group for vc.
1640
df0267b8
GM
16412000-10-24 Gerd Moellmann <gerd@gnu.org>
1642
9acc3873
GM
1643 * files.el (after-find-file): Don't print a message ``New file''
1644 if WARN is nil.
1645
63e1b552
GM
1646 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1647 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1648 get duplicate tool-bar entries because we'll see the global ones
1649 on more than one path through keymaps.
1650
1946f901
GM
1651 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1652
df0267b8
GM
1653 * progmodes/cmacexp.el: Change Francesco's email address.
1654
ae3b264b
KH
16552000-10-24 Kenichi Handa <handa@etl.go.jp>
1656
1657 * window.el (fit-window-to-buffer): Adjust point of the window
1658 buffer, not that of the current buffer.
1659
23afac01
EZ
16602000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * progmodes/cmacexp.el: Update the euthor's email address.
1663
22d1a4ed
MB
16642000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1665
1666 * faces.el (face-spec-set-match-display): Add `graphic' display
1667 type (the inverse of `tty'). Use `display-graphic-p' instead of
1668 the window-system variable.
1669
f408aa48
KH
16702000-10-24 Kenichi Handa <handa@etl.go.jp>
1671
1672 * international/isearch-x.el (isearch-with-input-method): Call
1673 input-method-function with the first event in
1674 unread-command-events.
1675
94fe8a31
MB
16762000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1677
1678 * faces.el (face-default-spec, face-user-default-spec): Make
1679 defsubsts.
1680
8f47302e
AC
16812000-10-24 Andrew Choi <akochoi@i-cable.com>
1682
1683 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1684 New charsets.
1685
1686 * term/mac-win.el: Remove definitions of mac-roman-lower and
1687 mac-roman-upper, require dired, and define instead of set
1688 mac-ready-for-drag-n-drop to avoid compilation error.
1689
446c097e
AI
16902000-10-23 Andrew Innes <andrewi@gnu.org>
1691
1692 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1693 superfluous calls to subst-char-in-string; instead apply
1694 expand-file-name after convert-standard-filename to ensure
1695 expected directory separators are used.
1696
379b70e7
EZ
16972000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1700
85c766e9
DL
17012000-10-23 Dave Love <fx@gnu.org>
1702
b7e03a67
DL
1703 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1704 (tool-bar-add-item): Set foreground and background for XBM icons.
1705
1706 * international/latin1-disp.el (latin1-char-displayable-p): New
1707 function (from Handa).
1708 (latin1-display-check-font): Use it.
1709
0dcf8835
DL
1710 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1711 using :key-sequence, making it much more usable. Use nconc, not
1712 append.
1713 (imenu--create-keymap-1): Avoid append.
1714
85c766e9 1715 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1716
cb3069bb
MB
17172000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1718
1719 [the following changes fix a bug where `define-minor-mode' didn't
1720 correctly generate :require clauses for defcustoms in compiled files]
1721 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1722 (byte-compile-log-file, byte-compile-log-1): Don't set
1723 `byte-compile-current-file' to nil. Instead set
1724 `byte-compile-last-logged-file' to it. Test whether
1725 byte-compile-current-file equals byte-compile-last-logged-file
1726 instead of whether its nil.
3b6542ba 1727 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1728
6db6243b
SM
17292000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1730
1731 * textmodes/refill.el: Fix var names in doc.
1732 (refill-mode): Don't bother with make-local-hook anymore.
1733
98490598
MB
17342000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1735
e01cd227
MB
1736 * faces.el (face-user-default-spec, face-default-spec): New functions.
1737 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1738 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1739 Use `face-user-default-spec'. Simplify code slightly.
1740
4836835a 1741 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1742 (woman-unknown-face): Add dark-background variants.
1743 (woman-default-faces): Renamed from `woman-colour-faces'.
1744 Set using the stored defaults, rather than using hard-wired colors.
1745 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1746 Just make the foreground `unspecified' rather than "black".
1747 (woman-menu): Rename menu entries accordingly.
1748
98490598
MB
1749 * faces.el (header-line): Make more reasonable on mono/grayscale
1750 displays.
1751
1a578e9b
AC
17522000-10-23 Andrew Choi <akochoi@i-cable.com>
1753
1754 * cus-edit.el (custom-button-face): Use 3D look for mac.
1755 (custom-button-pressed-face): Likewise.
1756
1757 * faces.el (set-face-attributes-from-resources): Handle mac frames
1758 in the same way as x and w32 frames.
1759 (face-valid-attribute-values): Likewise.
1760 (read-face-attribute): Likewise.
1761 (defined-colors): Likewise.
1762 (color-defined-p): Likewise.
1763 (color-values): Likewise.
1764 (display-grayscale-p): Likewise.
1765 (face-set-after-frame-default): Likewise.
1766 (mode-line): Same default face as for x and w32.
1767 (tool-bar): Likewise.
1768
1769 * frame.el: Remove call to frame-notice-user-settings at end of
1770 the file.
1771
1772 * info.el (Info-fontify-node): make underlines invisible for mac
1773 as for x, pc, and w32 frame types.
1774
1775 * term/mac-win.el: New file.
1776
aaaf7be7
DL
17772000-10-22 Dave Love <fx@gnu.org>
1778
1779 * textmodes/refill.el: New file.
1780
5392d654
AS
17812000-10-22 Andre Spiegel <spiegel@gnu.org>
1782
4836835a 1783 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1784 MANUAL and REGEXP.
4836835a 1785 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1786 New functions.
1787 (vc-before-save): Use the latter.
1788 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1789 confusion.
1790
4836835a 1791 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1792 expected by vc[-hooks].el.
1793
1794 * vc.el (vc-checkout): Added `-p' suffix in call to
1795 vc-make-version-backups-p; use vc-make-version-backup to actually
1796 make the backup.
1797 (vc-version-other-window, vc-version-backup-file): Handle both
1798 automatic and manual backups.
1799 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1800 of all of them.
1801
1e221c16
MB
18022000-10-22 Miles Bader <miles@gnu.org>
1803
7ff4fda5
MB
1804 * comint.el (comint-highlight-input, comint-highlight-prompt):
1805 Renamed, `-face' at end removed.
1806 (comint-send-input, comint-output-filter): Use renamed faces.
1807
3511cde8
MB
1808 * window.el (fit-window-to-buffer): Change defaulting of
1809 MAX-HEIGHT slightly.
1810
1e221c16
MB
1811 * faces.el (color-values, color-defined-p): Use `member', not
1812 `memq', because it works correctly for strings.
1813 (frame-set-background-mode): Actually, "unspecified-fg" and
1814 "unspecified-bg" *are* strings. Use `member', not `memq', and
1815 `equal', not `eq', when a string value is possible.
1816
b6ef4898
EZ
18172000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1818
1819 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1820
34939e2c
SM
18212000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1822
1823 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1824 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1825 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1826 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1827 (sh-font-lock-syntactic-keywords): Use them.
1828 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1829 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1830 (sh-mode): Don't override font-lock-unfontify-region-function.
1831 Use a copy of sh-font-lock-syntactic-keywords.
1832 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1833 Don't call sh-scan-buffer since font-lock does it on the fly.
1834 (sh-get-indent-info): Use `face' rather than `syntax-table'
1835 text-property to detect here-documents.
1836 Replace sh-special-syntax with sh-st-punc.
1837 (sh-prev-line): Use `face' rather than `syntax-table'
1838 text-property to skip over here-documents.
1839 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1840 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1841 (sh-electric-less, sh-set-here-doc-region)
4836835a 1842 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1843 (sh-scan-buffer, sh-rescan-buffer): Remove.
1844
f3d3c491
AI
18452000-10-21 Andrew Innes <andrewi@gnu.org>
1846
1847 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1848 remote (ange-ftp) file names.
1849
b86c791c
MB
18502000-10-21 Miles Bader <miles@gnu.org>
1851
d9c30bdf
MB
1852 * window.el (fit-window-to-buffer): New function.
1853 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1854 (window-text-height): Don't expect minibuffers to have mode-lines.
1855
d9c30bdf 1856 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1857 * international/quail.el (quail-update-guidance): Use
1858 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1859
617fee5a
MB
1860 * international/quail.el (quail-show-guidance-buf): Make sure
1861 guidance window really has enough room.
1862 (quail-update-guidance): If quail-guidance-win is already shown,
1863 make sure its height is OK.
1864
b86c791c
MB
1865 * window.el (window-text-height, set-window-text-height):
1866 New functions.
1867 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1868 instead of `window-height' & `mode-line-window-height-fudge'.
1869 (mode-line-window-height-fudge): Add FACE parameter.
1870 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1871 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1872
e34850d1
MB
18732000-10-20 Miles Bader <miles@gnu.org>
1874
1875 * window.el (height-affecting-face-attributes): Use `defconst'.
1876
1877 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1878 New function, conditionally aliased to `mode-line-window-height-fudge'.
1879 (ispell-help): Use it.
1880 (ispell-choices-win-default-height): Don't include mode-line fudge.
1881 (ispell-choices-win-default-height): New function.
1882 (ispell-show-choices, ispell-command-loop): Use function
1883 `ispell-choices-win-default-height' instead of variable.
1884
a8b883c2
MB
18852000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1886
8c6e4a58
MB
1887 * window.el (mode-line-window-height-fudge): New variable.
1888 (height-affecting-face-attributes): New variable.
1889 (mode-line-window-height-fudge): New function.
1890 (shrink-window-if-larger-than-buffer): Use it.
1891 * help.el (resize-temp-buffer-window): Likewise.
1892
a8b883c2
MB
1893 * info.el (Info-fontify-node): Add support for @subsubsection
1894 titles, which use `Info-title-4-face'.
1895 (Info-title-4-face): New face.
1896 (Info-title-3-face): Inherit from Info-title-4-face instead of
1897 variable-pitch.
1898
e64c3a75
JR
18992000-10-19 Jason Rumney <jasonr@gnu.org>
1900
1901 * dired.el (dired-insert-directory): Do not let errors signalled by
1902 attempt to run dired-free-space-program prevent dired from working.
1903
c70fe852
SM
19042000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1905
1906 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1907
877cf6b4
GM
19082000-10-19 Gerd Moellmann <gerd@gnu.org>
1909
5de037e0
GM
1910 * dirtrack.el (dirtrack): Fix call to run-hooks.
1911
6deb9af9
GM
1912 * cmuscheme.el (cmuscheme-program-name): Renamed from
1913 scheme-program-name because xscheme.el contains a defcustom with
1914 the same name. As a consequence, customizing group `cmuscheme'
1915 loaded `xscheme' which redefined run-scheme.
1916 (run-scheme): Use cmuscheme-program-name.
1917
877cf6b4
GM
1918 * ps-print.el (ps-print-emacs-type): Move into the
1919 eval-and-compile.
1920
e597d8fb 1921 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1922 anonymous address, and add a website for Befrienders International.
4836835a 1923
3e9cb08f
GM
19242000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1925
c70fe852
SM
1926 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1927 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1928 (ps-print-version): New version number (6.2).
1929 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1930 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1931 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1932 (ps-x-extent-priority, ps-x-extent-start-position)
1933 (ps-x-face-font-instance, ps-x-find-coding-system)
1934 (ps-x-font-instance-properties, ps-x-make-color-instance)
1935 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1936 avoid compilation gripes without defining functions.
1937 (ps-e-find-composition): Alias for function find-composition, to have a
1938 suitable function depending on Emacs version.
1939 (ps-color-device, ps-color-values, ps-face-foreground-name)
1940 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1941 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1942 (ps-print-ensure-fontified): Function definitions surrounded by
1943 `eval-and-compile' to avoid compilation gripes.
1944 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1945 by symbol-value to avoid compilation gripes.
1946 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1947 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1948
d8abcd91
MB
19492000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1950
13ab33c4
MB
1951 * startup.el (normal-top-level): Call `frame-set-background-mode'
1952 after `frame-notice-user-settings' because the latter doesn't call
1953 the former on a tty.
1954
d8abcd91
MB
1955 * faces.el (frame-set-background-mode): `unspecified' &c are
1956 symbols, not strings.
1957
e8bce0a9
EZ
19582000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1959
c70fe852
SM
1960 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1961 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1962
c70fe852
SM
1963 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1964 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1965
773272d8
KH
19662000-10-19 Kenichi Handa <handa@etl.go.jp>
1967
c70fe852 1968 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1969 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1970 for ISO10646-1 fonts.
1971 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1972
772139c0
EZ
19732000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1974
1975 * faces.el (frame-set-background-mode): If a tty frame defines a
1976 background color, use that to compute the background mode, instead
1977 of always defaulting to "dark".
1978
d134a19f
MB
19792000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1980
8bb84cb2
MB
1981 * comint.el (comint-write-output): New function.
1982 (comint-mode-map): Add it to the menu.
e40a778f 1983 Bind `C-c C-s' to comint-write-output.
d134a19f 1984
dada41e1
GM
19852000-10-18 Gerd Moellmann <gerd@gnu.org>
1986
1987 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1988 Use fancy-splash-delay.
1989
9b5360aa
GM
19902000-10-18 Alex Schroeder <alex@gnu.org>
1991
1992 * progmodes/sql.el (sql-sybase-options): New option.
1993 (sql-sybase): Use it. Add sql-database to the list of parameters
1994 provided for login. The options -w 2048 -n are not used any more.
1995
9035a35a
GM
1996 * comint.el (comint-read-input-ring): Bugfix such that the first
1997 and the last entry of the input ring file are not lost.
1998
3556c6dd
GM
19992000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2000
2001 * ps-print.el: Internal variable changes to defcustom,
2002 make-local-hook changes to defvar. Doc fix.
2003 (ps-print-version): New version number (6.1).
2004 (ps-setup, ps-do-despool): Code fix.
2005 (ps-printer-name): Customization fix.
2006 (ps-printer-name-option): Now is a defcustom instead of an
2007 internal variable.
2008 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2009 (ps-print-begin-column-hook): Now are defvar instead of
2010 make-local-hook.
4836835a 2011
4e217e50
MB
20122000-10-18 Miles Bader <miles@gnu.org>
2013
2014 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2015 (comint-kill-output): Changed into an alias for `comint-delete-output',
2016 and made obsolete.
2017 (comint-mode-map): Rename references to comint-kill-output.
2018
34460354
EZ
20192000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2020
2021 * diff-mode.el (diff-header-face, diff-file-header-face)
2022 (diff-changed-face): Add bold and italic attributes to tty faces.
2023 (diff-function-face): New face.
2024 (diff-font-lock-keywords): Use it.
2025
17ea3cdb
MB
20262000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2027
2028 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2029 Remove commented-out call to force-mode-line-update.
2030 (comint-kill-output): Use `forward-line 0' instead of
2031 beginning-of-line to make sure we get past the prompt.
2032
9244f2c7
SM
20332000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2034
2035 * diff-mode.el (diff-header-face, diff-file-header-face):
2036 Add specific setting for dark background.
2037 (diff-context-face): Renamed from diff-comment-face.
2038 Set explicitly rather than inheriting from font-lock-comment-face.
2039
1592c1ef
EZ
20402000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2041
2042 * startup.el (command-line): Move the code which sets the default
2043 TTY colors to before before-init-hook.
2044
f86292a9
GM
20452000-10-17 Gerd Moellmann <gerd@gnu.org>
2046
2047 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2048
f7f2e883
EZ
20492000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2050
e854cc22
EZ
2051 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2052 extensions, for MS-DOS.
2053
f7f2e883
EZ
2054 * diff-mode.el (diff-header-face, diff-file-header-face)
2055 (diff-changed-face): Define tty-specific colors.
2056
c7b4f0f9
GM
20572000-10-17 Gerd Moellmann <gerd@gnu.org>
2058
2059 * startup.el (fancy-splash-text): Realign the text.
2060
12a72271
EZ
20612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2062
2063 * font-lock.el (font-lock-comment-face): Define a separate default
2064 for dark-background tty's.
2065
61dfccfd
MB
20662000-10-17 Miles Bader <miles@gnu.org>
2067
2068 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2069 being obscured by whizzy mode-lines on graphics displays.
2070
333cd59e
EZ
20712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * info.el (Info-title-1-face, Info-title-2-face)
2074 (Info-title-3-face): Define colors for tty's.
dada41e1 2075 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2076
dbf1fcc1
EZ
20772000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2078
2079 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2080 reverse from the frame parameters, and don't invert foreground and
2081 background colors.
2082
ac629823
MB
20832000-10-16 Miles Bader <miles@gnu.org>
2084
2085 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2086 string "*Info*". Call propertized-buffer-identification to spruce
2087 up the result.
2088
76eebffc
GM
20892000-10-16 Gerd Moellmann <gerd@gnu.org>
2090
3a6b59d9
GM
2091 * help.el: Provide `help' for the sake of define-minor-mode
2092 which generates defcustoms with requires.
2093
6569c3d3
GM
2094 * jit-lock.el (jit-lock-after-change): If we're in text that
2095 matches a multi-line font-lock pattern, make sure the whole text
2096 will be redisplayed.
2097
c2e0a611
GM
2098 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2099 author's name is unknown.
2100
76eebffc
GM
2101 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2102 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2103 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2104 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2105 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2106 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2107 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2108 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2109 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2110 Add author information.
2111
cf1e7b12
MB
21122000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2113
2114 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2115 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2116 full-color version (using the Gimp) to eliminate dithering artifacts.
2117
5586f3eb
SM
21182000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2119
2120 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2121
2122 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2123
ad64a888
DL
21242000-10-15 Dave Love <fx@gnu.org>
2125
2126 * progmodes/sh-script.el: Require skeleton and comint when
2127 compiling.
2128
2129 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2130
2131 * whitespace.el: Doc fixes.
2132 (top-level): Don't add hooks here.
2133 (whitespace-running-emacs): Deleted.
2134 (timer): Don't require.
2135 (whitespace): Add back :version conditional on xemacs test.
2136 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2137 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2138 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2139 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2140 Avoid specific xemacs test.
2141 (whitespace-global-mode): New option.
2142 (whitespace-global-mode): New command.
2143 (whitespace-unload-hook): New function.
2144
2145 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2146 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2147 (Info-fontify-node): `Goto' goes to `Go to'.
2148 (Info-fontify-node): Add help-echo to xref links.
2149
1ef49fc6
EZ
21502000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2151
2152 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2153
8b7707e1
SM
21542000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2155
b3b7f42f
SM
2156 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2157 Use plist-get and allow :inherit.
2158
2159 * emacs-lisp/cl-macs.el (cl-do-arglist):
2160 Use plist-get and plist-member instead of memq.
2161
3c7fafc7
SM
2162 * emacs-lisp/ewoc.el (ewoc-location): New function.
2163 (ewoc-enter-after, ewoc-enter-before): Document return value.
2164 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2165 Don't need make-local-hook any more.
2166 (cvs-addto-collection): Return the new tin.
2167 (cvs-mode-insert): Jump to the new line.
2168
8b7707e1
SM
2169 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2170
2171 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2172
2173 * font-lock.el (font-lock-syntactically-fontified): New var.
2174 (font-lock-fontify-syntactic-keywords-region): Use it.
2175 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2176
2177 * diff-mode.el (diff-find-file-name): Fix regexp.
2178
2179 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2180 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2181
2182 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2183 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2184 (sh-mode): Don't make all vars local here.
2185 (sh-kw): Reformat.
2186 (sh-set-shell): Use dolist. Don't set indent-region-function.
2187 (sh-mode-syntax-table): Use pop.
2188 (sh-remember-variable): Use push.
2189 (sh-help-string-for-variable): Use memq.
2190 (sh-safe-backward-sexp): Remove.
2191 (sh-safe-forward-sexp): Add ARG.
2192 (sh-get-indent-info, sh-prev-stmt): Use it.
2193 (sh-prev-line): Simplify by using forward-comment.
2194 (sh-this-is-a-continuation): Simplify.
2195 (sh-learn-buffer-indent): Use dolist.
2196 (sh-do-nothing): Remove.
2197 (sh-set-char-syntax, sh-set-here-doc-region):
2198 Use inhibit-modification-hooks.
2199 (sh-name-style): Use mapcar and push.
2200 (sh-load-style): Use dolist.
2201 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2202 (sh-case, sh-while-getopts): Use propertize directly rather
2203 than sh-electric-rparen.
2204
22052000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2206
2207 * textmodes/tex-mode.el: Require CL when compiling.
2208 (tex-mode-syntax-table): Init immediately.
2209 (tex-mode-map): Bind M-RET to latex-insert-item.
2210 (latex-mode): Set indent-line-function to latex-indent.
2211 (tex-common-initialization): Don't setup the syntax-table any more.
2212 (latex-insert-item): New skeleton.
2213 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2214 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2215 (latex-indent, latex-find-indent): New functions.
4836835a 2216 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2217 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2218 (tex-compilation-parse-errors): Use with-syntax-table.
2219
86b7fcbb
MB
22202000-10-15 Miles Bader <miles@gnu.org>
2221
2222 * font-lock.el (font-lock-comment-face): Change dark-background,
2223 color, non-tty, default to `chocolate1'.
2224
57a24508
JW
22252000-10-13 John Wiegley <johnw@gnu.org>
2226
2227 * eshell/esh-util.el (require): Added a missing `require' form,
2228 needed when compiling (for an ange-ftp macro definition).
2229
40ad3db4
DL
22302000-10-13 Dave Love <fx@gnu.org>
2231
2232 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2233
db460189
GM
22342000-10-13 Gerd Moellmann <gerd@gnu.org>
2235
b41c9501
GM
2236 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2237 fix.
2238
4836835a 2239 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2240 transparent -colors 8).
2241
3b5e21df
GM
22422000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2243
2244 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2245 that breaks with old list format timestamps.
2246 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2247 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2248 strings.
2249
16908a3f
JW
22502000-10-13 John Wiegley <johnw@gnu.org>
2251
d7103dda
JW
2252 * align.el, pcomplete.el, calendar/timeclock.el,
2253 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2254
dace60cf 2255 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2256 faulty math, where holiday hours were being computing as seconds.
2257
b6b70cda
JW
22582000-10-13 John Wiegley <johnw@gnu.org>
2259
2260 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2261 specifying what "other" kinds of buffers should be saved. This
2262 used to be hard-coded.
2263 (desktop-buffer-misc-functions): A global for specifying how
2264 auxiliary data should be determined for special buffer types.
2265 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2266 instead of hard-coding the special buffer types.
2267 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2268 auxiliary data, instead of hard-coding for Info buffers and dired.
2269 (desktop-buffer-info-misc-data): Aux function for determining Info
2270 buffer auxiliary info.
2271 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2272 (desktop-buffer-info): Changed this function to use the info
2273 gathered above.
2274 (desktop-create-buffer): Be a little more careful about what
2275 `minor-mode' means before calling it. This is important for some
2276 buffer types.
2277
8c6b1d83
JW
22782000-10-13 John Wiegley <johnw@gnu.org>
2279
2280 * eshell/esh-util.el: Added a global form which declares an
2281 autoload for `parse-time-string', if that function is not already
2282 defined, and if parse-time.el is available on the user's system.
2283
2284 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2285 to be aware of ange-ftp user info.
2286 (eshell-do-ls): Bind `ange-cache'. Also, use
2287 `eshell-file-attributes'.
2288 (eshell-ls-annotate): Use `eshell-file-attributes'.
2289 (eshell-ls-file): Made the user-id printing code a bit smarter.
2290
2291 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2292 allow identification of alias user ids in remote directories.
2293 It's manual, but there's no other way to know when the current
2294 user on the local machine, is also the owning user on the remote
2295 machine.
2296 (fboundp): Bind `ange-cache'.
2297 (eshell-directory-files-and-attributes): Re-organized the logic a
2298 bit to use `eshell-file-attributes' instead of `file-attributes'.
2299 The former is more sensitive to directories that are read via FTP,
2300 and knows how to use ange-ftp to determine full attribute
2301 information, instead of just the name and last modtime.
2302 (eshell-current-ange-uids): Return the current user id when in a
2303 remote directory.
2304 (eshell-parse-ange-ls): Parse a full directory listing that has
2305 been returned by ange-ftp.
2306 (eshell-file-attributes): This beefed up version of
2307 `file-attributes' is only special if the user is currently in a
2308 remote directory, in which case it does a lot of work to find out
2309 what the real attributes of a file are, as they appear on the
2310 remote machine. This makes usage of remote directories (i.e.,
2311 ange-ftp pathnames) much more useful. You can now use Eshell as a
2312 full-fledged FTP client, with much more manipulation ability than
2313 most other clients.
2314
2315 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2316 variable, which means that Eshell's du should always be preferred
2317 in remote directories.
2318 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2319 just `file-attributes'.
2320 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2321 when reading remote directories. This is an Eshell-specific
2322 variable (not part of ange-ftp).
2323 (eshell/ln): Bind `ange-cache'.
2324 (eshell/du): Added some extra logic for determining when to use
2325 Eshell's du (which is slow), and when to use the external version
2326 (which may or may not exist).
2327
2328 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2329 `eshell-interactive-process', rather than using
2330 `get-buffer-process', since backgrounded processes don't count in
2331 the context of this function's logic.
2332
2333 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2334 `forward-char', so that null strings are parsed correctly.
2335
87730e84 23362000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2337
2338 * eshell/em-pred.el (eshell-pred-file-type,
2339 eshell-pred-file-links, eshell-pred-file-size): Use
2340 `eshell-file-attributes'. This is more correct over ange-ftp.
2341
2342 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2343 that remote file globbing is more efficient.
2344
2345 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2346 gathering the files and attributes within a directory.
2347
2348 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2349 the command line is a special file (not a regular file, directory
2350 or symlink), always attempt to call the external version of cat.
2351
87730e84 23522000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2353
2354 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2355 Eshell-friendly version of find-tag.
2356
1c7e37a9
MB
23572000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2358
4836835a 2359 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2360 (image-file-name-regexps): Add autoload cookies.
2361
11a7f341
KH
23622000-10-13 Kenichi Handa <handa@etl.go.jp>
2363
2364 * international/mule-cmds.el (select-safe-coding-system): If FROM
2365 is string, show it in *Warning* buffer.
2366
8ddddcb0
EZ
23672000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2368
2369 * startup.el (normal-top-level): Use display-popup-menus-p instead
2370 of window-system.
2371 (command-line): Use display-graphic-p instead of window-system.
2372 (command-line-1): Use display-popup-menus-p and display-mouse-p
2373 instead of window-system.
2374
72200f89
SS
23752000-10-12 Sam Steingold <sds@gnu.org>
2376
2377 * tooltip.el (tooltip-use-echo-area): New user variable.
2378 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2379
8661c643
DL
23802000-10-12 Dave Love <fx@gnu.org>
2381
d0b40dc1
DL
2382 * recentf.el: Maintainer's checkdoc fixes.
2383
a622451f
DL
2384 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2385 character class, not ASCII when matching file names.
2386 (fancy-splash-head): Add trailing slash to URL.
2387 (command-line): Don't require XPM support for toolbar.
2388
8661c643
DL
2389 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2390 (cperl-invalid-face): Revert last change.
2391 (cperl-init-faces): Quote cperl-invalid-face.
2392
ef2ed8ab
KH
23932000-10-12 Kenichi Handa <handa@etl.go.jp>
2394
2395 * startup.el (fancy-splash-text): Remove superfluous quote.
2396
b0da379e
GM
23972000-10-12 Gerd Moellmann <gerd@gnu.org>
2398
dbeb499b
GM
2399 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2400 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2401 (command-line-1): Don't use fancy-splash-pending-command.
2402 (fancy-splash-screens-1): Goto point-min after inserting text.
2403
d861718a
GM
2404 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2405
b0da379e
GM
2406 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2407 instead of shared-lisp-mode-map.
2408
4fb2ad98
MB
24092000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2410
1cb4393e
MB
2411 * faces.el (header-line): Change tty-variant to use underlining.
2412
4fb2ad98
MB
2413 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2414 (isearch-highlight): Restore lazy-isearch face properties at old
2415 position, and suppress them at new position.
2416 (isearch-dehighlight): Restore lazy-isearch face properties.
2417 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2418 over the real isearch overlay, but in that case, don't give it a
2419 face property. Use `push'.
2420
eb991b25
KH
24212000-10-12 Kenichi Handa <handa@etl.go.jp>
2422
2423 * man.el (Man-getpage-in-background): Fix previous change.
2424 Decode the process output only when we are in multibyte mode.
2425
a818c1c0
DL
24262000-10-11 Dave Love <fx@gnu.org>
2427
c990f53a
DL
2428 * info.el (Info-mode-menu): Fix some help.
2429 (info-tool-bar-map): Add entry for Info-last.
2430
a818c1c0
DL
2431 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2432 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2433 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2434 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2435 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2436 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2437 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2438 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2439 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2440 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2441 Reduce colour requirements to 25 overall. (Probably wants
2442 revisiting from the originals to reduce further.)
2443
c1b096cb
EZ
24442000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2447 buffer-file-coding-system, instead of raw-text.
2448 (dehexlify-buffer): Bind coding-system-for-read to
2449 buffer-file-coding-system, instead of raw-text.
2450
5c8b7eaf
SS
24512000-10-11 Sam Steingold <sds@gnu.org>
2452
2453 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2454 `underline' - fixes the bug introduced on 2000-09-21.
2455
2cfbdb7a
DL
24562000-10-11 Dave Love <fx@gnu.org>
2457
2458 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2459 compiler warnings.
2460 (scheme-mode): Doc fix.
2461 (scheme-font-lock-keywords-1): Match `define-syntax'.
2462
24632000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2464
2465 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2466 face specs as well as default ones. Only do anything if the
2467 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2468 (region): Make dark-background `region' face less in-your-face.
4b33f290 2469
690ec649
SS
24702000-10-10 Sam Steingold <sds@gnu.org>
2471
2472 * chistory.el, ielm.el, ledit.el:
2473 * progmodes/inf-lisp.el, progmodes/scheme.el:
2474 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2475
3b95d6bb
SM
24762000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2477
2478 * textmodes/texinfo.el: Update copyright and fix typo.
2479
2480 * desktop.el (desktop-modes-not-to-save): New var.
2481 (desktop-save-buffer-p): Use it.
2482 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2483 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2484
d646c828
DL
24852000-10-10 Dave Love <fx@gnu.org>
2486
2487 * toolbar/tool-bar.el (tool-bar-add-item)
2488 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2489 display.
2490
d646c828
DL
2491 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2492 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2493 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2494 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2495 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2496 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2497 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2498 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2499 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2500 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2501 the .xpms; probably need retouching.
2502
862a7e28
MB
25032000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2504
2505 * subr.el (add-to-list): Add optional argument APPEND.
2506 * battery.el (display-battery): Use `add-to-list'.
2507
46e33aee
TTN
25082000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2509
930baf47
TTN
2510 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2511 these vars as symbol properties.
2cfbdb7a
DL
2512 (zone, zone-when-idle, zone-leave-me-alone)
2513 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2514
5a430f9c
TTN
2515 * battery.el (display-battery): Doc spelling fix.
2516
46e33aee
TTN
2517 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2518 property.
2519
adf7d3a8
DL
25202000-10-09 Dave Love <fx@gnu.org>
2521
2522 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2523 has been initialized before calling tool-bar-setup.
c2156508 2524 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2525
06a8c9f8
EZ
25262000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2527
e4ca8f8c
EZ
2528 * menu-bar.el (send-mail-item-name): New function.
2529 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2530 of mail-user-agent in the menu. Don't display the "Send Mail"
2531 item if mail-user-agent is nil or its value is ignore.
2532 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2533 if read-mail-command is nil or its value is ignore.
2534
06a8c9f8
EZ
2535 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2536
7dbc9c8a
MB
25372000-10-09 Miles Bader <miles@gnu.org>
2538
29e0814b
MB
2539 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2540 Correct image size.
2541 * toolbar/left_arrow.xpm: Correct image size.
2542
7dbc9c8a
MB
2543 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2544 will be done by the definition of `auto-compression-mode' if
2545 necessary. Move code to uninstall existing file-name handler
2546 before definition of `auto-compression-mode'.
2547
2548 * image-file.el (auto-image-file-mode): Move to the end of the
2549 file, because `define-minor-mode' actually calls the mode-function
2550 if the associated variable is non-nil, which requires that all
2551 needed functions be already defined.
2552
65b61266
MB
2553 * mouse.el (popup-menu): Balance parens.
2554
d6b8c85b
SM
25552000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2556
2557 * mouse.el (popup-menu): Move the command call outside the loop
2558 so that popup-menu returns whatever the command returns.
2559
2560 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2561 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2562 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2563 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2564
2565 * vc.el (vc-version-diff): diff-switches can be a list.
2566 Use relative filenames for prettier output.
2567
46e33aee 2568 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2569 (vc-post-command-functions): Remove old-VC compatibility code.
2570
2571 * newcomment.el (comment-indent-default): Autoload.
2572
2573 * font-lock.el (font-lock-defaults): Make buffer-local.
2574 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2575 (font-lock-choose-keywords):
2576 Ignore LEVEL unless KEYWORDS is a list of syms.
2577 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2578 Don't wrap regexp-opt things in \(...\) unnecessarily.
2579
2580 * jit-lock.el: Don't require font-lock any more.
2581 (jit-lock-functions): Make buffer-local.
2582 (jit-lock-saved-fontify-buffer-function): Remove.
2583 (jit-lock-mode): Remove autoload cookie.
2584 Remove font-lock specific code.
2585 (jit-lock-unregister): Don't bother handling complex hooks any more.
2586 (jit-lock-refontify): New function.
2587 (jit-lock-fontify-buffer): Use it.
2588 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2589 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2590 Add optional args START and END.
2591 Never call font-lock-fontify-region directly.
2592 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2593
2594 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2595
a30ed6ac
DL
25962000-10-08 Dave Love <fx@gnu.org>
2597
4e7c7ca9
DL
2598 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2599
2600 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2601
2602 * play/studly.el (studlify-region, studlify-word): Add autoload
2603 cookie.
2604
2605 * play/morse.el (morse-region, unmorse-region): Add autoload
2606 cookie.
2607
2608 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2609 concat.
2610
2611 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2612 insist on symbols starting with word syntax.
2613 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2614 (eval-defun-1): Doc fix.
2615 (indent-sexp): Use nconc to build up indent-stack.
2616
2617 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2618 Gnus with little use.
2619 (mail-setup-hook): Add mail-abbrevs-setup to options.
2620
968f7c4a
DL
2621 * recentf.el: Doc fixes.
2622
2623 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2624 Clean up remainder.
2625
2626 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2627 without timezone and (8) with timezone to enforce some whitespace.
2628 Simplify code somewhat.
2629
2630 * options.el (list-options): Doc that you should use customize.
2631
2632 * iswitchb.el (iswitchb-mode): Add :require.
2633
a30ed6ac
DL
2634 * info.el (Info-goto-node, Info-menu): Doc fix.
2635 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2636 (info-tool-bar-map): New variable.
2637 (Info-mode): Use it.
2638 (Info-edit-map): Define all in defvar.
2639 (speedbar-attached-frame): Avoid compiler warning.
2640
2641 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2642 (global-map): Bind [tool-bar] to a filtered map.
2643 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2644 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2645 Allow PBM icons.
2646 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2647
2648 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2649 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2650 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2651 icons, except up_arrow, which is left-arrow rotated.
2652
2653 * imenu.el (imenu-add-to-menubar): Fix last change.
2654
4e953aff
PB
26552000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2656
2657 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2658 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2659
739e92a7
EZ
26602000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2661
d20faceb
EZ
2662 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2663 typos in doc strings.
2664
a640322e
EZ
2665 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2666 the doc strings how to customize Font Lock faces.
2667
739e92a7
EZ
2668 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2669 computing growth when dragging the header line.
2670
8be7408c
EZ
26712000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 * simple.el (kill-line): Doc fix.
2674
6fee86a3
MB
26752000-10-08 Miles Bader <miles@gnu.org>
2676
445a653e
MB
2677 * faces.el (secondary-selection): Make foreground visible on tty.
2678
6fee86a3
MB
2679 * jka-compr.el (auto-compression-mode): Move to the end of the
2680 file, because `define-minor-mode' actually calls the mode-function
2681 if the associated variable is non-nil, which requires that all
2682 needed functions be already defined.
2683 (with-auto-compression-mode): Add autoload cookie.
2684
a115794c
EZ
26852000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2686
2687 * files.el (find-backup-file-name) [ms-dos]: If support for long
2688 file names is not available, behave as if version-control were set
2689 to never.
2690
b12e6de3
DL
26912000-10-07 Dave Love <fx@gnu.org>
2692
2693 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2694 (browse-url-gnome-moz): New function.
2695 (browse-url-browser-function): Use it.
2696 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2697
20b1d079
SM
26982000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2699
2700 * indent.el (tab-always-indent): New var.
2701 (indent-for-tab-command): Use it.
39250ec3 2702
9ee45b2c 2703 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2704 raise an error. This way it can still default to a sane value.
9ee45b2c 2705
8c6b1d83
JW
27062000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2707
39250ec3
SM
2708 * startup.el (fancy-splash-screens): Use local rather than global map.
2709 Don't use `update-menu-bindings' any more.
2710 Get rid of assumptions about keymap representation.
2711
a23ccdf2
DL
27122000-10-06 Dave Love <fx@gnu.org>
2713
814299a7 2714 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2715 (sentence-end-without-period): Doc fix.
2716 (adaptive-fill-regexp): Purecopy.
2717 (unjustify-current-line): Use line-end-position.
2718 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2719
2720 * net/eudc-vars.el (eudc): Add :version, :link.
2721
39250ec3 2722 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2723
2724 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2725 Fix for define-minor-mode.
2726 (function-at-point): Alias to function-called-at-point.
2727
2728 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2729
2730 * simple.el (backward-word): Doc fix.
2731
a23ccdf2
DL
2732 * image-file.el (image-file-name-regexp): image-file-regexps ->
2733 image-file-name-regexps.
742c1822 2734 (image-file-name-extensions): Add pbm.
a23ccdf2 2735
39250ec3
SM
27362000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2737
2738 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2739 and add filename to the names so that diff-mode can jump to source.
2740
2741 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2742 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2743 (tex-font-lock-keywords-1): Remove.
2744 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2745 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2746 (font-lock-default-fontify-region):
2747 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2748 (font-lock-fontify-anchored-keywords):
2749 Include the anchor text as part of the multiline.
2750
8d5dfacd
GM
27512000-10-06 Gerd Moellmann <gerd@gnu.org>
2752
2753 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2754 latter needs the autoloaded define-minor-mode macro during the
2755 bootstrap.
2756
2757 * startup.el (command-line): For now, activate tool-bar-mode only
2758 if XPM images are supported.
2759
2760 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2761 window by dragging a header-line at the top of the frame; that's
4c19fbce 2762 confusing because the header-line doesn't move.
8d5dfacd
GM
2763 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2764 of treating the event as a list. Some cleanup.
2765
f69aad2b 27662000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2767
f69aad2b
MB
2768 * simple.el (display-message-or-buffer): New function.
2769 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2770
09cb7646
MB
2771 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2772 docstring parts.
2773
814299a7 2774 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2775 (smbclient-prompt-regexp): Add usage note to doc string.
2776 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2777 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2778 Use add-hook for adding the comint filter function, and only do so
2779 if it's not already in the global hook list.
2780 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2781 to `make-local-variable'.
2782 (nslookup-font-lock-keywords): Remove prompt entry.
2783 (nslookup): Don't set the process-filter.
2784 (finger): Exit the loop correctly when the regexps list runs out.
2785 (ftp, smbclient, smbclient-list-shares):
2786 Set the real major mode immediately, not after execing.
2787 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2788
2789 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2790
4c19fbce
SM
27912000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2792
2793 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2794
2795 * which-func.el (which-func-format): Remove spurious space.
2796 (which-func-mode): Don't make it permanent-local.
2797 (which-func-ff-hook): Allow which-func-maxout to be nil.
2798 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2799 (which-func-mode): Simplify.
2800 Use post-command-idle-hook rather than post-command-hook.
2801 Go through all buffers and update their state.
2802 (which-function): Also try add-log-current-defun-function.
2803
2804 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2805 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2806 Update call to with-vc-properties accordingly.
2807 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2808 (vc-revert-buffer): More careful about window selection and deletion.
2809 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2810
2811 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2812 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2813 (cvs-dired-action): Change the default to quickdir.
2814
2815 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2816 if comment-indent-function returns nil.
2817 (comment-indent-default): New function.
2818 (comment-indent-function): Use it and document the new semantics.
2819
2820 * image-file.el: Docstring fixes.
2821
2822 * help.el (help-xref-on-pp): Use match-string.
2823 (describe-variable): New arg BUFFER.
2824 Store the current buffer in the help-xref-stack.
2825 (temp-buffer-resize-mode): Use define-minor-mode.
2826
2827 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2828 consistently with its docstring.
2829 Set jit-lock-first-unfontify-pos in an idempotent way.
2830 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2831
542c6552
GM
28322000-10-05 Alex Schroeder <alex@gnu.org>
2833
2834 * sql.el (sql-mysql-options): New variable.
2835 (sql-mysql): Use it.
2836
a3489ece
MB
28372000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2838
77f6105c
MB
2839 * image.el (image): New group.
2840
814299a7 2841 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2842 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2843
3478046b
PB
28442000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2845
2846 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2847 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2848 Ignore the value of wqindow-system; always define keywords
2849
22aca186
KH
28502000-10-05 Kenichi Handa <handa@etl.go.jp>
2851
2852 * startup.el (fancy-splash-screens): Remove the code for
2853 debugging; `(trace-to-stderr "EXITTT\n")'.
2854
55d5d717
MB
28552000-10-05 Miles Bader <miles@gnu.org>
2856
2857 * diff-mode.el (diff-goto-source): Update call to
2858 `diff-hunk-status-msg' to reflect new REV variable.
2859
41fa7178
SM
28602000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2861
2862 * progmodes/icon.el (icon-mode):
2863 Don't gratuitously override the default for comment-column.
2864
2865 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2866
2867 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2868 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2869 (jit-lock-functions): New var.
2870 (jit-lock-function-1): Use it if non-nil.
2871 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2872 Set the `fontified' property before doing the fontification to avoid
2873 repeatedly going through the same error.
2874 Don't turn errors into messages.
2875 (jit-lock-register, jit-lock-unregister): New functions.
2876
2877 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2878 Use with-current-buffer.
2879
2880 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2881 Turn comment into docstring.
2882
2883 * apropos.el (apropos-mode): Use define-derived-mode.
2884
3dc78168
GM
28852000-10-04 Gerd Moellmann <gerd@gnu.org>
2886
2887 * startup.el (fancy-splash-pending-command): New variable.
2888 (fancy-splash-pre-command): New function.
2889 (fancy-splash-screens): Rewritten.
2890 (command-line-1): If fancy-splash-pending-command is set, call it
2891 interactively.
2892
dae9dc56
DL
28932000-10-04 Dave Love <fx@gnu.org>
2894
2895 * toolbar/tool-bar.el (tool-bar-setup): New function.
2896 (tool-bar-mode): Use it.
2897
2898 * subr.el (substitute-key-definition): Doc fix.
2899 (play-sound-file): New command.
2900
3388f0a5
AS
29012000-10-04 Andre Spiegel <spiegel@gnu.org>
2902
814299a7 2903 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2904 vc-version-backup-file-name): New functions.
2905
2906 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2907
2908 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2909 vc-cvs-stay-local-p.
2910
2911 * vc.el (vc-revert-buffer): Handle empty diff properly.
2912 (vc-version-backup-file): New function.
2913 (vc-checkout): Create a version backup if necessary.
2914 (vc-checkin): If a version backup file exists, delete it.
2915 (vc-version-diff): Diff locally using version backups, if available.
2916 (vc-revert-file): If there's a version backup, revert locally.
2917 (vc-transfer-file): Use version backup for base version, if
2918 available. If not, ask for confirmation whether to get it from the
2919 server. Update mode line before check-in.
2920
ebd4825d
DL
29212000-10-04 Dave Love <fx@gnu.org>
2922
2923 * toolbar/tool-bar.el (tool-bar-setup): New function.
2924 (tool-bar-mode): Use it.
2925
1b24f4b7
PB
29262000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2927
3dc78168 2928 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2929 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2930 Only set if window-system is non-nil
2931 (net-utils-run-program): Returns buffer.
2932 (network-connection-reconnect): Added this function.
2933
814299a7
MB
2934 * generic.el:
2935 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2936 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2937 Uses cl compile-time macros.
3dc78168
GM
2938 (generic-mode-name, generic-comment-list)
2939 (generic-keywords-list, generic-font-lock-expressions)
2940 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2941 Removed variables.
2942 (generic-mode-alist): Renamed to generic-mode-list.
2943 (generic-find-file-regexp): Default changed to "^#".
2944 (generic-read-type): Uses completing read on generic-mode-list.
2945 (generic-mode-sanity-check): removed this function.
2946 (generic-add-to-auto-mode): Removed this function
3dc78168 2947 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2948 into function instead of putting them in alist.
2949 (generic-mode-set-comments): Reworked extensively.
2950 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2951 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2952
814299a7 2953 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2954 Make sure directory name ends with "/".
2955
814299a7 2956 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2957 Regexp now allows leading whitespace.
2958 (rc-generic-mode): Added eval-when-compile
2959 around generic-make-keywords-list.
2960 Deleted duplicate regexp
2961 (rul-generic-mode): Added eval-when-compile
2962 around generic-make-keywords-list.
2963 (etc-fstab-generic-mode): New generic mode.
2964 (rul-generic-mode): Removed one eval-when-compile
814299a7 2965 which caused a max-specpdl-size exceeded error.
1b24f4b7 2966
a7bf5cf3
MB
29672000-10-04 Miles Bader <miles@gnu.org>
2968
2969 * simple.el (minibuffer-temporary-goal-position): New variable.
2970 (next-history-element): Try to keep the position of point in the
2971 input string constant.
2972
2973 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2974 (dired-do-create-files): If there's only one file, pass it in as
2975 the DEFAULT arg to dired-mark-read-file-name.
2976
ce1087a9
SM
29772000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2978
2979 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2980 (diff-goto-source): Be smarter when choosing REVERSE or not.
2981
2982 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2983 (texinfo-mode-menu): Add an explicit shortcut for update all.
2984
0e41e1d6
AS
29852000-10-03 Andre Spiegel <spiegel@gnu.org>
2986
814299a7 2987 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2988 factorize backend-specific code cleanly (this was essentially
2989 conceived by Stefan Monnier).
2990 (vc-unregister): Function removed.
814299a7 2991 (vc-revert-file): New function.
858f7cb4
AS
2992 (vc-revert-buffer): Delegate some of the work to it.
2993
0e41e1d6
AS
2994 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2995 default branch unconditionally.
2996 (vc-rcs-set-default-branch): New function.
2997 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2998 (vc-rcs-checkin): If an appropriate default branch has been set,
2999 force creation of that branch.
858f7cb4
AS
3000 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3001 code (as suggested by Stefan Monnier).
0e41e1d6 3002
01c86c56
GM
30032000-10-02 Gerd Moellmann <gerd@gnu.org>
3004
45c477b4
GM
3005 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3006 highlighting overlay with a different face over the overlay
3007 isearch uses to highlight the current match because that can lead
3008 to bad face combinations.
3009
01c86c56
GM
3010 * loadup.el (toplevel): Load faces before isearch.
3011
3012 * isearch.el (isearch-faces): New custom group.
3013 (isearch): New defface; was already tested for in the code.
3014 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3015 (isearch-highlight): Always use face `isearch'.
3016
944425c0
DL
30172000-10-02 Dave Love <fx@gnu.org>
3018
3019 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3020 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3021 comparison of opcode with operand.
3022
2a099bcc
MB
30232000-10-03 Miles Bader <miles@gnu.org>
3024
3025 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3026 buffer, since the echo area will now grow to accommodate them.
3027
4300ecb8
AS
30282000-10-02 Andre Spiegel <spiegel@gnu.org>
3029
3030 * vc-hooks.el (vc-registered): If FILE used to be registered under
3031 a certain backend, try that one first.
3032
814299a7 3033 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3034 argument list. Handle multiple backends correctly.
3035 (vc-find-new-backend): Function removed.
3036 (vc-register): Use vc-responsible-backend, as before.
3037 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3038
64e6cc18
GM
30392000-10-02 Gerd Moellmann <gerd@gnu.org>
3040
3041 * startup.el (fancy-splash-head): Change message below the
3042 logo.
3043
00df919e
MB
30442000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3045
3046 * diff-mode.el (diff-goto-source): Emit a status message.
3047 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3048 (diff-test-hunk): Fix doc string.
00df919e
MB
3049 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3050 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3051 (diff-apply-hunk): Don't return a value.
00df919e 3052
ceec5a0c
SM
30532000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3054
3055 * vc.el (vc-editable-p): Minor optimization.
3056 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3057 (vc-find-new-backend): New function split from vc-responsible-backend.
3058 (vc-register): Use it.
3059 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3060 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3061 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3062 (vc-clear-headers): Don't use find-file.
3063 (vc-revert-buffer): Use `and' again (must have been a braino).
3064 (vc-switch-backend): Only prompt if requested.
3065 Short circuit if nothing is to be done.
3066 Don't use vc-resynch-buffer which could lose unsaved editing.
3067 (vc-default-receive-file): Update call to vc-unregister.
3068 (with-vc-file, vc-next-action-on-file):
3069 Use vc-backend rather than vc-registered.
3070 (vc-next-action-on-file): Use intern-soft.
3071 Deal with read-only *vc-diff* buffer.
3072 (vc-transfer-file): Docstring fix.
3073
3074 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3075 (vc-rcs-receive-file): Avoid with-vc-properties.
3076 Update call to vc-unregister.
3077 Use constant `RCS' rather than (dynamically bound) var `backend'.
3078
4ad5da8f
AS
30792000-10-01 Andre Spiegel <spiegel@gnu.org>
3080
814299a7 3081 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3082 is visited.
3083 (vc-start-entry): New argument initial-contents. Don't visit the file
3084 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3085 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3086 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3087 vc-start-entry.
3088 (vc-finish-logentry): Make sure to bury log buffer only if there
3089 really is one. Call `vc-resynch-buffer' on log-file, not
3090 buffer-file-name.
3091 (vc-default-comment-history, vc-default-wash-log): New functions.
3092 (vc-index-of): Removed.
3093 (vc-transfer-file): Make do without the above.
3094 (vc-default-receive-file): Call comment-history unconditionally. Pass
3095 the resulting string to vc-checkin, instead of inserting it into the
3096 comment ring.
3097
3098 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3099 unconditionally. Use the comments as initial contents of the log
814299a7 3100 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3101 changes.
3102
aa0c3dca
MB
31032000-10-01 Miles Bader <miles@gnu.org>
3104
3105 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3106 `recenter' with an arg to prevent redrawing the display.
3107
d5f5a2c5
SM
31082000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3109
3110 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3111
3112 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3113
814299a7 3114 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3115 Don't gratuitously override the default for comment-column.
3116
3117 * textmodes/tex-mode.el (latex-metasection-list): New var.
3118 (latex-imenu-create-index): Use it.
3119 Move the regexp construction outside loops (and use push).
814299a7 3120 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3121 (tex-font-lock-keywords): Moved from font-lock.el.
3122 (tex-comment-indent): Remove.
3123 (tex-common-initialization): Don't set comment-indent-function.
3124 (latex-block-default): New var.
3125 (tex-latex-block): Use it to provide a default choice.
3126 Add any unknown choice to latex-block-names.
3127 Insert [...] after {...}.
3128 (tex-last-unended-begin): Simplify regexp.
3129 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3130 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3131 (latex-mode): Set forward-sexp-function.
3132
3133 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3134 Add regexp for @ignore ... @end ignore.
3135 (texinfo-heading-face): New face.
3136 (texinfo-font-lock-keywords): Use it.
3137 (texinfo-mode-menu): New menu.
3138 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3139 New functions.
3140 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3141 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3142 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3143 Remove declaration.
3144 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3145
3146 * delsel.el (delete-selection-mode): Use define-minor-mode.
3147
3148 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3149
31502000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3151
3152 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3153
8a5506f2
GM
31542000-09-30 Gerd Moellmann <gerd@gnu.org>
3155
068127d6
GM
3156 * replace.el (keep-lines-read-args): New function.
3157 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3158 read arguments interactively. Add parameters RSTART and REND.
3159 Operate on the active region in Transient Mark mode.
3160
d777bb8f
GM
3161 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3162
8a5506f2
GM
3163 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3164 (authors-obsolete-files-regexps): New variable.
3165 (authors-add): Don't record changes in obsolete files.
3166
3fa87bfc
SM
31672000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3168
3169 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3170
3171 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3172 (comment-indent): Make sure there's a space between code and comment.
3173 Shift comments left to avoid going past fill-column.
3174
f02149ce
GM
31752000-09-29 Gerd Moellmann <gerd@gnu.org>
3176
3177 * startup.el (startup-echo-area-message): New function.
3178 (display-startup-echo-area-message): Use it.
3179 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3180 (fancy-splash-default-action): New function.
3181 (fancy-splash-screens-1): New function.
3182 (fancy-splash-head): Put a help-echo and a keymap under the image.
3183
a3ef6569
SM
31842000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3185
3186 * diff-mode.el (diff-add-log-file-name): Remove.
3187 (diff-mode): Use add-log-buffer-file-name-function.
3188
3189 * add-log.el (find-change-log): New arg BUFFER-FILE.
3190 (add-log-file-name): Obey add-log-file-name-function.
3191 (add-log-buffer-file-name-function): New var.
3192 (add-change-log-entry): Use it.
3193
75e5b373
MB
31942000-09-29 Miles Bader <miles@gnu.org>
3195
3196 * image-file.el (image-file-name-extensions): New variable.
3197 (image-file-name-regexps): Renamed from `image-file-regexps'.
3198 New default value is nil. Call `auto-image-file-mode'.
3199 (image-file-name-regexp): New function.
3200 (auto-image-file-mode): New minor mode.
3201 (insert-image-file): Don't make conditional on the image-file
3202 handler being enabled.
3203 (image-file-handler): Make the call here conditional instead.
3204 (set-image-file-handler-enabled, enable-image-file-handler)
3205 (disable-image-file-handler): Functions removed.
3206
3207 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3208 string.
3209
de6e1f7c
GM
32102000-09-29 Gerd Moellmann <gerd@gnu.org>
3211
3212 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3213 it's a function from CL.
3214 (latex-imenu-create-index): Replace eval-when-compile with progn
3215 because latex-section-alist is not bound while compiling.
3216
d8c201f5
SM
32172000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3220 (outline-mode): Use define-derived-mode.
3221
814299a7 3222 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3223 * progmodes/awk-mode.el (awk-mode):
3224 * progmodes/asm-mode.el (asm-mode):
3225 Don't gratuitously override the default for comment-column.
3226
3227 * emacs-lisp/lisp.el (lisp-complete-symbol):
3228 Distinguish the let-binding case from the funcall case.
3229 (forward-sexp-function): New variable.
3230 (forward-sexp): Use it.
3231
3232 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3233 (easy-mmode-defmap): Remove the now useless autoload.
3234
3235 * time.el (display-time-mode): Use define-minor-mode.
3236
3237 * subr.el (add-minor-mode): Don't eval NAME.
3238 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3239 Use if rather than cond.
3240
3241 * simple.el (read-expression-map): Define more properly.
3242 (comment-indent-hook): Remove.
3243 (string-to-syntax): Bug fix.
3244
3245 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3246 (cvs-ediff-diff): Fix typo.
3247 (cvs-revert-if-needed): Don't bother preserving read-only.
3248
3249 * paren.el (show-paren-mode): Use define-minor-mode.
3250
3251 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3252 (toggle-auto-compression): Remove.
3253 (jka-compr-build-file-regexp): Remove useless grouping.
3254
3255 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3256 Avoid user-reserved bindings.
3257 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3258 (diff-header-face): Revert to grey85.
3259
3260 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3261
3262 * complete.el (partial-completion-mode) <defcustom>: Remove.
3263 (partial-completion-mode): Use define-minor-mode.
3264 (PC-do-completion): Understand `completion-auto-help = delay'
3265 to mean to popup the completion buffer only the second time.
814299a7 3266 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3267 (PC-include-file-all-completions): Don't quote lambda.
3268
3269 * comint.el (comint-mode-hook): Docstring fix.
3270 (comint-mode): Use define-derived-mode.
3271 (comint-mode-map): Remove obsolete comment.
3272 (make-comint): Minor stylistic change.
3273 (comint-insert-clicked-input): Be more careful to find the overlay.
3274 Use this-command-keys rather than hardcoding mouse-2.
3275
3276 * font-lock.el: Replace confusing (,@ with ,
3277 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3278 Don't use regexp-opt-depth. Spice up the regexp for args.
3279 Don't distinguish between cmds that can take an opt arg or not.
3280 Use `append' and `prepend' rather than `keep'.
3281
3282 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3283 (latex-outline-regexp): New var.
3284 (latex-outline-level): New fun.
3285 (latex-section-alist): New var.
3286 (latex-imenu-create-index): Use it. Use `push' as well.
3287 (tex-shell-map): Initialize it properly.
3288 (tex-mode): Minor stylistic change.
3289 (plain-tex-mode): Use define-derived-mode.
3290 (latex-mode): Use define-derived-mode.
3291 Construct the paragraph regexps in a more readable way.
3292 Set the buffer-local outline-{level,regexp} vars.
3293 (slitex-mode): Derive from latex-mode.
3294 (tex-common-initialization): Don't kill-all-vars anymore.
3295 Add setting for comment-add and font-lock-defaults.
3296 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3297 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3298 (tex-start-tex): New arg DIR (and send a chdir command for it).
3299 Also display the shell buffer and save it in tex-last-buffer-texed.
3300 (tex-region): Use expand-file-name rather than concat.
3301 Remove code made useless by changes in tex-start-tex.
3302 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3303
3304 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3305
ff398532
DL
33062000-09-28 Dave Love <fx@gnu.org>
3307
3308 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3309
f9415d5b
GM
33102000-09-28 Gerd Moellmann <gerd@gnu.org>
3311
3312 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3313 `append'.
3314
fa003899
SM
33152000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * info.el (Info-extract-pointer): Undo last change.
3318 Instead, fix the position of the `bound' arg to re-search-backward.
3319
33202000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3321
3322 * info.el (Info-extract-pointer):
3323 Widen more carefully, to avoid finding pointers in other nodes.
3324 (Info-index): Use push.
3325
f9415d5b 33262000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3327
3328 * frame.el (set-frame-font): Remove call to obsolete function
3329 frame-update-faces.
3330 (set-foreground-color, set-background-color): Likewise for
3331 frame-update-face-colors.
3332
5538b8ba
MB
33332000-09-27 Miles Bader <miles@gnu.org>
3334
3335 * image-file.el: New file.
3336
60536eea
GM
33372000-09-27 Gerd Moellmann <gerd@gnu.org>
3338
5b551d58
GM
3339 * frame.el (frame-notice-user-settings): Don't call
3340 frame-update-faces, which is a no-op now.
814299a7 3341
60536eea
GM
3342 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3343 tool-bar-lines.
3344
36f1966f
DL
33452000-09-27 Dave Love <fx@gnu.org>
3346
3347 * mouse.el: Fix last change.
3348
c5785b73
MB
33492000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3350
3351 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3352
672172d9
KH
33532000-09-22 Kenichi Handa <handa@etl.go.jp>
3354
3355 * international/quail.el (quail-help): The output message is
3356 improved.
3357
4653b4ea
DL
33582000-09-26 Dave Love <fx@gnu.org>
3359
3360 * mouse.el (popup-menu): If POSITION is nil, set it using
3361 mouse-position.
3362
63900fcf
SS
33632000-09-25 Sam Steingold <sds@gnu.org>
3364
3365 * net/browse-url.el (browse-url-file-url): Check for null maps.
3366
cd3b81be
GM
33672000-09-26 Gerd Moellmann <gerd@gnu.org>
3368
876512ab 3369 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3370 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3371
fa003899
SM
3372 * frame.el (frame-notice-user-settings):
3373 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3374
cd3b81be
GM
3375 * toolbar/tool-bar.el (tool-bar-help): New function.
3376
d8b4516f
GM
33772000-09-25 Gerd Moellmann <gerd@gnu.org>
3378
6567e9b5
GM
3379 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3380 current-load-list in top-level forms. Else this leaks a cons cell
3381 every time a defun is called.
63900fcf 3382
d8b4516f 3383 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3384
a461758e
DL
33852000-09-25 Dave Love <fx@gnu.org>
3386
7df6adc3
DL
3387 * startup.el (fancy-splash-head): Check XPM is available.
3388
a461758e
DL
3389 * autoinsert.el (auto-insert): Doc fix.
3390 (auto-insert-alist): Following GNU notices, don't say `copyright
3391 _by_'. Use line-beginning-position.
3392 (auto-insert): Check buffer-file-name is non-nil before use.
3393
b11af2dd
GM
33942000-09-25 Gerd Moellmann <gerd@gnu.org>
3395
3396 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3397 starting with `@def' or `@multitable', in addition to ones
3398 specified by the user in auto-fill-inhibit-regexp.
3399
5f9f981b
GM
34002000-09-25 Markus Rost <rost@math.ohio-state.edu>
3401
3402 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3403 rmail-dont-reply-to-names matches the empty string.
63900fcf 3404
8ff16b4e
GM
34052000-09-25 Gerd Moellmann <gerd@gnu.org>
3406
63900fcf 3407 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3408 text to sound more friendly.
3409
9b4a7800
TTN
34102000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3411
3412 * progmodes/hideshow.el: Update author email address.
3413 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3414 (hs-hide-all-non-comment-function): New var.
3415 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3416 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3417 (hs-show-region): Delete this command.
3418 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3419
4c7c1f3f
DL
34202000-09-22 Dave Love <fx@gnu.org>
3421
3422 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3423 (hl-line-highlight): Specify buffer when moving overlay.
3424
3425 * progmodes/fortran.el (fortran-mode): Locally set
3426 normal-auto-fill-function.
3427 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3428 (fortran-mode-map): Adjust auto-fill menu entry.
3429
13f93dee
GM
34302000-09-22 Gerd Moellmann <gerd@gnu.org>
3431
36eb0a91
GM
3432 * vc-rcs.el (toplevel): Require `vc' when compiling.
3433
fa003899 3434 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3435
36a03bf9
AS
34362000-09-22 Andre Spiegel <spiegel@gnu.org>
3437
9b4a7800 3438 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3439 registered under the new backend.
3440
9b4a7800 3441 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3442 without explicit revision number.
3443
6e4e8a3b
SM
34442000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3445
3446 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3447 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3448 (diff-xor): New function.
3449 (diff-find-source-location): Use it. Fix a stupid name clash.
3450 (diff-hunk-status-msg): New function.
3451 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3452 (diff-test-hunk): Use diff-find-source-location.
3453 (diff-goto-source): Favor the `reverse'.
3454 (diff-hunk-text): Properly handle one-sided context diffs.
3455 (diff-apply-hunk): When done, advance to the next hunk.
3456
1b24b888
GM
34572000-09-21 Gerd Moellmann <gerd@gnu.org>
3458
623a0aae
GM
3459 * startup.el (command-line): If frame was created with a non-zero
3460 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3461
1b24b888
GM
3462 * add-log.el (change-log-date-face, change-log-name-face)
3463 (change-log-email-face, change-log-file-face)
3464 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3465 (change-log-function-face, change-log-acknowledgement-face):
3466 New faces, inheriting from font-lock faces.
1b24b888 3467 (change-log-font-lock-keywords): Use them.
9b4a7800 3468
93b3a1c8
DL
34692000-09-21 Dave Love <fx@gnu.org>
3470
80585273
DL
3471 * progmodes/cperl-mode.el (top-level): Clean up
3472 `eval-when-compile's and assorted defvars.
3473 (cperl-invalid-face): Don't double-quote value. Change custom
3474 type.
3475 (cperl-mode): Set normal-auto-fill-function and don't zap
3476 auto-fill-function.
3477 (cperl-imenu--function-name-regexp-perl): Renamed from
3478 imenu-example--function-name-regexp-perl.
3479 (cperl-imenu--create-perl-index): Renamed from
3480 imenu-example--create-perl-index.
3481 (cperl-xsub-scan): Don't require cl.
3482
93b3a1c8
DL
3483 * msb.el (msb-mode-map): Use substitute-key-definition.
3484 (msb-mode): Use msb-mode-map.
3485
43ccb598
AS
34862000-09-21 Andre Spiegel <spiegel@gnu.org>
3487
3488 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3489 New functions.
fa003899 3490 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3491 (vc-switch-backend): New function.
3492 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3493 (vc-register): Fix prompt.
3494 (vc-unregister, vc-default-unregister): New functions.
3495 (vc-version-diff): Handle empty buffer in sentinel.
3496
3497 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3498 (vc-rcs-state-heuristic): Use it to guess the state of files with
3499 non-strict locking.
3500 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3501 been set with -b, but not created yet.
3502 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3503 contents in order to find the state.
3504 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3505 (vc-rcs-unregister, vc-rcs-receive-file)
3506 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3507
9b4a7800 3508 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3509 in case it is missing.
9b4a7800 3510
95fadcca
GM
35112000-09-21 Gerd Moellmann <gerd@gnu.org>
3512
3513 * startup.el (fancy-splash-tail): Use a different foreground
3514 color on a dark frame background.
3515
470f23e1
MB
35162000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3517
3518 * info.el: Use the correct capitalization when making Info-mode
3519 and Info-edit-mode `special' modes.
3520
281096ed
SM
35212000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3522
3523 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3524 (diff-mode): Add support for add-log.el.
3525 (diff-hunk-text): Use char offsets rather than line offsets.
3526 (diff-find-source-location): Replace LINE with line-offset (nil
3527 if not found) and always set POS to a meaningful position.
3528 Adapt to the new char-offsets.
3529 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3530 Adapt to the new diff-find-source-location.
3531 (diff-goto-source): Adapt to the new diff-find-source-location.
3532
3533 * add-log.el (add-log-file-name): New function (split out of
3534 add-change-log-entry).
3535 (add-change-log-entry): Use it.
3536 Call add-log-file-name-function with the changelog file name if
3537 the current buffer is not associated with any file.
3538 Avoid find-file if the selected window is dedicated.
3539
3540 * diff-mode.el (diff-find-source-location):
3541 Move code from diff-apply-hunk. Return buffer rather than file.
3542 (diff-apply-hunk): Use the new result from diff-find-source-location.
3543 (diff-goto-source): Use the new diff-find-source-location.
3544
c29d77c4
DL
35452000-09-20 Dave Love <fx@gnu.org>
3546
3547 * iswitchb.el: Some doc fixes.
3548 (iswitchb-mode-map): Define completely initially. Inherit
3549 minibuffer-local-map.
3550 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3551 fundamental-mode.
3552 (iswitchb-global-map): New variable.
3553 (iswitchb-summaries-to-end): Amalgamate regexps.
3554 (iswitchb-mode): New.
3555 (iswitchb-mode-hook): New variable.
3556 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3557 `extensions'.
3558
49939379
GM
35592000-09-20 Gerd Moellmann <gerd@gnu.org>
3560
d05c87ac
GM
3561 * ehelp.el (electric-help): New defgroup.
3562 (electric-help-shrink-window): New user-option.
3563 (with-electric-help): Use it.
3564
1ec082d4
GM
3565 * window.el (shrink-window-if-larger-than-buffer): If face
3566 `mode-line' has a :box, and we're on a graphical frame, add 1
3567 to the needed window height.
3568
f46c275e
GM
3569 * frame.el (frame-notice-user-settings): Add a last parameter nil
3570 to a call to `append', because the last list passed to `append' is
3571 not copied, and so subsequent calls to assq-delete-all will modify
3572 default-frame-alist.
3573
b7e11c5b
GM
3574 * startup.el (fancy-splash-image): Change :type.
3575 (fancy-splash-head): Use an XBM image if appropriate.
3576 (command-line-1): Show splash screens in more cases.
3577
26ff68aa
GM
3578 * startup.el (fancy-splash-text): Don't quote faces.
3579
8320414c
GM
3580 * dired.el (dired-font-lock-keywords): Undo last change.
3581 (dired-readin): Bind indent-tabs-mode to nil.
3582
49939379
GM
3583 * startup.el (fancy-splash-head): If frame's background mode
3584 is `dark', change the black background of the image to gray.
3585 (fancy-splash-screens): Display startup echo area message.
3586 (display-startup-echo-area-message): New function.
3587
c3b27206
MB
35882000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3589
55a3d2a1
MB
3590 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3591
3592 * info.el (info-header-node): Tweak for color ttys.
3593
37a99821
MB
3594 * faces.el (face-valid-attribute-values): Make sure directories we
3595 search for stipples both exist and are readable before trying to
3596 search them.
3597
0415d0d0
MB
3598 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3599 in the dry-run case.
3600
523b128c
MB
3601 * jka-compr.el (with-auto-compression-mode): New macro.
3602
c3b27206
MB
3603 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3604 (custom-group-tag-face, custom-variable-tag-face): Use relative
3605 :height and inherit from `variable-pitch' face instead of
3606 hardwiring :family.
3607 * hi-lock.el (hi-black-hb): Likewise.
3608
ddba99ad
MB
3609 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3610 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3611 toolbar-add-item, if image doesn't have a mask add a `:mask
3612 heuristic'.
3613
7e99fbde
SM
36142000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3615
3616 * diff-mode.el: Docstring fixes.
3617 (diff-header-face, diff-comment-face): New faces.
3618 (diff-font-lock-keywords): Highlight a bit differently.
3619 (diff-find-source-location): Don't return SPAN any more.
3620 (diff-hunk-text): Don't bother erasing the temp buffer.
3621 (diff-find-text): Drop argument LINE.
3622 (diff-apply-hunk): Update calls to diff-find-text.
3623 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3624
3625 * calendar/calendar.el: Docstring fixes.
3626 (calendar-make-alist): Don't quote lambda.
3627 (calendar-star-date): Use make-local-variable.
3628
fb275c02
DL
36292000-09-19 Dave Love <fx@gnu.org>
3630
7e99fbde
SM
3631 * toolbar/tool-bar.el: Renamed from toolbar.el.
3632 Change `toolbar' to `tool-bar' generally in symbols.
3633 Make some items invisible in `special' major modes.
3634 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3635 Add arg PROPS.
532cb34d 3636
7e99fbde
SM
3637 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3638 Add :version here.
fb275c02
DL
3639 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3640
8f4ca9a5
GM
36412000-09-19 Gerd Moellmann <gerd@gnu.org>
3642
8b7707e1 3643 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3644
8b7707e1 3645 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3646 (find-file-noselect): Use it.
3647
8b7707e1 3648 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3649 (fancy-splash-screen): Defgroup.
3650
8f4ca9a5
GM
3651 * add-log.el (change-log-font-lock-keywords): Match names
3652 more exactly for the case that font-lock-constant-face is
3653 underlined.
3654
ba9eeda1 36552000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3656
8b7707e1 3657 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3658
289eaef9
AS
36592000-09-19 Andre Spiegel <spiegel@gnu.org>
3660
3661 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3662
ce9ded5d
GM
36632000-09-19 Gerd Moellmann <gerd@gnu.org>
3664
c113de23
GM
3665 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3666 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3667 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3668 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3669 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3670 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3671 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3672 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3673 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3674 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3675 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3676 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3677
ce9ded5d
GM
3678 * startup.el (fancy-splash-text): New variable.
3679 (fancy-splash-delay, fancy-splash-image): New user-options.
3680 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3681 (fancy-splash-screens): New functions.
3682 (command-line-1): If display has a `display' frame parameter, has
3683 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3684
b9b1c3a9
DL
36852000-09-19 Dave Love <fx@gnu.org>
3686
3687 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3688 with null `help'. Use modern backquote syntax.
3689
1af25534
GM
36902000-09-19 Gerd Moellmann <gerd@gnu.org>
3691
afd3c8cd
GM
3692 * font-lock.el (font-lock-mode): Change message telling the user
3693 that ``the buffer is too big''.
3694
1af25534
GM
3695 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3696 for instance for the case that tab-width is 2.
3697
05b1f851
GM
36982000-09-18 Gerd Moellmann <gerd@gnu.org>
3699
3700 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3701 toolbar-add-item, if image doesn't have a mask add a `:mask
3702 heuristic'.
3703
8ec8f673
MB
37042000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3705
2b612b1f
MB
3706 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3707 and return a cons if it's non-nil.
3708 (diff-apply-hunk): Try to jump to the line in the source text
3709 corresponding to the position of point in the in the hunk.
3710
9b4a7800 3711 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3712 (Info-title-1-face): Use face inheritance and relative sizes
3713 instead of hard-wiring things.
3714
3715 * faces.el (secondary-selection): Make dark-background variant sane.
3716
5eedab4d
AI
37172000-09-16 Andrew Innes <andrewi@gnu.org>
3718
5eedab4d
AI
3719 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3720 read-only, since they aren't under VC now.
3721
6a142f26
DL
37222000-09-17 Dave Love <fx@gnu.org>
3723
e07436e1
DL
3724 * tmm.el: Replace mapcar with mapc in several places.
3725
3726 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3727 ad-unadvise.
3728
7d354dd5
DL
3729 * international/latin1-disp.el: New file.
3730
6a142f26
DL
3731 * calendar/cal-move.el (scroll-calendar-left)
3732 (scroll-calendar-right): Make arg optional (for active mode line).
3733
3734 * calendar/calendar.el (calendar-mode-line-format): Make fields
3735 mouse-sensitive.
3736 (calendar-read-date, calendar-read-date, calendar-window-list):
3737 Unquote lambda.
3738 (calendar-month-name): Use aref, not sref.
3739
3740 * view.el (minor-mode-alist): Propertize the string.
3741
3742 * international/characters.el (standard-case-table): Add entries
3743 for Greek.
3744
50ac70af
MB
37452000-09-18 Miles Bader <miles@gnu.org>
3746
53c9ab4f
MB
3747 * info.el (info-node, info-xref): Add dark-background variants.
3748
a114b1ca
MB
3749 * faces.el (header-line): Change defaults to be less confusing
3750 when mixed with mode-lines.
3751
50ac70af
MB
3752 * info.el (Info-fontify-node): Make a few cleanups.
3753 Add extra `help-echo' and `local-map' props to node xrefs.
3754 Use header-specific faces for node-names & xrefs.
3755 (Info-use-header-line): New variable.
53c9ab4f 3756 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3757 (Info-setup-header-line): New function.
3758 (Info-select-node): Call Info-setup-header-line when enabled.
3759 (Info-extract-pointer): Work even if the header line is hidden.
3760 (Info-header-line): New variable.
3761
729927ff
SM
37622000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3763
3764 * vms-patch.el (print-region-function): Don't quote lambda.
3765
3766 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3767
3768 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3769 (lm-get-header-re): Allow spaces between the header and the colon.
3770 (lm-header): Allow $ in non-RCS headers.
3771 (lm-header-multiline): Put the strings back into order.
3772 Stop at an empty line. Don't require two space chars if the
3773 line is clearly not another header line.
3774
3775 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3776 (popup-menu-popup): Remove.
3777
7a98d821
GM
37782000-09-15 Gerd Moellmann <gerd@gnu.org>
3779
7f8f1edc
GM
3780 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3781 specification if or if not tool-bar item contains an `:enabled'
3782 property.
3783
7a98d821
GM
3784 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3785 current buffer has no file name.
3786
a7bc704b
DL
37872000-09-15 Dave Love <fx@gnu.org>
3788
3789 * strokes.el: Sync with maintainer's current version with changes
3790 for Emacs, but avoid runtime cl and levents.
3791 (toplevel): Change autoloads and compilation requires.
3792 (strokes-version, strokes-bug-address, strokes-lift): Values
3793 changed.
3794 (strokes-xpm-header, strokes-insinuated): New variable.
3795 (strokes): Add :link.
3796 (strokes-mode): Customized.
3797 (strokes-while-inhibiting-garbage-collector): New macro.
3798 (strokes-remassoc): Avoid remove-if.
3799 (strokes-fix-button2-command): Don't use ad-do-it.
3800 (strokes-insinuate): New function.
3801 (strokes-button-press-event-p, strokes-button-release-event-p):
3802 New functions, used instead of non-`strokes-' versions..
3803 (strokes-mouse-event-p): Rewritten.
3804 (strokes-event-closest-point): Avoid event-point.
3805 (strokes-get-grid-position): Avoid cdadr, caadr
3806 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3807 functions.
3808 (strokes-help): Use with-output-to-temp-buffer.
3809 (strokes-window-configuration-changed-p): New function.
3810 (strokes-update-window-configuration): Use buffer-live-p,
3811 strokes-window-configuration-changed-p.
3812 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3813 (strokes-char-face): New face.
3814 (strokes-char-table, strokes-base64-chars): New variable.
3815 (strokes-xpm-for-stroke, strokes-list-strokes)
3816 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3817 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3818 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3819 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3820 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3821 functions.
3822
47e351a3
GM
38232000-09-15 Gerd Moellmann <gerd@gnu.org>
3824
ebb8f116
GM
3825 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3826
47e351a3
GM
3827 * image.el (create-image): Doc fix.
3828
3829 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3830 instead of `:heuristic-mask t'.
3831
fe83b953
AI
38322000-09-14 Andrew Innes <andrewi@gnu.org>
3833
3834 * makefile.w32-in: Revert to Unix line endings.
3835
52481729
AI
38362000-09-14 Andrew Innes <andrewi@gnu.org>
3837
3021e816
AI
3838 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3839 when installing.
3840
52481729
AI
3841 * makefile.nt (DONTCOMPILE): Fix typo.
3842
3843 * shell.el (shell-write-history-on-exit): New function.
3844 (shell-dumb-shell-regexp): New custom variable.
3845 (shell-mode): Make shell-write-history-on-exit the process
3846 sentinel if shell name matches shell-dumb-shell-regexp.
3847
3848 * w32-fns.el: Comment out before-init-hook function which resets
3849 source-directory based; this breaks bootstrap.
3850
f8034e41
DL
38512000-09-14 Dave Love <fx@gnu.org>
3852
3853 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3854 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3855 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3856 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3857 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3858 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3859 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3860 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3861 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3862
3863 * toolbar/toolbar.el: New.
3864
3865 * subdirs.el: Add toolbar.
3866
b9ce5694
GM
38672000-09-14 Gerd Moellmann <gerd@gnu.org>
3868
3869 * indent.el (indent-for-tab-command): Doc fix.
3870
986b7dee
GM
38712000-09-14 Alex Schroeder <alex@gnu.org>
3872
3873 * ansi-color.el (ansi-colors): Doc change.
3874 (ansi-color-get-face): Simplified regexp.
3875 (ansi-color-faces-vector): Added more faces, doc change.
3876 (ansi-color-names-vector): Doc change.
3877 (ansi-color-regexp): Simplified regexp.
3878 (ansi-color-parameter-regexp): New regexp.
3879 (ansi-color-filter-apply): Doc change.
3880 (ansi-color-filter-region): Doc change.
3881 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3882 deal with zero length parameters.
3883 (ansi-color-apply-on-region): Doc change.
3884 (ansi-color-map): Doc change.
3885 (ansi-color-map-update): Removed debugging message.
3886 (ansi-color-get-face-1): Added condition-case to trap
3887 args-out-of-range errors.
3888 (ansi-color-get-face): Doc change.
3889 (ansi-color-make-face): Removed.
3890 (ansi-color-for-shell-mode): New option.
9b4a7800 3891
076ff911
KH
38922000-09-13 Kenichi Handa <handa@etl.go.jp>
3893
3894 * international/quail.el (quail-start-translation): Translate KEY
3895 if necessary even if it doesn't have any mapping in the current
3896 input method.
3897 (quail-start-conversion): Likewise.
3898 (quail-help): The output message is improved.
3899
bdf08678
MB
39002000-09-13 Miles Bader <miles@gnu.org>
3901
3902 * comint.el (comint-output-filter): Revert to using
3903 `insert-before-markers'. Add bletcherous hack to undo damage
3904 caused by `insert-before-markers'. Put `front-sticky' property on
3905 overlays created here so that the field code understands how the
3906 overlay works. Use a let when making comint-last-prompt-overlay,
3907 so that the code is easier to read.
3908
ffb8db8d
DL
39092000-09-13 Dave Love <fx@gnu.org>
3910
3911 * wid-edit.el (widget-default-format-handler): DTRT when
3912 doc-property is a function.
3913
5dd05f61
GM
39142000-09-12 Francesco Potorti` <pot@gnu.org>
3915
3916 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3917 filed name if it's not there.
3918
35177617
DL
39192000-09-12 Dave Love <fx@gnu.org>
3920
9023837e
DL
3921 * simple.el (read-mail-command): Doc fix.
3922 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3923
35177617
DL
3924 * vc.el (vc-dired-listing-switches): Fix :version.
3925
3926 * vc-hooks.el: Doc fixes.
3927
3928 * subr.el (add-minor-mode): Use toggle-fun arg.
3929
3930 * speedbar.el: Add :version to several defcustoms.
3931
3932 * imenu.el (imenu--truncate-items, imenu--cleanup)
3933 (imenu--generic-function): Avoid mapcar.
3934 (imenu--replace-spaces): Function removed.
3935 (imenu--completion-buffer): Use subst-char-in-string.
3936 (imenu-add-to-menubar): Use keymap inheritance.
3937
1afaae94
MB
39382000-09-12 Miles Bader <miles@gnu.org>
3939
3940 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3941 (diff-mode-map): Bind `diff-test-hunk'.
3942 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3943
39442000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3945
3946 * bytecomp.el (byte-compile-defvar): Undo last change
3947 because it breaks '(make-variable-buffer-local (defvar ...)'
3948 which is used at least in dired.
3949
63c36c3c
KH
39502000-09-12 Kenichi Handa <handa@etl.go.jp>
3951
3952 * international/quail.el (quail-define-package): Docstring
3953 modified.
3954
1ad24be1
KH
39552000-09-12 Kenichi Handa <handa@etl.go.jp>
3956
362a8065
KH
3957 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3958 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3959 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3960 docstring of "chinese-py".
3961
1ad24be1
KH
3962 * international/quail.el (quail-translation-docstring): New
3963 variable.
3964 (quail-show-keyboard-layout): Docstring modified.
3965 (quail-select-current): Likewise.
3966 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3967 infinite recursive call.
3968 (quail-help): Check quail-translation-docstring. Format of the
3969 output changed.
3970 (quail-help-insert-keymap-description): Adjusted for the above
3971 change.
3972
cc0f95a4
GM
39732000-09-11 Gerd Moellmann <gerd@gnu.org>
3974
3975 * bytecomp.el (byte-compile-defvar): Only cons onto
3976 current-load-list in top-level forms. Else this leaks a cons cell
3977 every time a defun is called.
3978
7530b6da
MB
39792000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3980
3981 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3982 Now understands non-unified diffs. Some functionality moved into
3983 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3984 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3985 modify anything. Only reposition point in the patched file if the
3986 patch succeeds. Only pop up another window if POPUP is true.
3987 Emit a message describing what happened if successful, and at what
3988 line-offset. Automatically detect reversed hunks and do something
3989 appropriate.
3990 (diff-hunk-text, diff-find-text): New functions.
3991 (diff-filter-lines): Function removed.
3992 (diff-test-hunk): New function.
3993 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3994
6b124390
DL
39952000-09-10 Dave Love <fx@gnu.org>
3996
3997 * textmodes/tildify.el: Minor doc/commentary fixes.
3998 (tildify) <defgroup>: Add :version.
3999
4000 * faces.el (face-x-resources): Make custom type more specific.
4001 (frame-background-mode): Use mapc.
4002 (region) <defcustom>: Add :version.
4003
7f8b6551
SM
40042000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4005
9b4a7800
TTN
4006 * vc-sccs.el (vc-sccs-register):
4007 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4008 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4009 * vc.el (vc-register): Clear file's properties.
4010
c454aac1
GM
40112000-09-08 Gerd Moellmann <gerd@gnu.org>
4012
4013 * faces.el (face-spec-set): Only face-spec-reset-face when
4014 ATTRS is non-nil.
4015
bb934822
EZ
40162000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4017
4018 * help.el (help-insert-xref-button): Fix a typo in doc string.
4019
03419440
EZ
40202000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4021
7f8b6551
SM
4022 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4023 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4024 methods.
4025
03419440
EZ
4026 * menu-bar.el (read-mail-item-name): New function.
4027 (menu-bar-tools-menu): Use it to compute and display the package
4028 used to read email.
4029 (menu-bar-tools-menu): Fix typo in GUD's help string.
4030
dbcee71a
DL
40312000-09-07 Dave Love <fx@gnu.org>
4032
19e713d8
DL
4033 * diff-mode.el (diff-mouse-goto-source): New function.
4034
a7cafade 4035 * vc-sccs.el: Doc fixes.
7f8b6551 4036 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4037
4038 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4039 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4040 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4041 (vc-rcs-master-templates): Add or change :version.
4042
7f8b6551 4043 * vc-cvs.el: Doc fixes.
a7cafade
DL
4044 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4045 (vc-cvs-stay-local): Add :version.
4046
dbcee71a
DL
4047 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4048
ed254191
KH
40492000-09-07 Kenichi Handa <handa@etl.go.jp>
4050
4051 * international/quail.el (quail-help): Fix previous change.
4052
ab0ee409
GM
40532000-09-07 Gerd Moellmann <gerd@gnu.org>
4054
f46f845b 4055 * faces.el (color-values): Doc fix.
9b4a7800 4056
ab0ee409
GM
4057 * faces.el (frame-set-background-mode): Use frame-parameter
4058 instead of frame-parameters.
4059
4060 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4061 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4062 frame-parameters.
9b4a7800 4063
f7246ac7
KH
40642000-09-07 Kenichi Handa <handa@etl.go.jp>
4065
4066 * language/devan-util.el (devanagari-to-indian-region): In the
4067 loop, change the following char, not preceding char.
4068
96889af2
GM
40692000-09-07 Gerd Moellmann <gerd@gnu.org>
4070
1091dd67
GM
4071 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4072 instead of frame-parameters.
4073
9b4a7800 4074 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4075 internal-set-lisp-face-attribute with FRAME being 0.
4076
4077 * vc.el: Remove `Id' version control keyword.
96889af2 4078
0fddd0dc
KH
40792000-09-07 Kenichi Handa <handa@etl.go.jp>
4080
4081 * help.el (help-make-xrefs): Adjusted for the change of
4082 help-xref-mule-regexp.
4083 (help-insert-xref-button): New function.
4084
4085 * international/mule-cmds.el (help-xref-mule-regexp-template):
4086 Include the pattern for character set.
4087 (leim): New group.
4088
4089 * international/quail.el: Don't require face.
4090 (quail): New group.
7f8b6551 4091 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4092 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4093 (quail-keyboard-layout-substitution): New variable.
4094 (quail-update-keyboard-layout): New function.
4095 (quail-keyboard-layout-type): New customizable variable.
4096 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4097 (quail-keyboard-translate): Pay attention to
4098 quail-keyboard-layout-substitution.
4099 (quail-insert-kbd-layout): New function.
4100 (quail-show-keyboard-layout): New function.
4101 (quail-get-translation): If the definition is a vector of length
7f8b6551 4102 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4103 in that string.
4104 (quail-update-current-translations): Fix the case of
4105 relative-index out of range.
4106 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4107 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4108 Show key sequences for all available characters.
0fddd0dc
KH
4109 (quail-help-insert-keymap-description): Don't show such verbose
4110 key bindings as quail-self-insert-command.
4111
4112 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4113 Format changed, and each element now have extra documentations.
4114 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4115 Adjusted for the change of quail-cxterm-package-ext-info.
4116
8ddceaf1
GM
41172000-09-06 Gerd Moellmann <gerd@gnu.org>
4118
4119 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4120 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4121 during bootstrap.
4122
099bd78a
SM
41232000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4124
4125 * vc.el: (toplevel): Don't require `dired' at run-time.
4126 (vc-dired-resynch-file): Remove autoload cookie.
4127
41282000-09-05 Andre Spiegel <spiegel@gnu.org>
4129
4130 * vc.el: Made several backend functions optional.
4131 (vc-default-responsible-p): New function.
4132 (vc-merge): Use RET for first version to trigger merge-news, not
4133 prefix arg.
4134 (vc-annotate): Handle backends that do not support annotation.
4135 (vc-default-merge-news): Removed. The existence of a merge-news
4136 implementation is now checked on caller sites.
4137
9b4a7800 4138 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4139 case.
4140
9b4a7800 4141 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4142 special case that has been removed from the default in vc-hooks.el.
4143
41442000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4147
41482000-09-05 Andre Spiegel <spiegel@gnu.org>
4149
4150 * vc-hooks.el: Require vc during compilation.
4151 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4152 macro `with-vc-properties' in vc.el.
4153 (vc-file-getprop): Doc fix.
4154 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4155
099bd78a
SM
4156 * vc.el: Require dired-aux during compilation.
4157 (vc-name-assoc-file): Moved to vc-sccs.el.
4158 (with-vc-properties): New macro.
9b4a7800 4159 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4160 vc-finish-steal): Use it.
4161 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4162 to the backend-specific function is now supposed to do the checkout,
4163 too.
4164 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4165
9b4a7800 4166 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4167 set file properties; that gets done in the generic code now.
4168
4169 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4170 Changed parameter list, added code from vc.el that does the
4171 checkout, possibly with a double-take.
4172
4173 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4174 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4175 the above under the new name.
4176 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4177 parameter list, added checkout command.
4178 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4179 properties; that gets done in the generic code now.
4180
41812000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4182
4183 * vc.el: Docstring fixes (courtesy of checkdoc).
4184
41852000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4186
4187 * vc.el (vc-checkout-writable-buffer-hook)
4188 (vc-checkout-writable-buffer): Remove.
4189 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4190 (vc-log-mode): Make it into a clean derived major mode.
4191 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4192 vc-log-mode if log-edit is not available.
4193 (vc-dired-mode-map): Don't set-keymap-parent yet.
4194 (vc-dired-mode): Do set-keymap-parent here.
4195 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4196
08ba3862
GM
41972000-09-05 Gerd Moellmann <gerd@gnu.org>
4198
4199 * faces.el (set-face-attribute, face-spec-reset-face)
4200 (face-spec-set): Avoid consing by removing calls to `apply'.
4201
4202 * frame.el (frame-parameter): Move to C code.
4203
3b4429b4
DL
42042000-09-05 Dave Love <fx@gnu.org>
4205
4206 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4207 insert-before-markers-and-inherit. Now checked systematically!
4208
877055f6
GM
42092000-09-05 Alex Schroeder <alex@gnu.org>
4210
4211 * sql.el (sql-postgres): Use sql-postgres-options.
4212 (sql-postgres-options): New variable.
4213
42142000-09-05 Alex Schroeder <alex@gnu.org>
4215
4216 * sql.el (sql-mode-menu): Work around missing variable mark-active
4217 in XEmacs.
4218 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4219 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4220 compatibility.
4221
7a004b71
GM
42222000-09-04 Gerd Moellmann <gerd@gnu.org>
4223
54baed30 4224 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4225
7a004b71
GM
4226 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4227
4228 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4229
42302000-09-04 Andre Spiegel <spiegel@gnu.org>
4231
4232 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4233 don't support anything else under SCCS yet.
4234
4235 * vc-hooks.el: Minor doc fixes.
4236
42372000-09-04 Andre Spiegel <spiegel@gnu.org>
4238
4239 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4240 not necessary. If verbose in state `needs-patch', do the same as
4241 under `up-to-date'. When NOT verbose and `needs-patch', check out
4242 latest version instead of `merge-news'.
4243 (vc-next-action-dired): Don't mess with default-directory here; it
4244 breaks other parts of dired. It is the job of the
099bd78a 4245 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4246 (vc-next-action): Remove a special CVS case.
4247 (vc-clear-headers): New optional arg FILE.
4248 (vc-checkin, vc-checkout): Set properties vc-state and
4249 vc-checkout-time properly.
099bd78a 4250 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4251 (vc-print-log): Use new backend function `show-log-entry'.
4252 (vc-cancel-version): Do the checks in a different order. Added a
4253 FIXME concerning RCS-only code.
4254
4255 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4256 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4257
4258 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4259
9b4a7800 4260 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4261 `needs-patch' as a `-' too.
4262
42632000-09-04 Andre Spiegel <spiegel@gnu.org>
4264
4265 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4266 (vc-default-could-register): New function.
4267 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4268 (vc-resynch-buffer): Call vc-dired-resynch-file.
4269 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4270 vc-resynch-buffer instead of vc-resynch-window.
4271 (vc-next-action-dired): Don't redisplay here, that gets done as a
4272 result of the individual file operations.
4273 (vc-retrieve-snapshot): Corrected prompt order.
4274
4275 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4276
7a004b71
GM
4277 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4278 as well.
4279 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4280 hostname regexps. Updated all callers.
4281 (vc-cvs-responsible-p): Handle directories as well.
4282 (vc-cvs-could-register): New function.
4283 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4284 properties up-to-date.
9b4a7800 4285
7a004b71
GM
4286 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4287 user whether to create one.
4288
42892000-09-04 Andre Spiegel <spiegel@gnu.org>
4290
4291 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4292 check out a non-existing file.
4293
4294 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4295 workfile does not exist.
4296
4297 * vc.el (vc-version-diff): Use `require' to check for existence of
4298 diff-mode.
4299
43002000-09-04 Andre Spiegel <spiegel@gnu.org>
4301
4302 * vc-cvs.el (vc-cvs-registered): Use new function
4303 vc-cvs-parse-entry to do the actual work.
4304
43052000-09-04 Andre Spiegel <spiegel@gnu.org>
4306
4307 * vc-hooks.el (vc-find-backend-function): If function doesn't
4308 exist, return nil instead of error.
4309 (vc-call-backend): Doc fix.
4310
4311 * vc.el (vc-do-command): Doc fix.
4312 (vc-finish-logentry): When checking in from vc-dired, choose the
4313 right backend for logentry check.
4314 (vc-dired-mode-map): Inherit from dired-mode-map.
4315 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4316 simplified.
4317 (vc-dired-state-info): Removed, updated caller.
4318 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4319 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4320 (vc-dired-listing-switches): New variable.
4321 (vc-directory): Use it, instead of dired-listing-switches.
4322
4323 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4324 (vc-cvs-dir-state): New function.
7f8b6551 4325 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4326 (vc-cvs-parse-entry): New function, also to be used in
4327 vc-cvs-registered.
9b4a7800 4328
7a004b71
GM
43292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4330
4331 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4332 *or* single-window-frames.
4333
43342000-09-04 Andre Spiegel <spiegel@gnu.org>
4335
4336 * vc.el (vc-update-changelog): Split into generic part and default
4337 implementation. Doc string adapted.
4338 (vc-default-update-changelog): New function. Call the `rcs2log'
4339 script in exec-directory, to fix a long-standing nuisance.
4340
4341 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4342 simply signals an error.
9b4a7800 4343
7a004b71
GM
43442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4347 control-flow more clear and to avoid running `cvs' twice.
4348
4349 * vc.el (vc-next-action-on-file): Doc fix.
4350 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4351 (vc-print-log): Eval `file' before constructing the continuation.
4352
43532000-09-04 Andre Spiegel <spiegel@gnu.org>
4354
4355 * vc.el (vc-next-action-on-file): Corrected several messages.
4356 (vc-merge): Add prefix arg `merge-news'; handle it.
4357
4358 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4359 is not reached. It is.
4360 (vc-cvs-merge): Set state to 'edited after merge.
4361 (vc-cvs-merge-news): Set workfile version to nil if not known.
4362 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4363
4364 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4365 via stdout. (Merge from main line.)
9b4a7800 4366
7a004b71
GM
43672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4368
4369 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4370 detection.
4371
43722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4373
4374 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4375 against kill-all-local-variables.
4376 (vc-log-edit): Don't save vc-parent-buffer any more.
4377 (vc-last-comment-match): Initialize to an empty string.
4378 (vc-post-command-functions): New hook.
4379 (vc-do-command): Run it.
4380 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4381 (vc-finish-logentry): Only add the comment to the ring if it's
4382 different from the last comment entered.
4383 (vc-new-comment-index): New function.
4384 (vc-previous-comment): Use it. Make the minibuffer message
4385 slightly less terse.
4386 (vc-comment-search-reverse): Make it work forward as well. Don't
4387 set vc-comment-ring-index if no match is found. Use
4388 vc-new-comment-index.
4389 (vc-comment-search-forward): Use vc-comment-search-reverse.
4390 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4391 define-derived-mode will do it for us. Bind `v' to a keymap that
4392 inherits from vc-prefix-map so that we can bind `vt' without
4393 binding C-x v t.
4394 (vc-retrieve-snapshot): Parenthesis typo.
4395
4396 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4397 to 1. Make sure to switch to *vc* before looking for an error
4398 message. Use vc-parse-buffer.
4399
44002000-09-04 Andre Spiegel <spiegel@gnu.org>
4401
4402 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4403 and NAME.
4404 (vc-retrieve-snapshot): Split into two parts.
4405 (vc-default-retrieve-snapshot): New function.
4406
4407 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4408 (vc-cvs-retrieve-snapshot): New function (untested).
4409 (vc-cvs-stay-local): Default to t.
4410 (vc-cvs-remote-p): New function and property.
4411 (vc-cvs-state): Stay local only if the above is t.
4412 (vc-handle-cvs): Removed.
4413 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4414 done via vc-handled-backends now.
4415 (vc-cvs-header): Escape Id.
4416
44172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * vc.el (vc-do-command): Remove unused commands.
4420 (vc-version-diff): Make sure default-directory ends with a slash.
4421 Move the window commands into a vc-exec-after.
4422 (vc-print-log): Move more of the code into the `vc-exec-after'.
4423
44242000-09-04 Andre Spiegel <spiegel@gnu.org>
4425
4426 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4427 (vc-print-log): Search current revision from beginning of buffer.
4428 (vc-revert-buffer): Clear echo area after the diff is finished.
4429 (vc-prefix-map): Removed definition of "t" for terse display in vc
4430 dired.
4431 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4432 definition of "vt" for terse display.
4433 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4434
44352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4436
4437 * vc.el (vc-exec-after): Avoid caddr.
4438
44392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4440
4441 * vc.el (vc-exec-after): New function.
4442 (vc-do-command): Use it to add a termination message for async
4443 procs.
4444 (vc-checkout): Try to handle a missing-backend situation.
4445 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4446 of a directory with a backend using async diffs.
4447 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4448 present.
4449
4450 * vc-sccs.el (vc-sccs-state-heuristic): Use
4451 file-ownership-preserved-p.
4452
4453 * vc-rcs.el (vc-rcs-state-heuristic): Use
4454 file-ownership-preserved-p.
4455 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4456
44572000-09-04 Andre Spiegel <spiegel@gnu.org>
4458
4459 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4460 vc-do-command.
4461
4462 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4463 when there are no changes.
4464
44652000-09-04 Andre Spiegel <spiegel@gnu.org>
4466
4467 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4468
4469 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4470
44712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4472
4473 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4474
4475 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4476 the `fset' outside of the defvar so that it works even if
4477 vc-prefix-map was already defined.
4478 (vc-setup-buffer): New function, split out of vc-do-command.
4479 (vc-do-command): Allow BUFFER to be t to mean `just use the
4480 current buffer without any fuss'.
4481 (vc-version-diff): Change the `diff' backend operation to just put
4482 the diff in the current buffer without erasing it. Always use
4483 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4484 shrink-window-if-larger-than-buffer.
4485 (vc-print-log): Change the `print-log' backend operation to just
4486 put the log in the current buffer without erasing it. Protect
4487 shrink-window-if-larger-than-buffer.
4488 (vc-update-change-log): Fix setd typo.
4489
4490 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4491 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4492
4493 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4494 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4495 CMP.
4496
4497 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4498 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4499 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4500
45012000-09-04 Andre Spiegel <spiegel@gnu.org>
4502
4503 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4504 not possible, use vc-BACKEND-workfile-unchanged-p.
4505 (vc-default-workfile-unchanged-p): New function. Delegates to a
4506 full vc-BACKEND-diff.
4507
4508 * vc-hooks.el (vc-simple-command): Removed.
4509
4510 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4511 instead of vc-simple-command.
4512 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4513 avoid doing a diff when opening a file.
4514 (vc-rcs-state): Added check for unlocked-changes.
4515 (vc-rcs-header): Escape Id.
4516 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4517 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4518 version.
4519
4520 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4521 (vc-sccs-diff): Remove optional arg CMP.
4522 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4523 SCCS-specific function.
4524
4525 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4526 vc-simple-command.
4527
45282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4529
4530 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4531 (with-vc-file, vc-merge): Use vc-editable-p.
4532 (vc-do-command): Remove unused var vc-file and fix the
4533 doubly-defined `status' var. Add a user message when starting an
4534 async command.
4535 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4536 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4537 Use with-current-buffer.
4538 (vc-buffer-sync): Use unless.
4539 (vc-next-action-on-file): If the file is 'edited by read-only,
4540 make it read-write instead of trying to commit.
4541 (vc-version-diff, vc-update-change-log): Use `setq
4542 default-directory' rather than `cd'.
4543 (vc-log-edit): Don't forget to set default-directory in the
4544 buffer.
4545
4546 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4547 (vc-sccs-state-heuristic): Use file-writable-p instead of
4548 comparing userids.
4549 (vc-sccs-checkout): Use `unless'.
4550
4551 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4552 of comparing userids.
4553 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4554 Simplify the logic by eliminating unreachable code.
4555 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4556 just do a recursive call if we need to retry.
4557 (vc-rcs-checkout): Handle the case where rcs is missing by making
4558 the buffer read-write if requested and re-signalling the error.
4559
4560 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4561
45622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4563
4564 * vc-hooks.el (vc-handled-backends): Docstring change.
4565 (vc-ignore-vc-files): Mark obsolete.
4566 (vc-registered): Check vc-ignore-vc-files.
4567 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4568 vc-ignore-vc-files.
4569
4570 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4571
45722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4573
4574 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4575 files since ange-ftp already has vc-registered return nil.
4576
4577 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4578 (vc-sccs-workfile-version): Use with-temp-buffer and new
4579 vc-parse-buffer and don't bother setting the property.
4580 (vc-sccs-add-triple): Use with-current-buffer and
4581 find-file-noselect.
4582 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4583
4584 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4585 derives from the old vc-parse-buffer but uses the revision number
4586 rather than the date (much easier to compare robustly).
4587 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4588 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4589 locking-user more directly. Check strict locking and set
4590 checkout-model appropriately.
4591 (vc-rcs-parse-locks): Remove.
4592 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4593 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4594 (vc-rcs-system-release): Use with-current-buffer and
4595 vc-parse-buffer.
4596 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4597
4598 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4599 (vc-simple-command): Docstring fix.
4600 (vc-registered): Align the way the file-handler is called with the
4601 way the function itself works.
4602 (vc-file-owner): Remove.
4603
4604 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4605 extraction of fields and call to file-attributes because of a
4606 temporary bug in rcp.el.
4607 (vc-cvs-fetch-status): Use with-current-buffer.
4608
46092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * vc.el (vc-do-command): Use file-relative-name.
4612 (vc-responsible-backend): Use vc-backend if possible.
4613 (vc-create-snapshot): Improve the `interactive' spec. Add support
4614 for branches and dispatch to backend-specific `create-snapshot'.
4615 (vc-default-create-snapshot): New function, containing the bulk of
4616 the old vc-create-snapshot.
4617 (vc-retrieve-snapshot): Improve the interactive spec.
4618
4619 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4620 (vc-backend-hook-functions): Remove.
4621 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4622 (vc-backend): Reintroduce the test for `file = nil' now that I
4623 know why it was there (and added a comment to better remember).
4624
4625 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4626 code from vc-sccs-hooks.el.
4627 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4628 'vc anymore.
4629 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4630 and file-directory-p instead of file-exists-p.
4631 (vc-sccs-check-headers): Simplify the regexp.
4632
4633 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4634 from vc-rcs-hooks.el. Don't require 'vc anymore.
4635 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4636 file-directory-p instead of file-exists-p.
4637
4638 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4639 from vc-cvs-hooks.el.
4640 (proto vc-cvs-registered): Require 'vc-cvs instead of
4641 'vc-cvs-hooks. Don't require 'vc anymore.
4642 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4643 file-directory-p instead of file-exists-p.
4644 (vc-cvs-create-snapshot): New function, replacing
4645 vc-cvs-assign-name.
4646 (vc-cvs-assign-name): Remove.
4647
46482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4649
4650 * vc-cvs.el (vc-cvs-header): New var.
4651
4652 * vc-rcs.el (vc-rcs-exists): Remove.
4653 (vc-rcs-header): New var.
4654
4655 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4656 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4657 (vc-sccs-header): New var.
4658
4659 * vc.el (vc-do-command): Get rid of the `last' argument.
4660 (vc-header-alist): Remove, replaced by vc-X-header.
4661 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4662 (vc-dired-hook): Use expand-file-name instead of concat.
4663 (vc-directory): Use file-name-as-directory.
4664 (vc-snapshot-precondition, vc-create-snapshot)
4665 (vc-retrieve-snapshot): Allow the command to operate on any
4666 directory.
4667
4668 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4669 just removing the 'WORKFILE argument or by removing the 'MASTER
4670 argument and replacing `file' with (vc-name file).
4671
46722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * vc.el: Update Copyright and add a crude list of backend funs.
4675 (vc-writable-p): New function.
4676 (with-vc-file): Use vc-writable-p.
7f8b6551 4677 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4678 (vc-register): Avoid vc-name.
4679 (vc-locking-user): Remove.
4680 (vc-steal-lock): Make the `owner' arg non-optional.
4681 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4682 vc-checkout-model.
4683 (vc-default-dired-state-info): Use vc-state instead of
4684 vc-locking-user and return special strings for special states.
4685 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4686 and get rid of one of the special CVS cases.
4687 (vc-cancel-version): prettify error message with \\[...].
4688 (vc-rename-master): New function.
4689 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4690 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4691 the CVS special case generic.
4692 (vc-default-record-rename): Remove.
4693 (vc-file-tree-walk-internal): Only call FUNC for files that are
4694 under control of some VC backend and replace `concat' with
4695 expand-file-name.
4696 (vc-file-tree-walk): Update docstring.
4697 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4698 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4699
4700 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4701 vc-sccs-record-rename. Use `find-file-noselect' rather than
4702 `find-file' and call `vc-rename-master' to do the actual move.
4703 (vc-sccs-diff): Remove unused `backend' variable.
4704
4705 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4706 to delay loading of vc-sccs until it is really used.
4707 (vc-sccs-master-templates): Preload.
4708 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4709 (vc-sccs-project-dir): Remove (merged into
4710 vc-sccs-search-project-dir).
4711 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4712 rather than `concat', make sure it is preloaded and don't bother
4713 to check that the file actually exists.
4714 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4715 `locks' argument (use buffer's content instead) and eliminate n^2
4716 behavior.
4717
4718 * vc-rcs.el: Update Copyright.
4719 (vc-rcs-rename-file): New function.
4720 (vc-rcs-diff): Remove unused `backend' variable.
4721
4722 * vc-hooks.el: Update Copyright.
4723 (vc-backend): Don't accept a nil argument any more.
4724 (vc-up-to-date-p): Turn into a defsubst.
4725 (vc-possible-master): New function.
4726 (vc-check-master-templates): Use `vc-possible-master' and allow
4727 funs in vc-X-master-templates to return a non-existent file.
4728
4729 * vc-cvs.el: Update Copyright.
4730 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4731 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4732
4733 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4734
47352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4736
4737 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4738 since it can be called from vc-rcs.el.
4739 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4740
47412000-09-04 Andre Spiegel <spiegel@gnu.org>
4742
4743 * vc.el (vc-version-diff): Expand file name read from the
4744 minibuffer. Handle the case when a previous version number can't
4745 be guessed. Give suitable messages when there were no differences
4746 found.
4747 (vc-clear-headers): Call backend-specific implementation, if one
4748 exists.
4749 (vc-cancel-version): Made error checks generic. When done, clear
4750 headers generically, too.
4751
4752 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4753 from vc-clear-headers in vc.el.
4754
4755 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4756 correctly.
4757 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4758 optional. Handle the case when it's not there.
4759
47602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4761
4762 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4763
47642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4765
4766 * vc-hooks.el (vc-loadup): Remove.
4767 (vc-find-backend-function): Use `require'. Also, handle the case
4768 where vc-BACKEND-hooks.el doesn't exist.
4769 (vc-call-backend): Cleanup.
4770
47712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4772
4773 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4774 vc-rcs-grab-templates)
4775 (vc-rcs-registered): Remove. The default function works as well.
4776 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4777 vc-sccs-grab-templates)
4778 (vc-sccs-registered): Remove. The default function works as well.
4779
4780 * vc.el (vc-version-diff): Left out a vc- in call to
4781 vc-call-backend.
4782 (vc-default-dired-state-info, vc-default-record-rename)
4783 (vc-default-merge-news): Update for the new backend argument.
4784
4785 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4786 using the default function.
4787 (vc-call-backend): If calling the default function, pass it the
4788 backend as first argument. Update the docstring accordingly.
4789 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4790 for the new backend argument.
4791 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4792 (vc-find-backend-function): Use the new name.
4793 (vc-default-registered): New function.
4794
47952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4796
4797 * vc.el (vc-merge): Use vc-find-backend-function.
4798
4799 * vc-hooks.el (vc-backend-functions): Remove.
4800 (vc-loadup): Don't setup 'vc-functions.
4801 (vc-find-backend-function): New function.
4802 (vc-call-backend): Use above fun and populate 'vc-functions
4803 lazily.
4804 (vc-backend-defines): Remove.
4805
48062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4807
4808 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4809 Call vc-call-backend without the leading vc-.
4810 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4811 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4812 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4813 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4814 Call vc-call-backend without the leading vc-.
4815
4816 * vc-cvs.el (tail): Provide vc-cvs.
4817 * vc-sccs.el (tail): Provide vc-sccs.
4818 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4819
4820 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4821 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4822 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4823 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4824 (vc-call-backend): Always try to load vc-X-hooks.
4825 (vc-registered): Remove vc- in call to vc-call-backend.
4826
48272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * vc.el (vc-process-filter): New function.
4830 (vc-do-command): Setup `vc-process-filter' for the async process.
4831 (vc-maybe-resolve-conflicts): New function to reduce
4832 code-duplication. Additionally, it puts the buffer in
4833 `smerge-mode' if applicable.
4834 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4835 calling `merge-news'.
7f8b6551 4836 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4837 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4838 interfacing to log-edit.el.
4839 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4840 log-edit is available.
4841 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4842
48432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4846 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4847 defvar and the initialization.
4848 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4849
4850 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4851 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4852
7f8b6551 4853 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4854
48552000-09-04 Andre Spiegel <spiegel@gnu.org>
4856
4857 * vc.el (vc-file-clear-masterprops): Removed.
4858 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4859 (vc-version-diff): Use buffer-size without argument.
4860 (vc-register): Heed vc-initial-comment.
4861
4862 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4863 default branch.
4864
4865 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4866 file name and workfile version.
4867 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4868
4869 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4870 vc-file-clear-masterprops.
4871
4872 * vc-sccs.el (vc-sccs-checkout): Removed call to
4873 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4874 rather than user login name.
4875
4876
48772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4878
4879 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4880 `want-differences-if-changed' and simplify.
4881 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4882 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4883 output (which is invalid for async vc-diff) to decide whether to
4884 do the revert silently or not.
4885
48862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4887
4888 * vc-hooks.el (vc-loadup): Load files quietly.
4889 (vc-call-backend): Oops, brain fart.
4890
48912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4892
4893 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4894 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4895
48962000-09-04 Andre Spiegel <spiegel@gnu.org>
4897
4898 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4899 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4900 vc-state or vc-up-to-date-p.
4901 (vc-merge): Use vc-backend-defines to check whether merging is
4902 possible. Set state to 'edited after successful merge.
4903
4904 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4905 return that name. Redocumented.
4906
49072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4908
4909 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4910 new `vc-state' semantics.
4911 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4912 'vc-locking-user to the current user.
4913 (vc-merge): Inline vc-backend-merge. Comment out code that I
4914 don't understand and hence can't adapt to the new `vc-state' and
4915 `vc-locking-user' semantics.
4916 (vc-backend-merge): Remove.
4917
4918 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4919 rather than 'vc-locking-user.
4920
4921 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4922
4923 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4924 (vc-state): Don't use 'reserved any more. Just use the same
4925 convention as the one used for vc-<backend>-state where the
4926 locking user (as a string) is returned.
4927 (vc-locking-user): Update, based on the above convention. The
4928 'vc-locking-user property has disappeared.
7f8b6551 4929 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4930
4931 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4932 with a heuristic one.
4933 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4934 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4935 error. That allows us to get to 'needs-merge even in the
4936 stay-local case. There's still no way to detect 'needs-patch in
4937 such a setup (or to force an update for that matter).
4938 (vc-cvs-logentry-check): Remove, the default works as well.
4939
49402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4941
7f8b6551 4942 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4943
4944 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4945 major-mode in which the buffer might have been put earlier. Use
4946 `remove' and `when'. Allow `okstatus' to be `async' and use
4947 `start-process' in this case.
4948 (vc-version-diff): Handle the case where the diff looks empty
4949 because of the use of an async process.
4950
49512000-09-04 Andre Spiegel <spiegel@gnu.org>
4952
4953 * vc.el (vc-next-action-on-file): Removed optional parameter
4954 `simple'. Recompute state unconditionally.
4955 (vc-default-toggle-read-only): Removed.
4956
4957 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4958 (vc-toggle-read-only): Undid prev change.
4959
4960 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4961 vc-cvs-simple-toggle. Redocumented.
4962 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4963 (vc-cvs-toggle-read-only): Removed.
4964
49652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4966
7f8b6551 4967 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4968 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4969 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4970 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4971 still is. So maybe it should be removed.
4972 (vc-head-version, vc-find-binary): Remove.
4973 (vc-recompute-state): Move from vc-hooks.el.
4974 (vc-next-action-on-file): Add a `simple' argument to allow
4975 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4976 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4977 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4978 (vc-dired-mode-map): Properly defvar it.
4979 (vc-print-log): Call log-view-mode if available.
4980 (small-temporary-file-directory): defvar instead of use boundp.
4981 (vc-merge-news): Moved to vc-cvs.el.
4982 (vc-default-merge-news): New function.
4983
4984 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4985 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4986 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4987 unknown `vc-latest-version' function. It should probably refer to
4988 vc-workfile-version or somesuch, but it's very unclear to me and I
4989 don't have SCCS to test things.
4990
4991 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4992 (vc-sccs-state-heuristic): Fix typo.
4993 (vc-sccs-workfile-unchanged-p): Add missing argument.
4994
4995 * vc-rcs.el: Require vc and vc-rcs-hooks.
4996 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4997 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4998 (vc-release-greater-or-equal-p): Move from vc.
4999 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5000 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5001 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5002 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5003
5004 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5005 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5006 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5007 than the apparently unbound `workfile-version'.
5008
5009 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5010 (vc-file-prop-obarray): Use `make-vector'.
5011 (vc-backend-functions): Add new hookable functions
5012 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5013 (vc-loadup): If neither backend nor default functions exist, use
5014 the backend function rather than nil.
5015 (vc-call-backend): If the function if not bound yet, try to load
5016 the non-hook file to see if it provides it.
5017 (vc-call): New macro plus use it wherever possible.
5018 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5019 nor `vc-find-binary' since it's only called from
7f8b6551 5020 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5021 (vc-checkout-model): Fix parenthesis.
5022 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5023
7f8b6551 5024 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5025 (vc-cvs-release, vc-cvs-system-release): Remove.
5026 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5027 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5028 status symbols.
5029 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5030 (vc-cvs-toggle-read-only): First cut at a function to allow a
5031 cvs-status-free vc-toggle-read-only.
5032 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5033 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5034 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5035 (vc-cvs-checkout): Modify access rights directly if the user
5036 requested not to use `cvs edit'. And refresh the mode line.
5037
5038 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5039 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5040
50412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5042
5043 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5044 workfile' that got lost when the code was extracted from vc.el.
5045 And merged the tail with the rest of the code (not possible in the
5046 old vc.el where the tail was shared among all backends). And
5047 explicitly set the state to 'edited if `writable' is set.
5048
5049 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5050 (vc-cvs-state): Be careful to return the value from
5051 vc-cvs-parse-state.
5052 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5053 property but return it instead. Also be careful to handle a nil
5054 or "" `rev' when workfile is non-nil (it was handled properly when
5055 workfile was nil).
5056
5057 * vc.el: Removed those pesky unnecessary `(function' quotes.
5058 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5059 directly in the defvar.
5060 (vc-do-command): Bind inhibit-read-only so as to properly handle
5061 the case where the destination buffer has been made read-only.
5062 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5063 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5064 (vc-annotate-mode-variables): Removed (code moved partly to
5065 defvars and partly to vc-annotate-add-menu).
5066 (vc-annotate-mode): Turned into a derived-mode.
5067 (vc-annotate-add-menu): Moved in code in
5068 vc-annotate-mode-variables.
5069 (vc-update-change-log): Use make-temp-file if available.
5070
50712000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5072
5073 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5074 `vc-checkout-model' updated to `vc-cvs-update-model'.
5075
50762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5077
5078 * vc.el (vc-next-action-on-file): Added handling of state
5079 `unlocked-changes'.
5080 (vc-checkout-carefully): Is now practically obsolete, unless the
5081 above is too slow to be enabled unconditionally.
5082 (vc-update-change-log): Fixed typo.
5083
5084 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5085
7f8b6551
SM
5086 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5087 Now handles state `unlocked-changes'.
5088 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5089
5090 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5091
5092 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5093 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5094 `unlocked-changes'.
5095 (vc-rcs-workfile-unchanged-p): Renamed from
5096 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5097 function yet, but supposed to become one soon.
5098
5099 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5100 `vc-steal-lock'.
5101 (vc-call-backend): Changed error message.
5102 (vc-state): Added description of state `unlocked-changes'.
5103
51042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5105
5106 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5107 always return t in CVS-controlled directories.
5108
5109 * vc.el (vc-responsible-backend): New function.
5110 (vc-register): Largely rewritten.
5111 (vc-admin): Removed (implementation moved into vc-register).
5112 (vc-checkin): Redocumented.
5113 (vc-finish-logentry): If no backend defined yet (because we are in
5114 the process of registering), use the responsible backend.
5115
5116 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5117 Updated function lists.
5118 (vc-call-backend): Fixed typo.
5119
7f8b6551
SM
5120 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5121 New functions.
5122 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5123 Removed query option. Redocumented.
7a004b71
GM
5124
51252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5126
5127 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5128
5129 * vc.el: Updated callers of `vc-checkout-required' to use
5130 `vc-checkout-model'.
5131
51322000-09-04 Martin Lorentzson <martinl@gnu.org>
5133
5134 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5135 stuff updated to reference this function instead of the old
5136 `vc-backend-release-p'.
5137
51382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5139
5140 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5141 vc-checkout-model. Return appropriate values. Updated callers.
5142
51432000-09-04 Martin Lorentzson <martinl@gnu.org>
5144
7f8b6551 5145 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5146 (vc-backend-revert): Function moved into `vc-revert';
5147 `vc-next-action' must be updated to accomodate this change.
5148 (vc-backend-steal): Function moved into `vc-finish-steal'.
5149 (vc-backend-logentry-check): Function moved into
5150 `vc-finish-logentry'.
5151 (vc-backend-printlog): Function moved into `vc-print-log'.
5152 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5153 (vc-backend-assign-name): Function moved into
5154 `vc-create-snapshot'.
5155
51562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5157
5158 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5159 Rename to vc-checkout-model. Return appropriate values.
5160 Update callers.
7a004b71 5161
7f8b6551 5162 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5163 to vc-checkout-model.
7f8b6551
SM
5164 (vc-checkout-required): Rename to vc-checkout-model.
5165 Re-implement and re-comment.
7a004b71
GM
5166 (vc-after-save): Use vc-checkout-model.
5167
51682000-09-04 Martin Lorentzson <martinl@gnu.org>
5169
7f8b6551
SM
5170 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5171 Update to use the vc-BACKEND-diff functions instead.
5172 `vc-diff' is now working.
7a004b71 5173
7f8b6551 5174 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5175
7f8b6551 5176 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5177
5178 * vc-sccs.el (vc-sccs-diff): Function changed name from
5179 `vc-backend-diff'. This makes `vc-diff' work.
5180
7f8b6551 5181 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5182 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5183 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5184 signaled during `vc-after-save'.
5185
7f8b6551
SM
5186 * vc.el: Fix typo.
5187 This checkin is made with our new VC code base for the very first time.
5188 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5189
5190 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5191 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5192
5193 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5194 updated to `vc-uses-locking'.
7f8b6551 5195 (vc-checkout-required): Call to backend function.
7a004b71
GM
5196 `vc-checkout-required' updated to `vc-uses-locking' instead.
5197
5198 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5199 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5200
7f8b6551 5201 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5202 to match the split into various backends.
7f8b6551 5203 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5204 (vc-retrieve-snapshot): Bug fix.
5205
52062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5207
5208 * vc-sccs.el (vc-sccs-release): Doc fix.
5209
52102000-09-04 Martin Lorentzson <martinl@gnu.org>
5211
5212 * vc.el (vc-next-action-on-file): Bug found and fixed.
5213 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5214 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5215
5216 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5217 (vc-rcs-checkout): Name space cleaned up. No more revision number
5218 crunching function names that are not prefixed with vc-rcs.
5219 (vc-rcs-checkout-model): Function added. References to
5220 `vc-checkout-model' replaced.
5221
52222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5223
5224 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5225 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5226 still need to be split, and implemented for RCS).
5227
52282000-09-04 Martin Lorentzson <martinl@gnu.org>
5229
5230 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5231
5232 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5233 required by the vc.el file.
5234
5235 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5236 required by the vc.el file.
5237 (vc-rcs-exists): Function added.
5238
5239 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5240 required by the vc.el file.
5241
5242 * vc.el (vc-admin): Updated to handle selection of appropriate
5243 backend. Current implementation is crufty and need re-thinking.
5244
5245 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5246
52472000-09-04 Martin Lorentzson <martinl@gnu.org>
5248
5249 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5250 beginning of annotate buffers correctly.
5251
5252 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5253 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5254 functionality updated quite a lot to support multiple backends.
5255 Variables `vc-annotate-mode', `vc-annotate-buffers',
5256 `vc-annotate-backend' added.
5257
5258 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5259 `vc-annotate-difference' added to supported backend functions.
5260
52612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5262
5263 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5264 Use with-temp-file instead of /bin/sh. Merged from mainline
5265
52662000-09-04 Martin Lorentzson <martinl@gnu.org>
5267
5268 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5269
5270 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5271
5272 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5273
52742000-09-04 Martin Lorentzson <martinl@gnu.org>
5275
5276 * vc-hooks.el: vc-state-heuristic added to
5277 vc-backend-hook-functions.
5278
5279 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5280
5281 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5282
7f8b6551
SM
5283 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5284 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5285 state to `reserved'.
5286
5287 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5288 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5289
52902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5291
7f8b6551 5292 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5293 untouched.
5294
7f8b6551 5295 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5296
7f8b6551 5297 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5298 if defined. (Merged from main line, slightly adapted.)
5299
5300 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5301 millenium problem (merged from mainline).
5302
53032000-09-04 Martin Lorentzson <martinl@gnu.org>
5304
5305 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5306 part and moved the non-BACKEND stuff to vc.el.
5307
5308 * vc.el: Split the annotate feature into a BACKEND specific part
5309 and moved it from the vc-cvs.el file to this one.
5310
53112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5312
7f8b6551
SM
5313 * vc-hooks.el: Implement new state model.
5314 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5315 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5316 locked by somebody else.
7f8b6551 5317 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5318 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5319 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5320 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5321
7f8b6551
SM
5322 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5323 Various simplifications and adaptations all over the place.
7a004b71 5324
7f8b6551
SM
5325 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5326 Simplify and adapt the rest.
7a004b71 5327
7f8b6551 5328 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5329 interaction with view mode according to recent RCS change.
7f8b6551 5330 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5331
53322000-09-04 Martin Lorentzson <martinl@gnu.org>
5333
7f8b6551 5334 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5335
53362000-09-04 Martin Lorentzson <martinl@gnu.org>
5337
5338 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5339 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5340 (vc-minor-part, vc-previous-version): Functions that operate and
5341 compare revision numbers got proper documentation. Comments added
5342 about their possible removal.
5343
53442000-09-04 Martin Lorentzson <martinl@gnu.org>
5345
5346 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5347 the vc-backend.el files.
5348
5349 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5350
5351 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5352 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5353 (vc-rcs-previous-version): Functions added.
5354
5355 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5356
5357 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5358
53592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5360
5361 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5362 Comment out the definition for now. What is the right procedure
7a004b71
GM
5363 to get rid of it?
5364 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5365 rewritten.
7f8b6551 5366 (vc-default-registered): Remove.
7a004b71
GM
5367 (vc-check-master-templates): New function; does mostly what the
5368 above did before.
5369 (vc-locking-user): Don't rely on the backend to set the property.
5370
5371 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5372 Rewrite documentation.
7a004b71
GM
5373 (vc-rcs-templates-grabbed): New variable.
5374 (vc-rcs-grab-templates): New function.
7f8b6551 5375 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5376
5377 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5378 Rewrite documentation.
7a004b71
GM
5379 (vc-sccs-templates-grabbed): New variable.
5380 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5381 (vc-sccs-registered): Rewrite to use above mechanism.
5382 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5383 Don't throw the result, simply return it.
7a004b71 5384
7f8b6551
SM
5385 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5386 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5387 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5388
7f8b6551 5389 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5390 from main line.
5391
53922000-09-04 Martin Lorentzson <martinl@gnu.org>
5393
7f8b6551 5394 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5395
7f8b6551 5396 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5397
7f8b6551
SM
5398 * vc-rcs.el (vc-rcs-diff): New function.
5399 (vc-rcs-checkout): Bug (typo) found and fixed.
5400 (vc-rcs-register-switches): New variable.
7a004b71
GM
5401
5402 * vc.el (vc-backend-diff): Function removed and placed in the
5403 backend files.
5404
54052000-09-04 Martin Lorentzson <martinl@gnu.org>
5406
5407 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5408
5409 * vc.el (vc-backend-checkout): Function removed and replaced in
5410 the vc-backend.el files.
5411
5412 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5413
5414 * vc.el (vc-backend-admin): Removed and replaced in the
5415 vc-backend.el files.
5416
5417 * vc.el (Martin): Removed all the annotate functionality since it
5418 is CVS backend specific.
5419
54202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5421
5422 * spec.txt: Added specification of vc-state.
5423
5424 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5425 Remove handling of vc-latest-version and
7a004b71
GM
5426 vc-your-latest-version. What used to be vc-latest-version, is now
5427 returned as vc-workfile-version.
7f8b6551 5428 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5429
54302000-09-04 Dave Love <fx@gnu.org>
5431
5432 * vc.el: [Merged from mainline.]
5433 (vc-dired-mode): Make the dired-move-to-filename-regexp
5434 regexp match the date, to avoid treating date as file size.
5435 Add YYYY S option to WESTERN/
5436
54372000-09-04 Dave Love <fx@gnu.org>
5438
5439 * vc.el: Require `compile' when compiling.
5440 (vc-logentry-check-hook): New option.
5441 (vc-steal-lock): Use compose-mail.
5442 (vc-dired-mode-map): Defvar when compiling.
5443 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5444 vc-sccs.el and renamed. Callers changed.
5445 (vc-backend-checkout, vc-backend-logentry-check)
5446 (vc-backend-merge-news): Doc fix.
5447 (vc-default-logentry-check): New function.
5448 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5449 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5450 (vc-backend-merge): Doc fix. Use backend functions.
5451 (vc-check-headers): Use backend functions.
5452
5453 * vc-cvs.el: Require vc when compiling.
5454 (vc-cvs-register-switches): Doc fix.
5455 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5456 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5457 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5458 New functions (code from vc.el).
5459 (vc-annotate-display-default): Fix interactive spec.
5460 (vc-annotate-time-span): Doc fix.
5461
5462 * vc-rcs.el: Require vc when compiling.
5463 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5464 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5465 (vc-rcs-checkin): New functions (code from vc.el).
5466 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5467 Doc fix.
5468 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5469
5470 * vc-sccs.el: Require vc when compiling.
5471 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5472 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5473 (vc-sccs-revert)
5474 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5475 from vc.el).
5476 (vc-sccs-add-triple, vc-sccs-record-rename)
5477 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5478 (vc-sccs-admin): Doc fix.
5479
54802000-09-04 Martin Lorentzson <martinl@gnu.org>
5481
5482 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5483 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5484 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5485 from vc.el.
5486
5487 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5488
5489 * vc-cvs.el: Moved the annotate functionality from vc.el.
5490 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5491
54922000-09-04 Dave Love <fx@gnu.org>
5493
5494 * vc.el (vc-backend-release): Call vc-system-release.
5495
5496 * vc-sccs.el (vc-sccs-system-release):
5497 Renamed from vc-sccs-backend-release.
5498
5499 * vc-rcs.el (vc-rcs-system-release):
5500 Renamed from vc-rcs-backend-release.
5501
5502 * vc-cvs.el (vc-cvs-system-release):
5503 Renamed from vc-cvs-backend-release.
5504
55052000-09-04 Dave Love <fx@gnu.org>
5506
5507 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5508 backend files.
5509 (vc-backend-release): Dispatch to backend functions.
5510 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5511 probably needs attention.]
5512
5513 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5514 (vc-sccs-backend-release): New function.
5515
5516 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5517 (vc-cvs-backend-release): New function.
5518
5519 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5520 Doc fix.
5521 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5522 (vc-default-dired-state-info): New function.
5523 (vc-dired-state-info): Dispatch to backends.
5524 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5525
5526 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5527 from vc.el and renamed.
5528
55292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5530
5531 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5532 (vc-version-other-window, vc-backend-assign-name): Removed
5533 references to vc-latest-version; sometimes changed into
5534 vc-workfile-version.
5535
5536 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5537 vc-rcs-master-workfile-version.
5538 (vc-rcs-workfile-version): Use the above. Don't call
5539 vc-latest-version (that was unreachable code, anyway).
5540 (vc-rcs-fetch-master-properties): Doc fix.
5541
5542 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5543 (vc-backend-hook-functions): Removed them from this list, too.
5544 (vc-fetch-properties): Removed.
5545 (vc-workfile-version): Doc fix.
5546
5547 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5548 (vc-rcs-workfile-version, vc-rcs-locking-user)
5549 (vc-rcs-uses-locking): Use it.
5550
5551 * vc-hooks.el (vc-consult-rcs-headers):
5552 Moved into vc-rcs-hooks.el, under the name
5553 vc-rcs-consult-headers.
5554
5555 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5556 headers.
5557 (vc-cvs-find-master): Use this name only; correct different
5558 versions of the name.
5559
5560 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5561 New functions.
5562 (vc-sccs-locking-user): Use the latter.
5563
5564 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5565 New functions.
5566
5567 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5568 Moved into both
5569 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5570 functions are implementation details of those two backends.
5571
55722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5573
5574 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5575 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5576
5577 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5578 (vc-sccs-parse-locks): SCCS-specific code moved here from
5579 vc-hooks.
5580
5581 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5582 code moved here from vc-hooks.
5583
5584 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5585 into back-end specific parts and removed. Callers not updated
5586 yet; because I guess these callers will disappear into back-end
5587 specific files anyway.
5588
55892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5590
5591 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5592 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5593 `vc-uses-locking'.
5594
5595 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5596 Store yes/no in the property, and return t/nil. Updated all
5597 callers.
5598
5599 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5600 vc-sccs-uses-locking. Don't set property.
5601 (vc-sccs-locking-user): Don't set property.
5602
5603 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5604 vc-cvs-uses-locking. Don't set property here; leave that to
5605 vc-hooks.
5606 (vc-cvs-locking-user): Reflect above change. Streamlined.
5607
5608 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5609 vc-rcs-uses-locking.
5610 (vc-rcs-locking-user): Reflect above change.
5611
56122000-09-04 Dave Love <fx@gnu.org>
5613
5614 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5615
5616 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5617
5618 * vc-hooks.el (vc-checkout-model): Punt to backends.
5619
5620 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5621
5622 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5623
5624 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5625 New functions.
5626
5627 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5628 New functions.
5629
5630 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5631 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5632
5633 * vc-hooks.el (vc-default-locking-user): New function.
5634 (vc-locking-user, vc-workfile-version): Punt to backends.
5635
56362000-09-04 Dave Love <fx@gnu.org>
5637
5638 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5639 (vc-master-workfile-version): Moved from vc-hooks.
5640
5641 * vc-rcs-hooks.el: Fix duplicate code in last change.
5642
5643 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5644 (vc-rcs-master-templates): Improve :type.
5645 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5646 vc-master-workfile-version): Moved from vc-hooks.
5647
5648 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5649 (vc-sccs-master-templates): Improve :type.
5650 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5651
5652 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5653
5654 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5655 (vc-cvs-master-templates): Improve :type. Use
5656 vc-cvs-find-cvs-master.
5657 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5658 from vc-hooks.
5659 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5660
5661 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5662 Moved to vc-cvs-hooks.
5663
5664 * vc-hooks.el: Add doc strings in various places. Simplify the
5665 minor mode setup.
5666 (vc-handled-backends): New user variable.
5667 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5668 simplification.
5669
56702000-09-04 Dave Love <fx@gnu.org>
5671
5672 * vc.el: Some doc fixes for autoloaded and interactive functions.
5673 Fix compilation warnings from ediff stuff.
5674 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5675
5676 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5677
5678 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5679
5680 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5681
56822000-09-04 Dave Love <fx@gnu.org>
5683
5684 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5685 New variable.
5686 (vc-make-backend-function, vc-loadup, vc-call-backend)
5687 (vc-backend-defines): New functions.
5688
5689 * vc-hooks.el: Various doc fixes.
5690 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5691 (vc-match-substring): Function removed. Callers changed to use
5692 match-string.
5693 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5694 Simplify.
5695
56962000-09-04 Dave Love <fx@gnu.org>
5697
5698 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5699 type.
5700 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5701 (vc-sccs-registered): Doc fix.
5702
5703 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5704 (vc-cvs-registered): Doc fix.
5705
5706 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5707 (vc-rcs-registered): Doc fix.
5708
57092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5710
5711 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5712
5713 * vc-hooks.el: vc-registered has been renamed
5714 vc-default-registered. Some functions have been moved to the
5715 backend specific files. they all support the
5716 vc-BACKEND-registered functions.
5717
57182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5719
5720 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5721
5722 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5723
a033ea13
DL
57242000-09-04 Dave Love <fx@gnu.org>
5725
179fc9ef
DL
5726 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5727 menu-bar-update-hook.
5728
5729 * help.el (help-manyarg-func-alist): Add
5730 find-operation-coding-system.
5731
a033ea13
DL
5732 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5733
5734 * custom.el (custom-set-variables): Print message about errors in
5735 setting.
5736
f8803e97
AI
57372000-09-03 Andrew Innes <andrewi@gnu.org>
5738
5739 * makefile.w32-in: Change to DOS line endings.
5740
59836110
EZ
57412000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5742
5743 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5744 minor-mode keymaps, if they don't have one.
5745
5514ba5c
EZ
57462000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5747
5748 * eshell/esh-module.el (eval-when-compile): Don't lose if
5749 esh-module.el's file name is truncated to DOS 8+3 limits.
5750
79cf8e80
JW
57512000-09-01 John Wiegley <johnw@gnu.org>
5752
5753 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5754 predicate, which caused entries in the completion list to be
5755 doubled.
5756
57572000-08-30 John Wiegley <johnw@gnu.org>
5758
5759 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5760 sending to subprocesses. Also, hook pre-command-hook if
5761 `eshell-send-direct-to-subprocesses' is non-nil.
5762 (eshell-send-direct-to-subprocesses): New config variable. If t,
5763 subprocess input is send immediately.
5764 (eshell-toggle-direct-send): New function.
5765 (eshell-self-insert-command): New function.
5766 (eshell-intercept-commands): New function.
5767 (eshell-send-input): If direct subprocess sending is enabled,
5768 don't echo any input to the Eshell buffer. Let the subprocess
5769 handle that. This requires "stty echo" in bash, for example.
5770
57712000-08-28 John Wiegley <johnw@gnu.org>
5772
5773 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5774 completion function for Eshell's implementation of `unset'.
5775
778911b9
EZ
57762000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5777
5778 * info.el (Info-directory-list): Doc fix.
5779
05d07b49
PB
57802000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5781
9b4a7800 5782 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5783 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5784
9941d4c7
KH
57852000-08-31 Kenichi Handa <handa@etl.go.jp>
5786
5787 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5788 coding systems.
5789
af9ba8ad
AI
57902000-08-30 Andrew Innes <andrewi@gnu.org>
5791
5792 * timer.el (run-with-idle-timer): Undo last change, so that timer
5793 is not activated immediately if Emacs is already idle. Some
5794 existing code relies on this behaviour.
5795
caccd8f2
MB
57962000-08-30 Miles Bader <miles@gnu.org>
5797
5798 * frame.el (set-frame-font): Do completion of font-name for
5799 interactive use.
5800
b64c0a1c
KH
58012000-08-30 Kenichi Handa <handa@etl.go.jp>
5802
5803 * international/quail.el (quail-start-translation): Bind locally
5804 last-command-event, last-command, and this-command.
5805 (quail-start-conversion): Likewise.
75cf0095 5806 (quail-self-insert-command): Fix docstring.
b64c0a1c 5807
fd5f61d3
GM
58082000-08-29 Gerd Moellmann <gerd@gnu.org>
5809
5810 * progmodes/executable.el
5811 (executable-make-buffer-file-executable-if-script-p): Check that
5812 buffer contains at least 2 characters.
5813
5b671d04
EZ
58142000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5815
5816 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5817
485d9513
DL
58182000-08-29 Dave Love <fx@gnu.org>
5819
a39fb83d
DL
5820 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5821 (diff-mode-shared-map): Bind mouse-2.
5822 (diff-imenu-generic-expression): New variable.
5823 (diff-mode): Use it.
5824
485d9513
DL
5825 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5826 (mouse-popup-menubar): Add minor mode menus.
5827 (popup-menu): Check for lookup-key returning number.
5828
ba3478d9
MB
58292000-08-29 Miles Bader <miles@gnu.org>
5830
5831 * comint.el (comint-send-input): Create overlays using the proper
5832 front/read-advance arguments.
9b4a7800 5833
c3d6d211
GM
58342000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5835
5836 * ps-print.el: Even/odd pages printing. Doc fix.
5837 (ps-print-version): New version number (6.0).
5838 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5839 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5840 (ps-print-duplex-feature): Variable eliminated.
5841 (ps-even-or-odd-pages): New variable.
5842
ba087cd7 5843 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5844 (ebnf-version): New version (3.3).
5845 (ebnf-user-arrow): Change variable customization to sexp.
5846 (ebnf-user-arrow): Function eliminated.
5847 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5848
d313265f
KH
58492000-08-29 Kenichi Handa <handa@etl.go.jp>
5850
cba62b78 5851 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5852 (help-make-xrefs): Handle help-xref-mule-regexp.
5853
5854 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5855 variable.
5856 (describe-input-method): Temporarily activate the specfied input
5857 method to display the information.
5858 (describe-language-environment): Hyperlinks to mule related items.
5859
5860 * international/mule-diag.el (charset-multibyte-form-string): New
5861 function.
5862 (list-character-sets-1): Use charset-multibyte-form-string.
5863 (describe-character-set): New function.
5864 (describe-coding-system): Hyperlinks to safe character sets.
5865
5866 * international/quail.el (quail-help): New arg PACKAGE.
5867 Hyperlinks to mule related items.
5868 (quail-help-insert-keymap-description): Use
5869 substitute-command-keys instead of describe-bindings.
5870 (quail-translation-help): Hyperlinks to mule related items.
5871
b4bd214e
JW
58722000-08-28 John Wiegley <johnw@gnu.org>
5873
ca7aae91
JW
5874 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5875 have a defsubst call itself. Made `eshell-flatten-list' back into
5876 a function again.
5877
b4bd214e
JW
5878 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5879 catch, in case re-centering point at bottom messes up the display.
5880 This happens frequently in Emacs 21, due I believe to variable
5881 line heights.
5882
5883 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5884 to call `find-tag-interactive'.
5885
5886 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5887 the list of remember directories.
5888
d44e146b
JW
58892000-08-28 John Wiegley <johnw@gnu.org>
5890
5891 * align.el: Test align-region-separate to see if it's a symbol.
5892
546c0888 58932000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5894
5895 * eshell/esh-util.el (eshell-flatten-list): Made this function
5896 into a defsubst form. It gets used very frequently, although
5897 calls don't occur all that often.
5898
5899 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5900 examining it.
5901
5902 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5903 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5904 `eshell-protect'.
5905 (eshell-copy-handles): Created a new macro for duplicating the
5906 current set of open handles. This is needed by the looping
5907 functions.
5908 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5909 is not incorrectly stomped on.
5910
5911 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5912 declaration for pcomplete-use-paring.
5913 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5914 value of eshell-cmpl-use-paring.
5915 * pcomplete.el (pcomplete-use-paring): New config variable, to
5916 indicate whether paring should be used.
5917 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5918 completion alternatives that have already been used.
5919
5920 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5921 bound to C-c C-y, which will repeat the previous N arguments
5922 (based on prefix argument).
5923 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5924
5925 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5926 if there is no *Help* buffer. This is for XEmacs, which renames
5927 its help buffers uniquely. TODO: Find out what the current buffer
5928 name to delete is.
5929
5930 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5931 first entry that correlates to a passwd/group number. Later
5932 entries (used for group/user name aliasing to multiple IDs) are
5933 ignored.
5934
9b4a7800
TTN
5935 * eshell/em-xtra.el (eshell/expr):
5936 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5937 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5938 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5939 argument list, before passing it to the system command.
5940
5941 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5942 `find-tag' for use at final position in Eshell buffers (which
5943 otherwise triggers an error on Emacs 21).
5944 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5945 buffer, if it is currently bound to `find-tag'.
5946
5947 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5948 in the list of matched Makefile names.
5949 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5950 directory, prefer its contents to Makefile.
5951
5952 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5953 directory parts (like "cd old new", or "cd =regexp"), are now case
5954 sensitive on non-Windows/DOS platforms.
5955
5956 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5957 types RET after an open delimiter (like "), display a message
5958 indicating that Eshell is waiting for the closing delimiter.
5959
5960 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5961 environment variables.
5962
5963 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5964 gracefully if the user enters incorrect arguments.
5965
5966 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5967 Eshell buffers.
5968
9b4a7800
TTN
5969 * eshell/esh-var.el (eshell-interpolate-variable):
5970 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5971 * eshell/em-unix.el (eshell-du-sum-directory):
5972 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5973 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5974 (not (= ...)).
5975
5976 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5977 to ensure the `preserve' flag gets propagated when doing recursive
5978 directory copies.
5979
546c0888 59802000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5981
5982 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5983 Don't convert \n into \0177 in memory.
5984 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5985 and back again, when reading and writing.
9b4a7800 5986
546c0888 59872000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5988
5989 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5990 testing of `fboundp' on `processp'.
5991
5992 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5993 (eshell/jobs): Don't call process-list if it is not bound.
5994 (eshell-gather-process-output): Support systems where async
5995 subprocesses aren't supported.
5996 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5997 variables.
5998
5999 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6000 eshell-do-eval returns t.
6001 (eshell-do-pipelines-synchronously): New defmacro.
6002 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6003 when async subprocesses aren't supported.
6004 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6005 if async subprocesses aren't supported.
6006 (eshell-resume-command): Don't assume STATUS is a string.
6007
6008 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6009
6010 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6011 (eshell-close-target, eshell-get-target): Use eshell-processp.
6012 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6013 fix.
6014 (eshell-get-target, eshell-create-handles): Doc fix.
6015
546c0888 60162000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6017
546c0888 6018 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6019 criterion to include commands that output something, as long as it
6020 leaves both the command and the end-of-buffer visible when the
6021 command has exited.
6022 (eshell-review-quick-commands): Adjust the help doc string
6023 accordingly.
6024
2a371c3b
PB
60252000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6026
8348e1f9 6027 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6028 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6029
9b4a7800 6030 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6031 (file-cache-assoc-function): New variable
6032 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6033 Use file-cache-case-fold-search variable
6034 (file-cache-add-file): Use file-cache-assoc-function
6035 (file-cache-delete-file): likewise
6036 (file-cache-directory-name): likewise
6037 (file-cache-debug-read-from-minibuffer): likewise
6038
95931eb1
GM
60392000-08-28 Gerd Moellmann <gerd@gnu.org>
6040
6041 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6042 (abbrev-table-name): New function.
6043 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6044 If non-nil list local abbrev, only.
6045
bb17930d
GM
60462000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6047
546c0888
EZ
6048 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6049 from Gnus support code, and use special article copy buffer
bb17930d
GM
6050 `(gnus-original-article-buffer)' instead. This allows to get rid
6051 of article-hide-headers usage (which breaks in the latest Gnus
6052 version). Thanks to Detlev Zundel.
6053
41a68aef
KH
60542000-08-28 Kenichi Handa <handa@etl.go.jp>
6055
6056 * international/quail.el (quail-use-package): Hide "... loaded"
6057 message.
6058 (quail-start-translation, quail-start-conversion): Likewise.
6059
6060 * international/kkc.el (kkc-region): Hide "... loaded" message.
6061
28bb2cef
DL
60622000-08-27 Dave Love <fx@gnu.org>
6063
6064 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6065
11a1118d
MB
60662000-08-27 Miles Bader <miles@gnu.org>
6067
6068 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6069
0f85d477
KH
60702000-08-27 Kenichi Handa <handa@etl.go.jp>
6071
6072 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6073 'ja-dic-cnv), not (require 'skkdic-cnv).
6074
2d73e8d3
MB
60752000-08-26 Miles Bader <miles@gnu.org>
6076
a0e5a5a4
MB
6077 * faces.el (face-x-resources): Add entry for :inherit.
6078 * cus-face.el (custom-face-attributes): Add support for :inherit
6079 attribute. Add support for relative face heights.
6080 (custom-face-attributes-get): Treat `nil' as being a default value
6081 for :inherit (as well as `unspecified').
6082
19feb949
MB
6083 * faces.el (set-face-attribute): Update doc string.
6084 (face-attribute-name-alist): Add :inherit.
6085 (face-valid-attribute-values): Handle :inherit.
6086 (face-read-string): Rephrase prompt to be less confusing.
6087 Assume that DEFAULT is a string, since we must return a string.
6088 (face-read-integer): Use `format' to turn DEFAULT into an
6089 acceptable default for face-read-string. Match NEW-VALUE against
6090 the string "unspecified", not the symbol `unspecified', since
6091 that's what face-read-string returns.
6092 (read-face-attribute): Lookup a name for old-value in valid, and
6093 use it as a default if we find one. Treat all values from
6094 face-read-string as strings. If the default is used, don't do any
6095 more processing on the value, just use the old value directly.
6096 (read-face-and-attribute, modify-face): Tweak prompt.
6097 (read-face-name): Don't assume prompt ends with a space.
6098
2d73e8d3
MB
6099 * faces.el (describe-face): Add support for :inherit attribute.
6100
a1a2e38f
KH
61012000-08-25 Kenichi Handa <handa@etl.go.jp>
6102
e84fa7c5
KH
6103 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6104 concat doesn't accept interger.
6105
a1a2e38f
KH
6106 * international/kkc.el: Remove SKK from Keywords. Require
6107 ja-dic-utl instead of skkdic-utl.
6108
6109 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6110 Provide ja-dic-cnv instead of skkdic-cnv.
6111 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6112 (iso-2022-7bit-short): Add safe-charsets property.
6113 (skkdic-convert-postfix): Search Japanese chou-on character in
6114 addition to Hiragana character.
6115 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6116 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6117 (batch-skkdic-convert): Likewise.
6118
6119 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6120 Provide ja-dic-utl instead of skkdic-utl.
6121 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6122
f6499c03
DL
61232000-08-24 Dave Love <fx@gnu.org>
6124
1c2c3f16
DL
6125 * disp-table.el (standard-display-default): Make the test of `l'
6126 useful.
6127
f6499c03
DL
6128 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6129 mod sample text.
6130
6131 * international/iso-ascii.el: Make pilcrow convenient string
6132 consistent with section.
6133 (iso-ascii-display): Set up multibyte characters as well as
6134 unibyte.
6135
c543db81
KH
61362000-08-24 Kenichi Handa <handa@etl.go.jp>
6137
6138 * international/mule-cmds.el (reset-language-environment): Set
6139 default-process-coding-system to '(undecided . iso-latin-1), which
6140 makes process I/O almost consistent with file I/O. Call this
6141 function when mule-cmds.el[c] is loaded.
6142
746d9caf
AI
61432000-08-22 Andrew Innes <andrewi@gnu.org>
6144
6145 * makefile.w32-in: New file.
6146
5484005d
MB
61472000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6148
6149 * comint.el (comint-output-filter): Compare end of
6150 comint-last-output-overlay with the start of the newly inserted
6151 text, not the end, when deciding whether to extend it.
9b4a7800 6152 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6153
6154 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6155 since this is now done independently of font-lock mode.
6156
7a912f63
GM
61572000-08-21 Gerd Moellmann <gerd@gnu.org>
6158
6159 * server.el (server-kill-new-buffers): New user option.
6160 (server-existing-buffer): New buffer-local variable.
6161 (server-visit-files): When using an existing buffer, set
6162 server-existing-buffer to t.
6163 (server-buffer-done): If server-kill-new-buffers is t, kill the
6164 buffer, unless it was already present before visiting it with
6165 Emacs server.
9b4a7800 6166
240301df
EZ
61672000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6168
6169 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6170 even if the display doesn't support colors: some displays will
6171 support bold/underline faces.
6172
cbcef616
GM
61732000-08-21 Gerd Moellmann <gerd@gnu.org>
6174
6917e6bb
GM
6175 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6176
cbcef616
GM
6177 * startup.el (command-line): If user's init file had an error,
6178 add explanatory text to *Messages*.
6179
6922b018
KH
61802000-08-21 Kenichi Handa <handa@etl.go.jp>
6181
6182 * man.el (Man-getpage-in-background): Decode the process output by
6183 the system locale coding system.
6184
e50c4203
DL
61852000-08-20 Dave Love <fx@gnu.org>
6186
96ab6351
DL
6187 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6188 Don't test x-popup-menu.
6189 (function) <complete-function>: Complete only fbound symbols.
6190 <validate, value>: New.
6191 (variable) <complete-function>: Complete only bound symbols.
6192 (coding-system): Add :base-only, :complete-function, :validate,
6193 :value, :prompt-match.
6194 (widget-coding-system-prompt-value): Use read-coding-system and
6195 act on :base-only.
6196 (editable-field): Add :help-echo.
6197 (widget-push-button-gui, widget-push-button-cache)
6198 (widget-gui-action, widget-editable-list-gui): COmment out, along
6199 with uses.
6200 (widget-at): Make arg optional.
6201 (widget-echo-help): Adjust for current help-echo calling sequence.
6202 (widget-specify-field, widget-specify-button)
6203 (widget-specify-insert, widget-get-sibling, widget-image-find)
6204 (widget-convert, widget-insert, widget-leave-text)
6205 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6206 (widget-setup, widget-field-find, widget-before-change)
6207 (widget-after-change, widget-default-complete)
6208 (widget-default-create, widget-default-delete)
6209 (widget-push-button-value-create, editable-field)
6210 (widget-field-prompt-value, widget-field-validate)
6211 (widget-choice-value-create, widget-choice-action)
6212 (widget-choice-validate, widget-checklist-add-item)
6213 (widget-radio-add-item, widget-radio-chosen)
6214 (widget-radio-value-inline, widget-editable-list-value-create)
6215 (widget-editable-list-entry-create)
6216 (widget-documentation-link-add)
6217 (widget-documentation-string-value-create)
6218 (widget-regexp-validate, widget-file-complete)
6219 (widget-sexp-validate, widget-plist-convert-widget)
6220 (widget-plist-convert-widget, widget-alist-convert-widget)
6221 (widget-alist-convert-widget, widget-color-complete): Simplify,
6222 particularly to avoid bindings which aren't optimized out.
6223
e50c4203
DL
6224 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6225 Doc fix.
6226 (down-list, backward-up-list, up-list, kill-sexp)
6227 (backward-kill-sexp, mark-sexp): Make arg optional.
6228 (lisp-complete-symbol): Add optional arg PREDICATE.
6229
6230 * cus-start.el: Add display-buffer-reuse-frames,
6231 file-coding-system-alist.
6232
511bd4eb
GM
62332000-08-20 Gerd Moellmann <gerd@gnu.org>
6234
6235 * startup.el (command-line): Clear realized faces after
6236 modifying TTY color mappings.
6237
a9de7d29
MB
62382000-08-20 Miles Bader <miles@gnu.org>
6239
6240 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6241 merely a subset of FACE's attributes.
6242
8a8023d9
MB
62432000-08-19 Miles Bader <miles@gnu.org>
6244
6245 * comint.el (comint-output-filter): Save the point with a marker,
6246 not just a buffer position.
6247
6248 * international/mule.el (set-buffer-process-coding-system): Make
6249 interactive prompt less confusing.
6250
1433385f
GM
62512000-08-19 Gerd Moellmann <gerd@gnu.org>
6252
6253 * hilit-chg.el: General cleanup of doc strings, comments and
6254 code formatting.
6255
136b4eda
MB
62562000-08-19 Miles Bader <miles@gnu.org>
6257
6258 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6259 Compiler macro removed; beginning-of-line is no longer always
6260 equivalent to forward-line, in the presence of fields.
6261
6262 * comint.el (comint-output-filter): Remove ad-hoc saving of
6263 restriction, and just use save-restriction, now that it works
6264 correctly. Don't adjust comint-last-input-start to account for
6265 our insertion; it shouldn't have moved because we don't use
6266 insert-before-markers anymore. Comment out call to
6267 `force-mode-line-update'; why is it here?
6268
6269 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6270 while checking for prompt to delete. Use `forward-line 0'
6271 instead of beginning-of-line.
6272 (gud-filter): Temporarily widen gud comint buffer while
6273 examining output.
6274
cdd0f857
SM
62752000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6276
ebf96bfa
SM
6277 * progmodes/sh-script.el: Big bag of typos.
6278
cdd0f857
SM
6279 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6280 check since ispell-process is not bound when ispell is not yet loaded.
6281
9bb7a286
DL
62822000-08-18 Dave Love <fx@gnu.org>
6283
6284 * image.el (find-image): Copy `spec' before using plist-put.
6285
74ec6045
GM
62862000-08-18 Gerd Moellmann <gerd@gnu.org>
6287
6288 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6289 `portugues'.
6290
6291 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6292 backward-kill-sexp, analogous to kill-sexp.
6293
6294 * progmodes/icon.el (icon-indent-line)
6295 (icon-is-continuation-line): Handle comments specially.
6296
62972000-08-17 Ken Stevens <k.stevens@ieee.org>
6298
6299 * ispell.el: Set to standard author/maintainer/keyword fields.
6300 Fine tuning to menu map appearance and operation, and added help.
6301 Remove `start' and `end' error messages when compiling.
6302 (ispell-choices-win-default-height): Fixed comment string.
6303 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6304 castellano8 dictionaries.
6305 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6306 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6307 dictionary, added italiano dictionary.
6308 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6309 word character
6310 (ispell-tex-skip-alists): Added psfig support.
6311 (ispell-skip-html): Renamed from ispell-skip-sgml.
6312 (ispell-begin-skip-region-regexp, ispell-skip-region)
6313 (ispell-minor-check): Improved html skipping support to skip across
6314 code, and recognize `&' commands without propper `;' syntax;
6315 (ispell-process-line): Fix alignment error when manually
6316 correcting spelling.
6317 (ispell): Fix comment string.
6318 (ispell-add-per-file-word-list): Always put word list on new line.
6319
3787e12e
GM
63202000-08-17 Gerd Moellmann <gerd@gnu.org>
6321
a7b28523
GM
6322 * format.el (format-encode-run-method): Fix error message to say
6323 `encode' instead of `decode'. Use save-window-excursion around
6324 shell-command-on-region as in format-decode-run-method because
6325 shell-command-on-region can display a buffer with error output.
6326 (format-decode): Don't record undo information for the decoding.
6327 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6328 that number part of the temporary buffer name so that more than
6329 one decoding using a temporary buffer can happen safely.
6330
6331 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6332 of `A-z' in the regexp.
6333
6334 * hilit-chg.el: Fix typos in commentary.
6335
3787e12e
GM
6336 * help.el (view-emacs-news): Rewritten for new naming scheme
6337 for old NEWS files.
6338
6339 * startup.el (command-line): Pop to *Messages* in case an error
6340 is signaled while loading user-init-file.
6341
d2473540
AS
63422000-08-17 Andreas Schwab <schwab@suse.de>
6343
6344 * files.el (insert-directory): Don't lose original file name,
6345 undoing an undocumented change.
6346
c0bbaf57
GM
63472000-08-17 Alex Schroeder <alex@gnu.org>
6348
6349 * sql.el (sql-magic-go): Use comint-bol.
6350 (sql-copy-column): Use comint-line-beginning-position.
6351 (comint-line-beginning-position): Define a replacement for
6352 comint-line-beginning-position if it is not fboundp.
6353
63542000-08-17 Alex Schroeder <alex@gnu.org>
6355
6356 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6357 it didn't have any effect anyway.
6358
63592000-08-17 Alex Schroeder <alex@gnu.org>
6360
6361 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6362 --pset and pager=off instead of sending \\o|cat at the beginning
6363 of the session.
6364
9d245da5
MB
63652000-08-17 Miles Bader <miles@gnu.org>
6366
6367 * progmodes/octave-inf.el: Add compatibility definition of
6368 comint-line-beginning-position.
6369
abfdbd2e
KH
63702000-08-17 Kenichi Handa <handa@etl.go.jp>
6371
6372 * startup.el (normal-top-level): Look in each dir in load-path for
6373 a leim-list.el file too. This assures of loading leim-list.el
6374 that is created at Emacs installation time even if a user have his
6375 own leim-list.el.
6376
a0b8c939
MB
63772000-08-17 Miles Bader <miles@gnu.org>
6378
6379 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6380 foreground color to black if the background is dark.
6381
7382bcae
SM
63822000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6383
6384 * loadhist.el (unload-feature): Typo.
6385
9b4a7800 6386 * finder.el (finder-compile-keywords):
7382bcae
SM
6387 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6388 to the generated file.
6389
6390 * mail/mh-e.el (mh-make-local-vars):
6391 Replace make-variable-buffer-local with make-local-variable.
6392
cdd0f857 6393 * play/landmark.el:
7382bcae 6394 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6395 * mail/mailabbrev.el (mail-abbrevs-mode):
6396 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6397 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6398
6399 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6400
6401 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6402 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6403 Allow going past the last element.
9b4a7800 6404 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6405 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6406 (cvs-mouse-toggle-mark): Don't move point.
6407 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6408
6409 * progmodes/compile.el (grep): Provide a default set of files.
6410 (next-error): Docstring fix.
6411 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6412
6413 * emacs-lisp/easy-mmode.el (define-minor-mode):
6414 Use `symbol-value' to keep the byte-compiler quiet.
6415
6416 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6417 (diff-find-source-location): New fun, extracted from diff-goto-source.
6418 (diff-goto-source): Use it.
6419 (diff-next-complex-hunk, diff-filter-lines): New function.
6420 (diff-apply-hunk): New command.
6421
6422 * smerge-mode.el (smerge-mode-menu): Doc fix.
6423
6424 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6425
4f00b8c1
DL
64262000-08-16 Dave Love <fx@gnu.org>
6427
2b5198bb
DL
6428 * windmove.el (windmove) <defgroup>: Add :version.
6429
6430 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6431 (goto-address-fontify-p, goto-address-highlight-p)
6432 (goto-address-url-face, goto-address-url-mouse-face)
6433 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6434 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6435 (goto-address-fontify, goto-address-at-mouse): Simplify,
6436 (goto-address-at-point): browse-url-url-at-point,
6437 goto-address-find-address-at-point can return nil.
6438 (goto-address-find-address-at-point): Return nil on failure.
6439
6440 * align.el (align) <defgroup>: Add :version.
6441
6442 * calculator.el (calculator): Add :version.
6443 (calculator): Use two lines for calculator window if `modeline'
6444 face is boxed.
6445
4f00b8c1
DL
6446 * play/5x5.el: Doc fixes.
6447 (5x5) <defgroup>: Add :version.
6448
6449 * play/fortune.el (fortune) <defgroup>: Add :version.
6450 (fortune-append): Fix error message.
6451 (fortune-from-region): Doc fix.
6452
6453 * play/pong.el (pong): Doc fix.
6454
6455 * play/morse.el: Keywords, commentary, autoloads.
6456
69db7ee7
EZ
64572000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6458
6459 * desktop.el (desktop-save): Don't look at symbol-value of a
6460 member of minor-mode-alist, unless it is boundp.
6461
10e1dad9
SS
64622000-08-16 Sam Steingold <sds@gnu.org>
6463
a0b8c939 6464 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6465 `while'; use `with-current-buffer' instead of `save-excursion'.
6466 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6467
9d7bcb2e
KH
64682000-08-16 Kenichi Handa <handa@etl.go.jp>
6469
6470 * international/ccl.el (declare-ccl-program): Docstring modified.
6471 (ccl-execute-with-args): Likewise.
6472
04231ab8
MB
64732000-08-16 Miles Bader <miles@gnu.org>
6474
9d245da5 6475 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6476 comint-line-beginning-position.
6477
f68446ef
GM
64782000-08-15 Gerd Moellmann <gerd@gnu.org>
6479
dc28878c
GM
6480 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6481 'buffer-menu' property.
6482 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6483 fails.
6484 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6485 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6486 wasn't killed.
10e1dad9 6487
58ed0d3b
GM
6488 * buff-menu.el (list-buffers-noselect): Don't display the
6489 *Buffer List* buffer.
6490
32dc52f7
GM
6491 * font-lock.el: Require jit-lock to prevent a very late
6492 `Loading jit-lock' message.
6493
f68446ef 6494 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6495 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6496 mail address.
6497
90ac90a2
MB
64982000-08-15 Miles Bader <miles@gnu.org>
6499
6500 * textmodes/ispell.el (ispell-graphic-p): New constant.
6501 (ispell-choices-win-default-height, ispell-help): Use
6502 `ispell-graphic-p' instead of `xemacsp'.
6503
b0a0e263
DL
65042000-08-15 Dave Love <fx@gnu.org>
6505
c1e757e3
DL
6506 * simple.el: Autoload widget-convert when compiling.
6507 (mail-user-agent): Doc fix.
6508
6509 * help.el (function-called-at-point, variable-at-point): Use
6510 with-syntax-table.
6511 (help-manyarg-func-alist): Add insert-and-inherit.
6512
6513 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6514
6515 * delsel.el (delsel-unload-hook): New function.
6516
6517 * find-file.el: Doc fixes. Move provide to end.
6518 (ff) <defgroup>: Add :link.
6519 (ff-goto-click): Deleted.
6520 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6521 Use mouse-set-point.
6522
6523 * textmodes/tildify.el: Doc fixes.
6524 (tildify) <defgroup>: Add:version.
6525
6526 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6527 (glasses-custom-set): Use set-default, not set.
6528 (minor-mode-alist): Propertize the lighter.
6529 (glasses-mode): Provide optional arg.
6530
5f847612
DL
6531 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6532 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6533 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6534 option. Provide :type.
6535 (cwarn-configuration): Provide :type.
6536 (cwarn-mode): Doc fix.
6537
6538 * add-log.el (change-log-merge): Doc fix.
6539 (change-log-redate): New command.
6540
b0a0e263
DL
6541 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6542 Doze and Dog.
6543 (browse-url): Use dolist, not mapcar.
6544 (browse-url-at-point): Check for null url.
6545 (browse-url-event-buffer, browse-url-event-point): Functions
6546 deleted.
6547 (browse-url-at-mouse, browse-url-netscape): Simplify.
6548
6549 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6550 modes.
6551 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6552 Fix previous change to mapcan.
6553 (msb--init-file-alist, msb--add-separators)
6554 (msb--make-keymap-menu): Simplify.
6555 (msb--choose-file-menu): Use copy-sequence.
6556 (msb-mode-map): Add title to keymap.
6557 (msb-unload-hook): New function.
6558
6559 * bs.el: Fix indentation.
6560 (bs) <defgroup>: Add :links.
2b5198bb
DL
6561 (bs-show): Doc fix.
6562 (bs-apply-sort-faces): Don't use window-system.
6563 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6564
70f1b78e
EZ
65652000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6566
6567 * calendar/timeclock.el (timeclock-file): Run .timelog through
6568 convert-standard-filename.
6569
956777b3
GM
65702000-08-14 Gerd Moellmann <gerd@gnu.org>
6571
3215096c
GM
6572 * emacs-lisp/authors.el: New file.
6573
956777b3
GM
6574 * paren.el (show-paren-priority): New user option.
6575 (show-paren-function): Set overlay priorities to
6576 show-paren-priority.
10e1dad9 6577
0cde1424
MB
65782000-08-14 Miles Bader <miles@gnu.org>
6579
6580 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6581 beginning-of-line with inhibit-field-text-motion bound.
6582
90cbf47e
GM
65832000-08-14 Gerd Moellmann <gerd@gnu.org>
6584
6585 * calendar/timeclock.el: New file.
6586
65872000-08-14 David Ponce <david@dponce.com>
6588
6589 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6590 `widget-button-click'. so that one can use left mouse button to
6591 click on dialog buttons.
6592
65932000-08-14 Emmanuel Briot <briot@gnat.com>
6594
6595 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6596 identifiers, since XML is case sensitive
10e1dad9 6597
79e8dca7 65982000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6599
660394d1
MB
6600 * comint.el (comint-output-filter): Don't bother frobbing
6601 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6602
6603 * comint.el (comint-send-string, comint-send-region): Make into
6604 real functions. Snapshot the prompt before sending.
6605
218c2cc7
EZ
66062000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6607
6608 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6609 technique similar to Info-index, instead of relying on specific
6610 names of relevant Index nodes.
6611 (Info-goto-emacs-command-node): Bind Info-history to nil when
6612 going to the first node found by Info-find-emacs-command-nodes.
6613
51e066d2 66142000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6615
6616 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6617
867102f2
MB
66182000-08-10 Miles Bader <miles@gnu.org>
6619
6620 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6621
af718538
EZ
66222000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6623
6624 * info.el (Info-file-list-for-emacs): More elements for the
6625 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6626 and woman manuals.
6627
c51bacd6
MB
66282000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6629
6630 * comint.el (comint-send-input): Make the newline boundary overlay
6631 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6632 (comint-output-filter): Use `insert' instead of
6633 `insert-before-markers'. Extend comint-last-output-overlay when
6634 necessary since we can't rely on insert-before-markers to do it.
6635 * gud.el (gud-filter): Use `with-current-buffer' instead of
6636 save-excursion when inserting the output, so that point gets
6637 updated correctly; the old method relied on a rather dodgy
6638 side-effect of comint-output-filter to avoid the effect of
6639 save-excursion.
6640
98532b12
EZ
66412000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6642
6643 * files.el (recover-file): Call insert-directory instead of
6644 invoking `ls' directly.
6645
3db4b719
MB
66462000-08-10 Miles Bader <miles@gnu.org>
6647
6648 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6649 (comint-last-prompt-overlay): New variables.
6650 (comint-output-filter): Implement prompt highlighting.
6651 (comint-snapshot-last-prompt): New function.
6652 (comint-send-input): Snapshot the last prompt.
6653 Use comint-highlight-input-face.
6654 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6655 Use defface instead of defcustom.
6656 (send-invisible, comint-send-eof): Snapshot the last prompt.
6657 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6658 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6659
96190aa1
SM
66602000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6661
5cda4b07
SM
6662 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6663 (regexp-opt-group): Use a list of chars for `letters'.
6664 (regexp-opt-charset): `chars' is now a list of chars.
6665 Use a char-table rather than a vector so it works for multibyte chars.
6666
96190aa1
SM
6667 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6668 Set cvs-minor-current-files to the selected fileinfo.
6669 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6670 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6671
7d093d56
EZ
66722000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6673
6674 * files.el (insert-directory): Don't call access-file on
6675 directories on DOS and Windows.
6676
b24c5811
KH
66772000-08-09 Kenichi Handa <handa@etl.go.jp>
6678
6679 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6680 longer if necessary.
6681 (ccl-embed-code): Call ccl-embed-data to store CODE in
6682 ccl-program-vector.
6683
0a6fd67e
MB
66842000-08-09 Miles Bader <miles@gnu.org>
6685
6686 * comint.el (comint-output-filter): Properly handle the case where
6687 the text surrounded by comint-last-output-overlay was deleted.
6688
9f6d1a6c
GM
66892000-08-08 Gerd Moellmann <gerd@gnu.org>
6690
25ad1371
GM
6691 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6692 non-nil.
6693 (Info-file-list-for-emacs): Remove "info" from the list because
6694 that leads to trying to use the documentation from file `info'
6695 in various situations where it isn't appropriate, for instance
6696 C-h C-k C-h i.
6697
6698 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6699 DIR and/or STRING are nil.
6700
6701 * progmodes/compile.el (compilation-setup): Make variable
6702 compilation-error-screen-columns buffer-local, as some comment
6703 in the code suggests it should be.
6704
6705 * files.el (auto-mode-interpreter-regexp): New variable.
6706 (set-auto-mode): Use it.
6707
6708 * indent.el (indent-for-tab-command): Doc fix.
6709
6710 * mouse-sel.el (mouse-sel-mode): Doc fix.
6711
9f6d1a6c
GM
6712 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6713 labels.
6714
6715 * help.el (print-help-return-message): When
6716 display-buffer-reuse-frames is set, let the help window been quit,
6717 instead of deleting it, which might delete a reused frame.
6718
3d819a75
EZ
67192000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6720
6721 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6722 rename a directory to a name that differs only by its letter case.
6723
c5a52529
KH
67242000-08-08 Kenichi Handa <handa@etl.go.jp>
6725
6726 * international/quail.el (quail-define-rules): Handle Quail decode
6727 map correctly. Add code for supporting annotations.
6728 (quail-install-decode-map): New function.
6729 (quail-defrule-internal): New optional arguments decode-map and
6730 props.
6731 (quail-advice): New function.
6732
5e9e032a
SS
67332000-08-07 Sam Steingold <sds@gnu.org>
6734
6735 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6736 `defconst', `define-condition', `with-slots'.
6737 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6738
46645f4b
MB
67392000-08-03 Miles Bader <miles@gnu.org>
6740
6741 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6742 New variable.
6743 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6744 comint-use-prompt-regexp-instead-of-fields.
6745 (comint-send-input): Add `input' field property to stuff we send to
6746 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6747 (comint-output-filter): Add `output' field property to process
6748 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6749 (comint-replace-by-expanded-history)
6750 (comint-get-old-input-default, comint-show-output)
6751 (comint-backward-matching-input, comint-forward-matching-input)
6752 (comint-next-prompt, comint-previous-prompt): Use field
6753 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6754 (comint-line-beginning-position): New function.
6755 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6756 (comint-replace-by-expanded-history-before-point): Use
6757 comint-line-beginning-position and line-end-position.
6758 (comint-last-output-overlay): New variable.
6759 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6760
6761 * shell.el (shell-prompt-pattern): Doc change.
6762 (shell-backward-command): Use line-beginning-position.
6763
6764 * gud.el (gud-gdb-complete-command): Use
6765 comint-line-beginning-position.
6766
6767 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6768 comint-bol doesn't actually go to the beginning of the line.
6769
6770 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6771 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6772 (try-expand-line-all-buffers): Likewise.
6773
6774 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6775 explicitly matching comint-prompt-regexp.
6776 (sql-copy-column): Use comint-line-beginning-position instead of
6777 explicitly matching comint-prompt-regexp.
6778
6779 * progmodes/octave-inf.el (inferior-octave-complete): Use
6780 comint-line-beginning-position.
6781
6782 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6783
6784 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6785 looking for a prompt, use `forward-line 0' instead of
6786 `beginning-of-line', to avoid getting caught by an input field.
6787
ff3d9573
GM
67882000-08-07 Gerd Moellmann <gerd@gnu.org>
6789
6790 * files.el (shell-quote-wildcard-pattern): Make sure to return
6791 PATTERN, in the Unix case.
6792
e0d8827b
EZ
67932000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6794
6795 * play/zone.el (zone): Discard any pending input before running
6796 the randomly-chosen pgm.
6797
24d55b8f
KH
67982000-08-07 Kenichi Handa <handa@etl.go.jp>
6799
6800 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6801 checking the existence of any multibyte characters.
6802
3d05e1ee
GM
68032000-08-06 Gerd Moellmann <gerd@gnu.org>
6804
6c4a4368
GM
6805 * help.el (describe-mode): Test minor-mode symbol for being
6806 bound before testing its value for being nil.
6807
3d05e1ee
GM
6808 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6809 `first', `second', and `third'.
6810
6811 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6812 (second): Make it an alias for `cadr'.
6813
6968a481
EZ
68142000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6815
6816 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6817 types of display support faces now.
6818
e49aa397
GM
68192000-08-05 Gerd Moellmann <gerd@gnu.org>
6820
6821 * pcvs.el (require): Require `cl' during compilation, only.
6822
6823 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6824 (toplevel): Remove `remq' and `remove' from autoloads.
6825 (cl-fake-autoloads): New variable. If set, arrange for an error
6826 when CL functions etc. are autoloaded.
6827
588aca27
EZ
68282000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6829
2e78d4ab
EZ
6830 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6831
85628348
EZ
6832 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6833 popped up, but the user clicks outside the menu, return an empty
6834 regexp (that causes unhighlight-regexp to have no effect).
6835
74f0e552
EZ
6836 * menu-bar.el (menu-bar-games-menu): Add Zone.
6837
588aca27
EZ
6838 * hi-lock.el (toplevel): Require font-lock.
6839
f4988be7
GM
68402000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6841
ba087cd7 6842 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6843 (ebnf-8-bit-chars): New var for bug fix.
6844 (ebnf-string): Bug fix.
6845
027b73ac
SS
68462000-08-03 Sam Steingold <sds@gnu.org>
6847
6848 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6849 instead of `buffer-string'.
6850 (require 'cl): Always, not just when compiling.
6851 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6852 necessary.
6853
2f1fa038
EZ
68542000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6855
6856 * international/mule-cmds.el (select-safe-coding-system): Make
6857 the message text about selecting a safe coding system more clear.
6858
ead53494
GM
68592000-08-02 Gerd Moellmann <gerd@gnu.org>
6860
abb2db1c
GM
6861 * hi-lock.el: New file.
6862
6863 * play/zone.el: New file.
6864
ead53494
GM
6865 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6866 value of tab-width in the original buffer. Choose a line number
6867 format that's a multiple of the original buffer's tab width, so
6868 that lines appear right.
6869
6870 * textmodes/ispell.el (ispell): New function, replacing an alias.
6871 Spell-check active region if in transient-mark-mode and mark
6872 is active; otherwise spell-check buffer.
6873
68742000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6875
6876 * ps-mule.el: Fix a customization problem on
6877 ps-mule-font-info-database-default.
6878
f4a2b0a4
EZ
68792000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6880
6881 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6882 display-mouse-p instead of window-system.
6883 (ebrowse-member-mode-map): Ditto.
6884
b685181e
GM
68852000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6886
ba087cd7
EZ
6887 * progmodes/ebnf2ps.el: Update ps-print functions call.
6888 Indentation fix. Doc fix.
b685181e
GM
6889 (ebnf-version): New version number (3.2).
6890 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6891
3b5fab87
EZ
68922000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6893
032ebb29
EZ
6894 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6895 font lock support on window-system.
6896 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6897
3b5fab87
EZ
6898 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6899 display-color-p, if fboundp, instead of window-system.
6900
7e2605e7
EZ
69012000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6902
6903 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6904 instead of window-system.
6905
6906 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6907 window-system.
6908 (widget-choice-mouse-down-action): Use display-popup-menus-p
6909 instead of window-system.
6910
6911 * strokes.el (strokes-file): Run the file name through
6912 convert-standard-filename.
6913 (strokes-mode): Call display-mouse-p instead of looking at
6914 window-system. Change the error message accordingly.
6915
6916 * progmodes/cpp.el (toplevel): Support faces on tty's.
6917
6918 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6919 (lm-plot-square, lm-init-display): Don't use window-system.
6920
6921 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6922 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6923
6924 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6925 instead of looking at window-system.
6926
26119624
GM
69272000-07-30 Gerd Moellmann <gerd@gnu.org>
6928
6929 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6930 of testing if iswitchb-prepost-hooks is bound, because the
6931 latter will always be true when invoking a recursive minibuffer
6932 from an active Iswitchb buffer.
6933
c90596f3
EZ
69342000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * files.el (shell-quote-wildcard-pattern): New function.
6937 (insert-directory): Call it. Only prepend "\" to command on Unix
6938 and GNU/Linux systems.
6939
18925e78
GM
69402000-07-30 Gerd Moellmann <gerd@gnu.org>
6941
6942 * eshell/esh-groups.el: Change custom :link file names
6943 from `eshell.info' to `eshell'.
6944
69452000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6946
6947 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6948 correctly in recursive ange-ftp listings.
6949
69502000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6951
6952 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6953 ps-header-font-size-internal and
6954 ps-header-title-font-size-internal variables are not set,
6955 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6956 face text property is (foreground-color . COLOR) or
6957 `(background-color . COLOR)', ps-print crashes. Doc fix.
6958 (ps-print-version): New version number (5.2.4).
6959 (ps-plot-region): Code fix.
6960 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6961 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6962 Bug fix 2.
6963
69642000-07-30 Milan Zamazal <pdm@freesoft.cz>
6965
6966 * glasses.el (glasses-make-readable): Fix uncapitalization of
6967 identifiers like `myXMLDocument'.
6968
aeb4c63e
KF
69692000-07-28 Karl Fogel <kfogel@red-bean.com>
6970
18925e78
GM
6971 * mail/mail-hist.el (mail-hist-previous-input)
6972 (mail-hist-next-input): Do the obvious code factorization.
6973 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6974 code of above two.
6975 If inserting a message body, leave point at top.
6976
9d453139
SS
69772000-07-28 Sam Steingold <sds@gnu.org>
6978
6979 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6980 Use `<=', not `<' to compare times!
6981 (ange-ftp-ls): Remove.
9d453139 6982
b548072f
GM
69832000-07-27 Gerd Moellmann <gerd@gnu.org>
6984
27848c01
GM
6985 * play/cookie1.el: Add explanation of how to make cookie.el
6986 compatible with strfile(1) to comment.
6987
6988 * subr.el (remove, remq): New functions.
6989
3ab82477
GM
6990 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6991 escape `*' in regexps.
6992 (midnight-find): Reverse order of arguments in the funcall of
6993 TEST.
6994
6995 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6996 and `.class'.
6997
b548072f
GM
6998 * play/meese.el: Add Commentary section.
6999
27848c01
GM
70002000-07-27 Alex Schroeder <alex@gnu.org>
7001
7002 * sql.el (sql-ms): Added autoload cookie.
7003 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7004 (sql-oracle): Ditto.
7005 (sql-help): Doc change.
7006
7007 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7008 types and exceptions.
7009
70102000-07-27 Alex Schroeder <alex@gnu.org>
7011
7012 * sql.el (sql-placeholder-history): New variable.
7013 (sql-query-placeholders-and-send): New function that will query
7014 the user and replace placeholders with user input.
7015 (sql-oracle): If running on NT, set comint-input-sender to
7016 sql-query-placeholders-and-send.
7017
7018 (sql-stop): If in the SQLi buffer, insert stop notification, else
7019 present it as a message.
7020
70212000-07-27 Alex Schroeder <alex@gnu.org>
7022
7023 * sql.el (sql-input-ring-separator): Doc change.
7024 (sql-input-ring-file-name): Doc change.
7025 (sql-interactive-mode): Use `sql-input-ring-separator' and
7026 `sql-input-ring-file-name' to set the comint-mode equivalents
7027 without making them local variables.
7028 (sql-stop): Don't bind `sql-input-ring-separator' and
7029 `sql-input-ring-file-name' dynamically to their comint-mode
7030 equivalents.
7031
91ae8751
KH
70322000-07-27 Kenichi Handa <handa@etl.go.jp>
7033
7034 * international/mule.el (register-char-codings): New function.
7035 (make-coding-system): Handle `safe-chars' specification in the arg
7036 PROPERTY.
7037
7038 * international/mule-cmds.el
7039 (find-coding-systems-region-subset-p): This function deleted.
7040 (sort-coding-systems-predicate): New variable.
7041 (sort-coding-systems): New function.
7042 (find-coding-systems-region): Use
7043 find-coding-systems-region-internal.
7044 (find-coding-systems-string): Use find-coding-systems-region.
7045 (find-coding-systems-for-charsets): Check
7046 char-coding-system-table.
7047 (select-safe-coding-system-accept-default-p): New variable.
7048 (select-safe-coding-system): Mostly rewritten. New argument
7049 ACCEPT-DEFAULT-P.
7050 (select-message-coding-system): Call select-safe-coding-system
7051 with ACCEPT-DEFAULT-P arg.
7052 (reset-language-environment): Reset default-sendmail-coding-system
7053 to the default value iso-latin-1.
7054 (set-language-environment): Don't set the obsolete variable
7055 charset-origin-alist.
7056
7057 * international/codepage.el (cp-coding-system-for-codepage-1):
7058 Give `safe-chars' property to make-coding-system.
7059
7060 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7061 calling select-message-coding-system twice.
7062
7063 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7064 instead of `safe-charsets'.
7065 (cyrillic-alternativnyj): Likewise.
7066 (ccl-encode-alternativnyj): Don't check the charset
7067 cyrillic-iso8859-5.
7068
90cf4474
KH
70692000-07-27 Kenichi Handa <handa@etl.go.jp>
7070
7071 * composite.el (compose-chars-after): Preserve match data.
7072
a1f84f6d
SS
70732000-07-26 Sam Steingold <sds@gnu.org>
7074
7075 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7076 (ange-ftp-real-file-newer-than-file-p): New function.
7077 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7078 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7079
7080 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7081 * midnight.el (midnight-float-time): Ditto.
7082
e092928e
AS
70832000-07-26 Andreas Schwab <schwab@suse.de>
7084
7085 * files.el (normal-backup-enable-predicate): Correct
7086 interpretation of the return value of compare-strings.
7087
7465ebef
GM
70882000-07-26 Gerd Moellmann <gerd@gnu.org>
7089
3353ef5a
GM
7090 * isearch.el (isearch-resume): New function.
7091 (isearch-done): Add something to command-history to resume
7092 the search.
7093 (isearch-yank-line, isearch-yank-word): Use
7094 buffer-substring-no-properties instead of buffer-substring.
7095
7465ebef
GM
7096 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7097 of flyspell-mouse-map.
7098
7099 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7100 duplicate definition.
7101 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7102
7103 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7104 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7105
5044b74a
SS
71062000-07-25 Sam Steingold <sds@gnu.org>
7107
25759a92
SS
7108 * net/ange-ftp.el: Get modtime over the net.
7109 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7110 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7111 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7112 Use it.
7113 (ange-ftp-dot-to-slash): New function.
7114 (ange-ftp-fix-name-for-vms): Use it.
7115
5044b74a
SS
7116 * midnight.el (midnight-buffer-display-time): Use
7117 `with-current-buffer'.
7118
5dcfb3f4
GM
71192000-07-25 Gerd Moellmann <gerd@gnu.org>
7120
7121 * find-dired.el: Update copyright notice.
7122 (find-dired): Offer to kill a running `find'.
7123
7124 * enriched.el (enriched-face-ans): For a `foreground-color'
7125 property, return '(("x-color" COLOR))' so that COLOR will be
7126 output as a parameter of the x-color annotation. Likewise for the
7127 `background-color' property. In the case of normal face
7128 properties, don't return annotations for unspecified foreground
7129 and background face attributes.
7130
8c662166
KH
71312000-07-25 Kenichi Handa <handa@etl.go.jp>
7132
7133 * language/japan-util.el (japanese-katakana-region): Fix handling
7134 HANKAKU argument.
7135
c28da489
MB
71362000-07-25 Miles Bader <miles@gnu.org>
7137
7138 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7139 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7140 constrain-to-field.
7141
ad349719
AI
71422000-07-24 Andrew Innes <andrewi@gnu.org>
7143
7144 * timer.el (timer-activate-when-idle): Add optional parameter
7145 DONT-WAIT. Update docstring.
7146 (run-with-idle-timer): Specify extra parameter to
7147 timer-activate-when-idle, so that timer will be activated
7148 immediately if Emacs is already idle.
7149
7150 * w32-fns.el (w32-using-nt): Fix docstring.
7151
c95162f5
DL
71522000-07-24 Dave Love <fx@gnu.org>
7153
7154 * mouse.el (popup-menu): Set last-command-event.
7155 (mouse-major-mode-menu-prefix): Declare.
7156
e3c31fd5
GM
71572000-07-24 Gerd Moellmann <gerd@gnu.org>
7158
7159 * textmodes/flyspell.el: Update to author's version 1.5d.
7160
7161 * progmodes/hideshow.el: Update copyright notice.
7162
7163 * vcursor.el: Set maintainer to FSF, since author cannot
7164 be reached.
7165
7636d2a3
EZ
71662000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7167
fbe0a958
EZ
7168 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7169 the prompt.
7170
7636d2a3
EZ
7171 * mouse.el (popup-menu): Run the keymap through indirect-function,
7172 in case it was defined with define-prefix-key. If the menu is a
7173 list of keymaps, look up the binding of user's choice in each one
7174 of the keymaps.
7175 (mouse-popup-menubar): If the global and local menu-bar keymaps
7176 don't have a prompt string, create one and insert it into the
7177 keymap. Don't barf if current-local-map returns nil.
7178
e024b101
GM
71792000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7180
7181 * dired.el (dired-sort-R-check): Added to allow recursive listing
7182 to be undone.
7183 (dired-sort-other): Use it.
7184
7972fcfc
GM
71852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7186
e024b101 7187 * Release of cc-mode 5.27
7972fcfc
GM
7188
71892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7190
7191 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7192 c-beginning-of-statement-1 that caused a bad case of recursion
7193 which could consume a lot of CPU in large classes in languages
7194 that have in-expression classes (i.e. Java and Pike).
7195
7196 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7197 statements before top level constructs (i.e. case 6 is moved
7198 before case 5 and is now case 4) to catch in-expression
7199 classes in top level expressions correctly.
7200
72012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7202
7203 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7204 objc-method-intro. Case 4 removed and case 5I added.
7205
7206 * cc-langs.el (c-append-paragraph-start): New variable used by
7207 c-common-init to get paragraph-start correct.
7208 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7209 initialize paragraph-start to make it correct both with and
7210 without the javadoc special case.
7211
7212 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7213 initialize paragraph-start for javadoc markup.
7214
7215 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7216 change by defaulting this to t. It's motivated by the
7217 confusing behavior that otherwise arise from the style system
7218 when editing both java and non-java files at the same time
7219 (see the comments about style setting in c-common-init).
7220
72212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7222
7223 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7224 similar to the one in c-fill-paragraph to check the fill
7225 prefix from the adaptive fill function for sanity.
7226
72272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7228
7229 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7230 defun block.
7231
72322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7233
5044b74a 7234 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7235
72362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7237
7238 * cc-align.el (c-lineup-multi-inher): Handle lines with
7239 leading comma nicely. Extended to handle member initializers
7240 too.
7241
e024b101 7242 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7243 c-guess-basic-syntax): Fixed recognition of inheritance lists
7244 when the lines begins with a comma.
7245
5044b74a 7246 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7247
7248 * cc-vars.el (c-offsets-alist): Changed default for
7249 member-init-cont to c-lineup-multi-inher since it now handles
7250 member initializers and indents better for leading commas.
7251
72522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7253
7254 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7255 handling that caused class open lines to be recognized as
7256 statement-conts in some cases.
7257
7258 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7259 guessed by the adaptive fill function unless point is on the
7260 first line of a block comment.
7261
7262 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7263 when the buffer ends with a macro continuation char.
7264
7265 * cc-engine.el (c-guess-basic-syntax): Added support for
7266 function definitions as statements in Pike. The first
7267 statement in a lambda block is now labeled defun-block-intro
7268 instead of statement-block-intro.
7269
7270 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7271 so that the class surrounding point is selected, not the one
7272 innermost in the state.
7273
7274 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7275 recognition of switch labels having hanging multiline
7276 statements.
7277
7278 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7279 some code in c-guess-basic-syntax to a separate function.
7280 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7281 recognition of member inits with multiple line arglists.
7282 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7283 member-init-cont when the commas are in funny places.
7284
72852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7286
7287 * cc-defs.el (c-auto-newline): Removed this macro since it's
7288 not used anymore.
7289
7290 * cc-engine.el (c-looking-at-bos): New helper function.
7291 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7292 inexpr and toplevel classes apart in Pike.
7293
7294 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7295 of case 9A.
7296
7297 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7298 constant, since "class" can introduce an in-expression class
7299 in Pike nowadays.
7300
73012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7302
7303 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7304 indentation on cpp-macro lines.
7305
7306 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7307 a syntax modifier like comment-intro, to make it possible to
7308 get syntactic indentation for preprocessor directives. It's
7309 incompatible wrt to lineup functions on cpp-macro, but it has
7310 no observable effect in the 99.9% common case where cpp-macro
7311 is set to -1000.
7312
73132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7314
7315 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7316 member-init-cont when the preceding arglist is several lines.
7317
73182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7319
7320 * cc-styles.el (c-style-alist): The basic offset for the BSD
7321 style corrected to 8.
7322
73232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7324
7325 * cc-styles.el (c-style-alist): Adjusted the indentation of
7326 brace list openers in the gnu style.
7327
73282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7329
7330 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7331
7332 * cc-cmds.el (c-electric-brace, c-electric-slash,
7333 c-electric-star, c-electric-semi&comma, c-electric-colon,
7334 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7335 when c-syntactic-indentation is nil.
7336
7337 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7338 we were left at comments preceding the first statement when
7339 reaching the beginning of the buffer.
7340
7341 * cc-vars.el (c-syntactic-indentation): New variable to turn
7342 off all syntactic indentation.
7343
73442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7345
7346 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7347 between the text and the block comment ender when it hangs,
7348 depending on how many there are before the fill.
7349
73502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7351
7352 * cc-engine.el (c-beginning-of-closest-statement): New helper
7353 function to go back to the closest preceding statement start,
7354 which could be inside a conditional statement.
7355 * cc-engine.el (c-guess-basic-syntax): Use
7356 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7357
7358 * cc-engine.el (c-guess-basic-syntax): Better handling of
7359 arglist-intro, arglist-cont-nonempty and arglist-close when
7360 the arglist is nested inside parens. Cases 7A, 7C and 7F
7361 changed.
7362
7363 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7364 up-to-date with javadoc 1.2.
7365
73662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7367
7368 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7369 multiline Pike type decls.
7370
73712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7372
7373 * cc-cmds.el (c-indent-new-comment-line): Always break
7374 multiline comments in multiline mode, regardless of
7375 comment-multi-line.
7376
73772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7378
7379 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7380 fully::qualified::names in C++ member init lists. Preamble in
7381 case 5D changed.
7382
73832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7384
7385 * cc-langs.el (c-common-init): Handling of obsolete variables
7386 moved to c-initialize-cc-mode. More compatible style override
7387 when using global style variables.
7388 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7389 variables moved here.
7390
e024b101 7391 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7392 c-special-indent-hook as a style variable. Don't talk about
7393 doing (c-make-styles-buffer-local t) in a mode hook, since
7394 that's already too late to work right.
5044b74a 7395
7972fcfc
GM
7396 * cc-styles.el (c-make-styles-buffer-local): Flag style
7397 variable localness in c-style-variables-are-local-p to make
7398 the compatibility measure in c-common-init work well.
7399
7400 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7401 longer contain set-from-style.
7402 * cc-styles.el (c-initialize-builtin-style): Don't check for
7403 set-from-style on c-special-indent-hook.
7404 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7405 copy-alist is sufficient now.
7406
7407 * cc-styles.el (c-set-style, c-set-style-1,
7408 c-get-style-variables): Fixes to variable initialization so
7409 that duplicate entries in styles have the same effect
7410 regardless of DONT-OVERRIDE.
7411
7412 * cc-styles.el (c-set-style-2): Fixed bug where the
7413 initialization of inheriting styles failed when the
7414 dont-override flag is set.
7415
7416 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7417 on this.
7418
74192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7420
7421 * cc-defs.el (c-forward-comment): Removed the workaround
7422 introduced in 5.38 since it had worse side-effects. If a line
7423 contains the string "//\"", it regarded the // as a comment
7424 start since the \ temporarily doesn't have escape syntax.
7425
74262000-07-17 Emmanuel Briot <briot@act-europe.fr>
7427
7428 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7429 ada-xref.el before ada-prj.el, so that the Project menu is created
7430 when ada-prj tries to add to it.
7431 (ada-activate-keys-for-case): Suppress the characters that are not
7432 part of the Ada syntax. Better compatibility with else-mode
7433 (ada-adjust-case-interactive): When auto-casing is not active,
7434 correctly insert newlines (used to insert only ^M). Prevent the
7435 syntax table from being changed in case of an error
814299a7 7436 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7437 Do nothing if ada-auto-case is nil.
7438 (ada-after-keyword-p): Ignore keywords that are also attributes
7439 (ada-batch-reformat): Update usage comment
7440 (ada-call-from-contextual-menu): New function
7441 (ada-case-read-exceptions): Reinitialize the casing exception list
7442 first to nil first, so that the casing exception file can be
7443 shared.
7444 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7445 files.
7446 (ada-compile-goto-error): Fix regexp used to detect a file:line
7447 anywhere in the error message
7448 (ada-contextual-menu-last-point): New variable
7449 (ada-create-keymap): If the variable delete-key-deletes-forward is
7450 t on XEmacs, it means that DEL should delete one character
7451 forward.
7452 (ada-create-menu): Use :included instead of :visible for XEmacs.
7453 New submenu "Options".
7454 (ada-end-stmt-re): Correctly indent "select ... then abort"
7455 statements.
7456 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7457 even if they don't match ada-fill-comment-prefix Fix handling of
7458 paragraphs on the first or last line of a file.
7459 (ada-format-paramlist): Fix handling of default parameter values.
7460 (ada-get-body-name): New function.
7461 (ada-get-current-indent): Optimized by searchling directly for an
7462 existing generic part or a statement outside of it. Handle
7463 ada-indent-align-comments when indenting comments Replaced some
7464 regexps by testing directly the next character. This results in a
7465 huge speedup on some files. New indentation scheme for renames
7466 statements. Stop looking for the 'while' or 'for' associated with
7467 a 'loop' at the first semicolon encountered. A "return" can also
7468 match an anonymous access subprogram declaration.
7469 (ada-get-indent-noindent): Ignore strings and comments when
7470 looking for the keywords "record" and "private".
7471 (ada-goto-matching-decl-start): When matching "if", make sure we
7472 are not in fact seeing "end if". Ignore "when" statements except
7473 when initial keyword was "begin". Fix handling of nested
7474 procedures. Add a recursive call to this function to skip over
7475 other 'end' statmts. Fix indentation for "when .. => begin"
7476 (ada-in-open-paren-p): Fix indentation for complex boolean
7477 expressions, where 'and then', 'or else' and parenthesis
7478 statements are mixed up.
7479 (ada-in-paramlist-p): Skip comments while searching for the
7480 beginning Fix handling of operator declarations.
7481 (ada-indent-align-comments): New variable
7482 (ada-indent-current): Change the syntax table only in the
7483 protected section, so that we are sure it is restored correctly.
7484 (ada-indent-on-previous-lines): Use ada-use-indent and
7485 ada-with-indent Correctly indent "select ... then"
7486 (ada-indent-region): Slight speedup.
7487 (ada-indent-renames): New variable.
7488 (ada-last-which-function-subprog, ada-last-which-function-line):
7489 New variables
7490 (ada-looking-at-semi-private): Correctly indent the 'private'
7491 keyword when it is the first word in a package declaration.
7492 (ada-loose-case-word): Stop searching if at the end of the buffer.
7493 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7494 even if point is not initially at the end of the word.
7495 (ada-matching-decl-start-re): Add "when".
7496 (ada-mode): Add support for abbrev-mode, outline-mode and
7497 which-func-mode Override the old find-file.el entry in
7498 ff-special-constructs since it is using the obsolete
7499 ada-spec-suffix variable
7500 (ada-no-auto-case): New function
7501 (ada-scan-paramlist): When parsing the argument type, accept
7502 spaces (as in "X 'Class", generated by Rational Rose).
7503 (ada-other-file-name): No longer loads the other file.
7504 (ada-popup-menu): Save and restore the current buffer and cursor
7505 position before and after displaying the menu.
7506 (ada-search-ignore-complex-boolean): New function.
7507 (ada-uncomment-region): Emacs21 already knows how to delete
7508 comments not starting in the first column.
7509 (ada-use-indent): New variable
7510 (ada-which-function): New function.
7511 (ada-with-indent): New variable
7512 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7513 can be batch-compiled from the command line.
7514
7515 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7516 Add to the menu when the file is loaded, not in ada-mode-hook.
7517 Add -toolbar to the default ddd command Switches moved from
7518 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7519 ada-prj-default-comp-opt
7520 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7521 Reference Manual to the menu
7522 (ada-check-current): rewritten as a call to ada-compile-current
7523 (ada-compile): Removed.
7524 (ada-compile-application, ada-compile-current, ada-check-current):
7525 Set the compilation-search-path so that compile.el automatically
7526 finds the sources in src_dir. Automatic scrollong of the
7527 compilation buffer. C-uC-cC-c asks for confirmation before
7528 compiling
7529 (ada-compile-current): New parameter, prj-field
7530 (ada-complete-identifier): Load the .ali file before doing
7531 processing
7532 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7533 conform to gnatmake's behavior.
7534 (ada-find-file-in-dir): New function
7535 (ada-find-references): Set the environment variables for gnatfind
7536 (ada-find-src-file-in-dir): New function.
7537 (ada-first-non-nil): Removed
7538 (ada-gdb-application): Add support for jdb, the java debugger.
7539 (ada-get-ada-file-name): Load the original-file first if not done
7540 yet.
7541 (ada-get-all-references): Handles the new ali syntax (parent types
7542 are found between <>).
7543 (ada-initialize-runtime-library): New function
7544 (ada-mode-hook): Always load a project file when a file is opened,
7545 so that the casing exceptions are correctly read.
7546 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7547 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7548 to open the project file, since the latter does not work with
7549 speedbar Get default values before loading the prj file, or the
7550 default executable file name is wrong. Use the absolute value of
7551 src_dir to initialize ada-search-directories and
7552 compilation-search-path,... Add the standard runtime library to
7553 the search path for find-file.
7554 (ada-prj-default-debugger): Was missing an opening '{'
7555 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7556 variables.
7557 (ada-prj-default-gnatmake-opt): New variable
7558 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7559 buffers, the project file is the default one Save the windows
7560 configuration before displaying the menu.
7561 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7562 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7563 ...) regexp-quote identifiers names to support operators +,
7564 -,... in regexps.
7565 (ada-remote): New function.
7566 (ada-run-application): Erase the output buffer before starting the
7567 run Support remote execution of the application. Use
7568 call-process, or the arguments are incorrectly parsed
7569 (ada-set-default-project-file): Reread the content of the active
7570 project file, not the one from the current buffer When a project
7571 file is set as the default project, all directories are
7572 automatically associated with it.
7573 (ada-set-environment): New function
7574 (ada-treat-cmd-string): New special variable ${current}
7575 (ada-treat-cmd-string): Revised. The substitution is now done for
7576 any ${...} substring
7577 (ada-xref-current): If no body was found, compiles the spec
7578 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7579 compiler to get rid of command line length limitations.
7580 (ada-xref-get-project-field): New function
7581 (ada-xref-project-files): New variable
7582 (ada-xref-runtime-library-specs-path)
7583 (ada-xref-runtime-library-ali-path): New variables
7584 (ada-xref-set-default-prj-values): Default run command now does a
7585 cd to the build directory. New field: main_unit Provide a default
7586 file name even if the current buffer has no prj file.
7587
7588 * ada-prj.el:
7589 Rewritten to show a tabbed-dialog.
7590 (ada-prj-add-ada-menu): Remove the map and name parameters.
7591 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7592 New function
7593 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7594 (ada-prj-load-from-file): New function
7595 (ada-prj-save): Always save fields that depend on the current buffer
7596 (ada-prj-show-value): New function
5044b74a 7597
7972fcfc
GM
7598 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7599 Ada mode. This will allow us to display the Ada menu in any buffer
7600 we want (for project items).
7601 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7602 number of spaces in the header.
5044b74a 7603
8730a8da
DL
76042000-07-24 Dave Love <fx@gnu.org>
7605
7606 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7607
db3ca487
NF
76082000-07-23 Noah Friedman <friedman@splode.com>
7609
ad953485
NF
7610 * type-break.el (type-break): perform autosave.
7611 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7612 (type-break-do-query): Cancel query schedule while performing
7613 actual query, to avoid possibility of a second query being made
7614 while first one is already in progress.
7615 (type-break-time-stamp-format): New variable.
7616 (type-break-time-stamp): New function.
7617 (type-break-time-warning): Use it.
7618 (type-break-keystroke-warning): Use it.
7619 (type-break-noninteractive-query): Use it.
7620
03a9c6d0
NF
7621 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7622 cookie.
7623 Use add-minor-mode to set minor-mode-alist, if available.
7624 (eldoc-echo-area-use-multiline-p): New user option.
7625 (eldoc-echo-area-multiline-supported-p): New variable.
7626 (eldoc-docstring-format-sym-doc): Use them.
7627 (eldoc-mode): If not using idle timers, append to local post and
7628 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7629 (eldoc-display-message-no-interference-p): Don't interfere with
7630 edebug.
7631 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7632 (eldoc-function-arglist): New function.
7633 (eldoc-function-argstring): Use it.
7634
db3ca487
NF
7635 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7636 auto save directory exists before calling directory-files.
7637
f7ad1899
DL
76382000-07-23 Dave Love <fx@gnu.org>
7639
7640 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7641 ^o, ^u.
7642
43e764c9
DL
76432000-07-21 Dave Love <fx@gnu.org>
7644
475de6f4
DL
7645 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7646 now passed to the function. It now works properly.
7647
43e764c9
DL
7648 * smerge-mode.el (smerge-mode-menu): Fill it out.
7649
e8bea4c0
GM
76502000-07-20 Gerd Moellmann <gerd@gnu.org>
7651
7652 * info-look.el (info-lookup): If *info* is shown in another frame
7653 on the same display, select that frame, instead of switching to
7654 the Info buffer in another window of the selected frame.
7655
7656 * simple.el (universal-argument-map): Bind numeric keypad keys
7657 kp-0 to kp-9 and kp-subtract.
7658 (digit-argument): Handle these keys.
7659
bc75b4fd
DL
76602000-07-20 Dave Love <fx@gnu.org>
7661
7662 * net/goto-addr.el (goto-address-fontify): Don't bother with
7663 buffer-modified and read-only stuff -- irrelevant with overlays.
7664 Put an extra property on the overlays and use it to clean up in
7665 case goto-address is re-run.
7666
8b7bc628
RS
76672000-07-19 Richard M. Stallman <rms@gnu.org>
7668
18e21ce8
RS
7669 * timer.el (run-with-idle-timer): Doc fix.
7670
db3ca487 7671 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7672 Handle case where <...> appears inside "...".
7673 Use replace-match to edit the string more simply.
7674 (rmail-dont-reply-to): Cope with an unmatched ".
7675
50575ec2
DL
76762000-07-19 Dave Love <fx@gnu.org>
7677
7678 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7679 implementation.
7680
7681 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7682 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7683 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7684
4279296d
GM
76852000-07-19 Gerd Moellmann <gerd@gnu.org>
7686
47db06aa
GM
7687 * textmodes/refer.el: Correct maintainer's email address.
7688
7689 * progmodes/hideif.el: Correct author's email address.
7690 Fix typo in comment.
7691
7692 * xml.el: New file.
7693
4279296d
GM
7694 * mail/mailheader.el: Correct author's mail address.
7695
7696 * gnus/parse-time.el: Correct author's mail address.
7697
47db06aa 76982000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7699
7700 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7701 New user options.
7702 (comint-input-ring-file-name): Change custom type.
7703 (comint-mode-map): Bind mouse-2.
7704 (comint-insert-clicked-input): New function.
7705 (comint-send-input): Handle input highlighting.
7706
21ad0f7b
SM
77072000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7708
7709 * mouse.el (popup-menu): New function.
7710 (mouse-major-mode-menu): Use it.
7711
3b33a005
DL
77122000-07-18 Dave Love <fx@gnu.org>
7713
7714 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7715 improvements.
7716
dc1cac59
GM
77172000-07-18 Gerd Moellmann <gerd@gnu.org>
7718
21ad0f7b 7719 * faces.el (face-font-selection-order)
dc1cac59 7720 (face-font-family-alternatives): Add custom type.
db3ca487 7721
f8276b77
DL
77222000-07-18 Dave Love <fx@gnu.org>
7723
7724 * cus-edit.el (custom-variable-reset-saved)
7725 (custom-variable-reset-standard): Remove unused bindings.
7726
7727 * rect.el (open-rectangle-line): Remove unused let.
7728
7729 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7730
3d6cd763
GM
77312000-07-18 Gerd Moellmann <gerd@gnu.org>
7732
7733 * cdl.el: Fix `Maintainer' keyword.
7734
7735 * play/pong.el: Add author's email address.
7736
34342a07
SS
77372000-07-17 Sam Steingold <sds@gnu.org>
7738
7739 * files.el (insert-directory): Call `split-string' instead of
7740 re-implementing it.
7741
088831a6
GM
77422000-07-18 Gerd Moellmann <gerd@gnu.org>
7743
7744 * mail/vms-pmail.el: Change maintainer to FSF.
7745
7746 * net/goto-addr.el: Change maintainer to FSF.
7747
7748 * recentf.el: Update from author.
7749
7750 * info.el (Info-title-face-alist): Removed.
db3ca487 7751
68be2869
EZ
77522000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7753
7754 * eshell/eshell.el (eshell): Replace links to eshell.info with
7755 links to eshell, to avoid problems on systems where the manual is
7756 installed as `eshell'.
7757 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7758 * eshell/em-smart.el (eshell-smart): Ditto.
7759 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7760 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7761
7762 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7763 same-file check in the MS-DOS version (it does support inodes).
7764
7765 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7766
21ad0f7b
SM
7767 * eshell/eshell.el (eshell-directory-name):
7768 Run default directory name through convert-standard-filename.
68be2869 7769
269b4dcb
KH
77702000-07-18 Kenichi Handa <handa@etl.go.jp>
7771
21ad0f7b
SM
7772 * international/mule-cmds.el (select-safe-coding-system):
7773 Fix typo in the comment.
240a16cf 7774
21ad0f7b
SM
7775 * language/european.el (compound-text):
7776 Force katakana-jisx0201 to be designated to G1.
aa96c820 7777
21ad0f7b
SM
7778 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7779 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7780 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7781
269b4dcb
KH
7782 * international/kkc.el (kkc-after-update-conversion-functions):
7783 New variable.
7784 (kkc-update-conversion): Run functions in it at the tail.
7785
68be2869 77862000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7787
21ad0f7b
SM
7788 * lisp/align.el (align-newline-and-indent):
7789 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7790 (align-region): Fixed badly formatted minibuffer message.
7791
7a3fd467
KH
77922000-07-17 Kenichi Handa <handa@etl.go.jp>
7793
21ad0f7b 7794 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7795 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7796 the conversion list at first if appropriate.
7797 (kkc-next): Don't update kkc-next-count here.
7798 (kkc-prev): Don't update kkc-prev-count here.
7799 (kkc-show-conversion-list-update): Fix setting up of conversion
7800 list message.
7801
a45423d8
SM
78022000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7803
088831a6 7804 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7805
91a38db1
DL
78062000-07-16 Dave Love <fx@gnu.org>
7807
7808 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7809 function to be more specific.
7810
7811 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7812 non-string help-echo.
7813 (widget-types-convert-widget): Defsubst it.
7814 (widget-echo-help): Try to cope with a help-echo function of two
7815 possible sorts.
7816
3fddcdc3
JR
78172000-07-15 Jason Rumney <jasonr@gnu.org>
7818
7819 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7820 Declare as obsolete.
7821
7822 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7823
bd23a692
GM
78242000-07-14 Gerd Moellmann <gerd@gnu.org>
7825
7826 * hilit-chg.el: Fix typo.
7827
d4af987a
DL
78282000-07-14 Dave Love <fx@gnu.org>
7829
7830 * info.el (Info-mode-menu): Fix use of :help, :enable.
7831
3a4f3f86
SM
78322000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7833
7834 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7835
cf6936a4
DL
78362000-07-13 Dave Love <fx@gnu.org>
7837
4d6d04b5
DL
7838 * emacs-lisp/easymenu.el: Doc fixes.
7839 (easy-menu-remove): Defalias to ignore.
7840
cf6936a4
DL
7841 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7842 Call throw correctly.
7843
56437999
GM
78442000-07-13 Gerd Moellmann <gerd@gnu.org>
7845
7846 * faces.el (frame-background-mode): Doc fix.
7847
7848 * simple.el (eval-expression-print-length): Change custom type to
7849 allow entering nil as value.
7850
d04a3972
DL
78512000-07-13 Dave Love <fx@gnu.org>
7852
3a4f3f86
SM
7853 * progmodes/fortran.el (fortran-imenu-generic-expression):
7854 Change definition layout.
a8189dfe
DL
7855 (fortran-mode-menu): Reinstate customize entries.
7856
d04a3972
DL
7857 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7858 Use :filter, per old XEmacs code.
7859
4bf4fb05
GM
78602000-07-12 Gerd Moellmann <gerd@gnu.org>
7861
7862 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7863 event when deciding what to send to the terminal.
7864
37328bcd
DL
78652000-07-12 Dave Love <fx@gnu.org>
7866
7867 * cus-start.el: Add optional version as 4th element of specs and
7868 use it for several things new in v21. Remove load-path. Fix type
7869 of line-number-display-limit.
7870
89492072
DL
78712000-07-11 Dave Love <fx@gnu.org>
7872
3a4f3f86
SM
7873 * progmodes/fortran.el: Don't require easymenu.
7874 Use repeat counts in various regexps.
315aa1de
DL
7875 (fortran-mode-syntax-table): Defvar directly.
7876 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7877 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7878 Use defvar, not defconst.
7879 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7880 (fortran-mode): Set fortran-comment-line-start-skip,
7881 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7882 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7883 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7884 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7885 (fortran-comment-region, fortran-electric-line-number): Simplify.
7886 (fortran-auto-fill): New function.
7887 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7888 (fortran-find-comment-start-skip):
7889 Check for non-null comment-start-skip.
7890 (fortran-auto-fill-mode, fortran-fill-statement):
7891 Use fortran-auto-fill.
315aa1de 7892 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7893 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7894
89492072
DL
7895 * widget.el (widget-plist-member): New alias.
7896
d55ead18
EZ
78972000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7898
7899 * eshell/esh-module.el (toplevel): Reference
7900 byte-compile-current-file only if it is bound.
7901
e82a2a05
GM
79022000-07-10 Gerd Moellmann <gerd@gnu.org>
7903
7904 * dired.el: Don't require `dired-aux'.
7905
1fc7fb2b
MB
79062000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7907
7908 * dired-aux.el (dired-show-file-type): New function.
7909 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7910 (dired-show-file-type): Add autoload.
7911
ab49ce15
KH
79122000-07-10 Kenichi Handa <handa@etl.go.jp>
7913
7914 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7915 change of fontset-info.
ab49ce15
KH
7916 (print-fontset): Likewise.
7917
f45aab65
SM
79182000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7919
7920 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7921
2f72fd2f
GM
79222000-07-07 Gerd Moellmann <gerd@gnu.org>
7923
e82a2a05 7924 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7925
2f72fd2f
GM
7926 * dired.el (dired-find-alternate-file): New function.
7927 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7928 (toplevel): Require dired-aux when compiling.
7929 (dired-buffers): Move defvar within file to avoid compiler warning.
7930
7931 * info.el (Info-last-search): Variable removed.
7932 (Info-search-history): New variable.
7933 (Info-search): New Info-search-history.
7934
7935 * battery.el, info-look.el: Change author's mail address.
7936
965522f5 79372000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7938
965522f5
GM
7939 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7940 if rmail-ignored-headers is nil.
7941 (rmail-retry-failure): Bind rmail-ignored-headers and
7942 rmail-displayed-headers to nil.
7943
dd8888a1
GM
79442000-07-06 Gerd Moellmann <gerd@gnu.org>
7945
e5c81191
GM
7946 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7947 (print-region-1): Don't hard code `-h' here.
7948
dd8888a1
GM
7949 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7950
e5c81191
GM
79512000-07-01 Francesco Potorti` <pot@gnu.org>
7952
7953 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7954 exim can use "your message" instead of "the message".
34342a07 7955
f45aab65
SM
79562000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7957
7958 * facemenu.el: Docstrings fixes.
7959 (facemenu-get-face): Don't use internal-find-face.
7960 (facemenu-iterate): Rename arg to match the docstring.
7961
7962 * newcomment.el (uncomment-region): Be more careful when skipping
7963 backwards over `=' not to bump into BOBP.
7964
d396e521 79652000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7966
dd8888a1
GM
7967 * ediff-diff.el (ediff-wordify): Use syntax table.
7968 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7969 ediff-color-display-p.
dd8888a1 7970 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7971 from defsubst.
7972 Got rid of special cases for NeXT and OS/2.
dd8888a1 7973 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7974 face.
34342a07 7975
5e2dfaa4
SM
79762000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7977
7978 * emacs-lisp/lucid.el: Require CL.
7979 (copy-tree, remprop): Remove, it's provided by CL.
7980 (map-keymap): Define in terms of cl-map-keymap.
7981 (extent-property, set-extent-end-glyph): New functions.
7982
7983 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7984
d5c5cddd
GM
79852000-07-05 Gerd Moellmann <gerd@gnu.org>
7986
485266d0
GM
7987 * Makefile.in (DONTCOMPILE): Add comment that the name may
7988 not be changed without changing the make-dist script.
7989
5e2dfaa4 7990 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7991 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7992
e2c46326
AI
79932000-07-05 Andrew Innes <andrewi@gnu.org>
7994
7995 * makefile.nt: Add support for `bootstrap' and related targets.
7996
a027a91b
SM
79972000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7998
7999 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8000 (easy-menu-do-define): Use `menu-item' format.
8001 Handle case where easy-menu-create-menu returns a symbol.
8002 Manually call the potential top-level filter in the function binding.
8003 (easy-menu-filter-return): New arg NAME.
8004 Convert to a keymap if MENU is an XEmacs menu.
8005 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8006 (easy-menu-converted-items-table, easy-menu-convert-item):
8007 New var and fun to memoize easy-menu-convert-item-1.
8008 (easy-menu-do-add-item): Use it.
8009 (easy-menu-create-menu): Use easy-menu-convert-item.
8010 Wrap easy-menu-filter-return around any :filter specification.
8011 Don't convert the menu if a filter was specified.
8012 Tell easy-menu-make-symbol not to check for MENU being an expression.
8013 (easy-menu-make-symbol): New arg NOEXP.
8014
5e03eb84
GM
80152000-07-05 Gerd Moellmann <gerd@gnu.org>
8016
8017 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8018 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8019 (eval-defun): If called with prefix arg, instrument code for
8020 Edebug.
8021
8022 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8023 similar to that of eval-defun.
8024
fca68a95
DL
80252000-07-04 Dave Love <fx@gnu.org>
8026
7ccbba4c
DL
8027 * hl-line.el (hl-line-overlay): Make it permanent-local.
8028
fca68a95
DL
8029 * calendar/todo-mode.el: Replaced with a working version, based on
8030 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8031
80322000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8033
8034 * paths.el (prune-directory-list): New function.
8035 (Info-default-directory-list): Rewritten to more methodically
8036 enumerate a big list of possible info directories (based on the
8037 list used by the standalone info reader).
fca68a95 8038
78e7e8a0 8039 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8040 non-existent directories from Info-directory-list.
78e7e8a0 8041
78e7e8a0
MB
8042 * paths.el (Info-default-directory-list): Try a list of possible
8043 info-directories instead of a single one. Add the possible
8044 info directory "/usr/share/info".
8045
8046 * woman.el (woman-man.conf-path): Explicitly include the debian
8047 man-db config file "/etc/manpath.config".
8048 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8049 are present in `manpath.config'.
8050 (woman-manpath): Include "/usr/share/man".
8051
67c9a1d2
GM
80522000-07-03 Gerd Moellmann <gerd@gnu.org>
8053
6753393b
GM
8054 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8055
8056 * startup.el (command-line): Initialize blink-cursor based
8057 on window-system.
8058
e4f98ad3
GM
8059 * frame.el (blink-cursor): Default to nil if not running under
8060 a window-system.
8061
2f516940
GM
8062 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8063 (face-x-resources): Remove duplicate entry for :font.
8064
67c9a1d2
GM
8065 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8066 instead of cycling through windows with next-window.
8067
8068 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8069 of cycling through windows with next-window.
8070
8071 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8072 of cycling through windows with next-window.
8073
8074 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8075 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8076 instead of cycling through windows with next-window.
8077
8078 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8079 instead of cycling through windows with next-window.
8080
8081 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8082 of cycling through windows with next-window.
8083
8084 * terminal.el (te-process-output): Use walk-windows instead of
8085 cycling through windows with next-window.
8086
8087 * server.el (server-switch-buffer): Use some-window instead of
8088 cycling through windows with next-window.
8089
8090 * window.el (some-window): New function.
8091 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8092
3a4f3f86 8093 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8094
8b7bc628 80952000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8096
8097 * window.el (walk-windows): Guarantee termination by keeping a list
8098 of all the windows already handled.
8099
d0d57043
EZ
81002000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8101
8102 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8103 window-system.
8104
8105 * man.el (Man-notify-when-ready): Don't use window-system. If
8106 Man-notify-method is newframe, and the display is not
8107 multi-frame, select the frame created for the man page.
8108 (Man-init-defvars): Doc fix.
8109
d5483ab1
GM
81102000-06-28 Gerd Moellmann <gerd@gnu.org>
8111
af5c25e1
GM
8112 * faces.el (region): Change background color for light background.
8113
8114 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8115 attribute from mode-line face of Ediff control frame.
8116
d5483ab1
GM
8117 * replace.el (query-replace-map): Bind `e' like `E'.
8118
9d47450f
EZ
81192000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8120
3a4f3f86
SM
8121 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8122 Change name to "Select All".
496b7491 8123
9d47450f
EZ
8124 * dos-fns.el (convert-standard-filename): Fix last change.
8125
0b431deb
GM
81262000-06-27 Gerd Moellmann <gerd@gnu.org>
8127
4fa9f636
GM
8128 * help.el (describe-variable): Don't insert a second `'s' in front
8129 of the string `value is shown below'. Since the syntax-table is
8130 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8131 an existing `'s', so that this won't be deleted.
8132
0b431deb
GM
8133 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8134 * pcmpl-unix.el: New files.
8135
32cad0aa
SM
81362000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8137
8138 * wid-edit.el (widget-member): Use the new plist-member.
8139
2c69ced2
GM
81402000-06-26 Gerd Moellmann <gerd@gnu.org>
8141
44c0f771
GM
8142 * replace.el (perform-replace): Undo change of 2000-04-04.
8143 Instead, move backward 1 character at the end of the loop when
8144 necessary.
34342a07 8145
1d36487c
GM
8146 * faces.el (fringe): Change face for different backgrounds.
8147
8148 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8149 patch from John.
8150
2c69ced2
GM
8151 * eshell/*.el: Change spelling of the Free Software Foundation.
8152
8153 * eshell/esh-toggle.el: Removed.
8154
8155 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8156
8157 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8158 interactively.
8159
81602000-06-26 Alex Schroeder <alex@gnu.org>
8161
8162 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8163 `define-key'; instead of checking `(emacs-version)' check for
8164 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8165 for `;' and `o' which might be electric.
8166
8167 (sql-electric-stuff): New user option.
8168 (sql-magic-go): New function which uses `sql-electric-stuff'.
8169 (sql-magic-semicolon): New function which uses
8170 `sql-electric-stuff'.
8171
8172 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8173 is not fboundp.
8174
8175 (sql-oracle-options): New variable.
8176 (sql-oracle): Use it.
8177
8178 (sql-imenu-generic-expression): Doc change.
8179 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8180 is used.
8181
8182 (sql-informix): Added command line parameter "-" to force
8183 sql-informix-program to use stdout.
8184
db1306d8
EZ
81852000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8186
3a4f3f86 8187 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8188 (cp864-decode-table): Doc fix.
8189 (cp720-decode-table): New variable, supports the Arabic OEM
8190 codepage used by Windows.
8191 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8192
c69e5fcd
DL
81932000-06-23 Dave Love <fx@gnu.org>
8194
8195 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8196 (font-lock-fontify-anchored-keywords): Use
8197 line-beginning-position.
8198 (global-font-lock-mode): Use mapc.
8199
30ad8f23
SM
82002000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8201
8202 * eshell/esh-module.el: Require CL when compiling.
8203
26b4dc84
GM
82042000-06-23 Gerd Moellmann <gerd@gnu.org>
8205
78c56e70
GM
8206 * comint.el (comint-substitute-in-file-name): Call replace-match
8207 with second and third arg t.
8208
34342a07 8209 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8210 Specify foreground color.
8211
8212 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8213 color.
8214
affbf647
GM
8215 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8216
8217 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8218 cddr instead of cdddr.
8219
25fffb31
GM
8220 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8221 instead of copy-list.
8222
8223 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8224 of copy-list.
8225
26b4dc84
GM
8226 * subdirs.el: Add eshell subdirectory.
8227
8228 * eshell: New subdirectory containing the Eshell package.
8229
8230 * pcomplete.el: New file.
8231
78c56e70
GM
82322000-06-23 Paul Eggert <eggert@twinsun.com>
8233
ea055732
GM
8234 * mail/mailpost.el (post-mail-send-it): Make sure file has
8235 proper permissions from birth.
8236
8237 * files.el (basic-save-buffer-2): When temporarily setting
8238 file modes, set them to current modes plus 0200, not to 0777.
8239
78c56e70
GM
8240 * emerge.el (emerge-make-temp-file): Make sure file has proper
8241 permissions from birth.
8242
a3a7ff33
EZ
82432000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8244
8245 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8246 backup file name through convert-standard-filename.
8247
8248 * dos-fns.el (convert-standard-filename): Convert leading
8249 directories as well. When long file names are supported, convert
8250 characters that are invalid in Windows file names.
8251
1fd9b7fe
GM
82522000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8253
8254 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8255 ps-print crashes. New feature: page selection for printing. Create
8256 raw-text-unix coding system for XEmacs. Doc fix.
8257 (ps-print-version): New version number (5.2.3).
8258 (ps-plot-region): Bug fix.
8259 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8260 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8261 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8262 funs.
8263 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8264 (ps-last-page): New vars.
8265
16ed8416
GM
82662000-06-21 Gerd Moellmann <gerd@gnu.org>
8267
8268 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8269 empty option string.
8270
4fbee715
EZ
82712000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * man.el (man): Doc fix.
8274
eaecfc94
KH
82752000-06-21 Kenichi Handa <handa@etl.go.jp>
8276
8277 * international/mule-cmds.el (set-language-info-alist): Docstring
8278 fixed.
8279
4a27bdfb
GM
82802000-06-20 Gerd Moellmann <gerd@gnu.org>
8281
8282 * version.el (emacs-version): Use ISO date format.
8283
8284 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8285 instead of `M-backspace'.
8286
8287 * simple.el (turn-off-auto-fill): New function.
8288
8972fe79
SM
82892000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8290
8291 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8292 Renamed from with-buffer-prepared-for-font-lock and use
8293 inhibit-modification-hooks rather than setting *-change-functions.
8294 Update all functions to use the new name.
8295 (jit-lock-first-unfontify-pos): New semantics (and doc).
8296 (jit-lock-mode): Make non-interactive.
8297 Don't automatically turn on font-lock.
8298 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8299 Always use jit-lock-after-change.
8300 Remove and restore font-lock-after-change-function.
8301 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8302 (jit-lock-after-unfontify-buffer): Remove.
8303 (jit-lock-stealth-fontify):
8304 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8305 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8306
5d80cc9c
SS
83072000-06-20 Sam Steingold <sds@gnu.org>
8308
8309 * emacs-lisp/cl-indent.el (toplevel): Indent
8310 `print-unreadable-object' properly. Untabify.
8311
f54e4d13
CD
83122000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8313
8314 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8315 Support for bibentry.
8316 (reftex-compile-variables): Fixed problem with end of section-re.
8317
8318 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8319 reftex-view-crossref-from-bibtex):
8320 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8321 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8322 Replaced `remprop' with `put'.
8972fe79
SM
8323 (reftex-view-crossref, reftex-view-crossref-when-idle):
8324 Support for bibentry.
f54e4d13 8325
8972fe79
SM
8326 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8327 New entry for bibentry package.
f54e4d13 8328
8972fe79
SM
8329 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8330 Regexp also matches "\nobibliography".
f54e4d13 8331
8972fe79
SM
8332 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8333 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8334 (reftex-ensure-write-access): New function.
8335
f54e4d13
CD
83362000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8337
8338 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8339
8340 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8341
8342 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8343
8344 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8345
8346
560c43f4
DL
83472000-06-20 Dave Love <fx@gnu.org>
8348
8349 * faces.el (frame-background-mode): Use set-default, not set, in
8350 setter.
8351 (frame-update-faces, frame-update-face-colors): Define with
8352 defalias.
8353
8354 * enriched.el (enriched-decode-foreground)
8355 (enriched-decode-background): Don't use internal-find-face.
8356
8357 * apropos.el: Doc fixes.
8358
8359 * cus-edit.el (customize-changed-options): Check arg.
8360 (customize-version-lessp): Don't require decimal point.
8361
8362 * custom.el (defcustom, defgroup): Doc fix.
8363
8364 * newcomment.el (comment) <defgroup>: Add :version.
8365 (comment-multi-line): Doc fix.
8366
8367 * emulation/mlsupport.el (define-hooked-local-abbrev,
8368 define-hooked-global-abbrev): Fix, using define-abbrev.
8369
cdf0357b
GM
83702000-06-19 Gerd Moellmann <gerd@gnu.org>
8371
8372 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8373 the whole buffer.
8374
10013d74
DL
83752000-06-19 Dave Love <fx@gnu.org>
8376
8377 * menu-bar.el (menu-bar-options-save): New function.
8378 (menu-bar-options-menu): Use it.
8379 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8380 Simplify.
8381
6922f208
AS
83822000-06-19 Andreas Schwab <schwab@suse.de>
8383
8384 * progmodes/etags.el (tags-query-replace): Put new parameters
8385 START and END at the end, for backward compatibility.
8386
10d7bf84
KH
83872000-06-19 Kenichi Handa <handa@etl.go.jp>
8388
8389 * international/codepage.el:
8390 (cp-coding-system-for-codepage-1): Delete special codes for
8391 generating xxx-dos coding system because now a CCL based coding
8392 system can handle EOL conversion by default.
8393
8394 * international/mule.el (make-coding-system): Generate subsidiary
8395 coding systems for EOL handling variants even for a CCL based
8396 coding system.
8397
8f3c9a3d
KH
83982000-06-19 Kenichi Handa <handa@etl.go.jp>
8399
8400 * international/isearch-x.el (isearch-minibuffer-input-method)
8401 (isearch-minibuffer-input-method-function): These variables
8402 deleted.
8403 (isearch-with-input-method): Don't use the above variables.
8404 (isearch-process-search-multibyte-characters): Likewise. Call
8405 read-string with the arg INHERIT-INPUT-METHOD t.
8406
c2acf685
SM
84072000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8408
13f0d185
SM
8409 * font-lock.el (font-lock-after-fontify-buffer)
8410 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8411
8412 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8413 Use consistent make-local-variable style for font-lock-fontified.
8414 (jit-lock-fontify-buffer):
8415 Don't bother checking for font-lock-mode and jit-lock-mode.
8416
c2acf685
SM
8417 * time.el: Remove trailing ^M that prevent CVS-merging.
8418
a9021acd
GM
84192000-06-16 Gerd Moellmann <gerd@gnu.org>
8420
8421 * Makefile.in (distclean): New target.
5d80cc9c 8422
0df68e9f
SM
84232000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8424
8425 * Makefile.in (srcdir): Define for update-subdirs.
8426
6344985d
GM
84272000-06-16 Gerd Moellmann <gerd@gnu.org>
8428
8429 * find-lisp.el: New file.
8430
63239267
AI
84312000-06-16 Andrew Innes <andrewi@gnu.org>
8432
8433 * time.el (display-time-mail-function): New variable, to allow
8434 external packages to indicate when new mail is available.
8435 (display-time-update): Use it.
8436
1699f991
KH
84372000-06-16 Kenichi Handa <handa@etl.go.jp>
8438
a3b37893
KH
8439 * international/mule.el (mule-version): Change version name to
8440 SAKAKI. AOI has already been used by Meadow.
8441
1699f991
KH
8442 * international/quail.el (quail-show-guidance-buf): To find the
8443 bottom window (but minibuffer), pay attention to the height of
8444 minibuffer.
8445
228b083e
EZ
84462000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8447
7d5c8691
EZ
8448 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8449 menu-bar menus. Add help strings. Don't remove the Edit menu
8450 from the menu bar, as the menu bar has enough space now.
8451
261f3289
EZ
8452 * Makefile.in (SHELL): Make sure /bin/sh is used.
8453
228b083e
EZ
8454 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8455 characters, which use series of two ^H characters instead of one.
8456
e27e8d71
GM
84572000-06-15 Gerd Moellmann <gerd@gnu.org>
8458
5d80cc9c 8459 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8460 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8461 functions.
451ec4e3
GM
8462 (Info-find-node-2): Try a case-sensitive search first, then
8463 do a case-insensitive search.
8464
8465 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8466 tutorials.
8467
b675095c
GM
8468 * complete.el (PC-env-vars-alist): New variable.
8469 (PC-complete-as-file-name): New function.
8470 (partial-completion-mode): Initialize PC-env-vars-alist from
8471 process-environment.
8472 (PC-do-completion): Handle completion of env vars.
8473
8474 * info.el (Info-set-mode-line): Show file name in mode line,
8475 use `*Info*' instead of `Info:'.
8476
e27e8d71
GM
8477 * startup.el (command-line-1): Change copyright messages to year
8478 2000.
8479
28223a7e
DL
84802000-06-15 Dave Love <fx@gnu.org>
8481
8482 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8483 not local-map.
8484
32684631
KH
84852000-06-15 Kenichi Handa <handa@etl.go.jp>
8486
8487 * international/mule.el (set-buffer-file-coding-system): Almost
8488 rewritten to handle `undecided' as no-op.
8489
9f817ea4
GM
84902000-06-14 Gerd Moellmann <gerd@gnu.org>
8491
e27e8d71 8492 * Makefile.in: New file.
dce6b995
GM
8493
8494 * Makefile: Removed.
8495
9f817ea4
GM
8496 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8497 (goto-address-highlight-keymap): Bind C-c RET.
8498
2de33f94
KH
84992000-06-14 Kenichi Handa <handa@etl.go.jp>
8500
bbf1e8a5
KH
8501 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8502 inherits buffer-file-coding-system of the current buffer.
725a6897 8503
02891cc3
KH
8504 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8505 0. Give correct argument to set-auto-coding-function.
8506 (tar-expunge): For goto-char, use (point-min), not 0.
8507 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8508 (tar-subfile-save-buffer): Likewize.
8509
2de33f94
KH
8510 * international/mule.el
8511 (after-insert-file-set-buffer-file-coding-system): Call
8512 set-buffer-file-coding-system with the arg FORCE t.
8513
1681ead6
GM
85142000-06-13 Gerd Moellmann <gerd@gnu.org>
8515
8516 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8517 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8518 the sender is set with `-f'.
1681ead6 8519
fdf4b680
DL
85202000-06-13 Dave Love <fx@gnu.org>
8521
9c50afce
DL
8522 * help.el (describe-function-1): Kluge around cases of functions
8523 fset to subrs whose doc doesn't match their symbol-name.
8524
0ad550ba 8525 * image.el (insert-image): Default STRING to a space.
f290ca08 8526
fdf4b680 8527 * info.el Doc fixes.
5d80cc9c 8528 (Info-build-node-completions): Match Ref tags.
fdf4b680 8529
9b6610db
EZ
85302000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8531
a704139d
EZ
8532 * frame.el (display-multi-frame-p, display-multi-font-p): New
8533 defaliases for display-graphic-p.
8534
9b6610db
EZ
8535 * hl-line.el: Fixed a typo in commentary.
8536
7a5ea398
KH
85372000-06-13 Kenichi Handa <handa@etl.go.jp>
8538
8539 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8540 fixed.
8541
0dc91c57
DL
85422000-06-12 Dave Love <fx@gnu.org>
8543
8544 * image.el (insert-image): Save a little consing.
8545
0bd5914b
KH
85462000-06-12 Kenichi Handa <handa@etl.go.jp>
8547
8548 * language/tibet-util.el: Convert all tibetan-1-column characters
8549 to the corresponding tibetan characters.
8550 (tibetan-add-components): Delete code for the special treatment of
8551 'a chung.
8552
8553 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8554 change.
8555 (tibetan-vowel-transcription-alist): More rules added.
8556 (tibetan-composite-vowel-alist): New variable.
8557 (tibetan-precomposition-rule-alist): More rules added.
8558
6dc7d3d5
SM
85592000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8560
9c04c393
SM
8561 * startup.el (command-line): Only call menu-bar-mode if interactive.
8562
8563 * thingatpt.el (toplevel symbol-properties):
8564 * textmodes/makeinfo.el (makeinfo-compile):
8565 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8566 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8567 (hide-ifdef-use-define-alist):
5d80cc9c 8568 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8569 (ange-ftp-vms-add-file-entry):
8570 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8571 * man.el (Man-build-man-command):
8572 * mail/rnewspost.el (news-reply-header-hook):
8573 * info.el (Info-insert-dir):
8574 * emulation/mlconvert.el (backward-word, forward-word, setq):
8575 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8576 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8577 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8578 (byte-optimize-apply, end of file):
8579 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8580 (ad-make-freeze-definition):
8581 * startup.el (command-line, command-line-1): Don't quote lambdas.
8582
6dc7d3d5
SM
8583 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8584 (cvs-cleanup-removed): New function.
8585 (cvs-cleanup-functions): New var.
8586 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8587 some flexibility in specifying additional entries to auto-cleanup.
8588 (cvs-quickdir): New function.
8589 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8590 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8591 (cvs-mode-find-file): Check that we are on a filename or dirname
8592 when invoked through a mouse-click.
8593 (cvs-full-path): Remove.
8594 (cvs-dired-action): Re-introduced.
8595 (cvs-dired-noselect): Use it.
8596 (vc-post-command-functions): use this new hook if available.
8597
8598 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8599 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8600 (cvs-filename-map, cvs-dirname-map): Remove.
8601 (cvs-default-action): Remove.
8602 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8603 if the arg is really a keymap.
8604 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8605 Don't hardcode the mapping from state (aka type) to face, but check
8606 the var cvs-fi-<type>-face instead.
8607 (cvs-fileinfo-from-entries): New function.
8608
8609 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8610 Docstring fix.
8611 (cvs-find-file-and-jump): Change default to be safer.
8612 (cvs-mode-diff-map): Define it as a function as well.
8613 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8614 Bind mouse-2 in this global map rather than with text-properties.
8615
8616 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8617 file to resolve the ambiguity between C(conflict) and C(need-merge).
8618
5050a2ef
KH
86192000-06-12 Kenichi Handa <handa@etl.go.jp>
8620
8621 * international/mule.el (set-buffer-file-coding-system): If
8622 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8623 unconditionally.
8624
35a7ac84
DL
86252000-06-12 Dave Love <fx@gnu.org>
8626
8627 * wid-edit.el (widget-specify-button): Really suppress the face if
8628 required.
8629
db8eeecd
GM
86302000-06-11 Gerd Moellmann <gerd@gnu.org>
8631
8632 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8633
70223ca4
SM
86342000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8635
8636 * imenu.el (imenu-generic-expression): Docstring fix.
8637
8638 * composite.el (composition-function-table): Move the `put'
8639 below the autoload cookie so we can load the file before loaddefs.
8640
8641 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8642
8643 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8644 Handle easy-mmode-define-global-mode.
8645 For complex macros like define-minor-mode that can generate
8646 several autoload entries, try to autoload entries in the
8647 macroexpanded code.
8648
8649 * emacs-lisp/easy-mmode.el (define-minor-mode):
8650 If KEYMAP is a symbol, just use it.
8651 Use byte-compile-current-file and load-file-name to infer the
8652 proper :require to pass to defcustom.
8653 Wrap the hook var into `progn' so as not to autoload it.
8654 Add a :autoload-end cookie.
8655 Be more careful about the evaluation of KEYMAP.
8656 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8657 (define-derived-mode): Move define-abbrev-table outside of defvar.
8658
86592000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8660
8661 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8662 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8663 (backup-compiled-files): Ignore errors during `tar'.
8664 (bootstrap): Make autoloads before elc files.
8665
9c53b34e
KH
86662000-06-10 Kenichi Handa <handa@etl.go.jp>
8667
8668 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8669 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8670
8671 * international/mule-conf.el (unix): New alias for the coding
8672 system undecided-unix.
8673
22ddd299
DL
86742000-06-09 Dave Love <fx@gnu.org>
8675
5ee42746
DL
8676 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8677
70223ca4 8678 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8679 (executable-insert): Change custom type.
8680 (executable-find): Add autoload cookie.
cc7e1d18
DL
8681 (executable-make-buffer-file-executable-if-script-p): New
8682 function. After Noah Friedman.
22ddd299
DL
8683
8684 * files.el (after-save-hook): Customize, with
cc7e1d18 8685 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8686
41ea3794
KH
86872000-06-09 Kenichi Handa <handa@etl.go.jp>
8688
f89437e3
KH
8689 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8690 "tib24p-mule.bdf" for Tibetan.
8691
7a4ee259
KH
8692 * composite.el (decompose-composite-char): Declare it as obsolete.
8693
ff6a65c2
KH
8694 * man.el (Man-fontify-manpage): Pay attention to underline and
8695 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8696
f83fe4b4
GM
86972000-06-08 Gerd Moellmann <gerd@gnu.org>
8698
8699 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8700 Set maintainer to FSF since author isn't reachable.
8701
e56d7900
DL
87022000-06-08 Dave Love <fx@gnu.org>
8703
8704 * international/mule-cmds.el (select-safe-coding-system): If
8705 DEFAULT-CODING-SYSTEM is not specified, also check the most
8706 preferred coding-system if buffer-file-coding-system is
8707 `undecided'. From Handa.
8708
d3981b49
KH
87092000-06-08 Kenichi Handa <handa@etl.go.jp>
8710
8711 * international/mule.el
8712 (after-insert-file-set-buffer-file-coding-system): If the buffer
8713 size is greater than INSERTED, judget that we are not visiting.
8714
bff71087
RV
87152000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8716
8717 * whitespace.el (defgroup whitespace): Comment out `:version'.
8718 XEmacs 20.4 has problems defining the group with this present.
8719 We'll have this commented out till get resolve the problem.
8720
45f485a6
GM
87212000-06-07 Gerd Moellmann <gerd@gnu.org>
8722
8723 * align.el: Update from author.
8724
87252000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8726
8727 * apropos.el (apropos-mode-hook): New user variable.
8728 (apropos-mode): Run apropos-mode-hook.
bff71087 8729
45f485a6
GM
87302000-06-07 David Ponce <david@dponce.com>
8731
8732 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8733 commands. Require `wid-edit' at run-time.
8734
87352000-06-07 David Ponce <david@dponce.com>
8736
8737 * recentf.el: Added some "Commentary".
8738 (recentf-open-more-files, recentf-edit-list): Minor changes to
8739 move the point at the top of the file list. This behaviour is
8740 consistent with the menu one when the list contains a lot of
8741 files.
8742 (recentf-cleanup): Now displays the number of items removed from
8743 the list.
8744 (recentf-relative-filter) New menu filter to show filenames
8745 relative to `default-directory'.
bff71087 8746
45f485a6
GM
87472000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8748
8749 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8750 with/without giving an error if PostScript printer doesn't have this
8751 kind of page size. Zebra Stripe continues or restarts on next page.
8752 Manual/automatic paper feeding. Switch or not the header.
8753 (ps-print-version): New version number (5.2.2).
8754 (ps-windows-system): Include emx as a Windows system.
8755 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8756 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8757 (ps-background-text): Code fix.
8758 (ps-error-handler-message, ps-user-defined-prologue)
8759 (ps-print-prologue-header, ps-printer-name)
8760 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8761 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8762 (ps-use-face-background): Customization fix.
8763 (ps-n-up-database): Data fix.
8764 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8765 (ps-switch-header): New vars.
8766 (ps-xemacs-color-name, ps-face-foreground-name)
8767 (ps-face-background-name, ps-boolean-constant): New funs.
8768
c14dcd22
DL
87692000-06-07 Dave Love <fx@gnu.org>
8770
8771 * allout.el: New version from Manheimer.
8772
e4044bb0
KH
87732000-06-07 Kenichi Handa <handa@etl.go.jp>
8774
8775 * textmodes/fill.el (fill-find-break-point): Check the validity of
8776 charset.
8777
59cfe8b9
KF
87782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8779
8780 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8781 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8782 Call display-color-p and display-mouse-p instead of looking at
8783 window-system.
8784
bb2337f5
DL
87852000-06-06 Dave Love <fx@gnu.org>
8786
8787 * image.el (find-image): Doc fix. Return nil if image not found.
8788 (put-image, insert-image): Make STRING arg optional.
8789
8e624fa2
KH
87902000-06-06 Kenichi Handa <handa@etl.go.jp>
8791
8792 * language/vietnamese.el: Remove eval-when-compile.
8793 (viet-viscii-nonascii-translation-table): Define it as a
8794 translation table made from viet-viscii-decode-table.
8795 (viet-viscii-encode-table): Define it as a translation table made
8796 from the reverse map of above.
8797 (viet-vscii-nonascii-translation-table): Define it as a
8798 translation table made from viet-vscii-decode-table.
8799 (viet-vscii-encode-table): Define it as a translation table made
8800 from the reverse map of above.
8801 (ccl-decode-viscii): Use translate-character.
8802 (ccl-encode-viscii, ccl-encode-viscii-font)
8803 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8804 Likewize.
bff71087 8805
8e624fa2
KH
8806 * language/cyrillic.el: Remove eval-when-compile.
8807 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8808 translation table made from cyrillic-koi8-r-decode-table.
8809 (cyrillic-koi8-r-encode-table): Define it as a translation table
8810 made from the reverse map of above.
8811 (ccl-decode-koi8): Use translate-character.
8812 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8813 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8814 a translation table made from cyrillic-alternativnyj-decode-table.
8815 (cyrillic-alternativnyj-encode-table): Define it as a translation
8816 table made from the reverse map of above.
8817 (ccl-decode-alternativnyj): Use translate-character.
8818 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8819 Likewize
8820
8821 * international/mule-diag.el (non-iso-charset-alist): Specify
8822 translation table symbol instead of translation table itself.
8823 (list-block-of-chars): CHARSET may be a translation table symbol.
8824
8825 * international/mule.el (make-coding-system): If CODING-SYSTEM
8826 already exists, override it.
8827
8828 * international/fontset.el: Use family `proportional' for Tibetan
8829 fonts.
8830
8831 * international/ccl.el (ccl-compile-translate-character): Don't
8832 check if Rrr has property translation-table.
8833 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8834
1969fae2
GM
88352000-06-05 Gerd Moellmann <gerd@gnu.org>
8836
8837 * info.el: Bind case-fold-search to t when searching in case
8838 a user sets it to nil in a hook.
8839
d5b037c5
SM
88402000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8841
d3d02e65
SM
8842 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8843 * hl-line.el (hl-line-mode): Use the new :global key argument.
8844
8845 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8846 (tar-clip-time-string): Prepend a space.
8847 (tar-grind-file-mode): Construct a string rather than modifying one.
8848 (tar-header-block-summarize): Fix docstring.
8849 Use `format' rather than an error-prone set of copy-loops.
8850
8851 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8852 (diff-goto-source, diff-unified->context, diff-context->unified)
8853 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8854 understand the format output by the `-p' argument to diff.
8855
bff71087 8856 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8857 (sh-re-done): Use defconst.
8858 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8859 (sh-help-string-for-variable, sh-guess-basic-offset):
8860 Don't quote lambdas.
8861 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8862 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8863
f7c4478f
SM
8864 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8865 (mh-letter-mode): Derive from text-mode.
8866 This implicitly means that it now calls kill-all-local-variables.
8867 Also remove the Emacs-18 compatibility code.
8868
a8add29d
SM
8869 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8870 Make use of symbol-property doc-string-elt.
8871 Use memq rather than a sequence of eq.
8872 (doc-string-elt): Fix the wrong or missing previously unused values.
8873 (autoload-print-form): New function extracted from
8874 generate-file-autoloads to allow recursion when handling progn
8875 so that defvar's and defun's docstrings are properly printed.
8876 (generate-file-autoloads): Use it.
8877
d5b037c5
SM
8878 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8879 Use find-file-hooks in the minor-mode function.
8880 Be careful not to loop indefinitely in the post-command-hook function.
8881
560ef11a 88822000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8883
1969fae2 8884 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8885 tty's.
1969fae2 8886 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8887 differences whenever appropriate.
1969fae2
GM
8888 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8889 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8890 wildcards.
8891
b5bbbb76
SM
88922000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8893
d5b037c5
SM
8894 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8895 (jit-lock-fontify-buffer): New function for JIT refontification.
8896 (jit-lock-mode): Fix docstring.
8897 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8898 Remove jit-lock-after-change from the _local_ hook.
8899 (jit-lock-function-1): Fix docstring.
8900
8901 * info.el (Info-on-current-buffer): Initialize info.
8902
8903 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8904
8905 * progmodes/tcl.el (tcl-indent-for-comment):
8906 Ignore comment-indent-hook.
8907
8908 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8909 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8910 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8911 and improve to use the lighter to guess the capitalization.
8912 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8913 Add keyword arguments to specify global-ness or the custom group.
8914 Add local-map and help-echo properties to the lighter.
8915 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8916 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8917
bfa6c260
DL
89182000-06-02 Dave Love <fx@gnu.org>
8919
8920 * wid-edit.el: byte-compile-dynamic since we typically don't use
8921 all the widgets. Don't require cl or widget. Remove
8922 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8923 (widget-read-event): Removed. Callers changed to use read-event.
8924 (widget-button-release-event-p): Renamed from
8925 button-release-event-p.
8926 (widget-field-add-space, widget-field-use-before-change):
8927 Uncustomize.
8928 (widget-specify-field): Use keymap property, not local-map.
8929 (widget-specify-button): Obey :suppress-face.
8930 (widget-specify-insert): Use modern backquote syntax.
8931 (widget-image-directory): Renamed from widget-glyph-directory.
8932 (widget-image-enable): Renamed from widget-glyph-enable.
8933 (widget-image-find): Replaces widget-glyph-find.
8934 (widget-button-pressed-face): Move defvar.
8935 (widget-image-insert): Replaces widget-glyph-insert.
8936 (widget-convert): Use keywordp.
8937 (widget-leave-text, widget-children-value-delete): Use mapc.
8938 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8939 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8940 (widget-button-click): Don't set point at the click, but re-centre
8941 if we scroll out of window. Rewritten for images v. glyphs &c.
8942 (widget-tabable-at): Use POS arg, not point.
8943 (widget-beginning-of-line, widget-end-of-line)
8944 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8945 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8946 (widget-default-create): Use widget-image-insert; some rewriting.
8947 (widget-visibility-value-create)
8948 (widget-push-button-value-create, widget-toggle-value-create): Use
8949 widget-image-insert.
8950 (checkbox): Create on and off images dynamically.
8951 (documentation-link): Change :help-echo.
8952 (widget-documentation-link-echo-help): Remove.
8953
3837de12
SM
89542000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8955
8956 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8957
8958 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8959 (easy-mmode-define-toggle, define-minor-mode): Use it.
8960 (easy-mmode-define-keymap): Docstring fix.
8961 (define-derived-mode): Default PARENT to fundamental-mode.
8962 Add the derived-mode-parent symbol-property.
8963 (easy-mmode-derived-mode-p): New function.
8964
90aa4ea8
DL
89652000-06-02 Dave Love <fx@gnu.org>
8966
37193ee6
DL
8967 * files.el (convert-standard-filename): Doc fix.
8968 (normal-backup-enable-predicate): New function.
8969 (backup-enable-predicate): Use it to replace the lambda form.
8970
8971 * calendar/todo-mode.el: [This needs more work on the outline
8972 stuff.] Doc fixes.
8973 (todo) <defgroup>: Add :version.
8974 (todo-add-category): Don't use pushnew.
8975 (todo-cmd-raise): Fix typo.
8976 (todo-top-priorities): Change temp buffer name.
8977 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8978 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8979 Use outline-next-heading.
37193ee6 8980
90aa4ea8
DL
8981 * autoarg.el: Rewritten to use define-minor-mode.
8982 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8983 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8984
2e54623a
KH
89852000-06-02 Kenichi Handa <handa@etl.go.jp>
8986
8987 * isearch.el (isearch-other-meta-char): Fix previous change.
8988
c5def0db
SM
89892000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8990
3837de12
SM
8991 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8992 (log-edit-done): Only add the comment to the ring if it's different
8993 from the last comment entered.
8994
c5def0db
SM
8995 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8996
2330c9d4
DL
89972000-06-01 Dave Love <fx@gnu.org>
8998
8999 * hl-line.el: Rewritten using define-minor-mode.
9000
9001 * help.el (describe-function-1): Distinguish special form from
9002 builtin function. Sanity-check presence of arglist for builtins.
9003
6e5dfc31
KH
90042000-06-01 Kenichi Handa <handa@etl.go.jp>
9005
4dc1225b
KH
9006 * international/characters.el: Fix syntax/category setting of
9007 Tibetan characters.
9008
9009 * language/tibet-util.el (tibetan-add-components): Fixes for new
9010 encoding of Tibetan characters.
9011 (tibetan-decompose-precomposition-alist): New variable.
9012 (tibetan-decompose-region): Convert precomposed characters to
9013 non-precomposed characters.
9014 (tibetan-decompose-string): Likewise.
9015 (tibetan-composition-function): Fix args to
9016 thibetan-compose-string.
9017
9018 * language/tibetan.el (tibetan-composable-pattern): More
9019 characters included.
9020 (tibetan-consonant-transcription-alist): Rule for "R" added.
9021 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9022 "+R" added.
9023 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9024
eadef5e6
KH
9025 * language/lao-util.el (lao-composition-function): Fix args to
9026 compose-string.
9027
9028 * language/thai-util.el (thai-composition-function): Fix args to
9029 compose-string.
9030
6e5dfc31 9031 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9032 to prevent the point moving to the end of a composition when a
9033 part of a composition is searched.
6e5dfc31
KH
9034 (isearch-other-meta-char): If the key invoking this command can be
9035 mapped by function-key-map to a printing char, call
9036 isearch-process-search-char directly.
9037
2598a293
SM
90382000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9039
9040 * emacs-lisp/bytecomp.el:
9041 * frame.el:
9042 * international/mule-cmds.el:
9043 * international/mule-util.el:
9044 * international/mule.el:
9045 * mouse.el:
9046 * subr.el:
9047 * faces.el: Update calls to make-obsolete with a WHEN argument.
9048
9049 * byte-run.el (make-obsolete, make-obsolete-variable):
9050 Add an optional WHEN argument and change the format of the
bff71087 9051 symbol-property information.
2598a293
SM
9052 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9053 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9054 new obsolete-symbol-property format and print WHEN if it is provided.
9055
28d8dff1
DL
90562000-05-31 Dave Love <fx@gnu.org>
9057
9058 * loadhist.el (loadhist-hook-functions): Remove
9059 before-change-function, after-change-function.
9060 (unload-feature): Deal with symbols which are both bound and
9061 fbound.
9062
9063 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9064 before-change-function, after-change-function.
9065
9066 * simple.el (newline): Don't bind before-change-function,
9067 after-change-function.
9068
7f565d87
RV
90692000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9070
9071 * whitespace.el (whitespace-rescan-timer-time): Update interval
9072 set to 600 seconds (10 minutes) instead of 60 seconds since
9073 a large number of whitespace buffers causes emacs to `freeze'
9074 for a considerable amount of time.
9075
bff71087 9076 * whitespace.el: Updated email address
7f565d87 9077
a8d693d8
DL
90782000-05-31 Dave Love <fx@gnu.org>
9079
9080 * add-log.el (change-log-font-lock-keywords) <function>: Add
9081 pattern for function of change.
9082 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9083 acknowledgements patterns.
9084
a50192e7
KH
90852000-05-31 Kenichi Handa <handa@etl.go.jp>
9086
9087 * isearch.el (isearch-printing-char): If keyboard coding system is
9088 being used, call isearch-process-search-multibyte-characters.
9089
9090 * international/isearch-x.el: Mostly rewritten.
9091
9092 * international/quail.el (quail-start-conversion): Don't include
9093 unhandled events in the returned events, but set them in
9094 unread-command-events. Exit if all inputs are deleted.
9095
7e492772
JR
90962000-05-30 Jason Rumney <jasonr@gnu.org>
9097
9098 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9099
9100 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9101 Reenable code to create initial fontsets.
9102 Use set-fontset-font in place of put-charset-property.
9103
10fc3187
GM
91042000-05-30 Gerd Moellmann <gerd@gnu.org>
9105
79148ea7
GM
9106 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9107 label, ensure that the first colon isn't followed by another.
9108
9109 * paths.el (Info-default-directory-list): Doc fix.
9110
086d5b87
GM
9111 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9112 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9113 send a query containing USER only, not USER@HOST.
9114
10fc3187
GM
9115 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9116 and rmail-msgend to compute the restriction at the end, instead of
9117 computing it.
9118
49e70dec
GM
91192000-05-29 Gerd Moellmann <gerd@gnu.org>
9120
66254a13
GM
9121 * dabbrev.el (dabbrev-expand): Don't display messages in the
9122 echo area if the minibuffer window is active.
9123
49e70dec
GM
9124 * jit-lock.el (jit-lock-mode): Add after change function to
9125 local hook.
9126
91272000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9128
9129 * antlr-mode.el: New commands: hide/unhide actions,
9130 upcase/downcase literals.
9131 (antlr-tiny-action-length): New user option.
9132 (antlr-hide-actions): New command. Suggested by
9133 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9134 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9135 (antlr-mode-menu): New entries.
9136 (antlr-downcase-literals): New command.
9137 (antlr-upcase-literals): Ditto.
9138
9139 * antlr-mode.el: Minor changes: indendation, mode-name.
9140 (antlr-indent-line): Indent cpp directive at column 0.
9141 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9142
9143 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9144 (antlr-font-lock-additional-keywords): Workaround for intentional
9145 bug in XEmacs version of font-lock.
9146 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9147 be used by a smarter version of `buffers-menu-grouping-function'.
9148
91492000-05-29 Gerd Moellmann <gerd@gnu.org>
9150
9151 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9152 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9153
49f93684
KH
91542000-05-29 Kenichi Handa <handa@etl.go.jp>
9155
9156 * international/encoded-kb.el
9157 (encoded-kbd-iso2022-designation-map): Pay attention to that
9158 charset-iso-final-char return -1 for eight-bit-control and
9159 eight-bit-graphic.
9160
5b1ae051
EZ
91612000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9162
9163 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9164 (speedbar-easymenu-definition-base): Use display-graphic-p where
9165 available, instead of window-system.
9166
a205e32a
EZ
91672000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9168
9169 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9170 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9171 coding systems.
9172
dd854dc2
DL
91732000-05-26 Dave Love <fx@gnu.org>
9174
c88a85d5
DL
9175 * disp-table.el (standard-display-underline): Don't use
9176 internal-find-face.
9177
dd854dc2
DL
9178 * mail/reporter.el: Maintainer change. Doc fixes.
9179 (reporter-version): Deleted.
9180
9181 * emacs-lisp/elp.el: Maintainer change.
9182 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9183
dc29aa6c
SM
91842000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * add-log.el (add-change-log-entry): Merge the current entry with the
9187 previous one if the previous one is empty.
9188
ed62683d
DL
91892000-05-26 Dave Love <fx@gnu.org>
9190
4370a375
DL
9191 * loadhist.el (unload-feature): Fix interactive spec [from
9192 lijnzaad@ebi.ac.uk].
9193
ed62683d
DL
9194 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9195 subr-arity to check primitives.
9196 (byte-compile-flush-pending, byte-compile-file-form-progn)
9197 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9198 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9199 mapcar.
9200
ba9f8f95
KH
92012000-05-26 Kenichi Handa <handa@etl.go.jp>
9202
0f3e0672
KH
9203 * international/fontset.el: Set family names of non-latin charsets
9204 in default fontset to "*".
9205
cebefb44
KH
9206 * international/mule-diag.el (print-fontset): Combine family part
9207 and registry part of the fontname by "-*-" instead of "-".
9208
ba9f8f95
KH
9209 * international/mule-cmds.el (encode-coding-char): Make strings
9210 multibyte before calling encode-coding-string.
9211
931d0724
SM
92122000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9213
9214 * derived.el: Fix keywords.
8ccce2b0 9215 (define-derived-mode): Only define if needed.
931d0724
SM
9216
9217 * simple.el (fill-comment, comment-column, comment-start)
9218 (comment-start-skip, comment-end, comment-indent-function)
9219 (block-comment-start, block-comment-end, indent-for-comment)
9220 (set-comment-column, kill-comment, comment-padding, comment-region)
9221 (comment-multi-line, indent-new-comment-line): Remove.
9222
9223 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9224 function names for comment operations.
9225
9226 * newcomment.el: Add abundant autoload cookies.
9227 (comment-style): Don't depend on runtime data at compile-time.
9228 (comment-indent-hook): Remove.
9229 (comment-indent): Check if comment-indent-hook is bound.
9230 (comment-region): Docstring fix.
9231
6fc596cf
DL
92322000-05-25 Dave Love <fx@gnu.org>
9233
9234 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9235 byte-code-function-p.
9236
9237 * mail/rmailsum.el: Add provide.
9238
9239 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9240
9241 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9242 defcustom.
9243
7997f1ca 92442000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9245
7997f1ca
MK
9246 * ediff-diff.el (ediff-exec-process): delete --binary option from
9247 non-buffer ediff jobs.
7f565d87 9248
e7a903e8
EZ
92492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9250
9251 * hilit-chg.el (highlight-changes-mode): Ask about color or
9252 grayscale support, not about window-system.
9253
9254 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9255 window-system.
9256 (ffap-highlight): Always default to t.
9257
9258 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9259 display-popup-menus-p instead of looking at window-system.
9260
9261 * disp-table.el (standard-display-g1, standard-display-graphic):
9262 Only refuse to use string glyphs on X and MS-Windows.
9263
9264 * avoid.el: Remove window-system from commentary, suggest to use
9265 display-*-p instead.
9266
9267 * apropos.el (apropos-print): Use display-mouse-p instead of
9268 window-system.
9269
14028d57
EZ
92702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9271
9272 * international/codepage.el (cp-decoding-vector-for-codepage):
9273 Fill up unsupported characters with their own codes. From Kenichi
9274 Handa.
9275
1a4f9cc1
EZ
92762000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9277
9278 * international/mule-diag.el (describe-char-after): Use
9279 display-graphic-p instead of window-system, so that this function
9280 works on MS-DOS.
9281
89f6ca4e
EZ
92822000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9283
9284 * international/codepage.el (cp-make-coding-systems-for-codepage):
9285 Remove the eight-bit-graphic and eight-bit-control charsets from
9286 the list of charsets which we convert into `?'.
9287
eacfd7fe
KH
92882000-05-25 Kenichi Handa <handa@etl.go.jp>
9289
9290 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9291 private charsets.
9292 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9293 japanese-jisx0213-2): New charsets.
9294
9295 * international/fontset.el: Setup default fontset for new charsets.
9296
deadf7e3
DL
92972000-05-24 Dave Love <fx@gnu.org>
9298
9299 * info.el (Info-find-node-2): Restructure [following "Vadim
9300 S. Solomin" <sovs@uic.nnov.ru>].
9301
9302 * icomplete.el: Fix header for Finder.
9303
93042000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9305
9306 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9307 STAY.
9308
9309 * rmail.el (rmail-automatic-folder-directives): New user variable.
9310 (rmail-show-message): Add call to `rmail-auto-file' during
9311 display.
9312 (rmail-auto-file): New function.
9313
6de3983f 93142000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9315
fc6a6a4e 9316 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9317 account.
fc6a6a4e
GM
9318 (ediff-test-utility,ediff-diff-mandatory-option)
9319 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9320 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9321
fc6a6a4e 9322 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9323 variable.
7f565d87 9324
fc6a6a4e 9325 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9326 ediff-merge-filename-prefix.
9327
fc290d1d
MK
93282000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9329
fc6a6a4e 9330 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9331
273182b8
EZ
93322000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9333
9334 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9335 aliases for hebrew-iso-8bit.
9336
f471ea57
EZ
93372000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9338
9339 * woman.el: New version from Francis J. Wright
9340 <F.J.Wright@Maths.QMW.ac.uk>.
9341 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9342 names in environment variables regardless of the path separator.
9343 (woman-topic-all-completions-1): Don't call file-name-directory-p
9344 on all files, since woman-file-regexp already filters out any
9345 directories.
9346
01162f24
KH
93472000-05-24 Kenichi Handa <handa@etl.go.jp>
9348
48e3df76
KH
9349 * international/quail.el (quail-start-translation): Don't change
9350 modified-p of the current buffer.
9351 (quail-start-conversion): Likewise.
9352
9353 * international/kkc.el (kkc-region): Don't change modified-p of
9354 the current buffer.
9355
747d90ea
KH
9356 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9357 conform to RFC1468.
9358 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9359
17a223ff
EL
93602000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9361
9362 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9363 (speedbar-insert-button): Invisible text property fix.
9364 (speedbar-directory-plus): Renamed from speedbar-directory-+
9365 (speedbar-directory-minus): Renamed from speedbar-directory--
9366 (speedbar-page-plus): Renamed from speedbar-file-+
9367 (speedbar-page-minus): Renamed from speedbar-file--
9368 (speedbar-page): Renamed from speedbar-file-
9369 (speedbar-tag): Renamed from speedbar-tag-
9370 (speedbar-tag-plus): Renamed from speedbar-tag-+
9371 (speedbar-tag-minus): Renamed from speedbar-tag--
9372 (speedbar-expand-image-button-alist): Use above renames.
9373
9374 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9375 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9376 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9377 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9378 * sb-pg.xpm: Renamed from sb-file.xpm
9379 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9380 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9381
e6b6fc18
KH
93822000-05-24 Kenichi Handa <handa@etl.go.jp>
9383
9384 * international/quail.el (quail-show-guidance-buf): Set
9385 current-input-method of the guidance buffer to the name of the
9386 curren input method.
9387
a1a336eb
SM
93882000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9389
9390 * progmodes/compile.el (compile-internal): Style typo.
9391
9392 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9393 quote vars and functions in the docstring.
9394
9395 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9396
9397 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9398 Don't quote lambdas.
9399
9400 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9401
9695b783
GM
94022000-05-23 Gerd Moellmann <gerd@gnu.org>
9403
716e3b88
GM
9404 * startup.el (command-line): Determine source file of compiled
9405 user init file differently. Warn if compiled user init file
9406 is older than its source file.
9407
9695b783 9408 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9409
41ac433f
EZ
94102000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * files.el (make-backup-file-name-1): Replace slashes with `!'
9413 rather than `|' (which is not allowed on Windows). Replace the
9414 drive letters with a string "drive_X".
9415
46600ab1
GM
94162000-05-23 Gerd Moellmann <gerd@gnu.org>
9417
9418 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9419
9420 * files.el (interpreter-mode-alist): Add `bash2'.
9421
79a64d87
DL
94222000-05-22 Dave Love <fx@gnu.org>
9423
9424 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9425 mapc.
9426 (feature-file): Avoid calling symbol-name. Doc fix.
9427 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9428 (loadhist-hook-functions): Add mouse-position-function.
9429 (unload-feature): Change uses of mapcar.
9430
9431 * files.el (parse-colon-path): Doc fix.
9432 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9433 (set-auto-mode): Use mapc.
9434
9435 * complete.el (PC-look-for-include-file): Use :alnum: character
9436 class.
9437 (partial-completion-mode): Add autoload cookie.
9438
0e8c11d8
SS
94392000-05-22 Sam Steingold <sds@gnu.org>
9440
ce75fd23 9441 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9442 `add-text-properties' (bug introduced on 2000-05-18).
9443
d8d0fa6c
DL
94442000-05-22 Dave Love <fx@gnu.org>
9445
9446 * bindings.el: Remove debug-ignored-errors set in other files.
9447
9448 * progmodes/etags.el: Add to debug-ignored-errors.
9449 (visit-tags-table-buffer): Clear out buffers holding old tables
9450 when making a new list.
9451 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9452 mapc.
9453
9454 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9455 quote keywords.
9456 (cmpl-string-case-type): Use character classes.
9457
0e8c11d8
SS
9458 * comint.el:
9459 * textmodes/ispell.el:
9460 * imenu.el:
d8d0fa6c
DL
9461 * mail/mh-e.el:
9462 * progmodes/compile.el: Add to debug-ignored-errors.
9463
9464 * dabbrev.el: Add to debug-ignored-errors.
9465 (dabbrev-completion): Use mapc.
9466
1edbbf8a
EZ
94672000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9468
9469 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9470 (woman-mapcan, woman-parse-man.conf)
9471 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9472 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9473 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9474 path syntax better.
9475 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9476 (woman-manpath): Call woman-parse-man.conf.
9477 (woman-emulation): New defcustom, defaults to nroff.
9478 (woman-font-support): New defconst.
9479 (woman-use-symbol-font): New defcustom.
9480 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9481 "Emulation".
9482 Many functions: Doc fix.
9483
5bd2148c
KH
94842000-05-22 Kenichi Handa <handa@etl.go.jp>
9485
9486 * international/quail.el (quail-simple-translation-keymap): Map
9487 128..255 to quail-self-insert-command.
9488 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9489
4125ec7e
SM
94902000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9491
a1a336eb
SM
9492 * help.el (help-manyarg-func-alist): Typo.
9493
40aeecad
SM
9494 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9495 intervals which makes it heaps simpler.
9496
4125ec7e
SM
9497 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9498 the nested comment markers.
e4da9c1c
SM
9499
9500 * subr.el (remove-hook): Don't turn the hook's value into a list.
9501
cb7216a7
DL
95022000-05-21 Dave Love <fx@gnu.org>
9503
ac266581
DL
9504 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9505 are invalid characters.
9506
cb7216a7
DL
9507 * international/mule-util.el (detect-coding-with-priority): Use
9508 mapc. Remove redundant lambda.
9509
9510 * international/mule-diag.el (list-non-iso-charset-chars)
9511 (describe-fontset): Remove redundant lambda.
9512
9513 * emulation/crisp.el (brief-mode): New alias.
9514
9515 * emacs-lisp/ring.el (ring-elements): New function.
9516
9517 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9518 (easy-menu-do-add-item): Use keywordp.
9519
9520 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9521
9522 * replace.el: Doc and error message fixes.
9523 (replace-highlight): Use facep, not internal-find-face.
9524
9b0d1d6e
SM
95252000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9526
b2d2cf58
SM
9527 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9528
ffe7dc64
SM
9529 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9530 (log-edit-insert-changelog): Drop `:' as well.
9531
9532 * log-view.el: Fix file description.
9533 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9534 available.
9535 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9536 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9537
c8c21615
SM
9538 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9539 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9540 Print a status message if the toggle is called interactively.
9541 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9542 for global minor modes and use `defcustom' for them.
9543 Use add-minor-mode.
9544 (easy-mmode-define-derived-mode): Remove.
9545 (define-derived-mode): Fancier default docstring.
9546 (easy-mmode-define-navigation): Signal an error rather than (ding).
9547
9b0d1d6e
SM
9548 * newcomment.el (comment-styles): New `box-multi'.
9549 (comment-normalize-vars): Better default for comment-continue to
9550 avoid whitespace-only continuations.
9551 (comment-search-forward): Always move even in the no-syntax case.
9552 (comment-padright): Only obey N if it's only obeyed for padleft.
9553 (comment-make-extra-lines): Better handling of empty continuations.
9554 Use `=' for the filler if comment-start has only one character.
9555 (uncomment-region): Try handling the special `=' filler.
9556 (comment-region): Allow LINES even if MULTI is nil.
9557 (comment-box): Choose box style based on comment-style.
9558
f5ee6d0f
KH
95592000-05-20 Kenichi Handa <handa@etl.go.jp>
9560
9b0d1d6e 9561 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9562 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9563
c9671f81
KH
95642000-05-20 Kenichi HANDA <handa@etl.go.jp>
9565
9566 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9567 and insert, not subst-char-in-region.
9568
9569 * international/mule-diag.el (list-character-sets-1): Handle
9570 charsets eight-bit-control and eight-bit-graphic.
9571 (list-iso-charset-chars): Likewise.
9572 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9573 charactes as is. Use indent-to to align characters.
9574
9575 * international/mule-cmds.el (find-multibyte-characters): Never
9576 exclude charsets eight-bit-control and eight-bit-graphic.
9577
1426aa5c
SM
95782000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9579
9580 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9581 Don't quote lambdas.
9582
9583 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9584
2b63d473
GM
95852000-05-19 Gerd Moellmann <gerd@gnu.org>
9586
9587 * gud.el (gud-jdb-directories): Doc fix.
9588
f1355756
SM
95892000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9590
9591 * newcomment.el: New file.
9592
5f64c9e0
GM
95932000-05-19 Gerd Moellmann <gerd@gnu.org>
9594
2b63d473 9595 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9596
db7314bd
AS
95972000-05-18 Andreas Schwab <schwab@suse.de>
9598
9599 * dired.el (dired-between-files): Also skip lines beginning with
9600 `used'.
9601
25bb0401
GM
96022000-05-18 Gerd Moellmann <gerd@gnu.org>
9603
9604 * msb.el (msb-menu-cond): Add choice `user'.
9605
a199a865 96062000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9607
a199a865
GM
9608 * ps-print.el: Compatibility, customization and doc fix.
9609 (ps-printer-name-option): Replace defconst by defvar.
9610 (ps-postscript-code-directory): XEmacs compatibility.
9611 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9612 fix.
9613 (ps-user-defined-prologue, ps-print-prologue-header)
9614 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9615 compatibility and code fix.
9616 (ps-print-background-image, ps-print-background-text):
9617 Customization fix.
9618 (ps-line-number-start, ps-n-up-on): New vars.
9619
25bb0401
GM
96202000-05-18 Espen Skoglund <esk@ira.uka.de>
9621
9622 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9623 the indent-comment function to just return the appropriate indent.
9624
68e6c83a
EL
96252000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9626
9627 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9628 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9629 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9630
dae6cb9f
DL
96312000-05-18 Dave Love <fx@gnu.org>
9632
9633 * info.el (Info-fontify-node): Add intangible property as well as
9634 invisible.
9635
9636 * calendar/appt.el (appt-make-list): Match all lines of entry.
9637 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9638
813086ea
KH
96392000-05-18 Kenichi Handa <handa@etl.go.jp>
9640
9641 * international/mule-diag.el (describe-char-after): Call
9642 internal-char-font, not char-font. If internal-char-font returns
9643 nil, display "-- none --".
9644
24978190
EZ
96452000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9646
9647 * image.el (image-type-available-p): Don't reference image-types
9648 if it isn't bound.
9649
2fca2d5d
SM
96502000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9651
9652 * autoarg.el (autoarg-mode): Typo in the :set argument.
9653
cfc75d05
EZ
96542000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9655
9656 * startup.el (command-line-1): Don't signal an error if the
9657 directory for auto-save-list files does not yet exist.
9658
c4e30387
KH
96592000-05-17 Kenichi Handa <handa@etl.go.jp>
9660
9661 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9662
dd6b8ea7
SM
96632000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9664
9665 * subr.el (remove-hook): `setq' hook-value, not `set'.
9666
399c88ad
SS
96672000-05-16 Sam Steingold <sds@gnu.org>
9668
a199a865 9669 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9670
01651f07
DL
96712000-05-16 Dave Love <fx@gnu.org>
9672
9673 * cus-edit.el: Don't require cl or easymenu.
9674 (custom-variable-prompt): Test standard-value property, not
9675 user-variable-p.
9676
2248c40d
SS
96772000-05-16 Sam Steingold <sds@gnu.org>
9678
9679 * subr.el (add-hook): `setq' hook-value, not `set'.
9680
b15f3b77
GM
96812000-05-16 Gerd Moellmann <gerd@gnu.org>
9682
9683 * startup.el (command-line-1): Mention the FAQ in the startup
9684 message.
9685
9686 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9687
9688 * progmodes/compile.el (compilation-parse-errors): Collect
9689 `nomessage' regexps last.
9690
9691 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9692
9693 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9694 to the function name.
9695
f9bbcfac
EL
96962000-05-15 Dave Love <fx@gnu.org>
9697
9698 * speedbar.el (speedbar-recenter): Typo.
9699 (speedbar-expand-line): Make arg optional.
9700 (speedbar-mode): Avoid a compiler warning.
9701
119b42eb
GM
97022000-05-15 Gerd Moellmann <gerd@gnu.org>
9703
9704 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9705 user-specified option string is empty.
9706
9707 * mouse.el (mouse-yank-at-click): Doc fix.
9708
f685bea9
EZ
97092000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9710
9711 * term/internal.el (IT-character-translations): More updates of
9712 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9713 documents.
9714
a1b8d58b
GM
97152000-05-15 Gerd Moellmann <gerd@gnu.org>
9716
9717 * env.el (getenv): New function, interactively callable.
9718 (setenv, getenv): Remove autoload cookies.
9719
9720 * loadup.el: Load `env'.
9721
9722 * progmodes/f90.el: Change author's mail address.
9723
c9bba7ed
DL
97242000-05-14 Dave Love <fx@gnu.org>
9725
e5c83697
DL
9726 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9727 goto-addr as an option.
9728
9729 * help.el (help-xref-stack): Doc fix.
9730 (help-xref-following): New variable.
9731 (help-make-xrefs): Use it.
9732 (help-xref-go-back): Use position information from stack element.
9733 (help-follow): Make position in stack element a pair. Use
9734 help-xref-following.
399c88ad 9735
e5c83697
DL
9736 * autoarg.el: New file.
9737
9738 * faces.el: Declare more functions obsolete.
9739
c9bba7ed
DL
9740 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9741 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9742 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9743 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9744 Remove all the setup-...-environment functions.
9745
b6389bfb
EL
97462000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9747
a1b8d58b
GM
9748 * speedbar.el: Updated the commentary section. xemacs20p now uses
9749 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9750 (speedbar-easymenu-definition-base): Add toggle for images.
9751 (speedbar-easymenu-definition-special): Add flush cache & expand.
9752 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9753 (speedbar-reconfigure-keymaps-hook): New variable.
9754 (speedbar-frame-parameters): Updated documentation.
9755 (speedbar-use-imenu-flag): Updated custom tag
9756 (speedbar-dynamic-tags-function-list): New variable.
9757 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9758 (speedbar-indentation-width, speedbar-indentation-width) New
9759 variables.
9760 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9761 (speedbar-vc-indicator): Doc update.
9762 (speedbar-ignored-path-expressions): Updated default value.
9763 (speedbar-supported-extension-expressions): Updated default value.
9764 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9765 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9766 as "+". Added overlay aliases.
9767 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9768 `force-mode-line-update'.
9769 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9770 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9771 `mouse-set-point'
b6389bfb 9772 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9773 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9774 of arbitrary text, and new helper functions.
9775 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9776 filename finder.
b6389bfb
EL
9777 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9778 (speedbar-directory-buttons): Update path search/expansion.
9779 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9780 `speedbar-indentation-width'. Use more care w/ invisible
9781 properties.
b6389bfb
EL
9782 (speedbar-change-expand-button-char): Call
9783 `speedbar-insert-image-button-maybe'.
9784 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9785 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9786 (speedbar-trim-words-tag-hierarchy)
9787 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9788 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9789 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9790 functions.
b6389bfb
EL
9791 (speedbar-mouse-set-point): New function
9792 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9793 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9794 of tag prefix text.
9795 (speedbar-expand-line, speedbar-contract-line): Make more robust
9796 to strange text.
9797 (speedbar-expand-line): Takes universal argument to flush the
9798 cache.
b6389bfb
EL
9799 (speedbar-flush-expand-line): New function.
9800 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9801 Use new generator insertion method.
9802 (speedbar-fetch-dynamic-tags): New function.
9803 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9804 `speedbar-fetch-dynamic-imenu'.
9805 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9806 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9807 "Revert Buffer" menu items.
9808 (speedbar-buffer-buttons-engine): Be smarter when creating a
9809 filename tag (for expansion purposes.).
a1b8d58b
GM
9810 (speedbar-highlight-one-tag-line,
9811 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9812 (speedbar-recenter): New functions.
b6389bfb 9813 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9814 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9815 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9816 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9817 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9818 (speedbar-expand-image-button-alist): New variable.
9819 (speedbar-insert-image-button-maybe): Insert an image over some
9820 buttons.
9821
43fe9244
KH
98222000-05-13 Kenichi Handa <handa@etl.go.jp>
9823
9824 * international/mule-cmds.el (encode-coding-char): An ASCII
9825 character is always encodable.
9826
9827 * international/mule-conf.el: Add more information in descriptions
9828 of character sets.
9829
813086ea 9830 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9831 (describe-font-internal): Adjusted for the change of font-info.
9832 (describe-font): Likewise.
9833 (print-fontset): Rewritten for the new fontset implementation.
9834 (describe-fontset): Include fontset alias names in completion.
9835 (list-fontsets): Adjusted for the change of print-fontset.
9836
9837 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9838 describe-char-after instead of displaying the detail in the echo
9839 area.
813086ea
KH
9840 (syntax-code-table): Format changed.
9841 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9842
e8564f57
SM
98432000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9844
9845 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9846
9278c60d
DL
98472000-05-12 Dave Love <fx@gnu.org>
9848
9849 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9850 dependence. Use line-{beginning,end}-position, not
9851 point-at{b,e}ol. Some doc fixes.
9852 (todo-position): New function. Fix callers of position to use it.
9853 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9854
be0505fe
GM
98552000-05-12 Gerd Moellmann <gerd@gnu.org>
9856
9857 * time.el (display-time-mail-icon): Use `:ascent center'.
9858
a8a3541c
GM
9859 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9860 handling FTP security extensions.
399c88ad 9861
44d5f148
DL
98622000-05-11 Dave Love <fx@gnu.org>
9863
33d0c179 9864 * calendar/todo-mode.el: New file.
44d5f148 9865
da4496b6
GM
98662000-05-11 Gerd Moellmann <gerd@gnu.org>
9867
cdc4401d
GM
9868 * comint.el (comint-read-input-ring): Move reference to
9869 comint-input-ring-size outside of the save-excursion. It was
9870 causing the default value to be the only one ever seen.
399c88ad 9871
0279f991
GM
9872 * font-lock.el: Update copyright. Remove Simon Marshall's email
9873 address on request from him.
9874
da4496b6
GM
9875 * subr.el (substitute-key-definition): Add comment describing
9876 the meaning of PREFIX.
9877
ac5cb26d
SM
98782000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9879
9880 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9881
9882 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9883 (add-minor-mode): Don't make the variable buffer-local and add a
9884 reference to define-minor-mode in the docstring.
9885
9886 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9887 HEADER/FOOTER and fix bug with trailing empty directory.
9888 (cvs-append-to-ignore): Use vc-editable-p if available.
9889 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9890 (vc-do-command): Tweak advice to handle the new VC.
9891
9892 * log-view.el (log-view-goto-rev): New function for the new VC.
9893 (log-view-minor-wrap): Use mark-active.
9894
9895 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9896 (log-edit-changelog-full-paragraphs): New var.
9897 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9898 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9899 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9900 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9901 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9902 Replace the `cvs' prefix with `log-edit'.
9903
9904 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9905
9906 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9907 (diff-font-lock-defaults): Explicitly turn off multiline.
9908 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9909 (diff-ediff-patch): Fix call to ediff-patch-file.
9910 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9911 Handle comments.
9912
9913 * frame.el (automatic-hscrolling): Typo.
9914
9915 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9916
21c34da3
DL
99172000-05-09 Sam Steingold <sds@goems.com>
9918
9919 * apropos.el (apropos-print): use `describe-face' instead of
9920 `customize-face-other-window'.
9921
950cf06f
DL
99222000-05-09 Dave Love <fx@gnu.org>
9923
9924 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9925
9926 * help.el (describe-variable): Have customize button pop the
9927 help-xref stack when invoked.
9928 (help-xref-symbol-regexp): Add `face'.
9929 (help-make-xrefs): Check for quoted face names and adapt regexp
9930 submatch numbers to cope.
9931 (help-xref-interned): Maybe insert face doc too. Separate
9932 sections with a line of hyphens.
9933
0623e40f 9934 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9935 (describe-face): Add customize button. Return the help
9936 text. Fix prompt.
9937
82e2ca9d
EZ
99382000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9939
9940 * term/internal.el (IT-character-translations): Fix last change.
9941
10c00b5c
EZ
99422000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9943
9944 * woman.el: New file
9945 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9946
9deed82f
EZ
99472000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9948
001ad319
EZ
9949 * term/internal.el (IT-character-translations): Update ASCII
9950 simulations for greek-iso8859-7, add latin-iso8859-14 and
9951 latin-iso8859-15.
9952
9deed82f
EZ
9953 * international/mule-cmds.el (set-language-info-alist): Call
9954 define-prefix-command with 3 arguments, to make the map suitable
9955 for a menu.
9956
4f37b78a
DL
99572000-05-07 Dave Love <fx@gnu.org>
9958
1ec321a7 9959 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9960
64a4c526
DL
99612000-05-05 Dave Love <fx@gnu.org>
9962
9963 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9964 list in doc string. Don't quote keyword symbols.
9965 * emacs-lisp/cl.el: Likewise
9966 * emacs-lisp/cl-seq.el: Likewise
9967
056565f7
GM
99682000-05-05 Gerd Moellmann <gerd@gnu.org>
9969
9970 * abbrev.el (abbrev-mode): Make ARG optional.
9971
4656b314
GM
99722000-05-04 Gerd Moellmann <gerd@gnu.org>
9973
ec82fb2f
GM
9974 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9975
9976 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9977
4656b314
GM
9978 * subr.el (substitute-key-definition): Clarify documentation.
9979
99802000-05-04 Milan Zamazal <pdm@freesoft.cz>
9981
9982 * glasses.el (glasses-convert-to-unreadable): Use
9983 `glasses-separator' instead of the hard-wired "_".
9984 (glasses-mode): Call `glasses-make-unreadable' only in a single
9985 place.
9986
7b081c78
EZ
99872000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9988
9989 * term/internal.el (cjk-codepages-alist): Add associations for
9990 Chinese and Korean codepages. Remove FIXME comment.
9991
baa5536e
DL
99922000-05-03 Dave Love <fx@gnu.org>
9993
9994 * time.el (display-time-mail-face, display-time-use-mail-icon):
9995 New option.
9996 (display-time-mail-icon): New variable.
9997 (display-time-string-forms): Use the above. Fix the local-map.
9998
cbf18892
GM
99992000-05-03 Gerd Moellmann <gerd@gnu.org>
10000
4ff40dd0
GM
10001 * replace.el (query-replace-map): Add binding for `E'.
10002 (query-replace-help): Extend help text.
10003 (perform-replace): Allow editing the replacement string.
10004
10005 * make-mode.el (makefile-mode-abbrev-table): New variable.
10006 (makefile-mode): Set local abbrev table to
10007 makefile-mode-abbrev-table.
10008 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10009
cbf18892
GM
10010 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10011 set TOGGLE's value.
10012
4ff40dd0
GM
10013 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10014 mail-interactive-insert-alias.
10015 (mail-abbrev-complete-alias): New command.
10016 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10017
ffec4d9f
KH
100182000-05-03 Kenichi Handa <handa@etl.go.jp>
10019
10020 * language/lao-util.el (lao-compose-region): New function.
10021
1b0672c3
GM
100222000-05-02 Gerd Moellmann <gerd@gnu.org>
10023
576da55d
GM
10024 * files.el (recover-session): Make directories as necessary
10025 if they don't exist yet.
10026
399c88ad
SS
10027 * calendar/cal-french.el
10028 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10029 (french-calendar-special-days-array): Change French text.
10030 (calendar-french-date-string): Change output.
10031 (calendar-goto-french-date): Likewise.
10032
100332000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10034
10035 * wid-edit.el (widget-default-active): Obey `:always-active'.
10036 (widget-documentation-string-value-create): Set `:always-active'.
10037
4b33deaa
EZ
100382000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10039
10040 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10041 default prefix to `~/_emacs.d/auto-save.list/_s'.
10042 (normal-top-level): Create the directory for auto-save files, if
10043 it doesn't already exist (in the ms-dos case only).
10044
5c922ea7
EZ
100452000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10046
10047 * international/mule-cmds.el (set-language-environment): Don't
10048 concat an integer (dos-codepage), use format instead.
10049
820ad5e7
DL
100502000-05-02 Dave Love <fx@gnu.org>
10051
10052 * help.el (help-xref-on-pp): Check for constant symbols.
10053
57cb56f5
GM
100542000-04-29 Gerd Moellmann <gerd@gnu.org>
10055
10056 * startup.el (normal-top-level): Put a condition-case around
10057 the code loading subdirs.el.
10058
100592000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10060
57cb56f5
GM
10061 * ps-print.el: Upside-down and face background color printing,
10062 line number step, doc fix.
10063 (ps-print-version): New version number (5.2).
10064 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10065 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10066 (ps-spool-config): Var fix.
10067 (ps-printer-name-option): Const fix.
10068 (ps-print-upside-down, ps-use-face-background)
10069 (ps-line-number-step): New vars.
10070 (ps-window-system, ps-lp-system): New consts.
10071 (ps-face-background): New fun.
10072
084cec2f
GM
100732000-04-28 Richard Stallman <rms@gnu.org>
10074
10075 * files.el (make-auto-save-file-name):
10076 Apply auto-save-file-name-transforms to visited file name
10077 before generating auto save file name.
10078 (auto-save-file-name-transforms): New variable.
10079
399c88ad 10080 * files.el (backup-enable-predicate):
084cec2f
GM
10081 Correctly test for a file under a temporary directory.
10082
c94f4677
GM
100832000-04-28 Gerd Moellmann <gerd@gnu.org>
10084
10085 * subr.el (add-minor-mode): Rewritten.
10086
7b211df5
KH
100872000-04-28 Kenichi Handa <handa@etl.go.jp>
10088
10089 * mail/sendmail.el (sendmail-send-it): Set
10090 buffer-file-coding-system to the selected coding system for MIME
10091 header.
10092
c76e04a8 100932000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10094
c76e04a8
GM
10095 * dired.el (dired-move-to-filename-regexp): Allow format where
10096 YYYY is followed by two spaces.
e3e36d74 10097
c76e04a8
GM
10098 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10099 in the second character class of the regexp.
10100
10101 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10102 mh-etc, too.
353964e3 10103
c76e04a8
GM
10104 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10105 nil.
399c88ad 10106
353964e3
GM
10107 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10108
10109 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10110 argument.
10111
c76e04a8 101122000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10113
c76e04a8
GM
10114 * emacs-lisp/crm.el (crm-completion-table): New variable.
10115 (crm-collection-fn, crm-test-completion)
10116 (completing-read-multiple): Use it.
10117
101182000-04-27 Dave Love <fx@gnu.org>
10119
10120 * help.el (locate-library): Use mapc.
10121 (help-manyarg-func-alist): Add call-process-region.
10122
7464346d
GM
101232000-04-26 Gerd Moellmann <gerd@gnu.org>
10124
b35bd33d
GM
10125 * subr.el (add-minor-mode): Make argument MAP optional.
10126
7464346d
GM
10127 * desktop.el (desktop-save): Save list of minor modes.
10128 (desktop-create-buffer): Restore minor modes.
10129 (desktop-minor-mode-table): New user-option.
10130
10131 * subr.el (add-minor-mode): New function.
10132
10133 * image.el (find-image): New function.
10134 (defimage): Rewritten to find image at load time.
10135
10136 * startup.el (normal-top-level-add-to-load-path): Handle
10137 case that the default directory is not in load-path.
10138
10139 * help.el: Old patch from Stefan Monnier.
10140 (help-xref-on-pp): New function.
10141 (describe-variable): Use it to display xrefs in a symbol's value.
10142
23c0fb21
SM
101432000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10144
10145 * cus-edit.el (custom-face): Fix parenthesis.
10146
fad95037
KH
101472000-04-26 Kenichi Handa <handa@etl.go.jp>
10148
f03392a1
KH
10149 * mail/rmail.el (rmail-expunge): When there are no deleted
10150 messages, do nothing.
fad95037 10151
0d7c5bb9
DL
101522000-04-26 Dave Love <fx@gnu.org>
10153
10154 * international/mule-cmds.el (locale-translation-file-name):
10155 Defvar to nil.
10156 (set-locale-environment): Set it here (at runtime).
10157
612839b6
GM
101582000-04-25 Gerd Moellmann <gerd@gnu.org>
10159
10160 * replace.el (perform-replace): Add parameters START and END. Use
10161 them instead of the check for a region in Transient Mark mode.
10162 (query-replace-read-args): Return two more list elements for the
10163 start and end of the region in Transient Mark mode.
10164 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10165 (map-query-replace-regexp, replace-string, replace-regexp): Add
10166 optional last arguments START and END and pass them to
10167 perform-replace.
10168
10169 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10170 form with additional arguments for perform-replace.
10171
10172 * progmodes/etags.el (tags-query-replace): Add parameters START
10173 and END. Construct a form with additional arguments for
10174 perform-replace.
10175
10176 * simple.el (shell-command): Set default directory for "*Shell
10177 Command Output" buffer.
10178
10179 * language/european.el (iso-latin-4): Fix typo.
10180
10181 * emacs-lisp/crm.el: New file.
10182
2917cc05
DL
101832000-04-24 Dave Love <fx@gnu.org>
10184
10185 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10186 (Custom-reset-saved, Custom-reset-standard)
10187 (custom-group-value-create, custom-group-set, custom-group-save)
10188 (custom-group-reset-current, custom-group-reset-saved)
10189 (custom-group-reset-standard): Use mapc.
10190 (custom-buffer-create-internal): Disable undo when creating items.
10191 Use mapc.
10192 (custom-face): Avoid redundant lambda.
10193
abfcc168
GM
101942000-04-24 Gerd Moellmann <gerd@gnu.org>
10195
10196 * startup.el (auto-save-list-file-prefix): Set default to
10197 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10198
fa78f71b
SS
101992000-04-24 Sam Steingold <sds@gnu.org>
10200
10201 * time-stamp.el (time-stamp-string-preprocess): Always convert
10202 `field-result' to a string.
10203
cc181e95
GM
102042000-04-24 Gerd Moellmann <gerd@gnu.org>
10205
10206 * frame.el (scrolling): New group.
10207 (automatic-hscrolling): New user-option.
10208
10209 * startup.el (command-line-x-option-alist): Add `-lsp' and
10210 `--line-spacing'.
10211
6142fdcb
DL
102122000-04-19 Dave Love <fx@gnu.org>
10213
10214 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10215 (cl-mapc): Rename from mapc. Fix the funcall.
10216
5e3dac3f
GM
102172000-04-19 Gerd Moellmann <gerd@gnu.org>
10218
1c459486
GM
10219 * simple.el (clone-indirect-buffer-other-window): New command.
10220 (clone-indirect-buffer): Add optional arg NORECROD.
10221 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10222
271b4185
GM
10223 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10224
10225 * window.el (count-screen-lines): New function.
10226 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10227 instead of window-buffer-height.
10228
10229 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10230 non-existing variable comint-input-sentinel.
10231 (inferior-lisp-args-to-list): Removed.
10232 (inferior-lisp): Use split-string instead of
10233 inferior-lisp-args-to-list.
10234
10235 * hexl.el (hexl-insert-hex-string): New command.
10236
5e3dac3f
GM
10237 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10238 instead of concat.
10239
f6d3257b
GM
102402000-04-18 Gerd Moellmann <gerd@gnu.org>
10241
10242 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10243 at the start of an existing but empty folder.
10244
102452000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10246
10247 * ps-mule.el: Customization fix, doc fix.
10248 (ps-multibyte-buffer): Customization fix.
10249
8b7bc628 102502000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10251
10252 * subr.el (read-passwd): Use read-char-exclusive.
10253
0daee095
GM
102542000-04-17 Gerd Moellmann <gerd@gnu.org>
10255
10256 * textmodes/texinfo.el (texinfo-insert-@email)
10257 (texinfo-insert-@emph, texinfo-insert-@quotation)
10258 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10259 (texinfo-mode-map): Add key bindings for them.
10260
10261 * files.el (basic-save-buffer-2): Use a template with `$'
10262 instead of `#' for VMS.
10263
10264 * simple.el (clone-indirect-buffer): New function.
10265
e10f64e7
GM
102662000-04-16 Stephen Eglen <stephen@gnu.org>
10267
10268 * iswitchb.el (iswitchb-case): New function. If the user input
10269 contains any upper-case characters, the search is made
10270 case-sensitive.
10271
e3721db1
SM
102722000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10273
e10f64e7
GM
10274 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10275 comment-end.
e3721db1
SM
10276 (texinfo-font-lock-syntactic-keywords): New var.
10277 (texinfo-font-lock-keywords): Remove comment regexp.
10278 (texinfo-insert-block): New function.
10279 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10280 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10281 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10282 (texinfo-environments): New var.
e10f64e7
GM
10283 (texinfo-environment-regexp): Use regexp-opt and
10284 texinfo-environments.
e3721db1 10285
e10f64e7
GM
10286 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10287 ispell-process is bound since this might be eval'd before ispell
10288 is loaded.
10289 (ispell-message): Use a tiny bit less magic and a bit more hard
10290 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10291
10292 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10293
10294 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10295 (insert-cyclic-diary-entry): Unquote the lambda.
10296
10297 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10298
10299 * files.el (backup-enable-predicate): Unquote the lambda.
10300
10301 * cus-edit.el (custom-face, face): Unquote the lambda.
10302
712dc9e0
GM
103032000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10304
10305 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10306
712dc9e0
GM
10307 * ps-print.el: Fix counting lines in a region.
10308 (ps-print-version): New version number (5.1.5).
10309 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10310 (ps-printing-region): Fun code fix.
10311
ffc50f2a
GM
103122000-04-15 Gerd Moellmann <gerd@gnu.org>
10313
10314 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10315 to file-directory-p.
10316
a2522dca
GM
103172000-04-14 Gerd Moellmann <gerd@gnu.org>
10318
10319 * gud.el (gud-jdb-build-source-files-list): Check that directory
10320 exists before calling directory-files.
10321
6e883610
DL
103222000-04-13 Dave Love <fx@gnu.org>
10323
10324 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10325 syntax.
10326
10327 * emacs-lisp/cl-specs.el: Remove when, unless.
10328
10329 * emacs-lisp/cl-extra.el: Don't quote keywords.
10330 (cl-old-mapc): New variable.
10331 (mapc): Use it.
10332 (cl-map-intervals): Use with-current-buffer. Don't check for
10333 next-property-change.
10334 (cl-map-overlays): Use with-current-buffer.
10335 (cl-expt): Remove.
10336 (copy-tree, remprop): Define unconditionally.
10337
10338 * emacs-lisp/cl-compat.el (keywordp): Remove.
10339
10340 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10341 to use keywordp.
10342 (edebug-spec): Enable keywordp.
10343
10344 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10345 string-lessp.
10346
10347 * cus-start.el: Use keywordp.
10348
198e3c7a
GM
103492000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10350
10351 * diary-lib.el (include-other-diary-files): Fix the fix of
10352 2000-02-18 by doing a save-excursion.
10353
103542000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10355
10356 * ps-print.el: Customization fix, doc fix.
10357 (ps-print-version): New version number (5.1.4).
10358 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10359 (ps-print-preprint): Adjust code.
10360 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10361 (ps-print-prologue-header, ps-print-control-characters)
10362 (ps-spool-config): Customization fix.
fa78f71b 10363
8eba343c
EZ
103642000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10365
10366 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10367 converted to the new menu-item format, names silightly changed,
10368 help strings added.
10369
10370 Support for spelling without async subprocesses:
10371
10372 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10373 (ispell-session-buffer): New variables.
10374 (ispell-start-process, ispell-process-status,
10375 ispell-accept-output, ispell-send-string): New functions, for
10376 Ispell invocation when async subprocesses aren't supported.
10377 (ispell-word, ispell-pdict-save, ispell-command-loop,
10378 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10379 to process-send-string with calls to ispell-send-string, and
10380 accept-process-output with ispell-accept-output.
10381 (ispell-init-process): Call ispell-process-status instead of
10382 process-status with.
10383 (ispell-init-process): Call ispell-start-process. Call
10384 ispell-accept-output and ispell-send-string. Don't call
10385 process-kill-without-query and kill-process if they are unbound.
10386 (ispell-async-processp): New function.
10387
3d30065d
DL
103882000-04-12 Dave Love <fx@gnu.org>
10389
10390 * info.el: Add debug-ignored-errors.
10391 (Info-mode-menu): Add some items.
10392 (Info-directory): Add autoload cookie.
10393
10394 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10395 Modify `truncate-lines'. Make `describe-language-environment'
10396 always visible and add help. Modify `describe-key' help. Invoke
10397 Info-directory from `info'. New entry `emacs-manual'.
10398
1a1b1895
GM
103992000-04-10 Gerd Moellmann <gerd@gnu.org>
10400
8b2affc5
GM
10401 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10402 propertized-buffer-identification.
10403 (ebrowse-update-member-buffer-mode-line): Likewise.
10404 (ebrowse--mode-strings): Removed.
10405 (ebrowse--mode-line-props): Removed.
10406
1a1b1895
GM
10407 * files.el (auto-mode-alist): Add `EBROWSE'.
10408
10409 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10410 space before testing for end of buffer.
10411 (ebrowse-load): Removed.
10412 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10413 (ebrowse-create-tree-buffer): Rewritten.
10414 (ebrowse-tree-mode): Read tree from buffer.
10415
10416 * progmodes/ebrowse-ffh.el: Removed.
10417
223f3c91
KH
104182000-04-10 Kenichi Handa <handa@etl.go.jp>
10419
10420 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10421
25fbf2c4
GM
104222000-04-10 Gerd Moellmann <gerd@gnu.org>
10423
10424 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10425 at the wrong place.
10426
92c13173
DL
104272000-04-09 Dave Love <fx@gnu.org>
10428
10429 * files.el (backup-enable-predicate): Use
10430 temporary-file-directory, small-temporary-file-directory.
10431 (make-backup-file-name-function, backup-directory-alist): New
10432 variables.
10433 (make-backup-file-name-1): New function.
10434 (make-backup-file-name): Use it.
10435 (find-backup-file-name): Likewise. Use format for clarity, not
10436 concat.
10437 (file-newest-backup): Use make-backup-file-name.
10438
be0dbdab
GM
104392000-04-09 Gerd Moellmann <gerd@gnu.org>
10440
c45be9ac 10441 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10442
c45be9ac
GM
10443 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10444 to ebrowse-ffh.el.
10445 (ebrowse-load): Add autoload.
10446
10447 * finder.el (finder-commentary): Add autoload cookie.
10448
be0dbdab
GM
10449 * mail/rfc2368.el: Correct author's email address.
10450
10451 * progmodes/ebrowse.el: New file.
10452
10453 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10454 item help string.
10455 (easy-menu-do-add-item): Ditto.
10456 (easy-menu-define): Extend doc string.
10457
10458 * jit-lock.el (with-buffer-unmodified): Use
10459 restore-buffer-modified-p.
10460 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10461 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10462 with-buffer-unmodified.
10463
3f923efe
DL
104642000-04-08 Dave Love <fx@gnu.org>
10465
10466 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10467 unless, when.
10468
d35bee0e
MK
104692000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10470
10471 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10472 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10473 doesn't support face.
d35bee0e 10474 Use `viper-put-on-search-overlay'.
fa78f71b 10475
c407c570
GM
104762000-04-04 Gerd Moellmann <gerd@gnu.org>
10477
10478 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10479 like C-r.
10480
10481 * progmodes/make-mode.el: Some doc fixes.
10482 (makefile-mode-abbrev-table): New variable.
10483 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10484 (makefile-font-lock-keywords): Fontify includes and conditionals.
10485 (toplevel): Require `dabbrev' and `add-log' when compiling.
10486
10487 * replace.el (perform-replace): Don't move forward one char
10488 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10489 to do that because it leaves point 1 position after the last
10490 replacement, after everything has been replaced.
10491
10492 * jit-lock.el (with-buffer-unmodified): New macro.
10493 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10494 modified state.
10495 (jit-lock-function-1): Extracted from jit-lock-function; not
10496 preserving buffer's modified state.
10497 (jit-lock-function, jit-lock-stealth-fontify): Call
10498 jit-lock-function-1.
10499
10500 * mail/rfc2368.el: Remove supernumerary copyright line.
10501
685e5ed2
GM
105022000-04-04 Milan Zamazal <pdm@freesoft.cz>
10503
10504 * glasses.el: Provide facilities for inserting space before left
10505 parentheses and uncapitalization of identifiers.
10506 (glasses-mode): Try to remove old overlays in all cases.
10507
0166aed1
GM
105082000-04-03 Gerd Moellmann <gerd@gnu.org>
10509
62f20204
GM
10510 * progmodes/compile.el (compile-internal): Display the compilation
10511 buffer in a different frame, if it's already displayed there.
10512
6460c400
GM
10513 * mail/rfc2368.el: New file.
10514
c0510d27
GM
10515 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10516 header and insert its value as mail body.
10517
10518 * subr.el (member-ignore-case): New function.
10519
10520 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10521 (dabbrev--find-expansion): Ignore buffers matching a regexp
10522 from dabbrev-ignored-regexps.
10523
0166aed1
GM
10524 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10525 to extensions handled by gzip.
10526
c0510d27
GM
105272000-04-03 Richard M. Stallman <rms@gnu.org>
10528
10529 * files.el (insert-directory): List the total free space
10530 along with the used space.
fa78f71b 10531
c0510d27
GM
10532 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10533 line is followed by one that matches CITATION-REGEXP, end the
10534 paragraph.
10535
105362000-04-03 Markus Rost <rost@delysid.gnu.org>
10537
10538 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10539 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10540
14c04384
KH
105412000-04-03 Kenichi Handa <handa@etl.go.jp>
10542
10543 * international/mule-cmds.el (encoded-string-description):
10544 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10545 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10546 for hexadecimal format.
14c04384 10547
ccf5869a
DL
105482000-04-01 Dave Love <fx@gnu.org>
10549
10550 * cpp.el: Change customization group to `c' from `C'.
10551
10552 * vcursor.el (vcursor-move): Use display-color-p.
10553
10554 * international/mule-util.el: Provide mule-utils.
10555 (string-to-sequence): Simplify and speed up.
10556
10557 * international/mule.el (make-coding-system): Purecopy doc-string.
10558
10559 * international/mule-cmds.el: Various menu changes.
10560 (describe-specified-language-support): Handle `Default'.
10561 (set-language-info): Purecopy `info'.
10562
610d841e
GM
105632000-03-31 Andrew Innes <andrewi@gnu.org>
10564
10565 * vc.el (vc-backend-diff): Return the correct status if we had to
10566 retry the rcsdiff command without the --brief option.
fa78f71b 10567
7f9de034
DL
105682000-03-31 Dave Love <fx@gnu.org>
10569
2de47765
DL
10570 * help.el (help-manyarg-func-alist): Correct several omissions.
10571
72838819
DL
10572 * add-log.el: Don't require cl, fortran.
10573 (add-log-current-defun-function): Doc fix.
10574 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10575 fix.
10576 (change-log-version-rcs): Function deleted.
10577 (change-log-version-number-search): Doc fix. Use
10578 vc-workfile-version. Avoid CL dolist.
10579 (add-change-log-entry): Just call add-log-current-defun to get
10580 defun. Simplify somewhat.
10581 (change-log-get-method-definition-1): Likewise.
10582 (add-log-current-defun): Return nil if calling
10583 add-log-current-defun-function does so. Move Fortran stuff to
10584 fortran.el. Return string without properties.
10585
7f9de034
DL
10586 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10587 and :alpha: char classes.
10588
10589 * mail/supercite.el: Defvar curline when compiling.
10590 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10591 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10592 rather than a-zA-Z0-9 to allow non-ASCII characters.
10593
aa110c0c
GM
105942000-03-31 Gerd Moellmann <gerd@gnu.org>
10595
10596 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10597
10598 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10599 Re-enable new code.
10600
10601 * lpr.el (print-region-1): Use -d to specify printer name for
10602 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10603
106042000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10605
aa110c0c
GM
10606 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10607 for function definition in symbol's function value slot first
10608 instead of first consulting byte-compile-function-environment.
fa78f71b 10609
6733d074
KH
106102000-03-31 Kenichi Handa <handa@etl.go.jp>
10611
10612 * language/european.el ("Polish"): New language environment.
10613 (setup-polish-environment): New function.
10614
63fcfa04
GM
106152000-03-30 Gerd Moellmann <gerd@gnu.org>
10616
10617 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10618 Disable new code.
10619
10620 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10621 trying to `load' the symbol of an autoload instead of the file
10622 recorded in the autoload. Fix error messages.
10623
7438c86b
GM
106242000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10625
10626 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10627 (ps-print-version): New version number (5.1.3).
10628 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10629 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10630 (ps-generate-postscript-with-faces): Code fix.
10631 (ps-color-values): XEmacs compatibility.
10632 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10633 (ps-default-fg, ps-default-bg): Adjust customization.
10634 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10635 (ps-color-scale): Renaming old ps-color-value fun.
10636 (ps-print-headers): Replace ps-print-header group to avoid conflict
10637 with ps-print-header variable.
10638 (ps-print-miscellany): New group.
10639 (ps-format-color, ps-rgb-color): New funs.
10640 (ps-default-foreground): New var.
10641 (ps-printer-name-option): New const.
fa78f71b 10642
326855a0
PB
106432000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10644
1f56ba73
PB
10645 * net/net-utils.el:
10646 (network-connection-host, network-connection-service): New variables
10647 (network-connection-mode): New mode, derived from comint-mode
10648 (network-connection-mode-setup): New function, saves host and
fa78f71b 10649 service information in local variables.
1f56ba73 10650
326855a0
PB
10651 * lisp/locate.el:
10652 (locate-word-at-point): Added this function
10653 (locate): Default to using locate-word-at-point as input
10654 Run dired-mode-hook
10655
141384bd
DL
106562000-03-29 Dave Love <fx@gnu.org>
10657
10658 * calendar/appt.el: Doc fixes.
10659 (appt-check): Convert min-to-app to a string before passing to
10660 appt-disp-window-function or concat.
10661 (appt-delete-window): Remove test for frame-root-window.
10662 (appt-select-lowest-window, appt-convert-time): Simplify.
10663
10664 * emacs-lisp/bytecomp.el: Doc fixes.
10665 (byte-compile-file-form-autoload): Update
10666 byte-compile-function-environment.
10667
c5aa0fc2
AS
106682000-03-29 Andreas Schwab <schwab@suse.de>
10669
10670 * emacs-lisp/autoload.el: Also print defsubst doc string
10671 specially.
10672
10673 * dired.el (dired-insert-directory): If dired-free-space-program
10674 failed just delete its output.
10675
f1d6fe69
DL
106762000-03-29 Dave Love <fx@gnu.org>
10677
10678 * international/iso-cvt.el: Move provide to end. Doc fixes.
10679 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10680 (iso-iso2sgml, iso-sgml2iso): New functions.
10681 (iso-cvt-define-menu): Fix some entries and use backquote for
10682 clarity.
10683
10684 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10685
b61f1215
GM
106862000-03-28 Gerd Moellmann <gerd@gnu.org>
10687
10688 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10689 ISO-DATE. If non-nil, return date in ISO 8601 format.
10690
ea4b0ca3
SM
106912000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10692
3831af62
SM
10693 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10694 if it ever becomes used.
10695 (log-edit-mode-hook): Default to vc-log-mode-hook.
10696 (log-edit-mode): Fix the docstring.
10697
ea4b0ca3
SM
10698 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10699 the code.
10700
08f8b1cc
DL
107012000-03-26 Dave Love <fx@gnu.org>
10702
082527fe
DL
10703 * net/browse-url.el (browse-url): Re-fix case of
10704 browse-url-browser-function being an alist.
10705 (browse-url): Add :link to defgroup.
10706
08f8b1cc
DL
10707 * files.el: Doc fixes.
10708 (file-truename): Include `[' in wildcard characters.
10709 (automount-dir-prefix): Customize.
10710 (find-file-wildcards): Add :version.
10711 (find-file-noselect): Simplify a mapcar call.
10712
10713 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10714 compatible with inf-lisp version.
10715 (eval-defun-1): Fix custom-declare-variable case.
10716
ea4b0ca3
SM
107172000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10718
10719 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10720
9a0dd3dc
GM
107212000-03-24 Gerd Moellmann <gerd@gnu.org>
10722
b68c375f
GM
10723 * Makefile (COMPILE_FIRST): New macro.
10724 (compile-files): Compile files from COMPILE_FIRST first.
10725
10726 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10727 code.
10728
9a0dd3dc
GM
10729 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10730 matching open parenthesis in column 0 to defun-prompt-regexp
10731 only if open-paren-in-column-0-is-defun-start is set.
10732
10733 * sun-curs.el: Require CL at compile-time only.
10734
10735 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10736 instead of copy-list which is a function from CL.
10737 (msb--choose-menu, msb--mode-menu-cond)
10738 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10739 (msb--init-file-alist): Use mapcar instead of mapcan.
10740 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10741 `(' in column 0 in doc string.
10742 (msb--add-separators): Use mapcar instead of mapcan.
10743
10744 * cus-dep.el: Require CL at compile-time only.
10745
c7dcadb5
SM
107462000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10747
10748 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10749 (byte-compile-warnings): New warning `noruntime'.
10750 (byte-compile-constants, byte-compile-variables): Fix docstring.
10751 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10752 execute `eval-whenc-compile's body.
10753 (byte-compile-unresolved-functions): Fix docstring.
10754 (byte-compile-eval): New function.
10755 (byte-compile-callargs-warn): Check if the function will be available
10756 at runtime (via property `byte-compile-noruntime').
10757 (byte-compile-print-syms): New function.
10758 (byte-compile-warn-about-unresolved-functions): Also warn about
10759 `noruntime' functions (and use `byte-compile-print-syms').
10760 (byte-compile-file): Capitalize the message.
10761
3b55acc9
GM
107622000-03-24 Gerd Moellmann <gerd@gnu.org>
10763
10764 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10765 (rmail-expunge): Ask for confirmation depending on the setting
10766 of rmail-confirm-expunge.
10767
107682000-03-23 Gerd Moellmann <gerd@gnu.org>
10769
10770 * Makefile (bootstrap-clean): If $(emacs) exists, build
10771 loaddefs.el first. A loaddefs.el that's not up-to-date might
10772 cause a bootstrap failure because things don't autoload as
10773 expected.
10774
02c76af4
DL
107752000-03-23 Dave Love <fx@gnu.org>
10776
10777 * net/browse-url.el: Restore previous use of
10778 browse-url-maybe-new-window.
10779
1a3199d9
GM
107802000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10781
10782 * ps-print.el: Skip banner page fix.
10783 (ps-print-version): New version number (5.1.2).
10784 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10785
1a3199d9
GM
107862000-03-23 Dave Pearson <davep@davep.org>
10787
10788 * net/quickurl.el Changed the type of parameter passed to the
10789 function defined by `quickurl-format-function'. Before only the
10790 text of the URL was passed. Now the whole URL structure is passed
10791 and the function is responsible for extracting the parts it
10792 requires. Changed the default of `quickurl-format-function'
10793 accordingly.
10794 (quickurl-insert): Changed the `funcall' of
10795 `quickurl-format-function' to match the above change.
10796 (quickurl-list-insert): Changed the `url' case so that it makes
10797 use of `quickurl-format-function', previous to this the format was
10798 hard wired.
fa78f71b 10799
72db3ab5
GM
108002000-03-22 Gerd Moellmann <gerd@gnu.org>
10801
10802 * startup.el: Change some spellings for the X Window System.
10803
68049bfa
SM
108042000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10805
10806 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10807 up the code and the regexp and make sure the cursor is temporarily
10808 moved to the suspicious line while querying the user.
10809
ff4df011
JR
108102000-03-22 Jason Rumney <jasonr@gnu.org>
10811
10812 * w32-fns.el (w32-charset-info-alist): Initialize.
10813
ee1c5b21
GM
108142000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10815
10816 * ps-print.el: N-up last page fix.
10817 (ps-print-version): New version number (5.1.1).
10818 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10819
d2cbfba0
SM
108202000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10821
bfb857d8
SM
10822 * files.el (find-file-run-dired): Update docstring.
10823 (find-directory-functions): New hook.
10824 (find-file-noselect): Run find-directory-functions rather than
10825 calling dired directly.
10826
10827 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10828
cb3430a1
SM
10829 * pcvs.el: Add a minimal leading commentary.
10830 (cvs-make-cvs-buffer): Change the header part by removing the startup
10831 message and adding a `Module' entry. Also replace the FOOTER and
10832 HEADER special fileinfos with the new support in ewoc for updating
10833 its own footer and header.
10834 (cvs-update-header): Update to use the header/footer of the ewoc.
10835 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10836 (cvs-is-within-p): New function.
10837 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10838 to only examine some subset of the buffers.
10839
10840 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10841 `format' instead of our own ad-hoc functions.
10842 Remove HEADER and FOOTER cases, now handled in the EWOC.
10843 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10844
10845 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10846 output to avoid scaring the user.
10847 (cvs-parse-table): Catch message for non-up-to-date commits.
10848
10849 * pcvs-defs.el (cvs-startup-message): Remove.
10850 (cvs-global-menu): New autoloaded menu.
10851
10852 * pcvs-util.el (cvs-string-fill): Remove.
10853
10854 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10855 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10856 PP part of it and also make it work for footers and headers.
10857 (ewoc-create): Drop POS and BUFFER arguments.
10858 Use the DLL's dummy node to store the end-of-footer position.
10859 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10860 (ewoc-refresh): Remove unused `header' variable.
10861 (ewoc-(get|set)-hf): New functions.
10862
d2cbfba0
SM
10863 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10864 log-view-*-(message|file) and use easy-mmode-define-navigation.
10865 (log-view-message-re): Match SCCS format as well.
10866 And match the revision line rather than the dashed separator line.
10867 (log-view-mode): Use the new define-derived-mode.
10868 (log-view-current-tag): Fill in with an actual implementation.
10869
10870 * cvs-status.el (cvs-status-(prev|next)): Rename from
10871 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10872 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10873 to let the output "breathe" a little more (more readable).
10874 (cvs-status-mode): Use the new define-derived-mode.
10875
10876 * smerge-mode.el (smerge-auto-leave): New function and variable.
10877 (smerge-basic-map): Rename from smerge-basic-keymap.
10878 Change the bindings for smerge-diff-*.
10879 (smerge-*-map): Use easy-mmode-defmap.
10880 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10881 (smerge-keep-*): Use smerge-auto-leave.
10882
51663132
JR
108832000-03-21 Jason Rumney <jasonr@gnu.org>
10884
10885 * cus-edit.el (custom-button-face): Use 3D look for w32.
10886 (custom-button-pressed-face): Likewise.
10887
3f6e4b8b
GM
108882000-03-21 Gerd Moellmann <gerd@gnu.org>
10889
10890 * progmodes/etags.el (tags-case-fold-search): New user-option.
10891 (tags-loop-eval): New function. Bind case-fold-search around eval
10892 depending on the value of tags-case-fold-search.
10893 (tags-loop-continue): Use tags-loop-eval.
10894 (find-tag-in-order): Bind case-fold-search depending on the value
10895 of tags-case-fold-search.
10896
c7ea3acc
SM
108972000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10898
0ae39f53
SM
10899 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10900 (diff-end-of-hunk): Return the end position for use in
10901 `easy-mmode-define-navigation'.
10902 (diff-recenter): Remove.
10903 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10904 of `easy-mmode-define-navigation'.
10905 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10906 previous renaming) and fix to use new names.
10907 (diff-merge-strings): Use \n as separator: simpler, faster.
10908 (diff-mode): Use `define-derived-mode'.
10909
c7ea3acc
SM
10910 * derived.el (define-derived-mode): Don't autoload anymore.
10911 Prefer the macro-only version provided by easy-mmode.el.
10912
10913 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10914 `easy-mmode-define-derived-mode'.
10915 Use `combine-run-hooks'.
10916 (easy-mmode-define-navigation): New macro.
10917
10918 * subr.el (combine-run-hooks): New function.
10919
6c4bfdc0
KH
109202000-03-21 Kenichi HANDA <handa@etl.go.jp>
10921
10922 * term/x-win.el: Fontsets related initialization is simplified.
10923
10924 * international/mule-diag.el (describe-font): Don't refer to
10925 global-fontset-alist, instead call font-list.
10926 (describe-fontset, list-fontsets, mule-diag): Likewise.
10927 (print-fontset): Adjusted for the change of fontset
10928 implementation.
10929
10930 * international/fontset.el (x-charset-registries): Variable
10931 removed, instead the corresponding data is stored in the default
10932 fontset.
10933 (register-alternate-fontnames): Function removed.
10934 (resolved-ascii-font): Variable removed.
10935 (x-compose-font-name): Ignore the second argument REDOCE.
10936 (x-complement-fontset-spec): Complement only an ASCII font and
10937 element for those charsets than can use that ASCII font.
10938 (generate-fontset-menu): Don't refer to global-fontset-alist,
10939 instead call fontset-list.
10940 (uninstantiated-fontset-alist): Variable removed.
10941 (x-style-funcs-alist): Likewise.
10942 (fontset-default-styles): Likewise.
10943 (x-modify-font-name): Function removed.
10944 (create-fontset-from-fontset-spec): Ignore the argument
10945 STYLE-VARIANT.
10946 (create-fontset-from-ascii-font): Docsting adjusted for the above
10947 change.
10948 (instantiate-fontset, resolve-fontset-name): Functions removed.
10949 (fontset-list): Now implemented by C code.
fa78f71b 10950
6c4bfdc0
KH
10951 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10952 (describe-face): Include `font' attribute in the description.
10953
9111d4b5
KH
109542000-03-21 Kenichi Handa <handa@etl.go.jp>
10955
10956 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10957
b33dd3b0
GM
109582000-03-20 Gerd Moellmann <gerd@gnu.org>
10959
a25bbe00
GM
10960 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10961 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10962 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10963
b33dd3b0
GM
10964 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10965 about behavior of set-buffer-modified-p wrt redisplay.
10966
8b7bc628 109672000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10968
10969 * view.el (view-mode-disable): Kill local binding of view-read-only.
10970
d7b511c4
GM
109712000-03-18 Gerd Moellmann <gerd@gnu.org>
10972
10973 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10974 is a string, convert it to a syntax cell using string-to-syntax.
10975
10976 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10977 (string-to-syntax): New function.
10978
10979 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10980 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10981 try to use passive ftp mode.
d7b511c4 10982
998ecc60
GM
109832000-03-17 Gerd Moellmann <gerd@gnu.org>
10984
b33dd3b0 10985 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10986
10987 * simple.el (append-to-buffer): Update point of windows after
10988 insertion.
10989
10990 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10991 forward then moving backward. Reindent.
10992
10993 * frame.el (other-frame): Call x-focus-frame only if
10994 focus-follows-mouse is off.
10995
235d6821
DL
109962000-03-17 Dave Love <fx@gnu.org>
10997
10998 * pcvs-util.el (cvs-strings->string): Rename
10999 replace-regexps-in-string.
11000
a29a2cd1
SM
110012000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11002
af595444
SM
11003 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11004 regexp for labels cannot span several lines.
11005
11006 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11007 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11008
a9be2843
DL
110092000-03-16 Dave Love <fx@gnu.org>
11010
11011 * progmodes/f90.el (f90): Put custom group under `languages', not
11012 `fortran'.
11013 (f90-mode-hook): Customize.
11014 (f90-mode): Set add-log-current-defun-function.
11015 (f90-current-defun): New function.
11016
d0ab3e9d
GM
110172000-03-16 Gerd Moellmann <gerd@gnu.org>
11018
16b20ed9
GM
11019 * cus-edit.el (custom-variable-tag-face): Handle case that
11020 default face's height is not a number.
11021 (custom-face-tag-face, custom-group-tag-face-1)
11022 (custom-group-tag-face): Ditto.
11023 (custom-group-tag-face-1): Add :group.
fa78f71b 11024
d0ab3e9d
GM
11025 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11026
ae8ab422
GM
110272000-03-15 Gerd Moellmann <gerd@gnu.org>
11028
11029 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11030 requiring easymenu.
11031
81c7ca69
GM
110322000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11033
11034 * ps-print.el: PostScript user-defined prologue, PostScript error
11035 handler, doc fix.
11036 (ps-print-version): New version number (5.1).
11037 (ps-user-defined-prologue, ps-error-handler-message)
11038 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11039 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11040 (ps-insert-string): New function.
fa78f71b 11041
dcf1003d
KH
110422000-03-15 Kenichi Handa <handa@etl.go.jp>
11043
11044 * international/ccl.el (ccl-compile-expression): Don't generate
11045 invalid self-assignment code.
11046
73825616
DL
110472000-03-14 Dave Love <fx@gnu.org>
11048
11049 * subr.el (replace-regexp-in-string): Renamed from
11050 replace-regexps-in-string. Doc fix.
11051
031020ac
DL
110522000-03-12 Dave Love <fx@gnu.org>
11053
11054 * cus-edit.el: Doc fixes.
11055 (customize-set-variable, customize-save-variable): Rename args for
11056 doc.
11057 (custom-variable-tag-face, custom-face-tag-face)
11058 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11059 style which user identify as hyperlink.
11060 (hook): Don't add undefined functions to the hook.
11061 (debug-ignored-errors): Transfer message from bindings.el.
11062
9b2f3c38
GM
110632000-03-12 Gerd Moellmann <gerd@gnu.org>
11064
11065 * recentf.el (recentf-keep-non-readable-files-p): Remove
11066 double/nested definition.
11067
0d6e23cf
DL
110682000-03-12 Dave Love <fx@gnu.org>
11069
11070 * facemenu.el (facemenu-get-face): Use display-color-p.
11071 * enriched.el (enriched-decode-foreground): Likewise.
11072 (enriched-decode-background): Likewise.
11073 * isearch.el (isearch-highlight): Likewise.
11074 * info-look.el (info-lookup): Likewise.
11075 * simple.el (completion-setup-function): Likewise.
11076
11077 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11078 :options.
11079
11080 * bindings.el (mode-line-format): Fix line-number and
11081 column-number items. Add help-echo for the background.
11082 (mode-line-mule-info): Modify help-echo.
11083
1598a961 11084 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11085
11086 * files.el (load-file): Allow completion to .elc.
11087
11088 * man.el: Doc fixes.
11089 (Man-init-defvars): Use display-color-p to set fontification.
11090
11091 * play/hanoi.el (hanoi-internal): Don't use oddp.
11092
e1cff360
GM
110932000-03-12 Gerd Moellmann <gerd@gnu.org>
11094
11095 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11096
11097 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11098
5e5dff44
GM
110992000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11100
11101 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11102 Fix comment.
11103
5b467bf4
SM
111042000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11105
83fef604
SM
11106 * font-lock.el (font-lock-keywords): Fix the doc now that
11107 regexp-opt-depth is unnecessary.
11108 (save-buffer-state): Set an edebug spec.
11109 (font-lock-fontify-anchored-keywords): Properly handle the case when
11110 the matcher goes past the limit.
11111
5b467bf4
SM
11112 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11113 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11114
83fef604
SM
11115 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11116 dll.el and cookie.el (from Elib) with heavy renaming and other
11117 massaging.
5b467bf4
SM
11118
11119 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11120 Autoload the functions used.
11121 (easy-mmode-define-syntax): Fix CL typo.
11122 (easy-mmode-define-derived-mode): Improve the docstring generation.
11123
d407456c
GM
111242000-03-10 Gerd Moellmann <gerd@gnu.org>
11125
11126 * textmodes/texinfo.el (texinfo-version): Variable and function
11127 removed.
11128
5a7a545c
SM
111292000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11130
0d6e23cf
DL
11131 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11132 allow more flexibility.
11133 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11134 fns.
11135 (easy-mmode-defmap, easy-mmode-defsyntax)
11136 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11137
d407456c 111382000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11139
11140 * rect.el (replace-rectangle): New function.
11141
111422000-03-09 Dave Love <fx@gnu.org>
11143
11144 * progmodes/fortran.el (fortran-comment-line-start): Define as
11145 "C".
11146 (fortran-comment-line-start-skip): Don't match cpp stuff.
11147 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11148 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11149 (fortran-mode): Don't set fortran-comment-line-start-skip,
11150 fortran-comment-line-start here. Set comment-start,
11151 add-log-current-defun.
11152 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11153 (fortran-current-defun): New function.
11154
80460654
GM
111552000-03-09 Gerd Moellmann <gerd@gnu.org>
11156
d1221ea9
GM
11157 * emacs-lisp/re-builder.el: New file.
11158
1853aa6b
GM
11159 * mouse.el (mouse-drag-region): Don't run up-event handler
11160 if hscroll has changed.
11161
80460654
GM
11162 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11163 builtin operators, use `font-lock-builtin-face' for Emacs and
11164 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11165
11166 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11167 `(defun (setf foo)' differently.
11168
c0056275
SM
111692000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11170
11171 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11172 (regexp-opt): Update comment and adapt the code the new meaning of
11173 the `paren' argument of regex-opt-group for shy-groups.
11174 (regexp-opt-depth): Handle shy groups as well as backslashed
11175 backslashes.
c0056275
SM
11176 (regexp-opt-group): Turn the leading comment into a docstring.
11177 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11178 Remove open-presuf and close-presuf. Instead of checking for `all
11179 one-char' and then later on check for `several one-char', handle
11180 both cases close together. Also apply a more generic algorithm
11181 for suffixes (the mirror image of the algorithm used for
11182 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11183 (regexp-opt-try-suffix): Removed.
11184
11185 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11186 from comint-mode-map, so we can just inherit from it. Also, move
11187 the initialization into the `defvar' since there's no docstring
11188 anyway and it's fairly short.
11189 (inferior-scheme-mode): Define it as derived-mode: the code is
11190 shorter and this way we inherit from comint-mode-map rather than
11191 copying it.
c0056275 11192
80460654
GM
11193 * subr.el (replace-regexps-in-string): Properly handle the case
11194 where we match an empty string.
c0056275 11195
80460654
GM
11196 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11197 when the command has a directory component (such as "./testml").
c0056275
SM
11198 Also fix a typo in the comment.
11199
5e91ff9e
GM
112002000-03-08 Gerd Moellmann <gerd@gnu.org>
11201
feab4fba
GM
11202 * Makefile (compile-files): Compile files one by one because
11203 that's the only way to ensure a clean compilation environment for
11204 each individual file.
11205
5e91ff9e
GM
11206 * frame.el (other-frame): Call x-focus-frame.
11207
76162e12
DL
112082000-03-07 Dave Love <fx@gnu.org>
11209
f64ce788
DL
11210 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11211 :require to defcustom.
11212
76162e12
DL
11213 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11214 lists.
11215
11216 * files.el (auto-mode-alist): Add configure.in.
11217
11218 * progmodes/autoconf.el: New file.
11219
f7daf1e1
GM
112202000-03-07 Gerd Moellmann <gerd@gnu.org>
11221
11222 * mail/mh-e.el: Change maintainer to `none'.
11223
11224 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11225 to remove-hook and add-hook.
11226
112272000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11228
11229 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11230 it as the default.
11231 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11232 (sendmail-send-it): Conditionally add MIME headers specifying the
11233 used character set.
fa78f71b 11234
63f6b2c4
DL
112352000-03-07 Dave Love <fx@gnu.org>
11236
11237 * winner.el: Fix keywords, autoload cookies. Split
11238 eval-when-compile form to avoid compilation failure.
11239
8330e2f9
KH
112402000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11241
11242 * international/mule.el: Modify comment about coding system
11243 property `coding-category'.
11244 (make-coding-system): New argument EOL-TYPE. Pay attention to
11245 coding-category property of PROPERTIES.
11246
11247 * international/mule-conf.el (coding-category-utf-8,
11248 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11249 categories. Include them in the argument for set-coding-priority.
11250
11251 * international/mule-cmds.el (reset-language-environment): Include
11252 coding-category-utf-8, coding-category-utf-16-be, and
11253 coding-category-utf-16-le in the argument for set-coding-priority.
11254 (reset-language-environment): Initialize coding-category-utf-8,
11255 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11256
18bb0684
GM
112572000-03-06 Karl Fogel <kfogel@red-bean.com>
11258
11259 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11260 code abstracted out of `bookmark-jump-noselect'. Now tries info
11261 extensions as well as compression extensions.
11262 (bookmark-jump-noselect): Use above new func.
fa78f71b 11263
71a6ba55
GM
112642000-03-03 Gerd Moellmann <gerd@gnu.org>
11265
11266 * strokes.el: Change maintainer's mail address.
11267
0d56cdff
KH
112682000-03-03 Kenichi Handa <handa@etl.go.jp>
11269
11270 * international/mule-diag.el (list-character-sets): Make help-echo
11271 string by substitute-command-keys.
11272 (list-character-sets): Likewise.
11273 (sort-listed-character-sets): Call help-setup-xref.
11274
900fa1f1
GM
112752000-03-02 Gerd Moellmann <gerd@gnu.org>
11276
11277 * time.el (display-time-mail-file): Add `none' to the list of
11278 choices.
11279
54d04320
DL
112802000-03-01 Dave Love <fx@gnu.org>
11281
43f3fa09
DL
11282 * help.el (help-xref-go-back): Don't try to set position.
11283
54d04320
DL
11284 * international/mule-diag.el (list-character-sets): Call
11285 help-setup-xref. Add help-echo to xrefs.
11286 (list-character-sets-1): Add help-echo to xrefs.
11287
d054101f
GM
112882000-03-02 Gerd Moellmann <gerd@gnu.org>
11289
11290 * frame.el (blink-cursor-mode): Switch cursor on when turning
11291 the mode off.
11292
11293 * add-log.el (add-log-current-defun): Add support for
11294 Autoconf mode.
11295
11296 * mail/rmail.el (rmail-quit-hook): New variable.
11297
d77dae5c
DL
112982000-03-01 Dave Love <fx@gnu.org>
11299
e5f597f0
DL
11300 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11301
d77dae5c
DL
11302 * help.el (help-xref-button): Add help-echo arg.
11303 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11304
11305 * faces.el (list-faces-display): Supply help-echo with
11306 help-make-xrefs.
11307
11308 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11309 nil.
11310
72d19d75
GM
113112000-03-01 Gerd Moellmann <gerd@gnu.org>
11312
2df636f4
GM
11313 * image.el (defimage): Look for image files in load-path.
11314
fa78f71b 11315 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11316 `number'.
11317
2df636f4
GM
113182000-03-01 David Ponce <david.ponce@wanadoo.fr>
11319
11320 * recentf.el (recentf): Added version tag to the defgroup of
11321 recentf.
11322
113232000-03-01 David Ponce <david.ponce@wanadoo.fr>
11324
11325 * recentf.el (recentf-cleanup): Changed to remove excluded file
11326 too.
11327 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11328 action to select/unselect a file.
11329 (recentf-edit-list): Code cleanup and improvement.
11330 (recentf-open-more-files-action): `recentf-open-more-files' button
11331 widget action to open a file.
11332 (recentf-open-more-files): No more use standard completion but
11333 widgets.
11334 (recentf-more-collection): Deleted.
11335 (recentf-more-history): Deleted.
11336 (recentf-setup-more-completion): Deleted.
11337
113382000-03-01 David Ponce <david.ponce@wanadoo.fr>
11339
11340 * recentf.el (recentf-mode): No more needs that Emacs is running
11341 under a window-system.
11342
113431999-03-01 David Ponce <david.ponce@wanadoo.fr>
11344
11345 * recentf.el (recentf-edit-list): New command to edit the recent
11346 list which allow the user to remove files.
11347 (recentf-edit-selected-items): New global variable, used by
11348 `recentf-edit-list' to hold the list of files to be removed from
11349 the recent list.
11350 (recentf-make-menu-items): Updated to display a "Edit list..."
11351 menu item. Minor code cleanup.
11352
113531999-03-01 David Ponce <david.ponce@wanadoo.fr>
11354
11355 * recentf.el (recentf-open-more-files): New command to open files
11356 that are not displayed in the menu.
11357 (recentf-more-collection): New global variable holding the set of
11358 permissible completions used by `recentf-open-more-files'.
11359 (recentf-more-history): New global variable holding the history list
11360 used by `recentf-open-more-files' completion.
11361 (recentf-setup-more-completion): New function to setup completion for
11362 `recentf-open-more-files'.
11363 (recentf-make-menu-items): Updated to display a "More..." menu item.
11364
113651999-03-01 David Ponce <david.ponce@wanadoo.fr>
11366
11367 * recentf.el (recentf-menu-action): Doc fixed.
11368
113691999-03-01 David Ponce <david.ponce@wanadoo.fr>
11370
11371 * recentf.el (recentf-menu-filter): Doc updated.
11372 (recentf-update-menu-hook): Allow menu filters to force menu update.
11373 (recentf-make-menu-items): New menu filter handling.
11374 (recentf-make-menu-item): New helper function.
11375 (recentf-menu-elements): New menu handling function.
11376 (recentf-sort-ascending): Updated to new menu filter handling.
11377 (recentf-sort-descending): Updated to new menu filter handling.
11378 (recentf-sort-basenames-ascending): New menu filter function.
11379 (recentf-sort-basenames-descending): New menu filter function.
11380 (recentf-show-basenames): New menu filter function.
11381 (recentf-show-basenames-ascending): New menu filter function.
11382 (recentf-show-basenames-descending): New menu filter function.
11383
72d19d75
GM
113842000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11385
11386 * diary-lib.el (list-diary-entries): Don't try to go forward at
11387 the end of the buffer.
11388
1ac1c836
KH
113892000-02-29 Kenichi Handa <handa@etl.go.jp>
11390
11391 * international/mule-diag.el (list-character-sets): Completely
11392 rewritten.
11393 (sort-listed-character-sets): New function.
11394 (list-character-sets-1): Completely rewritten.
11395 (list-character-sets-2): New function.
11396 (non-iso-charset-alist): New variable.
11397 (decode-codepage-char): New function.
11398 (charset-history): New variable.
11399 (read-charset) (list-block-of-chars)
11400 (list-iso-charset-chars)
11401 (list-non-iso-charset-chars)
11402 (list-charset-chars): New functions.
11403 (mule-diag): Call list-character-sets-2, not
11404 list-character-sets-2.
11405 (dump-charsets): Likewise.
11406
ed4d0512
GM
114072000-02-29 Gerd Moellmann <gerd@gnu.org>
11408
72d19d75
GM
11409 * dired-x.el (dired-filename-at-point): Add `@' to valid
11410 file name characters.
11411 (dired-filename-at-point): Handle ange-ftp file names.
11412
ed4d0512
GM
11413 * frame.el (frame-notice-user-settings): Use assq-delete-all
11414 instead of assoc-delete-all.
11415 (frame-notice-user-settings): Ditto.
11416
11417 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11418 Don't copy alist.
11419
32038c7a
GM
114202000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11421
11422 * calculator.el (calculator-use-menu): New option.
11423 (calculator-initial-bindings): Changed some bindings to work as
11424 macros.
11425 (calculator-forced-input): Removed.
11426 (calculator-restart-other-mode): New variable.
11427 (calculator-mode-map): Set up menu.
fa78f71b 11428
32038c7a
GM
114292000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11430
11431 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11432 tags.
fa78f71b 11433
55d7ff38 114342000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11435
55d7ff38
MK
11436 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11437 translate all ESC key sequences.
11438 (viper-goto-mark-subr): restore markers for files for which
11439 they were saved.
11440 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11441 * viper-util.el (viper-set-replace-overlay-glyphs,
11442 viper-set-replace-overlay): always check if the replacement
11443 overlay is live.
11444 * viper.el (viper-vi-state-mode-list): added major modes.
11445 * ediff-wind.el: minor comment changes.
11446 * ediff.el: copyright notice date fix.
fa78f71b 11447
387023ee
JR
114482000-02-27 Jason Rumney <jasonr@gnu.org>
11449
11450 * faces.el (face-font-family-alternatives): Add arial to helv.
11451 (mode-line, header-line, tool-bar): Same default as x for w32.
11452 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11453 face-font-family-alternatives from working.
11454 * term/w32-win.el (mouse-set-font): Do not build fontset from
11455 chosen font.
11456
f43d79c1
GM
114572000-02-25 Sam Steingold <sds@goems.com>
11458
5d80cc9c 11459 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11460 properly.
fa78f71b 11461
8b7bc628 114622000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11463
11464 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11465
4eb8436f
GM
114662000-02-25 Gerd Moellmann <gerd@gnu.org>
11467
11468 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11469 writable.
11470
449c3c52 11471 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11472
42088c12
GM
114732000-02-24 Gerd Moellmann <gerd@gnu.org>
11474
11475 * frame.el (show-cursor-in-non-selected-windows): New option.
11476
c60ea02e
GM
114772000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11478
11479 * diary-lib.el (include-other-diary-files): Undo the selective
11480 display in any included file and don't kill it.
11481
d066de8e
EZ
114822000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11483
11484 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11485 bar. Menu items converted to (menu-item format, help strings
11486 added.
11487 [downcase, upcase]: Don't enable on MS-DOS.
11488 [symlink, symlinks]: Don't show if make-symbolic-link is not
11489 bound.
11490 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11491
b6906b38
DL
114922000-02-23 Dave Love <fx@gnu.org>
11493
275cf1b2
DL
11494 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11495 (backward-kill-word): Revert addition of * to interactive spec --
11496 it's a feature.
11497
11498 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11499 (backward-kill-sentence, kill-sentence): Likewise.
11500
99d48056
DL
11501 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11502 scratch buffer name.
11503 (gud-format-command): Use int-to-string in ?l case. Simplify
11504 slightly.
11505
11506 * term/w32-win.el (internal-face-interactive): Update prompt for
11507 new read-face-name.
11508
11509 * mail/footnote.el (footnote): Add :version to defgroup.
11510 (footnote-section-tag-regexp): Customize.
11511 (footnote-start-tag, footnote-end-tag): New option.
11512 (footnote-latin-regexp): New variable.
11513 (Footnote-latin): New function.
11514 (footnote-style-alist): Add element for latin style.
11515 (footnote-style): Moved.
11516 (Footnote-goto-footnote): Use eq to test arg.
11517
11518 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11519
b6906b38
DL
11520 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11521 (byte-compile-trueconstp): Include keywords.
11522 (byte-optimize-quote, byte-optimize-lapcode): Use
11523 byte-compile-const-symbol-p.
11524 (byte-optimize-char-before): New optimization.
11525
11526 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11527 (byte-compile-const-symbol-p): New function.
11528 (byte-compile-constp, byte-compile-out-toplevel)
11529 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11530 Use it.
11531
11532 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11533
214f877f
KH
115342000-02-23 Kenichi Handa <handa@etl.go.jp>
11535
c709bcf1
KH
11536 * international/encoded-kb.el: Be sure to update minor-mode-alist
11537 and minor-mode-map-alist.
11538 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11539 codes SS2 and SS3 correctly.
11540 (encoded-kbd-self-insert-ccl): New function.
11541 (encoded-kbd-setup-keymap): New function.
11542 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11543 by calling encoded-kbd-setup-keymap.
11544
214f877f
KH
11545 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11546 characters.
11547 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11548 locally.
11549
b021ef18
DL
115502000-02-22 Dave Love <fx@gnu.org>
11551
11552 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11553 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11554 defvar.
11555 (lisp-mode-syntax-table): Set up for #|...|# comments.
11556 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11557 classes. Match `defface'.
11558 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11559 (eval-defun-1): Fix for defcustom.
11560 (lisp-indent-region): Doc fix.
11561
11562 * subr.el (when, unless, split-string): Doc fix.
11563 (read-passwd): Move call of clear-this-command-keys to the right
11564 place.
11565 (replace-regexps-in-string): New function.
11566
14cc00ad
GM
115672000-02-22 Gerd Moellmann <gerd@gnu.org>
11568
11569 * help.el (describe-variable): Set syntax table to
11570 emacs-lisp-mode-syntax-table when moving forward over the
11571 symbol's name.
11572
47da5efa
DL
115732000-02-22 Dave Love <fx@gnu.org>
11574
11575 * xt-mouse.el: Doc fixes.
11576 (xterm-mouse-position-function): New function, replacing advice of
11577 mouse-position.
11578 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11579
11580 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11581
f0a6c717
GM
115822000-02-21 Gerd Moellmann <gerd@gnu.org>
11583
11584 * format.el (format-annotate-single-property-change): Handle
11585 properties.with dotted-list values.
11586 (format-proper-list-p): New function.
11587
11588 * enriched.el (enriched-face-ans): Handle '(foreground-color
11589 . COLOR) and (background-color . COLOR).
11590
2be80b63
DL
115912000-02-20 Dave Love <fx@gnu.org>
11592
11593 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11594 and assignments to it.
11595 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11596 current local map.
11597 (make-flyspell-overlay): Use it.
11598 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11599
11600 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11601 (lm-get-header-re): Defun, not defsubst.
11602 (lm-get-package-name): Defun, not defsubst. Simplify.
11603 (lm-version): Doc fix. Simplify.
11604 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11605 (lm-crack-address, lm-last-modified-date, lm-commentary)
11606 (lm-verify, lm-synopsis): Simplify.
11607 (lm-report-bug): Require emacsbug. Use compose-mail.
11608
329eed9f
GM
116092000-02-20 Gerd Moellmann <gerd@gnu.org>
11610
11611 * dired.el (dired-mode): Call propertized-buffer-identification
11612 to set mode-line-buffer-identification to something having
11613 the right text properties.
11614
11615 * bindings.el (propertized-buffer-identification): New function.
11616
be5bb146
DL
116172000-02-20 Dave Love <fx@gnu.org>
11618
11619 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11620 check for t-mouse too.
11621
11622 * cus-start.el: Make echo-keystrokes `number'.
11623
1d4311c3
EZ
116242000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11625
11626 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11627 Don't call ring-empty-p unless tags-location-ring is bound.
11628 From Noah Friedman <friedman@splode.com>.
11629
a23c5037
TTN
116302000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11631
11632 * progmodes/hideshow.el (hs-flag-region): No longer use
11633 `intangible' overlay property.
11634
11635 (hs-toggle-hiding): New command.
11636 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11637
11638 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11639 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11640 and deactivation.
11641
b6a22bf8
GM
116422000-02-18 Gerd Moellmann <gerd@gnu.org>
11643
11644 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11645
d621caf7
GM
116462000-02-17 Gerd Moellmann <gerd@gnu.org>
11647
3c0ed7ce
GM
11648 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11649
d621caf7
GM
11650 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11651 of `*' to handle `(* ... *)' comments.
11652
538d88fb
EZ
116532000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11654
53c80cf6 11655 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11656 window-system.
53c80cf6 11657
538d88fb
EZ
11658 * menu-bar.el (global-map): Menu-bar items converted to the new
11659 format (menu-item..., rearranged for better CUA compliance, and
11660 their names changed for better clarity. Help strings added.
11661
11662 * international/mule-cmds.el (mule-menu-keymap)
11663 (describe-language-environment-map, set-coding-system-map)
11664 (setup-language-environment-map): Convert to new (menu-item...
11665 form, add help strings. Change names of menu items for better
11666 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11667 submenu).
11668
8389e1e2 116692000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11670
a23c5037 11671 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11672 within the code.
a23c5037 11673
8389e1e2 116742000-02-16 Dave Love <fx@gnu.org>
a23c5037 11675
84fe35f0
DL
11676 * faces.el: Don't require custom. Add more specific :groups to
11677 various deffaces.
11678 (set-face-attribute): Purecopy args.
11679 (read-face-name): Default to name at point and use it in prompt.
11680 Remove colon from arg in all callers.
11681 (list-faces-display): Hyperlink to face descriptions and customize
11682 buffers.
11683
b2aeee30
DL
116842000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11685
11686 * wid-edit.el (widget-match-inline): An atom never matches a
11687 list.
11688
99e95407
GM
116892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11690
82d2c7c5
DL
11691 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11692 at ':' characters by call to split-string.
99e95407
GM
11693
116942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11695
82d2c7c5 11696 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11697
116982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11699
82d2c7c5
DL
11700 * textmodes/bibtex.el: Some temporary comments removed.
11701 (bibtex-field-name, bibtex-entry-type): Made the relationship
11702 explicit.
11703 (bibtex-field-const): Allow capital letters.
11704 (bibtex-start-of-string): Deleted because unused.
11705
11706 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11707 use the term 'reference' to describe a bibtex entry as a whole.
11708 Further, reference keys are no longer called 'labels'.
11709 (bibtex-keys): Renamed to bibtex-reference-keys.
11710 (bibtex-reformat-previous-labels): Renamed to
11711 bibtex-reformat-previous-reference-keys.
11712 (bibtex-reference-type): Renamed to bibtex-entry-type.
11713 (bibtex-reference-head): Renamed to bibtex-entry-head.
11714 (bibtex-reference-maybe-empty-head): Renamed to
11715 bibtex-entry-maybe-empty-head.
11716 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11717 (bibtex-search-reference): Renamed to bibtex-search-entry.
11718 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11719 bibtex-enclosing-entry-maybe-empty-head.
11720 (bibtex-entry-field-alist, bibtex-entry-head,
11721 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11722 bibtex-map-entries, bibtex-search-entry,
11723 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11724 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11725 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11726 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11727 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11728 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11729 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11730
117312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11732
82d2c7c5
DL
11733 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11734 comment.
11735 (bibtex-format-field-delimiters): New function, functionality
11736 extracted from bibtex-format-entry.
11737 (bibtex-autokey-get-yearfield-digits): New function, functionality
11738 extracted from bibtex-autokey-get-yearfield.
11739
11740 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11741 entries in order to avoid stack overflow in the regexp matcher if
11742 field contents become large.
11743 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11744 bibtex-field-string-part-not-braced,
11745 bibtex-field-string-part-no-inner-braces,
11746 bibtex-field-string-part-1-inner-brace,
11747 bibtex-field-string-part-2-inner-braces,
11748 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11749 bibtex-field-string-quoted, bibtex-field-string,
11750 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11751 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11752 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11753 as parsing is now performed by the following functions.
11754 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11755 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11756 bibtex-parse-field-string, bibtex-search-forward-field-string,
11757 bibtex-parse-association, bibtex-field-name-for-parsing,
11758 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11759 bibtex-search-forward-field, bibtex-search-backward-field,
11760 bibtex-start-of-field, bibtex-end-of-field,
11761 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11762 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11763 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11764 bibtex-parse-string, bibtex-search-forward-string,
11765 bibtex-search-backward-string, bibtex-start-of-string,
11766 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11767 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11768 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11769 entries. Instead of reporting the results of the parsing by
11770 match-beginning or match-end, these functions return data structures
11771 that hold the corresponding positions.
11772 (bibtex-enclosing-field): Changed to also report field boundaries by
11773 return values rather than by match-beginning or match-end. The
11774 following functions have been adapted to use the new parsing
11775 functions.
11776 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11777 bibtex-enclosing-field, bibtex-format-entry,
11778 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11779 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11780 bibtex-print-help-message, bibtex-end-of-entry,
11781 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11782 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11783 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11784 method for parsing.
11785 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11786 bibtex-map-entries, bibtex-flash-head,
11787 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11788 bibtex-autokey-change, bibtex-autokey-get-namefield,
11789 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11790 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11791 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11792 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11793 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11794 order to make the new binding of case-fold-search immediately
11795 visible.
99e95407
GM
11796
117972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11798
82d2c7c5
DL
11799 * textmodes/bibtex.el: Copyright notice is up to date.
11800 Added constant 'bibtex-maintainer-salutation.
99e95407 11801
82d2c7c5
DL
11802 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11803 than make-temp-name, use match-string-no-properties and eliminate
11804 a quadratic behavior when building bibtex-strings.
99e95407 11805
82d2c7c5
DL
11806 * bibtex.el (bibtex-reference-key): Accept string entries whose
11807 reference key contains upper case letters.
99e95407
GM
11808
118092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11810
82d2c7c5
DL
11811 * bibtex.el (bibtex-reference-head): Allow entries to start with
11812 a new line.
99e95407
GM
11813
118142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11815
82d2c7c5
DL
11816 * bibtex.el: Hiding of entry bodies is not longer provided by
11817 bibtex.el directly. Instead the hideshow package can be used.
11818 Added a special bibtex entry to hs-special-modes-alist.
11819 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11820
118212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11822
f24fef2f
SM
11823 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11824 at ':' characters by call to split-string.
8389e1e2
GM
11825
118262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11827
f24fef2f 11828 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11829
118302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11831
f24fef2f
SM
11832 * textmodes/bibtex.el: Some temporary comments removed.
11833 (bibtex-field-name, bibtex-entry-type): Made the relationship
11834 explicit.
11835 (bibtex-field-const): Allow capital letters.
11836 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11837
f24fef2f
SM
11838 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11839 use the term 'reference' to describe a bibtex entry as a whole.
11840 Further, reference keys are no longer called 'labels'.
11841 (bibtex-keys): Renamed to bibtex-reference-keys.
11842 (bibtex-reformat-previous-labels): Renamed to
11843 bibtex-reformat-previous-reference-keys.
11844 (bibtex-reference-type): Renamed to bibtex-entry-type.
11845 (bibtex-reference-head): Renamed to bibtex-entry-head.
11846 (bibtex-reference-maybe-empty-head): Renamed to
11847 bibtex-entry-maybe-empty-head.
11848 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11849 (bibtex-search-reference): Renamed to bibtex-search-entry.
11850 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11851 bibtex-enclosing-entry-maybe-empty-head.
11852 (bibtex-entry-field-alist, bibtex-entry-head,
11853 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11854 bibtex-map-entries, bibtex-search-entry,
11855 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11856 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11857 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11858 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11859 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11860 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11861 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11862
118632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11864
f24fef2f
SM
11865 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11866 comment.
11867 (bibtex-format-field-delimiters): New function, functionality
11868 extracted from bibtex-format-entry.
11869 (bibtex-autokey-get-yearfield-digits): New function, functionality
11870 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11871
f24fef2f
SM
11872 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11873 entries in order to avoid stack overflow in the regexp matcher if
11874 field contents become large.
11875 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11876 bibtex-field-string-part-not-braced,
11877 bibtex-field-string-part-no-inner-braces,
11878 bibtex-field-string-part-1-inner-brace,
11879 bibtex-field-string-part-2-inner-braces,
11880 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11881 bibtex-field-string-quoted, bibtex-field-string,
11882 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11883 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11884 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11885 as parsing is now performed by the following functions.
11886 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11887 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11888 bibtex-parse-field-string, bibtex-search-forward-field-string,
11889 bibtex-parse-association, bibtex-field-name-for-parsing,
11890 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11891 bibtex-search-forward-field, bibtex-search-backward-field,
11892 bibtex-start-of-field, bibtex-end-of-field,
11893 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11894 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11895 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11896 bibtex-parse-string, bibtex-search-forward-string,
11897 bibtex-search-backward-string, bibtex-start-of-string,
11898 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11899 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11900 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11901 entries. Instead of reporting the results of the parsing by
11902 match-beginning or match-end, these functions return data structures
11903 that hold the corresponding positions.
11904 (bibtex-enclosing-field): Changed to also report field boundaries by
11905 return values rather than by match-beginning or match-end. The
11906 following functions have been adapted to use the new parsing
11907 functions.
11908 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11909 bibtex-enclosing-field, bibtex-format-entry,
11910 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11911 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11912 bibtex-print-help-message, bibtex-end-of-entry,
11913 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11914 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11915 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11916 method for parsing.
11917 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11918 bibtex-map-entries, bibtex-flash-head,
11919 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11920 bibtex-autokey-change, bibtex-autokey-get-namefield,
11921 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11922 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11923 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11924 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11925 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11926 order to make the new binding of case-fold-search immediately
11927 visible.
8389e1e2
GM
11928
119292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11930
f24fef2f
SM
11931 * textmodes/bibtex.el: Copyright notice is up to date.
11932 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11933
f24fef2f
SM
11934 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11935 than make-temp-name, use match-string-no-properties and eliminate
11936 a quadratic behavior when building bibtex-strings.
fa78f71b 11937
f24fef2f
SM
11938 * bibtex.el (bibtex-reference-key): Accept string entries whose
11939 reference key contains upper case letters.
8389e1e2
GM
11940
119412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11942
f24fef2f
SM
11943 * bibtex.el (bibtex-reference-head): Allow entries to start with
11944 a new line.
8389e1e2
GM
11945
119462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11947
f24fef2f
SM
11948 * bibtex.el: Hiding of entry bodies is not longer provided by
11949 bibtex.el directly. Instead the hideshow package can be used.
11950 Added a special bibtex entry to hs-special-modes-alist.
11951 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11952
119532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11954
82d2c7c5 11955 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11956 proceedings entry type (for cross referencing). Thanks to Wagner
11957 Toledo Correa for the suggestion.
11958
82d2c7c5 11959 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11960
eae61d8f
KH
119612000-02-14 Kenichi Handa <handa@etl.go.jp>
11962
11963 * international/characters.el: Setup case table for Vietnamese.
11964
fb07a302
GM
119652000-02-12 Gerd Moellmann <gerd@gnu.org>
11966
11967 * uniquify.el (toplevel): Require CL at compile time.
11968 (uniquify-push): Removed.
11969
11970 * shadowfile.el (shadow-when): Removed.
11971
11972 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11973 (tempo-process-and-insert-string): Use dolist instead of
11974 tempo-dolist.
11975
11976 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11977 regexp for paragraph-start.
11978
11979 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11980 commas as well.
11981
a0eddf92
DL
119822000-02-10 Dave Love <fx@gnu.org>
11983
11984 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11985 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11986 Deleted.
11987 (widget-specify-field, widget-specify-button): Don't use
11988 widget-mouse-help as help-echo property.
11989 (default): Use #'ignore for :validate and :mouse-down-action.
11990 (checkbox): Add help-echo.
11991 (widget-sexp-validate): Rewritten to clarify error messages.
11992 (character): Use char-valid-p in :match function.
11993 (widget-color-complete): Use facemenu-color-alist.
11994 (widget-color-action): Use facemenu-read-color.
11995
11996 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11997 set up `caar' &c that we now have.
11998
82d2c7c5
DL
119992000-02-09 Ray Blaak <blaak@gnu.org>
12000
12001 * delphi.el: Make resourcestring a declaration region, like const
12002 and var.
12003
6cbc1482
DL
120042000-02-09 Dave Love <fx@gnu.org>
12005
12006 * bindings.el (mode-line-input-method-map): New variable.
12007 (mode-line-mule-info): Use it; fix last change.
12008 (mode-line-mode-menu): Move definition.
12009 (mode-line-mouse-sensitive-p): Deleted.
12010 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12011 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12012 level.
12013
12014 * startup.el (command-line-1): Don't call
12015 make-mode-line-mouse-sensitive.
12016
f7136ee8
GM
120172000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12018
12019 * mail/rmail.el (rmail-retry-failure): Use
12020 rmail-beginning-of-message before rmail-toggle-header, because the
12021 former toggles headers.
12022
6e1d0d15
SM
120232000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12024
fef8c55b
SM
12025 * diff-mode.el (diff-kill-junk): New interactive function.
12026 (diff-reverse-direction): Use delete-and-extract-region.
12027 (diff-post-command-hook): Restrict the area so that the hook also works
12028 outside of any diff hunk. This is necessary for the minor-mode.
12029 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12030 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12031
6e1d0d15
SM
12032 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12033 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12034 so that it can be used more easily in <foo>-mode-hook. Also make sure
12035 to avoid duplicate entries.
12036 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12037 (font-lock-remove-keywords): Just as was done for `add', allow it to
12038 work even if font-lock-mode is nil. Also make sure we don't modify
12039 any pre-existing list by forcing a copy-sequence. Finally rename
12040 `major-mode' to `mode'.
12041 (font-lock-fontify-syntactic-anchored-keywords)
12042 (font-lock-fontify-anchored-keywords)
12043 (font-lock-fontify-keywords-region): Use line-end-position.
12044 Don't make `font-lock-multiline' local (it's now done in
12045 font-lock-set-defaults).
12046 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12047 move the `font-lock-fontified' creation to inside the `unless'.
12048
a75dfea0
AI
120492000-02-06 Andrew Innes <andrewi@gnu.org>
12050
12051 * term/w32-win.el (x-handle-args): Comment out call to message,
12052 which occurs before window system is initialized.
12053
12054 * makefile.nt: Add support for recompiling lisp code.
12055
b85e9462
DL
120562000-02-04 Dave Love <fx@gnu.org>
12057
9ff33afb
DL
12058 * bindings.el (mode-line-mule-info): Fix/extend last change.
12059
b85e9462
DL
12060 * completion.el: Replace completion-dolist with dolist.
12061
12062 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12063 dotimes.
12064
44dff075
CD
120652000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12066
12067 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12068 environment names before they go into the section regexp.
12069
12070 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12071 char class in regexp.
12072
12073 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12074 `case-fold-search' to nil.
12075
12076 * progmodes/idlwave.el (idlwave-template): Respect
12077 `idlwave-abbrev-change-case'.
12078 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12079 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12080 idlwave-while): respect `idlwave-reserved-word-upcase'.
12081 (idlwave-rw-case): New function.
12082 (idlwave-statement-match): Fixed problem with assignment regexp.
12083 (idlwave-font-lock-keywords): Improved regexp for keyword
12084 parameters.
a23c5037 12085 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12086 operators longer than 1 char.
12087
12088 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12089 idlwave-shell-expression-overlay. Implemented printing of
12090 expressions on higher levels of the calling stack.
12091 (idlwave-shell-display-level-in-calling-stack): Restore stack
12092 level.
12093 (idlwave-retrieve-expression-from-level): New function.
12094 (idlwave-shell-last-calling-stack): Variable removed.
12095 (idlwave-shell-reset): Argument action reversed (`visible' to
12096 `hidden'). Also remove stop-line overlay.
12097 (idlwave-shell-calling-stack-routine): New variable.
12098 (idlwave-shell-parse-stack-and-display): Messages now display
12099 negative level numbers.
12100 (idlwave-shell-mode): Set `modeline-format'.
12101 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12102 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12103 21.
12104 (idlwave-shell-print-expression-function): New option.
a23c5037 12105
44dff075
CD
12106 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12107 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12108 `tool-bar' instead of `toolbar'.
12109
f26c34fd
DL
121102000-02-02 Dave Love <fx@gnu.org>
12111
12112 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12113 emacs-lisp-mode-hook. Don't check for defalias being defined.
12114
12115 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12116 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12117 the new builtins directly.
12118
12119 * whitespace.el (whitespace): Add :version to defgroup.
12120
12121 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12122 Doc fix.
12123
12124 * thingatpt.el (sexp-at-point, symbol-at-point)
12125 (number-at-point, list-at-point): Add autoload cookie.
12126
12127 * recentf.el (recentf): Add :version to defgroup.
12128
12129 * quickurl.el (quickurl): Add :version to defgroup.
12130
12131 * elide-head.el (elide-head): Use point-marker more.
12132
12133 * bs.el (bs): Add :version to defgroup.
12134
12135 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12136
12137 * progmodes/delphi.el (delphi): Add :version to defgroup.
12138
d240a249
GM
121392000-02-02 Gerd Moellmann <gerd@gnu.org>
12140
12141 * ange-ftp.el (ange-ftp-write-region): Handle case that
12142 succeeding process operation sets a different coding system.
12143
12144 * calculator.el: New file.
12145
d5179a01
EZ
121462000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12147
12148 * frame.el (frames-on-display-list, framep-on-display): New
12149 functions.
12150 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12151 (display-selections-p, display-screens, display-pixel-width)
12152 (display-pixel-height, display-mm-width, display-mm-height)
12153 (display-backing-store, display-save-under, display-planes)
12154 (display-color-cells, display-visual-class): New functions.
12155
12156 * term/tty-colors.el (tty-color-gray-shades): New function.
12157
12158 * faces.el (display-color-p): Use framep-on-display.
12159 (display-grayscale-p): New function.
12160
968e00f0
DL
121612000-01-31 Dave Love <fx@gnu.org>
12162
12163 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12164 (create-fontset-from-x-resource): Don't concat integers.
12165
2cb750ba
GM
121662000-01-31 Inge Frick <inge@nada.kth.se>
12167
12168 * view.el: Some changes in documentation. Removed some trailing
12169 whitespace. Changed some parameter names to agree with
12170 documentation.
12171 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12172 window is not deleted. Modifies change 1998-04-26.
a23c5037 12173
74e9213b
GM
121742000-01-31 Gerd Moellmann <gerd@gnu.org>
12175
47569935
GM
12176 * windmove.el: New file.
12177
74e9213b
GM
12178 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12179 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12180 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12181
74e9213b
GM
12182 * jit-lock.el (jit-lock-function): Widen before calculating end
12183 position.
12184 (jit-lock-stealth-chunk-start): Rewritten.
12185
12186 * info.el (Info-title-face-alist): Removed.
12187 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12188 faces.
12189 (Info-fontify-node): Use these faces.
12190
994c5afe
GM
121912000-01-30 Gerd Moellmann <gerd@gnu.org>
12192
12193 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12194 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12195 `&allow-other-keywords'.
12196
12197 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12198 the list of directories scanned heuristically.
12199
12200 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12201 exist.
12202
f00276e3
JR
122032000-01-30 Jason Rumney <jasonr@gnu.org>
12204
12205 * w32-fns.el: Define w32-tty-standard-colors.
12206
12207 * startup.el (command-line): Use w32-tty-standard-colors when in
12208 w32 console mode.
12209
cc4dfff0
DL
122102000-01-30 Dave Love <fx@gnu.org>
12211
e645e77b
DL
12212 * jka-compr.el (jka-compr-load): Fix up load-history.
12213
cc4dfff0
DL
12214 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12215
12216 * emacs-lisp/cl-macs.el: Revert previous change.
12217
16215eb0
DL
122182000-01-29 Dave Love <fx@gnu.org>
12219
12220 * facemenu.el: Purecopy various strings.
12221
12222 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12223 years. Deal with three-digit years.
12224
12225 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12226 defconst, purecopy.
12227 (help-back-label): Purecopy it.
12228
bbd9b566
GM
122292000-01-18 Gerd Moellmann <gerd@gnu.org>
12230
12231 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12232 variable. If non-nil, order the buffer list according to the
12233 currently selected frame.
12234 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12235 non-nil, pass the selected frame to function buffer-list.
a23c5037 12236
887448e1
GM
122372000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12238
12239 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12240
7df85084
DL
122412000-01-28 Dave Love <fx@gnu.org>
12242
142e109c
DL
12243 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12244
7df85084
DL
12245 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12246 Don't use lisp-indent-hook property.
12247 (cl-abs): Remove.
12248
12249 * subr.el: Move out indent and edebug specs for when and unless.
12250
12251 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12252 when, unless.
12253
12254 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12255 unless, when.
12256
3b43c01c
GM
122572000-01-28 Gerd Moellmann <gerd@gnu.org>
12258
d060bc9f
GM
12259 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12260 `collecting' as synonym for `collect'.
12261
12262 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12263 for the case it contains spaces.
12264
12265 * simple.el (what-cursor-position): Change formatting of
12266 messages.
12267
b02786f9
GM
12268 * frame.el (delete-other-frames): New function.
12269 (toplevel): Bind it to C-x 5 1.
12270
efd68b8a
GM
12271 * sort.el (sort-numeric-base): New option.
12272 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12273 interpret it as octal or hexadecimal. Use sort-numeric-base
12274 as default base.
12275
3b43c01c
GM
12276 * progmodes/glasses.el: New file.
12277
984ae001
GM
122782000-01-27 Gerd Moellmann <gerd@gnu.org>
12279
a0b796e3
GM
12280 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12281 userids differently.
12282
984ae001
GM
12283 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12284 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12285 progmodes/ebnf-yac.el: New files.
12286
6c67ddee
DL
122872000-01-26 Dave Love <fx@gnu.org>
12288
12289 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12290 on a function with an empty body. [From Eric Ludlam.]
12291
4e6473c8
GM
122922000-01-25 Andre Spiegel <spiegel@gnu.org>
12293
12294 * vc.el (vc-version-diff): Make sure file name is expanded.
12295
e12489f9
GM
122962000-01-25 Gerd Moellmann <gerd@gnu.org>
12297
12298 * scroll-bar.el (scroll-bar-timer): Variable removed.
12299 (scroll-bar-toolkit-scroll): Don't use a timer.
12300
8dbe2b07
KH
123012000-01-25 Kenichi Handa <handa@etl.go.jp>
12302
12303 * language/thai-util.el (thai-composition-function): Delete
12304 superfluous `a'.
12305
26ef1c87
DL
123062000-01-24 Dave Love <fx@gnu.org>
12307
12308 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12309 end-of-defun-function.
12310
12311 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12312 &c.
12313
7ed4e9a7
JR
123142000-01-22 Jason Rumney <jasonr@gnu.org>
12315
12316 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12317 conflicts with new face support.
12318
8b7bc628 123192000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12320
12321 * replace.el (query-replace): Rename last arg to DELIMITED.
12322 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12323 (query-replace-regexp): Likewise.
12324
8b7bc628 123252000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12326
02b14400
RS
12327 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12328
5bb6f079
RS
12329 * emacs-lisp/lisp.el (beginning-of-defun-function):
12330 Variable renamed from beginning-of-defun.
12331 Do not call make-variable-buffer-local.
12332 (beginning-of-defun-raw): Use new variable name; doc fix.
12333 (beginning-of-defun): Doc fix.
12334 (end-of-defun-function): Variable renamed from end-of-defun.
12335 Do not call make-variable-buffer-local.
12336 (end-of-defun): Use new variable name; doc fix.
12337
02b14400
RS
12338 * subr.el (dolist, dotimes): Copied from cl-macs.el
12339 and made to work.
2d5e9b54 12340
a23c5037 12341 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12342 Variable replaces rmail-digest-end-regexp.
12343 Allows multiple regexps for detecting the end line.
12344 (undigestify-rmail-message): Corresponding changes.
12345
60af03f1
DL
123462000-01-19 Dave Love <fx@gnu.org>
12347
fe5d99e1
DL
12348 * files.el (user-init-file): Don't declare here -- is primitive.
12349
60af03f1
DL
12350 * startup.el (command-line): Check for compiled user-init-file and
12351 set to uncompiled version if necessary.
12352
72dbbc7d
GM
123532000-01-18 Gerd Moellmann <gerd@gnu.org>
12354
6a1950ec
GM
12355 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12356 (undigestify-rmail-message): Use it.
12357
72dbbc7d
GM
12358 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12359
fbe91bbd
GM
123602000-01-17 Gerd Moellmann <gerd@gnu.org>
12361
12362 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12363 of mini-buffer.
12364
33a6685b
GM
123652000-01-14 Gerd Moellmann <gerd@gnu.org>
12366
b3303df7
GM
12367 * emacs-lisp/copyright.el (copyright-update): Removed the
12368 requirement for a trailing space from `copyright-regexp', to
12369 support copyrights with owner specified on a separate line..
a23c5037 12370
3c4c8064
GM
12371 * align.el: New file.
12372
33a6685b
GM
12373 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12374
12375 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12376
044a4975
DL
123772000-01-13 Dave Love <fx@gnu.org>
12378
12379 * ph.el: Removed. (Obsoleted by EUDC.)
12380
0a352cd7
GM
123812000-01-13 Gerd Moellmann <gerd@gnu.org>
12382
12383 * net/eudc.el (toplevel): Remove autoloaded code installing
12384 menu with easymenu, because that causes build problems.
12385
12386 * frame.el (frame-notice-user-settings): New variable.
12387 (frame-notice-user-settings): Don't modify frame parameters
12388 if called a second time.
12389
8b7bc628 123902000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12391
12392 * frame.el (frame-notice-user-settings):
12393 Notice default-frame-parameters even for non-window frames.
12394
feb450e0
GM
123952000-01-13 Gerd Moellmann <gerd@gnu.org>
12396
12397 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12398 for Emacs.
12399 (eudc-bob-can-display-inline-images): Extend for Emacs.
12400 (eudc-bob-toggle-inline-display): Ditto.
12401 (eudc-bob-display-jpeg): Ditto.
12402
99c6d63b
GM
124032000-01-12 Gerd Moellmann <gerd@gnu.org>
12404
7970b229
GM
12405 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12406 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12407 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12408
e4936aa9
GM
12409 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12410 nil)'.
12411
12412 * subdirs.el: Add `net' directory.
12413
133c9e59
GM
12414 * net: New directory.
12415
99c6d63b
GM
12416 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12417 eval-last-sexp. Don't bind debug-on-error here.
12418 (eval-last-sexp): New function. Bind debug-on-error if
12419 eval-expression-debug-on-error is non-nil.
12420 (eval-defun-2, eval-defun): Likewise.
12421
12422 * simple.el (eval-expression): Don't bind debug-on-error if
12423 eval-expression-debug-on-error is nil. Detect changed
12424 debug-on-error, and propagate new value to global binding, if
12425 eval-expression-debug-on-error is non-nil,
12426 (eval-expression-debug-on-error): Change doc string.
a23c5037 12427
8b7bc628 124282000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12429
12430 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12431
12432 * emacs-lisp/lisp-mode.el (with-syntax-table):
12433 Set up lisp-indent-function property.
12434
12435 * subr.el (with-syntax-table): Moved from simple.el.
12436
12437 * simple.el (with-syntax-table): Moved to subr.el.
12438
7e3c74fa
GM
124392000-01-11 Gerd Moellmann <gerd@gnu.org>
12440
1fab1775
GM
12441 * tmm.el (tmm-shortcut): Delete region after prompt instead
12442 of erasing buffer.
12443
7e3c74fa 12444 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12445 (fill-context-prefix): Use the longest common prefix of first
12446 and second line fill prefix, if there is one.
7e3c74fa 12447
8b7bc628 124482000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12449
12450 * array.el (array-mode): Don't use make-variable-buffer-local.
12451 Use make-local-variable for `truncate-lines'.
12452
aa705642 124532000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12454
aa705642
GM
12455 * add-log.el (add-log-current-defun): Handle user-defined
12456 add-log-current-function returning nil,
a23c5037 12457
57df2446 12458 * add-log.el (add-change-log-entry): Insert version number
aa705642 12459 if having found a current function
c1356086
GM
12460
12461 * add-log.el (add-log-current-defun): Call
12462 `add-log-current-defun-function'. Try matches at level 0 and
12463 level 1. Strip whitespace from defun found.
a23c5037 12464
1d8c59e9
RS
124652000-01-10 John Wiegley <johnw@gnu.org>
12466
12467 * allout.el (isearch-done/outline-provisions): Added `edit'
12468 argument to correspond with the current definition of
12469 `isearch-done'.
12470
8cf87e9b
DL
124712000-01-10 Dave Love <fx@gnu.org>
12472
12473 * elide-head.el (elide-head): Use point-marker, not point.
12474
9050446c
GM
124752000-01-10 Gerd Moellmann <gerd@gnu.org>
12476
8321b22a
GM
12477 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12478 before and after the year 2000.
a23c5037 12479
9050446c
GM
12480 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12481 Add ispell- prefix.
12482
124832000-01-10 Ken Stevens <k.stevens@ieee.org>
12484
12485 * ispell.el: Only define dictionaries in menus when they exist.
12486 (version18p): New variable.
12487 (version20p): New variable.
12488 (xemacsp): New variable.
12489 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12490 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12491 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12492 run-together words.
9050446c
GM
12493 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12494 (ispell-dictionary-alist): Add koi8-r to customize definition.
12495 (check-ispell-version): Added documentation string. Returns
f24fef2f 12496 library path when called non-interactively.
9050446c
GM
12497 (ispell-menu-map-needed): Uses new variables.
12498 (ispell-library-path): New variable.
12499 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12500 (ispell-word): Improved documentation string. Test for valid
12501 character mappings. Correctly check typed in word changes that can
12502 result in single words split into multiple words. Returns
12503 replacement word.
12504 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12505 replace in recursive query replace mode. Help message for
12506 recursive edit mode.
12507 (ispell-show-choices): Protect against bad framepop bindings.
12508 (ispell-help): Fix to work with XEmacs.
12509 (ispell-highlight-spelling-error): Use new variables.
12510 (ispell-overlay-window): Fix to work with XEmacs.
12511 (ispell-parse-output): Passed and returns location information
12512 tracking spelling corrections. Doesn't recheck same word on
12513 current line.
12514 (ispell-init-process): Protect against bogus XEmacs variable binding.
12515 Fix call to single argument in sleep-for. Use new variables.
12516 (ispell-region): Passed and returns location information tracking
12517 spelling corrections. Doesn't check same word on current line.
12518 Improved documentation string. Doesn't resend a line already
12519 checked to the ispell process - fixes bug in LaTeX parsing.
12520 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12521 (ispell-skip-region): No longer skips <TT> in SGML.
12522 (ispell-process-line): Tracks location information with spelling
12523 corrections. Added documentation string. Accounts for words
12524 already accepted on this line. Don't allow query-replace on line
12525 starting with math characters. Doesn't resend a line already sent
12526 to ispell process. Fixes alignment error bug.
a23c5037 12527
8b7bc628 125282000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12529
a23c5037 12530 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12531 Suggest xloadimage, which is free, not xv, which isn't.
12532
a23c5037 12533 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12534 Don't ever include the host name or user name in the value.
12535
9ed79f5d
GM
125362000-01-09 Gerd Moellmann <gerd@gnu.org>
12537
12538 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12539 of a real newline.
12540
b950abb1
GM
125412000-01-09 Stephen Eglen <stephen@gnu.org>
12542
a23c5037 12543 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12544 for .png files.
12545
3c708e98
GM
125462000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12547
12548 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12549
bf61662d
GM
125502000-01-09 Gerd Moellmann <gerd@gnu.org>
12551
f1d851ae
GM
12552 * progmodes/cperl-mode.el: Replace ^F with ^L.
12553
bf61662d 12554 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12555 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12556 recursion.
12557
c65d14ee
DL
125582000-01-08 Dave Love <fx@gnu.org>
12559
8cf87e9b
DL
12560 * emacs-lisp/backquote.el: Remove inappropriate customization
12561 (allowing custom.el to use backquote).
c65d14ee 12562
83de2ebc
DL
125632000-01-07 Dave Love <fx@gnu.org>
12564
12565 * add-log.el (add-log-debugging): Deleted.
12566 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12567 file. Remove debugging code.
12568 (change-log-get-method-definition, change-log-name): Add doc.
12569 (change-log-sortable-date-at): New function.
12570 (change-log-merge): New command.
12571
12572 * time.el (display-time-string-forms): Make the Mail string active.
12573 (display-time-update): Provide help-echo for load average.
12574
12575 * bindings.el (make-mode-line-mouse2-map): New function.
12576 (mode-line-modified): Use it and simplify.
12577 (mode-line-mule-info): Provide help-echo info.
12578 (minor-mode-alist): Activate the strings.
12579 (make-mode-line-mouse-sensitive): Simplify for
12580 mode-line-buffer-identification.
12581
c1475eae
GM
125822000-01-07 Gerd Moellmann <gerd@gnu.org>
12583
12584 * play/pong.el: New file.
12585
83de2ebc
DL
125862000-01-06 Dave Love <fx@gnu.org>
12587
12588 * array.el: Assorted cleanups for compiler warnings, doc strings,
12589 `array-' prefix for symbols.
12590
125912000-01-05 Dave Love <fx@gnu.org>
12592
12593 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12594 outline-headers-as-kill.
12595 (outline-mode): Define imenu-generic-expression.
12596 (outline-headers-as-kill): New command.
12597
12598 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12599 from paragraph-start.
12600 (paragraph-indent-minor-mode): New command.
12601
12602 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12603 M-C-e, M-C-h, C-j, C-xnd, TAB.
12604 (fortran-mode): Set beginning-of-defun, end-of-defun.
12605 (fortran-column-ruler): Simplify.
12606 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12607 (fortran-with-subprogram-narrowing): Likewise.
12608 (fortran-indent-subprogram): Call mark-defun.
12609 (fortran-check-for-matching-do): Change narrowing.
12610
12611 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12612 (cl-lucid-hash-tag): Delete.
12613 (cl-hash-table-p): Correct test for native table.
12614 (cl-hash-table-count): Use hash-table-count.
12615
12616 * browse-url.el (browse-url): Fix case of
12617 browse-url-browser-function being an alist.
12618
676ac023
CD
126192000-01-05 Carsten Dominik <cd@gnu.org>
12620
c1475eae
GM
12621 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12622 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12623
12624 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12625 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12626
12627 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12628 `reftex-parse-file-extension'.
eb483e17 12629
88807984
DL
126302000-01-05 Dave Love <fx@gnu.org>
12631
83de2ebc 12632 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12633 (beginning-of-defun-raw): Use it.
12634 (end-of-defun): New variable.
12635 (end-of-defun): Use it.
12636 (check-parens): New command.
12637
1362aeb4
TTN
126382000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12639
c1475eae
GM
12640 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12641 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12642
7ddafb95
TTN
12643 Fix buglet in local variables initialization.
12644
7334aa99
AS
126452000-01-05 Andreas Schwab <schwab@suse.de>
12646
12647 * hscroll.el (hscroll): Doc fix.
12648
b12e24cd
CD
126492000-01-05 Carsten Dominik <cd@gnu.org>
12650
12651 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12652 idlw-toolbar.
12653
12654 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12655 file idlw-rinfo.el.
1362aeb4
TTN
12656 (idlwave-customize): load must read file idlw-shell.el.
12657 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12658
d6226972
CD
126592000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12660
12661 * progmodes/idlw-shell.el: Also provide idlwave-shell
12662 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12663 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12664
12665 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12666 both reftex-dcr and reftex-vcr.
1362aeb4 12667
d6226972
CD
12668 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12669
6ddb893f 126702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12671
12672 * ps-print.el: PostScript code now is in separate files, doc fix.
12673 (ps-print-version): New version number (5.0.3).
12674 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12675 local.
12676 (ps-spool-config): Initialization fix.
c1475eae
GM
12677 (ps-print-prologue-1, ps-print-prologue-2)
12678 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12679 (ps-background-image): Little code reformating.
12680 (ps-begin-file, ps-begin-job): Fix code.
88807984 12681 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12682 (ps-prologue-file): New fun.
12683
ae833aae
KH
126842000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12685
c1475eae 12686 * ps-vars.el: Eliminated.
ae833aae
KH
12687
12688 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12689 `;;;###autoload'.
12690
12691 * ps-print.el: ps-vars eliminated, doc fix.
12692 (ps-print-version): New version number (5.0.2).
12693 (ps-spool-config): Initialization fix.
12694 (ps-print-customize): New fun.
12695
560a7bd2
GM
126962000-01-04 Gerd Moellmann <gerd@gnu.org>
12697
12698 * autorevert.el (auto-revert-mode): Return value of
12699 auto-revert-mode.
12700
f45dd0f4
DL
127012000-01-04 Dave Love <fx@gnu.org>
12702
fae2ac05
DL
12703 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12704 menu items.
f45dd0f4 12705
61255981
DL
127062000-01-03 Dave Love <fx@gnu.org>
12707
88807984 12708 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12709
83de2ebc 12710 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12711 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12712 `cl-hash-table-p', not `hash-table-p'.
12713 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12714
c182a70f
EZ
127152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12716
12717 * faces.el (face-read-integer, read-face-attribute)
12718 (color-defined-p, color-values): unspecified-{f,b}g are now
12719 strings.
12720
047f434a
GM
127212000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12722
12723 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12724 at comment end, and re-insert them after filling.
12725
bab531e2
EZ
127262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12727
12728 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12729 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12730 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12731
d684c676
EZ
127322000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12733
12734 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12735 the new name of face-color-supported-p.
12736
12737 * term/w32-win.el (xw-defined-colors): Likewise.
12738
0aad4805
EZ
127392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12740
12741 * simple.el (completion-setup-function): Count completion-size
12742 from minibuffer-prompt-end, not from point-min.
12743
5fe1d139
EZ
127442000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12745
12746 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12747 Pass the frame to tty-color-* functions.
12748 (display-color-p, frame-set-background-mode): Pass the frame to
12749 tty-display-color-p.
12750
12751 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12752 tty-color-alist.
12753 (tty-color-alist, tty-modify-color-alist): New functions.
12754 (tty-color-define, tty-color-clear, tty-color-approximate)
12755 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12756 an optional parameter FRAME.
12757
162dec01
GM
127582000-01-01 Gerd Moellmann <gerd@gnu.org>
12759
27189709
GM
12760 * image.el (create-image, defimage): Don't assume image data is a
12761 string.
12762
162dec01
GM
12763 * image.el (defimage): Handle specifications containing :data
12764 instead of :file.
12765 (image-type-from-data): New function.
12766 (image-type-from-file-header): Use it.
12767 (create-image): Add parameter DATA-P.
1362aeb4 12768
bea56df7 12769See ChangeLog.8 for earlier changes.
25a6fab1
KH
12770
12771;; Local Variables:
e64c3a75 12772;; coding: iso-2022-7bit
25a6fab1 12773;; End: