Fix string-rectangle doc.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a4caa65d
SM
12000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/outline.el (outline-flag-region):
4 Don't bind inhibit-read-only since we don't modify the buffer.
5 (outline-isearch-open-invisible): Don't jump to overlay-start
6 since we're trying to unhide text around point.
7 (outline-discard-overlays): Use dolist.
8
9 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10
03e757c1
GM
112000-11-22 Gerd Moellmann <gerd@gnu.org>
12
13 * mail/rmail.el (rmail-confirm-expunge): Default to
14 y-or-n-p.
15
1598a961
SM
162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
17
18 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
19 Fix ARG regexp to skip quoted braces.
20 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
21 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
22 are (correctly) handled separately).
23 Remove `caption' and `footnote' from `citations': they contain text.
24 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
25 (latex-skeleton-end-hook): New function.
26 (latex-mode): Use it.
27 (tex-start-tex-marker): Remove.
28 (tex-send-tex-command): Don't set tex-start-tex-marker.
29 (tex-error-parse-syntax-table): New var.
30 (tex-compilation-parse-errors): Use it.
31 Ignore tex-start-tex-marker. Don't bother with marker-position.
32 (tex-validate-buffer): Don't bother with marker-position.
33
34 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
35 (flyspell-generic-progmode-verify): Use it.n
36
eaae8106
SS
372000-11-22 Sam Steingold <sds@gnu.org>
38
03e757c1
GM
39 * simple.el (delete-trailing-whitespace): New interactive
40 function.
41
eaae8106
SS
42 * progmodes/ada-mode.el (ada-mode): Use it instead of
43 `ada-remove-trailing-spaces'
44 (ada-remove-trailing-spaces): Removed.
03e757c1 45
eaae8106 46 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 47
1598a961
SM
48 * textmodes/picture.el (picture-clean): Removed.
49 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 50
a41d49e9
GM
512000-11-22 Gerd Moellmann <gerd@gnu.org>
52
e053c60f
GM
53 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
54
a41d49e9
GM
55 * hi-lock.el (hi-lock-refontify): Don't call non-existent
56 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 57 do anything special when jit-lock is active.
a41d49e9
GM
58 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
59
197615f3
DL
602000-11-22 Dave Love <fx@gnu.org>
61
ddbfaa9f
DL
62 * calendar/todo-mode.el (todo-top-priorities): Use
63 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
64
ddc3c695
DL
65 * language/chinese.el, language/cyrillic.el:
66 * language/devanagari.el, language/ethiopic.el, language/greek.el:
67 * language/hebrew.el, language/indian.el, language/japanese.el:
68 * language/korean.el, language/lao.el, language/misc-lang.el:
69 * language/thai.el, language/tibetan.el, language/vietnamese.el:
70 Use provide.
71
fb9fa98d
DL
72 * cus-edit.el (custom-buffer-create-internal): Save some consing.
73 (custom-variable-set): Improve validation error mesage.
74
197615f3
DL
75 * rect.el (string-rectangle): Revert last change.
76 (string-rectangle-line): New arg DELETE.
77 (string-rectangle): Check delete-selection-mode.
78
79 * emacs-lisp/edebug.el (edebug-version)
80 (edebug-maintainer-address): Deleted.
81 (edebug-submit-bug-report): Just alias to report-emacs-bug.
82 (edebug-read-function): Account for other `'#' read forms.
83 (edebug-mode-menus): Make some items toggles.
84 (edebug-outside-unread-command-event, unread-command-event):
85 Remove these to avoid warnings.
86
f4117c4d
GM
872000-11-22 David Ponce <david@dponce.com>
88
89 * recentf.el (recentf-menu-items-for-commands)
90 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 91 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 92
f4117c4d
GM
93 (recentf-build-dir-rules, recentf-dump-variable)
94 (recentf-edit-list, recentf-open-files-item)
95 (recentf-open-files): Replaced unnecessary `mapcar' with new
96 built-in `mapc'.
eaae8106 97
f8e2f3f2
MB
982000-11-23 Miles Bader <miles@gnu.org>
99
100 * faces.el (menu): Make inverse-video on ttys too.
101
4c4a541d
SM
1022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
103
104 * simple.el (comment-line-break-function): Use the new name
105 indent-new-comment-line -> comment-indent-new-line.
106 (clone-indirect-buffer): Don't ignore NORECORD.
107 (next-completion): Properly handle the case where items are adjacent.
108
109 * mouse.el (popup-menu): Stupid typo.
110
980d836e
GM
1112000-11-22 Gerd Moellmann <gerd@gnu.org>
112
60e8e0a5
GM
113 * emacs-lisp/authors.el: Remove autoload cookies, add author,
114 maintainer, keywords tags.
115
980d836e
GM
116 * rect.el (replace-rectangle): Don't call string-rectangle-line
117 with too many arguments.
118
e08b2069
AS
1192000-11-22 Andre Spiegel <spiegel@gnu.org>
120
60e8e0a5 121 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 122 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
123 vc-locking-user, which no longer exists.
124
125 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
126
c6779d8d
DL
1272000-11-22 Dave Love <fx@gnu.org>
128
129 * md5.el (md5): Provide.
130 (md5): Fix error call.
131
e672fdce
MB
1322000-11-22 Miles Bader <miles@gnu.org>
133
eaae8106 134 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
135 (refill-fill-paragraph-at): Remove debugging code.
136
80e24c04
MB
137 * calendar/calendar.el (generate-calendar-window): When we don't
138 call `fit-window-to-buffer', make sure the top line is fully visible.
139
3a17d6cc
MB
140 * image-file.el (insert-image-file): Don't make `read-only'
141 property rear-nonsticky.
142
ae1a21c6
MB
143 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
144 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
145 stashing away its original value.
146 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
147 in the recursive edit.
148 Bind `isearch-original-minibuffer-message-timeout' to protect it.
149 (isearch-done): Restore `minibuffer-message-timeout'.
150
e672fdce
MB
151 * cus-start.el: Remove entry for `mode-line-inverse-video'.
152
3ea79df8
SM
1532000-11-21 Stefan Monnier <monnier@cs.yale.edu>
154
155 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
156
157 * find-lisp.el (find-lisp-find-files-internal):
158 Use dolist, when and file-name-as-directory.
159
980d836e 160 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
161 (define-derived-mode, define-minor-mode): Add specs.
162
163 * window.el: General comment and spacing fixes.
164 (save-selected-window): Use backquotes.
165 (window-safely-shrinkable-p): New function.
166 (shrink-window-if-larger-than-buffer): Use it.
167
168 * subr.el (make-local-hook): Docstring fix.
169
170 * shell.el (shell-mode): Use define-derived-mode.
171
172 * newcomment.el (comment-indent): Insert comment before calling
173 comment-indent-function. Don't insert in column 0.
174 (comment-dwim): Indent before inserting comment.
175
176 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
177 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
178 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
179 Use mapc rather than map.
180
181 * files.el (find-buffer-visiting): Compare all attributes before
182 declaring two files identical (rather than just their inode-no).
183 (auto-mode-alist): Use \' rather than $.
184
185 * which-func.el: Update maintainer line.
186
187 * pcvs.el (uniquify-buffer-file-name): Remove advice.
188 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
189 (uniquify-buffer-file-name): Use it.
190
8f62f2b8
MB
1912000-11-22 Miles Bader <miles@gnu.org>
192
193 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
194 * simple.el (minibuffer-avoid-prompt): New function.
195
fb279a6d
GM
1962000-11-21 Gerd Moellmann <gerd@gnu.org>
197
198 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
199
867092e9
MB
2002000-11-21 Miles Bader <miles@gnu.org>
201
ef860850
MB
202 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
203 inclusion of `track-mouse'.
204
867092e9
MB
205 * textmodes/refill.el (refill-ignorable-overlay): New variable.
206 (refill-adjust-ignorable-overlay): New function.
207 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
208 only the paragraph's tail if possible.
209 Update `refill-ignorable-overlay'.
210 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
211
212 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
213 point inside the fill-prefix.
214
215 * textmodes/refill.el (refill-post-command-function): Don't reset
216 refill-doit in the case where a self-insertion command doesn't
217 case a refill. Use `refill-fill-paragraph-at', getting position
218 from `refill-doit'.
219 (refill-after-change-function): Set `refill-doit' to END.
220 (refill-fill-paragraph-at): New function, mostly from old
221 refill-fill-paragraph.
222 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
223 (refill-pre-command-function): New function.
224 (refill-mode): Add it to `pre-command-hook'.
225
ff9ab414
GM
2262000-11-20 Gerd Moellmann <gerd@gnu.org>
227
29a01b72
GM
228 * textmodes/artist.el (artist-mode): Fix autoload cookie.
229
ff9ab414
GM
230 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
231 javadoc tags.
eaae8106 232
885b211b
AS
2332000-11-20 Andre Spiegel <spiegel@gnu.org>
234
235 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
236 vc.el).
237
eaae8106 238 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 239 require vc.
eaae8106
SS
240
241 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 242 checkouts.
eaae8106 243
d1838556
DL
2442000-11-20 Dave Love <fx@gnu.org>
245
246 * Makefile.in (DONTCOMPILE): Omit bindings.el.
247
56c13ae6
GM
2482000-11-20 Gerd Moellmann <gerd@gnu.org>
249
250 * calculator.el: New version from author.
251
b95b34e5
GM
2522000-11-19 Gerd Moellmann <gerd@gnu.org>
253
030de92f
GM
254 * info.el (info-menu-5): Doc fix.
255
b95b34e5
GM
256 * textmodes/artist.el: New file.
257
54970452
AS
2582000-11-19 Andre Spiegel <spiegel@gnu.org>
259
eaae8106 260 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
261 and differentiate according to checkout model.
262 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
263 since this function is only concerned with master state.
264
eaae8106 265 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
266 vc-default-workfile-unchanged-p): Moved here from vc.el.
267
eaae8106 268 * vc.el (vc-workfile-unchanged-p,
54970452
AS
269 vc-default-workfile-unchanged-p): See above.
270
e5a9dabf
MB
2712000-11-19 Miles Bader <miles@gnu.org>
272
273 * image-file.el (insert-image-file): Make `intangible' and
274 `read-only' properties rear-nonsticky too.
275
24127af0
GM
2762000-11-18 Gerd Moellmann <gerd@gnu.org>
277
d392e9c5 278 * ps-print.el: Update copyright notice.
eaae8106 279
d392e9c5
GM
280 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
281 (tooltip-show): Use the offsets.
282
24127af0 283 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 284 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
285 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
286
08ea6f17
GM
2872000-11-17 Gerd Moellmann <gerd@gnu.org>
288
289 * ps-print.el: Minor fixes from author.
290
66321b2f
SM
2912000-11-16 Stefan Monnier <monnier@cs.yale.edu>
292
293 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
294 (vc-version-backup-file): Docstring fix.
295
046110c6
GM
2962000-11-16 Gerd Moellmann <gerd@gnu.org>
297
4104194e
GM
298 * files.el (basic-save-buffer): Don't add a newline if
299 find-file-literally is non-nil.
300 (find-file-literally): Extend doc string.
301
046110c6
GM
302 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
303 sort(1) with the `-f' argument.
304
6505c16e
AS
3052000-11-16 Andre Spiegel <spiegel@gnu.org>
306
fd063975
AS
307 * vc.el: Updated backend documentation.
308 (vc-default-check-headers): New function.
309
3d02dd81 310 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
311
312 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 313 up-to-date.
eaae8106 314 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 315 the minibuffer is not active.
fd063975 316
eaae8106 317 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 318 `vc-cvs-use-edit' is on.
eaae8106
SS
319 (vc-cvs-checkout): When this is used for reverting the workfile,
320 make a backup of the original contents and revert to that in case
8791d617 321 of error.
eaae8106 322 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 323 remote repositories.
eaae8106 324
6505c16e
AS
325 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
326 for both version and ratio in the minibuffer.
fd063975 327
eaae8106 328 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 329 Use vc-do-command to perform the annotation, not call-process.
6505c16e 330
a13f0660
KH
3312000-11-16 Kenichi Handa <handa@etl.go.jp>
332
333 * international/quail.el (quail-start-translation): Don't call
334 `message' before reading key sequence.
335
1389a414
MB
3362000-11-16 Miles Bader <miles@lsi.nec.co.jp>
337
338 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
339
9256a532
KH
3402000-11-16 Kenichi Handa <handa@etl.go.jp>
341
342 * window.el (fit-window-to-buffer): Be sure to acquire at least
343 one text line even if the buffer is empty.
344
0e14fe9f
GM
3452000-11-16 Gerd Moellmann <gerd@gnu.org>
346
eaae8106 347 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
348 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
349 ange-ftp-process-verbose to nil.
350
da645c53
DL
3512000-11-15 Dave Love <fx@gnu.org>
352
233d5cde
DL
353 * wid-edit.el (widget-specify-field, widget-specify-button): If
354 :help-echo is a function, set help-echo of overlay to
355 widget-mouse-help.
356 (widget-mouse-help): New function.
357 (widget-echo-help): Rewritten for :help-echo functions only taking
358 a widget arg.
359
b12057b9
DL
360 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
361 display-graphic-p.
362 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
363 and that JPEG is available.
364 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
365
da645c53
DL
366 * international/mule-cmds.el (locale-charset-language-names):
367 Match @euro.
368
6d133d1f
GM
3692000-11-15 Gerd Moellmann <gerd@gnu.org>
370
371 * faces.el (face-set-after-frame-default): If
0e14fe9f 372 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
373 default face from X resources.
374
49ac2ac5
EZ
3752000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
376
377 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
378 Don't set EMACSLOADPATH.
379
4fb0a34c
EZ
3802000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
383 texinfo-insert-@url.
384 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
385 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
386
bb304a7a
SM
3872000-11-14 Stefan Monnier <monnier@cs.yale.edu>
388
82bc80bf
SM
389 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
390 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
391 (checkdoc-minor-keymap): Backward compatibility.
392 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
393 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
394 (checkdoc-this-string-valid-engine): Be a bit more strict
395 to avoid matching substrings of `...' quoted vars/funs.
396 (checkdoc-defun-info): Only look for `interactive' if alone.
397 (debug-ignored-errors): Add "arg doesn't appear in docstring".
398
e8c87124
SM
399 * progmodes/compile.el (grep): `tag-default' can be nil.
400
bb304a7a
SM
401 * newcomment.el (comment-indent): Paren typo.
402
8628686a
DL
4032000-11-14 Dave Love <fx@gnu.org>
404
25c269ef
DL
405 * calculator.el: New maintainer version.
406
66321b2f 407 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 408
8628686a
DL
409 * cmuscheme.el: Doc fixes.
410 (cmuscheme) <defgroup>: Use `scheme' as parent.
411 (cmuscheme-program-name): Remove. Change uses to
412 scheme-program-name.
413
414 * xscheme.el (scheme-program-name): Don't define here.
415
416 * progmodes/scheme.el (scheme-program-name): New variable
417 (originally in cmuscheme).
418
88f0a1eb
MB
4192000-11-14 Miles Bader <miles@gnu.org>
420
421 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
422 Handle header-lines. Don't loop forever if we can't enlarge the
423 window anymore. Simplify a bit.
424
cd9a000c
KH
4252000-11-14 Kenichi Handa <handa@etl.go.jp>
426
427 * window.el (fit-window-to-buffer): Don't check
428 window-text-height. Assure that the last line is fully visible.
429
430 * international/quail.el (quail-show-guidance-buf): Call
431 fit-window-to-buffer to assure the enough height of the guidance
432 buffer.
433 (quail-update-guidance): Avoid making the guidance buffer shorter.
434
d3fcda22
SM
4352000-11-14 Stefan Monnier <monnier@cs.yale.edu>
436
bdbd9606
SM
437 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
438 rather than `prepend' and add an interesting comment.
439 (tex-math-face, tex-font-lock-syntactic-face-function):
440 New face and function to use it.
441 (tex-define-common-keys, tex-mode-map): Use menu-item rather
442 than `menu-enable' symbol property.
443 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
444 (tex-mode): Add some latex-mode commands for auto-selection.
445 Use tex-font-lock-syntactic-face-function.
446 (tex-insert-quote): Simplify.
447 (tex-shell): New mode.
448 (tex-start-shell): Use it.
449 (tex-shell-proc, tex-shell-buf): New functions.
450 (tex-send-command): Use it.
451 (tex-main-file): Fix the meaning of the new arg REALFILE.
452 (tex-send-tex-command): New function split from `tex-start-tex'.
453 Set compilation-last-buffer and compilation-parsing-end.
454
d3fcda22
SM
455 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
456 when it follows non-comment text on the line.
457
458 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
459 Set font-lock-defaults.
460 (lisp-mode-shared-map): Init inside the defvar.
461 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
462 Use define-derived-mode.
463
bdab1d43
MB
4642000-11-14 Miles Bader <miles@lsi.nec.co.jp>
465
466 * faces.el (header-line): Use `:box nil' for color/gs displays too.
467
936ae731
GM
4682000-11-14 Gerd Moellmann <gerd@gnu.org>
469
470 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
471 recursively optimize body because that can lead to infinite
472 recursion; see comment there.
473
1695ca2b
EZ
4742000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
475
476 * faces.el (face-spec-set-match-display): Revert the change from
477 2000-10-24. Add a FIXME for after v21.1.
478
9d348294
MB
4792000-11-13 Miles Bader <miles@gnu.org>
480
481 * textmodes/fill.el (skip-line-prefix): New function.
482 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
483 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
484 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
485 point inside the fill-prefix.
9d348294 486
b85fa13c
MB
4872000-11-13 Miles Bader <miles@lsi.nec.co.jp>
488
489 * calendar/calendar.el (generate-calendar-window): Use
490 `fit-window-to-buffer'.
491
a0b47716
SM
4922000-11-12 Stefan Monnier <monnier@cs.yale.edu>
493
494 * gud.el (gud-minor-mode): New var.
495 (gud-symbol, gud-val): New functions.
496 (gud-find-file): Copy gud-minor-mode to the new buffer.
497 (gud-menu-map): Include entries for commands that are not always
498 available, using :enable to (de)activate them.
499 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
500 (gud-mode-map): New map.
eaae8106 501 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
502 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
503 Don't set up gud's menu (it's done by the minor-mode).
504 (gud-minibuffer-local-map): New.
505 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
506 (gud-query-cmdline): New function.
507 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
508 (gud-mode): Use define-derived-mode.
509 Don't set up gud's menu (it's done by the minor-mode).
510 (gud-chop-words): Remove.
511 (gud-common-init): Use split-string instead.
512 (gud-new-keymap, gud-make-debug-menu): Eradicate.
513
514 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
515 Add keyword arg :name.
516
517 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
518 (diff-count-matches, diff-split-hunk): New functions.
519 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
520
521 * pcvs-info.el (cvs-fi-conflict-face): New var.
522
523 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
524 Make it into a simple syntax-table, shared among all submodes.
525 (sh-heredoc-face): Re-introduce.
526 (sh-font-lock-syntactic-face-function): New function.
527 (sh-mode): Use it. Also use define-derived-mode.
528 Remove old bogus setting of indent-region-function.
529 (sh-set-shell): Don't set the syntax-table any more.
530 (sh-mode-syntax-table) <defun>: Remove.
531
f5ed37df
MB
5322000-11-12 Miles Bader <miles@gnu.org>
533
534 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
535 message if interactive.
536
0b074c2f
DL
5372000-11-12 Dave Love <fx@gnu.org>
538
539 * mail/feedmail.el: Fix header,
540 (feedmail) <defgroup>: Add :link.
541
542 * view.el: Use local-map property, not keymap on mode-line string.
543
544 * scroll-all.el (scroll-all-mode): Customize variable. Add
545 autoload cookie to function.
546
547 * lazy-lock.el: Remove compatibility code.
548
549 * finder.el (finder-known-keywords): Add `files', remove `vms'.
550 (finder-help-echo): New variable.
551 (finder-mouse-face-on-line): Add help-echo stuff.
552 (finder-list-keywords, finder-list-matches): Use mapc.
553
554 * faces.el (face-font-registry-alternatives): Add :version.
555
556 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
557 tags-table-list.
558
a0b47716 559 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 560
a0b47716 561 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
562 (mail-mode): Use [:alnum:] in some regexps.
563
6d502396
DL
5642000-11-10 Dave Love <fx@gnu.org>
565
566 * ediff.el (ediff-regions-internal, ediff-documentation):
567 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
568 fundamental mode.
569
570 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
571 buffer into fundamental mode.
572 (ediff-set-difference): Use copy-sequence if available.
573
574 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
575 ediff-patch-map non-nil.
576 (ediff-fixup-patch-map, ediff-fixup-patch-map)
577 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
578 buffer into fundamental mode.
579
580 * ediff-merg.el (state-or-merge): Defvar when compiling.
581
a82fe213
JR
5822000-11-10 Jason Rumney <jasonr@gnu.org>
583
584 * w32-fns.el (w32-add-charset-info): New function.
585 (w32-charset-info-alist): Use it.
586
52d89894
GM
5872000-11-10 Gerd Moellmann <gerd@gnu.org>
588
589 * faces.el (face-font-registry-alternatives): New user-option.
590
178932de
SM
5912000-11-10 Stefan Monnier <monnier@cs.yale.edu>
592
d7fa3319
SM
593 * textmodes/texinfo.el (texinfo-block-default): New var.
594 (texinfo-insert-block): Use it. Insert a newline if needed.
595
178932de
SM
596 * textmodes/fill.el (fill-indent-according-to-mode): New var.
597 (fill-region-as-paragraph): Use it.
598
599 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
600 (latex-mode): Tweak tex-*-(head|trail)er regexps.
601 Tweak paragraph regexps to allow a leading [ \t]*.
602 (tex-latex-block): Insert a newline if necessary.
603 (latex-insert-item): Only insert a newline if necessary.
604 (tex-guess-main-file): New function.
605 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
606 Set tex-main-file if TeX-master is provided.
607 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
608
bd02b8e0
GM
6092000-11-10 Gerd Moellmann <gerd@gnu.org>
610
611 * startup.el (command-line): Set the default tooltip-mode
612 to t for graphical displays which implement x-show-tip.
613
614 * tooltip.el (tooltip-mode): Add a comment about startup.el
615 setting the default value of this user-option.
616
b29b03eb
SM
6172000-11-09 Stefan Monnier <monnier@cs.yale.edu>
618
619 * font-lock.el (font-lock-*-face) <defvar>: Move.
620 (font-lock-defaults-alist): Mark obsolete.
621 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
622 (font-lock-mode): Use define-minor-mode.
623 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
624 (font-lock-turn-off-thing-lock): Be more explicit.
625 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
626 (font-lock-syntactic-face-function): New var.
627 (font-lock-fontify-syntactically-region): Use it.
628 (font-lock-doc-face): New.
629
630 * pcvs.el (cvs-enabledp): Ignore errors.
631 (cvs-commit-filelist): Never query.
632 (cvs-mode-insert): Always add a terminating / in the initial prompt.
633 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
634 (cvs-do-removal): Use cvs-partition rather than delete-if.
635 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
636 cvs-bury-buffer.
637
638 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
639 Allow `next' to jump to after the end of the last match.
640
778fbc46
GM
6412000-11-09 Gerd Moellmann <gerd@gnu.org>
642
730c746c
GM
643 * simple.el (byte-compiling-files-p): New function.
644
645 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
646 if it is there.
647
648 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
649 nil again.
650
778fbc46
GM
651 * textmodes/ispell.el (ispell-library-path): Don't call
652 check-ispell-version when byte-compiling because that starts
653 an ispell process, and ispell might not be installed.
654 (toplevel): Don't set up a menu when byte-compiling.
655
656 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
657 it, so that a boundp test can be used to determine if we're
658 currently byte-compiling.
659
5912c5bb
DL
6602000-11-09 Dave Love <fx@gnu.org>
661
662 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
663 eval-after-load.
664
7bb054a5
GM
6652000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
666
667 * ps-print.el: Patch for variable initialization when spooling. Doc
668 fix.
669 (ps-output-list): Fun eliminated.
670 (ps-begin-file, ps-begin-job): Code fix.
671
9db2706e
DL
6722000-11-08 Dave Love <fx@gnu.org>
673
674 * ediff-wind.el (ediff-control-frame-parameters): Zero
675 tool-bar-lines.
676
f7eb32aa
GM
6772000-11-08 Gerd Moellmann <gerd@gnu.org>
678
679 * simple.el (shell-command, display-message-or-buffer)
680 (shell-command-on-region): Mention resize-mini-windows in the doc
681 string.
682 (display-message-or-buffer): Take the value of resize-mini-windows
683 into account.
684
7b01b08c
GM
6852000-11-07 Gerd Moellmann <gerd@gnu.org>
686
acad3c0b
GM
687 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
688
7b01b08c
GM
689 * dired.el (dired-between-files): Add `^. find' as an alternative
690 to the regular expression, for find-dired.
691
6f602bd0
SM
6922000-11-06 Stefan Monnier <monnier@cs.yale.edu>
693
694 * textmodes/texnfo-upd.el: Require texinfo.
695 (defmacro, defgroup): Remove.
696 (texinfo-section-to-generic-alist): Remove.
697 Use texinfo-section-list instead (i.e. level is changed string->int).
698 (texinfo-filter): New function.
699 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
700 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
701 Use it. And use regexp-opt.
702 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
703 (texinfo-update-menu-region-beginning)
704 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
705 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
706 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 707 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
708 (texinfo-sequential-node-update): Remove autoload cookie.
709
710 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
711 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
712 (texinfo-chapter-level-regexp): Remove.
713 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
714
bb216218
DL
7152000-11-06 Dave Love <fx@gnu.org>
716
6f602bd0 717 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 718
6f602bd0
SM
719 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
720 Match defun*.
bb216218 721
ff8dd5d5
KH
7222000-11-06 Kenichi Handa <handa@etl.go.jp>
723
724 * composite.el (composition-function-table): Variable declaration
725 moved to src/composite.c.
726 (compose-chars-after): New optional arg object.
727
e9da51a1
GM
7282000-11-06 Gerd Moellmann <gerd@gnu.org>
729
e0c12c68
GM
730 * bindings.el (mode-line-toggle-read-only)
731 (mode-line-toggle-modified, mode-line-widen)
732 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
733 (make-mode-line-mouse2-map): Rewritten.
734 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
735 functions so that C-h k can show something with a doc string.
eaae8106 736
e9da51a1
GM
737 * startup.el (fancy-splash-delay): Set to 10 seconds.
738 (fancy-splash-max-time): New user-option.
739 (fancy-splash-stop-time): New variable.
740 (fancy-splash-screens): Set it. Catch `stop-splashing'.
741 (fancy-splash-screens-1): Throw `stop-splashing' when current
742 time is greater than fancy-splash-stop-time.
743
611dbdf0
SM
7442000-11-06 Stefan Monnier <monnier@cs.yale.edu>
745
4d2806e2
SM
746 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
747
611dbdf0
SM
748 * pcvs.el (cvs-mode-marked): New arg `noquery'.
749 Prompt user for a file rather than raising an error.
750 (cvs-enabledp): Fix call to cvs-mode-marked.
751 (cvs-insert-file): New function (extracted from cvs-mode-insert).
752 (cvs-mode-insert): Use it. Change the init prompt' value.
753 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
754
755 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
756 Don't pass default arg to ewoc-locate.
757 (ewoc-collect): Return result in the right order.
758
759 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
760
761 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
762 (cvs-status-get-tags): Fix regexp.
763 (cvs-status-trees, cvs-status-cvstrees):
764 Combine after change hooks and don't sit-for.
4d2806e2
SM
765 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
766 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
767 Use make-char rather than hard-coded cryptic data.
768 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
769
770 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
771
772 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
773 (cvs-insert-strings): New function.
774
937b2877
MB
7752000-11-06 Miles Bader <miles@lsi.nec.co.jp>
776
777 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
778 `mwheel-scroll-amount'.
779 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
780 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
781 string-matching against the version string.
782
c6c97763
KH
7832000-11-06 Kenichi Handa <handa@etl.go.jp>
784
6eaec747
KH
785 * language/thai.el ("Thai"): Set a lisp form that produces
786 composed string in `sample-text' language info.
787
788 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
789 composed string in `sample-text' language info.
790
791 * international/mule-cmds.el (describe-language-environment): Eval
792 `sample-text' data and insert the result.
793
c6c97763
KH
794 * international/mule-conf.el (compound-text): Define this coding
795 system here. Make x-ctext and ctext aliases of it.
796
797 * language/european.el (compound-text, ctext): Moved to
798 international/mule-conf.el.
799
d1145f85
AI
8002000-11-05 Andrew Innes <andrewi@gnu.org>
801
802 * w32-fns.el (w32-version): New function.
803
178a6a45
SM
8042000-11-05 Stefan Monnier <monnier@cs.yale.edu>
805
806 * progmodes/awk-mode.el: Update copyright.
807 (awk-mode-abbrev-table): Remove.
808 (awk-font-lock-keywords): Use regexp-opt.
809 (awk-mode): Use define-derived-mode.
810
811 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
812 when extracting a suffix.
813
1ba90166
AS
8142000-11-04 Andre Spiegel <spiegel@gnu.org>
815
816 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
817 auto-save-mode.
818
546790cb
JR
8192000-11-04 Jason Rumney <jasonr@gnu.org>
820
821 * language/european.el (decode-mac-roman): Test against r1 not r0.
822
d247e32d
SM
8232000-11-03 Stefan Monnier <monnier@cs.yale.edu>
824
fbf44f44
SM
825 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
826 (icon-mode): Define indent-line-function.
827 (icon-comment-indent): Simplify.
828 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
829
830 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
831
832 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
833 Bind change-log-default-mode to defeat the caching done on it.
834 Don't bother saving excursion any more.
835
836 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
837
838 * frame.el (after-setting-font-hook): Rename hooks -> hook.
839 (set-frame-font): Use the new name (and the old for compatibility).
840
eaae8106
SS
841 * toolbar/tool-bar.el (tool-bar-mode):
842 * time.el (display-time-mode):
843 * recentf.el (recentf-mode):
844 * paren.el (show-paren-mode):
845 * mwheel.el (mouse-wheel-mode):
846 * msb.el (msb-mode):
847 * jka-compr.el (auto-compression-mode):
848 * image-file.el (auto-image-file-mode):
849 * hl-line.el (hl-line-mode):
850 * delsel.el (delete-selection-mode):
851 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
852 * complete.el (partial-completion-mode): Drop unneeded positional args.
853
eaae8106 854 * info.el (Info-mode):
fbf44f44
SM
855 * comint.el (comint-mode): Don't both with make-local-hook.
856
d247e32d
SM
857 * log-edit.el (log-edit-menu): New menu.
858
4921558e
MB
8592000-11-03 Miles Bader <miles@gnu.org>
860
861 * wid-edit.el (widget-end-of-line): Reinstate, with a new
862 definition, so that trailing spaces are handled properly.
863 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
864
1fc02b3c
GM
8652000-11-03 Gerd Moellmann <gerd@gnu.org>
866
867 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
868 tab character.
869 (fancy-splash-screens): Set tab-width to 20.
870
51d001f7
DL
8712000-11-03 Dave Love <fx@gnu.org>
872
873 * comint.el (comint-completion-addsuffix): Fix custom type.
874
ba22aeff
SM
8752000-11-02 Stefan Monnier <monnier@cs.yale.edu>
876
877 * font-lock.el (font-lock-buffers): Remove.
878 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
879 (font-lock-change-major-mode): Remove.
880 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
881 (font-lock-default-fontify-region): Extend the multiline
882 fontification to whole lines.
883 (font-lock-fontify-anchored-keywords)
884 (font-lock-fontify-keywords-region): If matching just one
885 line (with \n) only mark the \n as multiline.
886
887 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
888 Correctly handle the case where several :group args are supplied.
889 Allow :extra-args.
890 (easy-mmode-define-global-mode): Allow :extra-args.
891 Correctly handle the case where several :group args are supplied.
892
9c887ada
MB
8932000-11-02 Miles Bader <miles@gnu.org>
894
eaae8106 895 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
896 (holiday-face): Remove dependency on `window-system'.
897
7f25090d
KR
8982000-11-02 Ken Raeburn <raeburn@gnu.org>
899
900 * Makefile.in (emacs): Set EMACSLOADPATH always.
901 (update-authors, .el.elc, compile-files): Don't do it explicitly
902 here.
9b911107 903 (compile-files): Bomb out if compilation of a file fails.
7f25090d 904
7dd6009c
DL
9052000-11-02 Dave Love <fx@gnu.org>
906
907 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
908
94821e4f
EZ
9092000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
910
911 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
912 punctuation in the warning inserted into the *mail* buffer.
913
1ac3fc42
GM
9142000-11-02 Gerd Moellmann <gerd@gnu.org>
915
57731876
GM
916 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
917 (authors-public-domain-p): New function.
918 (authors-print): Use it.
919
975f82c9
GM
920 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
921
1ac3fc42
GM
922 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
923
4b3eb10f
GM
9242000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
925
975f82c9 926 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
927 (ps-print-version): New version number (6.3.1).
928 (ps-even-or-odd-pages): Customization fix.
929 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
930 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
931 (ps-page-count): Var replaced by `ps-page-column'.
932 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
933 (ps-print-sheet-p): New fun.
934
7da794df
MB
9352000-11-02 Miles Bader <miles@lsi.nec.co.jp>
936
937 * tooltip.el (tooltip-gud-tips-setup): New function.
938 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
939 (tooltip-mode): Call tooltip-gud-tips-setup.
940 (tooltip-gud-tips): Use `gud-basic-call' instead of
941 process-send-string, so the prompt gets frobbed appropriately.
942 Handle nil return value from `tooltip-gud-print-command'.
943
0e40b809
EL
9442000-11-01 Eric M. Ludlam <zappo@ultranet.com>
945
946 * comint.el (comint-add-to-input-history): New function.
947 (comint-send-input): Use `comint-add-to-input-history'.
948
50ada0db
MB
9492000-11-02 Miles Bader <miles@lsi.nec.co.jp>
950
973a3104
MB
951 * info.el (info-menu-header): New face.
952 (Info-fontify-menu-headers): New function.
953 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
954
50ada0db
MB
955 * info.el (Info-insert-dir): Don't include blank lines at
956 beginning of additional dir files (one is added automatically).
957
bff53411
SM
9582000-11-01 Stefan Monnier <monnier@cs.yale.edu>
959
960 * emacs-lisp/easy-mmode.el (define-minor-mode):
961 Revert the latest changes.
962 Allow the three positional arguments to be skipped and replaced
963 by keyword arguments.
964 Add a :toggle argument to determine whether a nil arg means toggle
965 or means turn-on. The default is unchanged.
966 Add a call to force-mode-line-update.
967
6b8a0b2d
DL
9682000-11-01 Dave Love <fx@gnu.org>
969
970 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
971 cookie.
972
5bf99100
MB
9732000-11-01 Miles Bader <miles@lsi.nec.co.jp>
974
975 * calendar/calendar.el (diary-face, holiday-face): Add
976 dark-background variants.
977
a4032611
SS
9782000-10-31 Sam Steingold <sds@gnu.org>
979
980 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
981 `tex-main-file' does not have directory in it.
982
c286608e
SM
9832000-10-31 Stefan Monnier <monnier@cs.yale.edu>
984
985 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
986
4836835a
TTN
9872000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
988
989 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
990 functional change.
991
26dcb81b
GM
9922000-10-31 Gerd Moellmann <gerd@gnu.org>
993
994 * files.el (find-file-noselect): When we expand a wildcard, return
995 a list of buffers, as we should do according to the doc string.
996
49fc4500
KR
9972000-10-31 Ken Raeburn <raeburn@gnu.org>
998
999 * loadup.el (top level): Adjust load path if program name is
1000 "../src/bootstrap-emacs", in case it's not dumped and thus the
1001 load path adjustment hasn't already been done.
1002
ea0c615d
GM
10032000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1004
1005 * ps-print.el: Fix bug on selected pages for printing. Use
1006 `color-values' for Emacs 21. Ensure fontification when jit-lock
1007 is on. Try to avoid warning messages when compiling. Doc Fix.
1008 (ps-print-version): New version number (6.3).
1009 (ps-color-device): Use `color-values' to determine if device
1010 supports color.
1011 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1012 (ps-print-page-p): Changed from defsubst to defun.
1013 (ps-page-number): Changed from defmacro to defun.
1014 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1015 printing.
c286608e 1016 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1017 (ps-end-file, ps-dummy-page): Funs eliminated.
1018 (ps-print-color-scale): Changed default value.
1019 (ps-page-n-up, ps-print-page-p): New internal vars.
1020 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1021 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1022
9e20722f
GM
1023 * delim-col.el: Little programming improvement.
1024 (delimit-columns-str): New macro.
1025 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1026
d7a0fd00
KH
10272000-10-31 Kenichi Handa <handa@etl.go.jp>
1028
c286608e
SM
1029 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1030 Moved to european.el.
d7a0fd00
KH
1031 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1032 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1033 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1034 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1035
234be340
DL
10362000-10-30 Dave Love <fx@gnu.org>
1037
1038 * progmodes/cc-menus.el (imenu-generic-expression)
1039 (imenu-progress-message): Only defvar when compiling.
1040
4edc4a39
DL
1041 * emacs-lisp/elp.el (elp-unload-hook): New function.
1042
1043 * loadhist.el (unload-feature): Call elp-restore-function,
1044 checking for symbols; don't use elp-restore-all.
1045 (loadhist-hook-functions): Doc fix.
1046
70c825df
SM
10472000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1048
1049 * log-edit.el (log-edit-confirm): Fix the default.
1050
1d3baf74
GM
10512000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1052
1053 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1054 delimit-columns-format.
1055 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1056
1ec321a7
MB
10572000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1058
1059 * comint.el (comint-replace-by-expanded-history): Don't use
1060 comint-get-old-input (we're not looking at *old* input).
1061 (comint-get-old-input-default): If using fields, signal an error
1062 when the point is not in an input field.
1063
70737ea9
KH
10642000-10-30 Kenichi Handa <handa@etl.go.jp>
1065
1066 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1067 and mule-unicode-e000-ffff.
1068
fa0cb51d 1069 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1070 (make-coding-system): Accept a symbol of translation table as a
1071 value of property `safe-chars'.
1072
1073 * international/mule-cmds.el (encode-coding-char): Check property
1074 safe-chars instead of safe-charsets.
1075
1076 * international/fontset.el (fontset-default): Modified for
1077 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1078 (x-font-name-charset-alist): Likewise.
1079 (ccl-encode-unicode-font): New CCL program. Record it in
1080 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1081
70c825df
SM
1082 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1083 New translation tables.
70737ea9
KH
1084 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1085 programs are modified and moved from mac-win.el.
1086 (mac-roman): Definition of this coding system is modified and
1087 moved from mac-win.el.
4836835a 1088
fda2ce24 10892000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1090
1d3baf74 1091 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1092 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1093
dd4d3cb6
MB
10942000-10-29 Miles Bader <miles@gnu.org>
1095
1096 * custom.el (custom-add-to-group): Allow multiple entries for a
1097 given value OPTION, as long as their widget types are different.
1098 * cus-edit.el (custom-face-value-create): If face name doesn't end
1099 with "face", add such here (similar to custom group widgets).
1100
1101 * comint.el (comint-highlight-prompt): Add :type.
1102
dace60cf
JW
11032000-10-28 John Wiegley <johnw@gnu.org>
1104
1105 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1106 Changed this function to operate on a temporary buffer instead of
1107 the main buffer. This not only keeps flyspell from marking a
1108 buffer as changed that wasn't, but it solves the jumpy cursor
1109 problem when attempts are made to edit incorrect words.
1110 (flyspell-maybe-correct-doubling): Same change as for
1111 `flyspell-maybe-correct-transposition'.
1112
1113 * calendar/timeclock.el (timeclock-log): Doc fix.
1114 (timeclock-last-event): Doc fix.
1115 (timeclock-log): Kill the timelog buffer after appending a new
1116 event.
1117 (timeclock-find-discrep): Use a temp buffer to read in the
1118 timelog, instead of visiting the file.
1119 (timeclock-log-data): A new function, along with a host of helper
1120 functions, for the purpose of making timelog data accessible to
1121 programmers.
1122
1123 * eshell/esh-mode.el (window-height test): Make certain that
1124 `eshell-stringify-t' is non-nil.
1125 (eshell-password-prompt-regexp): Changed to a much simpler
1126 password regexp.
1127 (eshell-send-input): If `eshell-invoke-directly' returns t,
1128 directly invoke the parsed command using `eval'. This improves
1129 turn-around time on simple commands by a factor of three or
1130 greater, such as cd, ls, pwd, etc. -- which get used very often.
1131 It also conserves thousands of cons cells per call (since
1132 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1133 in the Pacific Cookie Company).
1134
1135 * eshell/esh-test.el (eshell-test): Whitespace fix.
1136
1137 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1138 `eshell-ls-initial-args' nil when inserting directory contents.
1139
1140 * eshell/em-script.el (eshell-script-initialize): Add names to
1141 `eshell-complex-commands, since `source' and `.' are complex.
1142
0467b076
EZ
1143 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1144 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1145 `eshell-copy-handles'.
1146 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1147 bodies.
1148 (eshell-separate-commands): Whitespace fix.
1149 (eshell-complex-commands): Added a new list of names, for
1150 determining whether a given command is as simple as it looks.
1151 (eshell-invoke-directly): New function. Returns t if a command
1152 should be invoked directly (using `eval'), rather than indirectly
1153 using `eshell-do-eval'.
1154 (eshell-do-eval): Whitespace fix.
1155
1156 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1157 which provides an emulation of the DOS shell behavior of assuming
1158 that cp/mv/ln should copy/move/link to the current directory.
1159 (eshell-remove-entries): Added a doc string.
1160 (eshell-shuffle-files): Removed the check for `target' being null.
1161 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1162 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1163 it to do a smarter check of whether a destination was provided.
1164 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1165 (eshell/ln): Enable `:preserve-args', and use
1166 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1167 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1168 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1169 list after flattening it. This makes it possible to cat files
1170 with numerical names.
1171 (eshell-unix-initialize): Added several names to
1172 `eshell-complex-commands.
1173 (eshell-unix-command-complex-p): Return t if a given command name
1174 may result in external processes being invoked.
1175
1176 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1177 variable nil by default, since it slows down glob processing by a
1178 factor of two or more, and increases memory consumption.
1179
1180 * eshell/em-smart.el: Added a note about how memory consumptive
1181 smart display mode can be (at least this is true in Emacs 21).
1182 (eshell-smart-initialize): Whitespace fix.
1183 (eshell-refresh-windows): Use `if' instead of `when'.
1184 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1185 not necessary.
1186 (eshell-currently-handling-window): Added a missing global
1187 variable.
1188
1189 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1190 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1191 Whitespace fix.
1192 (eshell-ls-exclude-hidden): Added this variable in addition to
1193 `eshell-ls-exclude-regexp'. This one prevents files beginning
1194 with . from even being read, which can improve memory consumption
1195 quite a bit.
1196 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1197 read file entries beginning with a dot. In home directories with
1198 lots of hidden files, fully two-thirds of the time spent in ls is
1199 used to read directory entries that are immediately thrown away.
1200 (eshell-ls-initial-args): Added back this configuration variable,
1201 for specifying default initial arguments to every call to ls.
1202 Much faster than using an alias to do the same thing.
1203 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1204 (eshell-ls-dir): Whitespace change.
1205
1206 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1207
1208 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1209 available.
1210 (eshell-stringify-t): Added a customization variable, to indicate
1211 whether `t' should be rendered as a string at all. If not, one
1212 can still determine if the result of an expression is true using
1213 "file-exists-p FILE && echo true".
1214 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1215 stringify t!
1216
1217 * eshell/esh-module.el: Whitespace fix.
1218
1219 * eshell/em-alias.el (eshell-alias-initialize): Added
1220 `eshell-command-aliased-p' to `eshell-complex-commands'.
1221 (eshell-command-aliased-p): New function that returns t if a
1222 command name names an aliased.
1223
657f9cb8 12242000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1225
0467b076 1226 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1227 redrawing the screen when changing cursor color.
0467b076
EZ
1228 (viper-insert-state-pre-command-sentinel)
1229 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1230 (viper-replace-state-post-command-sentinel):
1231 Use viper-preserve-cursor-color.
657f9cb8
MK
1232 Many functions changed to use viper= instead of = when comparing
1233 characters.
0467b076 1234 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1235 working with characters.
0467b076 1236 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1237 Many functions changed to use viper= instead of = when comparing
1238 characters.
0467b076 1239 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1240
0467b076 1241 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1242 Several typos fixed in various docstrings.
0467b076
EZ
1243 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1244 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1245 hook.
0467b076
EZ
1246 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1247 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1248 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1249 (ediff-get-selected-buffers): New function.
1250 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1251 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1252 save-window-excursion.
0467b076 1253 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1254 termination check in while loop.
0467b076 1255 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1256 dired buffer.
0467b076
EZ
1257 (ediff-files,ediff-merge-files,ediff-files3)
1258 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1259
4f490d99
DL
12602000-10-28 Dave Love <fx@gnu.org>
1261
1262 * info.el (Info-fontify-node): Add help-echo for menu items.
1263
45b84006
EZ
12642000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1265
5ebc02b3
EZ
1266 * startup.el (normal-top-level): If the value of $TERM indicates
1267 we are running from xterm or one of its work-alikes, default to a
1268 light background mode.
1269
45b84006
EZ
1270 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1271 * faces.el (tty-handle-reverse-video): New function.
1272 (tty-create-frame-with-faces): Call it.
1273
1274 * frame.el (frame-notice-user-settings): Don't apply
1275 default-frame-alist and initial-frame-alist to MS-DOS frames.
1276 Call tty-handle-reverse-video, frame-set-background-mode, and
1277 face-set-after-frame-default for non-MS-DOS frames.
1278
1279 * startup.el (tty-long-option-alist): New variable.
1280 (tty-handle-args): New function.
1281 (command-line): Call tty-handle-args.
1282
1283 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1284 startup.el now does that for all character-terminal frames.
1285
eab6e8b9
MB
12862000-10-28 Miles Bader <miles@gnu.org>
1287
1288 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1289 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1290 global. If :global is followed by a non-nil but non-t value,
1291 make the mode buffer-local, but also generate a `global-MODE'
1292 version using `easy-mmode-define-global-mode'. Add
1293 :conditional-turn-on keyword argument.
1294
51a29efc
DL
12952000-10-28 Dave Love <fx@gnu.org>
1296
1297 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1298 use window-system.
1299
d71d7114
EZ
13002000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1301
1302 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1303 Don't call find-buffer-file-type-coding-system. Instead, just
1304 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1305 if the file is on an untranslated filesystem.
1306 (add-untranslated-filesystem): Use "D" instead of "f" inside
1307 interactive.
1308
1f9cab4b
DL
13092000-10-27 Dave Love <fx@gnu.org>
1310
70c825df 1311 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1312 (refill-mode): Use it.
1313
70c825df
SM
13142000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * international/quail.el (quail-activate): Don't make-local-hook.
1317
7432cf10
AS
13182000-10-27 Andre Spiegel <spiegel@gnu.org>
1319
4836835a 1320 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1321 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1322 (vc-make-version-backup): Don't do it on MS-DOS without long file
1323 names.
4836835a 1324
7432cf10
AS
1325 * vc.el (vc-version-other-window): If an automatic backup of the
1326 desired version exists, rename it instead of copying it.
1327
4836835a
TTN
1328 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1329 after command. If there's an unexpected error, signal it instead
7432cf10 1330 of being silent.
e1483c38 1331 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1332
05ea7ef2
MB
13332000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1334
fd1035aa
MB
1335 * shell.el (shell): Add BUFFER argument.
1336 * comint.el (make-comint-in-buffer): New function.
1337 (make-comint): Use it.
1338
05ea7ef2
MB
1339 * faces.el (face-spec-choose): Change syntax so that the list of
1340 attribute-value pairs is now the cdr of each clause, not the cadr.
1341 Detect old-style entries, and handle them. Use pop.
1342
835a55fe
SM
13432000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1344
f5ab1cdd
SM
1345 * cus-edit.el (custom-mode-map): Use a sparse map.
1346 (custom-mode): Don't bother with make-local-hook.
1347
1348 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1349
835a55fe
SM
1350 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1351
c13b0ec8
GM
13522000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1353
1354 * ps-print.el: Avoid compilation gripes.
1355 (ps-print-version): New version number (6.2.1).
4836835a 1356
e9f63196
DL
13572000-10-26 Dave Love <fx@gnu.org>
1358
0b95284b
DL
1359 * menu-bar.el: Modify some menu item help strings.
1360 (menu-bar-help-menu): Add link to MORE.STUFF.
1361
e9f63196
DL
1362 * cus-edit.el (custom-mode): Add `special' mode-class property.
1363
1364 * wid-browse.el (widget-browse-mode): Likewise.
1365
1366 * wid-edit.el (widget-specify-field): Revert to using local-map
1367 property, not keymap.
1368
e276a14a
MB
13692000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1370
c1545d88
MB
1371 * wid-edit.el (widget-field-end): When checking for a `boundary'
1372 field, do so in the correct buffer.
1373
3c1b77ca
MB
1374 * simple.el (undo): Correctly distinguish between numeric and
1375 non-numeric prefix args in non-transient-mark-mode, as per the doc
1376 string. When in transient-mark-mode, treat all prefix-args as
1377 numeric.
1378
f5ab1cdd
SM
1379 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1380 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1381
1382 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1383 (comint-mode-map): Reverse order of `comint-write-output' and
1384 `comint-append-output-to-file'.
1385 (comint-append-output-to-file): Reinstate this function, for the
1386 benefit of the menu.
1387
d97151cb
SM
13882000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1389
1390 * vc.el (vc-version-other-window): Bind `file'.
1391
ea7d6f5b
GM
13922000-10-25 Gerd Moellmann <gerd@gnu.org>
1393
f5ab1cdd 1394 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1395
1396 * emacs-lisp/authors.el (batch-update-authors): New function.
1397 (authors-fixed-entries): New defconst.
1398 (authors-add-fixed-entries): New function.
1399 (authors): Call it.: Don't process lispref/.
1400
17c25cea
JR
14012000-10-25 Jason Rumney <jasonr@gnu.org>
1402
1403 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1404 Merge x w32 and mac definitions.
1405
4ecda532
GM
14062000-10-25 Gerd Moellmann <gerd@gnu.org>
1407
1408 * menu-bar.el (menu-bar-options-menu): Add a help string for
1409 `uniquify'.
1410
b6735035
GM
14112000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1412
f5ab1cdd
SM
1413 * time-stamp.el (time-stamp-string-preprocess):
1414 Fix a wrong type argument error.
b6735035 1415
f4cbc7a0
MB
14162000-10-25 Miles Bader <miles@gnu.org>
1417
1418 * recentf.el (recentf-mode): Variable removed.
1419 (recentf-mode): Use `define-minor-mode'.
1420
1421 * mwheel.el (mouse-wheel-mode): New global minor mode.
1422 (mwheel-install): Use `mouse-wheel-mode'.
1423
f4b020f6
DL
14242000-10-25 Dave Love <fx@gnu.org>
1425
f5ab1cdd
SM
1426 * progmodes/cperl-mode.el (cperl-mode):
1427 Set normal-auto-fill-function correctly.
072cb6f9 1428
f4b020f6
DL
1429 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1430 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1431 bindings.
f4b020f6 1432
ebe2a441
MB
14332000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1434
ff4dcd4b
MB
1435 * wid-edit.el (widget-field-at): New function.
1436 (widget-at, widget-field-activate): Use it.
1437 (widget-tabable-at): Use `widget-at'.
1438 (widget-specify-field): If the terminating character of the widget
1439 field (which is read-only) is a newline, put it into a special
1440 `boundary' field so that C-n/C-p act more naturally.
1441 (widget-field-end): Also don't subtract one if a special
1442 `boundary' field has been added after the widget field.
1443
ebe2a441
MB
1444 * comint.el (comint-output-filter, comint-send-input): Don't
1445 bother adding stickiness fields to overlays to fool the field
1446 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1447
ebe2a441
MB
1448 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1449 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1450 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1451
fe50b6ab
GM
14522000-10-24 Gerd Moellmann <gerd@gnu.org>
1453
53df4dda
GM
1454 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1455 (authors): Set file coding system to iso-2022-7bit. Add
1456 file-local variables to output buffer.
1457
4836835a 1458 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1459 WARN is nil.
1460
53df4dda
GM
14612000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1462
1463 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1464
1465 * delim-col.el: Now there is a column formatting mechanism.
1466 Modified to customization mechanisms convention. Doc fix.
1467 (columns): New group for delim-col.
1468 (delimit-columns-before, delimit-columns-after)
1469 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1470 (delimit-columns-end): New vars.
1471 (delimit-columns-customize, delimit-columns-format): New funs.
1472 (delimit-columns-region, delimit-columns-rectangle)
1473 (delimit-columns-rectangle-line): Modified to support column
1474 formatting.
4836835a 1475
a9839779
DL
14762000-10-24 Dave Love <fx@gnu.org>
1477
1478 * log-edit.el (log-edit): Add :version and a :group for vc.
1479
df0267b8
GM
14802000-10-24 Gerd Moellmann <gerd@gnu.org>
1481
9acc3873
GM
1482 * files.el (after-find-file): Don't print a message ``New file''
1483 if WARN is nil.
1484
63e1b552
GM
1485 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1486 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1487 get duplicate tool-bar entries because we'll see the global ones
1488 on more than one path through keymaps.
1489
1946f901
GM
1490 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1491
df0267b8
GM
1492 * progmodes/cmacexp.el: Change Francesco's email address.
1493
ae3b264b
KH
14942000-10-24 Kenichi Handa <handa@etl.go.jp>
1495
1496 * window.el (fit-window-to-buffer): Adjust point of the window
1497 buffer, not that of the current buffer.
1498
23afac01
EZ
14992000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1500
1501 * progmodes/cmacexp.el: Update the euthor's email address.
1502
22d1a4ed
MB
15032000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1504
1505 * faces.el (face-spec-set-match-display): Add `graphic' display
1506 type (the inverse of `tty'). Use `display-graphic-p' instead of
1507 the window-system variable.
1508
f408aa48
KH
15092000-10-24 Kenichi Handa <handa@etl.go.jp>
1510
1511 * international/isearch-x.el (isearch-with-input-method): Call
1512 input-method-function with the first event in
1513 unread-command-events.
1514
94fe8a31
MB
15152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1516
1517 * faces.el (face-default-spec, face-user-default-spec): Make
1518 defsubsts.
1519
8f47302e
AC
15202000-10-24 Andrew Choi <akochoi@i-cable.com>
1521
1522 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1523 New charsets.
1524
1525 * term/mac-win.el: Remove definitions of mac-roman-lower and
1526 mac-roman-upper, require dired, and define instead of set
1527 mac-ready-for-drag-n-drop to avoid compilation error.
1528
446c097e
AI
15292000-10-23 Andrew Innes <andrewi@gnu.org>
1530
1531 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1532 superfluous calls to subst-char-in-string; instead apply
1533 expand-file-name after convert-standard-filename to ensure
1534 expected directory separators are used.
1535
379b70e7
EZ
15362000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1537
1538 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1539
85c766e9
DL
15402000-10-23 Dave Love <fx@gnu.org>
1541
b7e03a67
DL
1542 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1543 (tool-bar-add-item): Set foreground and background for XBM icons.
1544
1545 * international/latin1-disp.el (latin1-char-displayable-p): New
1546 function (from Handa).
1547 (latin1-display-check-font): Use it.
1548
0dcf8835
DL
1549 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1550 using :key-sequence, making it much more usable. Use nconc, not
1551 append.
1552 (imenu--create-keymap-1): Avoid append.
1553
85c766e9 1554 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1555
cb3069bb
MB
15562000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1557
1558 [the following changes fix a bug where `define-minor-mode' didn't
1559 correctly generate :require clauses for defcustoms in compiled files]
1560 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1561 (byte-compile-log-file, byte-compile-log-1): Don't set
1562 `byte-compile-current-file' to nil. Instead set
1563 `byte-compile-last-logged-file' to it. Test whether
1564 byte-compile-current-file equals byte-compile-last-logged-file
1565 instead of whether its nil.
3b6542ba 1566 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1567
6db6243b
SM
15682000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1569
1570 * textmodes/refill.el: Fix var names in doc.
1571 (refill-mode): Don't bother with make-local-hook anymore.
1572
98490598
MB
15732000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1574
e01cd227
MB
1575 * faces.el (face-user-default-spec, face-default-spec): New functions.
1576 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1577 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1578 Use `face-user-default-spec'. Simplify code slightly.
1579
4836835a 1580 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1581 (woman-unknown-face): Add dark-background variants.
1582 (woman-default-faces): Renamed from `woman-colour-faces'.
1583 Set using the stored defaults, rather than using hard-wired colors.
1584 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1585 Just make the foreground `unspecified' rather than "black".
1586 (woman-menu): Rename menu entries accordingly.
1587
98490598
MB
1588 * faces.el (header-line): Make more reasonable on mono/grayscale
1589 displays.
1590
1a578e9b
AC
15912000-10-23 Andrew Choi <akochoi@i-cable.com>
1592
1593 * cus-edit.el (custom-button-face): Use 3D look for mac.
1594 (custom-button-pressed-face): Likewise.
1595
1596 * faces.el (set-face-attributes-from-resources): Handle mac frames
1597 in the same way as x and w32 frames.
1598 (face-valid-attribute-values): Likewise.
1599 (read-face-attribute): Likewise.
1600 (defined-colors): Likewise.
1601 (color-defined-p): Likewise.
1602 (color-values): Likewise.
1603 (display-grayscale-p): Likewise.
1604 (face-set-after-frame-default): Likewise.
1605 (mode-line): Same default face as for x and w32.
1606 (tool-bar): Likewise.
1607
1608 * frame.el: Remove call to frame-notice-user-settings at end of
1609 the file.
1610
1611 * info.el (Info-fontify-node): make underlines invisible for mac
1612 as for x, pc, and w32 frame types.
1613
1614 * term/mac-win.el: New file.
1615
aaaf7be7
DL
16162000-10-22 Dave Love <fx@gnu.org>
1617
1618 * textmodes/refill.el: New file.
1619
5392d654
AS
16202000-10-22 Andre Spiegel <spiegel@gnu.org>
1621
4836835a 1622 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1623 MANUAL and REGEXP.
4836835a 1624 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1625 New functions.
1626 (vc-before-save): Use the latter.
1627 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1628 confusion.
1629
4836835a 1630 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1631 expected by vc[-hooks].el.
1632
1633 * vc.el (vc-checkout): Added `-p' suffix in call to
1634 vc-make-version-backups-p; use vc-make-version-backup to actually
1635 make the backup.
1636 (vc-version-other-window, vc-version-backup-file): Handle both
1637 automatic and manual backups.
1638 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1639 of all of them.
1640
1e221c16
MB
16412000-10-22 Miles Bader <miles@gnu.org>
1642
7ff4fda5
MB
1643 * comint.el (comint-highlight-input, comint-highlight-prompt):
1644 Renamed, `-face' at end removed.
1645 (comint-send-input, comint-output-filter): Use renamed faces.
1646
3511cde8
MB
1647 * window.el (fit-window-to-buffer): Change defaulting of
1648 MAX-HEIGHT slightly.
1649
1e221c16
MB
1650 * faces.el (color-values, color-defined-p): Use `member', not
1651 `memq', because it works correctly for strings.
1652 (frame-set-background-mode): Actually, "unspecified-fg" and
1653 "unspecified-bg" *are* strings. Use `member', not `memq', and
1654 `equal', not `eq', when a string value is possible.
1655
b6ef4898
EZ
16562000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1657
1658 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1659
34939e2c
SM
16602000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1661
1662 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1663 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1664 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1665 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1666 (sh-font-lock-syntactic-keywords): Use them.
1667 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1668 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1669 (sh-mode): Don't override font-lock-unfontify-region-function.
1670 Use a copy of sh-font-lock-syntactic-keywords.
1671 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1672 Don't call sh-scan-buffer since font-lock does it on the fly.
1673 (sh-get-indent-info): Use `face' rather than `syntax-table'
1674 text-property to detect here-documents.
1675 Replace sh-special-syntax with sh-st-punc.
1676 (sh-prev-line): Use `face' rather than `syntax-table'
1677 text-property to skip over here-documents.
1678 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1679 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1680 (sh-electric-less, sh-set-here-doc-region)
4836835a 1681 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1682 (sh-scan-buffer, sh-rescan-buffer): Remove.
1683
f3d3c491
AI
16842000-10-21 Andrew Innes <andrewi@gnu.org>
1685
1686 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1687 remote (ange-ftp) file names.
1688
b86c791c
MB
16892000-10-21 Miles Bader <miles@gnu.org>
1690
d9c30bdf
MB
1691 * window.el (fit-window-to-buffer): New function.
1692 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1693 (window-text-height): Don't expect minibuffers to have mode-lines.
1694
d9c30bdf 1695 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1696 * international/quail.el (quail-update-guidance): Use
1697 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1698
617fee5a
MB
1699 * international/quail.el (quail-show-guidance-buf): Make sure
1700 guidance window really has enough room.
1701 (quail-update-guidance): If quail-guidance-win is already shown,
1702 make sure its height is OK.
1703
b86c791c
MB
1704 * window.el (window-text-height, set-window-text-height):
1705 New functions.
1706 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1707 instead of `window-height' & `mode-line-window-height-fudge'.
1708 (mode-line-window-height-fudge): Add FACE parameter.
1709 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1710 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1711
e34850d1
MB
17122000-10-20 Miles Bader <miles@gnu.org>
1713
1714 * window.el (height-affecting-face-attributes): Use `defconst'.
1715
1716 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1717 New function, conditionally aliased to `mode-line-window-height-fudge'.
1718 (ispell-help): Use it.
1719 (ispell-choices-win-default-height): Don't include mode-line fudge.
1720 (ispell-choices-win-default-height): New function.
1721 (ispell-show-choices, ispell-command-loop): Use function
1722 `ispell-choices-win-default-height' instead of variable.
1723
a8b883c2
MB
17242000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1725
8c6e4a58
MB
1726 * window.el (mode-line-window-height-fudge): New variable.
1727 (height-affecting-face-attributes): New variable.
1728 (mode-line-window-height-fudge): New function.
1729 (shrink-window-if-larger-than-buffer): Use it.
1730 * help.el (resize-temp-buffer-window): Likewise.
1731
a8b883c2
MB
1732 * info.el (Info-fontify-node): Add support for @subsubsection
1733 titles, which use `Info-title-4-face'.
1734 (Info-title-4-face): New face.
1735 (Info-title-3-face): Inherit from Info-title-4-face instead of
1736 variable-pitch.
1737
e64c3a75
JR
17382000-10-19 Jason Rumney <jasonr@gnu.org>
1739
1740 * dired.el (dired-insert-directory): Do not let errors signalled by
1741 attempt to run dired-free-space-program prevent dired from working.
1742
c70fe852
SM
17432000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1744
1745 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1746
877cf6b4
GM
17472000-10-19 Gerd Moellmann <gerd@gnu.org>
1748
5de037e0
GM
1749 * dirtrack.el (dirtrack): Fix call to run-hooks.
1750
6deb9af9
GM
1751 * cmuscheme.el (cmuscheme-program-name): Renamed from
1752 scheme-program-name because xscheme.el contains a defcustom with
1753 the same name. As a consequence, customizing group `cmuscheme'
1754 loaded `xscheme' which redefined run-scheme.
1755 (run-scheme): Use cmuscheme-program-name.
1756
877cf6b4
GM
1757 * ps-print.el (ps-print-emacs-type): Move into the
1758 eval-and-compile.
1759
e597d8fb 1760 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1761 anonymous address, and add a website for Befrienders International.
4836835a 1762
3e9cb08f
GM
17632000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1764
c70fe852
SM
1765 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1766 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1767 (ps-print-version): New version number (6.2).
1768 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1769 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1770 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1771 (ps-x-extent-priority, ps-x-extent-start-position)
1772 (ps-x-face-font-instance, ps-x-find-coding-system)
1773 (ps-x-font-instance-properties, ps-x-make-color-instance)
1774 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1775 avoid compilation gripes without defining functions.
1776 (ps-e-find-composition): Alias for function find-composition, to have a
1777 suitable function depending on Emacs version.
1778 (ps-color-device, ps-color-values, ps-face-foreground-name)
1779 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1780 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1781 (ps-print-ensure-fontified): Function definitions surrounded by
1782 `eval-and-compile' to avoid compilation gripes.
1783 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1784 by symbol-value to avoid compilation gripes.
1785 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1786 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1787
d8abcd91
MB
17882000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1789
13ab33c4
MB
1790 * startup.el (normal-top-level): Call `frame-set-background-mode'
1791 after `frame-notice-user-settings' because the latter doesn't call
1792 the former on a tty.
1793
d8abcd91
MB
1794 * faces.el (frame-set-background-mode): `unspecified' &c are
1795 symbols, not strings.
1796
e8bce0a9
EZ
17972000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1798
c70fe852
SM
1799 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1800 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1801
c70fe852
SM
1802 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1803 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1804
773272d8
KH
18052000-10-19 Kenichi Handa <handa@etl.go.jp>
1806
c70fe852 1807 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1808 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1809 for ISO10646-1 fonts.
1810 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1811
772139c0
EZ
18122000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1813
1814 * faces.el (frame-set-background-mode): If a tty frame defines a
1815 background color, use that to compute the background mode, instead
1816 of always defaulting to "dark".
1817
d134a19f
MB
18182000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1819
8bb84cb2
MB
1820 * comint.el (comint-write-output): New function.
1821 (comint-mode-map): Add it to the menu.
e40a778f 1822 Bind `C-c C-s' to comint-write-output.
d134a19f 1823
dada41e1
GM
18242000-10-18 Gerd Moellmann <gerd@gnu.org>
1825
1826 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1827 Use fancy-splash-delay.
1828
9b5360aa
GM
18292000-10-18 Alex Schroeder <alex@gnu.org>
1830
1831 * progmodes/sql.el (sql-sybase-options): New option.
1832 (sql-sybase): Use it. Add sql-database to the list of parameters
1833 provided for login. The options -w 2048 -n are not used any more.
1834
9035a35a
GM
1835 * comint.el (comint-read-input-ring): Bugfix such that the first
1836 and the last entry of the input ring file are not lost.
1837
3556c6dd
GM
18382000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1839
1840 * ps-print.el: Internal variable changes to defcustom,
1841 make-local-hook changes to defvar. Doc fix.
1842 (ps-print-version): New version number (6.1).
1843 (ps-setup, ps-do-despool): Code fix.
1844 (ps-printer-name): Customization fix.
1845 (ps-printer-name-option): Now is a defcustom instead of an
1846 internal variable.
1847 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1848 (ps-print-begin-column-hook): Now are defvar instead of
1849 make-local-hook.
4836835a 1850
4e217e50
MB
18512000-10-18 Miles Bader <miles@gnu.org>
1852
1853 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1854 (comint-kill-output): Changed into an alias for `comint-delete-output',
1855 and made obsolete.
1856 (comint-mode-map): Rename references to comint-kill-output.
1857
34460354
EZ
18582000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1859
1860 * diff-mode.el (diff-header-face, diff-file-header-face)
1861 (diff-changed-face): Add bold and italic attributes to tty faces.
1862 (diff-function-face): New face.
1863 (diff-font-lock-keywords): Use it.
1864
17ea3cdb
MB
18652000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1866
1867 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1868 Remove commented-out call to force-mode-line-update.
1869 (comint-kill-output): Use `forward-line 0' instead of
1870 beginning-of-line to make sure we get past the prompt.
1871
9244f2c7
SM
18722000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * diff-mode.el (diff-header-face, diff-file-header-face):
1875 Add specific setting for dark background.
1876 (diff-context-face): Renamed from diff-comment-face.
1877 Set explicitly rather than inheriting from font-lock-comment-face.
1878
1592c1ef
EZ
18792000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1880
1881 * startup.el (command-line): Move the code which sets the default
1882 TTY colors to before before-init-hook.
1883
f86292a9
GM
18842000-10-17 Gerd Moellmann <gerd@gnu.org>
1885
1886 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1887
f7f2e883
EZ
18882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1889
e854cc22
EZ
1890 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1891 extensions, for MS-DOS.
1892
f7f2e883
EZ
1893 * diff-mode.el (diff-header-face, diff-file-header-face)
1894 (diff-changed-face): Define tty-specific colors.
1895
c7b4f0f9
GM
18962000-10-17 Gerd Moellmann <gerd@gnu.org>
1897
1898 * startup.el (fancy-splash-text): Realign the text.
1899
12a72271
EZ
19002000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1901
1902 * font-lock.el (font-lock-comment-face): Define a separate default
1903 for dark-background tty's.
1904
61dfccfd
MB
19052000-10-17 Miles Bader <miles@gnu.org>
1906
1907 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1908 being obscured by whizzy mode-lines on graphics displays.
1909
333cd59e
EZ
19102000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1911
1912 * info.el (Info-title-1-face, Info-title-2-face)
1913 (Info-title-3-face): Define colors for tty's.
dada41e1 1914 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1915
dbf1fcc1
EZ
19162000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1919 reverse from the frame parameters, and don't invert foreground and
1920 background colors.
1921
ac629823
MB
19222000-10-16 Miles Bader <miles@gnu.org>
1923
1924 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1925 string "*Info*". Call propertized-buffer-identification to spruce
1926 up the result.
1927
76eebffc
GM
19282000-10-16 Gerd Moellmann <gerd@gnu.org>
1929
3a6b59d9
GM
1930 * help.el: Provide `help' for the sake of define-minor-mode
1931 which generates defcustoms with requires.
1932
6569c3d3
GM
1933 * jit-lock.el (jit-lock-after-change): If we're in text that
1934 matches a multi-line font-lock pattern, make sure the whole text
1935 will be redisplayed.
1936
c2e0a611
GM
1937 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1938 author's name is unknown.
1939
76eebffc
GM
1940 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1941 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1942 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1943 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1944 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1945 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1946 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1947 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1948 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1949 Add author information.
1950
cf1e7b12
MB
19512000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1952
1953 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1954 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1955 full-color version (using the Gimp) to eliminate dithering artifacts.
1956
5586f3eb
SM
19572000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1958
1959 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1960
1961 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1962
ad64a888
DL
19632000-10-15 Dave Love <fx@gnu.org>
1964
1965 * progmodes/sh-script.el: Require skeleton and comint when
1966 compiling.
1967
1968 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1969
1970 * whitespace.el: Doc fixes.
1971 (top-level): Don't add hooks here.
1972 (whitespace-running-emacs): Deleted.
1973 (timer): Don't require.
1974 (whitespace): Add back :version conditional on xemacs test.
1975 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1976 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1977 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1978 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1979 Avoid specific xemacs test.
1980 (whitespace-global-mode): New option.
1981 (whitespace-global-mode): New command.
1982 (whitespace-unload-hook): New function.
1983
1984 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1985 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1986 (Info-fontify-node): `Goto' goes to `Go to'.
1987 (Info-fontify-node): Add help-echo to xref links.
1988
1ef49fc6
EZ
19892000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1990
1991 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1992
8b7707e1
SM
19932000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1994
b3b7f42f
SM
1995 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1996 Use plist-get and allow :inherit.
1997
1998 * emacs-lisp/cl-macs.el (cl-do-arglist):
1999 Use plist-get and plist-member instead of memq.
2000
3c7fafc7
SM
2001 * emacs-lisp/ewoc.el (ewoc-location): New function.
2002 (ewoc-enter-after, ewoc-enter-before): Document return value.
2003 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2004 Don't need make-local-hook any more.
2005 (cvs-addto-collection): Return the new tin.
2006 (cvs-mode-insert): Jump to the new line.
2007
8b7707e1
SM
2008 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2009
2010 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2011
2012 * font-lock.el (font-lock-syntactically-fontified): New var.
2013 (font-lock-fontify-syntactic-keywords-region): Use it.
2014 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2015
2016 * diff-mode.el (diff-find-file-name): Fix regexp.
2017
2018 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2019 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2020
2021 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2022 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2023 (sh-mode): Don't make all vars local here.
2024 (sh-kw): Reformat.
2025 (sh-set-shell): Use dolist. Don't set indent-region-function.
2026 (sh-mode-syntax-table): Use pop.
2027 (sh-remember-variable): Use push.
2028 (sh-help-string-for-variable): Use memq.
2029 (sh-safe-backward-sexp): Remove.
2030 (sh-safe-forward-sexp): Add ARG.
2031 (sh-get-indent-info, sh-prev-stmt): Use it.
2032 (sh-prev-line): Simplify by using forward-comment.
2033 (sh-this-is-a-continuation): Simplify.
2034 (sh-learn-buffer-indent): Use dolist.
2035 (sh-do-nothing): Remove.
2036 (sh-set-char-syntax, sh-set-here-doc-region):
2037 Use inhibit-modification-hooks.
2038 (sh-name-style): Use mapcar and push.
2039 (sh-load-style): Use dolist.
2040 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2041 (sh-case, sh-while-getopts): Use propertize directly rather
2042 than sh-electric-rparen.
2043
20442000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2045
2046 * textmodes/tex-mode.el: Require CL when compiling.
2047 (tex-mode-syntax-table): Init immediately.
2048 (tex-mode-map): Bind M-RET to latex-insert-item.
2049 (latex-mode): Set indent-line-function to latex-indent.
2050 (tex-common-initialization): Don't setup the syntax-table any more.
2051 (latex-insert-item): New skeleton.
2052 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2053 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2054 (latex-indent, latex-find-indent): New functions.
4836835a 2055 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2056 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2057 (tex-compilation-parse-errors): Use with-syntax-table.
2058
86b7fcbb
MB
20592000-10-15 Miles Bader <miles@gnu.org>
2060
2061 * font-lock.el (font-lock-comment-face): Change dark-background,
2062 color, non-tty, default to `chocolate1'.
2063
57a24508
JW
20642000-10-13 John Wiegley <johnw@gnu.org>
2065
2066 * eshell/esh-util.el (require): Added a missing `require' form,
2067 needed when compiling (for an ange-ftp macro definition).
2068
40ad3db4
DL
20692000-10-13 Dave Love <fx@gnu.org>
2070
2071 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2072
db460189
GM
20732000-10-13 Gerd Moellmann <gerd@gnu.org>
2074
b41c9501
GM
2075 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2076 fix.
2077
4836835a 2078 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2079 transparent -colors 8).
2080
3b5e21df
GM
20812000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2082
2083 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2084 that breaks with old list format timestamps.
2085 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2086 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2087 strings.
2088
16908a3f
JW
20892000-10-13 John Wiegley <johnw@gnu.org>
2090
d7103dda
JW
2091 * align.el, pcomplete.el, calendar/timeclock.el,
2092 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2093
dace60cf 2094 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2095 faulty math, where holiday hours were being computing as seconds.
2096
b6b70cda
JW
20972000-10-13 John Wiegley <johnw@gnu.org>
2098
2099 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2100 specifying what "other" kinds of buffers should be saved. This
2101 used to be hard-coded.
2102 (desktop-buffer-misc-functions): A global for specifying how
2103 auxiliary data should be determined for special buffer types.
2104 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2105 instead of hard-coding the special buffer types.
2106 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2107 auxiliary data, instead of hard-coding for Info buffers and dired.
2108 (desktop-buffer-info-misc-data): Aux function for determining Info
2109 buffer auxiliary info.
2110 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2111 (desktop-buffer-info): Changed this function to use the info
2112 gathered above.
2113 (desktop-create-buffer): Be a little more careful about what
2114 `minor-mode' means before calling it. This is important for some
2115 buffer types.
2116
8c6b1d83
JW
21172000-10-13 John Wiegley <johnw@gnu.org>
2118
2119 * eshell/esh-util.el: Added a global form which declares an
2120 autoload for `parse-time-string', if that function is not already
2121 defined, and if parse-time.el is available on the user's system.
2122
2123 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2124 to be aware of ange-ftp user info.
2125 (eshell-do-ls): Bind `ange-cache'. Also, use
2126 `eshell-file-attributes'.
2127 (eshell-ls-annotate): Use `eshell-file-attributes'.
2128 (eshell-ls-file): Made the user-id printing code a bit smarter.
2129
2130 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2131 allow identification of alias user ids in remote directories.
2132 It's manual, but there's no other way to know when the current
2133 user on the local machine, is also the owning user on the remote
2134 machine.
2135 (fboundp): Bind `ange-cache'.
2136 (eshell-directory-files-and-attributes): Re-organized the logic a
2137 bit to use `eshell-file-attributes' instead of `file-attributes'.
2138 The former is more sensitive to directories that are read via FTP,
2139 and knows how to use ange-ftp to determine full attribute
2140 information, instead of just the name and last modtime.
2141 (eshell-current-ange-uids): Return the current user id when in a
2142 remote directory.
2143 (eshell-parse-ange-ls): Parse a full directory listing that has
2144 been returned by ange-ftp.
2145 (eshell-file-attributes): This beefed up version of
2146 `file-attributes' is only special if the user is currently in a
2147 remote directory, in which case it does a lot of work to find out
2148 what the real attributes of a file are, as they appear on the
2149 remote machine. This makes usage of remote directories (i.e.,
2150 ange-ftp pathnames) much more useful. You can now use Eshell as a
2151 full-fledged FTP client, with much more manipulation ability than
2152 most other clients.
2153
2154 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2155 variable, which means that Eshell's du should always be preferred
2156 in remote directories.
2157 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2158 just `file-attributes'.
2159 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2160 when reading remote directories. This is an Eshell-specific
2161 variable (not part of ange-ftp).
2162 (eshell/ln): Bind `ange-cache'.
2163 (eshell/du): Added some extra logic for determining when to use
2164 Eshell's du (which is slow), and when to use the external version
2165 (which may or may not exist).
2166
2167 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2168 `eshell-interactive-process', rather than using
2169 `get-buffer-process', since backgrounded processes don't count in
2170 the context of this function's logic.
2171
2172 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2173 `forward-char', so that null strings are parsed correctly.
2174
87730e84 21752000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2176
2177 * eshell/em-pred.el (eshell-pred-file-type,
2178 eshell-pred-file-links, eshell-pred-file-size): Use
2179 `eshell-file-attributes'. This is more correct over ange-ftp.
2180
2181 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2182 that remote file globbing is more efficient.
2183
2184 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2185 gathering the files and attributes within a directory.
2186
2187 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2188 the command line is a special file (not a regular file, directory
2189 or symlink), always attempt to call the external version of cat.
2190
87730e84 21912000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2192
2193 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2194 Eshell-friendly version of find-tag.
2195
1c7e37a9
MB
21962000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2197
4836835a 2198 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2199 (image-file-name-regexps): Add autoload cookies.
2200
11a7f341
KH
22012000-10-13 Kenichi Handa <handa@etl.go.jp>
2202
2203 * international/mule-cmds.el (select-safe-coding-system): If FROM
2204 is string, show it in *Warning* buffer.
2205
8ddddcb0
EZ
22062000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2207
2208 * startup.el (normal-top-level): Use display-popup-menus-p instead
2209 of window-system.
2210 (command-line): Use display-graphic-p instead of window-system.
2211 (command-line-1): Use display-popup-menus-p and display-mouse-p
2212 instead of window-system.
2213
72200f89
SS
22142000-10-12 Sam Steingold <sds@gnu.org>
2215
2216 * tooltip.el (tooltip-use-echo-area): New user variable.
2217 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2218
8661c643
DL
22192000-10-12 Dave Love <fx@gnu.org>
2220
d0b40dc1
DL
2221 * recentf.el: Maintainer's checkdoc fixes.
2222
a622451f
DL
2223 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2224 character class, not ASCII when matching file names.
2225 (fancy-splash-head): Add trailing slash to URL.
2226 (command-line): Don't require XPM support for toolbar.
2227
8661c643
DL
2228 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2229 (cperl-invalid-face): Revert last change.
2230 (cperl-init-faces): Quote cperl-invalid-face.
2231
ef2ed8ab
KH
22322000-10-12 Kenichi Handa <handa@etl.go.jp>
2233
2234 * startup.el (fancy-splash-text): Remove superfluous quote.
2235
b0da379e
GM
22362000-10-12 Gerd Moellmann <gerd@gnu.org>
2237
dbeb499b
GM
2238 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2239 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2240 (command-line-1): Don't use fancy-splash-pending-command.
2241 (fancy-splash-screens-1): Goto point-min after inserting text.
2242
d861718a
GM
2243 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2244
b0da379e
GM
2245 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2246 instead of shared-lisp-mode-map.
2247
4fb2ad98
MB
22482000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2249
1cb4393e
MB
2250 * faces.el (header-line): Change tty-variant to use underlining.
2251
4fb2ad98
MB
2252 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2253 (isearch-highlight): Restore lazy-isearch face properties at old
2254 position, and suppress them at new position.
2255 (isearch-dehighlight): Restore lazy-isearch face properties.
2256 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2257 over the real isearch overlay, but in that case, don't give it a
2258 face property. Use `push'.
2259
eb991b25
KH
22602000-10-12 Kenichi Handa <handa@etl.go.jp>
2261
2262 * man.el (Man-getpage-in-background): Fix previous change.
2263 Decode the process output only when we are in multibyte mode.
2264
a818c1c0
DL
22652000-10-11 Dave Love <fx@gnu.org>
2266
c990f53a
DL
2267 * info.el (Info-mode-menu): Fix some help.
2268 (info-tool-bar-map): Add entry for Info-last.
2269
a818c1c0
DL
2270 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2271 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2272 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2273 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2274 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2275 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2276 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2277 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2278 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2279 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2280 Reduce colour requirements to 25 overall. (Probably wants
2281 revisiting from the originals to reduce further.)
2282
c1b096cb
EZ
22832000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2284
2285 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2286 buffer-file-coding-system, instead of raw-text.
2287 (dehexlify-buffer): Bind coding-system-for-read to
2288 buffer-file-coding-system, instead of raw-text.
2289
5c8b7eaf
SS
22902000-10-11 Sam Steingold <sds@gnu.org>
2291
2292 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2293 `underline' - fixes the bug introduced on 2000-09-21.
2294
2cfbdb7a
DL
22952000-10-11 Dave Love <fx@gnu.org>
2296
2297 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2298 compiler warnings.
2299 (scheme-mode): Doc fix.
2300 (scheme-font-lock-keywords-1): Match `define-syntax'.
2301
23022000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2303
2304 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2305 face specs as well as default ones. Only do anything if the
2306 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2307 (region): Make dark-background `region' face less in-your-face.
4b33f290 2308
690ec649
SS
23092000-10-10 Sam Steingold <sds@gnu.org>
2310
2311 * chistory.el, ielm.el, ledit.el:
2312 * progmodes/inf-lisp.el, progmodes/scheme.el:
2313 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2314
3b95d6bb
SM
23152000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2316
2317 * textmodes/texinfo.el: Update copyright and fix typo.
2318
2319 * desktop.el (desktop-modes-not-to-save): New var.
2320 (desktop-save-buffer-p): Use it.
2321 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2322 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2323
d646c828
DL
23242000-10-10 Dave Love <fx@gnu.org>
2325
2326 * toolbar/tool-bar.el (tool-bar-add-item)
2327 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2328 display.
2329
d646c828
DL
2330 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2331 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2332 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2333 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2334 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2335 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2336 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2337 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2338 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2339 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2340 the .xpms; probably need retouching.
2341
862a7e28
MB
23422000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2343
2344 * subr.el (add-to-list): Add optional argument APPEND.
2345 * battery.el (display-battery): Use `add-to-list'.
2346
46e33aee
TTN
23472000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2348
930baf47
TTN
2349 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2350 these vars as symbol properties.
2cfbdb7a
DL
2351 (zone, zone-when-idle, zone-leave-me-alone)
2352 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2353
5a430f9c
TTN
2354 * battery.el (display-battery): Doc spelling fix.
2355
46e33aee
TTN
2356 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2357 property.
2358
adf7d3a8
DL
23592000-10-09 Dave Love <fx@gnu.org>
2360
2361 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2362 has been initialized before calling tool-bar-setup.
c2156508 2363 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2364
06a8c9f8
EZ
23652000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2366
e4ca8f8c
EZ
2367 * menu-bar.el (send-mail-item-name): New function.
2368 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2369 of mail-user-agent in the menu. Don't display the "Send Mail"
2370 item if mail-user-agent is nil or its value is ignore.
2371 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2372 if read-mail-command is nil or its value is ignore.
2373
06a8c9f8
EZ
2374 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2375
7dbc9c8a
MB
23762000-10-09 Miles Bader <miles@gnu.org>
2377
29e0814b
MB
2378 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2379 Correct image size.
2380 * toolbar/left_arrow.xpm: Correct image size.
2381
7dbc9c8a
MB
2382 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2383 will be done by the definition of `auto-compression-mode' if
2384 necessary. Move code to uninstall existing file-name handler
2385 before definition of `auto-compression-mode'.
2386
2387 * image-file.el (auto-image-file-mode): Move to the end of the
2388 file, because `define-minor-mode' actually calls the mode-function
2389 if the associated variable is non-nil, which requires that all
2390 needed functions be already defined.
2391
65b61266
MB
2392 * mouse.el (popup-menu): Balance parens.
2393
d6b8c85b
SM
23942000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2395
2396 * mouse.el (popup-menu): Move the command call outside the loop
2397 so that popup-menu returns whatever the command returns.
2398
2399 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2400 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2401 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2402 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2403
2404 * vc.el (vc-version-diff): diff-switches can be a list.
2405 Use relative filenames for prettier output.
2406
46e33aee 2407 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2408 (vc-post-command-functions): Remove old-VC compatibility code.
2409
2410 * newcomment.el (comment-indent-default): Autoload.
2411
2412 * font-lock.el (font-lock-defaults): Make buffer-local.
2413 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2414 (font-lock-choose-keywords):
2415 Ignore LEVEL unless KEYWORDS is a list of syms.
2416 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2417 Don't wrap regexp-opt things in \(...\) unnecessarily.
2418
2419 * jit-lock.el: Don't require font-lock any more.
2420 (jit-lock-functions): Make buffer-local.
2421 (jit-lock-saved-fontify-buffer-function): Remove.
2422 (jit-lock-mode): Remove autoload cookie.
2423 Remove font-lock specific code.
2424 (jit-lock-unregister): Don't bother handling complex hooks any more.
2425 (jit-lock-refontify): New function.
2426 (jit-lock-fontify-buffer): Use it.
2427 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2428 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2429 Add optional args START and END.
2430 Never call font-lock-fontify-region directly.
2431 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2432
2433 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2434
a30ed6ac
DL
24352000-10-08 Dave Love <fx@gnu.org>
2436
4e7c7ca9
DL
2437 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2438
2439 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2440
2441 * play/studly.el (studlify-region, studlify-word): Add autoload
2442 cookie.
2443
2444 * play/morse.el (morse-region, unmorse-region): Add autoload
2445 cookie.
2446
2447 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2448 concat.
2449
2450 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2451 insist on symbols starting with word syntax.
2452 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2453 (eval-defun-1): Doc fix.
2454 (indent-sexp): Use nconc to build up indent-stack.
2455
2456 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2457 Gnus with little use.
2458 (mail-setup-hook): Add mail-abbrevs-setup to options.
2459
968f7c4a
DL
2460 * recentf.el: Doc fixes.
2461
2462 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2463 Clean up remainder.
2464
2465 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2466 without timezone and (8) with timezone to enforce some whitespace.
2467 Simplify code somewhat.
2468
2469 * options.el (list-options): Doc that you should use customize.
2470
2471 * iswitchb.el (iswitchb-mode): Add :require.
2472
a30ed6ac
DL
2473 * info.el (Info-goto-node, Info-menu): Doc fix.
2474 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2475 (info-tool-bar-map): New variable.
2476 (Info-mode): Use it.
2477 (Info-edit-map): Define all in defvar.
2478 (speedbar-attached-frame): Avoid compiler warning.
2479
2480 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2481 (global-map): Bind [tool-bar] to a filtered map.
2482 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2483 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2484 Allow PBM icons.
2485 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2486
2487 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2488 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2489 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2490 icons, except up_arrow, which is left-arrow rotated.
2491
2492 * imenu.el (imenu-add-to-menubar): Fix last change.
2493
4e953aff
PB
24942000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2495
2496 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2497 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2498
739e92a7
EZ
24992000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2500
d20faceb
EZ
2501 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2502 typos in doc strings.
2503
a640322e
EZ
2504 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2505 the doc strings how to customize Font Lock faces.
2506
739e92a7
EZ
2507 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2508 computing growth when dragging the header line.
2509
8be7408c
EZ
25102000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2511
2512 * simple.el (kill-line): Doc fix.
2513
6fee86a3
MB
25142000-10-08 Miles Bader <miles@gnu.org>
2515
445a653e
MB
2516 * faces.el (secondary-selection): Make foreground visible on tty.
2517
6fee86a3
MB
2518 * jka-compr.el (auto-compression-mode): Move to the end of the
2519 file, because `define-minor-mode' actually calls the mode-function
2520 if the associated variable is non-nil, which requires that all
2521 needed functions be already defined.
2522 (with-auto-compression-mode): Add autoload cookie.
2523
a115794c
EZ
25242000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2525
2526 * files.el (find-backup-file-name) [ms-dos]: If support for long
2527 file names is not available, behave as if version-control were set
2528 to never.
2529
b12e6de3
DL
25302000-10-07 Dave Love <fx@gnu.org>
2531
2532 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2533 (browse-url-gnome-moz): New function.
2534 (browse-url-browser-function): Use it.
2535 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2536
20b1d079
SM
25372000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2538
2539 * indent.el (tab-always-indent): New var.
2540 (indent-for-tab-command): Use it.
39250ec3 2541
9ee45b2c 2542 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2543 raise an error. This way it can still default to a sane value.
9ee45b2c 2544
8c6b1d83
JW
25452000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2546
39250ec3
SM
2547 * startup.el (fancy-splash-screens): Use local rather than global map.
2548 Don't use `update-menu-bindings' any more.
2549 Get rid of assumptions about keymap representation.
2550
a23ccdf2
DL
25512000-10-06 Dave Love <fx@gnu.org>
2552
814299a7 2553 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2554 (sentence-end-without-period): Doc fix.
2555 (adaptive-fill-regexp): Purecopy.
2556 (unjustify-current-line): Use line-end-position.
2557 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2558
2559 * net/eudc-vars.el (eudc): Add :version, :link.
2560
39250ec3 2561 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2562
2563 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2564 Fix for define-minor-mode.
2565 (function-at-point): Alias to function-called-at-point.
2566
2567 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2568
2569 * simple.el (backward-word): Doc fix.
2570
a23ccdf2
DL
2571 * image-file.el (image-file-name-regexp): image-file-regexps ->
2572 image-file-name-regexps.
742c1822 2573 (image-file-name-extensions): Add pbm.
a23ccdf2 2574
39250ec3
SM
25752000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2576
2577 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2578 and add filename to the names so that diff-mode can jump to source.
2579
2580 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2581 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2582 (tex-font-lock-keywords-1): Remove.
2583 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2584 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2585 (font-lock-default-fontify-region):
2586 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2587 (font-lock-fontify-anchored-keywords):
2588 Include the anchor text as part of the multiline.
2589
8d5dfacd
GM
25902000-10-06 Gerd Moellmann <gerd@gnu.org>
2591
2592 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2593 latter needs the autoloaded define-minor-mode macro during the
2594 bootstrap.
2595
2596 * startup.el (command-line): For now, activate tool-bar-mode only
2597 if XPM images are supported.
2598
2599 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2600 window by dragging a header-line at the top of the frame; that's
4c19fbce 2601 confusing because the header-line doesn't move.
8d5dfacd
GM
2602 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2603 of treating the event as a list. Some cleanup.
2604
f69aad2b 26052000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2606
f69aad2b
MB
2607 * simple.el (display-message-or-buffer): New function.
2608 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2609
09cb7646
MB
2610 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2611 docstring parts.
2612
814299a7 2613 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2614 (smbclient-prompt-regexp): Add usage note to doc string.
2615 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2616 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2617 Use add-hook for adding the comint filter function, and only do so
2618 if it's not already in the global hook list.
2619 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2620 to `make-local-variable'.
2621 (nslookup-font-lock-keywords): Remove prompt entry.
2622 (nslookup): Don't set the process-filter.
2623 (finger): Exit the loop correctly when the regexps list runs out.
2624 (ftp, smbclient, smbclient-list-shares):
2625 Set the real major mode immediately, not after execing.
2626 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2627
2628 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2629
4c19fbce
SM
26302000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2631
2632 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2633
2634 * which-func.el (which-func-format): Remove spurious space.
2635 (which-func-mode): Don't make it permanent-local.
2636 (which-func-ff-hook): Allow which-func-maxout to be nil.
2637 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2638 (which-func-mode): Simplify.
2639 Use post-command-idle-hook rather than post-command-hook.
2640 Go through all buffers and update their state.
2641 (which-function): Also try add-log-current-defun-function.
2642
2643 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2644 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2645 Update call to with-vc-properties accordingly.
2646 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2647 (vc-revert-buffer): More careful about window selection and deletion.
2648 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2649
2650 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2651 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2652 (cvs-dired-action): Change the default to quickdir.
2653
2654 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2655 if comment-indent-function returns nil.
2656 (comment-indent-default): New function.
2657 (comment-indent-function): Use it and document the new semantics.
2658
2659 * image-file.el: Docstring fixes.
2660
2661 * help.el (help-xref-on-pp): Use match-string.
2662 (describe-variable): New arg BUFFER.
2663 Store the current buffer in the help-xref-stack.
2664 (temp-buffer-resize-mode): Use define-minor-mode.
2665
2666 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2667 consistently with its docstring.
2668 Set jit-lock-first-unfontify-pos in an idempotent way.
2669 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2670
542c6552
GM
26712000-10-05 Alex Schroeder <alex@gnu.org>
2672
2673 * sql.el (sql-mysql-options): New variable.
2674 (sql-mysql): Use it.
2675
a3489ece
MB
26762000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2677
77f6105c
MB
2678 * image.el (image): New group.
2679
814299a7 2680 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2681 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2682
3478046b
PB
26832000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2684
2685 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2686 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2687 Ignore the value of wqindow-system; always define keywords
2688
22aca186
KH
26892000-10-05 Kenichi Handa <handa@etl.go.jp>
2690
2691 * startup.el (fancy-splash-screens): Remove the code for
2692 debugging; `(trace-to-stderr "EXITTT\n")'.
2693
55d5d717
MB
26942000-10-05 Miles Bader <miles@gnu.org>
2695
2696 * diff-mode.el (diff-goto-source): Update call to
2697 `diff-hunk-status-msg' to reflect new REV variable.
2698
41fa7178
SM
26992000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2700
2701 * progmodes/icon.el (icon-mode):
2702 Don't gratuitously override the default for comment-column.
2703
2704 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2705
2706 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2707 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2708 (jit-lock-functions): New var.
2709 (jit-lock-function-1): Use it if non-nil.
2710 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2711 Set the `fontified' property before doing the fontification to avoid
2712 repeatedly going through the same error.
2713 Don't turn errors into messages.
2714 (jit-lock-register, jit-lock-unregister): New functions.
2715
2716 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2717 Use with-current-buffer.
2718
2719 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2720 Turn comment into docstring.
2721
2722 * apropos.el (apropos-mode): Use define-derived-mode.
2723
3dc78168
GM
27242000-10-04 Gerd Moellmann <gerd@gnu.org>
2725
2726 * startup.el (fancy-splash-pending-command): New variable.
2727 (fancy-splash-pre-command): New function.
2728 (fancy-splash-screens): Rewritten.
2729 (command-line-1): If fancy-splash-pending-command is set, call it
2730 interactively.
2731
dae9dc56
DL
27322000-10-04 Dave Love <fx@gnu.org>
2733
2734 * toolbar/tool-bar.el (tool-bar-setup): New function.
2735 (tool-bar-mode): Use it.
2736
2737 * subr.el (substitute-key-definition): Doc fix.
2738 (play-sound-file): New command.
2739
3388f0a5
AS
27402000-10-04 Andre Spiegel <spiegel@gnu.org>
2741
814299a7 2742 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2743 vc-version-backup-file-name): New functions.
2744
2745 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2746
2747 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2748 vc-cvs-stay-local-p.
2749
2750 * vc.el (vc-revert-buffer): Handle empty diff properly.
2751 (vc-version-backup-file): New function.
2752 (vc-checkout): Create a version backup if necessary.
2753 (vc-checkin): If a version backup file exists, delete it.
2754 (vc-version-diff): Diff locally using version backups, if available.
2755 (vc-revert-file): If there's a version backup, revert locally.
2756 (vc-transfer-file): Use version backup for base version, if
2757 available. If not, ask for confirmation whether to get it from the
2758 server. Update mode line before check-in.
2759
ebd4825d
DL
27602000-10-04 Dave Love <fx@gnu.org>
2761
2762 * toolbar/tool-bar.el (tool-bar-setup): New function.
2763 (tool-bar-mode): Use it.
2764
1b24f4b7
PB
27652000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2766
3dc78168 2767 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2768 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2769 Only set if window-system is non-nil
2770 (net-utils-run-program): Returns buffer.
2771 (network-connection-reconnect): Added this function.
2772
814299a7
MB
2773 * generic.el:
2774 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2775 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2776 Uses cl compile-time macros.
3dc78168
GM
2777 (generic-mode-name, generic-comment-list)
2778 (generic-keywords-list, generic-font-lock-expressions)
2779 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2780 Removed variables.
2781 (generic-mode-alist): Renamed to generic-mode-list.
2782 (generic-find-file-regexp): Default changed to "^#".
2783 (generic-read-type): Uses completing read on generic-mode-list.
2784 (generic-mode-sanity-check): removed this function.
2785 (generic-add-to-auto-mode): Removed this function
3dc78168 2786 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2787 into function instead of putting them in alist.
2788 (generic-mode-set-comments): Reworked extensively.
2789 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2790 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2791
814299a7 2792 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2793 Make sure directory name ends with "/".
2794
814299a7 2795 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2796 Regexp now allows leading whitespace.
2797 (rc-generic-mode): Added eval-when-compile
2798 around generic-make-keywords-list.
2799 Deleted duplicate regexp
2800 (rul-generic-mode): Added eval-when-compile
2801 around generic-make-keywords-list.
2802 (etc-fstab-generic-mode): New generic mode.
2803 (rul-generic-mode): Removed one eval-when-compile
814299a7 2804 which caused a max-specpdl-size exceeded error.
1b24f4b7 2805
a7bf5cf3
MB
28062000-10-04 Miles Bader <miles@gnu.org>
2807
2808 * simple.el (minibuffer-temporary-goal-position): New variable.
2809 (next-history-element): Try to keep the position of point in the
2810 input string constant.
2811
2812 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2813 (dired-do-create-files): If there's only one file, pass it in as
2814 the DEFAULT arg to dired-mark-read-file-name.
2815
ce1087a9
SM
28162000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2817
2818 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2819 (diff-goto-source): Be smarter when choosing REVERSE or not.
2820
2821 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2822 (texinfo-mode-menu): Add an explicit shortcut for update all.
2823
0e41e1d6
AS
28242000-10-03 Andre Spiegel <spiegel@gnu.org>
2825
814299a7 2826 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2827 factorize backend-specific code cleanly (this was essentially
2828 conceived by Stefan Monnier).
2829 (vc-unregister): Function removed.
814299a7 2830 (vc-revert-file): New function.
858f7cb4
AS
2831 (vc-revert-buffer): Delegate some of the work to it.
2832
0e41e1d6
AS
2833 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2834 default branch unconditionally.
2835 (vc-rcs-set-default-branch): New function.
2836 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2837 (vc-rcs-checkin): If an appropriate default branch has been set,
2838 force creation of that branch.
858f7cb4
AS
2839 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2840 code (as suggested by Stefan Monnier).
0e41e1d6 2841
01c86c56
GM
28422000-10-02 Gerd Moellmann <gerd@gnu.org>
2843
45c477b4
GM
2844 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2845 highlighting overlay with a different face over the overlay
2846 isearch uses to highlight the current match because that can lead
2847 to bad face combinations.
2848
01c86c56
GM
2849 * loadup.el (toplevel): Load faces before isearch.
2850
2851 * isearch.el (isearch-faces): New custom group.
2852 (isearch): New defface; was already tested for in the code.
2853 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2854 (isearch-highlight): Always use face `isearch'.
2855
944425c0
DL
28562000-10-02 Dave Love <fx@gnu.org>
2857
2858 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2859 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2860 comparison of opcode with operand.
2861
2a099bcc
MB
28622000-10-03 Miles Bader <miles@gnu.org>
2863
2864 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2865 buffer, since the echo area will now grow to accommodate them.
2866
4300ecb8
AS
28672000-10-02 Andre Spiegel <spiegel@gnu.org>
2868
2869 * vc-hooks.el (vc-registered): If FILE used to be registered under
2870 a certain backend, try that one first.
2871
814299a7 2872 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2873 argument list. Handle multiple backends correctly.
2874 (vc-find-new-backend): Function removed.
2875 (vc-register): Use vc-responsible-backend, as before.
2876 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2877
64e6cc18
GM
28782000-10-02 Gerd Moellmann <gerd@gnu.org>
2879
2880 * startup.el (fancy-splash-head): Change message below the
2881 logo.
2882
00df919e
MB
28832000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2884
2885 * diff-mode.el (diff-goto-source): Emit a status message.
2886 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2887 (diff-test-hunk): Fix doc string.
00df919e
MB
2888 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2889 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2890 (diff-apply-hunk): Don't return a value.
00df919e 2891
ceec5a0c
SM
28922000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2893
2894 * vc.el (vc-editable-p): Minor optimization.
2895 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2896 (vc-find-new-backend): New function split from vc-responsible-backend.
2897 (vc-register): Use it.
2898 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2899 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2900 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2901 (vc-clear-headers): Don't use find-file.
2902 (vc-revert-buffer): Use `and' again (must have been a braino).
2903 (vc-switch-backend): Only prompt if requested.
2904 Short circuit if nothing is to be done.
2905 Don't use vc-resynch-buffer which could lose unsaved editing.
2906 (vc-default-receive-file): Update call to vc-unregister.
2907 (with-vc-file, vc-next-action-on-file):
2908 Use vc-backend rather than vc-registered.
2909 (vc-next-action-on-file): Use intern-soft.
2910 Deal with read-only *vc-diff* buffer.
2911 (vc-transfer-file): Docstring fix.
2912
2913 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2914 (vc-rcs-receive-file): Avoid with-vc-properties.
2915 Update call to vc-unregister.
2916 Use constant `RCS' rather than (dynamically bound) var `backend'.
2917
4ad5da8f
AS
29182000-10-01 Andre Spiegel <spiegel@gnu.org>
2919
814299a7 2920 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2921 is visited.
2922 (vc-start-entry): New argument initial-contents. Don't visit the file
2923 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2924 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2925 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2926 vc-start-entry.
2927 (vc-finish-logentry): Make sure to bury log buffer only if there
2928 really is one. Call `vc-resynch-buffer' on log-file, not
2929 buffer-file-name.
2930 (vc-default-comment-history, vc-default-wash-log): New functions.
2931 (vc-index-of): Removed.
2932 (vc-transfer-file): Make do without the above.
2933 (vc-default-receive-file): Call comment-history unconditionally. Pass
2934 the resulting string to vc-checkin, instead of inserting it into the
2935 comment ring.
2936
2937 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2938 unconditionally. Use the comments as initial contents of the log
814299a7 2939 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2940 changes.
2941
aa0c3dca
MB
29422000-10-01 Miles Bader <miles@gnu.org>
2943
2944 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2945 `recenter' with an arg to prevent redrawing the display.
2946
d5f5a2c5
SM
29472000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2948
2949 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2950
2951 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2952
814299a7 2953 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2954 Don't gratuitously override the default for comment-column.
2955
2956 * textmodes/tex-mode.el (latex-metasection-list): New var.
2957 (latex-imenu-create-index): Use it.
2958 Move the regexp construction outside loops (and use push).
814299a7 2959 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2960 (tex-font-lock-keywords): Moved from font-lock.el.
2961 (tex-comment-indent): Remove.
2962 (tex-common-initialization): Don't set comment-indent-function.
2963 (latex-block-default): New var.
2964 (tex-latex-block): Use it to provide a default choice.
2965 Add any unknown choice to latex-block-names.
2966 Insert [...] after {...}.
2967 (tex-last-unended-begin): Simplify regexp.
2968 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2969 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2970 (latex-mode): Set forward-sexp-function.
2971
2972 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2973 Add regexp for @ignore ... @end ignore.
2974 (texinfo-heading-face): New face.
2975 (texinfo-font-lock-keywords): Use it.
2976 (texinfo-mode-menu): New menu.
2977 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2978 New functions.
2979 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2980 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2981 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2982 Remove declaration.
2983 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2984
2985 * delsel.el (delete-selection-mode): Use define-minor-mode.
2986
2987 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2988
29892000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2990
2991 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2992
8a5506f2
GM
29932000-09-30 Gerd Moellmann <gerd@gnu.org>
2994
068127d6
GM
2995 * replace.el (keep-lines-read-args): New function.
2996 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2997 read arguments interactively. Add parameters RSTART and REND.
2998 Operate on the active region in Transient Mark mode.
2999
d777bb8f
GM
3000 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3001
8a5506f2
GM
3002 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3003 (authors-obsolete-files-regexps): New variable.
3004 (authors-add): Don't record changes in obsolete files.
3005
3fa87bfc
SM
30062000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3007
3008 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3009
3010 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3011 (comment-indent): Make sure there's a space between code and comment.
3012 Shift comments left to avoid going past fill-column.
3013
f02149ce
GM
30142000-09-29 Gerd Moellmann <gerd@gnu.org>
3015
3016 * startup.el (startup-echo-area-message): New function.
3017 (display-startup-echo-area-message): Use it.
3018 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3019 (fancy-splash-default-action): New function.
3020 (fancy-splash-screens-1): New function.
3021 (fancy-splash-head): Put a help-echo and a keymap under the image.
3022
a3ef6569
SM
30232000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3024
3025 * diff-mode.el (diff-add-log-file-name): Remove.
3026 (diff-mode): Use add-log-buffer-file-name-function.
3027
3028 * add-log.el (find-change-log): New arg BUFFER-FILE.
3029 (add-log-file-name): Obey add-log-file-name-function.
3030 (add-log-buffer-file-name-function): New var.
3031 (add-change-log-entry): Use it.
3032
75e5b373
MB
30332000-09-29 Miles Bader <miles@gnu.org>
3034
3035 * image-file.el (image-file-name-extensions): New variable.
3036 (image-file-name-regexps): Renamed from `image-file-regexps'.
3037 New default value is nil. Call `auto-image-file-mode'.
3038 (image-file-name-regexp): New function.
3039 (auto-image-file-mode): New minor mode.
3040 (insert-image-file): Don't make conditional on the image-file
3041 handler being enabled.
3042 (image-file-handler): Make the call here conditional instead.
3043 (set-image-file-handler-enabled, enable-image-file-handler)
3044 (disable-image-file-handler): Functions removed.
3045
3046 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3047 string.
3048
de6e1f7c
GM
30492000-09-29 Gerd Moellmann <gerd@gnu.org>
3050
3051 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3052 it's a function from CL.
3053 (latex-imenu-create-index): Replace eval-when-compile with progn
3054 because latex-section-alist is not bound while compiling.
3055
d8c201f5
SM
30562000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3057
3058 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3059 (outline-mode): Use define-derived-mode.
3060
814299a7 3061 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3062 * progmodes/awk-mode.el (awk-mode):
3063 * progmodes/asm-mode.el (asm-mode):
3064 Don't gratuitously override the default for comment-column.
3065
3066 * emacs-lisp/lisp.el (lisp-complete-symbol):
3067 Distinguish the let-binding case from the funcall case.
3068 (forward-sexp-function): New variable.
3069 (forward-sexp): Use it.
3070
3071 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3072 (easy-mmode-defmap): Remove the now useless autoload.
3073
3074 * time.el (display-time-mode): Use define-minor-mode.
3075
3076 * subr.el (add-minor-mode): Don't eval NAME.
3077 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3078 Use if rather than cond.
3079
3080 * simple.el (read-expression-map): Define more properly.
3081 (comment-indent-hook): Remove.
3082 (string-to-syntax): Bug fix.
3083
3084 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3085 (cvs-ediff-diff): Fix typo.
3086 (cvs-revert-if-needed): Don't bother preserving read-only.
3087
3088 * paren.el (show-paren-mode): Use define-minor-mode.
3089
3090 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3091 (toggle-auto-compression): Remove.
3092 (jka-compr-build-file-regexp): Remove useless grouping.
3093
3094 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3095 Avoid user-reserved bindings.
3096 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3097 (diff-header-face): Revert to grey85.
3098
3099 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3100
3101 * complete.el (partial-completion-mode) <defcustom>: Remove.
3102 (partial-completion-mode): Use define-minor-mode.
3103 (PC-do-completion): Understand `completion-auto-help = delay'
3104 to mean to popup the completion buffer only the second time.
814299a7 3105 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3106 (PC-include-file-all-completions): Don't quote lambda.
3107
3108 * comint.el (comint-mode-hook): Docstring fix.
3109 (comint-mode): Use define-derived-mode.
3110 (comint-mode-map): Remove obsolete comment.
3111 (make-comint): Minor stylistic change.
3112 (comint-insert-clicked-input): Be more careful to find the overlay.
3113 Use this-command-keys rather than hardcoding mouse-2.
3114
3115 * font-lock.el: Replace confusing (,@ with ,
3116 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3117 Don't use regexp-opt-depth. Spice up the regexp for args.
3118 Don't distinguish between cmds that can take an opt arg or not.
3119 Use `append' and `prepend' rather than `keep'.
3120
3121 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3122 (latex-outline-regexp): New var.
3123 (latex-outline-level): New fun.
3124 (latex-section-alist): New var.
3125 (latex-imenu-create-index): Use it. Use `push' as well.
3126 (tex-shell-map): Initialize it properly.
3127 (tex-mode): Minor stylistic change.
3128 (plain-tex-mode): Use define-derived-mode.
3129 (latex-mode): Use define-derived-mode.
3130 Construct the paragraph regexps in a more readable way.
3131 Set the buffer-local outline-{level,regexp} vars.
3132 (slitex-mode): Derive from latex-mode.
3133 (tex-common-initialization): Don't kill-all-vars anymore.
3134 Add setting for comment-add and font-lock-defaults.
3135 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3136 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3137 (tex-start-tex): New arg DIR (and send a chdir command for it).
3138 Also display the shell buffer and save it in tex-last-buffer-texed.
3139 (tex-region): Use expand-file-name rather than concat.
3140 Remove code made useless by changes in tex-start-tex.
3141 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3142
3143 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3144
ff398532
DL
31452000-09-28 Dave Love <fx@gnu.org>
3146
3147 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3148
f9415d5b
GM
31492000-09-28 Gerd Moellmann <gerd@gnu.org>
3150
3151 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3152 `append'.
3153
fa003899
SM
31542000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3155
3156 * info.el (Info-extract-pointer): Undo last change.
3157 Instead, fix the position of the `bound' arg to re-search-backward.
3158
31592000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3160
3161 * info.el (Info-extract-pointer):
3162 Widen more carefully, to avoid finding pointers in other nodes.
3163 (Info-index): Use push.
3164
f9415d5b 31652000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3166
3167 * frame.el (set-frame-font): Remove call to obsolete function
3168 frame-update-faces.
3169 (set-foreground-color, set-background-color): Likewise for
3170 frame-update-face-colors.
3171
5538b8ba
MB
31722000-09-27 Miles Bader <miles@gnu.org>
3173
3174 * image-file.el: New file.
3175
60536eea
GM
31762000-09-27 Gerd Moellmann <gerd@gnu.org>
3177
5b551d58
GM
3178 * frame.el (frame-notice-user-settings): Don't call
3179 frame-update-faces, which is a no-op now.
814299a7 3180
60536eea
GM
3181 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3182 tool-bar-lines.
3183
36f1966f
DL
31842000-09-27 Dave Love <fx@gnu.org>
3185
3186 * mouse.el: Fix last change.
3187
c5785b73
MB
31882000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3189
3190 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3191
672172d9
KH
31922000-09-22 Kenichi Handa <handa@etl.go.jp>
3193
3194 * international/quail.el (quail-help): The output message is
3195 improved.
3196
4653b4ea
DL
31972000-09-26 Dave Love <fx@gnu.org>
3198
3199 * mouse.el (popup-menu): If POSITION is nil, set it using
3200 mouse-position.
3201
63900fcf
SS
32022000-09-25 Sam Steingold <sds@gnu.org>
3203
3204 * net/browse-url.el (browse-url-file-url): Check for null maps.
3205
cd3b81be
GM
32062000-09-26 Gerd Moellmann <gerd@gnu.org>
3207
876512ab 3208 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3209 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3210
fa003899
SM
3211 * frame.el (frame-notice-user-settings):
3212 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3213
cd3b81be
GM
3214 * toolbar/tool-bar.el (tool-bar-help): New function.
3215
d8b4516f
GM
32162000-09-25 Gerd Moellmann <gerd@gnu.org>
3217
6567e9b5
GM
3218 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3219 current-load-list in top-level forms. Else this leaks a cons cell
3220 every time a defun is called.
63900fcf 3221
d8b4516f 3222 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3223
a461758e
DL
32242000-09-25 Dave Love <fx@gnu.org>
3225
7df6adc3
DL
3226 * startup.el (fancy-splash-head): Check XPM is available.
3227
a461758e
DL
3228 * autoinsert.el (auto-insert): Doc fix.
3229 (auto-insert-alist): Following GNU notices, don't say `copyright
3230 _by_'. Use line-beginning-position.
3231 (auto-insert): Check buffer-file-name is non-nil before use.
3232
b11af2dd
GM
32332000-09-25 Gerd Moellmann <gerd@gnu.org>
3234
3235 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3236 starting with `@def' or `@multitable', in addition to ones
3237 specified by the user in auto-fill-inhibit-regexp.
3238
5f9f981b
GM
32392000-09-25 Markus Rost <rost@math.ohio-state.edu>
3240
3241 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3242 rmail-dont-reply-to-names matches the empty string.
63900fcf 3243
8ff16b4e
GM
32442000-09-25 Gerd Moellmann <gerd@gnu.org>
3245
63900fcf 3246 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3247 text to sound more friendly.
3248
9b4a7800
TTN
32492000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3250
3251 * progmodes/hideshow.el: Update author email address.
3252 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3253 (hs-hide-all-non-comment-function): New var.
3254 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3255 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3256 (hs-show-region): Delete this command.
3257 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3258
4c7c1f3f
DL
32592000-09-22 Dave Love <fx@gnu.org>
3260
3261 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3262 (hl-line-highlight): Specify buffer when moving overlay.
3263
3264 * progmodes/fortran.el (fortran-mode): Locally set
3265 normal-auto-fill-function.
3266 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3267 (fortran-mode-map): Adjust auto-fill menu entry.
3268
13f93dee
GM
32692000-09-22 Gerd Moellmann <gerd@gnu.org>
3270
36eb0a91
GM
3271 * vc-rcs.el (toplevel): Require `vc' when compiling.
3272
fa003899 3273 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3274
36a03bf9
AS
32752000-09-22 Andre Spiegel <spiegel@gnu.org>
3276
9b4a7800 3277 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3278 registered under the new backend.
3279
9b4a7800 3280 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3281 without explicit revision number.
3282
6e4e8a3b
SM
32832000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3284
3285 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3286 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3287 (diff-xor): New function.
3288 (diff-find-source-location): Use it. Fix a stupid name clash.
3289 (diff-hunk-status-msg): New function.
3290 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3291 (diff-test-hunk): Use diff-find-source-location.
3292 (diff-goto-source): Favor the `reverse'.
3293 (diff-hunk-text): Properly handle one-sided context diffs.
3294 (diff-apply-hunk): When done, advance to the next hunk.
3295
1b24b888
GM
32962000-09-21 Gerd Moellmann <gerd@gnu.org>
3297
623a0aae
GM
3298 * startup.el (command-line): If frame was created with a non-zero
3299 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3300
1b24b888
GM
3301 * add-log.el (change-log-date-face, change-log-name-face)
3302 (change-log-email-face, change-log-file-face)
3303 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3304 (change-log-function-face, change-log-acknowledgement-face):
3305 New faces, inheriting from font-lock faces.
1b24b888 3306 (change-log-font-lock-keywords): Use them.
9b4a7800 3307
93b3a1c8
DL
33082000-09-21 Dave Love <fx@gnu.org>
3309
80585273
DL
3310 * progmodes/cperl-mode.el (top-level): Clean up
3311 `eval-when-compile's and assorted defvars.
3312 (cperl-invalid-face): Don't double-quote value. Change custom
3313 type.
3314 (cperl-mode): Set normal-auto-fill-function and don't zap
3315 auto-fill-function.
3316 (cperl-imenu--function-name-regexp-perl): Renamed from
3317 imenu-example--function-name-regexp-perl.
3318 (cperl-imenu--create-perl-index): Renamed from
3319 imenu-example--create-perl-index.
3320 (cperl-xsub-scan): Don't require cl.
3321
93b3a1c8
DL
3322 * msb.el (msb-mode-map): Use substitute-key-definition.
3323 (msb-mode): Use msb-mode-map.
3324
43ccb598
AS
33252000-09-21 Andre Spiegel <spiegel@gnu.org>
3326
3327 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3328 New functions.
fa003899 3329 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3330 (vc-switch-backend): New function.
3331 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3332 (vc-register): Fix prompt.
3333 (vc-unregister, vc-default-unregister): New functions.
3334 (vc-version-diff): Handle empty buffer in sentinel.
3335
3336 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3337 (vc-rcs-state-heuristic): Use it to guess the state of files with
3338 non-strict locking.
3339 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3340 been set with -b, but not created yet.
3341 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3342 contents in order to find the state.
3343 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3344 (vc-rcs-unregister, vc-rcs-receive-file)
3345 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3346
9b4a7800 3347 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3348 in case it is missing.
9b4a7800 3349
95fadcca
GM
33502000-09-21 Gerd Moellmann <gerd@gnu.org>
3351
3352 * startup.el (fancy-splash-tail): Use a different foreground
3353 color on a dark frame background.
3354
470f23e1
MB
33552000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3356
3357 * info.el: Use the correct capitalization when making Info-mode
3358 and Info-edit-mode `special' modes.
3359
281096ed
SM
33602000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3361
3362 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3363 (diff-mode): Add support for add-log.el.
3364 (diff-hunk-text): Use char offsets rather than line offsets.
3365 (diff-find-source-location): Replace LINE with line-offset (nil
3366 if not found) and always set POS to a meaningful position.
3367 Adapt to the new char-offsets.
3368 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3369 Adapt to the new diff-find-source-location.
3370 (diff-goto-source): Adapt to the new diff-find-source-location.
3371
3372 * add-log.el (add-log-file-name): New function (split out of
3373 add-change-log-entry).
3374 (add-change-log-entry): Use it.
3375 Call add-log-file-name-function with the changelog file name if
3376 the current buffer is not associated with any file.
3377 Avoid find-file if the selected window is dedicated.
3378
3379 * diff-mode.el (diff-find-source-location):
3380 Move code from diff-apply-hunk. Return buffer rather than file.
3381 (diff-apply-hunk): Use the new result from diff-find-source-location.
3382 (diff-goto-source): Use the new diff-find-source-location.
3383
c29d77c4
DL
33842000-09-20 Dave Love <fx@gnu.org>
3385
3386 * iswitchb.el: Some doc fixes.
3387 (iswitchb-mode-map): Define completely initially. Inherit
3388 minibuffer-local-map.
3389 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3390 fundamental-mode.
3391 (iswitchb-global-map): New variable.
3392 (iswitchb-summaries-to-end): Amalgamate regexps.
3393 (iswitchb-mode): New.
3394 (iswitchb-mode-hook): New variable.
3395 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3396 `extensions'.
3397
49939379
GM
33982000-09-20 Gerd Moellmann <gerd@gnu.org>
3399
d05c87ac
GM
3400 * ehelp.el (electric-help): New defgroup.
3401 (electric-help-shrink-window): New user-option.
3402 (with-electric-help): Use it.
3403
1ec082d4
GM
3404 * window.el (shrink-window-if-larger-than-buffer): If face
3405 `mode-line' has a :box, and we're on a graphical frame, add 1
3406 to the needed window height.
3407
f46c275e
GM
3408 * frame.el (frame-notice-user-settings): Add a last parameter nil
3409 to a call to `append', because the last list passed to `append' is
3410 not copied, and so subsequent calls to assq-delete-all will modify
3411 default-frame-alist.
3412
b7e11c5b
GM
3413 * startup.el (fancy-splash-image): Change :type.
3414 (fancy-splash-head): Use an XBM image if appropriate.
3415 (command-line-1): Show splash screens in more cases.
3416
26ff68aa
GM
3417 * startup.el (fancy-splash-text): Don't quote faces.
3418
8320414c
GM
3419 * dired.el (dired-font-lock-keywords): Undo last change.
3420 (dired-readin): Bind indent-tabs-mode to nil.
3421
49939379
GM
3422 * startup.el (fancy-splash-head): If frame's background mode
3423 is `dark', change the black background of the image to gray.
3424 (fancy-splash-screens): Display startup echo area message.
3425 (display-startup-echo-area-message): New function.
3426
c3b27206
MB
34272000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3428
55a3d2a1
MB
3429 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3430
3431 * info.el (info-header-node): Tweak for color ttys.
3432
37a99821
MB
3433 * faces.el (face-valid-attribute-values): Make sure directories we
3434 search for stipples both exist and are readable before trying to
3435 search them.
3436
0415d0d0
MB
3437 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3438 in the dry-run case.
3439
523b128c
MB
3440 * jka-compr.el (with-auto-compression-mode): New macro.
3441
c3b27206
MB
3442 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3443 (custom-group-tag-face, custom-variable-tag-face): Use relative
3444 :height and inherit from `variable-pitch' face instead of
3445 hardwiring :family.
3446 * hi-lock.el (hi-black-hb): Likewise.
3447
ddba99ad
MB
3448 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3449 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3450 toolbar-add-item, if image doesn't have a mask add a `:mask
3451 heuristic'.
3452
7e99fbde
SM
34532000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3454
3455 * diff-mode.el: Docstring fixes.
3456 (diff-header-face, diff-comment-face): New faces.
3457 (diff-font-lock-keywords): Highlight a bit differently.
3458 (diff-find-source-location): Don't return SPAN any more.
3459 (diff-hunk-text): Don't bother erasing the temp buffer.
3460 (diff-find-text): Drop argument LINE.
3461 (diff-apply-hunk): Update calls to diff-find-text.
3462 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3463
3464 * calendar/calendar.el: Docstring fixes.
3465 (calendar-make-alist): Don't quote lambda.
3466 (calendar-star-date): Use make-local-variable.
3467
fb275c02
DL
34682000-09-19 Dave Love <fx@gnu.org>
3469
7e99fbde
SM
3470 * toolbar/tool-bar.el: Renamed from toolbar.el.
3471 Change `toolbar' to `tool-bar' generally in symbols.
3472 Make some items invisible in `special' major modes.
3473 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3474 Add arg PROPS.
532cb34d 3475
7e99fbde
SM
3476 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3477 Add :version here.
fb275c02
DL
3478 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3479
8f4ca9a5
GM
34802000-09-19 Gerd Moellmann <gerd@gnu.org>
3481
8b7707e1 3482 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3483
8b7707e1 3484 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3485 (find-file-noselect): Use it.
3486
8b7707e1 3487 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3488 (fancy-splash-screen): Defgroup.
3489
8f4ca9a5
GM
3490 * add-log.el (change-log-font-lock-keywords): Match names
3491 more exactly for the case that font-lock-constant-face is
3492 underlined.
3493
ba9eeda1 34942000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3495
8b7707e1 3496 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3497
289eaef9
AS
34982000-09-19 Andre Spiegel <spiegel@gnu.org>
3499
3500 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3501
ce9ded5d
GM
35022000-09-19 Gerd Moellmann <gerd@gnu.org>
3503
c113de23
GM
3504 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3505 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3506 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3507 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3508 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3509 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3510 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3511 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3512 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3513 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3514 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3515 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3516
ce9ded5d
GM
3517 * startup.el (fancy-splash-text): New variable.
3518 (fancy-splash-delay, fancy-splash-image): New user-options.
3519 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3520 (fancy-splash-screens): New functions.
3521 (command-line-1): If display has a `display' frame parameter, has
3522 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3523
b9b1c3a9
DL
35242000-09-19 Dave Love <fx@gnu.org>
3525
3526 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3527 with null `help'. Use modern backquote syntax.
3528
1af25534
GM
35292000-09-19 Gerd Moellmann <gerd@gnu.org>
3530
afd3c8cd
GM
3531 * font-lock.el (font-lock-mode): Change message telling the user
3532 that ``the buffer is too big''.
3533
1af25534
GM
3534 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3535 for instance for the case that tab-width is 2.
3536
05b1f851
GM
35372000-09-18 Gerd Moellmann <gerd@gnu.org>
3538
3539 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3540 toolbar-add-item, if image doesn't have a mask add a `:mask
3541 heuristic'.
3542
8ec8f673
MB
35432000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3544
2b612b1f
MB
3545 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3546 and return a cons if it's non-nil.
3547 (diff-apply-hunk): Try to jump to the line in the source text
3548 corresponding to the position of point in the in the hunk.
3549
9b4a7800 3550 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3551 (Info-title-1-face): Use face inheritance and relative sizes
3552 instead of hard-wiring things.
3553
3554 * faces.el (secondary-selection): Make dark-background variant sane.
3555
5eedab4d
AI
35562000-09-16 Andrew Innes <andrewi@gnu.org>
3557
5eedab4d
AI
3558 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3559 read-only, since they aren't under VC now.
3560
6a142f26
DL
35612000-09-17 Dave Love <fx@gnu.org>
3562
e07436e1
DL
3563 * tmm.el: Replace mapcar with mapc in several places.
3564
3565 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3566 ad-unadvise.
3567
7d354dd5
DL
3568 * international/latin1-disp.el: New file.
3569
6a142f26
DL
3570 * calendar/cal-move.el (scroll-calendar-left)
3571 (scroll-calendar-right): Make arg optional (for active mode line).
3572
3573 * calendar/calendar.el (calendar-mode-line-format): Make fields
3574 mouse-sensitive.
3575 (calendar-read-date, calendar-read-date, calendar-window-list):
3576 Unquote lambda.
3577 (calendar-month-name): Use aref, not sref.
3578
3579 * view.el (minor-mode-alist): Propertize the string.
3580
3581 * international/characters.el (standard-case-table): Add entries
3582 for Greek.
3583
50ac70af
MB
35842000-09-18 Miles Bader <miles@gnu.org>
3585
53c9ab4f
MB
3586 * info.el (info-node, info-xref): Add dark-background variants.
3587
a114b1ca
MB
3588 * faces.el (header-line): Change defaults to be less confusing
3589 when mixed with mode-lines.
3590
50ac70af
MB
3591 * info.el (Info-fontify-node): Make a few cleanups.
3592 Add extra `help-echo' and `local-map' props to node xrefs.
3593 Use header-specific faces for node-names & xrefs.
3594 (Info-use-header-line): New variable.
53c9ab4f 3595 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3596 (Info-setup-header-line): New function.
3597 (Info-select-node): Call Info-setup-header-line when enabled.
3598 (Info-extract-pointer): Work even if the header line is hidden.
3599 (Info-header-line): New variable.
3600
729927ff
SM
36012000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3602
3603 * vms-patch.el (print-region-function): Don't quote lambda.
3604
3605 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3606
3607 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3608 (lm-get-header-re): Allow spaces between the header and the colon.
3609 (lm-header): Allow $ in non-RCS headers.
3610 (lm-header-multiline): Put the strings back into order.
3611 Stop at an empty line. Don't require two space chars if the
3612 line is clearly not another header line.
3613
3614 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3615 (popup-menu-popup): Remove.
3616
7a98d821
GM
36172000-09-15 Gerd Moellmann <gerd@gnu.org>
3618
7f8f1edc
GM
3619 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3620 specification if or if not tool-bar item contains an `:enabled'
3621 property.
3622
7a98d821
GM
3623 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3624 current buffer has no file name.
3625
a7bc704b
DL
36262000-09-15 Dave Love <fx@gnu.org>
3627
3628 * strokes.el: Sync with maintainer's current version with changes
3629 for Emacs, but avoid runtime cl and levents.
3630 (toplevel): Change autoloads and compilation requires.
3631 (strokes-version, strokes-bug-address, strokes-lift): Values
3632 changed.
3633 (strokes-xpm-header, strokes-insinuated): New variable.
3634 (strokes): Add :link.
3635 (strokes-mode): Customized.
3636 (strokes-while-inhibiting-garbage-collector): New macro.
3637 (strokes-remassoc): Avoid remove-if.
3638 (strokes-fix-button2-command): Don't use ad-do-it.
3639 (strokes-insinuate): New function.
3640 (strokes-button-press-event-p, strokes-button-release-event-p):
3641 New functions, used instead of non-`strokes-' versions..
3642 (strokes-mouse-event-p): Rewritten.
3643 (strokes-event-closest-point): Avoid event-point.
3644 (strokes-get-grid-position): Avoid cdadr, caadr
3645 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3646 functions.
3647 (strokes-help): Use with-output-to-temp-buffer.
3648 (strokes-window-configuration-changed-p): New function.
3649 (strokes-update-window-configuration): Use buffer-live-p,
3650 strokes-window-configuration-changed-p.
3651 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3652 (strokes-char-face): New face.
3653 (strokes-char-table, strokes-base64-chars): New variable.
3654 (strokes-xpm-for-stroke, strokes-list-strokes)
3655 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3656 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3657 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3658 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3659 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3660 functions.
3661
47e351a3
GM
36622000-09-15 Gerd Moellmann <gerd@gnu.org>
3663
ebb8f116
GM
3664 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3665
47e351a3
GM
3666 * image.el (create-image): Doc fix.
3667
3668 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3669 instead of `:heuristic-mask t'.
3670
fe83b953
AI
36712000-09-14 Andrew Innes <andrewi@gnu.org>
3672
3673 * makefile.w32-in: Revert to Unix line endings.
3674
52481729
AI
36752000-09-14 Andrew Innes <andrewi@gnu.org>
3676
3021e816
AI
3677 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3678 when installing.
3679
52481729
AI
3680 * makefile.nt (DONTCOMPILE): Fix typo.
3681
3682 * shell.el (shell-write-history-on-exit): New function.
3683 (shell-dumb-shell-regexp): New custom variable.
3684 (shell-mode): Make shell-write-history-on-exit the process
3685 sentinel if shell name matches shell-dumb-shell-regexp.
3686
3687 * w32-fns.el: Comment out before-init-hook function which resets
3688 source-directory based; this breaks bootstrap.
3689
f8034e41
DL
36902000-09-14 Dave Love <fx@gnu.org>
3691
3692 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3693 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3694 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3695 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3696 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3697 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3698 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3699 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3700 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3701
3702 * toolbar/toolbar.el: New.
3703
3704 * subdirs.el: Add toolbar.
3705
b9ce5694
GM
37062000-09-14 Gerd Moellmann <gerd@gnu.org>
3707
3708 * indent.el (indent-for-tab-command): Doc fix.
3709
986b7dee
GM
37102000-09-14 Alex Schroeder <alex@gnu.org>
3711
3712 * ansi-color.el (ansi-colors): Doc change.
3713 (ansi-color-get-face): Simplified regexp.
3714 (ansi-color-faces-vector): Added more faces, doc change.
3715 (ansi-color-names-vector): Doc change.
3716 (ansi-color-regexp): Simplified regexp.
3717 (ansi-color-parameter-regexp): New regexp.
3718 (ansi-color-filter-apply): Doc change.
3719 (ansi-color-filter-region): Doc change.
3720 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3721 deal with zero length parameters.
3722 (ansi-color-apply-on-region): Doc change.
3723 (ansi-color-map): Doc change.
3724 (ansi-color-map-update): Removed debugging message.
3725 (ansi-color-get-face-1): Added condition-case to trap
3726 args-out-of-range errors.
3727 (ansi-color-get-face): Doc change.
3728 (ansi-color-make-face): Removed.
3729 (ansi-color-for-shell-mode): New option.
9b4a7800 3730
076ff911
KH
37312000-09-13 Kenichi Handa <handa@etl.go.jp>
3732
3733 * international/quail.el (quail-start-translation): Translate KEY
3734 if necessary even if it doesn't have any mapping in the current
3735 input method.
3736 (quail-start-conversion): Likewise.
3737 (quail-help): The output message is improved.
3738
bdf08678
MB
37392000-09-13 Miles Bader <miles@gnu.org>
3740
3741 * comint.el (comint-output-filter): Revert to using
3742 `insert-before-markers'. Add bletcherous hack to undo damage
3743 caused by `insert-before-markers'. Put `front-sticky' property on
3744 overlays created here so that the field code understands how the
3745 overlay works. Use a let when making comint-last-prompt-overlay,
3746 so that the code is easier to read.
3747
ffb8db8d
DL
37482000-09-13 Dave Love <fx@gnu.org>
3749
3750 * wid-edit.el (widget-default-format-handler): DTRT when
3751 doc-property is a function.
3752
5dd05f61
GM
37532000-09-12 Francesco Potorti` <pot@gnu.org>
3754
3755 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3756 filed name if it's not there.
3757
35177617
DL
37582000-09-12 Dave Love <fx@gnu.org>
3759
9023837e
DL
3760 * simple.el (read-mail-command): Doc fix.
3761 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3762
35177617
DL
3763 * vc.el (vc-dired-listing-switches): Fix :version.
3764
3765 * vc-hooks.el: Doc fixes.
3766
3767 * subr.el (add-minor-mode): Use toggle-fun arg.
3768
3769 * speedbar.el: Add :version to several defcustoms.
3770
3771 * imenu.el (imenu--truncate-items, imenu--cleanup)
3772 (imenu--generic-function): Avoid mapcar.
3773 (imenu--replace-spaces): Function removed.
3774 (imenu--completion-buffer): Use subst-char-in-string.
3775 (imenu-add-to-menubar): Use keymap inheritance.
3776
1afaae94
MB
37772000-09-12 Miles Bader <miles@gnu.org>
3778
3779 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3780 (diff-mode-map): Bind `diff-test-hunk'.
3781 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3782
37832000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3784
3785 * bytecomp.el (byte-compile-defvar): Undo last change
3786 because it breaks '(make-variable-buffer-local (defvar ...)'
3787 which is used at least in dired.
3788
63c36c3c
KH
37892000-09-12 Kenichi Handa <handa@etl.go.jp>
3790
3791 * international/quail.el (quail-define-package): Docstring
3792 modified.
3793
1ad24be1
KH
37942000-09-12 Kenichi Handa <handa@etl.go.jp>
3795
362a8065
KH
3796 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3797 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3798 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3799 docstring of "chinese-py".
3800
1ad24be1
KH
3801 * international/quail.el (quail-translation-docstring): New
3802 variable.
3803 (quail-show-keyboard-layout): Docstring modified.
3804 (quail-select-current): Likewise.
3805 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3806 infinite recursive call.
3807 (quail-help): Check quail-translation-docstring. Format of the
3808 output changed.
3809 (quail-help-insert-keymap-description): Adjusted for the above
3810 change.
3811
cc0f95a4
GM
38122000-09-11 Gerd Moellmann <gerd@gnu.org>
3813
3814 * bytecomp.el (byte-compile-defvar): Only cons onto
3815 current-load-list in top-level forms. Else this leaks a cons cell
3816 every time a defun is called.
3817
7530b6da
MB
38182000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3819
3820 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3821 Now understands non-unified diffs. Some functionality moved into
3822 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3823 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3824 modify anything. Only reposition point in the patched file if the
3825 patch succeeds. Only pop up another window if POPUP is true.
3826 Emit a message describing what happened if successful, and at what
3827 line-offset. Automatically detect reversed hunks and do something
3828 appropriate.
3829 (diff-hunk-text, diff-find-text): New functions.
3830 (diff-filter-lines): Function removed.
3831 (diff-test-hunk): New function.
3832 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3833
6b124390
DL
38342000-09-10 Dave Love <fx@gnu.org>
3835
3836 * textmodes/tildify.el: Minor doc/commentary fixes.
3837 (tildify) <defgroup>: Add :version.
3838
3839 * faces.el (face-x-resources): Make custom type more specific.
3840 (frame-background-mode): Use mapc.
3841 (region) <defcustom>: Add :version.
3842
7f8b6551
SM
38432000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3844
9b4a7800
TTN
3845 * vc-sccs.el (vc-sccs-register):
3846 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3847 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3848 * vc.el (vc-register): Clear file's properties.
3849
c454aac1
GM
38502000-09-08 Gerd Moellmann <gerd@gnu.org>
3851
3852 * faces.el (face-spec-set): Only face-spec-reset-face when
3853 ATTRS is non-nil.
3854
bb934822
EZ
38552000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3856
3857 * help.el (help-insert-xref-button): Fix a typo in doc string.
3858
03419440
EZ
38592000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3860
7f8b6551
SM
3861 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3862 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3863 methods.
3864
03419440
EZ
3865 * menu-bar.el (read-mail-item-name): New function.
3866 (menu-bar-tools-menu): Use it to compute and display the package
3867 used to read email.
3868 (menu-bar-tools-menu): Fix typo in GUD's help string.
3869
dbcee71a
DL
38702000-09-07 Dave Love <fx@gnu.org>
3871
19e713d8
DL
3872 * diff-mode.el (diff-mouse-goto-source): New function.
3873
a7cafade 3874 * vc-sccs.el: Doc fixes.
7f8b6551 3875 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3876
3877 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3878 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3879 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3880 (vc-rcs-master-templates): Add or change :version.
3881
7f8b6551 3882 * vc-cvs.el: Doc fixes.
a7cafade
DL
3883 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3884 (vc-cvs-stay-local): Add :version.
3885
dbcee71a
DL
3886 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3887
ed254191
KH
38882000-09-07 Kenichi Handa <handa@etl.go.jp>
3889
3890 * international/quail.el (quail-help): Fix previous change.
3891
ab0ee409
GM
38922000-09-07 Gerd Moellmann <gerd@gnu.org>
3893
f46f845b 3894 * faces.el (color-values): Doc fix.
9b4a7800 3895
ab0ee409
GM
3896 * faces.el (frame-set-background-mode): Use frame-parameter
3897 instead of frame-parameters.
3898
3899 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3900 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3901 frame-parameters.
9b4a7800 3902
f7246ac7
KH
39032000-09-07 Kenichi Handa <handa@etl.go.jp>
3904
3905 * language/devan-util.el (devanagari-to-indian-region): In the
3906 loop, change the following char, not preceding char.
3907
96889af2
GM
39082000-09-07 Gerd Moellmann <gerd@gnu.org>
3909
1091dd67
GM
3910 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3911 instead of frame-parameters.
3912
9b4a7800 3913 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3914 internal-set-lisp-face-attribute with FRAME being 0.
3915
3916 * vc.el: Remove `Id' version control keyword.
96889af2 3917
0fddd0dc
KH
39182000-09-07 Kenichi Handa <handa@etl.go.jp>
3919
3920 * help.el (help-make-xrefs): Adjusted for the change of
3921 help-xref-mule-regexp.
3922 (help-insert-xref-button): New function.
3923
3924 * international/mule-cmds.el (help-xref-mule-regexp-template):
3925 Include the pattern for character set.
3926 (leim): New group.
3927
3928 * international/quail.el: Don't require face.
3929 (quail): New group.
7f8b6551 3930 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3931 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3932 (quail-keyboard-layout-substitution): New variable.
3933 (quail-update-keyboard-layout): New function.
3934 (quail-keyboard-layout-type): New customizable variable.
3935 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3936 (quail-keyboard-translate): Pay attention to
3937 quail-keyboard-layout-substitution.
3938 (quail-insert-kbd-layout): New function.
3939 (quail-show-keyboard-layout): New function.
3940 (quail-get-translation): If the definition is a vector of length
7f8b6551 3941 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3942 in that string.
3943 (quail-update-current-translations): Fix the case of
3944 relative-index out of range.
3945 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3946 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3947 Show key sequences for all available characters.
0fddd0dc
KH
3948 (quail-help-insert-keymap-description): Don't show such verbose
3949 key bindings as quail-self-insert-command.
3950
3951 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3952 Format changed, and each element now have extra documentations.
3953 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3954 Adjusted for the change of quail-cxterm-package-ext-info.
3955
8ddceaf1
GM
39562000-09-06 Gerd Moellmann <gerd@gnu.org>
3957
3958 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3959 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3960 during bootstrap.
3961
099bd78a
SM
39622000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3963
3964 * vc.el: (toplevel): Don't require `dired' at run-time.
3965 (vc-dired-resynch-file): Remove autoload cookie.
3966
39672000-09-05 Andre Spiegel <spiegel@gnu.org>
3968
3969 * vc.el: Made several backend functions optional.
3970 (vc-default-responsible-p): New function.
3971 (vc-merge): Use RET for first version to trigger merge-news, not
3972 prefix arg.
3973 (vc-annotate): Handle backends that do not support annotation.
3974 (vc-default-merge-news): Removed. The existence of a merge-news
3975 implementation is now checked on caller sites.
3976
9b4a7800 3977 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3978 case.
3979
9b4a7800 3980 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3981 special case that has been removed from the default in vc-hooks.el.
3982
39832000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3984
3985 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3986
39872000-09-05 Andre Spiegel <spiegel@gnu.org>
3988
3989 * vc-hooks.el: Require vc during compilation.
3990 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3991 macro `with-vc-properties' in vc.el.
3992 (vc-file-getprop): Doc fix.
3993 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3994
099bd78a
SM
3995 * vc.el: Require dired-aux during compilation.
3996 (vc-name-assoc-file): Moved to vc-sccs.el.
3997 (with-vc-properties): New macro.
9b4a7800 3998 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3999 vc-finish-steal): Use it.
4000 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4001 to the backend-specific function is now supposed to do the checkout,
4002 too.
4003 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4004
9b4a7800 4005 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4006 set file properties; that gets done in the generic code now.
4007
4008 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4009 Changed parameter list, added code from vc.el that does the
4010 checkout, possibly with a double-take.
4011
4012 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4013 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4014 the above under the new name.
4015 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4016 parameter list, added checkout command.
4017 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4018 properties; that gets done in the generic code now.
4019
40202000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4021
4022 * vc.el: Docstring fixes (courtesy of checkdoc).
4023
40242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4025
4026 * vc.el (vc-checkout-writable-buffer-hook)
4027 (vc-checkout-writable-buffer): Remove.
4028 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4029 (vc-log-mode): Make it into a clean derived major mode.
4030 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4031 vc-log-mode if log-edit is not available.
4032 (vc-dired-mode-map): Don't set-keymap-parent yet.
4033 (vc-dired-mode): Do set-keymap-parent here.
4034 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4035
08ba3862
GM
40362000-09-05 Gerd Moellmann <gerd@gnu.org>
4037
4038 * faces.el (set-face-attribute, face-spec-reset-face)
4039 (face-spec-set): Avoid consing by removing calls to `apply'.
4040
4041 * frame.el (frame-parameter): Move to C code.
4042
3b4429b4
DL
40432000-09-05 Dave Love <fx@gnu.org>
4044
4045 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4046 insert-before-markers-and-inherit. Now checked systematically!
4047
877055f6
GM
40482000-09-05 Alex Schroeder <alex@gnu.org>
4049
4050 * sql.el (sql-postgres): Use sql-postgres-options.
4051 (sql-postgres-options): New variable.
4052
40532000-09-05 Alex Schroeder <alex@gnu.org>
4054
4055 * sql.el (sql-mode-menu): Work around missing variable mark-active
4056 in XEmacs.
4057 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4058 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4059 compatibility.
4060
7a004b71
GM
40612000-09-04 Gerd Moellmann <gerd@gnu.org>
4062
54baed30 4063 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4064
7a004b71
GM
4065 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4066
4067 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4068
40692000-09-04 Andre Spiegel <spiegel@gnu.org>
4070
4071 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4072 don't support anything else under SCCS yet.
4073
4074 * vc-hooks.el: Minor doc fixes.
4075
40762000-09-04 Andre Spiegel <spiegel@gnu.org>
4077
4078 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4079 not necessary. If verbose in state `needs-patch', do the same as
4080 under `up-to-date'. When NOT verbose and `needs-patch', check out
4081 latest version instead of `merge-news'.
4082 (vc-next-action-dired): Don't mess with default-directory here; it
4083 breaks other parts of dired. It is the job of the
099bd78a 4084 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4085 (vc-next-action): Remove a special CVS case.
4086 (vc-clear-headers): New optional arg FILE.
4087 (vc-checkin, vc-checkout): Set properties vc-state and
4088 vc-checkout-time properly.
099bd78a 4089 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4090 (vc-print-log): Use new backend function `show-log-entry'.
4091 (vc-cancel-version): Do the checks in a different order. Added a
4092 FIXME concerning RCS-only code.
4093
4094 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4095 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4096
4097 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4098
9b4a7800 4099 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4100 `needs-patch' as a `-' too.
4101
41022000-09-04 Andre Spiegel <spiegel@gnu.org>
4103
4104 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4105 (vc-default-could-register): New function.
4106 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4107 (vc-resynch-buffer): Call vc-dired-resynch-file.
4108 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4109 vc-resynch-buffer instead of vc-resynch-window.
4110 (vc-next-action-dired): Don't redisplay here, that gets done as a
4111 result of the individual file operations.
4112 (vc-retrieve-snapshot): Corrected prompt order.
4113
4114 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4115
7a004b71
GM
4116 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4117 as well.
4118 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4119 hostname regexps. Updated all callers.
4120 (vc-cvs-responsible-p): Handle directories as well.
4121 (vc-cvs-could-register): New function.
4122 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4123 properties up-to-date.
9b4a7800 4124
7a004b71
GM
4125 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4126 user whether to create one.
4127
41282000-09-04 Andre Spiegel <spiegel@gnu.org>
4129
4130 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4131 check out a non-existing file.
4132
4133 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4134 workfile does not exist.
4135
4136 * vc.el (vc-version-diff): Use `require' to check for existence of
4137 diff-mode.
4138
41392000-09-04 Andre Spiegel <spiegel@gnu.org>
4140
4141 * vc-cvs.el (vc-cvs-registered): Use new function
4142 vc-cvs-parse-entry to do the actual work.
4143
41442000-09-04 Andre Spiegel <spiegel@gnu.org>
4145
4146 * vc-hooks.el (vc-find-backend-function): If function doesn't
4147 exist, return nil instead of error.
4148 (vc-call-backend): Doc fix.
4149
4150 * vc.el (vc-do-command): Doc fix.
4151 (vc-finish-logentry): When checking in from vc-dired, choose the
4152 right backend for logentry check.
4153 (vc-dired-mode-map): Inherit from dired-mode-map.
4154 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4155 simplified.
4156 (vc-dired-state-info): Removed, updated caller.
4157 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4158 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4159 (vc-dired-listing-switches): New variable.
4160 (vc-directory): Use it, instead of dired-listing-switches.
4161
4162 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4163 (vc-cvs-dir-state): New function.
7f8b6551 4164 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4165 (vc-cvs-parse-entry): New function, also to be used in
4166 vc-cvs-registered.
9b4a7800 4167
7a004b71
GM
41682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4169
4170 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4171 *or* single-window-frames.
4172
41732000-09-04 Andre Spiegel <spiegel@gnu.org>
4174
4175 * vc.el (vc-update-changelog): Split into generic part and default
4176 implementation. Doc string adapted.
4177 (vc-default-update-changelog): New function. Call the `rcs2log'
4178 script in exec-directory, to fix a long-standing nuisance.
4179
4180 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4181 simply signals an error.
9b4a7800 4182
7a004b71
GM
41832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4184
4185 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4186 control-flow more clear and to avoid running `cvs' twice.
4187
4188 * vc.el (vc-next-action-on-file): Doc fix.
4189 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4190 (vc-print-log): Eval `file' before constructing the continuation.
4191
41922000-09-04 Andre Spiegel <spiegel@gnu.org>
4193
4194 * vc.el (vc-next-action-on-file): Corrected several messages.
4195 (vc-merge): Add prefix arg `merge-news'; handle it.
4196
4197 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4198 is not reached. It is.
4199 (vc-cvs-merge): Set state to 'edited after merge.
4200 (vc-cvs-merge-news): Set workfile version to nil if not known.
4201 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4202
4203 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4204 via stdout. (Merge from main line.)
9b4a7800 4205
7a004b71
GM
42062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4209 detection.
4210
42112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4212
4213 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4214 against kill-all-local-variables.
4215 (vc-log-edit): Don't save vc-parent-buffer any more.
4216 (vc-last-comment-match): Initialize to an empty string.
4217 (vc-post-command-functions): New hook.
4218 (vc-do-command): Run it.
4219 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4220 (vc-finish-logentry): Only add the comment to the ring if it's
4221 different from the last comment entered.
4222 (vc-new-comment-index): New function.
4223 (vc-previous-comment): Use it. Make the minibuffer message
4224 slightly less terse.
4225 (vc-comment-search-reverse): Make it work forward as well. Don't
4226 set vc-comment-ring-index if no match is found. Use
4227 vc-new-comment-index.
4228 (vc-comment-search-forward): Use vc-comment-search-reverse.
4229 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4230 define-derived-mode will do it for us. Bind `v' to a keymap that
4231 inherits from vc-prefix-map so that we can bind `vt' without
4232 binding C-x v t.
4233 (vc-retrieve-snapshot): Parenthesis typo.
4234
4235 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4236 to 1. Make sure to switch to *vc* before looking for an error
4237 message. Use vc-parse-buffer.
4238
42392000-09-04 Andre Spiegel <spiegel@gnu.org>
4240
4241 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4242 and NAME.
4243 (vc-retrieve-snapshot): Split into two parts.
4244 (vc-default-retrieve-snapshot): New function.
4245
4246 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4247 (vc-cvs-retrieve-snapshot): New function (untested).
4248 (vc-cvs-stay-local): Default to t.
4249 (vc-cvs-remote-p): New function and property.
4250 (vc-cvs-state): Stay local only if the above is t.
4251 (vc-handle-cvs): Removed.
4252 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4253 done via vc-handled-backends now.
4254 (vc-cvs-header): Escape Id.
4255
42562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * vc.el (vc-do-command): Remove unused commands.
4259 (vc-version-diff): Make sure default-directory ends with a slash.
4260 Move the window commands into a vc-exec-after.
4261 (vc-print-log): Move more of the code into the `vc-exec-after'.
4262
42632000-09-04 Andre Spiegel <spiegel@gnu.org>
4264
4265 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4266 (vc-print-log): Search current revision from beginning of buffer.
4267 (vc-revert-buffer): Clear echo area after the diff is finished.
4268 (vc-prefix-map): Removed definition of "t" for terse display in vc
4269 dired.
4270 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4271 definition of "vt" for terse display.
4272 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4273
42742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4275
4276 * vc.el (vc-exec-after): Avoid caddr.
4277
42782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4279
4280 * vc.el (vc-exec-after): New function.
4281 (vc-do-command): Use it to add a termination message for async
4282 procs.
4283 (vc-checkout): Try to handle a missing-backend situation.
4284 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4285 of a directory with a backend using async diffs.
4286 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4287 present.
4288
4289 * vc-sccs.el (vc-sccs-state-heuristic): Use
4290 file-ownership-preserved-p.
4291
4292 * vc-rcs.el (vc-rcs-state-heuristic): Use
4293 file-ownership-preserved-p.
4294 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4295
42962000-09-04 Andre Spiegel <spiegel@gnu.org>
4297
4298 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4299 vc-do-command.
4300
4301 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4302 when there are no changes.
4303
43042000-09-04 Andre Spiegel <spiegel@gnu.org>
4305
4306 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4307
4308 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4309
43102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4313
4314 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4315 the `fset' outside of the defvar so that it works even if
4316 vc-prefix-map was already defined.
4317 (vc-setup-buffer): New function, split out of vc-do-command.
4318 (vc-do-command): Allow BUFFER to be t to mean `just use the
4319 current buffer without any fuss'.
4320 (vc-version-diff): Change the `diff' backend operation to just put
4321 the diff in the current buffer without erasing it. Always use
4322 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4323 shrink-window-if-larger-than-buffer.
4324 (vc-print-log): Change the `print-log' backend operation to just
4325 put the log in the current buffer without erasing it. Protect
4326 shrink-window-if-larger-than-buffer.
4327 (vc-update-change-log): Fix setd typo.
4328
4329 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4330 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4331
4332 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4333 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4334 CMP.
4335
4336 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4337 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4338 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4339
43402000-09-04 Andre Spiegel <spiegel@gnu.org>
4341
4342 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4343 not possible, use vc-BACKEND-workfile-unchanged-p.
4344 (vc-default-workfile-unchanged-p): New function. Delegates to a
4345 full vc-BACKEND-diff.
4346
4347 * vc-hooks.el (vc-simple-command): Removed.
4348
4349 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4350 instead of vc-simple-command.
4351 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4352 avoid doing a diff when opening a file.
4353 (vc-rcs-state): Added check for unlocked-changes.
4354 (vc-rcs-header): Escape Id.
4355 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4356 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4357 version.
4358
4359 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4360 (vc-sccs-diff): Remove optional arg CMP.
4361 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4362 SCCS-specific function.
4363
4364 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4365 vc-simple-command.
4366
43672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4368
4369 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4370 (with-vc-file, vc-merge): Use vc-editable-p.
4371 (vc-do-command): Remove unused var vc-file and fix the
4372 doubly-defined `status' var. Add a user message when starting an
4373 async command.
4374 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4375 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4376 Use with-current-buffer.
4377 (vc-buffer-sync): Use unless.
4378 (vc-next-action-on-file): If the file is 'edited by read-only,
4379 make it read-write instead of trying to commit.
4380 (vc-version-diff, vc-update-change-log): Use `setq
4381 default-directory' rather than `cd'.
4382 (vc-log-edit): Don't forget to set default-directory in the
4383 buffer.
4384
4385 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4386 (vc-sccs-state-heuristic): Use file-writable-p instead of
4387 comparing userids.
4388 (vc-sccs-checkout): Use `unless'.
4389
4390 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4391 of comparing userids.
4392 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4393 Simplify the logic by eliminating unreachable code.
4394 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4395 just do a recursive call if we need to retry.
4396 (vc-rcs-checkout): Handle the case where rcs is missing by making
4397 the buffer read-write if requested and re-signalling the error.
4398
4399 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4400
44012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * vc-hooks.el (vc-handled-backends): Docstring change.
4404 (vc-ignore-vc-files): Mark obsolete.
4405 (vc-registered): Check vc-ignore-vc-files.
4406 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4407 vc-ignore-vc-files.
4408
4409 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4410
44112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4412
4413 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4414 files since ange-ftp already has vc-registered return nil.
4415
4416 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4417 (vc-sccs-workfile-version): Use with-temp-buffer and new
4418 vc-parse-buffer and don't bother setting the property.
4419 (vc-sccs-add-triple): Use with-current-buffer and
4420 find-file-noselect.
4421 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4422
4423 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4424 derives from the old vc-parse-buffer but uses the revision number
4425 rather than the date (much easier to compare robustly).
4426 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4427 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4428 locking-user more directly. Check strict locking and set
4429 checkout-model appropriately.
4430 (vc-rcs-parse-locks): Remove.
4431 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4432 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4433 (vc-rcs-system-release): Use with-current-buffer and
4434 vc-parse-buffer.
4435 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4436
4437 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4438 (vc-simple-command): Docstring fix.
4439 (vc-registered): Align the way the file-handler is called with the
4440 way the function itself works.
4441 (vc-file-owner): Remove.
4442
4443 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4444 extraction of fields and call to file-attributes because of a
4445 temporary bug in rcp.el.
4446 (vc-cvs-fetch-status): Use with-current-buffer.
4447
44482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4449
4450 * vc.el (vc-do-command): Use file-relative-name.
4451 (vc-responsible-backend): Use vc-backend if possible.
4452 (vc-create-snapshot): Improve the `interactive' spec. Add support
4453 for branches and dispatch to backend-specific `create-snapshot'.
4454 (vc-default-create-snapshot): New function, containing the bulk of
4455 the old vc-create-snapshot.
4456 (vc-retrieve-snapshot): Improve the interactive spec.
4457
4458 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4459 (vc-backend-hook-functions): Remove.
4460 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4461 (vc-backend): Reintroduce the test for `file = nil' now that I
4462 know why it was there (and added a comment to better remember).
4463
4464 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4465 code from vc-sccs-hooks.el.
4466 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4467 'vc anymore.
4468 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4469 and file-directory-p instead of file-exists-p.
4470 (vc-sccs-check-headers): Simplify the regexp.
4471
4472 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4473 from vc-rcs-hooks.el. Don't require 'vc anymore.
4474 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4475 file-directory-p instead of file-exists-p.
4476
4477 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4478 from vc-cvs-hooks.el.
4479 (proto vc-cvs-registered): Require 'vc-cvs instead of
4480 'vc-cvs-hooks. Don't require 'vc anymore.
4481 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4482 file-directory-p instead of file-exists-p.
4483 (vc-cvs-create-snapshot): New function, replacing
4484 vc-cvs-assign-name.
4485 (vc-cvs-assign-name): Remove.
4486
44872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * vc-cvs.el (vc-cvs-header): New var.
4490
4491 * vc-rcs.el (vc-rcs-exists): Remove.
4492 (vc-rcs-header): New var.
4493
4494 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4495 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4496 (vc-sccs-header): New var.
4497
4498 * vc.el (vc-do-command): Get rid of the `last' argument.
4499 (vc-header-alist): Remove, replaced by vc-X-header.
4500 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4501 (vc-dired-hook): Use expand-file-name instead of concat.
4502 (vc-directory): Use file-name-as-directory.
4503 (vc-snapshot-precondition, vc-create-snapshot)
4504 (vc-retrieve-snapshot): Allow the command to operate on any
4505 directory.
4506
4507 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4508 just removing the 'WORKFILE argument or by removing the 'MASTER
4509 argument and replacing `file' with (vc-name file).
4510
45112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4512
4513 * vc.el: Update Copyright and add a crude list of backend funs.
4514 (vc-writable-p): New function.
4515 (with-vc-file): Use vc-writable-p.
7f8b6551 4516 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4517 (vc-register): Avoid vc-name.
4518 (vc-locking-user): Remove.
4519 (vc-steal-lock): Make the `owner' arg non-optional.
4520 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4521 vc-checkout-model.
4522 (vc-default-dired-state-info): Use vc-state instead of
4523 vc-locking-user and return special strings for special states.
4524 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4525 and get rid of one of the special CVS cases.
4526 (vc-cancel-version): prettify error message with \\[...].
4527 (vc-rename-master): New function.
4528 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4529 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4530 the CVS special case generic.
4531 (vc-default-record-rename): Remove.
4532 (vc-file-tree-walk-internal): Only call FUNC for files that are
4533 under control of some VC backend and replace `concat' with
4534 expand-file-name.
4535 (vc-file-tree-walk): Update docstring.
4536 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4537 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4538
4539 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4540 vc-sccs-record-rename. Use `find-file-noselect' rather than
4541 `find-file' and call `vc-rename-master' to do the actual move.
4542 (vc-sccs-diff): Remove unused `backend' variable.
4543
4544 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4545 to delay loading of vc-sccs until it is really used.
4546 (vc-sccs-master-templates): Preload.
4547 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4548 (vc-sccs-project-dir): Remove (merged into
4549 vc-sccs-search-project-dir).
4550 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4551 rather than `concat', make sure it is preloaded and don't bother
4552 to check that the file actually exists.
4553 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4554 `locks' argument (use buffer's content instead) and eliminate n^2
4555 behavior.
4556
4557 * vc-rcs.el: Update Copyright.
4558 (vc-rcs-rename-file): New function.
4559 (vc-rcs-diff): Remove unused `backend' variable.
4560
4561 * vc-hooks.el: Update Copyright.
4562 (vc-backend): Don't accept a nil argument any more.
4563 (vc-up-to-date-p): Turn into a defsubst.
4564 (vc-possible-master): New function.
4565 (vc-check-master-templates): Use `vc-possible-master' and allow
4566 funs in vc-X-master-templates to return a non-existent file.
4567
4568 * vc-cvs.el: Update Copyright.
4569 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4570 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4571
4572 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4573
45742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4575
4576 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4577 since it can be called from vc-rcs.el.
4578 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4579
45802000-09-04 Andre Spiegel <spiegel@gnu.org>
4581
4582 * vc.el (vc-version-diff): Expand file name read from the
4583 minibuffer. Handle the case when a previous version number can't
4584 be guessed. Give suitable messages when there were no differences
4585 found.
4586 (vc-clear-headers): Call backend-specific implementation, if one
4587 exists.
4588 (vc-cancel-version): Made error checks generic. When done, clear
4589 headers generically, too.
4590
4591 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4592 from vc-clear-headers in vc.el.
4593
4594 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4595 correctly.
4596 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4597 optional. Handle the case when it's not there.
4598
45992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4600
4601 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4602
46032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4604
4605 * vc-hooks.el (vc-loadup): Remove.
4606 (vc-find-backend-function): Use `require'. Also, handle the case
4607 where vc-BACKEND-hooks.el doesn't exist.
4608 (vc-call-backend): Cleanup.
4609
46102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4611
4612 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4613 vc-rcs-grab-templates)
4614 (vc-rcs-registered): Remove. The default function works as well.
4615 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4616 vc-sccs-grab-templates)
4617 (vc-sccs-registered): Remove. The default function works as well.
4618
4619 * vc.el (vc-version-diff): Left out a vc- in call to
4620 vc-call-backend.
4621 (vc-default-dired-state-info, vc-default-record-rename)
4622 (vc-default-merge-news): Update for the new backend argument.
4623
4624 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4625 using the default function.
4626 (vc-call-backend): If calling the default function, pass it the
4627 backend as first argument. Update the docstring accordingly.
4628 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4629 for the new backend argument.
4630 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4631 (vc-find-backend-function): Use the new name.
4632 (vc-default-registered): New function.
4633
46342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4635
4636 * vc.el (vc-merge): Use vc-find-backend-function.
4637
4638 * vc-hooks.el (vc-backend-functions): Remove.
4639 (vc-loadup): Don't setup 'vc-functions.
4640 (vc-find-backend-function): New function.
4641 (vc-call-backend): Use above fun and populate 'vc-functions
4642 lazily.
4643 (vc-backend-defines): Remove.
4644
46452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4646
4647 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4648 Call vc-call-backend without the leading vc-.
4649 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4650 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4651 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4652 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4653 Call vc-call-backend without the leading vc-.
4654
4655 * vc-cvs.el (tail): Provide vc-cvs.
4656 * vc-sccs.el (tail): Provide vc-sccs.
4657 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4658
4659 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4660 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4661 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4662 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4663 (vc-call-backend): Always try to load vc-X-hooks.
4664 (vc-registered): Remove vc- in call to vc-call-backend.
4665
46662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * vc.el (vc-process-filter): New function.
4669 (vc-do-command): Setup `vc-process-filter' for the async process.
4670 (vc-maybe-resolve-conflicts): New function to reduce
4671 code-duplication. Additionally, it puts the buffer in
4672 `smerge-mode' if applicable.
4673 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4674 calling `merge-news'.
7f8b6551 4675 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4676 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4677 interfacing to log-edit.el.
4678 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4679 log-edit is available.
4680 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4681
46822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4683
4684 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4685 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4686 defvar and the initialization.
4687 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4688
4689 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4690 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4691
7f8b6551 4692 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4693
46942000-09-04 Andre Spiegel <spiegel@gnu.org>
4695
4696 * vc.el (vc-file-clear-masterprops): Removed.
4697 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4698 (vc-version-diff): Use buffer-size without argument.
4699 (vc-register): Heed vc-initial-comment.
4700
4701 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4702 default branch.
4703
4704 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4705 file name and workfile version.
4706 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4707
4708 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4709 vc-file-clear-masterprops.
4710
4711 * vc-sccs.el (vc-sccs-checkout): Removed call to
4712 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4713 rather than user login name.
4714
4715
47162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4717
4718 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4719 `want-differences-if-changed' and simplify.
4720 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4721 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4722 output (which is invalid for async vc-diff) to decide whether to
4723 do the revert silently or not.
4724
47252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4726
4727 * vc-hooks.el (vc-loadup): Load files quietly.
4728 (vc-call-backend): Oops, brain fart.
4729
47302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4731
4732 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4733 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4734
47352000-09-04 Andre Spiegel <spiegel@gnu.org>
4736
4737 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4738 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4739 vc-state or vc-up-to-date-p.
4740 (vc-merge): Use vc-backend-defines to check whether merging is
4741 possible. Set state to 'edited after successful merge.
4742
4743 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4744 return that name. Redocumented.
4745
47462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4747
4748 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4749 new `vc-state' semantics.
4750 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4751 'vc-locking-user to the current user.
4752 (vc-merge): Inline vc-backend-merge. Comment out code that I
4753 don't understand and hence can't adapt to the new `vc-state' and
4754 `vc-locking-user' semantics.
4755 (vc-backend-merge): Remove.
4756
4757 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4758 rather than 'vc-locking-user.
4759
4760 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4761
4762 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4763 (vc-state): Don't use 'reserved any more. Just use the same
4764 convention as the one used for vc-<backend>-state where the
4765 locking user (as a string) is returned.
4766 (vc-locking-user): Update, based on the above convention. The
4767 'vc-locking-user property has disappeared.
7f8b6551 4768 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4769
4770 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4771 with a heuristic one.
4772 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4773 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4774 error. That allows us to get to 'needs-merge even in the
4775 stay-local case. There's still no way to detect 'needs-patch in
4776 such a setup (or to force an update for that matter).
4777 (vc-cvs-logentry-check): Remove, the default works as well.
4778
47792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4780
7f8b6551 4781 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4782
4783 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4784 major-mode in which the buffer might have been put earlier. Use
4785 `remove' and `when'. Allow `okstatus' to be `async' and use
4786 `start-process' in this case.
4787 (vc-version-diff): Handle the case where the diff looks empty
4788 because of the use of an async process.
4789
47902000-09-04 Andre Spiegel <spiegel@gnu.org>
4791
4792 * vc.el (vc-next-action-on-file): Removed optional parameter
4793 `simple'. Recompute state unconditionally.
4794 (vc-default-toggle-read-only): Removed.
4795
4796 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4797 (vc-toggle-read-only): Undid prev change.
4798
4799 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4800 vc-cvs-simple-toggle. Redocumented.
4801 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4802 (vc-cvs-toggle-read-only): Removed.
4803
48042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4805
7f8b6551 4806 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4807 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4808 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4809 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4810 still is. So maybe it should be removed.
4811 (vc-head-version, vc-find-binary): Remove.
4812 (vc-recompute-state): Move from vc-hooks.el.
4813 (vc-next-action-on-file): Add a `simple' argument to allow
4814 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4815 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4816 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4817 (vc-dired-mode-map): Properly defvar it.
4818 (vc-print-log): Call log-view-mode if available.
4819 (small-temporary-file-directory): defvar instead of use boundp.
4820 (vc-merge-news): Moved to vc-cvs.el.
4821 (vc-default-merge-news): New function.
4822
4823 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4824 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4825 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4826 unknown `vc-latest-version' function. It should probably refer to
4827 vc-workfile-version or somesuch, but it's very unclear to me and I
4828 don't have SCCS to test things.
4829
4830 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4831 (vc-sccs-state-heuristic): Fix typo.
4832 (vc-sccs-workfile-unchanged-p): Add missing argument.
4833
4834 * vc-rcs.el: Require vc and vc-rcs-hooks.
4835 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4836 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4837 (vc-release-greater-or-equal-p): Move from vc.
4838 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4839 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4840 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4841 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4842
4843 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4844 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4845 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4846 than the apparently unbound `workfile-version'.
4847
4848 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4849 (vc-file-prop-obarray): Use `make-vector'.
4850 (vc-backend-functions): Add new hookable functions
4851 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4852 (vc-loadup): If neither backend nor default functions exist, use
4853 the backend function rather than nil.
4854 (vc-call-backend): If the function if not bound yet, try to load
4855 the non-hook file to see if it provides it.
4856 (vc-call): New macro plus use it wherever possible.
4857 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4858 nor `vc-find-binary' since it's only called from
7f8b6551 4859 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4860 (vc-checkout-model): Fix parenthesis.
4861 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4862
7f8b6551 4863 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4864 (vc-cvs-release, vc-cvs-system-release): Remove.
4865 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4866 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4867 status symbols.
4868 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4869 (vc-cvs-toggle-read-only): First cut at a function to allow a
4870 cvs-status-free vc-toggle-read-only.
4871 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4872 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4873 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4874 (vc-cvs-checkout): Modify access rights directly if the user
4875 requested not to use `cvs edit'. And refresh the mode line.
4876
4877 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4878 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4879
48802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4881
4882 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4883 workfile' that got lost when the code was extracted from vc.el.
4884 And merged the tail with the rest of the code (not possible in the
4885 old vc.el where the tail was shared among all backends). And
4886 explicitly set the state to 'edited if `writable' is set.
4887
4888 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4889 (vc-cvs-state): Be careful to return the value from
4890 vc-cvs-parse-state.
4891 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4892 property but return it instead. Also be careful to handle a nil
4893 or "" `rev' when workfile is non-nil (it was handled properly when
4894 workfile was nil).
4895
4896 * vc.el: Removed those pesky unnecessary `(function' quotes.
4897 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4898 directly in the defvar.
4899 (vc-do-command): Bind inhibit-read-only so as to properly handle
4900 the case where the destination buffer has been made read-only.
4901 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4902 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4903 (vc-annotate-mode-variables): Removed (code moved partly to
4904 defvars and partly to vc-annotate-add-menu).
4905 (vc-annotate-mode): Turned into a derived-mode.
4906 (vc-annotate-add-menu): Moved in code in
4907 vc-annotate-mode-variables.
4908 (vc-update-change-log): Use make-temp-file if available.
4909
49102000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4911
4912 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4913 `vc-checkout-model' updated to `vc-cvs-update-model'.
4914
49152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4916
4917 * vc.el (vc-next-action-on-file): Added handling of state
4918 `unlocked-changes'.
4919 (vc-checkout-carefully): Is now practically obsolete, unless the
4920 above is too slow to be enabled unconditionally.
4921 (vc-update-change-log): Fixed typo.
4922
4923 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4924
7f8b6551
SM
4925 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4926 Now handles state `unlocked-changes'.
4927 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4928
4929 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4930
4931 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4932 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4933 `unlocked-changes'.
4934 (vc-rcs-workfile-unchanged-p): Renamed from
4935 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4936 function yet, but supposed to become one soon.
4937
4938 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4939 `vc-steal-lock'.
4940 (vc-call-backend): Changed error message.
4941 (vc-state): Added description of state `unlocked-changes'.
4942
49432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4944
4945 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4946 always return t in CVS-controlled directories.
4947
4948 * vc.el (vc-responsible-backend): New function.
4949 (vc-register): Largely rewritten.
4950 (vc-admin): Removed (implementation moved into vc-register).
4951 (vc-checkin): Redocumented.
4952 (vc-finish-logentry): If no backend defined yet (because we are in
4953 the process of registering), use the responsible backend.
4954
4955 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4956 Updated function lists.
4957 (vc-call-backend): Fixed typo.
4958
7f8b6551
SM
4959 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4960 New functions.
4961 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4962 Removed query option. Redocumented.
7a004b71
GM
4963
49642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4965
4966 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4967
4968 * vc.el: Updated callers of `vc-checkout-required' to use
4969 `vc-checkout-model'.
4970
49712000-09-04 Martin Lorentzson <martinl@gnu.org>
4972
4973 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4974 stuff updated to reference this function instead of the old
4975 `vc-backend-release-p'.
4976
49772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4978
4979 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4980 vc-checkout-model. Return appropriate values. Updated callers.
4981
49822000-09-04 Martin Lorentzson <martinl@gnu.org>
4983
7f8b6551 4984 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4985 (vc-backend-revert): Function moved into `vc-revert';
4986 `vc-next-action' must be updated to accomodate this change.
4987 (vc-backend-steal): Function moved into `vc-finish-steal'.
4988 (vc-backend-logentry-check): Function moved into
4989 `vc-finish-logentry'.
4990 (vc-backend-printlog): Function moved into `vc-print-log'.
4991 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4992 (vc-backend-assign-name): Function moved into
4993 `vc-create-snapshot'.
4994
49952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4996
4997 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4998 Rename to vc-checkout-model. Return appropriate values.
4999 Update callers.
7a004b71 5000
7f8b6551 5001 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5002 to vc-checkout-model.
7f8b6551
SM
5003 (vc-checkout-required): Rename to vc-checkout-model.
5004 Re-implement and re-comment.
7a004b71
GM
5005 (vc-after-save): Use vc-checkout-model.
5006
50072000-09-04 Martin Lorentzson <martinl@gnu.org>
5008
7f8b6551
SM
5009 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5010 Update to use the vc-BACKEND-diff functions instead.
5011 `vc-diff' is now working.
7a004b71 5012
7f8b6551 5013 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5014
7f8b6551 5015 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5016
5017 * vc-sccs.el (vc-sccs-diff): Function changed name from
5018 `vc-backend-diff'. This makes `vc-diff' work.
5019
7f8b6551 5020 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5021 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5022 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5023 signaled during `vc-after-save'.
5024
7f8b6551
SM
5025 * vc.el: Fix typo.
5026 This checkin is made with our new VC code base for the very first time.
5027 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5028
5029 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5030 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5031
5032 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5033 updated to `vc-uses-locking'.
7f8b6551 5034 (vc-checkout-required): Call to backend function.
7a004b71
GM
5035 `vc-checkout-required' updated to `vc-uses-locking' instead.
5036
5037 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5038 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5039
7f8b6551 5040 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5041 to match the split into various backends.
7f8b6551 5042 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5043 (vc-retrieve-snapshot): Bug fix.
5044
50452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5046
5047 * vc-sccs.el (vc-sccs-release): Doc fix.
5048
50492000-09-04 Martin Lorentzson <martinl@gnu.org>
5050
5051 * vc.el (vc-next-action-on-file): Bug found and fixed.
5052 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5053 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5054
5055 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5056 (vc-rcs-checkout): Name space cleaned up. No more revision number
5057 crunching function names that are not prefixed with vc-rcs.
5058 (vc-rcs-checkout-model): Function added. References to
5059 `vc-checkout-model' replaced.
5060
50612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5062
5063 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5064 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5065 still need to be split, and implemented for RCS).
5066
50672000-09-04 Martin Lorentzson <martinl@gnu.org>
5068
5069 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5070
5071 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5072 required by the vc.el file.
5073
5074 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5075 required by the vc.el file.
5076 (vc-rcs-exists): Function added.
5077
5078 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5079 required by the vc.el file.
5080
5081 * vc.el (vc-admin): Updated to handle selection of appropriate
5082 backend. Current implementation is crufty and need re-thinking.
5083
5084 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5085
50862000-09-04 Martin Lorentzson <martinl@gnu.org>
5087
5088 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5089 beginning of annotate buffers correctly.
5090
5091 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5092 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5093 functionality updated quite a lot to support multiple backends.
5094 Variables `vc-annotate-mode', `vc-annotate-buffers',
5095 `vc-annotate-backend' added.
5096
5097 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5098 `vc-annotate-difference' added to supported backend functions.
5099
51002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5101
5102 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5103 Use with-temp-file instead of /bin/sh. Merged from mainline
5104
51052000-09-04 Martin Lorentzson <martinl@gnu.org>
5106
5107 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5108
5109 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5110
5111 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5112
51132000-09-04 Martin Lorentzson <martinl@gnu.org>
5114
5115 * vc-hooks.el: vc-state-heuristic added to
5116 vc-backend-hook-functions.
5117
5118 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5119
5120 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5121
7f8b6551
SM
5122 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5123 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5124 state to `reserved'.
5125
5126 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5127 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5128
51292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5130
7f8b6551 5131 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5132 untouched.
5133
7f8b6551 5134 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5135
7f8b6551 5136 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5137 if defined. (Merged from main line, slightly adapted.)
5138
5139 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5140 millenium problem (merged from mainline).
5141
51422000-09-04 Martin Lorentzson <martinl@gnu.org>
5143
5144 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5145 part and moved the non-BACKEND stuff to vc.el.
5146
5147 * vc.el: Split the annotate feature into a BACKEND specific part
5148 and moved it from the vc-cvs.el file to this one.
5149
51502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5151
7f8b6551
SM
5152 * vc-hooks.el: Implement new state model.
5153 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5154 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5155 locked by somebody else.
7f8b6551 5156 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5157 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5158 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5159 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5160
7f8b6551
SM
5161 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5162 Various simplifications and adaptations all over the place.
7a004b71 5163
7f8b6551
SM
5164 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5165 Simplify and adapt the rest.
7a004b71 5166
7f8b6551 5167 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5168 interaction with view mode according to recent RCS change.
7f8b6551 5169 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5170
51712000-09-04 Martin Lorentzson <martinl@gnu.org>
5172
7f8b6551 5173 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5174
51752000-09-04 Martin Lorentzson <martinl@gnu.org>
5176
5177 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5178 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5179 (vc-minor-part, vc-previous-version): Functions that operate and
5180 compare revision numbers got proper documentation. Comments added
5181 about their possible removal.
5182
51832000-09-04 Martin Lorentzson <martinl@gnu.org>
5184
5185 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5186 the vc-backend.el files.
5187
5188 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5189
5190 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5191 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5192 (vc-rcs-previous-version): Functions added.
5193
5194 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5195
5196 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5197
51982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5199
5200 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5201 Comment out the definition for now. What is the right procedure
7a004b71
GM
5202 to get rid of it?
5203 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5204 rewritten.
7f8b6551 5205 (vc-default-registered): Remove.
7a004b71
GM
5206 (vc-check-master-templates): New function; does mostly what the
5207 above did before.
5208 (vc-locking-user): Don't rely on the backend to set the property.
5209
5210 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5211 Rewrite documentation.
7a004b71
GM
5212 (vc-rcs-templates-grabbed): New variable.
5213 (vc-rcs-grab-templates): New function.
7f8b6551 5214 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5215
5216 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5217 Rewrite documentation.
7a004b71
GM
5218 (vc-sccs-templates-grabbed): New variable.
5219 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5220 (vc-sccs-registered): Rewrite to use above mechanism.
5221 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5222 Don't throw the result, simply return it.
7a004b71 5223
7f8b6551
SM
5224 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5225 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5226 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5227
7f8b6551 5228 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5229 from main line.
5230
52312000-09-04 Martin Lorentzson <martinl@gnu.org>
5232
7f8b6551 5233 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5234
7f8b6551 5235 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5236
7f8b6551
SM
5237 * vc-rcs.el (vc-rcs-diff): New function.
5238 (vc-rcs-checkout): Bug (typo) found and fixed.
5239 (vc-rcs-register-switches): New variable.
7a004b71
GM
5240
5241 * vc.el (vc-backend-diff): Function removed and placed in the
5242 backend files.
5243
52442000-09-04 Martin Lorentzson <martinl@gnu.org>
5245
5246 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5247
5248 * vc.el (vc-backend-checkout): Function removed and replaced in
5249 the vc-backend.el files.
5250
5251 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5252
5253 * vc.el (vc-backend-admin): Removed and replaced in the
5254 vc-backend.el files.
5255
5256 * vc.el (Martin): Removed all the annotate functionality since it
5257 is CVS backend specific.
5258
52592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5260
5261 * spec.txt: Added specification of vc-state.
5262
5263 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5264 Remove handling of vc-latest-version and
7a004b71
GM
5265 vc-your-latest-version. What used to be vc-latest-version, is now
5266 returned as vc-workfile-version.
7f8b6551 5267 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5268
52692000-09-04 Dave Love <fx@gnu.org>
5270
5271 * vc.el: [Merged from mainline.]
5272 (vc-dired-mode): Make the dired-move-to-filename-regexp
5273 regexp match the date, to avoid treating date as file size.
5274 Add YYYY S option to WESTERN/
5275
52762000-09-04 Dave Love <fx@gnu.org>
5277
5278 * vc.el: Require `compile' when compiling.
5279 (vc-logentry-check-hook): New option.
5280 (vc-steal-lock): Use compose-mail.
5281 (vc-dired-mode-map): Defvar when compiling.
5282 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5283 vc-sccs.el and renamed. Callers changed.
5284 (vc-backend-checkout, vc-backend-logentry-check)
5285 (vc-backend-merge-news): Doc fix.
5286 (vc-default-logentry-check): New function.
5287 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5288 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5289 (vc-backend-merge): Doc fix. Use backend functions.
5290 (vc-check-headers): Use backend functions.
5291
5292 * vc-cvs.el: Require vc when compiling.
5293 (vc-cvs-register-switches): Doc fix.
5294 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5295 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5296 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5297 New functions (code from vc.el).
5298 (vc-annotate-display-default): Fix interactive spec.
5299 (vc-annotate-time-span): Doc fix.
5300
5301 * vc-rcs.el: Require vc when compiling.
5302 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5303 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5304 (vc-rcs-checkin): New functions (code from vc.el).
5305 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5306 Doc fix.
5307 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5308
5309 * vc-sccs.el: Require vc when compiling.
5310 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5311 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5312 (vc-sccs-revert)
5313 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5314 from vc.el).
5315 (vc-sccs-add-triple, vc-sccs-record-rename)
5316 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5317 (vc-sccs-admin): Doc fix.
5318
53192000-09-04 Martin Lorentzson <martinl@gnu.org>
5320
5321 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5322 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5323 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5324 from vc.el.
5325
5326 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5327
5328 * vc-cvs.el: Moved the annotate functionality from vc.el.
5329 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5330
53312000-09-04 Dave Love <fx@gnu.org>
5332
5333 * vc.el (vc-backend-release): Call vc-system-release.
5334
5335 * vc-sccs.el (vc-sccs-system-release):
5336 Renamed from vc-sccs-backend-release.
5337
5338 * vc-rcs.el (vc-rcs-system-release):
5339 Renamed from vc-rcs-backend-release.
5340
5341 * vc-cvs.el (vc-cvs-system-release):
5342 Renamed from vc-cvs-backend-release.
5343
53442000-09-04 Dave Love <fx@gnu.org>
5345
5346 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5347 backend files.
5348 (vc-backend-release): Dispatch to backend functions.
5349 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5350 probably needs attention.]
5351
5352 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5353 (vc-sccs-backend-release): New function.
5354
5355 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5356 (vc-cvs-backend-release): New function.
5357
5358 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5359 Doc fix.
5360 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5361 (vc-default-dired-state-info): New function.
5362 (vc-dired-state-info): Dispatch to backends.
5363 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5364
5365 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5366 from vc.el and renamed.
5367
53682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5369
5370 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5371 (vc-version-other-window, vc-backend-assign-name): Removed
5372 references to vc-latest-version; sometimes changed into
5373 vc-workfile-version.
5374
5375 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5376 vc-rcs-master-workfile-version.
5377 (vc-rcs-workfile-version): Use the above. Don't call
5378 vc-latest-version (that was unreachable code, anyway).
5379 (vc-rcs-fetch-master-properties): Doc fix.
5380
5381 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5382 (vc-backend-hook-functions): Removed them from this list, too.
5383 (vc-fetch-properties): Removed.
5384 (vc-workfile-version): Doc fix.
5385
5386 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5387 (vc-rcs-workfile-version, vc-rcs-locking-user)
5388 (vc-rcs-uses-locking): Use it.
5389
5390 * vc-hooks.el (vc-consult-rcs-headers):
5391 Moved into vc-rcs-hooks.el, under the name
5392 vc-rcs-consult-headers.
5393
5394 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5395 headers.
5396 (vc-cvs-find-master): Use this name only; correct different
5397 versions of the name.
5398
5399 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5400 New functions.
5401 (vc-sccs-locking-user): Use the latter.
5402
5403 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5404 New functions.
5405
5406 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5407 Moved into both
5408 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5409 functions are implementation details of those two backends.
5410
54112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5412
5413 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5414 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5415
5416 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5417 (vc-sccs-parse-locks): SCCS-specific code moved here from
5418 vc-hooks.
5419
5420 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5421 code moved here from vc-hooks.
5422
5423 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5424 into back-end specific parts and removed. Callers not updated
5425 yet; because I guess these callers will disappear into back-end
5426 specific files anyway.
5427
54282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5429
5430 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5431 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5432 `vc-uses-locking'.
5433
5434 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5435 Store yes/no in the property, and return t/nil. Updated all
5436 callers.
5437
5438 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5439 vc-sccs-uses-locking. Don't set property.
5440 (vc-sccs-locking-user): Don't set property.
5441
5442 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5443 vc-cvs-uses-locking. Don't set property here; leave that to
5444 vc-hooks.
5445 (vc-cvs-locking-user): Reflect above change. Streamlined.
5446
5447 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5448 vc-rcs-uses-locking.
5449 (vc-rcs-locking-user): Reflect above change.
5450
54512000-09-04 Dave Love <fx@gnu.org>
5452
5453 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5454
5455 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5456
5457 * vc-hooks.el (vc-checkout-model): Punt to backends.
5458
5459 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5460
5461 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5462
5463 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5464 New functions.
5465
5466 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5467 New functions.
5468
5469 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5470 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5471
5472 * vc-hooks.el (vc-default-locking-user): New function.
5473 (vc-locking-user, vc-workfile-version): Punt to backends.
5474
54752000-09-04 Dave Love <fx@gnu.org>
5476
5477 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5478 (vc-master-workfile-version): Moved from vc-hooks.
5479
5480 * vc-rcs-hooks.el: Fix duplicate code in last change.
5481
5482 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5483 (vc-rcs-master-templates): Improve :type.
5484 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5485 vc-master-workfile-version): Moved from vc-hooks.
5486
5487 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5488 (vc-sccs-master-templates): Improve :type.
5489 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5490
5491 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5492
5493 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5494 (vc-cvs-master-templates): Improve :type. Use
5495 vc-cvs-find-cvs-master.
5496 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5497 from vc-hooks.
5498 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5499
5500 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5501 Moved to vc-cvs-hooks.
5502
5503 * vc-hooks.el: Add doc strings in various places. Simplify the
5504 minor mode setup.
5505 (vc-handled-backends): New user variable.
5506 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5507 simplification.
5508
55092000-09-04 Dave Love <fx@gnu.org>
5510
5511 * vc.el: Some doc fixes for autoloaded and interactive functions.
5512 Fix compilation warnings from ediff stuff.
5513 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5514
5515 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5516
5517 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5518
5519 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5520
55212000-09-04 Dave Love <fx@gnu.org>
5522
5523 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5524 New variable.
5525 (vc-make-backend-function, vc-loadup, vc-call-backend)
5526 (vc-backend-defines): New functions.
5527
5528 * vc-hooks.el: Various doc fixes.
5529 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5530 (vc-match-substring): Function removed. Callers changed to use
5531 match-string.
5532 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5533 Simplify.
5534
55352000-09-04 Dave Love <fx@gnu.org>
5536
5537 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5538 type.
5539 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5540 (vc-sccs-registered): Doc fix.
5541
5542 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5543 (vc-cvs-registered): Doc fix.
5544
5545 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5546 (vc-rcs-registered): Doc fix.
5547
55482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5549
5550 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5551
5552 * vc-hooks.el: vc-registered has been renamed
5553 vc-default-registered. Some functions have been moved to the
5554 backend specific files. they all support the
5555 vc-BACKEND-registered functions.
5556
55572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5558
5559 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5560
5561 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5562
a033ea13
DL
55632000-09-04 Dave Love <fx@gnu.org>
5564
179fc9ef
DL
5565 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5566 menu-bar-update-hook.
5567
5568 * help.el (help-manyarg-func-alist): Add
5569 find-operation-coding-system.
5570
a033ea13
DL
5571 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5572
5573 * custom.el (custom-set-variables): Print message about errors in
5574 setting.
5575
f8803e97
AI
55762000-09-03 Andrew Innes <andrewi@gnu.org>
5577
5578 * makefile.w32-in: Change to DOS line endings.
5579
59836110
EZ
55802000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5581
5582 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5583 minor-mode keymaps, if they don't have one.
5584
5514ba5c
EZ
55852000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5586
5587 * eshell/esh-module.el (eval-when-compile): Don't lose if
5588 esh-module.el's file name is truncated to DOS 8+3 limits.
5589
79cf8e80
JW
55902000-09-01 John Wiegley <johnw@gnu.org>
5591
5592 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5593 predicate, which caused entries in the completion list to be
5594 doubled.
5595
55962000-08-30 John Wiegley <johnw@gnu.org>
5597
5598 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5599 sending to subprocesses. Also, hook pre-command-hook if
5600 `eshell-send-direct-to-subprocesses' is non-nil.
5601 (eshell-send-direct-to-subprocesses): New config variable. If t,
5602 subprocess input is send immediately.
5603 (eshell-toggle-direct-send): New function.
5604 (eshell-self-insert-command): New function.
5605 (eshell-intercept-commands): New function.
5606 (eshell-send-input): If direct subprocess sending is enabled,
5607 don't echo any input to the Eshell buffer. Let the subprocess
5608 handle that. This requires "stty echo" in bash, for example.
5609
56102000-08-28 John Wiegley <johnw@gnu.org>
5611
5612 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5613 completion function for Eshell's implementation of `unset'.
5614
778911b9
EZ
56152000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5616
5617 * info.el (Info-directory-list): Doc fix.
5618
05d07b49
PB
56192000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5620
9b4a7800 5621 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5622 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5623
9941d4c7
KH
56242000-08-31 Kenichi Handa <handa@etl.go.jp>
5625
5626 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5627 coding systems.
5628
af9ba8ad
AI
56292000-08-30 Andrew Innes <andrewi@gnu.org>
5630
5631 * timer.el (run-with-idle-timer): Undo last change, so that timer
5632 is not activated immediately if Emacs is already idle. Some
5633 existing code relies on this behaviour.
5634
caccd8f2
MB
56352000-08-30 Miles Bader <miles@gnu.org>
5636
5637 * frame.el (set-frame-font): Do completion of font-name for
5638 interactive use.
5639
b64c0a1c
KH
56402000-08-30 Kenichi Handa <handa@etl.go.jp>
5641
5642 * international/quail.el (quail-start-translation): Bind locally
5643 last-command-event, last-command, and this-command.
5644 (quail-start-conversion): Likewise.
75cf0095 5645 (quail-self-insert-command): Fix docstring.
b64c0a1c 5646
fd5f61d3
GM
56472000-08-29 Gerd Moellmann <gerd@gnu.org>
5648
5649 * progmodes/executable.el
5650 (executable-make-buffer-file-executable-if-script-p): Check that
5651 buffer contains at least 2 characters.
5652
5b671d04
EZ
56532000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5656
485d9513
DL
56572000-08-29 Dave Love <fx@gnu.org>
5658
a39fb83d
DL
5659 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5660 (diff-mode-shared-map): Bind mouse-2.
5661 (diff-imenu-generic-expression): New variable.
5662 (diff-mode): Use it.
5663
485d9513
DL
5664 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5665 (mouse-popup-menubar): Add minor mode menus.
5666 (popup-menu): Check for lookup-key returning number.
5667
ba3478d9
MB
56682000-08-29 Miles Bader <miles@gnu.org>
5669
5670 * comint.el (comint-send-input): Create overlays using the proper
5671 front/read-advance arguments.
9b4a7800 5672
c3d6d211
GM
56732000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5674
5675 * ps-print.el: Even/odd pages printing. Doc fix.
5676 (ps-print-version): New version number (6.0).
5677 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5678 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5679 (ps-print-duplex-feature): Variable eliminated.
5680 (ps-even-or-odd-pages): New variable.
5681
ba087cd7 5682 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5683 (ebnf-version): New version (3.3).
5684 (ebnf-user-arrow): Change variable customization to sexp.
5685 (ebnf-user-arrow): Function eliminated.
5686 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5687
d313265f
KH
56882000-08-29 Kenichi Handa <handa@etl.go.jp>
5689
cba62b78 5690 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5691 (help-make-xrefs): Handle help-xref-mule-regexp.
5692
5693 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5694 variable.
5695 (describe-input-method): Temporarily activate the specfied input
5696 method to display the information.
5697 (describe-language-environment): Hyperlinks to mule related items.
5698
5699 * international/mule-diag.el (charset-multibyte-form-string): New
5700 function.
5701 (list-character-sets-1): Use charset-multibyte-form-string.
5702 (describe-character-set): New function.
5703 (describe-coding-system): Hyperlinks to safe character sets.
5704
5705 * international/quail.el (quail-help): New arg PACKAGE.
5706 Hyperlinks to mule related items.
5707 (quail-help-insert-keymap-description): Use
5708 substitute-command-keys instead of describe-bindings.
5709 (quail-translation-help): Hyperlinks to mule related items.
5710
b4bd214e
JW
57112000-08-28 John Wiegley <johnw@gnu.org>
5712
ca7aae91
JW
5713 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5714 have a defsubst call itself. Made `eshell-flatten-list' back into
5715 a function again.
5716
b4bd214e
JW
5717 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5718 catch, in case re-centering point at bottom messes up the display.
5719 This happens frequently in Emacs 21, due I believe to variable
5720 line heights.
5721
5722 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5723 to call `find-tag-interactive'.
5724
5725 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5726 the list of remember directories.
5727
d44e146b
JW
57282000-08-28 John Wiegley <johnw@gnu.org>
5729
5730 * align.el: Test align-region-separate to see if it's a symbol.
5731
546c0888 57322000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5733
5734 * eshell/esh-util.el (eshell-flatten-list): Made this function
5735 into a defsubst form. It gets used very frequently, although
5736 calls don't occur all that often.
5737
5738 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5739 examining it.
5740
5741 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5742 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5743 `eshell-protect'.
5744 (eshell-copy-handles): Created a new macro for duplicating the
5745 current set of open handles. This is needed by the looping
5746 functions.
5747 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5748 is not incorrectly stomped on.
5749
5750 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5751 declaration for pcomplete-use-paring.
5752 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5753 value of eshell-cmpl-use-paring.
5754 * pcomplete.el (pcomplete-use-paring): New config variable, to
5755 indicate whether paring should be used.
5756 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5757 completion alternatives that have already been used.
5758
5759 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5760 bound to C-c C-y, which will repeat the previous N arguments
5761 (based on prefix argument).
5762 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5763
5764 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5765 if there is no *Help* buffer. This is for XEmacs, which renames
5766 its help buffers uniquely. TODO: Find out what the current buffer
5767 name to delete is.
5768
5769 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5770 first entry that correlates to a passwd/group number. Later
5771 entries (used for group/user name aliasing to multiple IDs) are
5772 ignored.
5773
9b4a7800
TTN
5774 * eshell/em-xtra.el (eshell/expr):
5775 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5776 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5777 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5778 argument list, before passing it to the system command.
5779
5780 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5781 `find-tag' for use at final position in Eshell buffers (which
5782 otherwise triggers an error on Emacs 21).
5783 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5784 buffer, if it is currently bound to `find-tag'.
5785
5786 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5787 in the list of matched Makefile names.
5788 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5789 directory, prefer its contents to Makefile.
5790
5791 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5792 directory parts (like "cd old new", or "cd =regexp"), are now case
5793 sensitive on non-Windows/DOS platforms.
5794
5795 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5796 types RET after an open delimiter (like "), display a message
5797 indicating that Eshell is waiting for the closing delimiter.
5798
5799 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5800 environment variables.
5801
5802 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5803 gracefully if the user enters incorrect arguments.
5804
5805 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5806 Eshell buffers.
5807
9b4a7800
TTN
5808 * eshell/esh-var.el (eshell-interpolate-variable):
5809 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5810 * eshell/em-unix.el (eshell-du-sum-directory):
5811 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5812 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5813 (not (= ...)).
5814
5815 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5816 to ensure the `preserve' flag gets propagated when doing recursive
5817 directory copies.
5818
546c0888 58192000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5820
5821 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5822 Don't convert \n into \0177 in memory.
5823 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5824 and back again, when reading and writing.
9b4a7800 5825
546c0888 58262000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5827
5828 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5829 testing of `fboundp' on `processp'.
5830
5831 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5832 (eshell/jobs): Don't call process-list if it is not bound.
5833 (eshell-gather-process-output): Support systems where async
5834 subprocesses aren't supported.
5835 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5836 variables.
5837
5838 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5839 eshell-do-eval returns t.
5840 (eshell-do-pipelines-synchronously): New defmacro.
5841 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5842 when async subprocesses aren't supported.
5843 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5844 if async subprocesses aren't supported.
5845 (eshell-resume-command): Don't assume STATUS is a string.
5846
5847 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5848
5849 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5850 (eshell-close-target, eshell-get-target): Use eshell-processp.
5851 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5852 fix.
5853 (eshell-get-target, eshell-create-handles): Doc fix.
5854
546c0888 58552000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5856
546c0888 5857 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5858 criterion to include commands that output something, as long as it
5859 leaves both the command and the end-of-buffer visible when the
5860 command has exited.
5861 (eshell-review-quick-commands): Adjust the help doc string
5862 accordingly.
5863
2a371c3b
PB
58642000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5865
8348e1f9 5866 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5867 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5868
9b4a7800 5869 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5870 (file-cache-assoc-function): New variable
5871 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5872 Use file-cache-case-fold-search variable
5873 (file-cache-add-file): Use file-cache-assoc-function
5874 (file-cache-delete-file): likewise
5875 (file-cache-directory-name): likewise
5876 (file-cache-debug-read-from-minibuffer): likewise
5877
95931eb1
GM
58782000-08-28 Gerd Moellmann <gerd@gnu.org>
5879
5880 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5881 (abbrev-table-name): New function.
5882 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5883 If non-nil list local abbrev, only.
5884
bb17930d
GM
58852000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5886
546c0888
EZ
5887 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5888 from Gnus support code, and use special article copy buffer
bb17930d
GM
5889 `(gnus-original-article-buffer)' instead. This allows to get rid
5890 of article-hide-headers usage (which breaks in the latest Gnus
5891 version). Thanks to Detlev Zundel.
5892
41a68aef
KH
58932000-08-28 Kenichi Handa <handa@etl.go.jp>
5894
5895 * international/quail.el (quail-use-package): Hide "... loaded"
5896 message.
5897 (quail-start-translation, quail-start-conversion): Likewise.
5898
5899 * international/kkc.el (kkc-region): Hide "... loaded" message.
5900
28bb2cef
DL
59012000-08-27 Dave Love <fx@gnu.org>
5902
5903 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5904
11a1118d
MB
59052000-08-27 Miles Bader <miles@gnu.org>
5906
5907 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5908
0f85d477
KH
59092000-08-27 Kenichi Handa <handa@etl.go.jp>
5910
5911 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5912 'ja-dic-cnv), not (require 'skkdic-cnv).
5913
2d73e8d3
MB
59142000-08-26 Miles Bader <miles@gnu.org>
5915
a0e5a5a4
MB
5916 * faces.el (face-x-resources): Add entry for :inherit.
5917 * cus-face.el (custom-face-attributes): Add support for :inherit
5918 attribute. Add support for relative face heights.
5919 (custom-face-attributes-get): Treat `nil' as being a default value
5920 for :inherit (as well as `unspecified').
5921
19feb949
MB
5922 * faces.el (set-face-attribute): Update doc string.
5923 (face-attribute-name-alist): Add :inherit.
5924 (face-valid-attribute-values): Handle :inherit.
5925 (face-read-string): Rephrase prompt to be less confusing.
5926 Assume that DEFAULT is a string, since we must return a string.
5927 (face-read-integer): Use `format' to turn DEFAULT into an
5928 acceptable default for face-read-string. Match NEW-VALUE against
5929 the string "unspecified", not the symbol `unspecified', since
5930 that's what face-read-string returns.
5931 (read-face-attribute): Lookup a name for old-value in valid, and
5932 use it as a default if we find one. Treat all values from
5933 face-read-string as strings. If the default is used, don't do any
5934 more processing on the value, just use the old value directly.
5935 (read-face-and-attribute, modify-face): Tweak prompt.
5936 (read-face-name): Don't assume prompt ends with a space.
5937
2d73e8d3
MB
5938 * faces.el (describe-face): Add support for :inherit attribute.
5939
a1a2e38f
KH
59402000-08-25 Kenichi Handa <handa@etl.go.jp>
5941
e84fa7c5
KH
5942 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5943 concat doesn't accept interger.
5944
a1a2e38f
KH
5945 * international/kkc.el: Remove SKK from Keywords. Require
5946 ja-dic-utl instead of skkdic-utl.
5947
5948 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5949 Provide ja-dic-cnv instead of skkdic-cnv.
5950 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5951 (iso-2022-7bit-short): Add safe-charsets property.
5952 (skkdic-convert-postfix): Search Japanese chou-on character in
5953 addition to Hiragana character.
5954 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5955 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5956 (batch-skkdic-convert): Likewise.
5957
5958 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5959 Provide ja-dic-utl instead of skkdic-utl.
5960 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5961
f6499c03
DL
59622000-08-24 Dave Love <fx@gnu.org>
5963
1c2c3f16
DL
5964 * disp-table.el (standard-display-default): Make the test of `l'
5965 useful.
5966
f6499c03
DL
5967 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5968 mod sample text.
5969
5970 * international/iso-ascii.el: Make pilcrow convenient string
5971 consistent with section.
5972 (iso-ascii-display): Set up multibyte characters as well as
5973 unibyte.
5974
c543db81
KH
59752000-08-24 Kenichi Handa <handa@etl.go.jp>
5976
5977 * international/mule-cmds.el (reset-language-environment): Set
5978 default-process-coding-system to '(undecided . iso-latin-1), which
5979 makes process I/O almost consistent with file I/O. Call this
5980 function when mule-cmds.el[c] is loaded.
5981
746d9caf
AI
59822000-08-22 Andrew Innes <andrewi@gnu.org>
5983
5984 * makefile.w32-in: New file.
5985
5484005d
MB
59862000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5987
5988 * comint.el (comint-output-filter): Compare end of
5989 comint-last-output-overlay with the start of the newly inserted
5990 text, not the end, when deciding whether to extend it.
9b4a7800 5991 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5992
5993 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5994 since this is now done independently of font-lock mode.
5995
7a912f63
GM
59962000-08-21 Gerd Moellmann <gerd@gnu.org>
5997
5998 * server.el (server-kill-new-buffers): New user option.
5999 (server-existing-buffer): New buffer-local variable.
6000 (server-visit-files): When using an existing buffer, set
6001 server-existing-buffer to t.
6002 (server-buffer-done): If server-kill-new-buffers is t, kill the
6003 buffer, unless it was already present before visiting it with
6004 Emacs server.
9b4a7800 6005
240301df
EZ
60062000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6009 even if the display doesn't support colors: some displays will
6010 support bold/underline faces.
6011
cbcef616
GM
60122000-08-21 Gerd Moellmann <gerd@gnu.org>
6013
6917e6bb
GM
6014 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6015
cbcef616
GM
6016 * startup.el (command-line): If user's init file had an error,
6017 add explanatory text to *Messages*.
6018
6922b018
KH
60192000-08-21 Kenichi Handa <handa@etl.go.jp>
6020
6021 * man.el (Man-getpage-in-background): Decode the process output by
6022 the system locale coding system.
6023
e50c4203
DL
60242000-08-20 Dave Love <fx@gnu.org>
6025
96ab6351
DL
6026 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6027 Don't test x-popup-menu.
6028 (function) <complete-function>: Complete only fbound symbols.
6029 <validate, value>: New.
6030 (variable) <complete-function>: Complete only bound symbols.
6031 (coding-system): Add :base-only, :complete-function, :validate,
6032 :value, :prompt-match.
6033 (widget-coding-system-prompt-value): Use read-coding-system and
6034 act on :base-only.
6035 (editable-field): Add :help-echo.
6036 (widget-push-button-gui, widget-push-button-cache)
6037 (widget-gui-action, widget-editable-list-gui): COmment out, along
6038 with uses.
6039 (widget-at): Make arg optional.
6040 (widget-echo-help): Adjust for current help-echo calling sequence.
6041 (widget-specify-field, widget-specify-button)
6042 (widget-specify-insert, widget-get-sibling, widget-image-find)
6043 (widget-convert, widget-insert, widget-leave-text)
6044 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6045 (widget-setup, widget-field-find, widget-before-change)
6046 (widget-after-change, widget-default-complete)
6047 (widget-default-create, widget-default-delete)
6048 (widget-push-button-value-create, editable-field)
6049 (widget-field-prompt-value, widget-field-validate)
6050 (widget-choice-value-create, widget-choice-action)
6051 (widget-choice-validate, widget-checklist-add-item)
6052 (widget-radio-add-item, widget-radio-chosen)
6053 (widget-radio-value-inline, widget-editable-list-value-create)
6054 (widget-editable-list-entry-create)
6055 (widget-documentation-link-add)
6056 (widget-documentation-string-value-create)
6057 (widget-regexp-validate, widget-file-complete)
6058 (widget-sexp-validate, widget-plist-convert-widget)
6059 (widget-plist-convert-widget, widget-alist-convert-widget)
6060 (widget-alist-convert-widget, widget-color-complete): Simplify,
6061 particularly to avoid bindings which aren't optimized out.
6062
e50c4203
DL
6063 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6064 Doc fix.
6065 (down-list, backward-up-list, up-list, kill-sexp)
6066 (backward-kill-sexp, mark-sexp): Make arg optional.
6067 (lisp-complete-symbol): Add optional arg PREDICATE.
6068
6069 * cus-start.el: Add display-buffer-reuse-frames,
6070 file-coding-system-alist.
6071
511bd4eb
GM
60722000-08-20 Gerd Moellmann <gerd@gnu.org>
6073
6074 * startup.el (command-line): Clear realized faces after
6075 modifying TTY color mappings.
6076
a9de7d29
MB
60772000-08-20 Miles Bader <miles@gnu.org>
6078
6079 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6080 merely a subset of FACE's attributes.
6081
8a8023d9
MB
60822000-08-19 Miles Bader <miles@gnu.org>
6083
6084 * comint.el (comint-output-filter): Save the point with a marker,
6085 not just a buffer position.
6086
6087 * international/mule.el (set-buffer-process-coding-system): Make
6088 interactive prompt less confusing.
6089
1433385f
GM
60902000-08-19 Gerd Moellmann <gerd@gnu.org>
6091
6092 * hilit-chg.el: General cleanup of doc strings, comments and
6093 code formatting.
6094
136b4eda
MB
60952000-08-19 Miles Bader <miles@gnu.org>
6096
6097 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6098 Compiler macro removed; beginning-of-line is no longer always
6099 equivalent to forward-line, in the presence of fields.
6100
6101 * comint.el (comint-output-filter): Remove ad-hoc saving of
6102 restriction, and just use save-restriction, now that it works
6103 correctly. Don't adjust comint-last-input-start to account for
6104 our insertion; it shouldn't have moved because we don't use
6105 insert-before-markers anymore. Comment out call to
6106 `force-mode-line-update'; why is it here?
6107
6108 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6109 while checking for prompt to delete. Use `forward-line 0'
6110 instead of beginning-of-line.
6111 (gud-filter): Temporarily widen gud comint buffer while
6112 examining output.
6113
cdd0f857
SM
61142000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6115
ebf96bfa
SM
6116 * progmodes/sh-script.el: Big bag of typos.
6117
cdd0f857
SM
6118 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6119 check since ispell-process is not bound when ispell is not yet loaded.
6120
9bb7a286
DL
61212000-08-18 Dave Love <fx@gnu.org>
6122
6123 * image.el (find-image): Copy `spec' before using plist-put.
6124
74ec6045
GM
61252000-08-18 Gerd Moellmann <gerd@gnu.org>
6126
6127 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6128 `portugues'.
6129
6130 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6131 backward-kill-sexp, analogous to kill-sexp.
6132
6133 * progmodes/icon.el (icon-indent-line)
6134 (icon-is-continuation-line): Handle comments specially.
6135
61362000-08-17 Ken Stevens <k.stevens@ieee.org>
6137
6138 * ispell.el: Set to standard author/maintainer/keyword fields.
6139 Fine tuning to menu map appearance and operation, and added help.
6140 Remove `start' and `end' error messages when compiling.
6141 (ispell-choices-win-default-height): Fixed comment string.
6142 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6143 castellano8 dictionaries.
6144 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6145 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6146 dictionary, added italiano dictionary.
6147 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6148 word character
6149 (ispell-tex-skip-alists): Added psfig support.
6150 (ispell-skip-html): Renamed from ispell-skip-sgml.
6151 (ispell-begin-skip-region-regexp, ispell-skip-region)
6152 (ispell-minor-check): Improved html skipping support to skip across
6153 code, and recognize `&' commands without propper `;' syntax;
6154 (ispell-process-line): Fix alignment error when manually
6155 correcting spelling.
6156 (ispell): Fix comment string.
6157 (ispell-add-per-file-word-list): Always put word list on new line.
6158
3787e12e
GM
61592000-08-17 Gerd Moellmann <gerd@gnu.org>
6160
a7b28523
GM
6161 * format.el (format-encode-run-method): Fix error message to say
6162 `encode' instead of `decode'. Use save-window-excursion around
6163 shell-command-on-region as in format-decode-run-method because
6164 shell-command-on-region can display a buffer with error output.
6165 (format-decode): Don't record undo information for the decoding.
6166 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6167 that number part of the temporary buffer name so that more than
6168 one decoding using a temporary buffer can happen safely.
6169
6170 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6171 of `A-z' in the regexp.
6172
6173 * hilit-chg.el: Fix typos in commentary.
6174
3787e12e
GM
6175 * help.el (view-emacs-news): Rewritten for new naming scheme
6176 for old NEWS files.
6177
6178 * startup.el (command-line): Pop to *Messages* in case an error
6179 is signaled while loading user-init-file.
6180
d2473540
AS
61812000-08-17 Andreas Schwab <schwab@suse.de>
6182
6183 * files.el (insert-directory): Don't lose original file name,
6184 undoing an undocumented change.
6185
c0bbaf57
GM
61862000-08-17 Alex Schroeder <alex@gnu.org>
6187
6188 * sql.el (sql-magic-go): Use comint-bol.
6189 (sql-copy-column): Use comint-line-beginning-position.
6190 (comint-line-beginning-position): Define a replacement for
6191 comint-line-beginning-position if it is not fboundp.
6192
61932000-08-17 Alex Schroeder <alex@gnu.org>
6194
6195 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6196 it didn't have any effect anyway.
6197
61982000-08-17 Alex Schroeder <alex@gnu.org>
6199
6200 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6201 --pset and pager=off instead of sending \\o|cat at the beginning
6202 of the session.
6203
9d245da5
MB
62042000-08-17 Miles Bader <miles@gnu.org>
6205
6206 * progmodes/octave-inf.el: Add compatibility definition of
6207 comint-line-beginning-position.
6208
abfdbd2e
KH
62092000-08-17 Kenichi Handa <handa@etl.go.jp>
6210
6211 * startup.el (normal-top-level): Look in each dir in load-path for
6212 a leim-list.el file too. This assures of loading leim-list.el
6213 that is created at Emacs installation time even if a user have his
6214 own leim-list.el.
6215
a0b8c939
MB
62162000-08-17 Miles Bader <miles@gnu.org>
6217
6218 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6219 foreground color to black if the background is dark.
6220
7382bcae
SM
62212000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * loadhist.el (unload-feature): Typo.
6224
9b4a7800 6225 * finder.el (finder-compile-keywords):
7382bcae
SM
6226 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6227 to the generated file.
6228
6229 * mail/mh-e.el (mh-make-local-vars):
6230 Replace make-variable-buffer-local with make-local-variable.
6231
cdd0f857 6232 * play/landmark.el:
7382bcae 6233 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6234 * mail/mailabbrev.el (mail-abbrevs-mode):
6235 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6236 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6237
6238 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6239
6240 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6241 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6242 Allow going past the last element.
9b4a7800 6243 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6244 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6245 (cvs-mouse-toggle-mark): Don't move point.
6246 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6247
6248 * progmodes/compile.el (grep): Provide a default set of files.
6249 (next-error): Docstring fix.
6250 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6251
6252 * emacs-lisp/easy-mmode.el (define-minor-mode):
6253 Use `symbol-value' to keep the byte-compiler quiet.
6254
6255 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6256 (diff-find-source-location): New fun, extracted from diff-goto-source.
6257 (diff-goto-source): Use it.
6258 (diff-next-complex-hunk, diff-filter-lines): New function.
6259 (diff-apply-hunk): New command.
6260
6261 * smerge-mode.el (smerge-mode-menu): Doc fix.
6262
6263 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6264
4f00b8c1
DL
62652000-08-16 Dave Love <fx@gnu.org>
6266
2b5198bb
DL
6267 * windmove.el (windmove) <defgroup>: Add :version.
6268
6269 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6270 (goto-address-fontify-p, goto-address-highlight-p)
6271 (goto-address-url-face, goto-address-url-mouse-face)
6272 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6273 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6274 (goto-address-fontify, goto-address-at-mouse): Simplify,
6275 (goto-address-at-point): browse-url-url-at-point,
6276 goto-address-find-address-at-point can return nil.
6277 (goto-address-find-address-at-point): Return nil on failure.
6278
6279 * align.el (align) <defgroup>: Add :version.
6280
6281 * calculator.el (calculator): Add :version.
6282 (calculator): Use two lines for calculator window if `modeline'
6283 face is boxed.
6284
4f00b8c1
DL
6285 * play/5x5.el: Doc fixes.
6286 (5x5) <defgroup>: Add :version.
6287
6288 * play/fortune.el (fortune) <defgroup>: Add :version.
6289 (fortune-append): Fix error message.
6290 (fortune-from-region): Doc fix.
6291
6292 * play/pong.el (pong): Doc fix.
6293
6294 * play/morse.el: Keywords, commentary, autoloads.
6295
69db7ee7
EZ
62962000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6297
6298 * desktop.el (desktop-save): Don't look at symbol-value of a
6299 member of minor-mode-alist, unless it is boundp.
6300
10e1dad9
SS
63012000-08-16 Sam Steingold <sds@gnu.org>
6302
a0b8c939 6303 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6304 `while'; use `with-current-buffer' instead of `save-excursion'.
6305 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6306
9d7bcb2e
KH
63072000-08-16 Kenichi Handa <handa@etl.go.jp>
6308
6309 * international/ccl.el (declare-ccl-program): Docstring modified.
6310 (ccl-execute-with-args): Likewise.
6311
04231ab8
MB
63122000-08-16 Miles Bader <miles@gnu.org>
6313
9d245da5 6314 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6315 comint-line-beginning-position.
6316
f68446ef
GM
63172000-08-15 Gerd Moellmann <gerd@gnu.org>
6318
dc28878c
GM
6319 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6320 'buffer-menu' property.
6321 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6322 fails.
6323 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6324 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6325 wasn't killed.
10e1dad9 6326
58ed0d3b
GM
6327 * buff-menu.el (list-buffers-noselect): Don't display the
6328 *Buffer List* buffer.
6329
32dc52f7
GM
6330 * font-lock.el: Require jit-lock to prevent a very late
6331 `Loading jit-lock' message.
6332
f68446ef 6333 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6334 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6335 mail address.
6336
90ac90a2
MB
63372000-08-15 Miles Bader <miles@gnu.org>
6338
6339 * textmodes/ispell.el (ispell-graphic-p): New constant.
6340 (ispell-choices-win-default-height, ispell-help): Use
6341 `ispell-graphic-p' instead of `xemacsp'.
6342
b0a0e263
DL
63432000-08-15 Dave Love <fx@gnu.org>
6344
c1e757e3
DL
6345 * simple.el: Autoload widget-convert when compiling.
6346 (mail-user-agent): Doc fix.
6347
6348 * help.el (function-called-at-point, variable-at-point): Use
6349 with-syntax-table.
6350 (help-manyarg-func-alist): Add insert-and-inherit.
6351
6352 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6353
6354 * delsel.el (delsel-unload-hook): New function.
6355
6356 * find-file.el: Doc fixes. Move provide to end.
6357 (ff) <defgroup>: Add :link.
6358 (ff-goto-click): Deleted.
6359 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6360 Use mouse-set-point.
6361
6362 * textmodes/tildify.el: Doc fixes.
6363 (tildify) <defgroup>: Add:version.
6364
6365 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6366 (glasses-custom-set): Use set-default, not set.
6367 (minor-mode-alist): Propertize the lighter.
6368 (glasses-mode): Provide optional arg.
6369
5f847612
DL
6370 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6371 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6372 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6373 option. Provide :type.
6374 (cwarn-configuration): Provide :type.
6375 (cwarn-mode): Doc fix.
6376
6377 * add-log.el (change-log-merge): Doc fix.
6378 (change-log-redate): New command.
6379
b0a0e263
DL
6380 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6381 Doze and Dog.
6382 (browse-url): Use dolist, not mapcar.
6383 (browse-url-at-point): Check for null url.
6384 (browse-url-event-buffer, browse-url-event-point): Functions
6385 deleted.
6386 (browse-url-at-mouse, browse-url-netscape): Simplify.
6387
6388 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6389 modes.
6390 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6391 Fix previous change to mapcan.
6392 (msb--init-file-alist, msb--add-separators)
6393 (msb--make-keymap-menu): Simplify.
6394 (msb--choose-file-menu): Use copy-sequence.
6395 (msb-mode-map): Add title to keymap.
6396 (msb-unload-hook): New function.
6397
6398 * bs.el: Fix indentation.
6399 (bs) <defgroup>: Add :links.
2b5198bb
DL
6400 (bs-show): Doc fix.
6401 (bs-apply-sort-faces): Don't use window-system.
6402 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6403
70f1b78e
EZ
64042000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6405
6406 * calendar/timeclock.el (timeclock-file): Run .timelog through
6407 convert-standard-filename.
6408
956777b3
GM
64092000-08-14 Gerd Moellmann <gerd@gnu.org>
6410
3215096c
GM
6411 * emacs-lisp/authors.el: New file.
6412
956777b3
GM
6413 * paren.el (show-paren-priority): New user option.
6414 (show-paren-function): Set overlay priorities to
6415 show-paren-priority.
10e1dad9 6416
0cde1424
MB
64172000-08-14 Miles Bader <miles@gnu.org>
6418
6419 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6420 beginning-of-line with inhibit-field-text-motion bound.
6421
90cbf47e
GM
64222000-08-14 Gerd Moellmann <gerd@gnu.org>
6423
6424 * calendar/timeclock.el: New file.
6425
64262000-08-14 David Ponce <david@dponce.com>
6427
6428 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6429 `widget-button-click'. so that one can use left mouse button to
6430 click on dialog buttons.
6431
64322000-08-14 Emmanuel Briot <briot@gnat.com>
6433
6434 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6435 identifiers, since XML is case sensitive
10e1dad9 6436
79e8dca7 64372000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6438
660394d1
MB
6439 * comint.el (comint-output-filter): Don't bother frobbing
6440 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6441
6442 * comint.el (comint-send-string, comint-send-region): Make into
6443 real functions. Snapshot the prompt before sending.
6444
218c2cc7
EZ
64452000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6446
6447 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6448 technique similar to Info-index, instead of relying on specific
6449 names of relevant Index nodes.
6450 (Info-goto-emacs-command-node): Bind Info-history to nil when
6451 going to the first node found by Info-find-emacs-command-nodes.
6452
51e066d2 64532000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6454
6455 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6456
867102f2
MB
64572000-08-10 Miles Bader <miles@gnu.org>
6458
6459 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6460
af718538
EZ
64612000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6462
6463 * info.el (Info-file-list-for-emacs): More elements for the
6464 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6465 and woman manuals.
6466
c51bacd6
MB
64672000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6468
6469 * comint.el (comint-send-input): Make the newline boundary overlay
6470 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6471 (comint-output-filter): Use `insert' instead of
6472 `insert-before-markers'. Extend comint-last-output-overlay when
6473 necessary since we can't rely on insert-before-markers to do it.
6474 * gud.el (gud-filter): Use `with-current-buffer' instead of
6475 save-excursion when inserting the output, so that point gets
6476 updated correctly; the old method relied on a rather dodgy
6477 side-effect of comint-output-filter to avoid the effect of
6478 save-excursion.
6479
98532b12
EZ
64802000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6481
6482 * files.el (recover-file): Call insert-directory instead of
6483 invoking `ls' directly.
6484
3db4b719
MB
64852000-08-10 Miles Bader <miles@gnu.org>
6486
6487 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6488 (comint-last-prompt-overlay): New variables.
6489 (comint-output-filter): Implement prompt highlighting.
6490 (comint-snapshot-last-prompt): New function.
6491 (comint-send-input): Snapshot the last prompt.
6492 Use comint-highlight-input-face.
6493 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6494 Use defface instead of defcustom.
6495 (send-invisible, comint-send-eof): Snapshot the last prompt.
6496 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6497 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6498
96190aa1
SM
64992000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6500
5cda4b07
SM
6501 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6502 (regexp-opt-group): Use a list of chars for `letters'.
6503 (regexp-opt-charset): `chars' is now a list of chars.
6504 Use a char-table rather than a vector so it works for multibyte chars.
6505
96190aa1
SM
6506 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6507 Set cvs-minor-current-files to the selected fileinfo.
6508 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6509 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6510
7d093d56
EZ
65112000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6512
6513 * files.el (insert-directory): Don't call access-file on
6514 directories on DOS and Windows.
6515
b24c5811
KH
65162000-08-09 Kenichi Handa <handa@etl.go.jp>
6517
6518 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6519 longer if necessary.
6520 (ccl-embed-code): Call ccl-embed-data to store CODE in
6521 ccl-program-vector.
6522
0a6fd67e
MB
65232000-08-09 Miles Bader <miles@gnu.org>
6524
6525 * comint.el (comint-output-filter): Properly handle the case where
6526 the text surrounded by comint-last-output-overlay was deleted.
6527
9f6d1a6c
GM
65282000-08-08 Gerd Moellmann <gerd@gnu.org>
6529
25ad1371
GM
6530 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6531 non-nil.
6532 (Info-file-list-for-emacs): Remove "info" from the list because
6533 that leads to trying to use the documentation from file `info'
6534 in various situations where it isn't appropriate, for instance
6535 C-h C-k C-h i.
6536
6537 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6538 DIR and/or STRING are nil.
6539
6540 * progmodes/compile.el (compilation-setup): Make variable
6541 compilation-error-screen-columns buffer-local, as some comment
6542 in the code suggests it should be.
6543
6544 * files.el (auto-mode-interpreter-regexp): New variable.
6545 (set-auto-mode): Use it.
6546
6547 * indent.el (indent-for-tab-command): Doc fix.
6548
6549 * mouse-sel.el (mouse-sel-mode): Doc fix.
6550
9f6d1a6c
GM
6551 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6552 labels.
6553
6554 * help.el (print-help-return-message): When
6555 display-buffer-reuse-frames is set, let the help window been quit,
6556 instead of deleting it, which might delete a reused frame.
6557
3d819a75
EZ
65582000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6559
6560 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6561 rename a directory to a name that differs only by its letter case.
6562
c5a52529
KH
65632000-08-08 Kenichi Handa <handa@etl.go.jp>
6564
6565 * international/quail.el (quail-define-rules): Handle Quail decode
6566 map correctly. Add code for supporting annotations.
6567 (quail-install-decode-map): New function.
6568 (quail-defrule-internal): New optional arguments decode-map and
6569 props.
6570 (quail-advice): New function.
6571
5e9e032a
SS
65722000-08-07 Sam Steingold <sds@gnu.org>
6573
6574 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6575 `defconst', `define-condition', `with-slots'.
6576 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6577
46645f4b
MB
65782000-08-03 Miles Bader <miles@gnu.org>
6579
6580 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6581 New variable.
6582 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6583 comint-use-prompt-regexp-instead-of-fields.
6584 (comint-send-input): Add `input' field property to stuff we send to
6585 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6586 (comint-output-filter): Add `output' field property to process
6587 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6588 (comint-replace-by-expanded-history)
6589 (comint-get-old-input-default, comint-show-output)
6590 (comint-backward-matching-input, comint-forward-matching-input)
6591 (comint-next-prompt, comint-previous-prompt): Use field
6592 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6593 (comint-line-beginning-position): New function.
6594 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6595 (comint-replace-by-expanded-history-before-point): Use
6596 comint-line-beginning-position and line-end-position.
6597 (comint-last-output-overlay): New variable.
6598 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6599
6600 * shell.el (shell-prompt-pattern): Doc change.
6601 (shell-backward-command): Use line-beginning-position.
6602
6603 * gud.el (gud-gdb-complete-command): Use
6604 comint-line-beginning-position.
6605
6606 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6607 comint-bol doesn't actually go to the beginning of the line.
6608
6609 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6610 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6611 (try-expand-line-all-buffers): Likewise.
6612
6613 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6614 explicitly matching comint-prompt-regexp.
6615 (sql-copy-column): Use comint-line-beginning-position instead of
6616 explicitly matching comint-prompt-regexp.
6617
6618 * progmodes/octave-inf.el (inferior-octave-complete): Use
6619 comint-line-beginning-position.
6620
6621 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6622
6623 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6624 looking for a prompt, use `forward-line 0' instead of
6625 `beginning-of-line', to avoid getting caught by an input field.
6626
ff3d9573
GM
66272000-08-07 Gerd Moellmann <gerd@gnu.org>
6628
6629 * files.el (shell-quote-wildcard-pattern): Make sure to return
6630 PATTERN, in the Unix case.
6631
e0d8827b
EZ
66322000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6633
6634 * play/zone.el (zone): Discard any pending input before running
6635 the randomly-chosen pgm.
6636
24d55b8f
KH
66372000-08-07 Kenichi Handa <handa@etl.go.jp>
6638
6639 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6640 checking the existence of any multibyte characters.
6641
3d05e1ee
GM
66422000-08-06 Gerd Moellmann <gerd@gnu.org>
6643
6c4a4368
GM
6644 * help.el (describe-mode): Test minor-mode symbol for being
6645 bound before testing its value for being nil.
6646
3d05e1ee
GM
6647 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6648 `first', `second', and `third'.
6649
6650 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6651 (second): Make it an alias for `cadr'.
6652
6968a481
EZ
66532000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6654
6655 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6656 types of display support faces now.
6657
e49aa397
GM
66582000-08-05 Gerd Moellmann <gerd@gnu.org>
6659
6660 * pcvs.el (require): Require `cl' during compilation, only.
6661
6662 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6663 (toplevel): Remove `remq' and `remove' from autoloads.
6664 (cl-fake-autoloads): New variable. If set, arrange for an error
6665 when CL functions etc. are autoloaded.
6666
588aca27
EZ
66672000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6668
2e78d4ab
EZ
6669 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6670
85628348
EZ
6671 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6672 popped up, but the user clicks outside the menu, return an empty
6673 regexp (that causes unhighlight-regexp to have no effect).
6674
74f0e552
EZ
6675 * menu-bar.el (menu-bar-games-menu): Add Zone.
6676
588aca27
EZ
6677 * hi-lock.el (toplevel): Require font-lock.
6678
f4988be7
GM
66792000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6680
ba087cd7 6681 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6682 (ebnf-8-bit-chars): New var for bug fix.
6683 (ebnf-string): Bug fix.
6684
027b73ac
SS
66852000-08-03 Sam Steingold <sds@gnu.org>
6686
6687 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6688 instead of `buffer-string'.
6689 (require 'cl): Always, not just when compiling.
6690 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6691 necessary.
6692
2f1fa038
EZ
66932000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6694
6695 * international/mule-cmds.el (select-safe-coding-system): Make
6696 the message text about selecting a safe coding system more clear.
6697
ead53494
GM
66982000-08-02 Gerd Moellmann <gerd@gnu.org>
6699
abb2db1c
GM
6700 * hi-lock.el: New file.
6701
6702 * play/zone.el: New file.
6703
ead53494
GM
6704 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6705 value of tab-width in the original buffer. Choose a line number
6706 format that's a multiple of the original buffer's tab width, so
6707 that lines appear right.
6708
6709 * textmodes/ispell.el (ispell): New function, replacing an alias.
6710 Spell-check active region if in transient-mark-mode and mark
6711 is active; otherwise spell-check buffer.
6712
67132000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6714
6715 * ps-mule.el: Fix a customization problem on
6716 ps-mule-font-info-database-default.
6717
f4a2b0a4
EZ
67182000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6719
6720 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6721 display-mouse-p instead of window-system.
6722 (ebrowse-member-mode-map): Ditto.
6723
b685181e
GM
67242000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6725
ba087cd7
EZ
6726 * progmodes/ebnf2ps.el: Update ps-print functions call.
6727 Indentation fix. Doc fix.
b685181e
GM
6728 (ebnf-version): New version number (3.2).
6729 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6730
3b5fab87
EZ
67312000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6732
032ebb29
EZ
6733 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6734 font lock support on window-system.
6735 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6736
3b5fab87
EZ
6737 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6738 display-color-p, if fboundp, instead of window-system.
6739
7e2605e7
EZ
67402000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6741
6742 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6743 instead of window-system.
6744
6745 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6746 window-system.
6747 (widget-choice-mouse-down-action): Use display-popup-menus-p
6748 instead of window-system.
6749
6750 * strokes.el (strokes-file): Run the file name through
6751 convert-standard-filename.
6752 (strokes-mode): Call display-mouse-p instead of looking at
6753 window-system. Change the error message accordingly.
6754
6755 * progmodes/cpp.el (toplevel): Support faces on tty's.
6756
6757 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6758 (lm-plot-square, lm-init-display): Don't use window-system.
6759
6760 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6761 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6762
6763 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6764 instead of looking at window-system.
6765
26119624
GM
67662000-07-30 Gerd Moellmann <gerd@gnu.org>
6767
6768 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6769 of testing if iswitchb-prepost-hooks is bound, because the
6770 latter will always be true when invoking a recursive minibuffer
6771 from an active Iswitchb buffer.
6772
c90596f3
EZ
67732000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6774
6775 * files.el (shell-quote-wildcard-pattern): New function.
6776 (insert-directory): Call it. Only prepend "\" to command on Unix
6777 and GNU/Linux systems.
6778
18925e78
GM
67792000-07-30 Gerd Moellmann <gerd@gnu.org>
6780
6781 * eshell/esh-groups.el: Change custom :link file names
6782 from `eshell.info' to `eshell'.
6783
67842000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6785
6786 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6787 correctly in recursive ange-ftp listings.
6788
67892000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6790
6791 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6792 ps-header-font-size-internal and
6793 ps-header-title-font-size-internal variables are not set,
6794 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6795 face text property is (foreground-color . COLOR) or
6796 `(background-color . COLOR)', ps-print crashes. Doc fix.
6797 (ps-print-version): New version number (5.2.4).
6798 (ps-plot-region): Code fix.
6799 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6800 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6801 Bug fix 2.
6802
68032000-07-30 Milan Zamazal <pdm@freesoft.cz>
6804
6805 * glasses.el (glasses-make-readable): Fix uncapitalization of
6806 identifiers like `myXMLDocument'.
6807
aeb4c63e
KF
68082000-07-28 Karl Fogel <kfogel@red-bean.com>
6809
18925e78
GM
6810 * mail/mail-hist.el (mail-hist-previous-input)
6811 (mail-hist-next-input): Do the obvious code factorization.
6812 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6813 code of above two.
6814 If inserting a message body, leave point at top.
6815
9d453139
SS
68162000-07-28 Sam Steingold <sds@gnu.org>
6817
6818 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6819 Use `<=', not `<' to compare times!
6820 (ange-ftp-ls): Remove.
9d453139 6821
b548072f
GM
68222000-07-27 Gerd Moellmann <gerd@gnu.org>
6823
27848c01
GM
6824 * play/cookie1.el: Add explanation of how to make cookie.el
6825 compatible with strfile(1) to comment.
6826
6827 * subr.el (remove, remq): New functions.
6828
3ab82477
GM
6829 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6830 escape `*' in regexps.
6831 (midnight-find): Reverse order of arguments in the funcall of
6832 TEST.
6833
6834 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6835 and `.class'.
6836
b548072f
GM
6837 * play/meese.el: Add Commentary section.
6838
27848c01
GM
68392000-07-27 Alex Schroeder <alex@gnu.org>
6840
6841 * sql.el (sql-ms): Added autoload cookie.
6842 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6843 (sql-oracle): Ditto.
6844 (sql-help): Doc change.
6845
6846 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6847 types and exceptions.
6848
68492000-07-27 Alex Schroeder <alex@gnu.org>
6850
6851 * sql.el (sql-placeholder-history): New variable.
6852 (sql-query-placeholders-and-send): New function that will query
6853 the user and replace placeholders with user input.
6854 (sql-oracle): If running on NT, set comint-input-sender to
6855 sql-query-placeholders-and-send.
6856
6857 (sql-stop): If in the SQLi buffer, insert stop notification, else
6858 present it as a message.
6859
68602000-07-27 Alex Schroeder <alex@gnu.org>
6861
6862 * sql.el (sql-input-ring-separator): Doc change.
6863 (sql-input-ring-file-name): Doc change.
6864 (sql-interactive-mode): Use `sql-input-ring-separator' and
6865 `sql-input-ring-file-name' to set the comint-mode equivalents
6866 without making them local variables.
6867 (sql-stop): Don't bind `sql-input-ring-separator' and
6868 `sql-input-ring-file-name' dynamically to their comint-mode
6869 equivalents.
6870
91ae8751
KH
68712000-07-27 Kenichi Handa <handa@etl.go.jp>
6872
6873 * international/mule.el (register-char-codings): New function.
6874 (make-coding-system): Handle `safe-chars' specification in the arg
6875 PROPERTY.
6876
6877 * international/mule-cmds.el
6878 (find-coding-systems-region-subset-p): This function deleted.
6879 (sort-coding-systems-predicate): New variable.
6880 (sort-coding-systems): New function.
6881 (find-coding-systems-region): Use
6882 find-coding-systems-region-internal.
6883 (find-coding-systems-string): Use find-coding-systems-region.
6884 (find-coding-systems-for-charsets): Check
6885 char-coding-system-table.
6886 (select-safe-coding-system-accept-default-p): New variable.
6887 (select-safe-coding-system): Mostly rewritten. New argument
6888 ACCEPT-DEFAULT-P.
6889 (select-message-coding-system): Call select-safe-coding-system
6890 with ACCEPT-DEFAULT-P arg.
6891 (reset-language-environment): Reset default-sendmail-coding-system
6892 to the default value iso-latin-1.
6893 (set-language-environment): Don't set the obsolete variable
6894 charset-origin-alist.
6895
6896 * international/codepage.el (cp-coding-system-for-codepage-1):
6897 Give `safe-chars' property to make-coding-system.
6898
6899 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6900 calling select-message-coding-system twice.
6901
6902 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6903 instead of `safe-charsets'.
6904 (cyrillic-alternativnyj): Likewise.
6905 (ccl-encode-alternativnyj): Don't check the charset
6906 cyrillic-iso8859-5.
6907
90cf4474
KH
69082000-07-27 Kenichi Handa <handa@etl.go.jp>
6909
6910 * composite.el (compose-chars-after): Preserve match data.
6911
a1f84f6d
SS
69122000-07-26 Sam Steingold <sds@gnu.org>
6913
6914 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6915 (ange-ftp-real-file-newer-than-file-p): New function.
6916 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6917 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6918
6919 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6920 * midnight.el (midnight-float-time): Ditto.
6921
e092928e
AS
69222000-07-26 Andreas Schwab <schwab@suse.de>
6923
6924 * files.el (normal-backup-enable-predicate): Correct
6925 interpretation of the return value of compare-strings.
6926
7465ebef
GM
69272000-07-26 Gerd Moellmann <gerd@gnu.org>
6928
3353ef5a
GM
6929 * isearch.el (isearch-resume): New function.
6930 (isearch-done): Add something to command-history to resume
6931 the search.
6932 (isearch-yank-line, isearch-yank-word): Use
6933 buffer-substring-no-properties instead of buffer-substring.
6934
7465ebef
GM
6935 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6936 of flyspell-mouse-map.
6937
6938 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6939 duplicate definition.
6940 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6941
6942 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6943 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6944
5044b74a
SS
69452000-07-25 Sam Steingold <sds@gnu.org>
6946
25759a92
SS
6947 * net/ange-ftp.el: Get modtime over the net.
6948 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6949 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6950 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6951 Use it.
6952 (ange-ftp-dot-to-slash): New function.
6953 (ange-ftp-fix-name-for-vms): Use it.
6954
5044b74a
SS
6955 * midnight.el (midnight-buffer-display-time): Use
6956 `with-current-buffer'.
6957
5dcfb3f4
GM
69582000-07-25 Gerd Moellmann <gerd@gnu.org>
6959
6960 * find-dired.el: Update copyright notice.
6961 (find-dired): Offer to kill a running `find'.
6962
6963 * enriched.el (enriched-face-ans): For a `foreground-color'
6964 property, return '(("x-color" COLOR))' so that COLOR will be
6965 output as a parameter of the x-color annotation. Likewise for the
6966 `background-color' property. In the case of normal face
6967 properties, don't return annotations for unspecified foreground
6968 and background face attributes.
6969
8c662166
KH
69702000-07-25 Kenichi Handa <handa@etl.go.jp>
6971
6972 * language/japan-util.el (japanese-katakana-region): Fix handling
6973 HANKAKU argument.
6974
c28da489
MB
69752000-07-25 Miles Bader <miles@gnu.org>
6976
6977 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6978 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6979 constrain-to-field.
6980
ad349719
AI
69812000-07-24 Andrew Innes <andrewi@gnu.org>
6982
6983 * timer.el (timer-activate-when-idle): Add optional parameter
6984 DONT-WAIT. Update docstring.
6985 (run-with-idle-timer): Specify extra parameter to
6986 timer-activate-when-idle, so that timer will be activated
6987 immediately if Emacs is already idle.
6988
6989 * w32-fns.el (w32-using-nt): Fix docstring.
6990
c95162f5
DL
69912000-07-24 Dave Love <fx@gnu.org>
6992
6993 * mouse.el (popup-menu): Set last-command-event.
6994 (mouse-major-mode-menu-prefix): Declare.
6995
e3c31fd5
GM
69962000-07-24 Gerd Moellmann <gerd@gnu.org>
6997
6998 * textmodes/flyspell.el: Update to author's version 1.5d.
6999
7000 * progmodes/hideshow.el: Update copyright notice.
7001
7002 * vcursor.el: Set maintainer to FSF, since author cannot
7003 be reached.
7004
7636d2a3
EZ
70052000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7006
fbe0a958
EZ
7007 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7008 the prompt.
7009
7636d2a3
EZ
7010 * mouse.el (popup-menu): Run the keymap through indirect-function,
7011 in case it was defined with define-prefix-key. If the menu is a
7012 list of keymaps, look up the binding of user's choice in each one
7013 of the keymaps.
7014 (mouse-popup-menubar): If the global and local menu-bar keymaps
7015 don't have a prompt string, create one and insert it into the
7016 keymap. Don't barf if current-local-map returns nil.
7017
e024b101
GM
70182000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7019
7020 * dired.el (dired-sort-R-check): Added to allow recursive listing
7021 to be undone.
7022 (dired-sort-other): Use it.
7023
7972fcfc
GM
70242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7025
e024b101 7026 * Release of cc-mode 5.27
7972fcfc
GM
7027
70282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7029
7030 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7031 c-beginning-of-statement-1 that caused a bad case of recursion
7032 which could consume a lot of CPU in large classes in languages
7033 that have in-expression classes (i.e. Java and Pike).
7034
7035 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7036 statements before top level constructs (i.e. case 6 is moved
7037 before case 5 and is now case 4) to catch in-expression
7038 classes in top level expressions correctly.
7039
70402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7041
7042 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7043 objc-method-intro. Case 4 removed and case 5I added.
7044
7045 * cc-langs.el (c-append-paragraph-start): New variable used by
7046 c-common-init to get paragraph-start correct.
7047 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7048 initialize paragraph-start to make it correct both with and
7049 without the javadoc special case.
7050
7051 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7052 initialize paragraph-start for javadoc markup.
7053
7054 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7055 change by defaulting this to t. It's motivated by the
7056 confusing behavior that otherwise arise from the style system
7057 when editing both java and non-java files at the same time
7058 (see the comments about style setting in c-common-init).
7059
70602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7061
7062 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7063 similar to the one in c-fill-paragraph to check the fill
7064 prefix from the adaptive fill function for sanity.
7065
70662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7067
7068 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7069 defun block.
7070
70712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7072
5044b74a 7073 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7074
70752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7076
7077 * cc-align.el (c-lineup-multi-inher): Handle lines with
7078 leading comma nicely. Extended to handle member initializers
7079 too.
7080
e024b101 7081 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7082 c-guess-basic-syntax): Fixed recognition of inheritance lists
7083 when the lines begins with a comma.
7084
5044b74a 7085 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7086
7087 * cc-vars.el (c-offsets-alist): Changed default for
7088 member-init-cont to c-lineup-multi-inher since it now handles
7089 member initializers and indents better for leading commas.
7090
70912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7092
7093 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7094 handling that caused class open lines to be recognized as
7095 statement-conts in some cases.
7096
7097 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7098 guessed by the adaptive fill function unless point is on the
7099 first line of a block comment.
7100
7101 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7102 when the buffer ends with a macro continuation char.
7103
7104 * cc-engine.el (c-guess-basic-syntax): Added support for
7105 function definitions as statements in Pike. The first
7106 statement in a lambda block is now labeled defun-block-intro
7107 instead of statement-block-intro.
7108
7109 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7110 so that the class surrounding point is selected, not the one
7111 innermost in the state.
7112
7113 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7114 recognition of switch labels having hanging multiline
7115 statements.
7116
7117 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7118 some code in c-guess-basic-syntax to a separate function.
7119 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7120 recognition of member inits with multiple line arglists.
7121 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7122 member-init-cont when the commas are in funny places.
7123
71242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7125
7126 * cc-defs.el (c-auto-newline): Removed this macro since it's
7127 not used anymore.
7128
7129 * cc-engine.el (c-looking-at-bos): New helper function.
7130 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7131 inexpr and toplevel classes apart in Pike.
7132
7133 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7134 of case 9A.
7135
7136 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7137 constant, since "class" can introduce an in-expression class
7138 in Pike nowadays.
7139
71402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7141
7142 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7143 indentation on cpp-macro lines.
7144
7145 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7146 a syntax modifier like comment-intro, to make it possible to
7147 get syntactic indentation for preprocessor directives. It's
7148 incompatible wrt to lineup functions on cpp-macro, but it has
7149 no observable effect in the 99.9% common case where cpp-macro
7150 is set to -1000.
7151
71522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7153
7154 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7155 member-init-cont when the preceding arglist is several lines.
7156
71572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7158
7159 * cc-styles.el (c-style-alist): The basic offset for the BSD
7160 style corrected to 8.
7161
71622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7163
7164 * cc-styles.el (c-style-alist): Adjusted the indentation of
7165 brace list openers in the gnu style.
7166
71672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7168
7169 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7170
7171 * cc-cmds.el (c-electric-brace, c-electric-slash,
7172 c-electric-star, c-electric-semi&comma, c-electric-colon,
7173 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7174 when c-syntactic-indentation is nil.
7175
7176 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7177 we were left at comments preceding the first statement when
7178 reaching the beginning of the buffer.
7179
7180 * cc-vars.el (c-syntactic-indentation): New variable to turn
7181 off all syntactic indentation.
7182
71832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7184
7185 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7186 between the text and the block comment ender when it hangs,
7187 depending on how many there are before the fill.
7188
71892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7190
7191 * cc-engine.el (c-beginning-of-closest-statement): New helper
7192 function to go back to the closest preceding statement start,
7193 which could be inside a conditional statement.
7194 * cc-engine.el (c-guess-basic-syntax): Use
7195 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7196
7197 * cc-engine.el (c-guess-basic-syntax): Better handling of
7198 arglist-intro, arglist-cont-nonempty and arglist-close when
7199 the arglist is nested inside parens. Cases 7A, 7C and 7F
7200 changed.
7201
7202 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7203 up-to-date with javadoc 1.2.
7204
72052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7206
7207 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7208 multiline Pike type decls.
7209
72102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7211
7212 * cc-cmds.el (c-indent-new-comment-line): Always break
7213 multiline comments in multiline mode, regardless of
7214 comment-multi-line.
7215
72162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7217
7218 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7219 fully::qualified::names in C++ member init lists. Preamble in
7220 case 5D changed.
7221
72222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7223
7224 * cc-langs.el (c-common-init): Handling of obsolete variables
7225 moved to c-initialize-cc-mode. More compatible style override
7226 when using global style variables.
7227 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7228 variables moved here.
7229
e024b101 7230 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7231 c-special-indent-hook as a style variable. Don't talk about
7232 doing (c-make-styles-buffer-local t) in a mode hook, since
7233 that's already too late to work right.
5044b74a 7234
7972fcfc
GM
7235 * cc-styles.el (c-make-styles-buffer-local): Flag style
7236 variable localness in c-style-variables-are-local-p to make
7237 the compatibility measure in c-common-init work well.
7238
7239 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7240 longer contain set-from-style.
7241 * cc-styles.el (c-initialize-builtin-style): Don't check for
7242 set-from-style on c-special-indent-hook.
7243 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7244 copy-alist is sufficient now.
7245
7246 * cc-styles.el (c-set-style, c-set-style-1,
7247 c-get-style-variables): Fixes to variable initialization so
7248 that duplicate entries in styles have the same effect
7249 regardless of DONT-OVERRIDE.
7250
7251 * cc-styles.el (c-set-style-2): Fixed bug where the
7252 initialization of inheriting styles failed when the
7253 dont-override flag is set.
7254
7255 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7256 on this.
7257
72582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7259
7260 * cc-defs.el (c-forward-comment): Removed the workaround
7261 introduced in 5.38 since it had worse side-effects. If a line
7262 contains the string "//\"", it regarded the // as a comment
7263 start since the \ temporarily doesn't have escape syntax.
7264
72652000-07-17 Emmanuel Briot <briot@act-europe.fr>
7266
7267 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7268 ada-xref.el before ada-prj.el, so that the Project menu is created
7269 when ada-prj tries to add to it.
7270 (ada-activate-keys-for-case): Suppress the characters that are not
7271 part of the Ada syntax. Better compatibility with else-mode
7272 (ada-adjust-case-interactive): When auto-casing is not active,
7273 correctly insert newlines (used to insert only ^M). Prevent the
7274 syntax table from being changed in case of an error
814299a7 7275 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7276 Do nothing if ada-auto-case is nil.
7277 (ada-after-keyword-p): Ignore keywords that are also attributes
7278 (ada-batch-reformat): Update usage comment
7279 (ada-call-from-contextual-menu): New function
7280 (ada-case-read-exceptions): Reinitialize the casing exception list
7281 first to nil first, so that the casing exception file can be
7282 shared.
7283 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7284 files.
7285 (ada-compile-goto-error): Fix regexp used to detect a file:line
7286 anywhere in the error message
7287 (ada-contextual-menu-last-point): New variable
7288 (ada-create-keymap): If the variable delete-key-deletes-forward is
7289 t on XEmacs, it means that DEL should delete one character
7290 forward.
7291 (ada-create-menu): Use :included instead of :visible for XEmacs.
7292 New submenu "Options".
7293 (ada-end-stmt-re): Correctly indent "select ... then abort"
7294 statements.
7295 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7296 even if they don't match ada-fill-comment-prefix Fix handling of
7297 paragraphs on the first or last line of a file.
7298 (ada-format-paramlist): Fix handling of default parameter values.
7299 (ada-get-body-name): New function.
7300 (ada-get-current-indent): Optimized by searchling directly for an
7301 existing generic part or a statement outside of it. Handle
7302 ada-indent-align-comments when indenting comments Replaced some
7303 regexps by testing directly the next character. This results in a
7304 huge speedup on some files. New indentation scheme for renames
7305 statements. Stop looking for the 'while' or 'for' associated with
7306 a 'loop' at the first semicolon encountered. A "return" can also
7307 match an anonymous access subprogram declaration.
7308 (ada-get-indent-noindent): Ignore strings and comments when
7309 looking for the keywords "record" and "private".
7310 (ada-goto-matching-decl-start): When matching "if", make sure we
7311 are not in fact seeing "end if". Ignore "when" statements except
7312 when initial keyword was "begin". Fix handling of nested
7313 procedures. Add a recursive call to this function to skip over
7314 other 'end' statmts. Fix indentation for "when .. => begin"
7315 (ada-in-open-paren-p): Fix indentation for complex boolean
7316 expressions, where 'and then', 'or else' and parenthesis
7317 statements are mixed up.
7318 (ada-in-paramlist-p): Skip comments while searching for the
7319 beginning Fix handling of operator declarations.
7320 (ada-indent-align-comments): New variable
7321 (ada-indent-current): Change the syntax table only in the
7322 protected section, so that we are sure it is restored correctly.
7323 (ada-indent-on-previous-lines): Use ada-use-indent and
7324 ada-with-indent Correctly indent "select ... then"
7325 (ada-indent-region): Slight speedup.
7326 (ada-indent-renames): New variable.
7327 (ada-last-which-function-subprog, ada-last-which-function-line):
7328 New variables
7329 (ada-looking-at-semi-private): Correctly indent the 'private'
7330 keyword when it is the first word in a package declaration.
7331 (ada-loose-case-word): Stop searching if at the end of the buffer.
7332 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7333 even if point is not initially at the end of the word.
7334 (ada-matching-decl-start-re): Add "when".
7335 (ada-mode): Add support for abbrev-mode, outline-mode and
7336 which-func-mode Override the old find-file.el entry in
7337 ff-special-constructs since it is using the obsolete
7338 ada-spec-suffix variable
7339 (ada-no-auto-case): New function
7340 (ada-scan-paramlist): When parsing the argument type, accept
7341 spaces (as in "X 'Class", generated by Rational Rose).
7342 (ada-other-file-name): No longer loads the other file.
7343 (ada-popup-menu): Save and restore the current buffer and cursor
7344 position before and after displaying the menu.
7345 (ada-search-ignore-complex-boolean): New function.
7346 (ada-uncomment-region): Emacs21 already knows how to delete
7347 comments not starting in the first column.
7348 (ada-use-indent): New variable
7349 (ada-which-function): New function.
7350 (ada-with-indent): New variable
7351 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7352 can be batch-compiled from the command line.
7353
7354 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7355 Add to the menu when the file is loaded, not in ada-mode-hook.
7356 Add -toolbar to the default ddd command Switches moved from
7357 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7358 ada-prj-default-comp-opt
7359 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7360 Reference Manual to the menu
7361 (ada-check-current): rewritten as a call to ada-compile-current
7362 (ada-compile): Removed.
7363 (ada-compile-application, ada-compile-current, ada-check-current):
7364 Set the compilation-search-path so that compile.el automatically
7365 finds the sources in src_dir. Automatic scrollong of the
7366 compilation buffer. C-uC-cC-c asks for confirmation before
7367 compiling
7368 (ada-compile-current): New parameter, prj-field
7369 (ada-complete-identifier): Load the .ali file before doing
7370 processing
7371 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7372 conform to gnatmake's behavior.
7373 (ada-find-file-in-dir): New function
7374 (ada-find-references): Set the environment variables for gnatfind
7375 (ada-find-src-file-in-dir): New function.
7376 (ada-first-non-nil): Removed
7377 (ada-gdb-application): Add support for jdb, the java debugger.
7378 (ada-get-ada-file-name): Load the original-file first if not done
7379 yet.
7380 (ada-get-all-references): Handles the new ali syntax (parent types
7381 are found between <>).
7382 (ada-initialize-runtime-library): New function
7383 (ada-mode-hook): Always load a project file when a file is opened,
7384 so that the casing exceptions are correctly read.
7385 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7386 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7387 to open the project file, since the latter does not work with
7388 speedbar Get default values before loading the prj file, or the
7389 default executable file name is wrong. Use the absolute value of
7390 src_dir to initialize ada-search-directories and
7391 compilation-search-path,... Add the standard runtime library to
7392 the search path for find-file.
7393 (ada-prj-default-debugger): Was missing an opening '{'
7394 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7395 variables.
7396 (ada-prj-default-gnatmake-opt): New variable
7397 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7398 buffers, the project file is the default one Save the windows
7399 configuration before displaying the menu.
7400 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7401 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7402 ...) regexp-quote identifiers names to support operators +,
7403 -,... in regexps.
7404 (ada-remote): New function.
7405 (ada-run-application): Erase the output buffer before starting the
7406 run Support remote execution of the application. Use
7407 call-process, or the arguments are incorrectly parsed
7408 (ada-set-default-project-file): Reread the content of the active
7409 project file, not the one from the current buffer When a project
7410 file is set as the default project, all directories are
7411 automatically associated with it.
7412 (ada-set-environment): New function
7413 (ada-treat-cmd-string): New special variable ${current}
7414 (ada-treat-cmd-string): Revised. The substitution is now done for
7415 any ${...} substring
7416 (ada-xref-current): If no body was found, compiles the spec
7417 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7418 compiler to get rid of command line length limitations.
7419 (ada-xref-get-project-field): New function
7420 (ada-xref-project-files): New variable
7421 (ada-xref-runtime-library-specs-path)
7422 (ada-xref-runtime-library-ali-path): New variables
7423 (ada-xref-set-default-prj-values): Default run command now does a
7424 cd to the build directory. New field: main_unit Provide a default
7425 file name even if the current buffer has no prj file.
7426
7427 * ada-prj.el:
7428 Rewritten to show a tabbed-dialog.
7429 (ada-prj-add-ada-menu): Remove the map and name parameters.
7430 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7431 New function
7432 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7433 (ada-prj-load-from-file): New function
7434 (ada-prj-save): Always save fields that depend on the current buffer
7435 (ada-prj-show-value): New function
5044b74a 7436
7972fcfc
GM
7437 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7438 Ada mode. This will allow us to display the Ada menu in any buffer
7439 we want (for project items).
7440 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7441 number of spaces in the header.
5044b74a 7442
8730a8da
DL
74432000-07-24 Dave Love <fx@gnu.org>
7444
7445 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7446
db3ca487
NF
74472000-07-23 Noah Friedman <friedman@splode.com>
7448
ad953485
NF
7449 * type-break.el (type-break): perform autosave.
7450 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7451 (type-break-do-query): Cancel query schedule while performing
7452 actual query, to avoid possibility of a second query being made
7453 while first one is already in progress.
7454 (type-break-time-stamp-format): New variable.
7455 (type-break-time-stamp): New function.
7456 (type-break-time-warning): Use it.
7457 (type-break-keystroke-warning): Use it.
7458 (type-break-noninteractive-query): Use it.
7459
03a9c6d0
NF
7460 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7461 cookie.
7462 Use add-minor-mode to set minor-mode-alist, if available.
7463 (eldoc-echo-area-use-multiline-p): New user option.
7464 (eldoc-echo-area-multiline-supported-p): New variable.
7465 (eldoc-docstring-format-sym-doc): Use them.
7466 (eldoc-mode): If not using idle timers, append to local post and
7467 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7468 (eldoc-display-message-no-interference-p): Don't interfere with
7469 edebug.
7470 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7471 (eldoc-function-arglist): New function.
7472 (eldoc-function-argstring): Use it.
7473
db3ca487
NF
7474 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7475 auto save directory exists before calling directory-files.
7476
f7ad1899
DL
74772000-07-23 Dave Love <fx@gnu.org>
7478
7479 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7480 ^o, ^u.
7481
43e764c9
DL
74822000-07-21 Dave Love <fx@gnu.org>
7483
475de6f4
DL
7484 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7485 now passed to the function. It now works properly.
7486
43e764c9
DL
7487 * smerge-mode.el (smerge-mode-menu): Fill it out.
7488
e8bea4c0
GM
74892000-07-20 Gerd Moellmann <gerd@gnu.org>
7490
7491 * info-look.el (info-lookup): If *info* is shown in another frame
7492 on the same display, select that frame, instead of switching to
7493 the Info buffer in another window of the selected frame.
7494
7495 * simple.el (universal-argument-map): Bind numeric keypad keys
7496 kp-0 to kp-9 and kp-subtract.
7497 (digit-argument): Handle these keys.
7498
bc75b4fd
DL
74992000-07-20 Dave Love <fx@gnu.org>
7500
7501 * net/goto-addr.el (goto-address-fontify): Don't bother with
7502 buffer-modified and read-only stuff -- irrelevant with overlays.
7503 Put an extra property on the overlays and use it to clean up in
7504 case goto-address is re-run.
7505
8b7bc628
RS
75062000-07-19 Richard M. Stallman <rms@gnu.org>
7507
18e21ce8
RS
7508 * timer.el (run-with-idle-timer): Doc fix.
7509
db3ca487 7510 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7511 Handle case where <...> appears inside "...".
7512 Use replace-match to edit the string more simply.
7513 (rmail-dont-reply-to): Cope with an unmatched ".
7514
50575ec2
DL
75152000-07-19 Dave Love <fx@gnu.org>
7516
7517 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7518 implementation.
7519
7520 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7521 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7522 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7523
4279296d
GM
75242000-07-19 Gerd Moellmann <gerd@gnu.org>
7525
47db06aa
GM
7526 * textmodes/refer.el: Correct maintainer's email address.
7527
7528 * progmodes/hideif.el: Correct author's email address.
7529 Fix typo in comment.
7530
7531 * xml.el: New file.
7532
4279296d
GM
7533 * mail/mailheader.el: Correct author's mail address.
7534
7535 * gnus/parse-time.el: Correct author's mail address.
7536
47db06aa 75372000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7538
7539 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7540 New user options.
7541 (comint-input-ring-file-name): Change custom type.
7542 (comint-mode-map): Bind mouse-2.
7543 (comint-insert-clicked-input): New function.
7544 (comint-send-input): Handle input highlighting.
7545
21ad0f7b
SM
75462000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7547
7548 * mouse.el (popup-menu): New function.
7549 (mouse-major-mode-menu): Use it.
7550
3b33a005
DL
75512000-07-18 Dave Love <fx@gnu.org>
7552
7553 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7554 improvements.
7555
dc1cac59
GM
75562000-07-18 Gerd Moellmann <gerd@gnu.org>
7557
21ad0f7b 7558 * faces.el (face-font-selection-order)
dc1cac59 7559 (face-font-family-alternatives): Add custom type.
db3ca487 7560
f8276b77
DL
75612000-07-18 Dave Love <fx@gnu.org>
7562
7563 * cus-edit.el (custom-variable-reset-saved)
7564 (custom-variable-reset-standard): Remove unused bindings.
7565
7566 * rect.el (open-rectangle-line): Remove unused let.
7567
7568 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7569
3d6cd763
GM
75702000-07-18 Gerd Moellmann <gerd@gnu.org>
7571
7572 * cdl.el: Fix `Maintainer' keyword.
7573
7574 * play/pong.el: Add author's email address.
7575
34342a07
SS
75762000-07-17 Sam Steingold <sds@gnu.org>
7577
7578 * files.el (insert-directory): Call `split-string' instead of
7579 re-implementing it.
7580
088831a6
GM
75812000-07-18 Gerd Moellmann <gerd@gnu.org>
7582
7583 * mail/vms-pmail.el: Change maintainer to FSF.
7584
7585 * net/goto-addr.el: Change maintainer to FSF.
7586
7587 * recentf.el: Update from author.
7588
7589 * info.el (Info-title-face-alist): Removed.
db3ca487 7590
68be2869
EZ
75912000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7592
7593 * eshell/eshell.el (eshell): Replace links to eshell.info with
7594 links to eshell, to avoid problems on systems where the manual is
7595 installed as `eshell'.
7596 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7597 * eshell/em-smart.el (eshell-smart): Ditto.
7598 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7599 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7600
7601 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7602 same-file check in the MS-DOS version (it does support inodes).
7603
7604 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7605
21ad0f7b
SM
7606 * eshell/eshell.el (eshell-directory-name):
7607 Run default directory name through convert-standard-filename.
68be2869 7608
269b4dcb
KH
76092000-07-18 Kenichi Handa <handa@etl.go.jp>
7610
21ad0f7b
SM
7611 * international/mule-cmds.el (select-safe-coding-system):
7612 Fix typo in the comment.
240a16cf 7613
21ad0f7b
SM
7614 * language/european.el (compound-text):
7615 Force katakana-jisx0201 to be designated to G1.
aa96c820 7616
21ad0f7b
SM
7617 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7618 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7619 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7620
269b4dcb
KH
7621 * international/kkc.el (kkc-after-update-conversion-functions):
7622 New variable.
7623 (kkc-update-conversion): Run functions in it at the tail.
7624
68be2869 76252000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7626
21ad0f7b
SM
7627 * lisp/align.el (align-newline-and-indent):
7628 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7629 (align-region): Fixed badly formatted minibuffer message.
7630
7a3fd467
KH
76312000-07-17 Kenichi Handa <handa@etl.go.jp>
7632
21ad0f7b 7633 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7634 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7635 the conversion list at first if appropriate.
7636 (kkc-next): Don't update kkc-next-count here.
7637 (kkc-prev): Don't update kkc-prev-count here.
7638 (kkc-show-conversion-list-update): Fix setting up of conversion
7639 list message.
7640
a45423d8
SM
76412000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7642
088831a6 7643 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7644
91a38db1
DL
76452000-07-16 Dave Love <fx@gnu.org>
7646
7647 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7648 function to be more specific.
7649
7650 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7651 non-string help-echo.
7652 (widget-types-convert-widget): Defsubst it.
7653 (widget-echo-help): Try to cope with a help-echo function of two
7654 possible sorts.
7655
3fddcdc3
JR
76562000-07-15 Jason Rumney <jasonr@gnu.org>
7657
7658 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7659 Declare as obsolete.
7660
7661 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7662
bd23a692
GM
76632000-07-14 Gerd Moellmann <gerd@gnu.org>
7664
7665 * hilit-chg.el: Fix typo.
7666
d4af987a
DL
76672000-07-14 Dave Love <fx@gnu.org>
7668
7669 * info.el (Info-mode-menu): Fix use of :help, :enable.
7670
3a4f3f86
SM
76712000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7672
7673 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7674
cf6936a4
DL
76752000-07-13 Dave Love <fx@gnu.org>
7676
4d6d04b5
DL
7677 * emacs-lisp/easymenu.el: Doc fixes.
7678 (easy-menu-remove): Defalias to ignore.
7679
cf6936a4
DL
7680 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7681 Call throw correctly.
7682
56437999
GM
76832000-07-13 Gerd Moellmann <gerd@gnu.org>
7684
7685 * faces.el (frame-background-mode): Doc fix.
7686
7687 * simple.el (eval-expression-print-length): Change custom type to
7688 allow entering nil as value.
7689
d04a3972
DL
76902000-07-13 Dave Love <fx@gnu.org>
7691
3a4f3f86
SM
7692 * progmodes/fortran.el (fortran-imenu-generic-expression):
7693 Change definition layout.
a8189dfe
DL
7694 (fortran-mode-menu): Reinstate customize entries.
7695
d04a3972
DL
7696 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7697 Use :filter, per old XEmacs code.
7698
4bf4fb05
GM
76992000-07-12 Gerd Moellmann <gerd@gnu.org>
7700
7701 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7702 event when deciding what to send to the terminal.
7703
37328bcd
DL
77042000-07-12 Dave Love <fx@gnu.org>
7705
7706 * cus-start.el: Add optional version as 4th element of specs and
7707 use it for several things new in v21. Remove load-path. Fix type
7708 of line-number-display-limit.
7709
89492072
DL
77102000-07-11 Dave Love <fx@gnu.org>
7711
3a4f3f86
SM
7712 * progmodes/fortran.el: Don't require easymenu.
7713 Use repeat counts in various regexps.
315aa1de
DL
7714 (fortran-mode-syntax-table): Defvar directly.
7715 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7716 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7717 Use defvar, not defconst.
7718 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7719 (fortran-mode): Set fortran-comment-line-start-skip,
7720 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7721 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7722 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7723 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7724 (fortran-comment-region, fortran-electric-line-number): Simplify.
7725 (fortran-auto-fill): New function.
7726 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7727 (fortran-find-comment-start-skip):
7728 Check for non-null comment-start-skip.
7729 (fortran-auto-fill-mode, fortran-fill-statement):
7730 Use fortran-auto-fill.
315aa1de 7731 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7732 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7733
89492072
DL
7734 * widget.el (widget-plist-member): New alias.
7735
d55ead18
EZ
77362000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7737
7738 * eshell/esh-module.el (toplevel): Reference
7739 byte-compile-current-file only if it is bound.
7740
e82a2a05
GM
77412000-07-10 Gerd Moellmann <gerd@gnu.org>
7742
7743 * dired.el: Don't require `dired-aux'.
7744
1fc7fb2b
MB
77452000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7746
7747 * dired-aux.el (dired-show-file-type): New function.
7748 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7749 (dired-show-file-type): Add autoload.
7750
ab49ce15
KH
77512000-07-10 Kenichi Handa <handa@etl.go.jp>
7752
7753 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7754 change of fontset-info.
ab49ce15
KH
7755 (print-fontset): Likewise.
7756
f45aab65
SM
77572000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7758
7759 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7760
2f72fd2f
GM
77612000-07-07 Gerd Moellmann <gerd@gnu.org>
7762
e82a2a05 7763 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7764
2f72fd2f
GM
7765 * dired.el (dired-find-alternate-file): New function.
7766 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7767 (toplevel): Require dired-aux when compiling.
7768 (dired-buffers): Move defvar within file to avoid compiler warning.
7769
7770 * info.el (Info-last-search): Variable removed.
7771 (Info-search-history): New variable.
7772 (Info-search): New Info-search-history.
7773
7774 * battery.el, info-look.el: Change author's mail address.
7775
965522f5 77762000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7777
965522f5
GM
7778 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7779 if rmail-ignored-headers is nil.
7780 (rmail-retry-failure): Bind rmail-ignored-headers and
7781 rmail-displayed-headers to nil.
7782
dd8888a1
GM
77832000-07-06 Gerd Moellmann <gerd@gnu.org>
7784
e5c81191
GM
7785 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7786 (print-region-1): Don't hard code `-h' here.
7787
dd8888a1
GM
7788 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7789
e5c81191
GM
77902000-07-01 Francesco Potorti` <pot@gnu.org>
7791
7792 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7793 exim can use "your message" instead of "the message".
34342a07 7794
f45aab65
SM
77952000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7796
7797 * facemenu.el: Docstrings fixes.
7798 (facemenu-get-face): Don't use internal-find-face.
7799 (facemenu-iterate): Rename arg to match the docstring.
7800
7801 * newcomment.el (uncomment-region): Be more careful when skipping
7802 backwards over `=' not to bump into BOBP.
7803
d396e521 78042000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7805
dd8888a1
GM
7806 * ediff-diff.el (ediff-wordify): Use syntax table.
7807 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7808 ediff-color-display-p.
dd8888a1 7809 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7810 from defsubst.
7811 Got rid of special cases for NeXT and OS/2.
dd8888a1 7812 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7813 face.
34342a07 7814
5e2dfaa4
SM
78152000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7816
7817 * emacs-lisp/lucid.el: Require CL.
7818 (copy-tree, remprop): Remove, it's provided by CL.
7819 (map-keymap): Define in terms of cl-map-keymap.
7820 (extent-property, set-extent-end-glyph): New functions.
7821
7822 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7823
d5c5cddd
GM
78242000-07-05 Gerd Moellmann <gerd@gnu.org>
7825
485266d0
GM
7826 * Makefile.in (DONTCOMPILE): Add comment that the name may
7827 not be changed without changing the make-dist script.
7828
5e2dfaa4 7829 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7830 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7831
e2c46326
AI
78322000-07-05 Andrew Innes <andrewi@gnu.org>
7833
7834 * makefile.nt: Add support for `bootstrap' and related targets.
7835
a027a91b
SM
78362000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7837
7838 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7839 (easy-menu-do-define): Use `menu-item' format.
7840 Handle case where easy-menu-create-menu returns a symbol.
7841 Manually call the potential top-level filter in the function binding.
7842 (easy-menu-filter-return): New arg NAME.
7843 Convert to a keymap if MENU is an XEmacs menu.
7844 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7845 (easy-menu-converted-items-table, easy-menu-convert-item):
7846 New var and fun to memoize easy-menu-convert-item-1.
7847 (easy-menu-do-add-item): Use it.
7848 (easy-menu-create-menu): Use easy-menu-convert-item.
7849 Wrap easy-menu-filter-return around any :filter specification.
7850 Don't convert the menu if a filter was specified.
7851 Tell easy-menu-make-symbol not to check for MENU being an expression.
7852 (easy-menu-make-symbol): New arg NOEXP.
7853
5e03eb84
GM
78542000-07-05 Gerd Moellmann <gerd@gnu.org>
7855
7856 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7857 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7858 (eval-defun): If called with prefix arg, instrument code for
7859 Edebug.
7860
7861 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7862 similar to that of eval-defun.
7863
fca68a95
DL
78642000-07-04 Dave Love <fx@gnu.org>
7865
7ccbba4c
DL
7866 * hl-line.el (hl-line-overlay): Make it permanent-local.
7867
fca68a95
DL
7868 * calendar/todo-mode.el: Replaced with a working version, based on
7869 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7870
78712000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7872
7873 * paths.el (prune-directory-list): New function.
7874 (Info-default-directory-list): Rewritten to more methodically
7875 enumerate a big list of possible info directories (based on the
7876 list used by the standalone info reader).
fca68a95 7877
78e7e8a0 7878 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7879 non-existent directories from Info-directory-list.
78e7e8a0 7880
78e7e8a0
MB
7881 * paths.el (Info-default-directory-list): Try a list of possible
7882 info-directories instead of a single one. Add the possible
7883 info directory "/usr/share/info".
7884
7885 * woman.el (woman-man.conf-path): Explicitly include the debian
7886 man-db config file "/etc/manpath.config".
7887 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7888 are present in `manpath.config'.
7889 (woman-manpath): Include "/usr/share/man".
7890
67c9a1d2
GM
78912000-07-03 Gerd Moellmann <gerd@gnu.org>
7892
6753393b
GM
7893 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7894
7895 * startup.el (command-line): Initialize blink-cursor based
7896 on window-system.
7897
e4f98ad3
GM
7898 * frame.el (blink-cursor): Default to nil if not running under
7899 a window-system.
7900
2f516940
GM
7901 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7902 (face-x-resources): Remove duplicate entry for :font.
7903
67c9a1d2
GM
7904 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7905 instead of cycling through windows with next-window.
7906
7907 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7908 of cycling through windows with next-window.
7909
7910 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7911 of cycling through windows with next-window.
7912
7913 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7914 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7915 instead of cycling through windows with next-window.
7916
7917 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7918 instead of cycling through windows with next-window.
7919
7920 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7921 of cycling through windows with next-window.
7922
7923 * terminal.el (te-process-output): Use walk-windows instead of
7924 cycling through windows with next-window.
7925
7926 * server.el (server-switch-buffer): Use some-window instead of
7927 cycling through windows with next-window.
7928
7929 * window.el (some-window): New function.
7930 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7931
3a4f3f86 7932 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7933
8b7bc628 79342000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7935
7936 * window.el (walk-windows): Guarantee termination by keeping a list
7937 of all the windows already handled.
7938
d0d57043
EZ
79392000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7940
7941 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7942 window-system.
7943
7944 * man.el (Man-notify-when-ready): Don't use window-system. If
7945 Man-notify-method is newframe, and the display is not
7946 multi-frame, select the frame created for the man page.
7947 (Man-init-defvars): Doc fix.
7948
d5483ab1
GM
79492000-06-28 Gerd Moellmann <gerd@gnu.org>
7950
af5c25e1
GM
7951 * faces.el (region): Change background color for light background.
7952
7953 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7954 attribute from mode-line face of Ediff control frame.
7955
d5483ab1
GM
7956 * replace.el (query-replace-map): Bind `e' like `E'.
7957
9d47450f
EZ
79582000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7959
3a4f3f86
SM
7960 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7961 Change name to "Select All".
496b7491 7962
9d47450f
EZ
7963 * dos-fns.el (convert-standard-filename): Fix last change.
7964
0b431deb
GM
79652000-06-27 Gerd Moellmann <gerd@gnu.org>
7966
4fa9f636
GM
7967 * help.el (describe-variable): Don't insert a second `'s' in front
7968 of the string `value is shown below'. Since the syntax-table is
7969 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7970 an existing `'s', so that this won't be deleted.
7971
0b431deb
GM
7972 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7973 * pcmpl-unix.el: New files.
7974
32cad0aa
SM
79752000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7976
7977 * wid-edit.el (widget-member): Use the new plist-member.
7978
2c69ced2
GM
79792000-06-26 Gerd Moellmann <gerd@gnu.org>
7980
44c0f771
GM
7981 * replace.el (perform-replace): Undo change of 2000-04-04.
7982 Instead, move backward 1 character at the end of the loop when
7983 necessary.
34342a07 7984
1d36487c
GM
7985 * faces.el (fringe): Change face for different backgrounds.
7986
7987 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7988 patch from John.
7989
2c69ced2
GM
7990 * eshell/*.el: Change spelling of the Free Software Foundation.
7991
7992 * eshell/esh-toggle.el: Removed.
7993
7994 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7995
7996 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7997 interactively.
7998
79992000-06-26 Alex Schroeder <alex@gnu.org>
8000
8001 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8002 `define-key'; instead of checking `(emacs-version)' check for
8003 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8004 for `;' and `o' which might be electric.
8005
8006 (sql-electric-stuff): New user option.
8007 (sql-magic-go): New function which uses `sql-electric-stuff'.
8008 (sql-magic-semicolon): New function which uses
8009 `sql-electric-stuff'.
8010
8011 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8012 is not fboundp.
8013
8014 (sql-oracle-options): New variable.
8015 (sql-oracle): Use it.
8016
8017 (sql-imenu-generic-expression): Doc change.
8018 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8019 is used.
8020
8021 (sql-informix): Added command line parameter "-" to force
8022 sql-informix-program to use stdout.
8023
db1306d8
EZ
80242000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8025
3a4f3f86 8026 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8027 (cp864-decode-table): Doc fix.
8028 (cp720-decode-table): New variable, supports the Arabic OEM
8029 codepage used by Windows.
8030 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8031
c69e5fcd
DL
80322000-06-23 Dave Love <fx@gnu.org>
8033
8034 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8035 (font-lock-fontify-anchored-keywords): Use
8036 line-beginning-position.
8037 (global-font-lock-mode): Use mapc.
8038
30ad8f23
SM
80392000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8040
8041 * eshell/esh-module.el: Require CL when compiling.
8042
26b4dc84
GM
80432000-06-23 Gerd Moellmann <gerd@gnu.org>
8044
78c56e70
GM
8045 * comint.el (comint-substitute-in-file-name): Call replace-match
8046 with second and third arg t.
8047
34342a07 8048 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8049 Specify foreground color.
8050
8051 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8052 color.
8053
affbf647
GM
8054 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8055
8056 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8057 cddr instead of cdddr.
8058
25fffb31
GM
8059 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8060 instead of copy-list.
8061
8062 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8063 of copy-list.
8064
26b4dc84
GM
8065 * subdirs.el: Add eshell subdirectory.
8066
8067 * eshell: New subdirectory containing the Eshell package.
8068
8069 * pcomplete.el: New file.
8070
78c56e70
GM
80712000-06-23 Paul Eggert <eggert@twinsun.com>
8072
ea055732
GM
8073 * mail/mailpost.el (post-mail-send-it): Make sure file has
8074 proper permissions from birth.
8075
8076 * files.el (basic-save-buffer-2): When temporarily setting
8077 file modes, set them to current modes plus 0200, not to 0777.
8078
78c56e70
GM
8079 * emerge.el (emerge-make-temp-file): Make sure file has proper
8080 permissions from birth.
8081
a3a7ff33
EZ
80822000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8083
8084 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8085 backup file name through convert-standard-filename.
8086
8087 * dos-fns.el (convert-standard-filename): Convert leading
8088 directories as well. When long file names are supported, convert
8089 characters that are invalid in Windows file names.
8090
1fd9b7fe
GM
80912000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8092
8093 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8094 ps-print crashes. New feature: page selection for printing. Create
8095 raw-text-unix coding system for XEmacs. Doc fix.
8096 (ps-print-version): New version number (5.2.3).
8097 (ps-plot-region): Bug fix.
8098 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8099 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8100 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8101 funs.
8102 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8103 (ps-last-page): New vars.
8104
16ed8416
GM
81052000-06-21 Gerd Moellmann <gerd@gnu.org>
8106
8107 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8108 empty option string.
8109
4fbee715
EZ
81102000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8111
8112 * man.el (man): Doc fix.
8113
eaecfc94
KH
81142000-06-21 Kenichi Handa <handa@etl.go.jp>
8115
8116 * international/mule-cmds.el (set-language-info-alist): Docstring
8117 fixed.
8118
4a27bdfb
GM
81192000-06-20 Gerd Moellmann <gerd@gnu.org>
8120
8121 * version.el (emacs-version): Use ISO date format.
8122
8123 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8124 instead of `M-backspace'.
8125
8126 * simple.el (turn-off-auto-fill): New function.
8127
8972fe79
SM
81282000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8129
8130 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8131 Renamed from with-buffer-prepared-for-font-lock and use
8132 inhibit-modification-hooks rather than setting *-change-functions.
8133 Update all functions to use the new name.
8134 (jit-lock-first-unfontify-pos): New semantics (and doc).
8135 (jit-lock-mode): Make non-interactive.
8136 Don't automatically turn on font-lock.
8137 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8138 Always use jit-lock-after-change.
8139 Remove and restore font-lock-after-change-function.
8140 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8141 (jit-lock-after-unfontify-buffer): Remove.
8142 (jit-lock-stealth-fontify):
8143 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8144 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8145
5d80cc9c
SS
81462000-06-20 Sam Steingold <sds@gnu.org>
8147
8148 * emacs-lisp/cl-indent.el (toplevel): Indent
8149 `print-unreadable-object' properly. Untabify.
8150
f54e4d13
CD
81512000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8152
8153 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8154 Support for bibentry.
8155 (reftex-compile-variables): Fixed problem with end of section-re.
8156
8157 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8158 reftex-view-crossref-from-bibtex):
8159 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8160 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8161 Replaced `remprop' with `put'.
8972fe79
SM
8162 (reftex-view-crossref, reftex-view-crossref-when-idle):
8163 Support for bibentry.
f54e4d13 8164
8972fe79
SM
8165 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8166 New entry for bibentry package.
f54e4d13 8167
8972fe79
SM
8168 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8169 Regexp also matches "\nobibliography".
f54e4d13 8170
8972fe79
SM
8171 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8172 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8173 (reftex-ensure-write-access): New function.
8174
f54e4d13
CD
81752000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8176
8177 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8178
8179 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8180
8181 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8182
8183 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8184
8185
560c43f4
DL
81862000-06-20 Dave Love <fx@gnu.org>
8187
8188 * faces.el (frame-background-mode): Use set-default, not set, in
8189 setter.
8190 (frame-update-faces, frame-update-face-colors): Define with
8191 defalias.
8192
8193 * enriched.el (enriched-decode-foreground)
8194 (enriched-decode-background): Don't use internal-find-face.
8195
8196 * apropos.el: Doc fixes.
8197
8198 * cus-edit.el (customize-changed-options): Check arg.
8199 (customize-version-lessp): Don't require decimal point.
8200
8201 * custom.el (defcustom, defgroup): Doc fix.
8202
8203 * newcomment.el (comment) <defgroup>: Add :version.
8204 (comment-multi-line): Doc fix.
8205
8206 * emulation/mlsupport.el (define-hooked-local-abbrev,
8207 define-hooked-global-abbrev): Fix, using define-abbrev.
8208
cdf0357b
GM
82092000-06-19 Gerd Moellmann <gerd@gnu.org>
8210
8211 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8212 the whole buffer.
8213
10013d74
DL
82142000-06-19 Dave Love <fx@gnu.org>
8215
8216 * menu-bar.el (menu-bar-options-save): New function.
8217 (menu-bar-options-menu): Use it.
8218 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8219 Simplify.
8220
6922f208
AS
82212000-06-19 Andreas Schwab <schwab@suse.de>
8222
8223 * progmodes/etags.el (tags-query-replace): Put new parameters
8224 START and END at the end, for backward compatibility.
8225
10d7bf84
KH
82262000-06-19 Kenichi Handa <handa@etl.go.jp>
8227
8228 * international/codepage.el:
8229 (cp-coding-system-for-codepage-1): Delete special codes for
8230 generating xxx-dos coding system because now a CCL based coding
8231 system can handle EOL conversion by default.
8232
8233 * international/mule.el (make-coding-system): Generate subsidiary
8234 coding systems for EOL handling variants even for a CCL based
8235 coding system.
8236
8f3c9a3d
KH
82372000-06-19 Kenichi Handa <handa@etl.go.jp>
8238
8239 * international/isearch-x.el (isearch-minibuffer-input-method)
8240 (isearch-minibuffer-input-method-function): These variables
8241 deleted.
8242 (isearch-with-input-method): Don't use the above variables.
8243 (isearch-process-search-multibyte-characters): Likewise. Call
8244 read-string with the arg INHERIT-INPUT-METHOD t.
8245
c2acf685
SM
82462000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8247
13f0d185
SM
8248 * font-lock.el (font-lock-after-fontify-buffer)
8249 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8250
8251 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8252 Use consistent make-local-variable style for font-lock-fontified.
8253 (jit-lock-fontify-buffer):
8254 Don't bother checking for font-lock-mode and jit-lock-mode.
8255
c2acf685
SM
8256 * time.el: Remove trailing ^M that prevent CVS-merging.
8257
a9021acd
GM
82582000-06-16 Gerd Moellmann <gerd@gnu.org>
8259
8260 * Makefile.in (distclean): New target.
5d80cc9c 8261
0df68e9f
SM
82622000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8263
8264 * Makefile.in (srcdir): Define for update-subdirs.
8265
6344985d
GM
82662000-06-16 Gerd Moellmann <gerd@gnu.org>
8267
8268 * find-lisp.el: New file.
8269
63239267
AI
82702000-06-16 Andrew Innes <andrewi@gnu.org>
8271
8272 * time.el (display-time-mail-function): New variable, to allow
8273 external packages to indicate when new mail is available.
8274 (display-time-update): Use it.
8275
1699f991
KH
82762000-06-16 Kenichi Handa <handa@etl.go.jp>
8277
a3b37893
KH
8278 * international/mule.el (mule-version): Change version name to
8279 SAKAKI. AOI has already been used by Meadow.
8280
1699f991
KH
8281 * international/quail.el (quail-show-guidance-buf): To find the
8282 bottom window (but minibuffer), pay attention to the height of
8283 minibuffer.
8284
228b083e
EZ
82852000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8286
7d5c8691
EZ
8287 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8288 menu-bar menus. Add help strings. Don't remove the Edit menu
8289 from the menu bar, as the menu bar has enough space now.
8290
261f3289
EZ
8291 * Makefile.in (SHELL): Make sure /bin/sh is used.
8292
228b083e
EZ
8293 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8294 characters, which use series of two ^H characters instead of one.
8295
e27e8d71
GM
82962000-06-15 Gerd Moellmann <gerd@gnu.org>
8297
5d80cc9c 8298 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8299 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8300 functions.
451ec4e3
GM
8301 (Info-find-node-2): Try a case-sensitive search first, then
8302 do a case-insensitive search.
8303
8304 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8305 tutorials.
8306
b675095c
GM
8307 * complete.el (PC-env-vars-alist): New variable.
8308 (PC-complete-as-file-name): New function.
8309 (partial-completion-mode): Initialize PC-env-vars-alist from
8310 process-environment.
8311 (PC-do-completion): Handle completion of env vars.
8312
8313 * info.el (Info-set-mode-line): Show file name in mode line,
8314 use `*Info*' instead of `Info:'.
8315
e27e8d71
GM
8316 * startup.el (command-line-1): Change copyright messages to year
8317 2000.
8318
28223a7e
DL
83192000-06-15 Dave Love <fx@gnu.org>
8320
8321 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8322 not local-map.
8323
32684631
KH
83242000-06-15 Kenichi Handa <handa@etl.go.jp>
8325
8326 * international/mule.el (set-buffer-file-coding-system): Almost
8327 rewritten to handle `undecided' as no-op.
8328
9f817ea4
GM
83292000-06-14 Gerd Moellmann <gerd@gnu.org>
8330
e27e8d71 8331 * Makefile.in: New file.
dce6b995
GM
8332
8333 * Makefile: Removed.
8334
9f817ea4
GM
8335 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8336 (goto-address-highlight-keymap): Bind C-c RET.
8337
2de33f94
KH
83382000-06-14 Kenichi Handa <handa@etl.go.jp>
8339
bbf1e8a5
KH
8340 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8341 inherits buffer-file-coding-system of the current buffer.
725a6897 8342
02891cc3
KH
8343 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8344 0. Give correct argument to set-auto-coding-function.
8345 (tar-expunge): For goto-char, use (point-min), not 0.
8346 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8347 (tar-subfile-save-buffer): Likewize.
8348
2de33f94
KH
8349 * international/mule.el
8350 (after-insert-file-set-buffer-file-coding-system): Call
8351 set-buffer-file-coding-system with the arg FORCE t.
8352
1681ead6
GM
83532000-06-13 Gerd Moellmann <gerd@gnu.org>
8354
8355 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8356 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8357 the sender is set with `-f'.
1681ead6 8358
fdf4b680
DL
83592000-06-13 Dave Love <fx@gnu.org>
8360
9c50afce
DL
8361 * help.el (describe-function-1): Kluge around cases of functions
8362 fset to subrs whose doc doesn't match their symbol-name.
8363
0ad550ba 8364 * image.el (insert-image): Default STRING to a space.
f290ca08 8365
fdf4b680 8366 * info.el Doc fixes.
5d80cc9c 8367 (Info-build-node-completions): Match Ref tags.
fdf4b680 8368
9b6610db
EZ
83692000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8370
a704139d
EZ
8371 * frame.el (display-multi-frame-p, display-multi-font-p): New
8372 defaliases for display-graphic-p.
8373
9b6610db
EZ
8374 * hl-line.el: Fixed a typo in commentary.
8375
7a5ea398
KH
83762000-06-13 Kenichi Handa <handa@etl.go.jp>
8377
8378 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8379 fixed.
8380
0dc91c57
DL
83812000-06-12 Dave Love <fx@gnu.org>
8382
8383 * image.el (insert-image): Save a little consing.
8384
0bd5914b
KH
83852000-06-12 Kenichi Handa <handa@etl.go.jp>
8386
8387 * language/tibet-util.el: Convert all tibetan-1-column characters
8388 to the corresponding tibetan characters.
8389 (tibetan-add-components): Delete code for the special treatment of
8390 'a chung.
8391
8392 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8393 change.
8394 (tibetan-vowel-transcription-alist): More rules added.
8395 (tibetan-composite-vowel-alist): New variable.
8396 (tibetan-precomposition-rule-alist): More rules added.
8397
6dc7d3d5
SM
83982000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8399
9c04c393
SM
8400 * startup.el (command-line): Only call menu-bar-mode if interactive.
8401
8402 * thingatpt.el (toplevel symbol-properties):
8403 * textmodes/makeinfo.el (makeinfo-compile):
8404 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8405 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8406 (hide-ifdef-use-define-alist):
5d80cc9c 8407 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8408 (ange-ftp-vms-add-file-entry):
8409 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8410 * man.el (Man-build-man-command):
8411 * mail/rnewspost.el (news-reply-header-hook):
8412 * info.el (Info-insert-dir):
8413 * emulation/mlconvert.el (backward-word, forward-word, setq):
8414 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8415 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8416 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8417 (byte-optimize-apply, end of file):
8418 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8419 (ad-make-freeze-definition):
8420 * startup.el (command-line, command-line-1): Don't quote lambdas.
8421
6dc7d3d5
SM
8422 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8423 (cvs-cleanup-removed): New function.
8424 (cvs-cleanup-functions): New var.
8425 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8426 some flexibility in specifying additional entries to auto-cleanup.
8427 (cvs-quickdir): New function.
8428 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8429 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8430 (cvs-mode-find-file): Check that we are on a filename or dirname
8431 when invoked through a mouse-click.
8432 (cvs-full-path): Remove.
8433 (cvs-dired-action): Re-introduced.
8434 (cvs-dired-noselect): Use it.
8435 (vc-post-command-functions): use this new hook if available.
8436
8437 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8438 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8439 (cvs-filename-map, cvs-dirname-map): Remove.
8440 (cvs-default-action): Remove.
8441 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8442 if the arg is really a keymap.
8443 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8444 Don't hardcode the mapping from state (aka type) to face, but check
8445 the var cvs-fi-<type>-face instead.
8446 (cvs-fileinfo-from-entries): New function.
8447
8448 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8449 Docstring fix.
8450 (cvs-find-file-and-jump): Change default to be safer.
8451 (cvs-mode-diff-map): Define it as a function as well.
8452 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8453 Bind mouse-2 in this global map rather than with text-properties.
8454
8455 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8456 file to resolve the ambiguity between C(conflict) and C(need-merge).
8457
5050a2ef
KH
84582000-06-12 Kenichi Handa <handa@etl.go.jp>
8459
8460 * international/mule.el (set-buffer-file-coding-system): If
8461 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8462 unconditionally.
8463
35a7ac84
DL
84642000-06-12 Dave Love <fx@gnu.org>
8465
8466 * wid-edit.el (widget-specify-button): Really suppress the face if
8467 required.
8468
db8eeecd
GM
84692000-06-11 Gerd Moellmann <gerd@gnu.org>
8470
8471 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8472
70223ca4
SM
84732000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8474
8475 * imenu.el (imenu-generic-expression): Docstring fix.
8476
8477 * composite.el (composition-function-table): Move the `put'
8478 below the autoload cookie so we can load the file before loaddefs.
8479
8480 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8481
8482 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8483 Handle easy-mmode-define-global-mode.
8484 For complex macros like define-minor-mode that can generate
8485 several autoload entries, try to autoload entries in the
8486 macroexpanded code.
8487
8488 * emacs-lisp/easy-mmode.el (define-minor-mode):
8489 If KEYMAP is a symbol, just use it.
8490 Use byte-compile-current-file and load-file-name to infer the
8491 proper :require to pass to defcustom.
8492 Wrap the hook var into `progn' so as not to autoload it.
8493 Add a :autoload-end cookie.
8494 Be more careful about the evaluation of KEYMAP.
8495 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8496 (define-derived-mode): Move define-abbrev-table outside of defvar.
8497
84982000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8499
8500 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8501 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8502 (backup-compiled-files): Ignore errors during `tar'.
8503 (bootstrap): Make autoloads before elc files.
8504
9c53b34e
KH
85052000-06-10 Kenichi Handa <handa@etl.go.jp>
8506
8507 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8508 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8509
8510 * international/mule-conf.el (unix): New alias for the coding
8511 system undecided-unix.
8512
22ddd299
DL
85132000-06-09 Dave Love <fx@gnu.org>
8514
5ee42746
DL
8515 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8516
70223ca4 8517 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8518 (executable-insert): Change custom type.
8519 (executable-find): Add autoload cookie.
cc7e1d18
DL
8520 (executable-make-buffer-file-executable-if-script-p): New
8521 function. After Noah Friedman.
22ddd299
DL
8522
8523 * files.el (after-save-hook): Customize, with
cc7e1d18 8524 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8525
41ea3794
KH
85262000-06-09 Kenichi Handa <handa@etl.go.jp>
8527
f89437e3
KH
8528 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8529 "tib24p-mule.bdf" for Tibetan.
8530
7a4ee259
KH
8531 * composite.el (decompose-composite-char): Declare it as obsolete.
8532
ff6a65c2
KH
8533 * man.el (Man-fontify-manpage): Pay attention to underline and
8534 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8535
f83fe4b4
GM
85362000-06-08 Gerd Moellmann <gerd@gnu.org>
8537
8538 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8539 Set maintainer to FSF since author isn't reachable.
8540
e56d7900
DL
85412000-06-08 Dave Love <fx@gnu.org>
8542
8543 * international/mule-cmds.el (select-safe-coding-system): If
8544 DEFAULT-CODING-SYSTEM is not specified, also check the most
8545 preferred coding-system if buffer-file-coding-system is
8546 `undecided'. From Handa.
8547
d3981b49
KH
85482000-06-08 Kenichi Handa <handa@etl.go.jp>
8549
8550 * international/mule.el
8551 (after-insert-file-set-buffer-file-coding-system): If the buffer
8552 size is greater than INSERTED, judget that we are not visiting.
8553
bff71087
RV
85542000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8555
8556 * whitespace.el (defgroup whitespace): Comment out `:version'.
8557 XEmacs 20.4 has problems defining the group with this present.
8558 We'll have this commented out till get resolve the problem.
8559
45f485a6
GM
85602000-06-07 Gerd Moellmann <gerd@gnu.org>
8561
8562 * align.el: Update from author.
8563
85642000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8565
8566 * apropos.el (apropos-mode-hook): New user variable.
8567 (apropos-mode): Run apropos-mode-hook.
bff71087 8568
45f485a6
GM
85692000-06-07 David Ponce <david@dponce.com>
8570
8571 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8572 commands. Require `wid-edit' at run-time.
8573
85742000-06-07 David Ponce <david@dponce.com>
8575
8576 * recentf.el: Added some "Commentary".
8577 (recentf-open-more-files, recentf-edit-list): Minor changes to
8578 move the point at the top of the file list. This behaviour is
8579 consistent with the menu one when the list contains a lot of
8580 files.
8581 (recentf-cleanup): Now displays the number of items removed from
8582 the list.
8583 (recentf-relative-filter) New menu filter to show filenames
8584 relative to `default-directory'.
bff71087 8585
45f485a6
GM
85862000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8587
8588 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8589 with/without giving an error if PostScript printer doesn't have this
8590 kind of page size. Zebra Stripe continues or restarts on next page.
8591 Manual/automatic paper feeding. Switch or not the header.
8592 (ps-print-version): New version number (5.2.2).
8593 (ps-windows-system): Include emx as a Windows system.
8594 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8595 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8596 (ps-background-text): Code fix.
8597 (ps-error-handler-message, ps-user-defined-prologue)
8598 (ps-print-prologue-header, ps-printer-name)
8599 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8600 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8601 (ps-use-face-background): Customization fix.
8602 (ps-n-up-database): Data fix.
8603 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8604 (ps-switch-header): New vars.
8605 (ps-xemacs-color-name, ps-face-foreground-name)
8606 (ps-face-background-name, ps-boolean-constant): New funs.
8607
c14dcd22
DL
86082000-06-07 Dave Love <fx@gnu.org>
8609
8610 * allout.el: New version from Manheimer.
8611
e4044bb0
KH
86122000-06-07 Kenichi Handa <handa@etl.go.jp>
8613
8614 * textmodes/fill.el (fill-find-break-point): Check the validity of
8615 charset.
8616
59cfe8b9
KF
86172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8618
8619 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8620 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8621 Call display-color-p and display-mouse-p instead of looking at
8622 window-system.
8623
bb2337f5
DL
86242000-06-06 Dave Love <fx@gnu.org>
8625
8626 * image.el (find-image): Doc fix. Return nil if image not found.
8627 (put-image, insert-image): Make STRING arg optional.
8628
8e624fa2
KH
86292000-06-06 Kenichi Handa <handa@etl.go.jp>
8630
8631 * language/vietnamese.el: Remove eval-when-compile.
8632 (viet-viscii-nonascii-translation-table): Define it as a
8633 translation table made from viet-viscii-decode-table.
8634 (viet-viscii-encode-table): Define it as a translation table made
8635 from the reverse map of above.
8636 (viet-vscii-nonascii-translation-table): Define it as a
8637 translation table made from viet-vscii-decode-table.
8638 (viet-vscii-encode-table): Define it as a translation table made
8639 from the reverse map of above.
8640 (ccl-decode-viscii): Use translate-character.
8641 (ccl-encode-viscii, ccl-encode-viscii-font)
8642 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8643 Likewize.
bff71087 8644
8e624fa2
KH
8645 * language/cyrillic.el: Remove eval-when-compile.
8646 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8647 translation table made from cyrillic-koi8-r-decode-table.
8648 (cyrillic-koi8-r-encode-table): Define it as a translation table
8649 made from the reverse map of above.
8650 (ccl-decode-koi8): Use translate-character.
8651 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8652 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8653 a translation table made from cyrillic-alternativnyj-decode-table.
8654 (cyrillic-alternativnyj-encode-table): Define it as a translation
8655 table made from the reverse map of above.
8656 (ccl-decode-alternativnyj): Use translate-character.
8657 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8658 Likewize
8659
8660 * international/mule-diag.el (non-iso-charset-alist): Specify
8661 translation table symbol instead of translation table itself.
8662 (list-block-of-chars): CHARSET may be a translation table symbol.
8663
8664 * international/mule.el (make-coding-system): If CODING-SYSTEM
8665 already exists, override it.
8666
8667 * international/fontset.el: Use family `proportional' for Tibetan
8668 fonts.
8669
8670 * international/ccl.el (ccl-compile-translate-character): Don't
8671 check if Rrr has property translation-table.
8672 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8673
1969fae2
GM
86742000-06-05 Gerd Moellmann <gerd@gnu.org>
8675
8676 * info.el: Bind case-fold-search to t when searching in case
8677 a user sets it to nil in a hook.
8678
d5b037c5
SM
86792000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8680
d3d02e65
SM
8681 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8682 * hl-line.el (hl-line-mode): Use the new :global key argument.
8683
8684 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8685 (tar-clip-time-string): Prepend a space.
8686 (tar-grind-file-mode): Construct a string rather than modifying one.
8687 (tar-header-block-summarize): Fix docstring.
8688 Use `format' rather than an error-prone set of copy-loops.
8689
8690 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8691 (diff-goto-source, diff-unified->context, diff-context->unified)
8692 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8693 understand the format output by the `-p' argument to diff.
8694
bff71087 8695 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8696 (sh-re-done): Use defconst.
8697 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8698 (sh-help-string-for-variable, sh-guess-basic-offset):
8699 Don't quote lambdas.
8700 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8701 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8702
f7c4478f
SM
8703 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8704 (mh-letter-mode): Derive from text-mode.
8705 This implicitly means that it now calls kill-all-local-variables.
8706 Also remove the Emacs-18 compatibility code.
8707
a8add29d
SM
8708 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8709 Make use of symbol-property doc-string-elt.
8710 Use memq rather than a sequence of eq.
8711 (doc-string-elt): Fix the wrong or missing previously unused values.
8712 (autoload-print-form): New function extracted from
8713 generate-file-autoloads to allow recursion when handling progn
8714 so that defvar's and defun's docstrings are properly printed.
8715 (generate-file-autoloads): Use it.
8716
d5b037c5
SM
8717 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8718 Use find-file-hooks in the minor-mode function.
8719 Be careful not to loop indefinitely in the post-command-hook function.
8720
560ef11a 87212000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8722
1969fae2 8723 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8724 tty's.
1969fae2 8725 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8726 differences whenever appropriate.
1969fae2
GM
8727 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8728 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8729 wildcards.
8730
b5bbbb76
SM
87312000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8732
d5b037c5
SM
8733 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8734 (jit-lock-fontify-buffer): New function for JIT refontification.
8735 (jit-lock-mode): Fix docstring.
8736 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8737 Remove jit-lock-after-change from the _local_ hook.
8738 (jit-lock-function-1): Fix docstring.
8739
8740 * info.el (Info-on-current-buffer): Initialize info.
8741
8742 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8743
8744 * progmodes/tcl.el (tcl-indent-for-comment):
8745 Ignore comment-indent-hook.
8746
8747 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8748 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8749 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8750 and improve to use the lighter to guess the capitalization.
8751 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8752 Add keyword arguments to specify global-ness or the custom group.
8753 Add local-map and help-echo properties to the lighter.
8754 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8755 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8756
bfa6c260
DL
87572000-06-02 Dave Love <fx@gnu.org>
8758
8759 * wid-edit.el: byte-compile-dynamic since we typically don't use
8760 all the widgets. Don't require cl or widget. Remove
8761 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8762 (widget-read-event): Removed. Callers changed to use read-event.
8763 (widget-button-release-event-p): Renamed from
8764 button-release-event-p.
8765 (widget-field-add-space, widget-field-use-before-change):
8766 Uncustomize.
8767 (widget-specify-field): Use keymap property, not local-map.
8768 (widget-specify-button): Obey :suppress-face.
8769 (widget-specify-insert): Use modern backquote syntax.
8770 (widget-image-directory): Renamed from widget-glyph-directory.
8771 (widget-image-enable): Renamed from widget-glyph-enable.
8772 (widget-image-find): Replaces widget-glyph-find.
8773 (widget-button-pressed-face): Move defvar.
8774 (widget-image-insert): Replaces widget-glyph-insert.
8775 (widget-convert): Use keywordp.
8776 (widget-leave-text, widget-children-value-delete): Use mapc.
8777 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8778 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8779 (widget-button-click): Don't set point at the click, but re-centre
8780 if we scroll out of window. Rewritten for images v. glyphs &c.
8781 (widget-tabable-at): Use POS arg, not point.
8782 (widget-beginning-of-line, widget-end-of-line)
8783 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8784 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8785 (widget-default-create): Use widget-image-insert; some rewriting.
8786 (widget-visibility-value-create)
8787 (widget-push-button-value-create, widget-toggle-value-create): Use
8788 widget-image-insert.
8789 (checkbox): Create on and off images dynamically.
8790 (documentation-link): Change :help-echo.
8791 (widget-documentation-link-echo-help): Remove.
8792
3837de12
SM
87932000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8794
8795 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8796
8797 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8798 (easy-mmode-define-toggle, define-minor-mode): Use it.
8799 (easy-mmode-define-keymap): Docstring fix.
8800 (define-derived-mode): Default PARENT to fundamental-mode.
8801 Add the derived-mode-parent symbol-property.
8802 (easy-mmode-derived-mode-p): New function.
8803
90aa4ea8
DL
88042000-06-02 Dave Love <fx@gnu.org>
8805
37193ee6
DL
8806 * files.el (convert-standard-filename): Doc fix.
8807 (normal-backup-enable-predicate): New function.
8808 (backup-enable-predicate): Use it to replace the lambda form.
8809
8810 * calendar/todo-mode.el: [This needs more work on the outline
8811 stuff.] Doc fixes.
8812 (todo) <defgroup>: Add :version.
8813 (todo-add-category): Don't use pushnew.
8814 (todo-cmd-raise): Fix typo.
8815 (todo-top-priorities): Change temp buffer name.
8816 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8817 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8818 Use outline-next-heading.
37193ee6 8819
90aa4ea8
DL
8820 * autoarg.el: Rewritten to use define-minor-mode.
8821 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8822 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8823
2e54623a
KH
88242000-06-02 Kenichi Handa <handa@etl.go.jp>
8825
8826 * isearch.el (isearch-other-meta-char): Fix previous change.
8827
c5def0db
SM
88282000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8829
3837de12
SM
8830 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8831 (log-edit-done): Only add the comment to the ring if it's different
8832 from the last comment entered.
8833
c5def0db
SM
8834 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8835
2330c9d4
DL
88362000-06-01 Dave Love <fx@gnu.org>
8837
8838 * hl-line.el: Rewritten using define-minor-mode.
8839
8840 * help.el (describe-function-1): Distinguish special form from
8841 builtin function. Sanity-check presence of arglist for builtins.
8842
6e5dfc31
KH
88432000-06-01 Kenichi Handa <handa@etl.go.jp>
8844
4dc1225b
KH
8845 * international/characters.el: Fix syntax/category setting of
8846 Tibetan characters.
8847
8848 * language/tibet-util.el (tibetan-add-components): Fixes for new
8849 encoding of Tibetan characters.
8850 (tibetan-decompose-precomposition-alist): New variable.
8851 (tibetan-decompose-region): Convert precomposed characters to
8852 non-precomposed characters.
8853 (tibetan-decompose-string): Likewise.
8854 (tibetan-composition-function): Fix args to
8855 thibetan-compose-string.
8856
8857 * language/tibetan.el (tibetan-composable-pattern): More
8858 characters included.
8859 (tibetan-consonant-transcription-alist): Rule for "R" added.
8860 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8861 "+R" added.
8862 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8863
eadef5e6
KH
8864 * language/lao-util.el (lao-composition-function): Fix args to
8865 compose-string.
8866
8867 * language/thai-util.el (thai-composition-function): Fix args to
8868 compose-string.
8869
6e5dfc31 8870 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8871 to prevent the point moving to the end of a composition when a
8872 part of a composition is searched.
6e5dfc31
KH
8873 (isearch-other-meta-char): If the key invoking this command can be
8874 mapped by function-key-map to a printing char, call
8875 isearch-process-search-char directly.
8876
2598a293
SM
88772000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8878
8879 * emacs-lisp/bytecomp.el:
8880 * frame.el:
8881 * international/mule-cmds.el:
8882 * international/mule-util.el:
8883 * international/mule.el:
8884 * mouse.el:
8885 * subr.el:
8886 * faces.el: Update calls to make-obsolete with a WHEN argument.
8887
8888 * byte-run.el (make-obsolete, make-obsolete-variable):
8889 Add an optional WHEN argument and change the format of the
bff71087 8890 symbol-property information.
2598a293
SM
8891 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8892 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8893 new obsolete-symbol-property format and print WHEN if it is provided.
8894
28d8dff1
DL
88952000-05-31 Dave Love <fx@gnu.org>
8896
8897 * loadhist.el (loadhist-hook-functions): Remove
8898 before-change-function, after-change-function.
8899 (unload-feature): Deal with symbols which are both bound and
8900 fbound.
8901
8902 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8903 before-change-function, after-change-function.
8904
8905 * simple.el (newline): Don't bind before-change-function,
8906 after-change-function.
8907
7f565d87
RV
89082000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8909
8910 * whitespace.el (whitespace-rescan-timer-time): Update interval
8911 set to 600 seconds (10 minutes) instead of 60 seconds since
8912 a large number of whitespace buffers causes emacs to `freeze'
8913 for a considerable amount of time.
8914
bff71087 8915 * whitespace.el: Updated email address
7f565d87 8916
a8d693d8
DL
89172000-05-31 Dave Love <fx@gnu.org>
8918
8919 * add-log.el (change-log-font-lock-keywords) <function>: Add
8920 pattern for function of change.
8921 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8922 acknowledgements patterns.
8923
a50192e7
KH
89242000-05-31 Kenichi Handa <handa@etl.go.jp>
8925
8926 * isearch.el (isearch-printing-char): If keyboard coding system is
8927 being used, call isearch-process-search-multibyte-characters.
8928
8929 * international/isearch-x.el: Mostly rewritten.
8930
8931 * international/quail.el (quail-start-conversion): Don't include
8932 unhandled events in the returned events, but set them in
8933 unread-command-events. Exit if all inputs are deleted.
8934
7e492772
JR
89352000-05-30 Jason Rumney <jasonr@gnu.org>
8936
8937 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8938
8939 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8940 Reenable code to create initial fontsets.
8941 Use set-fontset-font in place of put-charset-property.
8942
10fc3187
GM
89432000-05-30 Gerd Moellmann <gerd@gnu.org>
8944
79148ea7
GM
8945 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8946 label, ensure that the first colon isn't followed by another.
8947
8948 * paths.el (Info-default-directory-list): Doc fix.
8949
086d5b87
GM
8950 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8951 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8952 send a query containing USER only, not USER@HOST.
8953
10fc3187
GM
8954 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8955 and rmail-msgend to compute the restriction at the end, instead of
8956 computing it.
8957
49e70dec
GM
89582000-05-29 Gerd Moellmann <gerd@gnu.org>
8959
66254a13
GM
8960 * dabbrev.el (dabbrev-expand): Don't display messages in the
8961 echo area if the minibuffer window is active.
8962
49e70dec
GM
8963 * jit-lock.el (jit-lock-mode): Add after change function to
8964 local hook.
8965
89662000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8967
8968 * antlr-mode.el: New commands: hide/unhide actions,
8969 upcase/downcase literals.
8970 (antlr-tiny-action-length): New user option.
8971 (antlr-hide-actions): New command. Suggested by
8972 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8973 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8974 (antlr-mode-menu): New entries.
8975 (antlr-downcase-literals): New command.
8976 (antlr-upcase-literals): Ditto.
8977
8978 * antlr-mode.el: Minor changes: indendation, mode-name.
8979 (antlr-indent-line): Indent cpp directive at column 0.
8980 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8981
8982 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8983 (antlr-font-lock-additional-keywords): Workaround for intentional
8984 bug in XEmacs version of font-lock.
8985 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8986 be used by a smarter version of `buffers-menu-grouping-function'.
8987
89882000-05-29 Gerd Moellmann <gerd@gnu.org>
8989
8990 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8991 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8992
49f93684
KH
89932000-05-29 Kenichi Handa <handa@etl.go.jp>
8994
8995 * international/encoded-kb.el
8996 (encoded-kbd-iso2022-designation-map): Pay attention to that
8997 charset-iso-final-char return -1 for eight-bit-control and
8998 eight-bit-graphic.
8999
5b1ae051
EZ
90002000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9001
9002 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9003 (speedbar-easymenu-definition-base): Use display-graphic-p where
9004 available, instead of window-system.
9005
a205e32a
EZ
90062000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9007
9008 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9009 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9010 coding systems.
9011
dd854dc2
DL
90122000-05-26 Dave Love <fx@gnu.org>
9013
c88a85d5
DL
9014 * disp-table.el (standard-display-underline): Don't use
9015 internal-find-face.
9016
dd854dc2
DL
9017 * mail/reporter.el: Maintainer change. Doc fixes.
9018 (reporter-version): Deleted.
9019
9020 * emacs-lisp/elp.el: Maintainer change.
9021 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9022
dc29aa6c
SM
90232000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9024
9025 * add-log.el (add-change-log-entry): Merge the current entry with the
9026 previous one if the previous one is empty.
9027
ed62683d
DL
90282000-05-26 Dave Love <fx@gnu.org>
9029
4370a375
DL
9030 * loadhist.el (unload-feature): Fix interactive spec [from
9031 lijnzaad@ebi.ac.uk].
9032
ed62683d
DL
9033 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9034 subr-arity to check primitives.
9035 (byte-compile-flush-pending, byte-compile-file-form-progn)
9036 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9037 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9038 mapcar.
9039
ba9f8f95
KH
90402000-05-26 Kenichi Handa <handa@etl.go.jp>
9041
0f3e0672
KH
9042 * international/fontset.el: Set family names of non-latin charsets
9043 in default fontset to "*".
9044
cebefb44
KH
9045 * international/mule-diag.el (print-fontset): Combine family part
9046 and registry part of the fontname by "-*-" instead of "-".
9047
ba9f8f95
KH
9048 * international/mule-cmds.el (encode-coding-char): Make strings
9049 multibyte before calling encode-coding-string.
9050
931d0724
SM
90512000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9052
9053 * derived.el: Fix keywords.
8ccce2b0 9054 (define-derived-mode): Only define if needed.
931d0724
SM
9055
9056 * simple.el (fill-comment, comment-column, comment-start)
9057 (comment-start-skip, comment-end, comment-indent-function)
9058 (block-comment-start, block-comment-end, indent-for-comment)
9059 (set-comment-column, kill-comment, comment-padding, comment-region)
9060 (comment-multi-line, indent-new-comment-line): Remove.
9061
9062 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9063 function names for comment operations.
9064
9065 * newcomment.el: Add abundant autoload cookies.
9066 (comment-style): Don't depend on runtime data at compile-time.
9067 (comment-indent-hook): Remove.
9068 (comment-indent): Check if comment-indent-hook is bound.
9069 (comment-region): Docstring fix.
9070
6fc596cf
DL
90712000-05-25 Dave Love <fx@gnu.org>
9072
9073 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9074 byte-code-function-p.
9075
9076 * mail/rmailsum.el: Add provide.
9077
9078 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9079
9080 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9081 defcustom.
9082
7997f1ca 90832000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9084
7997f1ca
MK
9085 * ediff-diff.el (ediff-exec-process): delete --binary option from
9086 non-buffer ediff jobs.
7f565d87 9087
e7a903e8
EZ
90882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9089
9090 * hilit-chg.el (highlight-changes-mode): Ask about color or
9091 grayscale support, not about window-system.
9092
9093 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9094 window-system.
9095 (ffap-highlight): Always default to t.
9096
9097 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9098 display-popup-menus-p instead of looking at window-system.
9099
9100 * disp-table.el (standard-display-g1, standard-display-graphic):
9101 Only refuse to use string glyphs on X and MS-Windows.
9102
9103 * avoid.el: Remove window-system from commentary, suggest to use
9104 display-*-p instead.
9105
9106 * apropos.el (apropos-print): Use display-mouse-p instead of
9107 window-system.
9108
14028d57
EZ
91092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9110
9111 * international/codepage.el (cp-decoding-vector-for-codepage):
9112 Fill up unsupported characters with their own codes. From Kenichi
9113 Handa.
9114
1a4f9cc1
EZ
91152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9116
9117 * international/mule-diag.el (describe-char-after): Use
9118 display-graphic-p instead of window-system, so that this function
9119 works on MS-DOS.
9120
89f6ca4e
EZ
91212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9122
9123 * international/codepage.el (cp-make-coding-systems-for-codepage):
9124 Remove the eight-bit-graphic and eight-bit-control charsets from
9125 the list of charsets which we convert into `?'.
9126
eacfd7fe
KH
91272000-05-25 Kenichi Handa <handa@etl.go.jp>
9128
9129 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9130 private charsets.
9131 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9132 japanese-jisx0213-2): New charsets.
9133
9134 * international/fontset.el: Setup default fontset for new charsets.
9135
deadf7e3
DL
91362000-05-24 Dave Love <fx@gnu.org>
9137
9138 * info.el (Info-find-node-2): Restructure [following "Vadim
9139 S. Solomin" <sovs@uic.nnov.ru>].
9140
9141 * icomplete.el: Fix header for Finder.
9142
91432000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9144
9145 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9146 STAY.
9147
9148 * rmail.el (rmail-automatic-folder-directives): New user variable.
9149 (rmail-show-message): Add call to `rmail-auto-file' during
9150 display.
9151 (rmail-auto-file): New function.
9152
6de3983f 91532000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9154
fc6a6a4e 9155 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9156 account.
fc6a6a4e
GM
9157 (ediff-test-utility,ediff-diff-mandatory-option)
9158 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9159 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9160
fc6a6a4e 9161 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9162 variable.
7f565d87 9163
fc6a6a4e 9164 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9165 ediff-merge-filename-prefix.
9166
fc290d1d
MK
91672000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9168
fc6a6a4e 9169 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9170
273182b8
EZ
91712000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9172
9173 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9174 aliases for hebrew-iso-8bit.
9175
f471ea57
EZ
91762000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * woman.el: New version from Francis J. Wright
9179 <F.J.Wright@Maths.QMW.ac.uk>.
9180 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9181 names in environment variables regardless of the path separator.
9182 (woman-topic-all-completions-1): Don't call file-name-directory-p
9183 on all files, since woman-file-regexp already filters out any
9184 directories.
9185
01162f24
KH
91862000-05-24 Kenichi Handa <handa@etl.go.jp>
9187
48e3df76
KH
9188 * international/quail.el (quail-start-translation): Don't change
9189 modified-p of the current buffer.
9190 (quail-start-conversion): Likewise.
9191
9192 * international/kkc.el (kkc-region): Don't change modified-p of
9193 the current buffer.
9194
747d90ea
KH
9195 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9196 conform to RFC1468.
9197 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9198
17a223ff
EL
91992000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9200
9201 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9202 (speedbar-insert-button): Invisible text property fix.
9203 (speedbar-directory-plus): Renamed from speedbar-directory-+
9204 (speedbar-directory-minus): Renamed from speedbar-directory--
9205 (speedbar-page-plus): Renamed from speedbar-file-+
9206 (speedbar-page-minus): Renamed from speedbar-file--
9207 (speedbar-page): Renamed from speedbar-file-
9208 (speedbar-tag): Renamed from speedbar-tag-
9209 (speedbar-tag-plus): Renamed from speedbar-tag-+
9210 (speedbar-tag-minus): Renamed from speedbar-tag--
9211 (speedbar-expand-image-button-alist): Use above renames.
9212
9213 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9214 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9215 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9216 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9217 * sb-pg.xpm: Renamed from sb-file.xpm
9218 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9219 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9220
e6b6fc18
KH
92212000-05-24 Kenichi Handa <handa@etl.go.jp>
9222
9223 * international/quail.el (quail-show-guidance-buf): Set
9224 current-input-method of the guidance buffer to the name of the
9225 curren input method.
9226
a1a336eb
SM
92272000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9228
9229 * progmodes/compile.el (compile-internal): Style typo.
9230
9231 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9232 quote vars and functions in the docstring.
9233
9234 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9235
9236 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9237 Don't quote lambdas.
9238
9239 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9240
9695b783
GM
92412000-05-23 Gerd Moellmann <gerd@gnu.org>
9242
716e3b88
GM
9243 * startup.el (command-line): Determine source file of compiled
9244 user init file differently. Warn if compiled user init file
9245 is older than its source file.
9246
9695b783 9247 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9248
41ac433f
EZ
92492000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9250
9251 * files.el (make-backup-file-name-1): Replace slashes with `!'
9252 rather than `|' (which is not allowed on Windows). Replace the
9253 drive letters with a string "drive_X".
9254
46600ab1
GM
92552000-05-23 Gerd Moellmann <gerd@gnu.org>
9256
9257 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9258
9259 * files.el (interpreter-mode-alist): Add `bash2'.
9260
79a64d87
DL
92612000-05-22 Dave Love <fx@gnu.org>
9262
9263 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9264 mapc.
9265 (feature-file): Avoid calling symbol-name. Doc fix.
9266 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9267 (loadhist-hook-functions): Add mouse-position-function.
9268 (unload-feature): Change uses of mapcar.
9269
9270 * files.el (parse-colon-path): Doc fix.
9271 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9272 (set-auto-mode): Use mapc.
9273
9274 * complete.el (PC-look-for-include-file): Use :alnum: character
9275 class.
9276 (partial-completion-mode): Add autoload cookie.
9277
0e8c11d8
SS
92782000-05-22 Sam Steingold <sds@gnu.org>
9279
ce75fd23 9280 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9281 `add-text-properties' (bug introduced on 2000-05-18).
9282
d8d0fa6c
DL
92832000-05-22 Dave Love <fx@gnu.org>
9284
9285 * bindings.el: Remove debug-ignored-errors set in other files.
9286
9287 * progmodes/etags.el: Add to debug-ignored-errors.
9288 (visit-tags-table-buffer): Clear out buffers holding old tables
9289 when making a new list.
9290 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9291 mapc.
9292
9293 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9294 quote keywords.
9295 (cmpl-string-case-type): Use character classes.
9296
0e8c11d8
SS
9297 * comint.el:
9298 * textmodes/ispell.el:
9299 * imenu.el:
d8d0fa6c
DL
9300 * mail/mh-e.el:
9301 * progmodes/compile.el: Add to debug-ignored-errors.
9302
9303 * dabbrev.el: Add to debug-ignored-errors.
9304 (dabbrev-completion): Use mapc.
9305
1edbbf8a
EZ
93062000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9307
9308 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9309 (woman-mapcan, woman-parse-man.conf)
9310 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9311 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9312 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9313 path syntax better.
9314 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9315 (woman-manpath): Call woman-parse-man.conf.
9316 (woman-emulation): New defcustom, defaults to nroff.
9317 (woman-font-support): New defconst.
9318 (woman-use-symbol-font): New defcustom.
9319 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9320 "Emulation".
9321 Many functions: Doc fix.
9322
5bd2148c
KH
93232000-05-22 Kenichi Handa <handa@etl.go.jp>
9324
9325 * international/quail.el (quail-simple-translation-keymap): Map
9326 128..255 to quail-self-insert-command.
9327 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9328
4125ec7e
SM
93292000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9330
a1a336eb
SM
9331 * help.el (help-manyarg-func-alist): Typo.
9332
40aeecad
SM
9333 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9334 intervals which makes it heaps simpler.
9335
4125ec7e
SM
9336 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9337 the nested comment markers.
e4da9c1c
SM
9338
9339 * subr.el (remove-hook): Don't turn the hook's value into a list.
9340
cb7216a7
DL
93412000-05-21 Dave Love <fx@gnu.org>
9342
ac266581
DL
9343 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9344 are invalid characters.
9345
cb7216a7
DL
9346 * international/mule-util.el (detect-coding-with-priority): Use
9347 mapc. Remove redundant lambda.
9348
9349 * international/mule-diag.el (list-non-iso-charset-chars)
9350 (describe-fontset): Remove redundant lambda.
9351
9352 * emulation/crisp.el (brief-mode): New alias.
9353
9354 * emacs-lisp/ring.el (ring-elements): New function.
9355
9356 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9357 (easy-menu-do-add-item): Use keywordp.
9358
9359 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9360
9361 * replace.el: Doc and error message fixes.
9362 (replace-highlight): Use facep, not internal-find-face.
9363
9b0d1d6e
SM
93642000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9365
b2d2cf58
SM
9366 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9367
ffe7dc64
SM
9368 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9369 (log-edit-insert-changelog): Drop `:' as well.
9370
9371 * log-view.el: Fix file description.
9372 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9373 available.
9374 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9375 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9376
c8c21615
SM
9377 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9378 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9379 Print a status message if the toggle is called interactively.
9380 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9381 for global minor modes and use `defcustom' for them.
9382 Use add-minor-mode.
9383 (easy-mmode-define-derived-mode): Remove.
9384 (define-derived-mode): Fancier default docstring.
9385 (easy-mmode-define-navigation): Signal an error rather than (ding).
9386
9b0d1d6e
SM
9387 * newcomment.el (comment-styles): New `box-multi'.
9388 (comment-normalize-vars): Better default for comment-continue to
9389 avoid whitespace-only continuations.
9390 (comment-search-forward): Always move even in the no-syntax case.
9391 (comment-padright): Only obey N if it's only obeyed for padleft.
9392 (comment-make-extra-lines): Better handling of empty continuations.
9393 Use `=' for the filler if comment-start has only one character.
9394 (uncomment-region): Try handling the special `=' filler.
9395 (comment-region): Allow LINES even if MULTI is nil.
9396 (comment-box): Choose box style based on comment-style.
9397
f5ee6d0f
KH
93982000-05-20 Kenichi Handa <handa@etl.go.jp>
9399
9b0d1d6e 9400 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9401 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9402
c9671f81
KH
94032000-05-20 Kenichi HANDA <handa@etl.go.jp>
9404
9405 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9406 and insert, not subst-char-in-region.
9407
9408 * international/mule-diag.el (list-character-sets-1): Handle
9409 charsets eight-bit-control and eight-bit-graphic.
9410 (list-iso-charset-chars): Likewise.
9411 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9412 charactes as is. Use indent-to to align characters.
9413
9414 * international/mule-cmds.el (find-multibyte-characters): Never
9415 exclude charsets eight-bit-control and eight-bit-graphic.
9416
1426aa5c
SM
94172000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9418
9419 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9420 Don't quote lambdas.
9421
9422 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9423
2b63d473
GM
94242000-05-19 Gerd Moellmann <gerd@gnu.org>
9425
9426 * gud.el (gud-jdb-directories): Doc fix.
9427
f1355756
SM
94282000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9429
9430 * newcomment.el: New file.
9431
5f64c9e0
GM
94322000-05-19 Gerd Moellmann <gerd@gnu.org>
9433
2b63d473 9434 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9435
db7314bd
AS
94362000-05-18 Andreas Schwab <schwab@suse.de>
9437
9438 * dired.el (dired-between-files): Also skip lines beginning with
9439 `used'.
9440
25bb0401
GM
94412000-05-18 Gerd Moellmann <gerd@gnu.org>
9442
9443 * msb.el (msb-menu-cond): Add choice `user'.
9444
a199a865 94452000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9446
a199a865
GM
9447 * ps-print.el: Compatibility, customization and doc fix.
9448 (ps-printer-name-option): Replace defconst by defvar.
9449 (ps-postscript-code-directory): XEmacs compatibility.
9450 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9451 fix.
9452 (ps-user-defined-prologue, ps-print-prologue-header)
9453 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9454 compatibility and code fix.
9455 (ps-print-background-image, ps-print-background-text):
9456 Customization fix.
9457 (ps-line-number-start, ps-n-up-on): New vars.
9458
25bb0401
GM
94592000-05-18 Espen Skoglund <esk@ira.uka.de>
9460
9461 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9462 the indent-comment function to just return the appropriate indent.
9463
68e6c83a
EL
94642000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9465
9466 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9467 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9468 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9469
dae6cb9f
DL
94702000-05-18 Dave Love <fx@gnu.org>
9471
9472 * info.el (Info-fontify-node): Add intangible property as well as
9473 invisible.
9474
9475 * calendar/appt.el (appt-make-list): Match all lines of entry.
9476 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9477
813086ea
KH
94782000-05-18 Kenichi Handa <handa@etl.go.jp>
9479
9480 * international/mule-diag.el (describe-char-after): Call
9481 internal-char-font, not char-font. If internal-char-font returns
9482 nil, display "-- none --".
9483
24978190
EZ
94842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9485
9486 * image.el (image-type-available-p): Don't reference image-types
9487 if it isn't bound.
9488
2fca2d5d
SM
94892000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9490
9491 * autoarg.el (autoarg-mode): Typo in the :set argument.
9492
cfc75d05
EZ
94932000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9494
9495 * startup.el (command-line-1): Don't signal an error if the
9496 directory for auto-save-list files does not yet exist.
9497
c4e30387
KH
94982000-05-17 Kenichi Handa <handa@etl.go.jp>
9499
9500 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9501
dd6b8ea7
SM
95022000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9503
9504 * subr.el (remove-hook): `setq' hook-value, not `set'.
9505
399c88ad
SS
95062000-05-16 Sam Steingold <sds@gnu.org>
9507
a199a865 9508 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9509
01651f07
DL
95102000-05-16 Dave Love <fx@gnu.org>
9511
9512 * cus-edit.el: Don't require cl or easymenu.
9513 (custom-variable-prompt): Test standard-value property, not
9514 user-variable-p.
9515
2248c40d
SS
95162000-05-16 Sam Steingold <sds@gnu.org>
9517
9518 * subr.el (add-hook): `setq' hook-value, not `set'.
9519
b15f3b77
GM
95202000-05-16 Gerd Moellmann <gerd@gnu.org>
9521
9522 * startup.el (command-line-1): Mention the FAQ in the startup
9523 message.
9524
9525 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9526
9527 * progmodes/compile.el (compilation-parse-errors): Collect
9528 `nomessage' regexps last.
9529
9530 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9531
9532 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9533 to the function name.
9534
f9bbcfac
EL
95352000-05-15 Dave Love <fx@gnu.org>
9536
9537 * speedbar.el (speedbar-recenter): Typo.
9538 (speedbar-expand-line): Make arg optional.
9539 (speedbar-mode): Avoid a compiler warning.
9540
119b42eb
GM
95412000-05-15 Gerd Moellmann <gerd@gnu.org>
9542
9543 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9544 user-specified option string is empty.
9545
9546 * mouse.el (mouse-yank-at-click): Doc fix.
9547
f685bea9
EZ
95482000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * term/internal.el (IT-character-translations): More updates of
9551 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9552 documents.
9553
a1b8d58b
GM
95542000-05-15 Gerd Moellmann <gerd@gnu.org>
9555
9556 * env.el (getenv): New function, interactively callable.
9557 (setenv, getenv): Remove autoload cookies.
9558
9559 * loadup.el: Load `env'.
9560
9561 * progmodes/f90.el: Change author's mail address.
9562
c9bba7ed
DL
95632000-05-14 Dave Love <fx@gnu.org>
9564
e5c83697
DL
9565 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9566 goto-addr as an option.
9567
9568 * help.el (help-xref-stack): Doc fix.
9569 (help-xref-following): New variable.
9570 (help-make-xrefs): Use it.
9571 (help-xref-go-back): Use position information from stack element.
9572 (help-follow): Make position in stack element a pair. Use
9573 help-xref-following.
399c88ad 9574
e5c83697
DL
9575 * autoarg.el: New file.
9576
9577 * faces.el: Declare more functions obsolete.
9578
c9bba7ed
DL
9579 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9580 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9581 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9582 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9583 Remove all the setup-...-environment functions.
9584
b6389bfb
EL
95852000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9586
a1b8d58b
GM
9587 * speedbar.el: Updated the commentary section. xemacs20p now uses
9588 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9589 (speedbar-easymenu-definition-base): Add toggle for images.
9590 (speedbar-easymenu-definition-special): Add flush cache & expand.
9591 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9592 (speedbar-reconfigure-keymaps-hook): New variable.
9593 (speedbar-frame-parameters): Updated documentation.
9594 (speedbar-use-imenu-flag): Updated custom tag
9595 (speedbar-dynamic-tags-function-list): New variable.
9596 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9597 (speedbar-indentation-width, speedbar-indentation-width) New
9598 variables.
9599 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9600 (speedbar-vc-indicator): Doc update.
9601 (speedbar-ignored-path-expressions): Updated default value.
9602 (speedbar-supported-extension-expressions): Updated default value.
9603 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9604 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9605 as "+". Added overlay aliases.
9606 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9607 `force-mode-line-update'.
9608 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9609 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9610 `mouse-set-point'
b6389bfb 9611 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9612 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9613 of arbitrary text, and new helper functions.
9614 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9615 filename finder.
b6389bfb
EL
9616 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9617 (speedbar-directory-buttons): Update path search/expansion.
9618 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9619 `speedbar-indentation-width'. Use more care w/ invisible
9620 properties.
b6389bfb
EL
9621 (speedbar-change-expand-button-char): Call
9622 `speedbar-insert-image-button-maybe'.
9623 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9624 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9625 (speedbar-trim-words-tag-hierarchy)
9626 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9627 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9628 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9629 functions.
b6389bfb
EL
9630 (speedbar-mouse-set-point): New function
9631 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9632 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9633 of tag prefix text.
9634 (speedbar-expand-line, speedbar-contract-line): Make more robust
9635 to strange text.
9636 (speedbar-expand-line): Takes universal argument to flush the
9637 cache.
b6389bfb
EL
9638 (speedbar-flush-expand-line): New function.
9639 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9640 Use new generator insertion method.
9641 (speedbar-fetch-dynamic-tags): New function.
9642 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9643 `speedbar-fetch-dynamic-imenu'.
9644 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9645 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9646 "Revert Buffer" menu items.
9647 (speedbar-buffer-buttons-engine): Be smarter when creating a
9648 filename tag (for expansion purposes.).
a1b8d58b
GM
9649 (speedbar-highlight-one-tag-line,
9650 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9651 (speedbar-recenter): New functions.
b6389bfb 9652 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9653 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9654 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9655 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9656 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9657 (speedbar-expand-image-button-alist): New variable.
9658 (speedbar-insert-image-button-maybe): Insert an image over some
9659 buttons.
9660
43fe9244
KH
96612000-05-13 Kenichi Handa <handa@etl.go.jp>
9662
9663 * international/mule-cmds.el (encode-coding-char): An ASCII
9664 character is always encodable.
9665
9666 * international/mule-conf.el: Add more information in descriptions
9667 of character sets.
9668
813086ea 9669 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9670 (describe-font-internal): Adjusted for the change of font-info.
9671 (describe-font): Likewise.
9672 (print-fontset): Rewritten for the new fontset implementation.
9673 (describe-fontset): Include fontset alias names in completion.
9674 (list-fontsets): Adjusted for the change of print-fontset.
9675
9676 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9677 describe-char-after instead of displaying the detail in the echo
9678 area.
813086ea
KH
9679 (syntax-code-table): Format changed.
9680 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9681
e8564f57
SM
96822000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9683
9684 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9685
9278c60d
DL
96862000-05-12 Dave Love <fx@gnu.org>
9687
9688 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9689 dependence. Use line-{beginning,end}-position, not
9690 point-at{b,e}ol. Some doc fixes.
9691 (todo-position): New function. Fix callers of position to use it.
9692 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9693
be0505fe
GM
96942000-05-12 Gerd Moellmann <gerd@gnu.org>
9695
9696 * time.el (display-time-mail-icon): Use `:ascent center'.
9697
a8a3541c
GM
9698 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9699 handling FTP security extensions.
399c88ad 9700
44d5f148
DL
97012000-05-11 Dave Love <fx@gnu.org>
9702
33d0c179 9703 * calendar/todo-mode.el: New file.
44d5f148 9704
da4496b6
GM
97052000-05-11 Gerd Moellmann <gerd@gnu.org>
9706
cdc4401d
GM
9707 * comint.el (comint-read-input-ring): Move reference to
9708 comint-input-ring-size outside of the save-excursion. It was
9709 causing the default value to be the only one ever seen.
399c88ad 9710
0279f991
GM
9711 * font-lock.el: Update copyright. Remove Simon Marshall's email
9712 address on request from him.
9713
da4496b6
GM
9714 * subr.el (substitute-key-definition): Add comment describing
9715 the meaning of PREFIX.
9716
ac5cb26d
SM
97172000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9718
9719 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9720
9721 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9722 (add-minor-mode): Don't make the variable buffer-local and add a
9723 reference to define-minor-mode in the docstring.
9724
9725 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9726 HEADER/FOOTER and fix bug with trailing empty directory.
9727 (cvs-append-to-ignore): Use vc-editable-p if available.
9728 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9729 (vc-do-command): Tweak advice to handle the new VC.
9730
9731 * log-view.el (log-view-goto-rev): New function for the new VC.
9732 (log-view-minor-wrap): Use mark-active.
9733
9734 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9735 (log-edit-changelog-full-paragraphs): New var.
9736 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9737 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9738 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9739 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9740 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9741 Replace the `cvs' prefix with `log-edit'.
9742
9743 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9744
9745 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9746 (diff-font-lock-defaults): Explicitly turn off multiline.
9747 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9748 (diff-ediff-patch): Fix call to ediff-patch-file.
9749 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9750 Handle comments.
9751
9752 * frame.el (automatic-hscrolling): Typo.
9753
9754 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9755
21c34da3
DL
97562000-05-09 Sam Steingold <sds@goems.com>
9757
9758 * apropos.el (apropos-print): use `describe-face' instead of
9759 `customize-face-other-window'.
9760
950cf06f
DL
97612000-05-09 Dave Love <fx@gnu.org>
9762
9763 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9764
9765 * help.el (describe-variable): Have customize button pop the
9766 help-xref stack when invoked.
9767 (help-xref-symbol-regexp): Add `face'.
9768 (help-make-xrefs): Check for quoted face names and adapt regexp
9769 submatch numbers to cope.
9770 (help-xref-interned): Maybe insert face doc too. Separate
9771 sections with a line of hyphens.
9772
0623e40f 9773 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9774 (describe-face): Add customize button. Return the help
9775 text. Fix prompt.
9776
82e2ca9d
EZ
97772000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9778
9779 * term/internal.el (IT-character-translations): Fix last change.
9780
10c00b5c
EZ
97812000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9782
9783 * woman.el: New file
9784 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9785
9deed82f
EZ
97862000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9787
001ad319
EZ
9788 * term/internal.el (IT-character-translations): Update ASCII
9789 simulations for greek-iso8859-7, add latin-iso8859-14 and
9790 latin-iso8859-15.
9791
9deed82f
EZ
9792 * international/mule-cmds.el (set-language-info-alist): Call
9793 define-prefix-command with 3 arguments, to make the map suitable
9794 for a menu.
9795
4f37b78a
DL
97962000-05-07 Dave Love <fx@gnu.org>
9797
1ec321a7 9798 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9799
64a4c526
DL
98002000-05-05 Dave Love <fx@gnu.org>
9801
9802 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9803 list in doc string. Don't quote keyword symbols.
9804 * emacs-lisp/cl.el: Likewise
9805 * emacs-lisp/cl-seq.el: Likewise
9806
056565f7
GM
98072000-05-05 Gerd Moellmann <gerd@gnu.org>
9808
9809 * abbrev.el (abbrev-mode): Make ARG optional.
9810
4656b314
GM
98112000-05-04 Gerd Moellmann <gerd@gnu.org>
9812
ec82fb2f
GM
9813 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9814
9815 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9816
4656b314
GM
9817 * subr.el (substitute-key-definition): Clarify documentation.
9818
98192000-05-04 Milan Zamazal <pdm@freesoft.cz>
9820
9821 * glasses.el (glasses-convert-to-unreadable): Use
9822 `glasses-separator' instead of the hard-wired "_".
9823 (glasses-mode): Call `glasses-make-unreadable' only in a single
9824 place.
9825
7b081c78
EZ
98262000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9827
9828 * term/internal.el (cjk-codepages-alist): Add associations for
9829 Chinese and Korean codepages. Remove FIXME comment.
9830
baa5536e
DL
98312000-05-03 Dave Love <fx@gnu.org>
9832
9833 * time.el (display-time-mail-face, display-time-use-mail-icon):
9834 New option.
9835 (display-time-mail-icon): New variable.
9836 (display-time-string-forms): Use the above. Fix the local-map.
9837
cbf18892
GM
98382000-05-03 Gerd Moellmann <gerd@gnu.org>
9839
4ff40dd0
GM
9840 * replace.el (query-replace-map): Add binding for `E'.
9841 (query-replace-help): Extend help text.
9842 (perform-replace): Allow editing the replacement string.
9843
9844 * make-mode.el (makefile-mode-abbrev-table): New variable.
9845 (makefile-mode): Set local abbrev table to
9846 makefile-mode-abbrev-table.
9847 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9848
cbf18892
GM
9849 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9850 set TOGGLE's value.
9851
4ff40dd0
GM
9852 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9853 mail-interactive-insert-alias.
9854 (mail-abbrev-complete-alias): New command.
9855 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9856
ffec4d9f
KH
98572000-05-03 Kenichi Handa <handa@etl.go.jp>
9858
9859 * language/lao-util.el (lao-compose-region): New function.
9860
1b0672c3
GM
98612000-05-02 Gerd Moellmann <gerd@gnu.org>
9862
576da55d
GM
9863 * files.el (recover-session): Make directories as necessary
9864 if they don't exist yet.
9865
399c88ad
SS
9866 * calendar/cal-french.el
9867 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9868 (french-calendar-special-days-array): Change French text.
9869 (calendar-french-date-string): Change output.
9870 (calendar-goto-french-date): Likewise.
9871
98722000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9873
9874 * wid-edit.el (widget-default-active): Obey `:always-active'.
9875 (widget-documentation-string-value-create): Set `:always-active'.
9876
4b33deaa
EZ
98772000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9878
9879 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9880 default prefix to `~/_emacs.d/auto-save.list/_s'.
9881 (normal-top-level): Create the directory for auto-save files, if
9882 it doesn't already exist (in the ms-dos case only).
9883
5c922ea7
EZ
98842000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9885
9886 * international/mule-cmds.el (set-language-environment): Don't
9887 concat an integer (dos-codepage), use format instead.
9888
820ad5e7
DL
98892000-05-02 Dave Love <fx@gnu.org>
9890
9891 * help.el (help-xref-on-pp): Check for constant symbols.
9892
57cb56f5
GM
98932000-04-29 Gerd Moellmann <gerd@gnu.org>
9894
9895 * startup.el (normal-top-level): Put a condition-case around
9896 the code loading subdirs.el.
9897
98982000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9899
57cb56f5
GM
9900 * ps-print.el: Upside-down and face background color printing,
9901 line number step, doc fix.
9902 (ps-print-version): New version number (5.2).
9903 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9904 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9905 (ps-spool-config): Var fix.
9906 (ps-printer-name-option): Const fix.
9907 (ps-print-upside-down, ps-use-face-background)
9908 (ps-line-number-step): New vars.
9909 (ps-window-system, ps-lp-system): New consts.
9910 (ps-face-background): New fun.
9911
084cec2f
GM
99122000-04-28 Richard Stallman <rms@gnu.org>
9913
9914 * files.el (make-auto-save-file-name):
9915 Apply auto-save-file-name-transforms to visited file name
9916 before generating auto save file name.
9917 (auto-save-file-name-transforms): New variable.
9918
399c88ad 9919 * files.el (backup-enable-predicate):
084cec2f
GM
9920 Correctly test for a file under a temporary directory.
9921
c94f4677
GM
99222000-04-28 Gerd Moellmann <gerd@gnu.org>
9923
9924 * subr.el (add-minor-mode): Rewritten.
9925
7b211df5
KH
99262000-04-28 Kenichi Handa <handa@etl.go.jp>
9927
9928 * mail/sendmail.el (sendmail-send-it): Set
9929 buffer-file-coding-system to the selected coding system for MIME
9930 header.
9931
c76e04a8 99322000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9933
c76e04a8
GM
9934 * dired.el (dired-move-to-filename-regexp): Allow format where
9935 YYYY is followed by two spaces.
e3e36d74 9936
c76e04a8
GM
9937 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9938 in the second character class of the regexp.
9939
9940 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9941 mh-etc, too.
353964e3 9942
c76e04a8
GM
9943 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9944 nil.
399c88ad 9945
353964e3
GM
9946 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9947
9948 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9949 argument.
9950
c76e04a8 99512000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9952
c76e04a8
GM
9953 * emacs-lisp/crm.el (crm-completion-table): New variable.
9954 (crm-collection-fn, crm-test-completion)
9955 (completing-read-multiple): Use it.
9956
99572000-04-27 Dave Love <fx@gnu.org>
9958
9959 * help.el (locate-library): Use mapc.
9960 (help-manyarg-func-alist): Add call-process-region.
9961
7464346d
GM
99622000-04-26 Gerd Moellmann <gerd@gnu.org>
9963
b35bd33d
GM
9964 * subr.el (add-minor-mode): Make argument MAP optional.
9965
7464346d
GM
9966 * desktop.el (desktop-save): Save list of minor modes.
9967 (desktop-create-buffer): Restore minor modes.
9968 (desktop-minor-mode-table): New user-option.
9969
9970 * subr.el (add-minor-mode): New function.
9971
9972 * image.el (find-image): New function.
9973 (defimage): Rewritten to find image at load time.
9974
9975 * startup.el (normal-top-level-add-to-load-path): Handle
9976 case that the default directory is not in load-path.
9977
9978 * help.el: Old patch from Stefan Monnier.
9979 (help-xref-on-pp): New function.
9980 (describe-variable): Use it to display xrefs in a symbol's value.
9981
23c0fb21
SM
99822000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9983
9984 * cus-edit.el (custom-face): Fix parenthesis.
9985
fad95037
KH
99862000-04-26 Kenichi Handa <handa@etl.go.jp>
9987
f03392a1
KH
9988 * mail/rmail.el (rmail-expunge): When there are no deleted
9989 messages, do nothing.
fad95037 9990
0d7c5bb9
DL
99912000-04-26 Dave Love <fx@gnu.org>
9992
9993 * international/mule-cmds.el (locale-translation-file-name):
9994 Defvar to nil.
9995 (set-locale-environment): Set it here (at runtime).
9996
612839b6
GM
99972000-04-25 Gerd Moellmann <gerd@gnu.org>
9998
9999 * replace.el (perform-replace): Add parameters START and END. Use
10000 them instead of the check for a region in Transient Mark mode.
10001 (query-replace-read-args): Return two more list elements for the
10002 start and end of the region in Transient Mark mode.
10003 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10004 (map-query-replace-regexp, replace-string, replace-regexp): Add
10005 optional last arguments START and END and pass them to
10006 perform-replace.
10007
10008 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10009 form with additional arguments for perform-replace.
10010
10011 * progmodes/etags.el (tags-query-replace): Add parameters START
10012 and END. Construct a form with additional arguments for
10013 perform-replace.
10014
10015 * simple.el (shell-command): Set default directory for "*Shell
10016 Command Output" buffer.
10017
10018 * language/european.el (iso-latin-4): Fix typo.
10019
10020 * emacs-lisp/crm.el: New file.
10021
2917cc05
DL
100222000-04-24 Dave Love <fx@gnu.org>
10023
10024 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10025 (Custom-reset-saved, Custom-reset-standard)
10026 (custom-group-value-create, custom-group-set, custom-group-save)
10027 (custom-group-reset-current, custom-group-reset-saved)
10028 (custom-group-reset-standard): Use mapc.
10029 (custom-buffer-create-internal): Disable undo when creating items.
10030 Use mapc.
10031 (custom-face): Avoid redundant lambda.
10032
abfcc168
GM
100332000-04-24 Gerd Moellmann <gerd@gnu.org>
10034
10035 * startup.el (auto-save-list-file-prefix): Set default to
10036 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10037
fa78f71b
SS
100382000-04-24 Sam Steingold <sds@gnu.org>
10039
10040 * time-stamp.el (time-stamp-string-preprocess): Always convert
10041 `field-result' to a string.
10042
cc181e95
GM
100432000-04-24 Gerd Moellmann <gerd@gnu.org>
10044
10045 * frame.el (scrolling): New group.
10046 (automatic-hscrolling): New user-option.
10047
10048 * startup.el (command-line-x-option-alist): Add `-lsp' and
10049 `--line-spacing'.
10050
6142fdcb
DL
100512000-04-19 Dave Love <fx@gnu.org>
10052
10053 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10054 (cl-mapc): Rename from mapc. Fix the funcall.
10055
5e3dac3f
GM
100562000-04-19 Gerd Moellmann <gerd@gnu.org>
10057
1c459486
GM
10058 * simple.el (clone-indirect-buffer-other-window): New command.
10059 (clone-indirect-buffer): Add optional arg NORECROD.
10060 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10061
271b4185
GM
10062 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10063
10064 * window.el (count-screen-lines): New function.
10065 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10066 instead of window-buffer-height.
10067
10068 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10069 non-existing variable comint-input-sentinel.
10070 (inferior-lisp-args-to-list): Removed.
10071 (inferior-lisp): Use split-string instead of
10072 inferior-lisp-args-to-list.
10073
10074 * hexl.el (hexl-insert-hex-string): New command.
10075
5e3dac3f
GM
10076 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10077 instead of concat.
10078
f6d3257b
GM
100792000-04-18 Gerd Moellmann <gerd@gnu.org>
10080
10081 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10082 at the start of an existing but empty folder.
10083
100842000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10085
10086 * ps-mule.el: Customization fix, doc fix.
10087 (ps-multibyte-buffer): Customization fix.
10088
8b7bc628 100892000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10090
10091 * subr.el (read-passwd): Use read-char-exclusive.
10092
0daee095
GM
100932000-04-17 Gerd Moellmann <gerd@gnu.org>
10094
10095 * textmodes/texinfo.el (texinfo-insert-@email)
10096 (texinfo-insert-@emph, texinfo-insert-@quotation)
10097 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10098 (texinfo-mode-map): Add key bindings for them.
10099
10100 * files.el (basic-save-buffer-2): Use a template with `$'
10101 instead of `#' for VMS.
10102
10103 * simple.el (clone-indirect-buffer): New function.
10104
e10f64e7
GM
101052000-04-16 Stephen Eglen <stephen@gnu.org>
10106
10107 * iswitchb.el (iswitchb-case): New function. If the user input
10108 contains any upper-case characters, the search is made
10109 case-sensitive.
10110
e3721db1
SM
101112000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10112
e10f64e7
GM
10113 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10114 comment-end.
e3721db1
SM
10115 (texinfo-font-lock-syntactic-keywords): New var.
10116 (texinfo-font-lock-keywords): Remove comment regexp.
10117 (texinfo-insert-block): New function.
10118 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10119 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10120 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10121 (texinfo-environments): New var.
e10f64e7
GM
10122 (texinfo-environment-regexp): Use regexp-opt and
10123 texinfo-environments.
e3721db1 10124
e10f64e7
GM
10125 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10126 ispell-process is bound since this might be eval'd before ispell
10127 is loaded.
10128 (ispell-message): Use a tiny bit less magic and a bit more hard
10129 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10130
10131 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10132
10133 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10134 (insert-cyclic-diary-entry): Unquote the lambda.
10135
10136 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10137
10138 * files.el (backup-enable-predicate): Unquote the lambda.
10139
10140 * cus-edit.el (custom-face, face): Unquote the lambda.
10141
712dc9e0
GM
101422000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10143
10144 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10145
712dc9e0
GM
10146 * ps-print.el: Fix counting lines in a region.
10147 (ps-print-version): New version number (5.1.5).
10148 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10149 (ps-printing-region): Fun code fix.
10150
ffc50f2a
GM
101512000-04-15 Gerd Moellmann <gerd@gnu.org>
10152
10153 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10154 to file-directory-p.
10155
a2522dca
GM
101562000-04-14 Gerd Moellmann <gerd@gnu.org>
10157
10158 * gud.el (gud-jdb-build-source-files-list): Check that directory
10159 exists before calling directory-files.
10160
6e883610
DL
101612000-04-13 Dave Love <fx@gnu.org>
10162
10163 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10164 syntax.
10165
10166 * emacs-lisp/cl-specs.el: Remove when, unless.
10167
10168 * emacs-lisp/cl-extra.el: Don't quote keywords.
10169 (cl-old-mapc): New variable.
10170 (mapc): Use it.
10171 (cl-map-intervals): Use with-current-buffer. Don't check for
10172 next-property-change.
10173 (cl-map-overlays): Use with-current-buffer.
10174 (cl-expt): Remove.
10175 (copy-tree, remprop): Define unconditionally.
10176
10177 * emacs-lisp/cl-compat.el (keywordp): Remove.
10178
10179 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10180 to use keywordp.
10181 (edebug-spec): Enable keywordp.
10182
10183 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10184 string-lessp.
10185
10186 * cus-start.el: Use keywordp.
10187
198e3c7a
GM
101882000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10189
10190 * diary-lib.el (include-other-diary-files): Fix the fix of
10191 2000-02-18 by doing a save-excursion.
10192
101932000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10194
10195 * ps-print.el: Customization fix, doc fix.
10196 (ps-print-version): New version number (5.1.4).
10197 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10198 (ps-print-preprint): Adjust code.
10199 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10200 (ps-print-prologue-header, ps-print-control-characters)
10201 (ps-spool-config): Customization fix.
fa78f71b 10202
8eba343c
EZ
102032000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10204
10205 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10206 converted to the new menu-item format, names silightly changed,
10207 help strings added.
10208
10209 Support for spelling without async subprocesses:
10210
10211 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10212 (ispell-session-buffer): New variables.
10213 (ispell-start-process, ispell-process-status,
10214 ispell-accept-output, ispell-send-string): New functions, for
10215 Ispell invocation when async subprocesses aren't supported.
10216 (ispell-word, ispell-pdict-save, ispell-command-loop,
10217 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10218 to process-send-string with calls to ispell-send-string, and
10219 accept-process-output with ispell-accept-output.
10220 (ispell-init-process): Call ispell-process-status instead of
10221 process-status with.
10222 (ispell-init-process): Call ispell-start-process. Call
10223 ispell-accept-output and ispell-send-string. Don't call
10224 process-kill-without-query and kill-process if they are unbound.
10225 (ispell-async-processp): New function.
10226
3d30065d
DL
102272000-04-12 Dave Love <fx@gnu.org>
10228
10229 * info.el: Add debug-ignored-errors.
10230 (Info-mode-menu): Add some items.
10231 (Info-directory): Add autoload cookie.
10232
10233 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10234 Modify `truncate-lines'. Make `describe-language-environment'
10235 always visible and add help. Modify `describe-key' help. Invoke
10236 Info-directory from `info'. New entry `emacs-manual'.
10237
1a1b1895
GM
102382000-04-10 Gerd Moellmann <gerd@gnu.org>
10239
8b2affc5
GM
10240 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10241 propertized-buffer-identification.
10242 (ebrowse-update-member-buffer-mode-line): Likewise.
10243 (ebrowse--mode-strings): Removed.
10244 (ebrowse--mode-line-props): Removed.
10245
1a1b1895
GM
10246 * files.el (auto-mode-alist): Add `EBROWSE'.
10247
10248 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10249 space before testing for end of buffer.
10250 (ebrowse-load): Removed.
10251 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10252 (ebrowse-create-tree-buffer): Rewritten.
10253 (ebrowse-tree-mode): Read tree from buffer.
10254
10255 * progmodes/ebrowse-ffh.el: Removed.
10256
223f3c91
KH
102572000-04-10 Kenichi Handa <handa@etl.go.jp>
10258
10259 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10260
25fbf2c4
GM
102612000-04-10 Gerd Moellmann <gerd@gnu.org>
10262
10263 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10264 at the wrong place.
10265
92c13173
DL
102662000-04-09 Dave Love <fx@gnu.org>
10267
10268 * files.el (backup-enable-predicate): Use
10269 temporary-file-directory, small-temporary-file-directory.
10270 (make-backup-file-name-function, backup-directory-alist): New
10271 variables.
10272 (make-backup-file-name-1): New function.
10273 (make-backup-file-name): Use it.
10274 (find-backup-file-name): Likewise. Use format for clarity, not
10275 concat.
10276 (file-newest-backup): Use make-backup-file-name.
10277
be0dbdab
GM
102782000-04-09 Gerd Moellmann <gerd@gnu.org>
10279
c45be9ac 10280 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10281
c45be9ac
GM
10282 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10283 to ebrowse-ffh.el.
10284 (ebrowse-load): Add autoload.
10285
10286 * finder.el (finder-commentary): Add autoload cookie.
10287
be0dbdab
GM
10288 * mail/rfc2368.el: Correct author's email address.
10289
10290 * progmodes/ebrowse.el: New file.
10291
10292 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10293 item help string.
10294 (easy-menu-do-add-item): Ditto.
10295 (easy-menu-define): Extend doc string.
10296
10297 * jit-lock.el (with-buffer-unmodified): Use
10298 restore-buffer-modified-p.
10299 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10300 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10301 with-buffer-unmodified.
10302
3f923efe
DL
103032000-04-08 Dave Love <fx@gnu.org>
10304
10305 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10306 unless, when.
10307
d35bee0e
MK
103082000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10309
10310 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10311 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10312 doesn't support face.
d35bee0e 10313 Use `viper-put-on-search-overlay'.
fa78f71b 10314
c407c570
GM
103152000-04-04 Gerd Moellmann <gerd@gnu.org>
10316
10317 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10318 like C-r.
10319
10320 * progmodes/make-mode.el: Some doc fixes.
10321 (makefile-mode-abbrev-table): New variable.
10322 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10323 (makefile-font-lock-keywords): Fontify includes and conditionals.
10324 (toplevel): Require `dabbrev' and `add-log' when compiling.
10325
10326 * replace.el (perform-replace): Don't move forward one char
10327 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10328 to do that because it leaves point 1 position after the last
10329 replacement, after everything has been replaced.
10330
10331 * jit-lock.el (with-buffer-unmodified): New macro.
10332 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10333 modified state.
10334 (jit-lock-function-1): Extracted from jit-lock-function; not
10335 preserving buffer's modified state.
10336 (jit-lock-function, jit-lock-stealth-fontify): Call
10337 jit-lock-function-1.
10338
10339 * mail/rfc2368.el: Remove supernumerary copyright line.
10340
685e5ed2
GM
103412000-04-04 Milan Zamazal <pdm@freesoft.cz>
10342
10343 * glasses.el: Provide facilities for inserting space before left
10344 parentheses and uncapitalization of identifiers.
10345 (glasses-mode): Try to remove old overlays in all cases.
10346
0166aed1
GM
103472000-04-03 Gerd Moellmann <gerd@gnu.org>
10348
62f20204
GM
10349 * progmodes/compile.el (compile-internal): Display the compilation
10350 buffer in a different frame, if it's already displayed there.
10351
6460c400
GM
10352 * mail/rfc2368.el: New file.
10353
c0510d27
GM
10354 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10355 header and insert its value as mail body.
10356
10357 * subr.el (member-ignore-case): New function.
10358
10359 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10360 (dabbrev--find-expansion): Ignore buffers matching a regexp
10361 from dabbrev-ignored-regexps.
10362
0166aed1
GM
10363 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10364 to extensions handled by gzip.
10365
c0510d27
GM
103662000-04-03 Richard M. Stallman <rms@gnu.org>
10367
10368 * files.el (insert-directory): List the total free space
10369 along with the used space.
fa78f71b 10370
c0510d27
GM
10371 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10372 line is followed by one that matches CITATION-REGEXP, end the
10373 paragraph.
10374
103752000-04-03 Markus Rost <rost@delysid.gnu.org>
10376
10377 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10378 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10379
14c04384
KH
103802000-04-03 Kenichi Handa <handa@etl.go.jp>
10381
10382 * international/mule-cmds.el (encoded-string-description):
10383 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10384 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10385 for hexadecimal format.
14c04384 10386
ccf5869a
DL
103872000-04-01 Dave Love <fx@gnu.org>
10388
10389 * cpp.el: Change customization group to `c' from `C'.
10390
10391 * vcursor.el (vcursor-move): Use display-color-p.
10392
10393 * international/mule-util.el: Provide mule-utils.
10394 (string-to-sequence): Simplify and speed up.
10395
10396 * international/mule.el (make-coding-system): Purecopy doc-string.
10397
10398 * international/mule-cmds.el: Various menu changes.
10399 (describe-specified-language-support): Handle `Default'.
10400 (set-language-info): Purecopy `info'.
10401
610d841e
GM
104022000-03-31 Andrew Innes <andrewi@gnu.org>
10403
10404 * vc.el (vc-backend-diff): Return the correct status if we had to
10405 retry the rcsdiff command without the --brief option.
fa78f71b 10406
7f9de034
DL
104072000-03-31 Dave Love <fx@gnu.org>
10408
2de47765
DL
10409 * help.el (help-manyarg-func-alist): Correct several omissions.
10410
72838819
DL
10411 * add-log.el: Don't require cl, fortran.
10412 (add-log-current-defun-function): Doc fix.
10413 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10414 fix.
10415 (change-log-version-rcs): Function deleted.
10416 (change-log-version-number-search): Doc fix. Use
10417 vc-workfile-version. Avoid CL dolist.
10418 (add-change-log-entry): Just call add-log-current-defun to get
10419 defun. Simplify somewhat.
10420 (change-log-get-method-definition-1): Likewise.
10421 (add-log-current-defun): Return nil if calling
10422 add-log-current-defun-function does so. Move Fortran stuff to
10423 fortran.el. Return string without properties.
10424
7f9de034
DL
10425 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10426 and :alpha: char classes.
10427
10428 * mail/supercite.el: Defvar curline when compiling.
10429 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10430 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10431 rather than a-zA-Z0-9 to allow non-ASCII characters.
10432
aa110c0c
GM
104332000-03-31 Gerd Moellmann <gerd@gnu.org>
10434
10435 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10436
10437 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10438 Re-enable new code.
10439
10440 * lpr.el (print-region-1): Use -d to specify printer name for
10441 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10442
104432000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10444
aa110c0c
GM
10445 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10446 for function definition in symbol's function value slot first
10447 instead of first consulting byte-compile-function-environment.
fa78f71b 10448
6733d074
KH
104492000-03-31 Kenichi Handa <handa@etl.go.jp>
10450
10451 * language/european.el ("Polish"): New language environment.
10452 (setup-polish-environment): New function.
10453
63fcfa04
GM
104542000-03-30 Gerd Moellmann <gerd@gnu.org>
10455
10456 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10457 Disable new code.
10458
10459 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10460 trying to `load' the symbol of an autoload instead of the file
10461 recorded in the autoload. Fix error messages.
10462
7438c86b
GM
104632000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10464
10465 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10466 (ps-print-version): New version number (5.1.3).
10467 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10468 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10469 (ps-generate-postscript-with-faces): Code fix.
10470 (ps-color-values): XEmacs compatibility.
10471 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10472 (ps-default-fg, ps-default-bg): Adjust customization.
10473 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10474 (ps-color-scale): Renaming old ps-color-value fun.
10475 (ps-print-headers): Replace ps-print-header group to avoid conflict
10476 with ps-print-header variable.
10477 (ps-print-miscellany): New group.
10478 (ps-format-color, ps-rgb-color): New funs.
10479 (ps-default-foreground): New var.
10480 (ps-printer-name-option): New const.
fa78f71b 10481
326855a0
PB
104822000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10483
1f56ba73
PB
10484 * net/net-utils.el:
10485 (network-connection-host, network-connection-service): New variables
10486 (network-connection-mode): New mode, derived from comint-mode
10487 (network-connection-mode-setup): New function, saves host and
fa78f71b 10488 service information in local variables.
1f56ba73 10489
326855a0
PB
10490 * lisp/locate.el:
10491 (locate-word-at-point): Added this function
10492 (locate): Default to using locate-word-at-point as input
10493 Run dired-mode-hook
10494
141384bd
DL
104952000-03-29 Dave Love <fx@gnu.org>
10496
10497 * calendar/appt.el: Doc fixes.
10498 (appt-check): Convert min-to-app to a string before passing to
10499 appt-disp-window-function or concat.
10500 (appt-delete-window): Remove test for frame-root-window.
10501 (appt-select-lowest-window, appt-convert-time): Simplify.
10502
10503 * emacs-lisp/bytecomp.el: Doc fixes.
10504 (byte-compile-file-form-autoload): Update
10505 byte-compile-function-environment.
10506
c5aa0fc2
AS
105072000-03-29 Andreas Schwab <schwab@suse.de>
10508
10509 * emacs-lisp/autoload.el: Also print defsubst doc string
10510 specially.
10511
10512 * dired.el (dired-insert-directory): If dired-free-space-program
10513 failed just delete its output.
10514
f1d6fe69
DL
105152000-03-29 Dave Love <fx@gnu.org>
10516
10517 * international/iso-cvt.el: Move provide to end. Doc fixes.
10518 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10519 (iso-iso2sgml, iso-sgml2iso): New functions.
10520 (iso-cvt-define-menu): Fix some entries and use backquote for
10521 clarity.
10522
10523 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10524
b61f1215
GM
105252000-03-28 Gerd Moellmann <gerd@gnu.org>
10526
10527 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10528 ISO-DATE. If non-nil, return date in ISO 8601 format.
10529
ea4b0ca3
SM
105302000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10531
3831af62
SM
10532 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10533 if it ever becomes used.
10534 (log-edit-mode-hook): Default to vc-log-mode-hook.
10535 (log-edit-mode): Fix the docstring.
10536
ea4b0ca3
SM
10537 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10538 the code.
10539
08f8b1cc
DL
105402000-03-26 Dave Love <fx@gnu.org>
10541
082527fe
DL
10542 * net/browse-url.el (browse-url): Re-fix case of
10543 browse-url-browser-function being an alist.
10544 (browse-url): Add :link to defgroup.
10545
08f8b1cc
DL
10546 * files.el: Doc fixes.
10547 (file-truename): Include `[' in wildcard characters.
10548 (automount-dir-prefix): Customize.
10549 (find-file-wildcards): Add :version.
10550 (find-file-noselect): Simplify a mapcar call.
10551
10552 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10553 compatible with inf-lisp version.
10554 (eval-defun-1): Fix custom-declare-variable case.
10555
ea4b0ca3
SM
105562000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10557
10558 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10559
9a0dd3dc
GM
105602000-03-24 Gerd Moellmann <gerd@gnu.org>
10561
b68c375f
GM
10562 * Makefile (COMPILE_FIRST): New macro.
10563 (compile-files): Compile files from COMPILE_FIRST first.
10564
10565 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10566 code.
10567
9a0dd3dc
GM
10568 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10569 matching open parenthesis in column 0 to defun-prompt-regexp
10570 only if open-paren-in-column-0-is-defun-start is set.
10571
10572 * sun-curs.el: Require CL at compile-time only.
10573
10574 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10575 instead of copy-list which is a function from CL.
10576 (msb--choose-menu, msb--mode-menu-cond)
10577 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10578 (msb--init-file-alist): Use mapcar instead of mapcan.
10579 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10580 `(' in column 0 in doc string.
10581 (msb--add-separators): Use mapcar instead of mapcan.
10582
10583 * cus-dep.el: Require CL at compile-time only.
10584
c7dcadb5
SM
105852000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10586
10587 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10588 (byte-compile-warnings): New warning `noruntime'.
10589 (byte-compile-constants, byte-compile-variables): Fix docstring.
10590 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10591 execute `eval-whenc-compile's body.
10592 (byte-compile-unresolved-functions): Fix docstring.
10593 (byte-compile-eval): New function.
10594 (byte-compile-callargs-warn): Check if the function will be available
10595 at runtime (via property `byte-compile-noruntime').
10596 (byte-compile-print-syms): New function.
10597 (byte-compile-warn-about-unresolved-functions): Also warn about
10598 `noruntime' functions (and use `byte-compile-print-syms').
10599 (byte-compile-file): Capitalize the message.
10600
3b55acc9
GM
106012000-03-24 Gerd Moellmann <gerd@gnu.org>
10602
10603 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10604 (rmail-expunge): Ask for confirmation depending on the setting
10605 of rmail-confirm-expunge.
10606
106072000-03-23 Gerd Moellmann <gerd@gnu.org>
10608
10609 * Makefile (bootstrap-clean): If $(emacs) exists, build
10610 loaddefs.el first. A loaddefs.el that's not up-to-date might
10611 cause a bootstrap failure because things don't autoload as
10612 expected.
10613
02c76af4
DL
106142000-03-23 Dave Love <fx@gnu.org>
10615
10616 * net/browse-url.el: Restore previous use of
10617 browse-url-maybe-new-window.
10618
1a3199d9
GM
106192000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10620
10621 * ps-print.el: Skip banner page fix.
10622 (ps-print-version): New version number (5.1.2).
10623 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10624
1a3199d9
GM
106252000-03-23 Dave Pearson <davep@davep.org>
10626
10627 * net/quickurl.el Changed the type of parameter passed to the
10628 function defined by `quickurl-format-function'. Before only the
10629 text of the URL was passed. Now the whole URL structure is passed
10630 and the function is responsible for extracting the parts it
10631 requires. Changed the default of `quickurl-format-function'
10632 accordingly.
10633 (quickurl-insert): Changed the `funcall' of
10634 `quickurl-format-function' to match the above change.
10635 (quickurl-list-insert): Changed the `url' case so that it makes
10636 use of `quickurl-format-function', previous to this the format was
10637 hard wired.
fa78f71b 10638
72db3ab5
GM
106392000-03-22 Gerd Moellmann <gerd@gnu.org>
10640
10641 * startup.el: Change some spellings for the X Window System.
10642
68049bfa
SM
106432000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10646 up the code and the regexp and make sure the cursor is temporarily
10647 moved to the suspicious line while querying the user.
10648
ff4df011
JR
106492000-03-22 Jason Rumney <jasonr@gnu.org>
10650
10651 * w32-fns.el (w32-charset-info-alist): Initialize.
10652
ee1c5b21
GM
106532000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10654
10655 * ps-print.el: N-up last page fix.
10656 (ps-print-version): New version number (5.1.1).
10657 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10658
d2cbfba0
SM
106592000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10660
bfb857d8
SM
10661 * files.el (find-file-run-dired): Update docstring.
10662 (find-directory-functions): New hook.
10663 (find-file-noselect): Run find-directory-functions rather than
10664 calling dired directly.
10665
10666 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10667
cb3430a1
SM
10668 * pcvs.el: Add a minimal leading commentary.
10669 (cvs-make-cvs-buffer): Change the header part by removing the startup
10670 message and adding a `Module' entry. Also replace the FOOTER and
10671 HEADER special fileinfos with the new support in ewoc for updating
10672 its own footer and header.
10673 (cvs-update-header): Update to use the header/footer of the ewoc.
10674 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10675 (cvs-is-within-p): New function.
10676 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10677 to only examine some subset of the buffers.
10678
10679 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10680 `format' instead of our own ad-hoc functions.
10681 Remove HEADER and FOOTER cases, now handled in the EWOC.
10682 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10683
10684 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10685 output to avoid scaring the user.
10686 (cvs-parse-table): Catch message for non-up-to-date commits.
10687
10688 * pcvs-defs.el (cvs-startup-message): Remove.
10689 (cvs-global-menu): New autoloaded menu.
10690
10691 * pcvs-util.el (cvs-string-fill): Remove.
10692
10693 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10694 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10695 PP part of it and also make it work for footers and headers.
10696 (ewoc-create): Drop POS and BUFFER arguments.
10697 Use the DLL's dummy node to store the end-of-footer position.
10698 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10699 (ewoc-refresh): Remove unused `header' variable.
10700 (ewoc-(get|set)-hf): New functions.
10701
d2cbfba0
SM
10702 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10703 log-view-*-(message|file) and use easy-mmode-define-navigation.
10704 (log-view-message-re): Match SCCS format as well.
10705 And match the revision line rather than the dashed separator line.
10706 (log-view-mode): Use the new define-derived-mode.
10707 (log-view-current-tag): Fill in with an actual implementation.
10708
10709 * cvs-status.el (cvs-status-(prev|next)): Rename from
10710 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10711 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10712 to let the output "breathe" a little more (more readable).
10713 (cvs-status-mode): Use the new define-derived-mode.
10714
10715 * smerge-mode.el (smerge-auto-leave): New function and variable.
10716 (smerge-basic-map): Rename from smerge-basic-keymap.
10717 Change the bindings for smerge-diff-*.
10718 (smerge-*-map): Use easy-mmode-defmap.
10719 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10720 (smerge-keep-*): Use smerge-auto-leave.
10721
51663132
JR
107222000-03-21 Jason Rumney <jasonr@gnu.org>
10723
10724 * cus-edit.el (custom-button-face): Use 3D look for w32.
10725 (custom-button-pressed-face): Likewise.
10726
3f6e4b8b
GM
107272000-03-21 Gerd Moellmann <gerd@gnu.org>
10728
10729 * progmodes/etags.el (tags-case-fold-search): New user-option.
10730 (tags-loop-eval): New function. Bind case-fold-search around eval
10731 depending on the value of tags-case-fold-search.
10732 (tags-loop-continue): Use tags-loop-eval.
10733 (find-tag-in-order): Bind case-fold-search depending on the value
10734 of tags-case-fold-search.
10735
c7ea3acc
SM
107362000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10737
0ae39f53
SM
10738 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10739 (diff-end-of-hunk): Return the end position for use in
10740 `easy-mmode-define-navigation'.
10741 (diff-recenter): Remove.
10742 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10743 of `easy-mmode-define-navigation'.
10744 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10745 previous renaming) and fix to use new names.
10746 (diff-merge-strings): Use \n as separator: simpler, faster.
10747 (diff-mode): Use `define-derived-mode'.
10748
c7ea3acc
SM
10749 * derived.el (define-derived-mode): Don't autoload anymore.
10750 Prefer the macro-only version provided by easy-mmode.el.
10751
10752 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10753 `easy-mmode-define-derived-mode'.
10754 Use `combine-run-hooks'.
10755 (easy-mmode-define-navigation): New macro.
10756
10757 * subr.el (combine-run-hooks): New function.
10758
6c4bfdc0
KH
107592000-03-21 Kenichi HANDA <handa@etl.go.jp>
10760
10761 * term/x-win.el: Fontsets related initialization is simplified.
10762
10763 * international/mule-diag.el (describe-font): Don't refer to
10764 global-fontset-alist, instead call font-list.
10765 (describe-fontset, list-fontsets, mule-diag): Likewise.
10766 (print-fontset): Adjusted for the change of fontset
10767 implementation.
10768
10769 * international/fontset.el (x-charset-registries): Variable
10770 removed, instead the corresponding data is stored in the default
10771 fontset.
10772 (register-alternate-fontnames): Function removed.
10773 (resolved-ascii-font): Variable removed.
10774 (x-compose-font-name): Ignore the second argument REDOCE.
10775 (x-complement-fontset-spec): Complement only an ASCII font and
10776 element for those charsets than can use that ASCII font.
10777 (generate-fontset-menu): Don't refer to global-fontset-alist,
10778 instead call fontset-list.
10779 (uninstantiated-fontset-alist): Variable removed.
10780 (x-style-funcs-alist): Likewise.
10781 (fontset-default-styles): Likewise.
10782 (x-modify-font-name): Function removed.
10783 (create-fontset-from-fontset-spec): Ignore the argument
10784 STYLE-VARIANT.
10785 (create-fontset-from-ascii-font): Docsting adjusted for the above
10786 change.
10787 (instantiate-fontset, resolve-fontset-name): Functions removed.
10788 (fontset-list): Now implemented by C code.
fa78f71b 10789
6c4bfdc0
KH
10790 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10791 (describe-face): Include `font' attribute in the description.
10792
9111d4b5
KH
107932000-03-21 Kenichi Handa <handa@etl.go.jp>
10794
10795 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10796
b33dd3b0
GM
107972000-03-20 Gerd Moellmann <gerd@gnu.org>
10798
a25bbe00
GM
10799 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10800 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10801 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10802
b33dd3b0
GM
10803 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10804 about behavior of set-buffer-modified-p wrt redisplay.
10805
8b7bc628 108062000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10807
10808 * view.el (view-mode-disable): Kill local binding of view-read-only.
10809
d7b511c4
GM
108102000-03-18 Gerd Moellmann <gerd@gnu.org>
10811
10812 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10813 is a string, convert it to a syntax cell using string-to-syntax.
10814
10815 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10816 (string-to-syntax): New function.
10817
10818 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10819 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10820 try to use passive ftp mode.
d7b511c4 10821
998ecc60
GM
108222000-03-17 Gerd Moellmann <gerd@gnu.org>
10823
b33dd3b0 10824 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10825
10826 * simple.el (append-to-buffer): Update point of windows after
10827 insertion.
10828
10829 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10830 forward then moving backward. Reindent.
10831
10832 * frame.el (other-frame): Call x-focus-frame only if
10833 focus-follows-mouse is off.
10834
235d6821
DL
108352000-03-17 Dave Love <fx@gnu.org>
10836
10837 * pcvs-util.el (cvs-strings->string): Rename
10838 replace-regexps-in-string.
10839
a29a2cd1
SM
108402000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10841
af595444
SM
10842 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10843 regexp for labels cannot span several lines.
10844
10845 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10846 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10847
a9be2843
DL
108482000-03-16 Dave Love <fx@gnu.org>
10849
10850 * progmodes/f90.el (f90): Put custom group under `languages', not
10851 `fortran'.
10852 (f90-mode-hook): Customize.
10853 (f90-mode): Set add-log-current-defun-function.
10854 (f90-current-defun): New function.
10855
d0ab3e9d
GM
108562000-03-16 Gerd Moellmann <gerd@gnu.org>
10857
16b20ed9
GM
10858 * cus-edit.el (custom-variable-tag-face): Handle case that
10859 default face's height is not a number.
10860 (custom-face-tag-face, custom-group-tag-face-1)
10861 (custom-group-tag-face): Ditto.
10862 (custom-group-tag-face-1): Add :group.
fa78f71b 10863
d0ab3e9d
GM
10864 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10865
ae8ab422
GM
108662000-03-15 Gerd Moellmann <gerd@gnu.org>
10867
10868 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10869 requiring easymenu.
10870
81c7ca69
GM
108712000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10872
10873 * ps-print.el: PostScript user-defined prologue, PostScript error
10874 handler, doc fix.
10875 (ps-print-version): New version number (5.1).
10876 (ps-user-defined-prologue, ps-error-handler-message)
10877 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10878 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10879 (ps-insert-string): New function.
fa78f71b 10880
dcf1003d
KH
108812000-03-15 Kenichi Handa <handa@etl.go.jp>
10882
10883 * international/ccl.el (ccl-compile-expression): Don't generate
10884 invalid self-assignment code.
10885
73825616
DL
108862000-03-14 Dave Love <fx@gnu.org>
10887
10888 * subr.el (replace-regexp-in-string): Renamed from
10889 replace-regexps-in-string. Doc fix.
10890
031020ac
DL
108912000-03-12 Dave Love <fx@gnu.org>
10892
10893 * cus-edit.el: Doc fixes.
10894 (customize-set-variable, customize-save-variable): Rename args for
10895 doc.
10896 (custom-variable-tag-face, custom-face-tag-face)
10897 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10898 style which user identify as hyperlink.
10899 (hook): Don't add undefined functions to the hook.
10900 (debug-ignored-errors): Transfer message from bindings.el.
10901
9b2f3c38
GM
109022000-03-12 Gerd Moellmann <gerd@gnu.org>
10903
10904 * recentf.el (recentf-keep-non-readable-files-p): Remove
10905 double/nested definition.
10906
0d6e23cf
DL
109072000-03-12 Dave Love <fx@gnu.org>
10908
10909 * facemenu.el (facemenu-get-face): Use display-color-p.
10910 * enriched.el (enriched-decode-foreground): Likewise.
10911 (enriched-decode-background): Likewise.
10912 * isearch.el (isearch-highlight): Likewise.
10913 * info-look.el (info-lookup): Likewise.
10914 * simple.el (completion-setup-function): Likewise.
10915
10916 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10917 :options.
10918
10919 * bindings.el (mode-line-format): Fix line-number and
10920 column-number items. Add help-echo for the background.
10921 (mode-line-mule-info): Modify help-echo.
10922
1598a961 10923 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
10924
10925 * files.el (load-file): Allow completion to .elc.
10926
10927 * man.el: Doc fixes.
10928 (Man-init-defvars): Use display-color-p to set fontification.
10929
10930 * play/hanoi.el (hanoi-internal): Don't use oddp.
10931
e1cff360
GM
109322000-03-12 Gerd Moellmann <gerd@gnu.org>
10933
10934 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10935
10936 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10937
5e5dff44
GM
109382000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10939
10940 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10941 Fix comment.
10942
5b467bf4
SM
109432000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10944
83fef604
SM
10945 * font-lock.el (font-lock-keywords): Fix the doc now that
10946 regexp-opt-depth is unnecessary.
10947 (save-buffer-state): Set an edebug spec.
10948 (font-lock-fontify-anchored-keywords): Properly handle the case when
10949 the matcher goes past the limit.
10950
5b467bf4
SM
10951 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10952 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10953
83fef604
SM
10954 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10955 dll.el and cookie.el (from Elib) with heavy renaming and other
10956 massaging.
5b467bf4
SM
10957
10958 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10959 Autoload the functions used.
10960 (easy-mmode-define-syntax): Fix CL typo.
10961 (easy-mmode-define-derived-mode): Improve the docstring generation.
10962
d407456c
GM
109632000-03-10 Gerd Moellmann <gerd@gnu.org>
10964
10965 * textmodes/texinfo.el (texinfo-version): Variable and function
10966 removed.
10967
5a7a545c
SM
109682000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10969
0d6e23cf
DL
10970 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10971 allow more flexibility.
10972 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10973 fns.
10974 (easy-mmode-defmap, easy-mmode-defsyntax)
10975 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10976
d407456c 109772000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10978
10979 * rect.el (replace-rectangle): New function.
10980
109812000-03-09 Dave Love <fx@gnu.org>
10982
10983 * progmodes/fortran.el (fortran-comment-line-start): Define as
10984 "C".
10985 (fortran-comment-line-start-skip): Don't match cpp stuff.
10986 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10987 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10988 (fortran-mode): Don't set fortran-comment-line-start-skip,
10989 fortran-comment-line-start here. Set comment-start,
10990 add-log-current-defun.
10991 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10992 (fortran-current-defun): New function.
10993
80460654
GM
109942000-03-09 Gerd Moellmann <gerd@gnu.org>
10995
d1221ea9
GM
10996 * emacs-lisp/re-builder.el: New file.
10997
1853aa6b
GM
10998 * mouse.el (mouse-drag-region): Don't run up-event handler
10999 if hscroll has changed.
11000
80460654
GM
11001 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11002 builtin operators, use `font-lock-builtin-face' for Emacs and
11003 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11004
11005 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11006 `(defun (setf foo)' differently.
11007
c0056275
SM
110082000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11009
11010 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11011 (regexp-opt): Update comment and adapt the code the new meaning of
11012 the `paren' argument of regex-opt-group for shy-groups.
11013 (regexp-opt-depth): Handle shy groups as well as backslashed
11014 backslashes.
c0056275
SM
11015 (regexp-opt-group): Turn the leading comment into a docstring.
11016 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11017 Remove open-presuf and close-presuf. Instead of checking for `all
11018 one-char' and then later on check for `several one-char', handle
11019 both cases close together. Also apply a more generic algorithm
11020 for suffixes (the mirror image of the algorithm used for
11021 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11022 (regexp-opt-try-suffix): Removed.
11023
11024 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11025 from comint-mode-map, so we can just inherit from it. Also, move
11026 the initialization into the `defvar' since there's no docstring
11027 anyway and it's fairly short.
11028 (inferior-scheme-mode): Define it as derived-mode: the code is
11029 shorter and this way we inherit from comint-mode-map rather than
11030 copying it.
c0056275 11031
80460654
GM
11032 * subr.el (replace-regexps-in-string): Properly handle the case
11033 where we match an empty string.
c0056275 11034
80460654
GM
11035 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11036 when the command has a directory component (such as "./testml").
c0056275
SM
11037 Also fix a typo in the comment.
11038
5e91ff9e
GM
110392000-03-08 Gerd Moellmann <gerd@gnu.org>
11040
feab4fba
GM
11041 * Makefile (compile-files): Compile files one by one because
11042 that's the only way to ensure a clean compilation environment for
11043 each individual file.
11044
5e91ff9e
GM
11045 * frame.el (other-frame): Call x-focus-frame.
11046
76162e12
DL
110472000-03-07 Dave Love <fx@gnu.org>
11048
f64ce788
DL
11049 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11050 :require to defcustom.
11051
76162e12
DL
11052 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11053 lists.
11054
11055 * files.el (auto-mode-alist): Add configure.in.
11056
11057 * progmodes/autoconf.el: New file.
11058
f7daf1e1
GM
110592000-03-07 Gerd Moellmann <gerd@gnu.org>
11060
11061 * mail/mh-e.el: Change maintainer to `none'.
11062
11063 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11064 to remove-hook and add-hook.
11065
110662000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11067
11068 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11069 it as the default.
11070 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11071 (sendmail-send-it): Conditionally add MIME headers specifying the
11072 used character set.
fa78f71b 11073
63f6b2c4
DL
110742000-03-07 Dave Love <fx@gnu.org>
11075
11076 * winner.el: Fix keywords, autoload cookies. Split
11077 eval-when-compile form to avoid compilation failure.
11078
8330e2f9
KH
110792000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11080
11081 * international/mule.el: Modify comment about coding system
11082 property `coding-category'.
11083 (make-coding-system): New argument EOL-TYPE. Pay attention to
11084 coding-category property of PROPERTIES.
11085
11086 * international/mule-conf.el (coding-category-utf-8,
11087 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11088 categories. Include them in the argument for set-coding-priority.
11089
11090 * international/mule-cmds.el (reset-language-environment): Include
11091 coding-category-utf-8, coding-category-utf-16-be, and
11092 coding-category-utf-16-le in the argument for set-coding-priority.
11093 (reset-language-environment): Initialize coding-category-utf-8,
11094 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11095
18bb0684
GM
110962000-03-06 Karl Fogel <kfogel@red-bean.com>
11097
11098 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11099 code abstracted out of `bookmark-jump-noselect'. Now tries info
11100 extensions as well as compression extensions.
11101 (bookmark-jump-noselect): Use above new func.
fa78f71b 11102
71a6ba55
GM
111032000-03-03 Gerd Moellmann <gerd@gnu.org>
11104
11105 * strokes.el: Change maintainer's mail address.
11106
0d56cdff
KH
111072000-03-03 Kenichi Handa <handa@etl.go.jp>
11108
11109 * international/mule-diag.el (list-character-sets): Make help-echo
11110 string by substitute-command-keys.
11111 (list-character-sets): Likewise.
11112 (sort-listed-character-sets): Call help-setup-xref.
11113
900fa1f1
GM
111142000-03-02 Gerd Moellmann <gerd@gnu.org>
11115
11116 * time.el (display-time-mail-file): Add `none' to the list of
11117 choices.
11118
54d04320
DL
111192000-03-01 Dave Love <fx@gnu.org>
11120
43f3fa09
DL
11121 * help.el (help-xref-go-back): Don't try to set position.
11122
54d04320
DL
11123 * international/mule-diag.el (list-character-sets): Call
11124 help-setup-xref. Add help-echo to xrefs.
11125 (list-character-sets-1): Add help-echo to xrefs.
11126
d054101f
GM
111272000-03-02 Gerd Moellmann <gerd@gnu.org>
11128
11129 * frame.el (blink-cursor-mode): Switch cursor on when turning
11130 the mode off.
11131
11132 * add-log.el (add-log-current-defun): Add support for
11133 Autoconf mode.
11134
11135 * mail/rmail.el (rmail-quit-hook): New variable.
11136
d77dae5c
DL
111372000-03-01 Dave Love <fx@gnu.org>
11138
e5f597f0
DL
11139 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11140
d77dae5c
DL
11141 * help.el (help-xref-button): Add help-echo arg.
11142 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11143
11144 * faces.el (list-faces-display): Supply help-echo with
11145 help-make-xrefs.
11146
11147 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11148 nil.
11149
72d19d75
GM
111502000-03-01 Gerd Moellmann <gerd@gnu.org>
11151
2df636f4
GM
11152 * image.el (defimage): Look for image files in load-path.
11153
fa78f71b 11154 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11155 `number'.
11156
2df636f4
GM
111572000-03-01 David Ponce <david.ponce@wanadoo.fr>
11158
11159 * recentf.el (recentf): Added version tag to the defgroup of
11160 recentf.
11161
111622000-03-01 David Ponce <david.ponce@wanadoo.fr>
11163
11164 * recentf.el (recentf-cleanup): Changed to remove excluded file
11165 too.
11166 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11167 action to select/unselect a file.
11168 (recentf-edit-list): Code cleanup and improvement.
11169 (recentf-open-more-files-action): `recentf-open-more-files' button
11170 widget action to open a file.
11171 (recentf-open-more-files): No more use standard completion but
11172 widgets.
11173 (recentf-more-collection): Deleted.
11174 (recentf-more-history): Deleted.
11175 (recentf-setup-more-completion): Deleted.
11176
111772000-03-01 David Ponce <david.ponce@wanadoo.fr>
11178
11179 * recentf.el (recentf-mode): No more needs that Emacs is running
11180 under a window-system.
11181
111821999-03-01 David Ponce <david.ponce@wanadoo.fr>
11183
11184 * recentf.el (recentf-edit-list): New command to edit the recent
11185 list which allow the user to remove files.
11186 (recentf-edit-selected-items): New global variable, used by
11187 `recentf-edit-list' to hold the list of files to be removed from
11188 the recent list.
11189 (recentf-make-menu-items): Updated to display a "Edit list..."
11190 menu item. Minor code cleanup.
11191
111921999-03-01 David Ponce <david.ponce@wanadoo.fr>
11193
11194 * recentf.el (recentf-open-more-files): New command to open files
11195 that are not displayed in the menu.
11196 (recentf-more-collection): New global variable holding the set of
11197 permissible completions used by `recentf-open-more-files'.
11198 (recentf-more-history): New global variable holding the history list
11199 used by `recentf-open-more-files' completion.
11200 (recentf-setup-more-completion): New function to setup completion for
11201 `recentf-open-more-files'.
11202 (recentf-make-menu-items): Updated to display a "More..." menu item.
11203
112041999-03-01 David Ponce <david.ponce@wanadoo.fr>
11205
11206 * recentf.el (recentf-menu-action): Doc fixed.
11207
112081999-03-01 David Ponce <david.ponce@wanadoo.fr>
11209
11210 * recentf.el (recentf-menu-filter): Doc updated.
11211 (recentf-update-menu-hook): Allow menu filters to force menu update.
11212 (recentf-make-menu-items): New menu filter handling.
11213 (recentf-make-menu-item): New helper function.
11214 (recentf-menu-elements): New menu handling function.
11215 (recentf-sort-ascending): Updated to new menu filter handling.
11216 (recentf-sort-descending): Updated to new menu filter handling.
11217 (recentf-sort-basenames-ascending): New menu filter function.
11218 (recentf-sort-basenames-descending): New menu filter function.
11219 (recentf-show-basenames): New menu filter function.
11220 (recentf-show-basenames-ascending): New menu filter function.
11221 (recentf-show-basenames-descending): New menu filter function.
11222
72d19d75
GM
112232000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11224
11225 * diary-lib.el (list-diary-entries): Don't try to go forward at
11226 the end of the buffer.
11227
1ac1c836
KH
112282000-02-29 Kenichi Handa <handa@etl.go.jp>
11229
11230 * international/mule-diag.el (list-character-sets): Completely
11231 rewritten.
11232 (sort-listed-character-sets): New function.
11233 (list-character-sets-1): Completely rewritten.
11234 (list-character-sets-2): New function.
11235 (non-iso-charset-alist): New variable.
11236 (decode-codepage-char): New function.
11237 (charset-history): New variable.
11238 (read-charset) (list-block-of-chars)
11239 (list-iso-charset-chars)
11240 (list-non-iso-charset-chars)
11241 (list-charset-chars): New functions.
11242 (mule-diag): Call list-character-sets-2, not
11243 list-character-sets-2.
11244 (dump-charsets): Likewise.
11245
ed4d0512
GM
112462000-02-29 Gerd Moellmann <gerd@gnu.org>
11247
72d19d75
GM
11248 * dired-x.el (dired-filename-at-point): Add `@' to valid
11249 file name characters.
11250 (dired-filename-at-point): Handle ange-ftp file names.
11251
ed4d0512
GM
11252 * frame.el (frame-notice-user-settings): Use assq-delete-all
11253 instead of assoc-delete-all.
11254 (frame-notice-user-settings): Ditto.
11255
11256 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11257 Don't copy alist.
11258
32038c7a
GM
112592000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11260
11261 * calculator.el (calculator-use-menu): New option.
11262 (calculator-initial-bindings): Changed some bindings to work as
11263 macros.
11264 (calculator-forced-input): Removed.
11265 (calculator-restart-other-mode): New variable.
11266 (calculator-mode-map): Set up menu.
fa78f71b 11267
32038c7a
GM
112682000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11269
11270 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11271 tags.
fa78f71b 11272
55d7ff38 112732000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11274
55d7ff38
MK
11275 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11276 translate all ESC key sequences.
11277 (viper-goto-mark-subr): restore markers for files for which
11278 they were saved.
11279 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11280 * viper-util.el (viper-set-replace-overlay-glyphs,
11281 viper-set-replace-overlay): always check if the replacement
11282 overlay is live.
11283 * viper.el (viper-vi-state-mode-list): added major modes.
11284 * ediff-wind.el: minor comment changes.
11285 * ediff.el: copyright notice date fix.
fa78f71b 11286
387023ee
JR
112872000-02-27 Jason Rumney <jasonr@gnu.org>
11288
11289 * faces.el (face-font-family-alternatives): Add arial to helv.
11290 (mode-line, header-line, tool-bar): Same default as x for w32.
11291 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11292 face-font-family-alternatives from working.
11293 * term/w32-win.el (mouse-set-font): Do not build fontset from
11294 chosen font.
11295
f43d79c1
GM
112962000-02-25 Sam Steingold <sds@goems.com>
11297
5d80cc9c 11298 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11299 properly.
fa78f71b 11300
8b7bc628 113012000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11302
11303 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11304
4eb8436f
GM
113052000-02-25 Gerd Moellmann <gerd@gnu.org>
11306
11307 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11308 writable.
11309
449c3c52 11310 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11311
42088c12
GM
113122000-02-24 Gerd Moellmann <gerd@gnu.org>
11313
11314 * frame.el (show-cursor-in-non-selected-windows): New option.
11315
c60ea02e
GM
113162000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11317
11318 * diary-lib.el (include-other-diary-files): Undo the selective
11319 display in any included file and don't kill it.
11320
d066de8e
EZ
113212000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11322
11323 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11324 bar. Menu items converted to (menu-item format, help strings
11325 added.
11326 [downcase, upcase]: Don't enable on MS-DOS.
11327 [symlink, symlinks]: Don't show if make-symbolic-link is not
11328 bound.
11329 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11330
b6906b38
DL
113312000-02-23 Dave Love <fx@gnu.org>
11332
275cf1b2
DL
11333 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11334 (backward-kill-word): Revert addition of * to interactive spec --
11335 it's a feature.
11336
11337 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11338 (backward-kill-sentence, kill-sentence): Likewise.
11339
99d48056
DL
11340 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11341 scratch buffer name.
11342 (gud-format-command): Use int-to-string in ?l case. Simplify
11343 slightly.
11344
11345 * term/w32-win.el (internal-face-interactive): Update prompt for
11346 new read-face-name.
11347
11348 * mail/footnote.el (footnote): Add :version to defgroup.
11349 (footnote-section-tag-regexp): Customize.
11350 (footnote-start-tag, footnote-end-tag): New option.
11351 (footnote-latin-regexp): New variable.
11352 (Footnote-latin): New function.
11353 (footnote-style-alist): Add element for latin style.
11354 (footnote-style): Moved.
11355 (Footnote-goto-footnote): Use eq to test arg.
11356
11357 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11358
b6906b38
DL
11359 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11360 (byte-compile-trueconstp): Include keywords.
11361 (byte-optimize-quote, byte-optimize-lapcode): Use
11362 byte-compile-const-symbol-p.
11363 (byte-optimize-char-before): New optimization.
11364
11365 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11366 (byte-compile-const-symbol-p): New function.
11367 (byte-compile-constp, byte-compile-out-toplevel)
11368 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11369 Use it.
11370
11371 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11372
214f877f
KH
113732000-02-23 Kenichi Handa <handa@etl.go.jp>
11374
c709bcf1
KH
11375 * international/encoded-kb.el: Be sure to update minor-mode-alist
11376 and minor-mode-map-alist.
11377 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11378 codes SS2 and SS3 correctly.
11379 (encoded-kbd-self-insert-ccl): New function.
11380 (encoded-kbd-setup-keymap): New function.
11381 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11382 by calling encoded-kbd-setup-keymap.
11383
214f877f
KH
11384 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11385 characters.
11386 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11387 locally.
11388
b021ef18
DL
113892000-02-22 Dave Love <fx@gnu.org>
11390
11391 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11392 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11393 defvar.
11394 (lisp-mode-syntax-table): Set up for #|...|# comments.
11395 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11396 classes. Match `defface'.
11397 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11398 (eval-defun-1): Fix for defcustom.
11399 (lisp-indent-region): Doc fix.
11400
11401 * subr.el (when, unless, split-string): Doc fix.
11402 (read-passwd): Move call of clear-this-command-keys to the right
11403 place.
11404 (replace-regexps-in-string): New function.
11405
14cc00ad
GM
114062000-02-22 Gerd Moellmann <gerd@gnu.org>
11407
11408 * help.el (describe-variable): Set syntax table to
11409 emacs-lisp-mode-syntax-table when moving forward over the
11410 symbol's name.
11411
47da5efa
DL
114122000-02-22 Dave Love <fx@gnu.org>
11413
11414 * xt-mouse.el: Doc fixes.
11415 (xterm-mouse-position-function): New function, replacing advice of
11416 mouse-position.
11417 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11418
11419 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11420
f0a6c717
GM
114212000-02-21 Gerd Moellmann <gerd@gnu.org>
11422
11423 * format.el (format-annotate-single-property-change): Handle
11424 properties.with dotted-list values.
11425 (format-proper-list-p): New function.
11426
11427 * enriched.el (enriched-face-ans): Handle '(foreground-color
11428 . COLOR) and (background-color . COLOR).
11429
2be80b63
DL
114302000-02-20 Dave Love <fx@gnu.org>
11431
11432 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11433 and assignments to it.
11434 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11435 current local map.
11436 (make-flyspell-overlay): Use it.
11437 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11438
11439 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11440 (lm-get-header-re): Defun, not defsubst.
11441 (lm-get-package-name): Defun, not defsubst. Simplify.
11442 (lm-version): Doc fix. Simplify.
11443 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11444 (lm-crack-address, lm-last-modified-date, lm-commentary)
11445 (lm-verify, lm-synopsis): Simplify.
11446 (lm-report-bug): Require emacsbug. Use compose-mail.
11447
329eed9f
GM
114482000-02-20 Gerd Moellmann <gerd@gnu.org>
11449
11450 * dired.el (dired-mode): Call propertized-buffer-identification
11451 to set mode-line-buffer-identification to something having
11452 the right text properties.
11453
11454 * bindings.el (propertized-buffer-identification): New function.
11455
be5bb146
DL
114562000-02-20 Dave Love <fx@gnu.org>
11457
11458 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11459 check for t-mouse too.
11460
11461 * cus-start.el: Make echo-keystrokes `number'.
11462
1d4311c3
EZ
114632000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11464
11465 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11466 Don't call ring-empty-p unless tags-location-ring is bound.
11467 From Noah Friedman <friedman@splode.com>.
11468
a23c5037
TTN
114692000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11470
11471 * progmodes/hideshow.el (hs-flag-region): No longer use
11472 `intangible' overlay property.
11473
11474 (hs-toggle-hiding): New command.
11475 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11476
11477 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11478 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11479 and deactivation.
11480
b6a22bf8
GM
114812000-02-18 Gerd Moellmann <gerd@gnu.org>
11482
11483 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11484
d621caf7
GM
114852000-02-17 Gerd Moellmann <gerd@gnu.org>
11486
3c0ed7ce
GM
11487 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11488
d621caf7
GM
11489 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11490 of `*' to handle `(* ... *)' comments.
11491
538d88fb
EZ
114922000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11493
53c80cf6 11494 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11495 window-system.
53c80cf6 11496
538d88fb
EZ
11497 * menu-bar.el (global-map): Menu-bar items converted to the new
11498 format (menu-item..., rearranged for better CUA compliance, and
11499 their names changed for better clarity. Help strings added.
11500
11501 * international/mule-cmds.el (mule-menu-keymap)
11502 (describe-language-environment-map, set-coding-system-map)
11503 (setup-language-environment-map): Convert to new (menu-item...
11504 form, add help strings. Change names of menu items for better
11505 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11506 submenu).
11507
8389e1e2 115082000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11509
a23c5037 11510 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11511 within the code.
a23c5037 11512
8389e1e2 115132000-02-16 Dave Love <fx@gnu.org>
a23c5037 11514
84fe35f0
DL
11515 * faces.el: Don't require custom. Add more specific :groups to
11516 various deffaces.
11517 (set-face-attribute): Purecopy args.
11518 (read-face-name): Default to name at point and use it in prompt.
11519 Remove colon from arg in all callers.
11520 (list-faces-display): Hyperlink to face descriptions and customize
11521 buffers.
11522
b2aeee30
DL
115232000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11524
11525 * wid-edit.el (widget-match-inline): An atom never matches a
11526 list.
11527
99e95407
GM
115282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11529
82d2c7c5
DL
11530 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11531 at ':' characters by call to split-string.
99e95407
GM
11532
115332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11534
82d2c7c5 11535 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11536
115372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11538
82d2c7c5
DL
11539 * textmodes/bibtex.el: Some temporary comments removed.
11540 (bibtex-field-name, bibtex-entry-type): Made the relationship
11541 explicit.
11542 (bibtex-field-const): Allow capital letters.
11543 (bibtex-start-of-string): Deleted because unused.
11544
11545 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11546 use the term 'reference' to describe a bibtex entry as a whole.
11547 Further, reference keys are no longer called 'labels'.
11548 (bibtex-keys): Renamed to bibtex-reference-keys.
11549 (bibtex-reformat-previous-labels): Renamed to
11550 bibtex-reformat-previous-reference-keys.
11551 (bibtex-reference-type): Renamed to bibtex-entry-type.
11552 (bibtex-reference-head): Renamed to bibtex-entry-head.
11553 (bibtex-reference-maybe-empty-head): Renamed to
11554 bibtex-entry-maybe-empty-head.
11555 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11556 (bibtex-search-reference): Renamed to bibtex-search-entry.
11557 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11558 bibtex-enclosing-entry-maybe-empty-head.
11559 (bibtex-entry-field-alist, bibtex-entry-head,
11560 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11561 bibtex-map-entries, bibtex-search-entry,
11562 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11563 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11564 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11565 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11566 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11567 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11568 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11569
115702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11571
82d2c7c5
DL
11572 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11573 comment.
11574 (bibtex-format-field-delimiters): New function, functionality
11575 extracted from bibtex-format-entry.
11576 (bibtex-autokey-get-yearfield-digits): New function, functionality
11577 extracted from bibtex-autokey-get-yearfield.
11578
11579 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11580 entries in order to avoid stack overflow in the regexp matcher if
11581 field contents become large.
11582 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11583 bibtex-field-string-part-not-braced,
11584 bibtex-field-string-part-no-inner-braces,
11585 bibtex-field-string-part-1-inner-brace,
11586 bibtex-field-string-part-2-inner-braces,
11587 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11588 bibtex-field-string-quoted, bibtex-field-string,
11589 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11590 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11591 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11592 as parsing is now performed by the following functions.
11593 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11594 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11595 bibtex-parse-field-string, bibtex-search-forward-field-string,
11596 bibtex-parse-association, bibtex-field-name-for-parsing,
11597 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11598 bibtex-search-forward-field, bibtex-search-backward-field,
11599 bibtex-start-of-field, bibtex-end-of-field,
11600 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11601 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11602 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11603 bibtex-parse-string, bibtex-search-forward-string,
11604 bibtex-search-backward-string, bibtex-start-of-string,
11605 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11606 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11607 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11608 entries. Instead of reporting the results of the parsing by
11609 match-beginning or match-end, these functions return data structures
11610 that hold the corresponding positions.
11611 (bibtex-enclosing-field): Changed to also report field boundaries by
11612 return values rather than by match-beginning or match-end. The
11613 following functions have been adapted to use the new parsing
11614 functions.
11615 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11616 bibtex-enclosing-field, bibtex-format-entry,
11617 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11618 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11619 bibtex-print-help-message, bibtex-end-of-entry,
11620 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11621 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11622 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11623 method for parsing.
11624 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11625 bibtex-map-entries, bibtex-flash-head,
11626 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11627 bibtex-autokey-change, bibtex-autokey-get-namefield,
11628 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11629 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11630 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11631 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11632 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11633 order to make the new binding of case-fold-search immediately
11634 visible.
99e95407
GM
11635
116362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11637
82d2c7c5
DL
11638 * textmodes/bibtex.el: Copyright notice is up to date.
11639 Added constant 'bibtex-maintainer-salutation.
99e95407 11640
82d2c7c5
DL
11641 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11642 than make-temp-name, use match-string-no-properties and eliminate
11643 a quadratic behavior when building bibtex-strings.
99e95407 11644
82d2c7c5
DL
11645 * bibtex.el (bibtex-reference-key): Accept string entries whose
11646 reference key contains upper case letters.
99e95407
GM
11647
116482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11649
82d2c7c5
DL
11650 * bibtex.el (bibtex-reference-head): Allow entries to start with
11651 a new line.
99e95407
GM
11652
116532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11654
82d2c7c5
DL
11655 * bibtex.el: Hiding of entry bodies is not longer provided by
11656 bibtex.el directly. Instead the hideshow package can be used.
11657 Added a special bibtex entry to hs-special-modes-alist.
11658 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11659
116602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11661
f24fef2f
SM
11662 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11663 at ':' characters by call to split-string.
8389e1e2
GM
11664
116652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11666
f24fef2f 11667 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11668
116692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11670
f24fef2f
SM
11671 * textmodes/bibtex.el: Some temporary comments removed.
11672 (bibtex-field-name, bibtex-entry-type): Made the relationship
11673 explicit.
11674 (bibtex-field-const): Allow capital letters.
11675 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11676
f24fef2f
SM
11677 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11678 use the term 'reference' to describe a bibtex entry as a whole.
11679 Further, reference keys are no longer called 'labels'.
11680 (bibtex-keys): Renamed to bibtex-reference-keys.
11681 (bibtex-reformat-previous-labels): Renamed to
11682 bibtex-reformat-previous-reference-keys.
11683 (bibtex-reference-type): Renamed to bibtex-entry-type.
11684 (bibtex-reference-head): Renamed to bibtex-entry-head.
11685 (bibtex-reference-maybe-empty-head): Renamed to
11686 bibtex-entry-maybe-empty-head.
11687 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11688 (bibtex-search-reference): Renamed to bibtex-search-entry.
11689 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11690 bibtex-enclosing-entry-maybe-empty-head.
11691 (bibtex-entry-field-alist, bibtex-entry-head,
11692 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11693 bibtex-map-entries, bibtex-search-entry,
11694 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11695 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11696 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11697 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11698 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11699 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11700 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11701
117022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11703
f24fef2f
SM
11704 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11705 comment.
11706 (bibtex-format-field-delimiters): New function, functionality
11707 extracted from bibtex-format-entry.
11708 (bibtex-autokey-get-yearfield-digits): New function, functionality
11709 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11710
f24fef2f
SM
11711 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11712 entries in order to avoid stack overflow in the regexp matcher if
11713 field contents become large.
11714 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11715 bibtex-field-string-part-not-braced,
11716 bibtex-field-string-part-no-inner-braces,
11717 bibtex-field-string-part-1-inner-brace,
11718 bibtex-field-string-part-2-inner-braces,
11719 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11720 bibtex-field-string-quoted, bibtex-field-string,
11721 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11722 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11723 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11724 as parsing is now performed by the following functions.
11725 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11726 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11727 bibtex-parse-field-string, bibtex-search-forward-field-string,
11728 bibtex-parse-association, bibtex-field-name-for-parsing,
11729 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11730 bibtex-search-forward-field, bibtex-search-backward-field,
11731 bibtex-start-of-field, bibtex-end-of-field,
11732 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11733 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11734 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11735 bibtex-parse-string, bibtex-search-forward-string,
11736 bibtex-search-backward-string, bibtex-start-of-string,
11737 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11738 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11739 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11740 entries. Instead of reporting the results of the parsing by
11741 match-beginning or match-end, these functions return data structures
11742 that hold the corresponding positions.
11743 (bibtex-enclosing-field): Changed to also report field boundaries by
11744 return values rather than by match-beginning or match-end. The
11745 following functions have been adapted to use the new parsing
11746 functions.
11747 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11748 bibtex-enclosing-field, bibtex-format-entry,
11749 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11750 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11751 bibtex-print-help-message, bibtex-end-of-entry,
11752 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11753 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11754 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11755 method for parsing.
11756 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11757 bibtex-map-entries, bibtex-flash-head,
11758 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11759 bibtex-autokey-change, bibtex-autokey-get-namefield,
11760 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11761 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11762 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11763 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11764 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11765 order to make the new binding of case-fold-search immediately
11766 visible.
8389e1e2
GM
11767
117682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11769
f24fef2f
SM
11770 * textmodes/bibtex.el: Copyright notice is up to date.
11771 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11772
f24fef2f
SM
11773 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11774 than make-temp-name, use match-string-no-properties and eliminate
11775 a quadratic behavior when building bibtex-strings.
fa78f71b 11776
f24fef2f
SM
11777 * bibtex.el (bibtex-reference-key): Accept string entries whose
11778 reference key contains upper case letters.
8389e1e2
GM
11779
117802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11781
f24fef2f
SM
11782 * bibtex.el (bibtex-reference-head): Allow entries to start with
11783 a new line.
8389e1e2
GM
11784
117852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11786
f24fef2f
SM
11787 * bibtex.el: Hiding of entry bodies is not longer provided by
11788 bibtex.el directly. Instead the hideshow package can be used.
11789 Added a special bibtex entry to hs-special-modes-alist.
11790 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11791
117922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11793
82d2c7c5 11794 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11795 proceedings entry type (for cross referencing). Thanks to Wagner
11796 Toledo Correa for the suggestion.
11797
82d2c7c5 11798 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11799
eae61d8f
KH
118002000-02-14 Kenichi Handa <handa@etl.go.jp>
11801
11802 * international/characters.el: Setup case table for Vietnamese.
11803
fb07a302
GM
118042000-02-12 Gerd Moellmann <gerd@gnu.org>
11805
11806 * uniquify.el (toplevel): Require CL at compile time.
11807 (uniquify-push): Removed.
11808
11809 * shadowfile.el (shadow-when): Removed.
11810
11811 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11812 (tempo-process-and-insert-string): Use dolist instead of
11813 tempo-dolist.
11814
11815 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11816 regexp for paragraph-start.
11817
11818 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11819 commas as well.
11820
a0eddf92
DL
118212000-02-10 Dave Love <fx@gnu.org>
11822
11823 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11824 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11825 Deleted.
11826 (widget-specify-field, widget-specify-button): Don't use
11827 widget-mouse-help as help-echo property.
11828 (default): Use #'ignore for :validate and :mouse-down-action.
11829 (checkbox): Add help-echo.
11830 (widget-sexp-validate): Rewritten to clarify error messages.
11831 (character): Use char-valid-p in :match function.
11832 (widget-color-complete): Use facemenu-color-alist.
11833 (widget-color-action): Use facemenu-read-color.
11834
11835 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11836 set up `caar' &c that we now have.
11837
82d2c7c5
DL
118382000-02-09 Ray Blaak <blaak@gnu.org>
11839
11840 * delphi.el: Make resourcestring a declaration region, like const
11841 and var.
11842
6cbc1482
DL
118432000-02-09 Dave Love <fx@gnu.org>
11844
11845 * bindings.el (mode-line-input-method-map): New variable.
11846 (mode-line-mule-info): Use it; fix last change.
11847 (mode-line-mode-menu): Move definition.
11848 (mode-line-mouse-sensitive-p): Deleted.
11849 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11850 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11851 level.
11852
11853 * startup.el (command-line-1): Don't call
11854 make-mode-line-mouse-sensitive.
11855
f7136ee8
GM
118562000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11857
11858 * mail/rmail.el (rmail-retry-failure): Use
11859 rmail-beginning-of-message before rmail-toggle-header, because the
11860 former toggles headers.
11861
6e1d0d15
SM
118622000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11863
fef8c55b
SM
11864 * diff-mode.el (diff-kill-junk): New interactive function.
11865 (diff-reverse-direction): Use delete-and-extract-region.
11866 (diff-post-command-hook): Restrict the area so that the hook also works
11867 outside of any diff hunk. This is necessary for the minor-mode.
11868 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11869 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11870
6e1d0d15
SM
11871 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11872 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11873 so that it can be used more easily in <foo>-mode-hook. Also make sure
11874 to avoid duplicate entries.
11875 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11876 (font-lock-remove-keywords): Just as was done for `add', allow it to
11877 work even if font-lock-mode is nil. Also make sure we don't modify
11878 any pre-existing list by forcing a copy-sequence. Finally rename
11879 `major-mode' to `mode'.
11880 (font-lock-fontify-syntactic-anchored-keywords)
11881 (font-lock-fontify-anchored-keywords)
11882 (font-lock-fontify-keywords-region): Use line-end-position.
11883 Don't make `font-lock-multiline' local (it's now done in
11884 font-lock-set-defaults).
11885 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11886 move the `font-lock-fontified' creation to inside the `unless'.
11887
a75dfea0
AI
118882000-02-06 Andrew Innes <andrewi@gnu.org>
11889
11890 * term/w32-win.el (x-handle-args): Comment out call to message,
11891 which occurs before window system is initialized.
11892
11893 * makefile.nt: Add support for recompiling lisp code.
11894
b85e9462
DL
118952000-02-04 Dave Love <fx@gnu.org>
11896
9ff33afb
DL
11897 * bindings.el (mode-line-mule-info): Fix/extend last change.
11898
b85e9462
DL
11899 * completion.el: Replace completion-dolist with dolist.
11900
11901 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11902 dotimes.
11903
44dff075
CD
119042000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11905
11906 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11907 environment names before they go into the section regexp.
11908
11909 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11910 char class in regexp.
11911
11912 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11913 `case-fold-search' to nil.
11914
11915 * progmodes/idlwave.el (idlwave-template): Respect
11916 `idlwave-abbrev-change-case'.
11917 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11918 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11919 idlwave-while): respect `idlwave-reserved-word-upcase'.
11920 (idlwave-rw-case): New function.
11921 (idlwave-statement-match): Fixed problem with assignment regexp.
11922 (idlwave-font-lock-keywords): Improved regexp for keyword
11923 parameters.
a23c5037 11924 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11925 operators longer than 1 char.
11926
11927 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11928 idlwave-shell-expression-overlay. Implemented printing of
11929 expressions on higher levels of the calling stack.
11930 (idlwave-shell-display-level-in-calling-stack): Restore stack
11931 level.
11932 (idlwave-retrieve-expression-from-level): New function.
11933 (idlwave-shell-last-calling-stack): Variable removed.
11934 (idlwave-shell-reset): Argument action reversed (`visible' to
11935 `hidden'). Also remove stop-line overlay.
11936 (idlwave-shell-calling-stack-routine): New variable.
11937 (idlwave-shell-parse-stack-and-display): Messages now display
11938 negative level numbers.
11939 (idlwave-shell-mode): Set `modeline-format'.
11940 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11941 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11942 21.
11943 (idlwave-shell-print-expression-function): New option.
a23c5037 11944
44dff075
CD
11945 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11946 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11947 `tool-bar' instead of `toolbar'.
11948
f26c34fd
DL
119492000-02-02 Dave Love <fx@gnu.org>
11950
11951 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11952 emacs-lisp-mode-hook. Don't check for defalias being defined.
11953
11954 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11955 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11956 the new builtins directly.
11957
11958 * whitespace.el (whitespace): Add :version to defgroup.
11959
11960 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11961 Doc fix.
11962
11963 * thingatpt.el (sexp-at-point, symbol-at-point)
11964 (number-at-point, list-at-point): Add autoload cookie.
11965
11966 * recentf.el (recentf): Add :version to defgroup.
11967
11968 * quickurl.el (quickurl): Add :version to defgroup.
11969
11970 * elide-head.el (elide-head): Use point-marker more.
11971
11972 * bs.el (bs): Add :version to defgroup.
11973
11974 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11975
11976 * progmodes/delphi.el (delphi): Add :version to defgroup.
11977
d240a249
GM
119782000-02-02 Gerd Moellmann <gerd@gnu.org>
11979
11980 * ange-ftp.el (ange-ftp-write-region): Handle case that
11981 succeeding process operation sets a different coding system.
11982
11983 * calculator.el: New file.
11984
d5179a01
EZ
119852000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11986
11987 * frame.el (frames-on-display-list, framep-on-display): New
11988 functions.
11989 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11990 (display-selections-p, display-screens, display-pixel-width)
11991 (display-pixel-height, display-mm-width, display-mm-height)
11992 (display-backing-store, display-save-under, display-planes)
11993 (display-color-cells, display-visual-class): New functions.
11994
11995 * term/tty-colors.el (tty-color-gray-shades): New function.
11996
11997 * faces.el (display-color-p): Use framep-on-display.
11998 (display-grayscale-p): New function.
11999
968e00f0
DL
120002000-01-31 Dave Love <fx@gnu.org>
12001
12002 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12003 (create-fontset-from-x-resource): Don't concat integers.
12004
2cb750ba
GM
120052000-01-31 Inge Frick <inge@nada.kth.se>
12006
12007 * view.el: Some changes in documentation. Removed some trailing
12008 whitespace. Changed some parameter names to agree with
12009 documentation.
12010 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12011 window is not deleted. Modifies change 1998-04-26.
a23c5037 12012
74e9213b
GM
120132000-01-31 Gerd Moellmann <gerd@gnu.org>
12014
47569935
GM
12015 * windmove.el: New file.
12016
74e9213b
GM
12017 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12018 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12019 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12020
74e9213b
GM
12021 * jit-lock.el (jit-lock-function): Widen before calculating end
12022 position.
12023 (jit-lock-stealth-chunk-start): Rewritten.
12024
12025 * info.el (Info-title-face-alist): Removed.
12026 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12027 faces.
12028 (Info-fontify-node): Use these faces.
12029
994c5afe
GM
120302000-01-30 Gerd Moellmann <gerd@gnu.org>
12031
12032 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12033 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12034 `&allow-other-keywords'.
12035
12036 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12037 the list of directories scanned heuristically.
12038
12039 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12040 exist.
12041
f00276e3
JR
120422000-01-30 Jason Rumney <jasonr@gnu.org>
12043
12044 * w32-fns.el: Define w32-tty-standard-colors.
12045
12046 * startup.el (command-line): Use w32-tty-standard-colors when in
12047 w32 console mode.
12048
cc4dfff0
DL
120492000-01-30 Dave Love <fx@gnu.org>
12050
e645e77b
DL
12051 * jka-compr.el (jka-compr-load): Fix up load-history.
12052
cc4dfff0
DL
12053 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12054
12055 * emacs-lisp/cl-macs.el: Revert previous change.
12056
16215eb0
DL
120572000-01-29 Dave Love <fx@gnu.org>
12058
12059 * facemenu.el: Purecopy various strings.
12060
12061 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12062 years. Deal with three-digit years.
12063
12064 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12065 defconst, purecopy.
12066 (help-back-label): Purecopy it.
12067
bbd9b566
GM
120682000-01-18 Gerd Moellmann <gerd@gnu.org>
12069
12070 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12071 variable. If non-nil, order the buffer list according to the
12072 currently selected frame.
12073 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12074 non-nil, pass the selected frame to function buffer-list.
a23c5037 12075
887448e1
GM
120762000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12077
12078 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12079
7df85084
DL
120802000-01-28 Dave Love <fx@gnu.org>
12081
142e109c
DL
12082 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12083
7df85084
DL
12084 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12085 Don't use lisp-indent-hook property.
12086 (cl-abs): Remove.
12087
12088 * subr.el: Move out indent and edebug specs for when and unless.
12089
12090 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12091 when, unless.
12092
12093 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12094 unless, when.
12095
3b43c01c
GM
120962000-01-28 Gerd Moellmann <gerd@gnu.org>
12097
d060bc9f
GM
12098 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12099 `collecting' as synonym for `collect'.
12100
12101 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12102 for the case it contains spaces.
12103
12104 * simple.el (what-cursor-position): Change formatting of
12105 messages.
12106
b02786f9
GM
12107 * frame.el (delete-other-frames): New function.
12108 (toplevel): Bind it to C-x 5 1.
12109
efd68b8a
GM
12110 * sort.el (sort-numeric-base): New option.
12111 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12112 interpret it as octal or hexadecimal. Use sort-numeric-base
12113 as default base.
12114
3b43c01c
GM
12115 * progmodes/glasses.el: New file.
12116
984ae001
GM
121172000-01-27 Gerd Moellmann <gerd@gnu.org>
12118
a0b796e3
GM
12119 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12120 userids differently.
12121
984ae001
GM
12122 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12123 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12124 progmodes/ebnf-yac.el: New files.
12125
6c67ddee
DL
121262000-01-26 Dave Love <fx@gnu.org>
12127
12128 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12129 on a function with an empty body. [From Eric Ludlam.]
12130
4e6473c8
GM
121312000-01-25 Andre Spiegel <spiegel@gnu.org>
12132
12133 * vc.el (vc-version-diff): Make sure file name is expanded.
12134
e12489f9
GM
121352000-01-25 Gerd Moellmann <gerd@gnu.org>
12136
12137 * scroll-bar.el (scroll-bar-timer): Variable removed.
12138 (scroll-bar-toolkit-scroll): Don't use a timer.
12139
8dbe2b07
KH
121402000-01-25 Kenichi Handa <handa@etl.go.jp>
12141
12142 * language/thai-util.el (thai-composition-function): Delete
12143 superfluous `a'.
12144
26ef1c87
DL
121452000-01-24 Dave Love <fx@gnu.org>
12146
12147 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12148 end-of-defun-function.
12149
12150 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12151 &c.
12152
7ed4e9a7
JR
121532000-01-22 Jason Rumney <jasonr@gnu.org>
12154
12155 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12156 conflicts with new face support.
12157
8b7bc628 121582000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12159
12160 * replace.el (query-replace): Rename last arg to DELIMITED.
12161 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12162 (query-replace-regexp): Likewise.
12163
8b7bc628 121642000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12165
02b14400
RS
12166 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12167
5bb6f079
RS
12168 * emacs-lisp/lisp.el (beginning-of-defun-function):
12169 Variable renamed from beginning-of-defun.
12170 Do not call make-variable-buffer-local.
12171 (beginning-of-defun-raw): Use new variable name; doc fix.
12172 (beginning-of-defun): Doc fix.
12173 (end-of-defun-function): Variable renamed from end-of-defun.
12174 Do not call make-variable-buffer-local.
12175 (end-of-defun): Use new variable name; doc fix.
12176
02b14400
RS
12177 * subr.el (dolist, dotimes): Copied from cl-macs.el
12178 and made to work.
2d5e9b54 12179
a23c5037 12180 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12181 Variable replaces rmail-digest-end-regexp.
12182 Allows multiple regexps for detecting the end line.
12183 (undigestify-rmail-message): Corresponding changes.
12184
60af03f1
DL
121852000-01-19 Dave Love <fx@gnu.org>
12186
fe5d99e1
DL
12187 * files.el (user-init-file): Don't declare here -- is primitive.
12188
60af03f1
DL
12189 * startup.el (command-line): Check for compiled user-init-file and
12190 set to uncompiled version if necessary.
12191
72dbbc7d
GM
121922000-01-18 Gerd Moellmann <gerd@gnu.org>
12193
6a1950ec
GM
12194 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12195 (undigestify-rmail-message): Use it.
12196
72dbbc7d
GM
12197 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12198
fbe91bbd
GM
121992000-01-17 Gerd Moellmann <gerd@gnu.org>
12200
12201 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12202 of mini-buffer.
12203
33a6685b
GM
122042000-01-14 Gerd Moellmann <gerd@gnu.org>
12205
b3303df7
GM
12206 * emacs-lisp/copyright.el (copyright-update): Removed the
12207 requirement for a trailing space from `copyright-regexp', to
12208 support copyrights with owner specified on a separate line..
a23c5037 12209
3c4c8064
GM
12210 * align.el: New file.
12211
33a6685b
GM
12212 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12213
12214 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12215
044a4975
DL
122162000-01-13 Dave Love <fx@gnu.org>
12217
12218 * ph.el: Removed. (Obsoleted by EUDC.)
12219
0a352cd7
GM
122202000-01-13 Gerd Moellmann <gerd@gnu.org>
12221
12222 * net/eudc.el (toplevel): Remove autoloaded code installing
12223 menu with easymenu, because that causes build problems.
12224
12225 * frame.el (frame-notice-user-settings): New variable.
12226 (frame-notice-user-settings): Don't modify frame parameters
12227 if called a second time.
12228
8b7bc628 122292000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12230
12231 * frame.el (frame-notice-user-settings):
12232 Notice default-frame-parameters even for non-window frames.
12233
feb450e0
GM
122342000-01-13 Gerd Moellmann <gerd@gnu.org>
12235
12236 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12237 for Emacs.
12238 (eudc-bob-can-display-inline-images): Extend for Emacs.
12239 (eudc-bob-toggle-inline-display): Ditto.
12240 (eudc-bob-display-jpeg): Ditto.
12241
99c6d63b
GM
122422000-01-12 Gerd Moellmann <gerd@gnu.org>
12243
7970b229
GM
12244 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12245 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12246 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12247
e4936aa9
GM
12248 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12249 nil)'.
12250
12251 * subdirs.el: Add `net' directory.
12252
133c9e59
GM
12253 * net: New directory.
12254
99c6d63b
GM
12255 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12256 eval-last-sexp. Don't bind debug-on-error here.
12257 (eval-last-sexp): New function. Bind debug-on-error if
12258 eval-expression-debug-on-error is non-nil.
12259 (eval-defun-2, eval-defun): Likewise.
12260
12261 * simple.el (eval-expression): Don't bind debug-on-error if
12262 eval-expression-debug-on-error is nil. Detect changed
12263 debug-on-error, and propagate new value to global binding, if
12264 eval-expression-debug-on-error is non-nil,
12265 (eval-expression-debug-on-error): Change doc string.
a23c5037 12266
8b7bc628 122672000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12268
12269 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12270
12271 * emacs-lisp/lisp-mode.el (with-syntax-table):
12272 Set up lisp-indent-function property.
12273
12274 * subr.el (with-syntax-table): Moved from simple.el.
12275
12276 * simple.el (with-syntax-table): Moved to subr.el.
12277
7e3c74fa
GM
122782000-01-11 Gerd Moellmann <gerd@gnu.org>
12279
1fab1775
GM
12280 * tmm.el (tmm-shortcut): Delete region after prompt instead
12281 of erasing buffer.
12282
7e3c74fa 12283 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12284 (fill-context-prefix): Use the longest common prefix of first
12285 and second line fill prefix, if there is one.
7e3c74fa 12286
8b7bc628 122872000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12288
12289 * array.el (array-mode): Don't use make-variable-buffer-local.
12290 Use make-local-variable for `truncate-lines'.
12291
aa705642 122922000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12293
aa705642
GM
12294 * add-log.el (add-log-current-defun): Handle user-defined
12295 add-log-current-function returning nil,
a23c5037 12296
57df2446 12297 * add-log.el (add-change-log-entry): Insert version number
aa705642 12298 if having found a current function
c1356086
GM
12299
12300 * add-log.el (add-log-current-defun): Call
12301 `add-log-current-defun-function'. Try matches at level 0 and
12302 level 1. Strip whitespace from defun found.
a23c5037 12303
1d8c59e9
RS
123042000-01-10 John Wiegley <johnw@gnu.org>
12305
12306 * allout.el (isearch-done/outline-provisions): Added `edit'
12307 argument to correspond with the current definition of
12308 `isearch-done'.
12309
8cf87e9b
DL
123102000-01-10 Dave Love <fx@gnu.org>
12311
12312 * elide-head.el (elide-head): Use point-marker, not point.
12313
9050446c
GM
123142000-01-10 Gerd Moellmann <gerd@gnu.org>
12315
8321b22a
GM
12316 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12317 before and after the year 2000.
a23c5037 12318
9050446c
GM
12319 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12320 Add ispell- prefix.
12321
123222000-01-10 Ken Stevens <k.stevens@ieee.org>
12323
12324 * ispell.el: Only define dictionaries in menus when they exist.
12325 (version18p): New variable.
12326 (version20p): New variable.
12327 (xemacsp): New variable.
12328 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12329 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12330 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12331 run-together words.
9050446c
GM
12332 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12333 (ispell-dictionary-alist): Add koi8-r to customize definition.
12334 (check-ispell-version): Added documentation string. Returns
f24fef2f 12335 library path when called non-interactively.
9050446c
GM
12336 (ispell-menu-map-needed): Uses new variables.
12337 (ispell-library-path): New variable.
12338 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12339 (ispell-word): Improved documentation string. Test for valid
12340 character mappings. Correctly check typed in word changes that can
12341 result in single words split into multiple words. Returns
12342 replacement word.
12343 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12344 replace in recursive query replace mode. Help message for
12345 recursive edit mode.
12346 (ispell-show-choices): Protect against bad framepop bindings.
12347 (ispell-help): Fix to work with XEmacs.
12348 (ispell-highlight-spelling-error): Use new variables.
12349 (ispell-overlay-window): Fix to work with XEmacs.
12350 (ispell-parse-output): Passed and returns location information
12351 tracking spelling corrections. Doesn't recheck same word on
12352 current line.
12353 (ispell-init-process): Protect against bogus XEmacs variable binding.
12354 Fix call to single argument in sleep-for. Use new variables.
12355 (ispell-region): Passed and returns location information tracking
12356 spelling corrections. Doesn't check same word on current line.
12357 Improved documentation string. Doesn't resend a line already
12358 checked to the ispell process - fixes bug in LaTeX parsing.
12359 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12360 (ispell-skip-region): No longer skips <TT> in SGML.
12361 (ispell-process-line): Tracks location information with spelling
12362 corrections. Added documentation string. Accounts for words
12363 already accepted on this line. Don't allow query-replace on line
12364 starting with math characters. Doesn't resend a line already sent
12365 to ispell process. Fixes alignment error bug.
a23c5037 12366
8b7bc628 123672000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12368
a23c5037 12369 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12370 Suggest xloadimage, which is free, not xv, which isn't.
12371
a23c5037 12372 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12373 Don't ever include the host name or user name in the value.
12374
9ed79f5d
GM
123752000-01-09 Gerd Moellmann <gerd@gnu.org>
12376
12377 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12378 of a real newline.
12379
b950abb1
GM
123802000-01-09 Stephen Eglen <stephen@gnu.org>
12381
a23c5037 12382 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12383 for .png files.
12384
3c708e98
GM
123852000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12386
12387 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12388
bf61662d
GM
123892000-01-09 Gerd Moellmann <gerd@gnu.org>
12390
f1d851ae
GM
12391 * progmodes/cperl-mode.el: Replace ^F with ^L.
12392
bf61662d 12393 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12394 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12395 recursion.
12396
c65d14ee
DL
123972000-01-08 Dave Love <fx@gnu.org>
12398
8cf87e9b
DL
12399 * emacs-lisp/backquote.el: Remove inappropriate customization
12400 (allowing custom.el to use backquote).
c65d14ee 12401
83de2ebc
DL
124022000-01-07 Dave Love <fx@gnu.org>
12403
12404 * add-log.el (add-log-debugging): Deleted.
12405 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12406 file. Remove debugging code.
12407 (change-log-get-method-definition, change-log-name): Add doc.
12408 (change-log-sortable-date-at): New function.
12409 (change-log-merge): New command.
12410
12411 * time.el (display-time-string-forms): Make the Mail string active.
12412 (display-time-update): Provide help-echo for load average.
12413
12414 * bindings.el (make-mode-line-mouse2-map): New function.
12415 (mode-line-modified): Use it and simplify.
12416 (mode-line-mule-info): Provide help-echo info.
12417 (minor-mode-alist): Activate the strings.
12418 (make-mode-line-mouse-sensitive): Simplify for
12419 mode-line-buffer-identification.
12420
c1475eae
GM
124212000-01-07 Gerd Moellmann <gerd@gnu.org>
12422
12423 * play/pong.el: New file.
12424
83de2ebc
DL
124252000-01-06 Dave Love <fx@gnu.org>
12426
12427 * array.el: Assorted cleanups for compiler warnings, doc strings,
12428 `array-' prefix for symbols.
12429
124302000-01-05 Dave Love <fx@gnu.org>
12431
12432 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12433 outline-headers-as-kill.
12434 (outline-mode): Define imenu-generic-expression.
12435 (outline-headers-as-kill): New command.
12436
12437 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12438 from paragraph-start.
12439 (paragraph-indent-minor-mode): New command.
12440
12441 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12442 M-C-e, M-C-h, C-j, C-xnd, TAB.
12443 (fortran-mode): Set beginning-of-defun, end-of-defun.
12444 (fortran-column-ruler): Simplify.
12445 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12446 (fortran-with-subprogram-narrowing): Likewise.
12447 (fortran-indent-subprogram): Call mark-defun.
12448 (fortran-check-for-matching-do): Change narrowing.
12449
12450 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12451 (cl-lucid-hash-tag): Delete.
12452 (cl-hash-table-p): Correct test for native table.
12453 (cl-hash-table-count): Use hash-table-count.
12454
12455 * browse-url.el (browse-url): Fix case of
12456 browse-url-browser-function being an alist.
12457
676ac023
CD
124582000-01-05 Carsten Dominik <cd@gnu.org>
12459
c1475eae
GM
12460 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12461 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12462
12463 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12464 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12465
12466 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12467 `reftex-parse-file-extension'.
eb483e17 12468
88807984
DL
124692000-01-05 Dave Love <fx@gnu.org>
12470
83de2ebc 12471 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12472 (beginning-of-defun-raw): Use it.
12473 (end-of-defun): New variable.
12474 (end-of-defun): Use it.
12475 (check-parens): New command.
12476
1362aeb4
TTN
124772000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12478
c1475eae
GM
12479 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12480 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12481
7ddafb95
TTN
12482 Fix buglet in local variables initialization.
12483
7334aa99
AS
124842000-01-05 Andreas Schwab <schwab@suse.de>
12485
12486 * hscroll.el (hscroll): Doc fix.
12487
b12e24cd
CD
124882000-01-05 Carsten Dominik <cd@gnu.org>
12489
12490 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12491 idlw-toolbar.
12492
12493 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12494 file idlw-rinfo.el.
1362aeb4
TTN
12495 (idlwave-customize): load must read file idlw-shell.el.
12496 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12497
d6226972
CD
124982000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12499
12500 * progmodes/idlw-shell.el: Also provide idlwave-shell
12501 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12502 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12503
12504 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12505 both reftex-dcr and reftex-vcr.
1362aeb4 12506
d6226972
CD
12507 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12508
6ddb893f 125092000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12510
12511 * ps-print.el: PostScript code now is in separate files, doc fix.
12512 (ps-print-version): New version number (5.0.3).
12513 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12514 local.
12515 (ps-spool-config): Initialization fix.
c1475eae
GM
12516 (ps-print-prologue-1, ps-print-prologue-2)
12517 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12518 (ps-background-image): Little code reformating.
12519 (ps-begin-file, ps-begin-job): Fix code.
88807984 12520 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12521 (ps-prologue-file): New fun.
12522
ae833aae
KH
125232000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12524
c1475eae 12525 * ps-vars.el: Eliminated.
ae833aae
KH
12526
12527 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12528 `;;;###autoload'.
12529
12530 * ps-print.el: ps-vars eliminated, doc fix.
12531 (ps-print-version): New version number (5.0.2).
12532 (ps-spool-config): Initialization fix.
12533 (ps-print-customize): New fun.
12534
560a7bd2
GM
125352000-01-04 Gerd Moellmann <gerd@gnu.org>
12536
12537 * autorevert.el (auto-revert-mode): Return value of
12538 auto-revert-mode.
12539
f45dd0f4
DL
125402000-01-04 Dave Love <fx@gnu.org>
12541
fae2ac05
DL
12542 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12543 menu items.
f45dd0f4 12544
61255981
DL
125452000-01-03 Dave Love <fx@gnu.org>
12546
88807984 12547 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12548
83de2ebc 12549 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12550 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12551 `cl-hash-table-p', not `hash-table-p'.
12552 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12553
c182a70f
EZ
125542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12555
12556 * faces.el (face-read-integer, read-face-attribute)
12557 (color-defined-p, color-values): unspecified-{f,b}g are now
12558 strings.
12559
047f434a
GM
125602000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12561
12562 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12563 at comment end, and re-insert them after filling.
12564
bab531e2
EZ
125652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12566
12567 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12568 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12569 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12570
d684c676
EZ
125712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12572
12573 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12574 the new name of face-color-supported-p.
12575
12576 * term/w32-win.el (xw-defined-colors): Likewise.
12577
0aad4805
EZ
125782000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12579
12580 * simple.el (completion-setup-function): Count completion-size
12581 from minibuffer-prompt-end, not from point-min.
12582
5fe1d139
EZ
125832000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12584
12585 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12586 Pass the frame to tty-color-* functions.
12587 (display-color-p, frame-set-background-mode): Pass the frame to
12588 tty-display-color-p.
12589
12590 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12591 tty-color-alist.
12592 (tty-color-alist, tty-modify-color-alist): New functions.
12593 (tty-color-define, tty-color-clear, tty-color-approximate)
12594 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12595 an optional parameter FRAME.
12596
162dec01
GM
125972000-01-01 Gerd Moellmann <gerd@gnu.org>
12598
27189709
GM
12599 * image.el (create-image, defimage): Don't assume image data is a
12600 string.
12601
162dec01
GM
12602 * image.el (defimage): Handle specifications containing :data
12603 instead of :file.
12604 (image-type-from-data): New function.
12605 (image-type-from-file-header): Use it.
12606 (create-image): Add parameter DATA-P.
1362aeb4 12607
bea56df7 12608See ChangeLog.8 for earlier changes.
25a6fab1
KH
12609
12610;; Local Variables:
e64c3a75 12611;; coding: iso-2022-7bit
25a6fab1 12612;; End: