*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
68a887fa
EZ
12000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5 we expect to be returned by minibuffer-depth once we prompt the
6 user in the minibuffer.
7 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8 as recorded in iswitchb-minibuf-depth, return non-nil.
9
3b345582
EZ
102000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
11
12 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13 (hscroll-window-maybe): Docstring fix.
14
595dead2
DL
152000-11-23 Dave Love <fx@gnu.org>
16
17 * rect.el (string-rectangle): Don't test delete-selection-mode.
18
1e66b27a
GM
192000-11-23 Gerd Moellmann <gerd@gnu.org>
20
02790ce2
GM
21 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
22 is in the tool bar.
23
1e66b27a
GM
24 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
25 with `no-dir'; we want the directory part to be able to remove
26 it.
27
a4caa65d
SM
282000-11-22 Stefan Monnier <monnier@cs.yale.edu>
29
30 * textmodes/outline.el (outline-flag-region):
31 Don't bind inhibit-read-only since we don't modify the buffer.
32 (outline-isearch-open-invisible): Don't jump to overlay-start
33 since we're trying to unhide text around point.
34 (outline-discard-overlays): Use dolist.
35
36 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
37
03e757c1
GM
382000-11-22 Gerd Moellmann <gerd@gnu.org>
39
40 * mail/rmail.el (rmail-confirm-expunge): Default to
41 y-or-n-p.
42
1598a961
SM
432000-11-22 Stefan Monnier <monnier@cs.yale.edu>
44
45 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
46 Fix ARG regexp to skip quoted braces.
47 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
48 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
49 are (correctly) handled separately).
50 Remove `caption' and `footnote' from `citations': they contain text.
51 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
52 (latex-skeleton-end-hook): New function.
53 (latex-mode): Use it.
54 (tex-start-tex-marker): Remove.
55 (tex-send-tex-command): Don't set tex-start-tex-marker.
56 (tex-error-parse-syntax-table): New var.
57 (tex-compilation-parse-errors): Use it.
58 Ignore tex-start-tex-marker. Don't bother with marker-position.
59 (tex-validate-buffer): Don't bother with marker-position.
60
61 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
62 (flyspell-generic-progmode-verify): Use it.n
63
eaae8106
SS
642000-11-22 Sam Steingold <sds@gnu.org>
65
03e757c1
GM
66 * simple.el (delete-trailing-whitespace): New interactive
67 function.
68
eaae8106
SS
69 * progmodes/ada-mode.el (ada-mode): Use it instead of
70 `ada-remove-trailing-spaces'
71 (ada-remove-trailing-spaces): Removed.
03e757c1 72
eaae8106 73 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 74
1598a961
SM
75 * textmodes/picture.el (picture-clean): Removed.
76 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 77
a41d49e9
GM
782000-11-22 Gerd Moellmann <gerd@gnu.org>
79
e053c60f
GM
80 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
81
a41d49e9
GM
82 * hi-lock.el (hi-lock-refontify): Don't call non-existent
83 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 84 do anything special when jit-lock is active.
a41d49e9
GM
85 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
86
197615f3
DL
872000-11-22 Dave Love <fx@gnu.org>
88
ddbfaa9f
DL
89 * calendar/todo-mode.el (todo-top-priorities): Use
90 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
91
ddc3c695
DL
92 * language/chinese.el, language/cyrillic.el:
93 * language/devanagari.el, language/ethiopic.el, language/greek.el:
94 * language/hebrew.el, language/indian.el, language/japanese.el:
95 * language/korean.el, language/lao.el, language/misc-lang.el:
96 * language/thai.el, language/tibetan.el, language/vietnamese.el:
97 Use provide.
98
fb9fa98d
DL
99 * cus-edit.el (custom-buffer-create-internal): Save some consing.
100 (custom-variable-set): Improve validation error mesage.
101
197615f3
DL
102 * rect.el (string-rectangle): Revert last change.
103 (string-rectangle-line): New arg DELETE.
104 (string-rectangle): Check delete-selection-mode.
105
106 * emacs-lisp/edebug.el (edebug-version)
107 (edebug-maintainer-address): Deleted.
108 (edebug-submit-bug-report): Just alias to report-emacs-bug.
109 (edebug-read-function): Account for other `'#' read forms.
110 (edebug-mode-menus): Make some items toggles.
111 (edebug-outside-unread-command-event, unread-command-event):
112 Remove these to avoid warnings.
113
f4117c4d
GM
1142000-11-22 David Ponce <david@dponce.com>
115
116 * recentf.el (recentf-menu-items-for-commands)
117 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 118 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 119
f4117c4d
GM
120 (recentf-build-dir-rules, recentf-dump-variable)
121 (recentf-edit-list, recentf-open-files-item)
122 (recentf-open-files): Replaced unnecessary `mapcar' with new
123 built-in `mapc'.
eaae8106 124
f8e2f3f2
MB
1252000-11-23 Miles Bader <miles@gnu.org>
126
127 * faces.el (menu): Make inverse-video on ttys too.
128
4c4a541d
SM
1292000-11-22 Stefan Monnier <monnier@cs.yale.edu>
130
131 * simple.el (comment-line-break-function): Use the new name
132 indent-new-comment-line -> comment-indent-new-line.
133 (clone-indirect-buffer): Don't ignore NORECORD.
134 (next-completion): Properly handle the case where items are adjacent.
135
136 * mouse.el (popup-menu): Stupid typo.
137
980d836e
GM
1382000-11-22 Gerd Moellmann <gerd@gnu.org>
139
60e8e0a5
GM
140 * emacs-lisp/authors.el: Remove autoload cookies, add author,
141 maintainer, keywords tags.
142
980d836e
GM
143 * rect.el (replace-rectangle): Don't call string-rectangle-line
144 with too many arguments.
145
e08b2069
AS
1462000-11-22 Andre Spiegel <spiegel@gnu.org>
147
60e8e0a5 148 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 149 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
150 vc-locking-user, which no longer exists.
151
152 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
153
c6779d8d
DL
1542000-11-22 Dave Love <fx@gnu.org>
155
156 * md5.el (md5): Provide.
157 (md5): Fix error call.
158
e672fdce
MB
1592000-11-22 Miles Bader <miles@gnu.org>
160
eaae8106 161 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
162 (refill-fill-paragraph-at): Remove debugging code.
163
80e24c04
MB
164 * calendar/calendar.el (generate-calendar-window): When we don't
165 call `fit-window-to-buffer', make sure the top line is fully visible.
166
3a17d6cc
MB
167 * image-file.el (insert-image-file): Don't make `read-only'
168 property rear-nonsticky.
169
ae1a21c6
MB
170 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
171 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
172 stashing away its original value.
173 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
174 in the recursive edit.
175 Bind `isearch-original-minibuffer-message-timeout' to protect it.
176 (isearch-done): Restore `minibuffer-message-timeout'.
177
e672fdce
MB
178 * cus-start.el: Remove entry for `mode-line-inverse-video'.
179
3ea79df8
SM
1802000-11-21 Stefan Monnier <monnier@cs.yale.edu>
181
182 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
183
184 * find-lisp.el (find-lisp-find-files-internal):
185 Use dolist, when and file-name-as-directory.
186
980d836e 187 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
188 (define-derived-mode, define-minor-mode): Add specs.
189
190 * window.el: General comment and spacing fixes.
191 (save-selected-window): Use backquotes.
192 (window-safely-shrinkable-p): New function.
193 (shrink-window-if-larger-than-buffer): Use it.
194
195 * subr.el (make-local-hook): Docstring fix.
196
197 * shell.el (shell-mode): Use define-derived-mode.
198
199 * newcomment.el (comment-indent): Insert comment before calling
200 comment-indent-function. Don't insert in column 0.
201 (comment-dwim): Indent before inserting comment.
202
203 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
204 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
205 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
206 Use mapc rather than map.
207
208 * files.el (find-buffer-visiting): Compare all attributes before
209 declaring two files identical (rather than just their inode-no).
210 (auto-mode-alist): Use \' rather than $.
211
212 * which-func.el: Update maintainer line.
213
214 * pcvs.el (uniquify-buffer-file-name): Remove advice.
215 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
216 (uniquify-buffer-file-name): Use it.
217
8f62f2b8
MB
2182000-11-22 Miles Bader <miles@gnu.org>
219
220 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
221 * simple.el (minibuffer-avoid-prompt): New function.
222
fb279a6d
GM
2232000-11-21 Gerd Moellmann <gerd@gnu.org>
224
225 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
226
867092e9
MB
2272000-11-21 Miles Bader <miles@gnu.org>
228
ef860850
MB
229 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
230 inclusion of `track-mouse'.
231
867092e9
MB
232 * textmodes/refill.el (refill-ignorable-overlay): New variable.
233 (refill-adjust-ignorable-overlay): New function.
234 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
235 only the paragraph's tail if possible.
236 Update `refill-ignorable-overlay'.
237 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
238
239 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
240 point inside the fill-prefix.
241
242 * textmodes/refill.el (refill-post-command-function): Don't reset
243 refill-doit in the case where a self-insertion command doesn't
244 case a refill. Use `refill-fill-paragraph-at', getting position
245 from `refill-doit'.
246 (refill-after-change-function): Set `refill-doit' to END.
247 (refill-fill-paragraph-at): New function, mostly from old
248 refill-fill-paragraph.
249 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
250 (refill-pre-command-function): New function.
251 (refill-mode): Add it to `pre-command-hook'.
252
ff9ab414
GM
2532000-11-20 Gerd Moellmann <gerd@gnu.org>
254
29a01b72
GM
255 * textmodes/artist.el (artist-mode): Fix autoload cookie.
256
ff9ab414
GM
257 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
258 javadoc tags.
eaae8106 259
885b211b
AS
2602000-11-20 Andre Spiegel <spiegel@gnu.org>
261
262 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
263 vc.el).
264
eaae8106 265 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 266 require vc.
eaae8106
SS
267
268 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 269 checkouts.
eaae8106 270
d1838556
DL
2712000-11-20 Dave Love <fx@gnu.org>
272
273 * Makefile.in (DONTCOMPILE): Omit bindings.el.
274
56c13ae6
GM
2752000-11-20 Gerd Moellmann <gerd@gnu.org>
276
277 * calculator.el: New version from author.
278
b95b34e5
GM
2792000-11-19 Gerd Moellmann <gerd@gnu.org>
280
030de92f
GM
281 * info.el (info-menu-5): Doc fix.
282
b95b34e5
GM
283 * textmodes/artist.el: New file.
284
54970452
AS
2852000-11-19 Andre Spiegel <spiegel@gnu.org>
286
eaae8106 287 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
288 and differentiate according to checkout model.
289 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
290 since this function is only concerned with master state.
291
eaae8106 292 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
293 vc-default-workfile-unchanged-p): Moved here from vc.el.
294
eaae8106 295 * vc.el (vc-workfile-unchanged-p,
54970452
AS
296 vc-default-workfile-unchanged-p): See above.
297
e5a9dabf
MB
2982000-11-19 Miles Bader <miles@gnu.org>
299
300 * image-file.el (insert-image-file): Make `intangible' and
301 `read-only' properties rear-nonsticky too.
302
24127af0
GM
3032000-11-18 Gerd Moellmann <gerd@gnu.org>
304
d392e9c5 305 * ps-print.el: Update copyright notice.
eaae8106 306
d392e9c5
GM
307 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
308 (tooltip-show): Use the offsets.
309
24127af0 310 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 311 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
312 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
313
08ea6f17
GM
3142000-11-17 Gerd Moellmann <gerd@gnu.org>
315
316 * ps-print.el: Minor fixes from author.
317
66321b2f
SM
3182000-11-16 Stefan Monnier <monnier@cs.yale.edu>
319
320 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
321 (vc-version-backup-file): Docstring fix.
322
046110c6
GM
3232000-11-16 Gerd Moellmann <gerd@gnu.org>
324
4104194e
GM
325 * files.el (basic-save-buffer): Don't add a newline if
326 find-file-literally is non-nil.
327 (find-file-literally): Extend doc string.
328
046110c6
GM
329 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
330 sort(1) with the `-f' argument.
331
6505c16e
AS
3322000-11-16 Andre Spiegel <spiegel@gnu.org>
333
fd063975
AS
334 * vc.el: Updated backend documentation.
335 (vc-default-check-headers): New function.
336
3d02dd81 337 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
338
339 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 340 up-to-date.
eaae8106 341 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 342 the minibuffer is not active.
fd063975 343
eaae8106 344 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 345 `vc-cvs-use-edit' is on.
eaae8106
SS
346 (vc-cvs-checkout): When this is used for reverting the workfile,
347 make a backup of the original contents and revert to that in case
8791d617 348 of error.
eaae8106 349 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 350 remote repositories.
eaae8106 351
6505c16e
AS
352 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
353 for both version and ratio in the minibuffer.
fd063975 354
eaae8106 355 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 356 Use vc-do-command to perform the annotation, not call-process.
6505c16e 357
a13f0660
KH
3582000-11-16 Kenichi Handa <handa@etl.go.jp>
359
360 * international/quail.el (quail-start-translation): Don't call
361 `message' before reading key sequence.
362
1389a414
MB
3632000-11-16 Miles Bader <miles@lsi.nec.co.jp>
364
365 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
366
9256a532
KH
3672000-11-16 Kenichi Handa <handa@etl.go.jp>
368
369 * window.el (fit-window-to-buffer): Be sure to acquire at least
370 one text line even if the buffer is empty.
371
0e14fe9f
GM
3722000-11-16 Gerd Moellmann <gerd@gnu.org>
373
eaae8106 374 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
375 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
376 ange-ftp-process-verbose to nil.
377
da645c53
DL
3782000-11-15 Dave Love <fx@gnu.org>
379
233d5cde
DL
380 * wid-edit.el (widget-specify-field, widget-specify-button): If
381 :help-echo is a function, set help-echo of overlay to
382 widget-mouse-help.
383 (widget-mouse-help): New function.
384 (widget-echo-help): Rewritten for :help-echo functions only taking
385 a widget arg.
386
b12057b9
DL
387 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
388 display-graphic-p.
389 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
390 and that JPEG is available.
391 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
392
da645c53
DL
393 * international/mule-cmds.el (locale-charset-language-names):
394 Match @euro.
395
6d133d1f
GM
3962000-11-15 Gerd Moellmann <gerd@gnu.org>
397
398 * faces.el (face-set-after-frame-default): If
0e14fe9f 399 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
400 default face from X resources.
401
49ac2ac5
EZ
4022000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
403
404 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
405 Don't set EMACSLOADPATH.
406
4fb0a34c
EZ
4072000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
408
409 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
410 texinfo-insert-@url.
411 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
412 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
413
bb304a7a
SM
4142000-11-14 Stefan Monnier <monnier@cs.yale.edu>
415
82bc80bf
SM
416 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
417 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
418 (checkdoc-minor-keymap): Backward compatibility.
419 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
420 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
421 (checkdoc-this-string-valid-engine): Be a bit more strict
422 to avoid matching substrings of `...' quoted vars/funs.
423 (checkdoc-defun-info): Only look for `interactive' if alone.
424 (debug-ignored-errors): Add "arg doesn't appear in docstring".
425
e8c87124
SM
426 * progmodes/compile.el (grep): `tag-default' can be nil.
427
bb304a7a
SM
428 * newcomment.el (comment-indent): Paren typo.
429
8628686a
DL
4302000-11-14 Dave Love <fx@gnu.org>
431
25c269ef
DL
432 * calculator.el: New maintainer version.
433
66321b2f 434 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 435
8628686a
DL
436 * cmuscheme.el: Doc fixes.
437 (cmuscheme) <defgroup>: Use `scheme' as parent.
438 (cmuscheme-program-name): Remove. Change uses to
439 scheme-program-name.
440
441 * xscheme.el (scheme-program-name): Don't define here.
442
443 * progmodes/scheme.el (scheme-program-name): New variable
444 (originally in cmuscheme).
445
88f0a1eb
MB
4462000-11-14 Miles Bader <miles@gnu.org>
447
448 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
449 Handle header-lines. Don't loop forever if we can't enlarge the
450 window anymore. Simplify a bit.
451
cd9a000c
KH
4522000-11-14 Kenichi Handa <handa@etl.go.jp>
453
454 * window.el (fit-window-to-buffer): Don't check
455 window-text-height. Assure that the last line is fully visible.
456
457 * international/quail.el (quail-show-guidance-buf): Call
458 fit-window-to-buffer to assure the enough height of the guidance
459 buffer.
460 (quail-update-guidance): Avoid making the guidance buffer shorter.
461
d3fcda22
SM
4622000-11-14 Stefan Monnier <monnier@cs.yale.edu>
463
bdbd9606
SM
464 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
465 rather than `prepend' and add an interesting comment.
466 (tex-math-face, tex-font-lock-syntactic-face-function):
467 New face and function to use it.
468 (tex-define-common-keys, tex-mode-map): Use menu-item rather
469 than `menu-enable' symbol property.
470 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
471 (tex-mode): Add some latex-mode commands for auto-selection.
472 Use tex-font-lock-syntactic-face-function.
473 (tex-insert-quote): Simplify.
474 (tex-shell): New mode.
475 (tex-start-shell): Use it.
476 (tex-shell-proc, tex-shell-buf): New functions.
477 (tex-send-command): Use it.
478 (tex-main-file): Fix the meaning of the new arg REALFILE.
479 (tex-send-tex-command): New function split from `tex-start-tex'.
480 Set compilation-last-buffer and compilation-parsing-end.
481
d3fcda22
SM
482 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
483 when it follows non-comment text on the line.
484
485 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
486 Set font-lock-defaults.
487 (lisp-mode-shared-map): Init inside the defvar.
488 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
489 Use define-derived-mode.
490
bdab1d43
MB
4912000-11-14 Miles Bader <miles@lsi.nec.co.jp>
492
493 * faces.el (header-line): Use `:box nil' for color/gs displays too.
494
936ae731
GM
4952000-11-14 Gerd Moellmann <gerd@gnu.org>
496
497 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
498 recursively optimize body because that can lead to infinite
499 recursion; see comment there.
500
1695ca2b
EZ
5012000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * faces.el (face-spec-set-match-display): Revert the change from
504 2000-10-24. Add a FIXME for after v21.1.
505
9d348294
MB
5062000-11-13 Miles Bader <miles@gnu.org>
507
508 * textmodes/fill.el (skip-line-prefix): New function.
509 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
510 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
511 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
512 point inside the fill-prefix.
9d348294 513
b85fa13c
MB
5142000-11-13 Miles Bader <miles@lsi.nec.co.jp>
515
516 * calendar/calendar.el (generate-calendar-window): Use
517 `fit-window-to-buffer'.
518
a0b47716
SM
5192000-11-12 Stefan Monnier <monnier@cs.yale.edu>
520
521 * gud.el (gud-minor-mode): New var.
522 (gud-symbol, gud-val): New functions.
523 (gud-find-file): Copy gud-minor-mode to the new buffer.
524 (gud-menu-map): Include entries for commands that are not always
525 available, using :enable to (de)activate them.
526 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
527 (gud-mode-map): New map.
eaae8106 528 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
529 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
530 Don't set up gud's menu (it's done by the minor-mode).
531 (gud-minibuffer-local-map): New.
532 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
533 (gud-query-cmdline): New function.
534 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
535 (gud-mode): Use define-derived-mode.
536 Don't set up gud's menu (it's done by the minor-mode).
537 (gud-chop-words): Remove.
538 (gud-common-init): Use split-string instead.
539 (gud-new-keymap, gud-make-debug-menu): Eradicate.
540
541 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
542 Add keyword arg :name.
543
544 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
545 (diff-count-matches, diff-split-hunk): New functions.
546 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
547
548 * pcvs-info.el (cvs-fi-conflict-face): New var.
549
550 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
551 Make it into a simple syntax-table, shared among all submodes.
552 (sh-heredoc-face): Re-introduce.
553 (sh-font-lock-syntactic-face-function): New function.
554 (sh-mode): Use it. Also use define-derived-mode.
555 Remove old bogus setting of indent-region-function.
556 (sh-set-shell): Don't set the syntax-table any more.
557 (sh-mode-syntax-table) <defun>: Remove.
558
f5ed37df
MB
5592000-11-12 Miles Bader <miles@gnu.org>
560
561 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
562 message if interactive.
563
0b074c2f
DL
5642000-11-12 Dave Love <fx@gnu.org>
565
566 * mail/feedmail.el: Fix header,
567 (feedmail) <defgroup>: Add :link.
568
569 * view.el: Use local-map property, not keymap on mode-line string.
570
571 * scroll-all.el (scroll-all-mode): Customize variable. Add
572 autoload cookie to function.
573
574 * lazy-lock.el: Remove compatibility code.
575
576 * finder.el (finder-known-keywords): Add `files', remove `vms'.
577 (finder-help-echo): New variable.
578 (finder-mouse-face-on-line): Add help-echo stuff.
579 (finder-list-keywords, finder-list-matches): Use mapc.
580
581 * faces.el (face-font-registry-alternatives): Add :version.
582
583 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
584 tags-table-list.
585
a0b47716 586 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 587
a0b47716 588 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
589 (mail-mode): Use [:alnum:] in some regexps.
590
6d502396
DL
5912000-11-10 Dave Love <fx@gnu.org>
592
593 * ediff.el (ediff-regions-internal, ediff-documentation):
594 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
595 fundamental mode.
596
597 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
598 buffer into fundamental mode.
599 (ediff-set-difference): Use copy-sequence if available.
600
601 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
602 ediff-patch-map non-nil.
603 (ediff-fixup-patch-map, ediff-fixup-patch-map)
604 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
605 buffer into fundamental mode.
606
607 * ediff-merg.el (state-or-merge): Defvar when compiling.
608
a82fe213
JR
6092000-11-10 Jason Rumney <jasonr@gnu.org>
610
611 * w32-fns.el (w32-add-charset-info): New function.
612 (w32-charset-info-alist): Use it.
613
52d89894
GM
6142000-11-10 Gerd Moellmann <gerd@gnu.org>
615
616 * faces.el (face-font-registry-alternatives): New user-option.
617
178932de
SM
6182000-11-10 Stefan Monnier <monnier@cs.yale.edu>
619
d7fa3319
SM
620 * textmodes/texinfo.el (texinfo-block-default): New var.
621 (texinfo-insert-block): Use it. Insert a newline if needed.
622
178932de
SM
623 * textmodes/fill.el (fill-indent-according-to-mode): New var.
624 (fill-region-as-paragraph): Use it.
625
626 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
627 (latex-mode): Tweak tex-*-(head|trail)er regexps.
628 Tweak paragraph regexps to allow a leading [ \t]*.
629 (tex-latex-block): Insert a newline if necessary.
630 (latex-insert-item): Only insert a newline if necessary.
631 (tex-guess-main-file): New function.
632 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
633 Set tex-main-file if TeX-master is provided.
634 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
635
bd02b8e0
GM
6362000-11-10 Gerd Moellmann <gerd@gnu.org>
637
638 * startup.el (command-line): Set the default tooltip-mode
639 to t for graphical displays which implement x-show-tip.
640
641 * tooltip.el (tooltip-mode): Add a comment about startup.el
642 setting the default value of this user-option.
643
b29b03eb
SM
6442000-11-09 Stefan Monnier <monnier@cs.yale.edu>
645
646 * font-lock.el (font-lock-*-face) <defvar>: Move.
647 (font-lock-defaults-alist): Mark obsolete.
648 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
649 (font-lock-mode): Use define-minor-mode.
650 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
651 (font-lock-turn-off-thing-lock): Be more explicit.
652 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
653 (font-lock-syntactic-face-function): New var.
654 (font-lock-fontify-syntactically-region): Use it.
655 (font-lock-doc-face): New.
656
657 * pcvs.el (cvs-enabledp): Ignore errors.
658 (cvs-commit-filelist): Never query.
659 (cvs-mode-insert): Always add a terminating / in the initial prompt.
660 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
661 (cvs-do-removal): Use cvs-partition rather than delete-if.
662 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
663 cvs-bury-buffer.
664
665 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
666 Allow `next' to jump to after the end of the last match.
667
778fbc46
GM
6682000-11-09 Gerd Moellmann <gerd@gnu.org>
669
730c746c
GM
670 * simple.el (byte-compiling-files-p): New function.
671
672 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
673 if it is there.
674
675 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
676 nil again.
677
778fbc46
GM
678 * textmodes/ispell.el (ispell-library-path): Don't call
679 check-ispell-version when byte-compiling because that starts
680 an ispell process, and ispell might not be installed.
681 (toplevel): Don't set up a menu when byte-compiling.
682
683 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
684 it, so that a boundp test can be used to determine if we're
685 currently byte-compiling.
686
5912c5bb
DL
6872000-11-09 Dave Love <fx@gnu.org>
688
689 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
690 eval-after-load.
691
7bb054a5
GM
6922000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
693
694 * ps-print.el: Patch for variable initialization when spooling. Doc
695 fix.
696 (ps-output-list): Fun eliminated.
697 (ps-begin-file, ps-begin-job): Code fix.
698
9db2706e
DL
6992000-11-08 Dave Love <fx@gnu.org>
700
701 * ediff-wind.el (ediff-control-frame-parameters): Zero
702 tool-bar-lines.
703
f7eb32aa
GM
7042000-11-08 Gerd Moellmann <gerd@gnu.org>
705
706 * simple.el (shell-command, display-message-or-buffer)
707 (shell-command-on-region): Mention resize-mini-windows in the doc
708 string.
709 (display-message-or-buffer): Take the value of resize-mini-windows
710 into account.
711
7b01b08c
GM
7122000-11-07 Gerd Moellmann <gerd@gnu.org>
713
acad3c0b
GM
714 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
715
7b01b08c
GM
716 * dired.el (dired-between-files): Add `^. find' as an alternative
717 to the regular expression, for find-dired.
718
6f602bd0
SM
7192000-11-06 Stefan Monnier <monnier@cs.yale.edu>
720
721 * textmodes/texnfo-upd.el: Require texinfo.
722 (defmacro, defgroup): Remove.
723 (texinfo-section-to-generic-alist): Remove.
724 Use texinfo-section-list instead (i.e. level is changed string->int).
725 (texinfo-filter): New function.
726 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
727 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
728 Use it. And use regexp-opt.
729 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
730 (texinfo-update-menu-region-beginning)
731 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
732 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
733 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 734 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
735 (texinfo-sequential-node-update): Remove autoload cookie.
736
737 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
738 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
739 (texinfo-chapter-level-regexp): Remove.
740 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
741
bb216218
DL
7422000-11-06 Dave Love <fx@gnu.org>
743
6f602bd0 744 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 745
6f602bd0
SM
746 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
747 Match defun*.
bb216218 748
ff8dd5d5
KH
7492000-11-06 Kenichi Handa <handa@etl.go.jp>
750
751 * composite.el (composition-function-table): Variable declaration
752 moved to src/composite.c.
753 (compose-chars-after): New optional arg object.
754
e9da51a1
GM
7552000-11-06 Gerd Moellmann <gerd@gnu.org>
756
e0c12c68
GM
757 * bindings.el (mode-line-toggle-read-only)
758 (mode-line-toggle-modified, mode-line-widen)
759 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
760 (make-mode-line-mouse2-map): Rewritten.
761 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
762 functions so that C-h k can show something with a doc string.
eaae8106 763
e9da51a1
GM
764 * startup.el (fancy-splash-delay): Set to 10 seconds.
765 (fancy-splash-max-time): New user-option.
766 (fancy-splash-stop-time): New variable.
767 (fancy-splash-screens): Set it. Catch `stop-splashing'.
768 (fancy-splash-screens-1): Throw `stop-splashing' when current
769 time is greater than fancy-splash-stop-time.
770
611dbdf0
SM
7712000-11-06 Stefan Monnier <monnier@cs.yale.edu>
772
4d2806e2
SM
773 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
774
611dbdf0
SM
775 * pcvs.el (cvs-mode-marked): New arg `noquery'.
776 Prompt user for a file rather than raising an error.
777 (cvs-enabledp): Fix call to cvs-mode-marked.
778 (cvs-insert-file): New function (extracted from cvs-mode-insert).
779 (cvs-mode-insert): Use it. Change the init prompt' value.
780 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
781
782 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
783 Don't pass default arg to ewoc-locate.
784 (ewoc-collect): Return result in the right order.
785
786 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
787
788 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
789 (cvs-status-get-tags): Fix regexp.
790 (cvs-status-trees, cvs-status-cvstrees):
791 Combine after change hooks and don't sit-for.
4d2806e2
SM
792 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
793 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
794 Use make-char rather than hard-coded cryptic data.
795 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
796
797 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
798
799 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
800 (cvs-insert-strings): New function.
801
937b2877
MB
8022000-11-06 Miles Bader <miles@lsi.nec.co.jp>
803
804 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
805 `mwheel-scroll-amount'.
806 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
807 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
808 string-matching against the version string.
809
c6c97763
KH
8102000-11-06 Kenichi Handa <handa@etl.go.jp>
811
6eaec747
KH
812 * language/thai.el ("Thai"): Set a lisp form that produces
813 composed string in `sample-text' language info.
814
815 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
816 composed string in `sample-text' language info.
817
818 * international/mule-cmds.el (describe-language-environment): Eval
819 `sample-text' data and insert the result.
820
c6c97763
KH
821 * international/mule-conf.el (compound-text): Define this coding
822 system here. Make x-ctext and ctext aliases of it.
823
824 * language/european.el (compound-text, ctext): Moved to
825 international/mule-conf.el.
826
d1145f85
AI
8272000-11-05 Andrew Innes <andrewi@gnu.org>
828
829 * w32-fns.el (w32-version): New function.
830
178a6a45
SM
8312000-11-05 Stefan Monnier <monnier@cs.yale.edu>
832
833 * progmodes/awk-mode.el: Update copyright.
834 (awk-mode-abbrev-table): Remove.
835 (awk-font-lock-keywords): Use regexp-opt.
836 (awk-mode): Use define-derived-mode.
837
838 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
839 when extracting a suffix.
840
1ba90166
AS
8412000-11-04 Andre Spiegel <spiegel@gnu.org>
842
843 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
844 auto-save-mode.
845
546790cb
JR
8462000-11-04 Jason Rumney <jasonr@gnu.org>
847
848 * language/european.el (decode-mac-roman): Test against r1 not r0.
849
d247e32d
SM
8502000-11-03 Stefan Monnier <monnier@cs.yale.edu>
851
fbf44f44
SM
852 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
853 (icon-mode): Define indent-line-function.
854 (icon-comment-indent): Simplify.
855 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
856
857 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
858
859 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
860 Bind change-log-default-mode to defeat the caching done on it.
861 Don't bother saving excursion any more.
862
863 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
864
865 * frame.el (after-setting-font-hook): Rename hooks -> hook.
866 (set-frame-font): Use the new name (and the old for compatibility).
867
eaae8106
SS
868 * toolbar/tool-bar.el (tool-bar-mode):
869 * time.el (display-time-mode):
870 * recentf.el (recentf-mode):
871 * paren.el (show-paren-mode):
872 * mwheel.el (mouse-wheel-mode):
873 * msb.el (msb-mode):
874 * jka-compr.el (auto-compression-mode):
875 * image-file.el (auto-image-file-mode):
876 * hl-line.el (hl-line-mode):
877 * delsel.el (delete-selection-mode):
878 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
879 * complete.el (partial-completion-mode): Drop unneeded positional args.
880
eaae8106 881 * info.el (Info-mode):
fbf44f44
SM
882 * comint.el (comint-mode): Don't both with make-local-hook.
883
d247e32d
SM
884 * log-edit.el (log-edit-menu): New menu.
885
4921558e
MB
8862000-11-03 Miles Bader <miles@gnu.org>
887
888 * wid-edit.el (widget-end-of-line): Reinstate, with a new
889 definition, so that trailing spaces are handled properly.
890 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
891
1fc02b3c
GM
8922000-11-03 Gerd Moellmann <gerd@gnu.org>
893
894 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
895 tab character.
896 (fancy-splash-screens): Set tab-width to 20.
897
51d001f7
DL
8982000-11-03 Dave Love <fx@gnu.org>
899
900 * comint.el (comint-completion-addsuffix): Fix custom type.
901
ba22aeff
SM
9022000-11-02 Stefan Monnier <monnier@cs.yale.edu>
903
904 * font-lock.el (font-lock-buffers): Remove.
905 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
906 (font-lock-change-major-mode): Remove.
907 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
908 (font-lock-default-fontify-region): Extend the multiline
909 fontification to whole lines.
910 (font-lock-fontify-anchored-keywords)
911 (font-lock-fontify-keywords-region): If matching just one
912 line (with \n) only mark the \n as multiline.
913
914 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
915 Correctly handle the case where several :group args are supplied.
916 Allow :extra-args.
917 (easy-mmode-define-global-mode): Allow :extra-args.
918 Correctly handle the case where several :group args are supplied.
919
9c887ada
MB
9202000-11-02 Miles Bader <miles@gnu.org>
921
eaae8106 922 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
923 (holiday-face): Remove dependency on `window-system'.
924
7f25090d
KR
9252000-11-02 Ken Raeburn <raeburn@gnu.org>
926
927 * Makefile.in (emacs): Set EMACSLOADPATH always.
928 (update-authors, .el.elc, compile-files): Don't do it explicitly
929 here.
9b911107 930 (compile-files): Bomb out if compilation of a file fails.
7f25090d 931
7dd6009c
DL
9322000-11-02 Dave Love <fx@gnu.org>
933
934 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
935
94821e4f
EZ
9362000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
939 punctuation in the warning inserted into the *mail* buffer.
940
1ac3fc42
GM
9412000-11-02 Gerd Moellmann <gerd@gnu.org>
942
57731876
GM
943 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
944 (authors-public-domain-p): New function.
945 (authors-print): Use it.
946
975f82c9
GM
947 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
948
1ac3fc42
GM
949 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
950
4b3eb10f
GM
9512000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
952
975f82c9 953 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
954 (ps-print-version): New version number (6.3.1).
955 (ps-even-or-odd-pages): Customization fix.
956 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
957 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
958 (ps-page-count): Var replaced by `ps-page-column'.
959 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
960 (ps-print-sheet-p): New fun.
961
7da794df
MB
9622000-11-02 Miles Bader <miles@lsi.nec.co.jp>
963
964 * tooltip.el (tooltip-gud-tips-setup): New function.
965 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
966 (tooltip-mode): Call tooltip-gud-tips-setup.
967 (tooltip-gud-tips): Use `gud-basic-call' instead of
968 process-send-string, so the prompt gets frobbed appropriately.
969 Handle nil return value from `tooltip-gud-print-command'.
970
0e40b809
EL
9712000-11-01 Eric M. Ludlam <zappo@ultranet.com>
972
973 * comint.el (comint-add-to-input-history): New function.
974 (comint-send-input): Use `comint-add-to-input-history'.
975
50ada0db
MB
9762000-11-02 Miles Bader <miles@lsi.nec.co.jp>
977
973a3104
MB
978 * info.el (info-menu-header): New face.
979 (Info-fontify-menu-headers): New function.
980 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
981
50ada0db
MB
982 * info.el (Info-insert-dir): Don't include blank lines at
983 beginning of additional dir files (one is added automatically).
984
bff53411
SM
9852000-11-01 Stefan Monnier <monnier@cs.yale.edu>
986
987 * emacs-lisp/easy-mmode.el (define-minor-mode):
988 Revert the latest changes.
989 Allow the three positional arguments to be skipped and replaced
990 by keyword arguments.
991 Add a :toggle argument to determine whether a nil arg means toggle
992 or means turn-on. The default is unchanged.
993 Add a call to force-mode-line-update.
994
6b8a0b2d
DL
9952000-11-01 Dave Love <fx@gnu.org>
996
997 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
998 cookie.
999
5bf99100
MB
10002000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1001
1002 * calendar/calendar.el (diary-face, holiday-face): Add
1003 dark-background variants.
1004
a4032611
SS
10052000-10-31 Sam Steingold <sds@gnu.org>
1006
1007 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1008 `tex-main-file' does not have directory in it.
1009
c286608e
SM
10102000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1011
1012 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1013
4836835a
TTN
10142000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1015
1016 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1017 functional change.
1018
26dcb81b
GM
10192000-10-31 Gerd Moellmann <gerd@gnu.org>
1020
1021 * files.el (find-file-noselect): When we expand a wildcard, return
1022 a list of buffers, as we should do according to the doc string.
1023
49fc4500
KR
10242000-10-31 Ken Raeburn <raeburn@gnu.org>
1025
1026 * loadup.el (top level): Adjust load path if program name is
1027 "../src/bootstrap-emacs", in case it's not dumped and thus the
1028 load path adjustment hasn't already been done.
1029
ea0c615d
GM
10302000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1031
1032 * ps-print.el: Fix bug on selected pages for printing. Use
1033 `color-values' for Emacs 21. Ensure fontification when jit-lock
1034 is on. Try to avoid warning messages when compiling. Doc Fix.
1035 (ps-print-version): New version number (6.3).
1036 (ps-color-device): Use `color-values' to determine if device
1037 supports color.
1038 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1039 (ps-print-page-p): Changed from defsubst to defun.
1040 (ps-page-number): Changed from defmacro to defun.
1041 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1042 printing.
c286608e 1043 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1044 (ps-end-file, ps-dummy-page): Funs eliminated.
1045 (ps-print-color-scale): Changed default value.
1046 (ps-page-n-up, ps-print-page-p): New internal vars.
1047 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1048 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1049
9e20722f
GM
1050 * delim-col.el: Little programming improvement.
1051 (delimit-columns-str): New macro.
1052 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1053
d7a0fd00
KH
10542000-10-31 Kenichi Handa <handa@etl.go.jp>
1055
c286608e
SM
1056 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1057 Moved to european.el.
d7a0fd00
KH
1058 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1059 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1060 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1061 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1062
234be340
DL
10632000-10-30 Dave Love <fx@gnu.org>
1064
1065 * progmodes/cc-menus.el (imenu-generic-expression)
1066 (imenu-progress-message): Only defvar when compiling.
1067
4edc4a39
DL
1068 * emacs-lisp/elp.el (elp-unload-hook): New function.
1069
1070 * loadhist.el (unload-feature): Call elp-restore-function,
1071 checking for symbols; don't use elp-restore-all.
1072 (loadhist-hook-functions): Doc fix.
1073
70c825df
SM
10742000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * log-edit.el (log-edit-confirm): Fix the default.
1077
1d3baf74
GM
10782000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1079
1080 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1081 delimit-columns-format.
1082 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1083
1ec321a7
MB
10842000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1085
1086 * comint.el (comint-replace-by-expanded-history): Don't use
1087 comint-get-old-input (we're not looking at *old* input).
1088 (comint-get-old-input-default): If using fields, signal an error
1089 when the point is not in an input field.
1090
70737ea9
KH
10912000-10-30 Kenichi Handa <handa@etl.go.jp>
1092
1093 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1094 and mule-unicode-e000-ffff.
1095
fa0cb51d 1096 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1097 (make-coding-system): Accept a symbol of translation table as a
1098 value of property `safe-chars'.
1099
1100 * international/mule-cmds.el (encode-coding-char): Check property
1101 safe-chars instead of safe-charsets.
1102
1103 * international/fontset.el (fontset-default): Modified for
1104 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1105 (x-font-name-charset-alist): Likewise.
1106 (ccl-encode-unicode-font): New CCL program. Record it in
1107 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1108
70c825df
SM
1109 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1110 New translation tables.
70737ea9
KH
1111 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1112 programs are modified and moved from mac-win.el.
1113 (mac-roman): Definition of this coding system is modified and
1114 moved from mac-win.el.
4836835a 1115
fda2ce24 11162000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1117
1d3baf74 1118 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1119 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1120
dd4d3cb6
MB
11212000-10-29 Miles Bader <miles@gnu.org>
1122
1123 * custom.el (custom-add-to-group): Allow multiple entries for a
1124 given value OPTION, as long as their widget types are different.
1125 * cus-edit.el (custom-face-value-create): If face name doesn't end
1126 with "face", add such here (similar to custom group widgets).
1127
1128 * comint.el (comint-highlight-prompt): Add :type.
1129
dace60cf
JW
11302000-10-28 John Wiegley <johnw@gnu.org>
1131
1132 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1133 Changed this function to operate on a temporary buffer instead of
1134 the main buffer. This not only keeps flyspell from marking a
1135 buffer as changed that wasn't, but it solves the jumpy cursor
1136 problem when attempts are made to edit incorrect words.
1137 (flyspell-maybe-correct-doubling): Same change as for
1138 `flyspell-maybe-correct-transposition'.
1139
1140 * calendar/timeclock.el (timeclock-log): Doc fix.
1141 (timeclock-last-event): Doc fix.
1142 (timeclock-log): Kill the timelog buffer after appending a new
1143 event.
1144 (timeclock-find-discrep): Use a temp buffer to read in the
1145 timelog, instead of visiting the file.
1146 (timeclock-log-data): A new function, along with a host of helper
1147 functions, for the purpose of making timelog data accessible to
1148 programmers.
1149
1150 * eshell/esh-mode.el (window-height test): Make certain that
1151 `eshell-stringify-t' is non-nil.
1152 (eshell-password-prompt-regexp): Changed to a much simpler
1153 password regexp.
1154 (eshell-send-input): If `eshell-invoke-directly' returns t,
1155 directly invoke the parsed command using `eval'. This improves
1156 turn-around time on simple commands by a factor of three or
1157 greater, such as cd, ls, pwd, etc. -- which get used very often.
1158 It also conserves thousands of cons cells per call (since
1159 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1160 in the Pacific Cookie Company).
1161
1162 * eshell/esh-test.el (eshell-test): Whitespace fix.
1163
1164 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1165 `eshell-ls-initial-args' nil when inserting directory contents.
1166
1167 * eshell/em-script.el (eshell-script-initialize): Add names to
1168 `eshell-complex-commands, since `source' and `.' are complex.
1169
0467b076
EZ
1170 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1171 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1172 `eshell-copy-handles'.
1173 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1174 bodies.
1175 (eshell-separate-commands): Whitespace fix.
1176 (eshell-complex-commands): Added a new list of names, for
1177 determining whether a given command is as simple as it looks.
1178 (eshell-invoke-directly): New function. Returns t if a command
1179 should be invoked directly (using `eval'), rather than indirectly
1180 using `eshell-do-eval'.
1181 (eshell-do-eval): Whitespace fix.
1182
1183 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1184 which provides an emulation of the DOS shell behavior of assuming
1185 that cp/mv/ln should copy/move/link to the current directory.
1186 (eshell-remove-entries): Added a doc string.
1187 (eshell-shuffle-files): Removed the check for `target' being null.
1188 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1189 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1190 it to do a smarter check of whether a destination was provided.
1191 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1192 (eshell/ln): Enable `:preserve-args', and use
1193 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1194 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1195 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1196 list after flattening it. This makes it possible to cat files
1197 with numerical names.
1198 (eshell-unix-initialize): Added several names to
1199 `eshell-complex-commands.
1200 (eshell-unix-command-complex-p): Return t if a given command name
1201 may result in external processes being invoked.
1202
1203 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1204 variable nil by default, since it slows down glob processing by a
1205 factor of two or more, and increases memory consumption.
1206
1207 * eshell/em-smart.el: Added a note about how memory consumptive
1208 smart display mode can be (at least this is true in Emacs 21).
1209 (eshell-smart-initialize): Whitespace fix.
1210 (eshell-refresh-windows): Use `if' instead of `when'.
1211 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1212 not necessary.
1213 (eshell-currently-handling-window): Added a missing global
1214 variable.
1215
1216 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1217 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1218 Whitespace fix.
1219 (eshell-ls-exclude-hidden): Added this variable in addition to
1220 `eshell-ls-exclude-regexp'. This one prevents files beginning
1221 with . from even being read, which can improve memory consumption
1222 quite a bit.
1223 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1224 read file entries beginning with a dot. In home directories with
1225 lots of hidden files, fully two-thirds of the time spent in ls is
1226 used to read directory entries that are immediately thrown away.
1227 (eshell-ls-initial-args): Added back this configuration variable,
1228 for specifying default initial arguments to every call to ls.
1229 Much faster than using an alias to do the same thing.
1230 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1231 (eshell-ls-dir): Whitespace change.
1232
1233 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1234
1235 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1236 available.
1237 (eshell-stringify-t): Added a customization variable, to indicate
1238 whether `t' should be rendered as a string at all. If not, one
1239 can still determine if the result of an expression is true using
1240 "file-exists-p FILE && echo true".
1241 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1242 stringify t!
1243
1244 * eshell/esh-module.el: Whitespace fix.
1245
1246 * eshell/em-alias.el (eshell-alias-initialize): Added
1247 `eshell-command-aliased-p' to `eshell-complex-commands'.
1248 (eshell-command-aliased-p): New function that returns t if a
1249 command name names an aliased.
1250
657f9cb8 12512000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1252
0467b076 1253 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1254 redrawing the screen when changing cursor color.
0467b076
EZ
1255 (viper-insert-state-pre-command-sentinel)
1256 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1257 (viper-replace-state-post-command-sentinel):
1258 Use viper-preserve-cursor-color.
657f9cb8
MK
1259 Many functions changed to use viper= instead of = when comparing
1260 characters.
0467b076 1261 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1262 working with characters.
0467b076 1263 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1264 Many functions changed to use viper= instead of = when comparing
1265 characters.
0467b076 1266 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1267
0467b076 1268 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1269 Several typos fixed in various docstrings.
0467b076
EZ
1270 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1271 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1272 hook.
0467b076
EZ
1273 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1274 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1275 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1276 (ediff-get-selected-buffers): New function.
1277 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1278 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1279 save-window-excursion.
0467b076 1280 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1281 termination check in while loop.
0467b076 1282 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1283 dired buffer.
0467b076
EZ
1284 (ediff-files,ediff-merge-files,ediff-files3)
1285 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1286
4f490d99
DL
12872000-10-28 Dave Love <fx@gnu.org>
1288
1289 * info.el (Info-fontify-node): Add help-echo for menu items.
1290
45b84006
EZ
12912000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1292
5ebc02b3
EZ
1293 * startup.el (normal-top-level): If the value of $TERM indicates
1294 we are running from xterm or one of its work-alikes, default to a
1295 light background mode.
1296
45b84006
EZ
1297 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1298 * faces.el (tty-handle-reverse-video): New function.
1299 (tty-create-frame-with-faces): Call it.
1300
1301 * frame.el (frame-notice-user-settings): Don't apply
1302 default-frame-alist and initial-frame-alist to MS-DOS frames.
1303 Call tty-handle-reverse-video, frame-set-background-mode, and
1304 face-set-after-frame-default for non-MS-DOS frames.
1305
1306 * startup.el (tty-long-option-alist): New variable.
1307 (tty-handle-args): New function.
1308 (command-line): Call tty-handle-args.
1309
1310 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1311 startup.el now does that for all character-terminal frames.
1312
eab6e8b9
MB
13132000-10-28 Miles Bader <miles@gnu.org>
1314
1315 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1316 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1317 global. If :global is followed by a non-nil but non-t value,
1318 make the mode buffer-local, but also generate a `global-MODE'
1319 version using `easy-mmode-define-global-mode'. Add
1320 :conditional-turn-on keyword argument.
1321
51a29efc
DL
13222000-10-28 Dave Love <fx@gnu.org>
1323
1324 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1325 use window-system.
1326
d71d7114
EZ
13272000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1330 Don't call find-buffer-file-type-coding-system. Instead, just
1331 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1332 if the file is on an untranslated filesystem.
1333 (add-untranslated-filesystem): Use "D" instead of "f" inside
1334 interactive.
1335
1f9cab4b
DL
13362000-10-27 Dave Love <fx@gnu.org>
1337
70c825df 1338 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1339 (refill-mode): Use it.
1340
70c825df
SM
13412000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1342
1343 * international/quail.el (quail-activate): Don't make-local-hook.
1344
7432cf10
AS
13452000-10-27 Andre Spiegel <spiegel@gnu.org>
1346
4836835a 1347 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1348 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1349 (vc-make-version-backup): Don't do it on MS-DOS without long file
1350 names.
4836835a 1351
7432cf10
AS
1352 * vc.el (vc-version-other-window): If an automatic backup of the
1353 desired version exists, rename it instead of copying it.
1354
4836835a
TTN
1355 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1356 after command. If there's an unexpected error, signal it instead
7432cf10 1357 of being silent.
e1483c38 1358 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1359
05ea7ef2
MB
13602000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1361
fd1035aa
MB
1362 * shell.el (shell): Add BUFFER argument.
1363 * comint.el (make-comint-in-buffer): New function.
1364 (make-comint): Use it.
1365
05ea7ef2
MB
1366 * faces.el (face-spec-choose): Change syntax so that the list of
1367 attribute-value pairs is now the cdr of each clause, not the cadr.
1368 Detect old-style entries, and handle them. Use pop.
1369
835a55fe
SM
13702000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1371
f5ab1cdd
SM
1372 * cus-edit.el (custom-mode-map): Use a sparse map.
1373 (custom-mode): Don't bother with make-local-hook.
1374
1375 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1376
835a55fe
SM
1377 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1378
c13b0ec8
GM
13792000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1380
1381 * ps-print.el: Avoid compilation gripes.
1382 (ps-print-version): New version number (6.2.1).
4836835a 1383
e9f63196
DL
13842000-10-26 Dave Love <fx@gnu.org>
1385
0b95284b
DL
1386 * menu-bar.el: Modify some menu item help strings.
1387 (menu-bar-help-menu): Add link to MORE.STUFF.
1388
e9f63196
DL
1389 * cus-edit.el (custom-mode): Add `special' mode-class property.
1390
1391 * wid-browse.el (widget-browse-mode): Likewise.
1392
1393 * wid-edit.el (widget-specify-field): Revert to using local-map
1394 property, not keymap.
1395
e276a14a
MB
13962000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1397
c1545d88
MB
1398 * wid-edit.el (widget-field-end): When checking for a `boundary'
1399 field, do so in the correct buffer.
1400
3c1b77ca
MB
1401 * simple.el (undo): Correctly distinguish between numeric and
1402 non-numeric prefix args in non-transient-mark-mode, as per the doc
1403 string. When in transient-mark-mode, treat all prefix-args as
1404 numeric.
1405
f5ab1cdd
SM
1406 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1407 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1408
1409 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1410 (comint-mode-map): Reverse order of `comint-write-output' and
1411 `comint-append-output-to-file'.
1412 (comint-append-output-to-file): Reinstate this function, for the
1413 benefit of the menu.
1414
d97151cb
SM
14152000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1416
1417 * vc.el (vc-version-other-window): Bind `file'.
1418
ea7d6f5b
GM
14192000-10-25 Gerd Moellmann <gerd@gnu.org>
1420
f5ab1cdd 1421 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1422
1423 * emacs-lisp/authors.el (batch-update-authors): New function.
1424 (authors-fixed-entries): New defconst.
1425 (authors-add-fixed-entries): New function.
1426 (authors): Call it.: Don't process lispref/.
1427
17c25cea
JR
14282000-10-25 Jason Rumney <jasonr@gnu.org>
1429
1430 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1431 Merge x w32 and mac definitions.
1432
4ecda532
GM
14332000-10-25 Gerd Moellmann <gerd@gnu.org>
1434
1435 * menu-bar.el (menu-bar-options-menu): Add a help string for
1436 `uniquify'.
1437
b6735035
GM
14382000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1439
f5ab1cdd
SM
1440 * time-stamp.el (time-stamp-string-preprocess):
1441 Fix a wrong type argument error.
b6735035 1442
f4cbc7a0
MB
14432000-10-25 Miles Bader <miles@gnu.org>
1444
1445 * recentf.el (recentf-mode): Variable removed.
1446 (recentf-mode): Use `define-minor-mode'.
1447
1448 * mwheel.el (mouse-wheel-mode): New global minor mode.
1449 (mwheel-install): Use `mouse-wheel-mode'.
1450
f4b020f6
DL
14512000-10-25 Dave Love <fx@gnu.org>
1452
f5ab1cdd
SM
1453 * progmodes/cperl-mode.el (cperl-mode):
1454 Set normal-auto-fill-function correctly.
072cb6f9 1455
f4b020f6
DL
1456 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1457 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1458 bindings.
f4b020f6 1459
ebe2a441
MB
14602000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1461
ff4dcd4b
MB
1462 * wid-edit.el (widget-field-at): New function.
1463 (widget-at, widget-field-activate): Use it.
1464 (widget-tabable-at): Use `widget-at'.
1465 (widget-specify-field): If the terminating character of the widget
1466 field (which is read-only) is a newline, put it into a special
1467 `boundary' field so that C-n/C-p act more naturally.
1468 (widget-field-end): Also don't subtract one if a special
1469 `boundary' field has been added after the widget field.
1470
ebe2a441
MB
1471 * comint.el (comint-output-filter, comint-send-input): Don't
1472 bother adding stickiness fields to overlays to fool the field
1473 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1474
ebe2a441
MB
1475 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1476 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1477 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1478
fe50b6ab
GM
14792000-10-24 Gerd Moellmann <gerd@gnu.org>
1480
53df4dda
GM
1481 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1482 (authors): Set file coding system to iso-2022-7bit. Add
1483 file-local variables to output buffer.
1484
4836835a 1485 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1486 WARN is nil.
1487
53df4dda
GM
14882000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1489
1490 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1491
1492 * delim-col.el: Now there is a column formatting mechanism.
1493 Modified to customization mechanisms convention. Doc fix.
1494 (columns): New group for delim-col.
1495 (delimit-columns-before, delimit-columns-after)
1496 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1497 (delimit-columns-end): New vars.
1498 (delimit-columns-customize, delimit-columns-format): New funs.
1499 (delimit-columns-region, delimit-columns-rectangle)
1500 (delimit-columns-rectangle-line): Modified to support column
1501 formatting.
4836835a 1502
a9839779
DL
15032000-10-24 Dave Love <fx@gnu.org>
1504
1505 * log-edit.el (log-edit): Add :version and a :group for vc.
1506
df0267b8
GM
15072000-10-24 Gerd Moellmann <gerd@gnu.org>
1508
9acc3873
GM
1509 * files.el (after-find-file): Don't print a message ``New file''
1510 if WARN is nil.
1511
63e1b552
GM
1512 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1513 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1514 get duplicate tool-bar entries because we'll see the global ones
1515 on more than one path through keymaps.
1516
1946f901
GM
1517 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1518
df0267b8
GM
1519 * progmodes/cmacexp.el: Change Francesco's email address.
1520
ae3b264b
KH
15212000-10-24 Kenichi Handa <handa@etl.go.jp>
1522
1523 * window.el (fit-window-to-buffer): Adjust point of the window
1524 buffer, not that of the current buffer.
1525
23afac01
EZ
15262000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1527
1528 * progmodes/cmacexp.el: Update the euthor's email address.
1529
22d1a4ed
MB
15302000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1531
1532 * faces.el (face-spec-set-match-display): Add `graphic' display
1533 type (the inverse of `tty'). Use `display-graphic-p' instead of
1534 the window-system variable.
1535
f408aa48
KH
15362000-10-24 Kenichi Handa <handa@etl.go.jp>
1537
1538 * international/isearch-x.el (isearch-with-input-method): Call
1539 input-method-function with the first event in
1540 unread-command-events.
1541
94fe8a31
MB
15422000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1543
1544 * faces.el (face-default-spec, face-user-default-spec): Make
1545 defsubsts.
1546
8f47302e
AC
15472000-10-24 Andrew Choi <akochoi@i-cable.com>
1548
1549 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1550 New charsets.
1551
1552 * term/mac-win.el: Remove definitions of mac-roman-lower and
1553 mac-roman-upper, require dired, and define instead of set
1554 mac-ready-for-drag-n-drop to avoid compilation error.
1555
446c097e
AI
15562000-10-23 Andrew Innes <andrewi@gnu.org>
1557
1558 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1559 superfluous calls to subst-char-in-string; instead apply
1560 expand-file-name after convert-standard-filename to ensure
1561 expected directory separators are used.
1562
379b70e7
EZ
15632000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1564
1565 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1566
85c766e9
DL
15672000-10-23 Dave Love <fx@gnu.org>
1568
b7e03a67
DL
1569 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1570 (tool-bar-add-item): Set foreground and background for XBM icons.
1571
1572 * international/latin1-disp.el (latin1-char-displayable-p): New
1573 function (from Handa).
1574 (latin1-display-check-font): Use it.
1575
0dcf8835
DL
1576 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1577 using :key-sequence, making it much more usable. Use nconc, not
1578 append.
1579 (imenu--create-keymap-1): Avoid append.
1580
85c766e9 1581 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1582
cb3069bb
MB
15832000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1584
1585 [the following changes fix a bug where `define-minor-mode' didn't
1586 correctly generate :require clauses for defcustoms in compiled files]
1587 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1588 (byte-compile-log-file, byte-compile-log-1): Don't set
1589 `byte-compile-current-file' to nil. Instead set
1590 `byte-compile-last-logged-file' to it. Test whether
1591 byte-compile-current-file equals byte-compile-last-logged-file
1592 instead of whether its nil.
3b6542ba 1593 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1594
6db6243b
SM
15952000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1596
1597 * textmodes/refill.el: Fix var names in doc.
1598 (refill-mode): Don't bother with make-local-hook anymore.
1599
98490598
MB
16002000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1601
e01cd227
MB
1602 * faces.el (face-user-default-spec, face-default-spec): New functions.
1603 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1604 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1605 Use `face-user-default-spec'. Simplify code slightly.
1606
4836835a 1607 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1608 (woman-unknown-face): Add dark-background variants.
1609 (woman-default-faces): Renamed from `woman-colour-faces'.
1610 Set using the stored defaults, rather than using hard-wired colors.
1611 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1612 Just make the foreground `unspecified' rather than "black".
1613 (woman-menu): Rename menu entries accordingly.
1614
98490598
MB
1615 * faces.el (header-line): Make more reasonable on mono/grayscale
1616 displays.
1617
1a578e9b
AC
16182000-10-23 Andrew Choi <akochoi@i-cable.com>
1619
1620 * cus-edit.el (custom-button-face): Use 3D look for mac.
1621 (custom-button-pressed-face): Likewise.
1622
1623 * faces.el (set-face-attributes-from-resources): Handle mac frames
1624 in the same way as x and w32 frames.
1625 (face-valid-attribute-values): Likewise.
1626 (read-face-attribute): Likewise.
1627 (defined-colors): Likewise.
1628 (color-defined-p): Likewise.
1629 (color-values): Likewise.
1630 (display-grayscale-p): Likewise.
1631 (face-set-after-frame-default): Likewise.
1632 (mode-line): Same default face as for x and w32.
1633 (tool-bar): Likewise.
1634
1635 * frame.el: Remove call to frame-notice-user-settings at end of
1636 the file.
1637
1638 * info.el (Info-fontify-node): make underlines invisible for mac
1639 as for x, pc, and w32 frame types.
1640
1641 * term/mac-win.el: New file.
1642
aaaf7be7
DL
16432000-10-22 Dave Love <fx@gnu.org>
1644
1645 * textmodes/refill.el: New file.
1646
5392d654
AS
16472000-10-22 Andre Spiegel <spiegel@gnu.org>
1648
4836835a 1649 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1650 MANUAL and REGEXP.
4836835a 1651 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1652 New functions.
1653 (vc-before-save): Use the latter.
1654 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1655 confusion.
1656
4836835a 1657 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1658 expected by vc[-hooks].el.
1659
1660 * vc.el (vc-checkout): Added `-p' suffix in call to
1661 vc-make-version-backups-p; use vc-make-version-backup to actually
1662 make the backup.
1663 (vc-version-other-window, vc-version-backup-file): Handle both
1664 automatic and manual backups.
1665 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1666 of all of them.
1667
1e221c16
MB
16682000-10-22 Miles Bader <miles@gnu.org>
1669
7ff4fda5
MB
1670 * comint.el (comint-highlight-input, comint-highlight-prompt):
1671 Renamed, `-face' at end removed.
1672 (comint-send-input, comint-output-filter): Use renamed faces.
1673
3511cde8
MB
1674 * window.el (fit-window-to-buffer): Change defaulting of
1675 MAX-HEIGHT slightly.
1676
1e221c16
MB
1677 * faces.el (color-values, color-defined-p): Use `member', not
1678 `memq', because it works correctly for strings.
1679 (frame-set-background-mode): Actually, "unspecified-fg" and
1680 "unspecified-bg" *are* strings. Use `member', not `memq', and
1681 `equal', not `eq', when a string value is possible.
1682
b6ef4898
EZ
16832000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1684
1685 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1686
34939e2c
SM
16872000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1688
1689 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1690 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1691 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1692 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1693 (sh-font-lock-syntactic-keywords): Use them.
1694 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1695 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1696 (sh-mode): Don't override font-lock-unfontify-region-function.
1697 Use a copy of sh-font-lock-syntactic-keywords.
1698 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1699 Don't call sh-scan-buffer since font-lock does it on the fly.
1700 (sh-get-indent-info): Use `face' rather than `syntax-table'
1701 text-property to detect here-documents.
1702 Replace sh-special-syntax with sh-st-punc.
1703 (sh-prev-line): Use `face' rather than `syntax-table'
1704 text-property to skip over here-documents.
1705 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1706 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1707 (sh-electric-less, sh-set-here-doc-region)
4836835a 1708 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1709 (sh-scan-buffer, sh-rescan-buffer): Remove.
1710
f3d3c491
AI
17112000-10-21 Andrew Innes <andrewi@gnu.org>
1712
1713 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1714 remote (ange-ftp) file names.
1715
b86c791c
MB
17162000-10-21 Miles Bader <miles@gnu.org>
1717
d9c30bdf
MB
1718 * window.el (fit-window-to-buffer): New function.
1719 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1720 (window-text-height): Don't expect minibuffers to have mode-lines.
1721
d9c30bdf 1722 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1723 * international/quail.el (quail-update-guidance): Use
1724 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1725
617fee5a
MB
1726 * international/quail.el (quail-show-guidance-buf): Make sure
1727 guidance window really has enough room.
1728 (quail-update-guidance): If quail-guidance-win is already shown,
1729 make sure its height is OK.
1730
b86c791c
MB
1731 * window.el (window-text-height, set-window-text-height):
1732 New functions.
1733 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1734 instead of `window-height' & `mode-line-window-height-fudge'.
1735 (mode-line-window-height-fudge): Add FACE parameter.
1736 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1737 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1738
e34850d1
MB
17392000-10-20 Miles Bader <miles@gnu.org>
1740
1741 * window.el (height-affecting-face-attributes): Use `defconst'.
1742
1743 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1744 New function, conditionally aliased to `mode-line-window-height-fudge'.
1745 (ispell-help): Use it.
1746 (ispell-choices-win-default-height): Don't include mode-line fudge.
1747 (ispell-choices-win-default-height): New function.
1748 (ispell-show-choices, ispell-command-loop): Use function
1749 `ispell-choices-win-default-height' instead of variable.
1750
a8b883c2
MB
17512000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1752
8c6e4a58
MB
1753 * window.el (mode-line-window-height-fudge): New variable.
1754 (height-affecting-face-attributes): New variable.
1755 (mode-line-window-height-fudge): New function.
1756 (shrink-window-if-larger-than-buffer): Use it.
1757 * help.el (resize-temp-buffer-window): Likewise.
1758
a8b883c2
MB
1759 * info.el (Info-fontify-node): Add support for @subsubsection
1760 titles, which use `Info-title-4-face'.
1761 (Info-title-4-face): New face.
1762 (Info-title-3-face): Inherit from Info-title-4-face instead of
1763 variable-pitch.
1764
e64c3a75
JR
17652000-10-19 Jason Rumney <jasonr@gnu.org>
1766
1767 * dired.el (dired-insert-directory): Do not let errors signalled by
1768 attempt to run dired-free-space-program prevent dired from working.
1769
c70fe852
SM
17702000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1771
1772 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1773
877cf6b4
GM
17742000-10-19 Gerd Moellmann <gerd@gnu.org>
1775
5de037e0
GM
1776 * dirtrack.el (dirtrack): Fix call to run-hooks.
1777
6deb9af9
GM
1778 * cmuscheme.el (cmuscheme-program-name): Renamed from
1779 scheme-program-name because xscheme.el contains a defcustom with
1780 the same name. As a consequence, customizing group `cmuscheme'
1781 loaded `xscheme' which redefined run-scheme.
1782 (run-scheme): Use cmuscheme-program-name.
1783
877cf6b4
GM
1784 * ps-print.el (ps-print-emacs-type): Move into the
1785 eval-and-compile.
1786
e597d8fb 1787 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1788 anonymous address, and add a website for Befrienders International.
4836835a 1789
3e9cb08f
GM
17902000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1791
c70fe852
SM
1792 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1793 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1794 (ps-print-version): New version number (6.2).
1795 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1796 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1797 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1798 (ps-x-extent-priority, ps-x-extent-start-position)
1799 (ps-x-face-font-instance, ps-x-find-coding-system)
1800 (ps-x-font-instance-properties, ps-x-make-color-instance)
1801 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1802 avoid compilation gripes without defining functions.
1803 (ps-e-find-composition): Alias for function find-composition, to have a
1804 suitable function depending on Emacs version.
1805 (ps-color-device, ps-color-values, ps-face-foreground-name)
1806 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1807 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1808 (ps-print-ensure-fontified): Function definitions surrounded by
1809 `eval-and-compile' to avoid compilation gripes.
1810 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1811 by symbol-value to avoid compilation gripes.
1812 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1813 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1814
d8abcd91
MB
18152000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1816
13ab33c4
MB
1817 * startup.el (normal-top-level): Call `frame-set-background-mode'
1818 after `frame-notice-user-settings' because the latter doesn't call
1819 the former on a tty.
1820
d8abcd91
MB
1821 * faces.el (frame-set-background-mode): `unspecified' &c are
1822 symbols, not strings.
1823
e8bce0a9
EZ
18242000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1825
c70fe852
SM
1826 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1827 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1828
c70fe852
SM
1829 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1830 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1831
773272d8
KH
18322000-10-19 Kenichi Handa <handa@etl.go.jp>
1833
c70fe852 1834 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1835 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1836 for ISO10646-1 fonts.
1837 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1838
772139c0
EZ
18392000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1840
1841 * faces.el (frame-set-background-mode): If a tty frame defines a
1842 background color, use that to compute the background mode, instead
1843 of always defaulting to "dark".
1844
d134a19f
MB
18452000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1846
8bb84cb2
MB
1847 * comint.el (comint-write-output): New function.
1848 (comint-mode-map): Add it to the menu.
e40a778f 1849 Bind `C-c C-s' to comint-write-output.
d134a19f 1850
dada41e1
GM
18512000-10-18 Gerd Moellmann <gerd@gnu.org>
1852
1853 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1854 Use fancy-splash-delay.
1855
9b5360aa
GM
18562000-10-18 Alex Schroeder <alex@gnu.org>
1857
1858 * progmodes/sql.el (sql-sybase-options): New option.
1859 (sql-sybase): Use it. Add sql-database to the list of parameters
1860 provided for login. The options -w 2048 -n are not used any more.
1861
9035a35a
GM
1862 * comint.el (comint-read-input-ring): Bugfix such that the first
1863 and the last entry of the input ring file are not lost.
1864
3556c6dd
GM
18652000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1866
1867 * ps-print.el: Internal variable changes to defcustom,
1868 make-local-hook changes to defvar. Doc fix.
1869 (ps-print-version): New version number (6.1).
1870 (ps-setup, ps-do-despool): Code fix.
1871 (ps-printer-name): Customization fix.
1872 (ps-printer-name-option): Now is a defcustom instead of an
1873 internal variable.
1874 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1875 (ps-print-begin-column-hook): Now are defvar instead of
1876 make-local-hook.
4836835a 1877
4e217e50
MB
18782000-10-18 Miles Bader <miles@gnu.org>
1879
1880 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1881 (comint-kill-output): Changed into an alias for `comint-delete-output',
1882 and made obsolete.
1883 (comint-mode-map): Rename references to comint-kill-output.
1884
34460354
EZ
18852000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1886
1887 * diff-mode.el (diff-header-face, diff-file-header-face)
1888 (diff-changed-face): Add bold and italic attributes to tty faces.
1889 (diff-function-face): New face.
1890 (diff-font-lock-keywords): Use it.
1891
17ea3cdb
MB
18922000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1893
1894 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1895 Remove commented-out call to force-mode-line-update.
1896 (comint-kill-output): Use `forward-line 0' instead of
1897 beginning-of-line to make sure we get past the prompt.
1898
9244f2c7
SM
18992000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1900
1901 * diff-mode.el (diff-header-face, diff-file-header-face):
1902 Add specific setting for dark background.
1903 (diff-context-face): Renamed from diff-comment-face.
1904 Set explicitly rather than inheriting from font-lock-comment-face.
1905
1592c1ef
EZ
19062000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1907
1908 * startup.el (command-line): Move the code which sets the default
1909 TTY colors to before before-init-hook.
1910
f86292a9
GM
19112000-10-17 Gerd Moellmann <gerd@gnu.org>
1912
1913 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1914
f7f2e883
EZ
19152000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1916
e854cc22
EZ
1917 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1918 extensions, for MS-DOS.
1919
f7f2e883
EZ
1920 * diff-mode.el (diff-header-face, diff-file-header-face)
1921 (diff-changed-face): Define tty-specific colors.
1922
c7b4f0f9
GM
19232000-10-17 Gerd Moellmann <gerd@gnu.org>
1924
1925 * startup.el (fancy-splash-text): Realign the text.
1926
12a72271
EZ
19272000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1928
1929 * font-lock.el (font-lock-comment-face): Define a separate default
1930 for dark-background tty's.
1931
61dfccfd
MB
19322000-10-17 Miles Bader <miles@gnu.org>
1933
1934 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1935 being obscured by whizzy mode-lines on graphics displays.
1936
333cd59e
EZ
19372000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * info.el (Info-title-1-face, Info-title-2-face)
1940 (Info-title-3-face): Define colors for tty's.
dada41e1 1941 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1942
dbf1fcc1
EZ
19432000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1944
1945 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1946 reverse from the frame parameters, and don't invert foreground and
1947 background colors.
1948
ac629823
MB
19492000-10-16 Miles Bader <miles@gnu.org>
1950
1951 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1952 string "*Info*". Call propertized-buffer-identification to spruce
1953 up the result.
1954
76eebffc
GM
19552000-10-16 Gerd Moellmann <gerd@gnu.org>
1956
3a6b59d9
GM
1957 * help.el: Provide `help' for the sake of define-minor-mode
1958 which generates defcustoms with requires.
1959
6569c3d3
GM
1960 * jit-lock.el (jit-lock-after-change): If we're in text that
1961 matches a multi-line font-lock pattern, make sure the whole text
1962 will be redisplayed.
1963
c2e0a611
GM
1964 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1965 author's name is unknown.
1966
76eebffc
GM
1967 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1968 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1969 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1970 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1971 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1972 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1973 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1974 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1975 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1976 Add author information.
1977
cf1e7b12
MB
19782000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1979
1980 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1981 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1982 full-color version (using the Gimp) to eliminate dithering artifacts.
1983
5586f3eb
SM
19842000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1985
1986 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1987
1988 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1989
ad64a888
DL
19902000-10-15 Dave Love <fx@gnu.org>
1991
1992 * progmodes/sh-script.el: Require skeleton and comint when
1993 compiling.
1994
1995 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1996
1997 * whitespace.el: Doc fixes.
1998 (top-level): Don't add hooks here.
1999 (whitespace-running-emacs): Deleted.
2000 (timer): Don't require.
2001 (whitespace): Add back :version conditional on xemacs test.
2002 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2003 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2004 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2005 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2006 Avoid specific xemacs test.
2007 (whitespace-global-mode): New option.
2008 (whitespace-global-mode): New command.
2009 (whitespace-unload-hook): New function.
2010
2011 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2012 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2013 (Info-fontify-node): `Goto' goes to `Go to'.
2014 (Info-fontify-node): Add help-echo to xref links.
2015
1ef49fc6
EZ
20162000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2017
2018 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2019
8b7707e1
SM
20202000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2021
b3b7f42f
SM
2022 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2023 Use plist-get and allow :inherit.
2024
2025 * emacs-lisp/cl-macs.el (cl-do-arglist):
2026 Use plist-get and plist-member instead of memq.
2027
3c7fafc7
SM
2028 * emacs-lisp/ewoc.el (ewoc-location): New function.
2029 (ewoc-enter-after, ewoc-enter-before): Document return value.
2030 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2031 Don't need make-local-hook any more.
2032 (cvs-addto-collection): Return the new tin.
2033 (cvs-mode-insert): Jump to the new line.
2034
8b7707e1
SM
2035 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2036
2037 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2038
2039 * font-lock.el (font-lock-syntactically-fontified): New var.
2040 (font-lock-fontify-syntactic-keywords-region): Use it.
2041 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2042
2043 * diff-mode.el (diff-find-file-name): Fix regexp.
2044
2045 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2046 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2047
2048 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2049 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2050 (sh-mode): Don't make all vars local here.
2051 (sh-kw): Reformat.
2052 (sh-set-shell): Use dolist. Don't set indent-region-function.
2053 (sh-mode-syntax-table): Use pop.
2054 (sh-remember-variable): Use push.
2055 (sh-help-string-for-variable): Use memq.
2056 (sh-safe-backward-sexp): Remove.
2057 (sh-safe-forward-sexp): Add ARG.
2058 (sh-get-indent-info, sh-prev-stmt): Use it.
2059 (sh-prev-line): Simplify by using forward-comment.
2060 (sh-this-is-a-continuation): Simplify.
2061 (sh-learn-buffer-indent): Use dolist.
2062 (sh-do-nothing): Remove.
2063 (sh-set-char-syntax, sh-set-here-doc-region):
2064 Use inhibit-modification-hooks.
2065 (sh-name-style): Use mapcar and push.
2066 (sh-load-style): Use dolist.
2067 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2068 (sh-case, sh-while-getopts): Use propertize directly rather
2069 than sh-electric-rparen.
2070
20712000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * textmodes/tex-mode.el: Require CL when compiling.
2074 (tex-mode-syntax-table): Init immediately.
2075 (tex-mode-map): Bind M-RET to latex-insert-item.
2076 (latex-mode): Set indent-line-function to latex-indent.
2077 (tex-common-initialization): Don't setup the syntax-table any more.
2078 (latex-insert-item): New skeleton.
2079 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2080 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2081 (latex-indent, latex-find-indent): New functions.
4836835a 2082 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2083 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2084 (tex-compilation-parse-errors): Use with-syntax-table.
2085
86b7fcbb
MB
20862000-10-15 Miles Bader <miles@gnu.org>
2087
2088 * font-lock.el (font-lock-comment-face): Change dark-background,
2089 color, non-tty, default to `chocolate1'.
2090
57a24508
JW
20912000-10-13 John Wiegley <johnw@gnu.org>
2092
2093 * eshell/esh-util.el (require): Added a missing `require' form,
2094 needed when compiling (for an ange-ftp macro definition).
2095
40ad3db4
DL
20962000-10-13 Dave Love <fx@gnu.org>
2097
2098 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2099
db460189
GM
21002000-10-13 Gerd Moellmann <gerd@gnu.org>
2101
b41c9501
GM
2102 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2103 fix.
2104
4836835a 2105 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2106 transparent -colors 8).
2107
3b5e21df
GM
21082000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2109
2110 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2111 that breaks with old list format timestamps.
2112 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2113 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2114 strings.
2115
16908a3f
JW
21162000-10-13 John Wiegley <johnw@gnu.org>
2117
d7103dda
JW
2118 * align.el, pcomplete.el, calendar/timeclock.el,
2119 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2120
dace60cf 2121 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2122 faulty math, where holiday hours were being computing as seconds.
2123
b6b70cda
JW
21242000-10-13 John Wiegley <johnw@gnu.org>
2125
2126 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2127 specifying what "other" kinds of buffers should be saved. This
2128 used to be hard-coded.
2129 (desktop-buffer-misc-functions): A global for specifying how
2130 auxiliary data should be determined for special buffer types.
2131 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2132 instead of hard-coding the special buffer types.
2133 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2134 auxiliary data, instead of hard-coding for Info buffers and dired.
2135 (desktop-buffer-info-misc-data): Aux function for determining Info
2136 buffer auxiliary info.
2137 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2138 (desktop-buffer-info): Changed this function to use the info
2139 gathered above.
2140 (desktop-create-buffer): Be a little more careful about what
2141 `minor-mode' means before calling it. This is important for some
2142 buffer types.
2143
8c6b1d83
JW
21442000-10-13 John Wiegley <johnw@gnu.org>
2145
2146 * eshell/esh-util.el: Added a global form which declares an
2147 autoload for `parse-time-string', if that function is not already
2148 defined, and if parse-time.el is available on the user's system.
2149
2150 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2151 to be aware of ange-ftp user info.
2152 (eshell-do-ls): Bind `ange-cache'. Also, use
2153 `eshell-file-attributes'.
2154 (eshell-ls-annotate): Use `eshell-file-attributes'.
2155 (eshell-ls-file): Made the user-id printing code a bit smarter.
2156
2157 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2158 allow identification of alias user ids in remote directories.
2159 It's manual, but there's no other way to know when the current
2160 user on the local machine, is also the owning user on the remote
2161 machine.
2162 (fboundp): Bind `ange-cache'.
2163 (eshell-directory-files-and-attributes): Re-organized the logic a
2164 bit to use `eshell-file-attributes' instead of `file-attributes'.
2165 The former is more sensitive to directories that are read via FTP,
2166 and knows how to use ange-ftp to determine full attribute
2167 information, instead of just the name and last modtime.
2168 (eshell-current-ange-uids): Return the current user id when in a
2169 remote directory.
2170 (eshell-parse-ange-ls): Parse a full directory listing that has
2171 been returned by ange-ftp.
2172 (eshell-file-attributes): This beefed up version of
2173 `file-attributes' is only special if the user is currently in a
2174 remote directory, in which case it does a lot of work to find out
2175 what the real attributes of a file are, as they appear on the
2176 remote machine. This makes usage of remote directories (i.e.,
2177 ange-ftp pathnames) much more useful. You can now use Eshell as a
2178 full-fledged FTP client, with much more manipulation ability than
2179 most other clients.
2180
2181 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2182 variable, which means that Eshell's du should always be preferred
2183 in remote directories.
2184 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2185 just `file-attributes'.
2186 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2187 when reading remote directories. This is an Eshell-specific
2188 variable (not part of ange-ftp).
2189 (eshell/ln): Bind `ange-cache'.
2190 (eshell/du): Added some extra logic for determining when to use
2191 Eshell's du (which is slow), and when to use the external version
2192 (which may or may not exist).
2193
2194 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2195 `eshell-interactive-process', rather than using
2196 `get-buffer-process', since backgrounded processes don't count in
2197 the context of this function's logic.
2198
2199 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2200 `forward-char', so that null strings are parsed correctly.
2201
87730e84 22022000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2203
2204 * eshell/em-pred.el (eshell-pred-file-type,
2205 eshell-pred-file-links, eshell-pred-file-size): Use
2206 `eshell-file-attributes'. This is more correct over ange-ftp.
2207
2208 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2209 that remote file globbing is more efficient.
2210
2211 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2212 gathering the files and attributes within a directory.
2213
2214 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2215 the command line is a special file (not a regular file, directory
2216 or symlink), always attempt to call the external version of cat.
2217
87730e84 22182000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2219
2220 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2221 Eshell-friendly version of find-tag.
2222
1c7e37a9
MB
22232000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2224
4836835a 2225 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2226 (image-file-name-regexps): Add autoload cookies.
2227
11a7f341
KH
22282000-10-13 Kenichi Handa <handa@etl.go.jp>
2229
2230 * international/mule-cmds.el (select-safe-coding-system): If FROM
2231 is string, show it in *Warning* buffer.
2232
8ddddcb0
EZ
22332000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2234
2235 * startup.el (normal-top-level): Use display-popup-menus-p instead
2236 of window-system.
2237 (command-line): Use display-graphic-p instead of window-system.
2238 (command-line-1): Use display-popup-menus-p and display-mouse-p
2239 instead of window-system.
2240
72200f89
SS
22412000-10-12 Sam Steingold <sds@gnu.org>
2242
2243 * tooltip.el (tooltip-use-echo-area): New user variable.
2244 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2245
8661c643
DL
22462000-10-12 Dave Love <fx@gnu.org>
2247
d0b40dc1
DL
2248 * recentf.el: Maintainer's checkdoc fixes.
2249
a622451f
DL
2250 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2251 character class, not ASCII when matching file names.
2252 (fancy-splash-head): Add trailing slash to URL.
2253 (command-line): Don't require XPM support for toolbar.
2254
8661c643
DL
2255 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2256 (cperl-invalid-face): Revert last change.
2257 (cperl-init-faces): Quote cperl-invalid-face.
2258
ef2ed8ab
KH
22592000-10-12 Kenichi Handa <handa@etl.go.jp>
2260
2261 * startup.el (fancy-splash-text): Remove superfluous quote.
2262
b0da379e
GM
22632000-10-12 Gerd Moellmann <gerd@gnu.org>
2264
dbeb499b
GM
2265 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2266 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2267 (command-line-1): Don't use fancy-splash-pending-command.
2268 (fancy-splash-screens-1): Goto point-min after inserting text.
2269
d861718a
GM
2270 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2271
b0da379e
GM
2272 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2273 instead of shared-lisp-mode-map.
2274
4fb2ad98
MB
22752000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2276
1cb4393e
MB
2277 * faces.el (header-line): Change tty-variant to use underlining.
2278
4fb2ad98
MB
2279 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2280 (isearch-highlight): Restore lazy-isearch face properties at old
2281 position, and suppress them at new position.
2282 (isearch-dehighlight): Restore lazy-isearch face properties.
2283 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2284 over the real isearch overlay, but in that case, don't give it a
2285 face property. Use `push'.
2286
eb991b25
KH
22872000-10-12 Kenichi Handa <handa@etl.go.jp>
2288
2289 * man.el (Man-getpage-in-background): Fix previous change.
2290 Decode the process output only when we are in multibyte mode.
2291
a818c1c0
DL
22922000-10-11 Dave Love <fx@gnu.org>
2293
c990f53a
DL
2294 * info.el (Info-mode-menu): Fix some help.
2295 (info-tool-bar-map): Add entry for Info-last.
2296
a818c1c0
DL
2297 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2298 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2299 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2300 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2301 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2302 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2303 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2304 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2305 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2306 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2307 Reduce colour requirements to 25 overall. (Probably wants
2308 revisiting from the originals to reduce further.)
2309
c1b096cb
EZ
23102000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2311
2312 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2313 buffer-file-coding-system, instead of raw-text.
2314 (dehexlify-buffer): Bind coding-system-for-read to
2315 buffer-file-coding-system, instead of raw-text.
2316
5c8b7eaf
SS
23172000-10-11 Sam Steingold <sds@gnu.org>
2318
2319 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2320 `underline' - fixes the bug introduced on 2000-09-21.
2321
2cfbdb7a
DL
23222000-10-11 Dave Love <fx@gnu.org>
2323
2324 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2325 compiler warnings.
2326 (scheme-mode): Doc fix.
2327 (scheme-font-lock-keywords-1): Match `define-syntax'.
2328
23292000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2330
2331 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2332 face specs as well as default ones. Only do anything if the
2333 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2334 (region): Make dark-background `region' face less in-your-face.
4b33f290 2335
690ec649
SS
23362000-10-10 Sam Steingold <sds@gnu.org>
2337
2338 * chistory.el, ielm.el, ledit.el:
2339 * progmodes/inf-lisp.el, progmodes/scheme.el:
2340 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2341
3b95d6bb
SM
23422000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2343
2344 * textmodes/texinfo.el: Update copyright and fix typo.
2345
2346 * desktop.el (desktop-modes-not-to-save): New var.
2347 (desktop-save-buffer-p): Use it.
2348 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2349 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2350
d646c828
DL
23512000-10-10 Dave Love <fx@gnu.org>
2352
2353 * toolbar/tool-bar.el (tool-bar-add-item)
2354 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2355 display.
2356
d646c828
DL
2357 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2358 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2359 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2360 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2361 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2362 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2363 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2364 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2365 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2366 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2367 the .xpms; probably need retouching.
2368
862a7e28
MB
23692000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2370
2371 * subr.el (add-to-list): Add optional argument APPEND.
2372 * battery.el (display-battery): Use `add-to-list'.
2373
46e33aee
TTN
23742000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2375
930baf47
TTN
2376 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2377 these vars as symbol properties.
2cfbdb7a
DL
2378 (zone, zone-when-idle, zone-leave-me-alone)
2379 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2380
5a430f9c
TTN
2381 * battery.el (display-battery): Doc spelling fix.
2382
46e33aee
TTN
2383 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2384 property.
2385
adf7d3a8
DL
23862000-10-09 Dave Love <fx@gnu.org>
2387
2388 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2389 has been initialized before calling tool-bar-setup.
c2156508 2390 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2391
06a8c9f8
EZ
23922000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2393
e4ca8f8c
EZ
2394 * menu-bar.el (send-mail-item-name): New function.
2395 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2396 of mail-user-agent in the menu. Don't display the "Send Mail"
2397 item if mail-user-agent is nil or its value is ignore.
2398 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2399 if read-mail-command is nil or its value is ignore.
2400
06a8c9f8
EZ
2401 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2402
7dbc9c8a
MB
24032000-10-09 Miles Bader <miles@gnu.org>
2404
29e0814b
MB
2405 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2406 Correct image size.
2407 * toolbar/left_arrow.xpm: Correct image size.
2408
7dbc9c8a
MB
2409 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2410 will be done by the definition of `auto-compression-mode' if
2411 necessary. Move code to uninstall existing file-name handler
2412 before definition of `auto-compression-mode'.
2413
2414 * image-file.el (auto-image-file-mode): Move to the end of the
2415 file, because `define-minor-mode' actually calls the mode-function
2416 if the associated variable is non-nil, which requires that all
2417 needed functions be already defined.
2418
65b61266
MB
2419 * mouse.el (popup-menu): Balance parens.
2420
d6b8c85b
SM
24212000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2422
2423 * mouse.el (popup-menu): Move the command call outside the loop
2424 so that popup-menu returns whatever the command returns.
2425
2426 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2427 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2428 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2429 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2430
2431 * vc.el (vc-version-diff): diff-switches can be a list.
2432 Use relative filenames for prettier output.
2433
46e33aee 2434 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2435 (vc-post-command-functions): Remove old-VC compatibility code.
2436
2437 * newcomment.el (comment-indent-default): Autoload.
2438
2439 * font-lock.el (font-lock-defaults): Make buffer-local.
2440 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2441 (font-lock-choose-keywords):
2442 Ignore LEVEL unless KEYWORDS is a list of syms.
2443 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2444 Don't wrap regexp-opt things in \(...\) unnecessarily.
2445
2446 * jit-lock.el: Don't require font-lock any more.
2447 (jit-lock-functions): Make buffer-local.
2448 (jit-lock-saved-fontify-buffer-function): Remove.
2449 (jit-lock-mode): Remove autoload cookie.
2450 Remove font-lock specific code.
2451 (jit-lock-unregister): Don't bother handling complex hooks any more.
2452 (jit-lock-refontify): New function.
2453 (jit-lock-fontify-buffer): Use it.
2454 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2455 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2456 Add optional args START and END.
2457 Never call font-lock-fontify-region directly.
2458 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2459
2460 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2461
a30ed6ac
DL
24622000-10-08 Dave Love <fx@gnu.org>
2463
4e7c7ca9
DL
2464 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2465
2466 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2467
2468 * play/studly.el (studlify-region, studlify-word): Add autoload
2469 cookie.
2470
2471 * play/morse.el (morse-region, unmorse-region): Add autoload
2472 cookie.
2473
2474 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2475 concat.
2476
2477 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2478 insist on symbols starting with word syntax.
2479 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2480 (eval-defun-1): Doc fix.
2481 (indent-sexp): Use nconc to build up indent-stack.
2482
2483 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2484 Gnus with little use.
2485 (mail-setup-hook): Add mail-abbrevs-setup to options.
2486
968f7c4a
DL
2487 * recentf.el: Doc fixes.
2488
2489 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2490 Clean up remainder.
2491
2492 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2493 without timezone and (8) with timezone to enforce some whitespace.
2494 Simplify code somewhat.
2495
2496 * options.el (list-options): Doc that you should use customize.
2497
2498 * iswitchb.el (iswitchb-mode): Add :require.
2499
a30ed6ac
DL
2500 * info.el (Info-goto-node, Info-menu): Doc fix.
2501 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2502 (info-tool-bar-map): New variable.
2503 (Info-mode): Use it.
2504 (Info-edit-map): Define all in defvar.
2505 (speedbar-attached-frame): Avoid compiler warning.
2506
2507 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2508 (global-map): Bind [tool-bar] to a filtered map.
2509 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2510 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2511 Allow PBM icons.
2512 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2513
2514 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2515 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2516 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2517 icons, except up_arrow, which is left-arrow rotated.
2518
2519 * imenu.el (imenu-add-to-menubar): Fix last change.
2520
4e953aff
PB
25212000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2522
2523 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2524 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2525
739e92a7
EZ
25262000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2527
d20faceb
EZ
2528 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2529 typos in doc strings.
2530
a640322e
EZ
2531 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2532 the doc strings how to customize Font Lock faces.
2533
739e92a7
EZ
2534 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2535 computing growth when dragging the header line.
2536
8be7408c
EZ
25372000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2538
2539 * simple.el (kill-line): Doc fix.
2540
6fee86a3
MB
25412000-10-08 Miles Bader <miles@gnu.org>
2542
445a653e
MB
2543 * faces.el (secondary-selection): Make foreground visible on tty.
2544
6fee86a3
MB
2545 * jka-compr.el (auto-compression-mode): Move to the end of the
2546 file, because `define-minor-mode' actually calls the mode-function
2547 if the associated variable is non-nil, which requires that all
2548 needed functions be already defined.
2549 (with-auto-compression-mode): Add autoload cookie.
2550
a115794c
EZ
25512000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2552
2553 * files.el (find-backup-file-name) [ms-dos]: If support for long
2554 file names is not available, behave as if version-control were set
2555 to never.
2556
b12e6de3
DL
25572000-10-07 Dave Love <fx@gnu.org>
2558
2559 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2560 (browse-url-gnome-moz): New function.
2561 (browse-url-browser-function): Use it.
2562 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2563
20b1d079
SM
25642000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2565
2566 * indent.el (tab-always-indent): New var.
2567 (indent-for-tab-command): Use it.
39250ec3 2568
9ee45b2c 2569 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2570 raise an error. This way it can still default to a sane value.
9ee45b2c 2571
8c6b1d83
JW
25722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2573
39250ec3
SM
2574 * startup.el (fancy-splash-screens): Use local rather than global map.
2575 Don't use `update-menu-bindings' any more.
2576 Get rid of assumptions about keymap representation.
2577
a23ccdf2
DL
25782000-10-06 Dave Love <fx@gnu.org>
2579
814299a7 2580 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2581 (sentence-end-without-period): Doc fix.
2582 (adaptive-fill-regexp): Purecopy.
2583 (unjustify-current-line): Use line-end-position.
2584 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2585
2586 * net/eudc-vars.el (eudc): Add :version, :link.
2587
39250ec3 2588 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2589
2590 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2591 Fix for define-minor-mode.
2592 (function-at-point): Alias to function-called-at-point.
2593
2594 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2595
2596 * simple.el (backward-word): Doc fix.
2597
a23ccdf2
DL
2598 * image-file.el (image-file-name-regexp): image-file-regexps ->
2599 image-file-name-regexps.
742c1822 2600 (image-file-name-extensions): Add pbm.
a23ccdf2 2601
39250ec3
SM
26022000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2603
2604 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2605 and add filename to the names so that diff-mode can jump to source.
2606
2607 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2608 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2609 (tex-font-lock-keywords-1): Remove.
2610 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2611 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2612 (font-lock-default-fontify-region):
2613 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2614 (font-lock-fontify-anchored-keywords):
2615 Include the anchor text as part of the multiline.
2616
8d5dfacd
GM
26172000-10-06 Gerd Moellmann <gerd@gnu.org>
2618
2619 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2620 latter needs the autoloaded define-minor-mode macro during the
2621 bootstrap.
2622
2623 * startup.el (command-line): For now, activate tool-bar-mode only
2624 if XPM images are supported.
2625
2626 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2627 window by dragging a header-line at the top of the frame; that's
4c19fbce 2628 confusing because the header-line doesn't move.
8d5dfacd
GM
2629 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2630 of treating the event as a list. Some cleanup.
2631
f69aad2b 26322000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2633
f69aad2b
MB
2634 * simple.el (display-message-or-buffer): New function.
2635 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2636
09cb7646
MB
2637 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2638 docstring parts.
2639
814299a7 2640 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2641 (smbclient-prompt-regexp): Add usage note to doc string.
2642 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2643 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2644 Use add-hook for adding the comint filter function, and only do so
2645 if it's not already in the global hook list.
2646 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2647 to `make-local-variable'.
2648 (nslookup-font-lock-keywords): Remove prompt entry.
2649 (nslookup): Don't set the process-filter.
2650 (finger): Exit the loop correctly when the regexps list runs out.
2651 (ftp, smbclient, smbclient-list-shares):
2652 Set the real major mode immediately, not after execing.
2653 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2654
2655 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2656
4c19fbce
SM
26572000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2660
2661 * which-func.el (which-func-format): Remove spurious space.
2662 (which-func-mode): Don't make it permanent-local.
2663 (which-func-ff-hook): Allow which-func-maxout to be nil.
2664 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2665 (which-func-mode): Simplify.
2666 Use post-command-idle-hook rather than post-command-hook.
2667 Go through all buffers and update their state.
2668 (which-function): Also try add-log-current-defun-function.
2669
2670 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2671 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2672 Update call to with-vc-properties accordingly.
2673 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2674 (vc-revert-buffer): More careful about window selection and deletion.
2675 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2676
2677 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2678 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2679 (cvs-dired-action): Change the default to quickdir.
2680
2681 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2682 if comment-indent-function returns nil.
2683 (comment-indent-default): New function.
2684 (comment-indent-function): Use it and document the new semantics.
2685
2686 * image-file.el: Docstring fixes.
2687
2688 * help.el (help-xref-on-pp): Use match-string.
2689 (describe-variable): New arg BUFFER.
2690 Store the current buffer in the help-xref-stack.
2691 (temp-buffer-resize-mode): Use define-minor-mode.
2692
2693 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2694 consistently with its docstring.
2695 Set jit-lock-first-unfontify-pos in an idempotent way.
2696 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2697
542c6552
GM
26982000-10-05 Alex Schroeder <alex@gnu.org>
2699
2700 * sql.el (sql-mysql-options): New variable.
2701 (sql-mysql): Use it.
2702
a3489ece
MB
27032000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2704
77f6105c
MB
2705 * image.el (image): New group.
2706
814299a7 2707 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2708 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2709
3478046b
PB
27102000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2711
2712 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2713 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2714 Ignore the value of wqindow-system; always define keywords
2715
22aca186
KH
27162000-10-05 Kenichi Handa <handa@etl.go.jp>
2717
2718 * startup.el (fancy-splash-screens): Remove the code for
2719 debugging; `(trace-to-stderr "EXITTT\n")'.
2720
55d5d717
MB
27212000-10-05 Miles Bader <miles@gnu.org>
2722
2723 * diff-mode.el (diff-goto-source): Update call to
2724 `diff-hunk-status-msg' to reflect new REV variable.
2725
41fa7178
SM
27262000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2727
2728 * progmodes/icon.el (icon-mode):
2729 Don't gratuitously override the default for comment-column.
2730
2731 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2732
2733 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2734 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2735 (jit-lock-functions): New var.
2736 (jit-lock-function-1): Use it if non-nil.
2737 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2738 Set the `fontified' property before doing the fontification to avoid
2739 repeatedly going through the same error.
2740 Don't turn errors into messages.
2741 (jit-lock-register, jit-lock-unregister): New functions.
2742
2743 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2744 Use with-current-buffer.
2745
2746 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2747 Turn comment into docstring.
2748
2749 * apropos.el (apropos-mode): Use define-derived-mode.
2750
3dc78168
GM
27512000-10-04 Gerd Moellmann <gerd@gnu.org>
2752
2753 * startup.el (fancy-splash-pending-command): New variable.
2754 (fancy-splash-pre-command): New function.
2755 (fancy-splash-screens): Rewritten.
2756 (command-line-1): If fancy-splash-pending-command is set, call it
2757 interactively.
2758
dae9dc56
DL
27592000-10-04 Dave Love <fx@gnu.org>
2760
2761 * toolbar/tool-bar.el (tool-bar-setup): New function.
2762 (tool-bar-mode): Use it.
2763
2764 * subr.el (substitute-key-definition): Doc fix.
2765 (play-sound-file): New command.
2766
3388f0a5
AS
27672000-10-04 Andre Spiegel <spiegel@gnu.org>
2768
814299a7 2769 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2770 vc-version-backup-file-name): New functions.
2771
2772 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2773
2774 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2775 vc-cvs-stay-local-p.
2776
2777 * vc.el (vc-revert-buffer): Handle empty diff properly.
2778 (vc-version-backup-file): New function.
2779 (vc-checkout): Create a version backup if necessary.
2780 (vc-checkin): If a version backup file exists, delete it.
2781 (vc-version-diff): Diff locally using version backups, if available.
2782 (vc-revert-file): If there's a version backup, revert locally.
2783 (vc-transfer-file): Use version backup for base version, if
2784 available. If not, ask for confirmation whether to get it from the
2785 server. Update mode line before check-in.
2786
ebd4825d
DL
27872000-10-04 Dave Love <fx@gnu.org>
2788
2789 * toolbar/tool-bar.el (tool-bar-setup): New function.
2790 (tool-bar-mode): Use it.
2791
1b24f4b7
PB
27922000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2793
3dc78168 2794 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2795 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2796 Only set if window-system is non-nil
2797 (net-utils-run-program): Returns buffer.
2798 (network-connection-reconnect): Added this function.
2799
814299a7
MB
2800 * generic.el:
2801 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2802 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2803 Uses cl compile-time macros.
3dc78168
GM
2804 (generic-mode-name, generic-comment-list)
2805 (generic-keywords-list, generic-font-lock-expressions)
2806 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2807 Removed variables.
2808 (generic-mode-alist): Renamed to generic-mode-list.
2809 (generic-find-file-regexp): Default changed to "^#".
2810 (generic-read-type): Uses completing read on generic-mode-list.
2811 (generic-mode-sanity-check): removed this function.
2812 (generic-add-to-auto-mode): Removed this function
3dc78168 2813 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2814 into function instead of putting them in alist.
2815 (generic-mode-set-comments): Reworked extensively.
2816 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2817 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2818
814299a7 2819 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2820 Make sure directory name ends with "/".
2821
814299a7 2822 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2823 Regexp now allows leading whitespace.
2824 (rc-generic-mode): Added eval-when-compile
2825 around generic-make-keywords-list.
2826 Deleted duplicate regexp
2827 (rul-generic-mode): Added eval-when-compile
2828 around generic-make-keywords-list.
2829 (etc-fstab-generic-mode): New generic mode.
2830 (rul-generic-mode): Removed one eval-when-compile
814299a7 2831 which caused a max-specpdl-size exceeded error.
1b24f4b7 2832
a7bf5cf3
MB
28332000-10-04 Miles Bader <miles@gnu.org>
2834
2835 * simple.el (minibuffer-temporary-goal-position): New variable.
2836 (next-history-element): Try to keep the position of point in the
2837 input string constant.
2838
2839 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2840 (dired-do-create-files): If there's only one file, pass it in as
2841 the DEFAULT arg to dired-mark-read-file-name.
2842
ce1087a9
SM
28432000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2844
2845 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2846 (diff-goto-source): Be smarter when choosing REVERSE or not.
2847
2848 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2849 (texinfo-mode-menu): Add an explicit shortcut for update all.
2850
0e41e1d6
AS
28512000-10-03 Andre Spiegel <spiegel@gnu.org>
2852
814299a7 2853 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2854 factorize backend-specific code cleanly (this was essentially
2855 conceived by Stefan Monnier).
2856 (vc-unregister): Function removed.
814299a7 2857 (vc-revert-file): New function.
858f7cb4
AS
2858 (vc-revert-buffer): Delegate some of the work to it.
2859
0e41e1d6
AS
2860 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2861 default branch unconditionally.
2862 (vc-rcs-set-default-branch): New function.
2863 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2864 (vc-rcs-checkin): If an appropriate default branch has been set,
2865 force creation of that branch.
858f7cb4
AS
2866 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2867 code (as suggested by Stefan Monnier).
0e41e1d6 2868
01c86c56
GM
28692000-10-02 Gerd Moellmann <gerd@gnu.org>
2870
45c477b4
GM
2871 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2872 highlighting overlay with a different face over the overlay
2873 isearch uses to highlight the current match because that can lead
2874 to bad face combinations.
2875
01c86c56
GM
2876 * loadup.el (toplevel): Load faces before isearch.
2877
2878 * isearch.el (isearch-faces): New custom group.
2879 (isearch): New defface; was already tested for in the code.
2880 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2881 (isearch-highlight): Always use face `isearch'.
2882
944425c0
DL
28832000-10-02 Dave Love <fx@gnu.org>
2884
2885 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2886 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2887 comparison of opcode with operand.
2888
2a099bcc
MB
28892000-10-03 Miles Bader <miles@gnu.org>
2890
2891 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2892 buffer, since the echo area will now grow to accommodate them.
2893
4300ecb8
AS
28942000-10-02 Andre Spiegel <spiegel@gnu.org>
2895
2896 * vc-hooks.el (vc-registered): If FILE used to be registered under
2897 a certain backend, try that one first.
2898
814299a7 2899 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2900 argument list. Handle multiple backends correctly.
2901 (vc-find-new-backend): Function removed.
2902 (vc-register): Use vc-responsible-backend, as before.
2903 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2904
64e6cc18
GM
29052000-10-02 Gerd Moellmann <gerd@gnu.org>
2906
2907 * startup.el (fancy-splash-head): Change message below the
2908 logo.
2909
00df919e
MB
29102000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2911
2912 * diff-mode.el (diff-goto-source): Emit a status message.
2913 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2914 (diff-test-hunk): Fix doc string.
00df919e
MB
2915 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2916 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2917 (diff-apply-hunk): Don't return a value.
00df919e 2918
ceec5a0c
SM
29192000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * vc.el (vc-editable-p): Minor optimization.
2922 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2923 (vc-find-new-backend): New function split from vc-responsible-backend.
2924 (vc-register): Use it.
2925 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2926 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2927 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2928 (vc-clear-headers): Don't use find-file.
2929 (vc-revert-buffer): Use `and' again (must have been a braino).
2930 (vc-switch-backend): Only prompt if requested.
2931 Short circuit if nothing is to be done.
2932 Don't use vc-resynch-buffer which could lose unsaved editing.
2933 (vc-default-receive-file): Update call to vc-unregister.
2934 (with-vc-file, vc-next-action-on-file):
2935 Use vc-backend rather than vc-registered.
2936 (vc-next-action-on-file): Use intern-soft.
2937 Deal with read-only *vc-diff* buffer.
2938 (vc-transfer-file): Docstring fix.
2939
2940 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2941 (vc-rcs-receive-file): Avoid with-vc-properties.
2942 Update call to vc-unregister.
2943 Use constant `RCS' rather than (dynamically bound) var `backend'.
2944
4ad5da8f
AS
29452000-10-01 Andre Spiegel <spiegel@gnu.org>
2946
814299a7 2947 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2948 is visited.
2949 (vc-start-entry): New argument initial-contents. Don't visit the file
2950 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2951 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2952 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2953 vc-start-entry.
2954 (vc-finish-logentry): Make sure to bury log buffer only if there
2955 really is one. Call `vc-resynch-buffer' on log-file, not
2956 buffer-file-name.
2957 (vc-default-comment-history, vc-default-wash-log): New functions.
2958 (vc-index-of): Removed.
2959 (vc-transfer-file): Make do without the above.
2960 (vc-default-receive-file): Call comment-history unconditionally. Pass
2961 the resulting string to vc-checkin, instead of inserting it into the
2962 comment ring.
2963
2964 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2965 unconditionally. Use the comments as initial contents of the log
814299a7 2966 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2967 changes.
2968
aa0c3dca
MB
29692000-10-01 Miles Bader <miles@gnu.org>
2970
2971 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2972 `recenter' with an arg to prevent redrawing the display.
2973
d5f5a2c5
SM
29742000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2975
2976 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2977
2978 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2979
814299a7 2980 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2981 Don't gratuitously override the default for comment-column.
2982
2983 * textmodes/tex-mode.el (latex-metasection-list): New var.
2984 (latex-imenu-create-index): Use it.
2985 Move the regexp construction outside loops (and use push).
814299a7 2986 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2987 (tex-font-lock-keywords): Moved from font-lock.el.
2988 (tex-comment-indent): Remove.
2989 (tex-common-initialization): Don't set comment-indent-function.
2990 (latex-block-default): New var.
2991 (tex-latex-block): Use it to provide a default choice.
2992 Add any unknown choice to latex-block-names.
2993 Insert [...] after {...}.
2994 (tex-last-unended-begin): Simplify regexp.
2995 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2996 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2997 (latex-mode): Set forward-sexp-function.
2998
2999 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3000 Add regexp for @ignore ... @end ignore.
3001 (texinfo-heading-face): New face.
3002 (texinfo-font-lock-keywords): Use it.
3003 (texinfo-mode-menu): New menu.
3004 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3005 New functions.
3006 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3007 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3008 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3009 Remove declaration.
3010 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3011
3012 * delsel.el (delete-selection-mode): Use define-minor-mode.
3013
3014 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3015
30162000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3017
3018 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3019
8a5506f2
GM
30202000-09-30 Gerd Moellmann <gerd@gnu.org>
3021
068127d6
GM
3022 * replace.el (keep-lines-read-args): New function.
3023 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3024 read arguments interactively. Add parameters RSTART and REND.
3025 Operate on the active region in Transient Mark mode.
3026
d777bb8f
GM
3027 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3028
8a5506f2
GM
3029 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3030 (authors-obsolete-files-regexps): New variable.
3031 (authors-add): Don't record changes in obsolete files.
3032
3fa87bfc
SM
30332000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3034
3035 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3036
3037 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3038 (comment-indent): Make sure there's a space between code and comment.
3039 Shift comments left to avoid going past fill-column.
3040
f02149ce
GM
30412000-09-29 Gerd Moellmann <gerd@gnu.org>
3042
3043 * startup.el (startup-echo-area-message): New function.
3044 (display-startup-echo-area-message): Use it.
3045 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3046 (fancy-splash-default-action): New function.
3047 (fancy-splash-screens-1): New function.
3048 (fancy-splash-head): Put a help-echo and a keymap under the image.
3049
a3ef6569
SM
30502000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3051
3052 * diff-mode.el (diff-add-log-file-name): Remove.
3053 (diff-mode): Use add-log-buffer-file-name-function.
3054
3055 * add-log.el (find-change-log): New arg BUFFER-FILE.
3056 (add-log-file-name): Obey add-log-file-name-function.
3057 (add-log-buffer-file-name-function): New var.
3058 (add-change-log-entry): Use it.
3059
75e5b373
MB
30602000-09-29 Miles Bader <miles@gnu.org>
3061
3062 * image-file.el (image-file-name-extensions): New variable.
3063 (image-file-name-regexps): Renamed from `image-file-regexps'.
3064 New default value is nil. Call `auto-image-file-mode'.
3065 (image-file-name-regexp): New function.
3066 (auto-image-file-mode): New minor mode.
3067 (insert-image-file): Don't make conditional on the image-file
3068 handler being enabled.
3069 (image-file-handler): Make the call here conditional instead.
3070 (set-image-file-handler-enabled, enable-image-file-handler)
3071 (disable-image-file-handler): Functions removed.
3072
3073 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3074 string.
3075
de6e1f7c
GM
30762000-09-29 Gerd Moellmann <gerd@gnu.org>
3077
3078 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3079 it's a function from CL.
3080 (latex-imenu-create-index): Replace eval-when-compile with progn
3081 because latex-section-alist is not bound while compiling.
3082
d8c201f5
SM
30832000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3086 (outline-mode): Use define-derived-mode.
3087
814299a7 3088 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3089 * progmodes/awk-mode.el (awk-mode):
3090 * progmodes/asm-mode.el (asm-mode):
3091 Don't gratuitously override the default for comment-column.
3092
3093 * emacs-lisp/lisp.el (lisp-complete-symbol):
3094 Distinguish the let-binding case from the funcall case.
3095 (forward-sexp-function): New variable.
3096 (forward-sexp): Use it.
3097
3098 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3099 (easy-mmode-defmap): Remove the now useless autoload.
3100
3101 * time.el (display-time-mode): Use define-minor-mode.
3102
3103 * subr.el (add-minor-mode): Don't eval NAME.
3104 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3105 Use if rather than cond.
3106
3107 * simple.el (read-expression-map): Define more properly.
3108 (comment-indent-hook): Remove.
3109 (string-to-syntax): Bug fix.
3110
3111 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3112 (cvs-ediff-diff): Fix typo.
3113 (cvs-revert-if-needed): Don't bother preserving read-only.
3114
3115 * paren.el (show-paren-mode): Use define-minor-mode.
3116
3117 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3118 (toggle-auto-compression): Remove.
3119 (jka-compr-build-file-regexp): Remove useless grouping.
3120
3121 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3122 Avoid user-reserved bindings.
3123 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3124 (diff-header-face): Revert to grey85.
3125
3126 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3127
3128 * complete.el (partial-completion-mode) <defcustom>: Remove.
3129 (partial-completion-mode): Use define-minor-mode.
3130 (PC-do-completion): Understand `completion-auto-help = delay'
3131 to mean to popup the completion buffer only the second time.
814299a7 3132 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3133 (PC-include-file-all-completions): Don't quote lambda.
3134
3135 * comint.el (comint-mode-hook): Docstring fix.
3136 (comint-mode): Use define-derived-mode.
3137 (comint-mode-map): Remove obsolete comment.
3138 (make-comint): Minor stylistic change.
3139 (comint-insert-clicked-input): Be more careful to find the overlay.
3140 Use this-command-keys rather than hardcoding mouse-2.
3141
3142 * font-lock.el: Replace confusing (,@ with ,
3143 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3144 Don't use regexp-opt-depth. Spice up the regexp for args.
3145 Don't distinguish between cmds that can take an opt arg or not.
3146 Use `append' and `prepend' rather than `keep'.
3147
3148 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3149 (latex-outline-regexp): New var.
3150 (latex-outline-level): New fun.
3151 (latex-section-alist): New var.
3152 (latex-imenu-create-index): Use it. Use `push' as well.
3153 (tex-shell-map): Initialize it properly.
3154 (tex-mode): Minor stylistic change.
3155 (plain-tex-mode): Use define-derived-mode.
3156 (latex-mode): Use define-derived-mode.
3157 Construct the paragraph regexps in a more readable way.
3158 Set the buffer-local outline-{level,regexp} vars.
3159 (slitex-mode): Derive from latex-mode.
3160 (tex-common-initialization): Don't kill-all-vars anymore.
3161 Add setting for comment-add and font-lock-defaults.
3162 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3163 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3164 (tex-start-tex): New arg DIR (and send a chdir command for it).
3165 Also display the shell buffer and save it in tex-last-buffer-texed.
3166 (tex-region): Use expand-file-name rather than concat.
3167 Remove code made useless by changes in tex-start-tex.
3168 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3169
3170 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3171
ff398532
DL
31722000-09-28 Dave Love <fx@gnu.org>
3173
3174 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3175
f9415d5b
GM
31762000-09-28 Gerd Moellmann <gerd@gnu.org>
3177
3178 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3179 `append'.
3180
fa003899
SM
31812000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * info.el (Info-extract-pointer): Undo last change.
3184 Instead, fix the position of the `bound' arg to re-search-backward.
3185
31862000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3187
3188 * info.el (Info-extract-pointer):
3189 Widen more carefully, to avoid finding pointers in other nodes.
3190 (Info-index): Use push.
3191
f9415d5b 31922000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3193
3194 * frame.el (set-frame-font): Remove call to obsolete function
3195 frame-update-faces.
3196 (set-foreground-color, set-background-color): Likewise for
3197 frame-update-face-colors.
3198
5538b8ba
MB
31992000-09-27 Miles Bader <miles@gnu.org>
3200
3201 * image-file.el: New file.
3202
60536eea
GM
32032000-09-27 Gerd Moellmann <gerd@gnu.org>
3204
5b551d58
GM
3205 * frame.el (frame-notice-user-settings): Don't call
3206 frame-update-faces, which is a no-op now.
814299a7 3207
60536eea
GM
3208 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3209 tool-bar-lines.
3210
36f1966f
DL
32112000-09-27 Dave Love <fx@gnu.org>
3212
3213 * mouse.el: Fix last change.
3214
c5785b73
MB
32152000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3216
3217 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3218
672172d9
KH
32192000-09-22 Kenichi Handa <handa@etl.go.jp>
3220
3221 * international/quail.el (quail-help): The output message is
3222 improved.
3223
4653b4ea
DL
32242000-09-26 Dave Love <fx@gnu.org>
3225
3226 * mouse.el (popup-menu): If POSITION is nil, set it using
3227 mouse-position.
3228
63900fcf
SS
32292000-09-25 Sam Steingold <sds@gnu.org>
3230
3231 * net/browse-url.el (browse-url-file-url): Check for null maps.
3232
cd3b81be
GM
32332000-09-26 Gerd Moellmann <gerd@gnu.org>
3234
876512ab 3235 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3236 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3237
fa003899
SM
3238 * frame.el (frame-notice-user-settings):
3239 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3240
cd3b81be
GM
3241 * toolbar/tool-bar.el (tool-bar-help): New function.
3242
d8b4516f
GM
32432000-09-25 Gerd Moellmann <gerd@gnu.org>
3244
6567e9b5
GM
3245 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3246 current-load-list in top-level forms. Else this leaks a cons cell
3247 every time a defun is called.
63900fcf 3248
d8b4516f 3249 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3250
a461758e
DL
32512000-09-25 Dave Love <fx@gnu.org>
3252
7df6adc3
DL
3253 * startup.el (fancy-splash-head): Check XPM is available.
3254
a461758e
DL
3255 * autoinsert.el (auto-insert): Doc fix.
3256 (auto-insert-alist): Following GNU notices, don't say `copyright
3257 _by_'. Use line-beginning-position.
3258 (auto-insert): Check buffer-file-name is non-nil before use.
3259
b11af2dd
GM
32602000-09-25 Gerd Moellmann <gerd@gnu.org>
3261
3262 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3263 starting with `@def' or `@multitable', in addition to ones
3264 specified by the user in auto-fill-inhibit-regexp.
3265
5f9f981b
GM
32662000-09-25 Markus Rost <rost@math.ohio-state.edu>
3267
3268 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3269 rmail-dont-reply-to-names matches the empty string.
63900fcf 3270
8ff16b4e
GM
32712000-09-25 Gerd Moellmann <gerd@gnu.org>
3272
63900fcf 3273 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3274 text to sound more friendly.
3275
9b4a7800
TTN
32762000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3277
3278 * progmodes/hideshow.el: Update author email address.
3279 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3280 (hs-hide-all-non-comment-function): New var.
3281 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3282 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3283 (hs-show-region): Delete this command.
3284 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3285
4c7c1f3f
DL
32862000-09-22 Dave Love <fx@gnu.org>
3287
3288 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3289 (hl-line-highlight): Specify buffer when moving overlay.
3290
3291 * progmodes/fortran.el (fortran-mode): Locally set
3292 normal-auto-fill-function.
3293 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3294 (fortran-mode-map): Adjust auto-fill menu entry.
3295
13f93dee
GM
32962000-09-22 Gerd Moellmann <gerd@gnu.org>
3297
36eb0a91
GM
3298 * vc-rcs.el (toplevel): Require `vc' when compiling.
3299
fa003899 3300 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3301
36a03bf9
AS
33022000-09-22 Andre Spiegel <spiegel@gnu.org>
3303
9b4a7800 3304 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3305 registered under the new backend.
3306
9b4a7800 3307 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3308 without explicit revision number.
3309
6e4e8a3b
SM
33102000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3313 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3314 (diff-xor): New function.
3315 (diff-find-source-location): Use it. Fix a stupid name clash.
3316 (diff-hunk-status-msg): New function.
3317 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3318 (diff-test-hunk): Use diff-find-source-location.
3319 (diff-goto-source): Favor the `reverse'.
3320 (diff-hunk-text): Properly handle one-sided context diffs.
3321 (diff-apply-hunk): When done, advance to the next hunk.
3322
1b24b888
GM
33232000-09-21 Gerd Moellmann <gerd@gnu.org>
3324
623a0aae
GM
3325 * startup.el (command-line): If frame was created with a non-zero
3326 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3327
1b24b888
GM
3328 * add-log.el (change-log-date-face, change-log-name-face)
3329 (change-log-email-face, change-log-file-face)
3330 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3331 (change-log-function-face, change-log-acknowledgement-face):
3332 New faces, inheriting from font-lock faces.
1b24b888 3333 (change-log-font-lock-keywords): Use them.
9b4a7800 3334
93b3a1c8
DL
33352000-09-21 Dave Love <fx@gnu.org>
3336
80585273
DL
3337 * progmodes/cperl-mode.el (top-level): Clean up
3338 `eval-when-compile's and assorted defvars.
3339 (cperl-invalid-face): Don't double-quote value. Change custom
3340 type.
3341 (cperl-mode): Set normal-auto-fill-function and don't zap
3342 auto-fill-function.
3343 (cperl-imenu--function-name-regexp-perl): Renamed from
3344 imenu-example--function-name-regexp-perl.
3345 (cperl-imenu--create-perl-index): Renamed from
3346 imenu-example--create-perl-index.
3347 (cperl-xsub-scan): Don't require cl.
3348
93b3a1c8
DL
3349 * msb.el (msb-mode-map): Use substitute-key-definition.
3350 (msb-mode): Use msb-mode-map.
3351
43ccb598
AS
33522000-09-21 Andre Spiegel <spiegel@gnu.org>
3353
3354 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3355 New functions.
fa003899 3356 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3357 (vc-switch-backend): New function.
3358 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3359 (vc-register): Fix prompt.
3360 (vc-unregister, vc-default-unregister): New functions.
3361 (vc-version-diff): Handle empty buffer in sentinel.
3362
3363 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3364 (vc-rcs-state-heuristic): Use it to guess the state of files with
3365 non-strict locking.
3366 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3367 been set with -b, but not created yet.
3368 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3369 contents in order to find the state.
3370 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3371 (vc-rcs-unregister, vc-rcs-receive-file)
3372 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3373
9b4a7800 3374 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3375 in case it is missing.
9b4a7800 3376
95fadcca
GM
33772000-09-21 Gerd Moellmann <gerd@gnu.org>
3378
3379 * startup.el (fancy-splash-tail): Use a different foreground
3380 color on a dark frame background.
3381
470f23e1
MB
33822000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3383
3384 * info.el: Use the correct capitalization when making Info-mode
3385 and Info-edit-mode `special' modes.
3386
281096ed
SM
33872000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3388
3389 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3390 (diff-mode): Add support for add-log.el.
3391 (diff-hunk-text): Use char offsets rather than line offsets.
3392 (diff-find-source-location): Replace LINE with line-offset (nil
3393 if not found) and always set POS to a meaningful position.
3394 Adapt to the new char-offsets.
3395 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3396 Adapt to the new diff-find-source-location.
3397 (diff-goto-source): Adapt to the new diff-find-source-location.
3398
3399 * add-log.el (add-log-file-name): New function (split out of
3400 add-change-log-entry).
3401 (add-change-log-entry): Use it.
3402 Call add-log-file-name-function with the changelog file name if
3403 the current buffer is not associated with any file.
3404 Avoid find-file if the selected window is dedicated.
3405
3406 * diff-mode.el (diff-find-source-location):
3407 Move code from diff-apply-hunk. Return buffer rather than file.
3408 (diff-apply-hunk): Use the new result from diff-find-source-location.
3409 (diff-goto-source): Use the new diff-find-source-location.
3410
c29d77c4
DL
34112000-09-20 Dave Love <fx@gnu.org>
3412
3413 * iswitchb.el: Some doc fixes.
3414 (iswitchb-mode-map): Define completely initially. Inherit
3415 minibuffer-local-map.
3416 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3417 fundamental-mode.
3418 (iswitchb-global-map): New variable.
3419 (iswitchb-summaries-to-end): Amalgamate regexps.
3420 (iswitchb-mode): New.
3421 (iswitchb-mode-hook): New variable.
3422 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3423 `extensions'.
3424
49939379
GM
34252000-09-20 Gerd Moellmann <gerd@gnu.org>
3426
d05c87ac
GM
3427 * ehelp.el (electric-help): New defgroup.
3428 (electric-help-shrink-window): New user-option.
3429 (with-electric-help): Use it.
3430
1ec082d4
GM
3431 * window.el (shrink-window-if-larger-than-buffer): If face
3432 `mode-line' has a :box, and we're on a graphical frame, add 1
3433 to the needed window height.
3434
f46c275e
GM
3435 * frame.el (frame-notice-user-settings): Add a last parameter nil
3436 to a call to `append', because the last list passed to `append' is
3437 not copied, and so subsequent calls to assq-delete-all will modify
3438 default-frame-alist.
3439
b7e11c5b
GM
3440 * startup.el (fancy-splash-image): Change :type.
3441 (fancy-splash-head): Use an XBM image if appropriate.
3442 (command-line-1): Show splash screens in more cases.
3443
26ff68aa
GM
3444 * startup.el (fancy-splash-text): Don't quote faces.
3445
8320414c
GM
3446 * dired.el (dired-font-lock-keywords): Undo last change.
3447 (dired-readin): Bind indent-tabs-mode to nil.
3448
49939379
GM
3449 * startup.el (fancy-splash-head): If frame's background mode
3450 is `dark', change the black background of the image to gray.
3451 (fancy-splash-screens): Display startup echo area message.
3452 (display-startup-echo-area-message): New function.
3453
c3b27206
MB
34542000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3455
55a3d2a1
MB
3456 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3457
3458 * info.el (info-header-node): Tweak for color ttys.
3459
37a99821
MB
3460 * faces.el (face-valid-attribute-values): Make sure directories we
3461 search for stipples both exist and are readable before trying to
3462 search them.
3463
0415d0d0
MB
3464 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3465 in the dry-run case.
3466
523b128c
MB
3467 * jka-compr.el (with-auto-compression-mode): New macro.
3468
c3b27206
MB
3469 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3470 (custom-group-tag-face, custom-variable-tag-face): Use relative
3471 :height and inherit from `variable-pitch' face instead of
3472 hardwiring :family.
3473 * hi-lock.el (hi-black-hb): Likewise.
3474
ddba99ad
MB
3475 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3476 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3477 toolbar-add-item, if image doesn't have a mask add a `:mask
3478 heuristic'.
3479
7e99fbde
SM
34802000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3481
3482 * diff-mode.el: Docstring fixes.
3483 (diff-header-face, diff-comment-face): New faces.
3484 (diff-font-lock-keywords): Highlight a bit differently.
3485 (diff-find-source-location): Don't return SPAN any more.
3486 (diff-hunk-text): Don't bother erasing the temp buffer.
3487 (diff-find-text): Drop argument LINE.
3488 (diff-apply-hunk): Update calls to diff-find-text.
3489 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3490
3491 * calendar/calendar.el: Docstring fixes.
3492 (calendar-make-alist): Don't quote lambda.
3493 (calendar-star-date): Use make-local-variable.
3494
fb275c02
DL
34952000-09-19 Dave Love <fx@gnu.org>
3496
7e99fbde
SM
3497 * toolbar/tool-bar.el: Renamed from toolbar.el.
3498 Change `toolbar' to `tool-bar' generally in symbols.
3499 Make some items invisible in `special' major modes.
3500 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3501 Add arg PROPS.
532cb34d 3502
7e99fbde
SM
3503 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3504 Add :version here.
fb275c02
DL
3505 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3506
8f4ca9a5
GM
35072000-09-19 Gerd Moellmann <gerd@gnu.org>
3508
8b7707e1 3509 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3510
8b7707e1 3511 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3512 (find-file-noselect): Use it.
3513
8b7707e1 3514 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3515 (fancy-splash-screen): Defgroup.
3516
8f4ca9a5
GM
3517 * add-log.el (change-log-font-lock-keywords): Match names
3518 more exactly for the case that font-lock-constant-face is
3519 underlined.
3520
ba9eeda1 35212000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3522
8b7707e1 3523 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3524
289eaef9
AS
35252000-09-19 Andre Spiegel <spiegel@gnu.org>
3526
3527 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3528
ce9ded5d
GM
35292000-09-19 Gerd Moellmann <gerd@gnu.org>
3530
c113de23
GM
3531 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3532 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3533 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3534 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3535 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3536 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3537 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3538 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3539 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3540 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3541 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3542 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3543
ce9ded5d
GM
3544 * startup.el (fancy-splash-text): New variable.
3545 (fancy-splash-delay, fancy-splash-image): New user-options.
3546 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3547 (fancy-splash-screens): New functions.
3548 (command-line-1): If display has a `display' frame parameter, has
3549 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3550
b9b1c3a9
DL
35512000-09-19 Dave Love <fx@gnu.org>
3552
3553 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3554 with null `help'. Use modern backquote syntax.
3555
1af25534
GM
35562000-09-19 Gerd Moellmann <gerd@gnu.org>
3557
afd3c8cd
GM
3558 * font-lock.el (font-lock-mode): Change message telling the user
3559 that ``the buffer is too big''.
3560
1af25534
GM
3561 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3562 for instance for the case that tab-width is 2.
3563
05b1f851
GM
35642000-09-18 Gerd Moellmann <gerd@gnu.org>
3565
3566 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3567 toolbar-add-item, if image doesn't have a mask add a `:mask
3568 heuristic'.
3569
8ec8f673
MB
35702000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3571
2b612b1f
MB
3572 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3573 and return a cons if it's non-nil.
3574 (diff-apply-hunk): Try to jump to the line in the source text
3575 corresponding to the position of point in the in the hunk.
3576
9b4a7800 3577 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3578 (Info-title-1-face): Use face inheritance and relative sizes
3579 instead of hard-wiring things.
3580
3581 * faces.el (secondary-selection): Make dark-background variant sane.
3582
5eedab4d
AI
35832000-09-16 Andrew Innes <andrewi@gnu.org>
3584
5eedab4d
AI
3585 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3586 read-only, since they aren't under VC now.
3587
6a142f26
DL
35882000-09-17 Dave Love <fx@gnu.org>
3589
e07436e1
DL
3590 * tmm.el: Replace mapcar with mapc in several places.
3591
3592 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3593 ad-unadvise.
3594
7d354dd5
DL
3595 * international/latin1-disp.el: New file.
3596
6a142f26
DL
3597 * calendar/cal-move.el (scroll-calendar-left)
3598 (scroll-calendar-right): Make arg optional (for active mode line).
3599
3600 * calendar/calendar.el (calendar-mode-line-format): Make fields
3601 mouse-sensitive.
3602 (calendar-read-date, calendar-read-date, calendar-window-list):
3603 Unquote lambda.
3604 (calendar-month-name): Use aref, not sref.
3605
3606 * view.el (minor-mode-alist): Propertize the string.
3607
3608 * international/characters.el (standard-case-table): Add entries
3609 for Greek.
3610
50ac70af
MB
36112000-09-18 Miles Bader <miles@gnu.org>
3612
53c9ab4f
MB
3613 * info.el (info-node, info-xref): Add dark-background variants.
3614
a114b1ca
MB
3615 * faces.el (header-line): Change defaults to be less confusing
3616 when mixed with mode-lines.
3617
50ac70af
MB
3618 * info.el (Info-fontify-node): Make a few cleanups.
3619 Add extra `help-echo' and `local-map' props to node xrefs.
3620 Use header-specific faces for node-names & xrefs.
3621 (Info-use-header-line): New variable.
53c9ab4f 3622 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3623 (Info-setup-header-line): New function.
3624 (Info-select-node): Call Info-setup-header-line when enabled.
3625 (Info-extract-pointer): Work even if the header line is hidden.
3626 (Info-header-line): New variable.
3627
729927ff
SM
36282000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3629
3630 * vms-patch.el (print-region-function): Don't quote lambda.
3631
3632 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3633
3634 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3635 (lm-get-header-re): Allow spaces between the header and the colon.
3636 (lm-header): Allow $ in non-RCS headers.
3637 (lm-header-multiline): Put the strings back into order.
3638 Stop at an empty line. Don't require two space chars if the
3639 line is clearly not another header line.
3640
3641 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3642 (popup-menu-popup): Remove.
3643
7a98d821
GM
36442000-09-15 Gerd Moellmann <gerd@gnu.org>
3645
7f8f1edc
GM
3646 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3647 specification if or if not tool-bar item contains an `:enabled'
3648 property.
3649
7a98d821
GM
3650 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3651 current buffer has no file name.
3652
a7bc704b
DL
36532000-09-15 Dave Love <fx@gnu.org>
3654
3655 * strokes.el: Sync with maintainer's current version with changes
3656 for Emacs, but avoid runtime cl and levents.
3657 (toplevel): Change autoloads and compilation requires.
3658 (strokes-version, strokes-bug-address, strokes-lift): Values
3659 changed.
3660 (strokes-xpm-header, strokes-insinuated): New variable.
3661 (strokes): Add :link.
3662 (strokes-mode): Customized.
3663 (strokes-while-inhibiting-garbage-collector): New macro.
3664 (strokes-remassoc): Avoid remove-if.
3665 (strokes-fix-button2-command): Don't use ad-do-it.
3666 (strokes-insinuate): New function.
3667 (strokes-button-press-event-p, strokes-button-release-event-p):
3668 New functions, used instead of non-`strokes-' versions..
3669 (strokes-mouse-event-p): Rewritten.
3670 (strokes-event-closest-point): Avoid event-point.
3671 (strokes-get-grid-position): Avoid cdadr, caadr
3672 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3673 functions.
3674 (strokes-help): Use with-output-to-temp-buffer.
3675 (strokes-window-configuration-changed-p): New function.
3676 (strokes-update-window-configuration): Use buffer-live-p,
3677 strokes-window-configuration-changed-p.
3678 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3679 (strokes-char-face): New face.
3680 (strokes-char-table, strokes-base64-chars): New variable.
3681 (strokes-xpm-for-stroke, strokes-list-strokes)
3682 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3683 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3684 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3685 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3686 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3687 functions.
3688
47e351a3
GM
36892000-09-15 Gerd Moellmann <gerd@gnu.org>
3690
ebb8f116
GM
3691 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3692
47e351a3
GM
3693 * image.el (create-image): Doc fix.
3694
3695 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3696 instead of `:heuristic-mask t'.
3697
fe83b953
AI
36982000-09-14 Andrew Innes <andrewi@gnu.org>
3699
3700 * makefile.w32-in: Revert to Unix line endings.
3701
52481729
AI
37022000-09-14 Andrew Innes <andrewi@gnu.org>
3703
3021e816
AI
3704 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3705 when installing.
3706
52481729
AI
3707 * makefile.nt (DONTCOMPILE): Fix typo.
3708
3709 * shell.el (shell-write-history-on-exit): New function.
3710 (shell-dumb-shell-regexp): New custom variable.
3711 (shell-mode): Make shell-write-history-on-exit the process
3712 sentinel if shell name matches shell-dumb-shell-regexp.
3713
3714 * w32-fns.el: Comment out before-init-hook function which resets
3715 source-directory based; this breaks bootstrap.
3716
f8034e41
DL
37172000-09-14 Dave Love <fx@gnu.org>
3718
3719 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3720 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3721 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3722 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3723 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3724 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3725 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3726 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3727 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3728
3729 * toolbar/toolbar.el: New.
3730
3731 * subdirs.el: Add toolbar.
3732
b9ce5694
GM
37332000-09-14 Gerd Moellmann <gerd@gnu.org>
3734
3735 * indent.el (indent-for-tab-command): Doc fix.
3736
986b7dee
GM
37372000-09-14 Alex Schroeder <alex@gnu.org>
3738
3739 * ansi-color.el (ansi-colors): Doc change.
3740 (ansi-color-get-face): Simplified regexp.
3741 (ansi-color-faces-vector): Added more faces, doc change.
3742 (ansi-color-names-vector): Doc change.
3743 (ansi-color-regexp): Simplified regexp.
3744 (ansi-color-parameter-regexp): New regexp.
3745 (ansi-color-filter-apply): Doc change.
3746 (ansi-color-filter-region): Doc change.
3747 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3748 deal with zero length parameters.
3749 (ansi-color-apply-on-region): Doc change.
3750 (ansi-color-map): Doc change.
3751 (ansi-color-map-update): Removed debugging message.
3752 (ansi-color-get-face-1): Added condition-case to trap
3753 args-out-of-range errors.
3754 (ansi-color-get-face): Doc change.
3755 (ansi-color-make-face): Removed.
3756 (ansi-color-for-shell-mode): New option.
9b4a7800 3757
076ff911
KH
37582000-09-13 Kenichi Handa <handa@etl.go.jp>
3759
3760 * international/quail.el (quail-start-translation): Translate KEY
3761 if necessary even if it doesn't have any mapping in the current
3762 input method.
3763 (quail-start-conversion): Likewise.
3764 (quail-help): The output message is improved.
3765
bdf08678
MB
37662000-09-13 Miles Bader <miles@gnu.org>
3767
3768 * comint.el (comint-output-filter): Revert to using
3769 `insert-before-markers'. Add bletcherous hack to undo damage
3770 caused by `insert-before-markers'. Put `front-sticky' property on
3771 overlays created here so that the field code understands how the
3772 overlay works. Use a let when making comint-last-prompt-overlay,
3773 so that the code is easier to read.
3774
ffb8db8d
DL
37752000-09-13 Dave Love <fx@gnu.org>
3776
3777 * wid-edit.el (widget-default-format-handler): DTRT when
3778 doc-property is a function.
3779
5dd05f61
GM
37802000-09-12 Francesco Potorti` <pot@gnu.org>
3781
3782 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3783 filed name if it's not there.
3784
35177617
DL
37852000-09-12 Dave Love <fx@gnu.org>
3786
9023837e
DL
3787 * simple.el (read-mail-command): Doc fix.
3788 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3789
35177617
DL
3790 * vc.el (vc-dired-listing-switches): Fix :version.
3791
3792 * vc-hooks.el: Doc fixes.
3793
3794 * subr.el (add-minor-mode): Use toggle-fun arg.
3795
3796 * speedbar.el: Add :version to several defcustoms.
3797
3798 * imenu.el (imenu--truncate-items, imenu--cleanup)
3799 (imenu--generic-function): Avoid mapcar.
3800 (imenu--replace-spaces): Function removed.
3801 (imenu--completion-buffer): Use subst-char-in-string.
3802 (imenu-add-to-menubar): Use keymap inheritance.
3803
1afaae94
MB
38042000-09-12 Miles Bader <miles@gnu.org>
3805
3806 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3807 (diff-mode-map): Bind `diff-test-hunk'.
3808 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3809
38102000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3811
3812 * bytecomp.el (byte-compile-defvar): Undo last change
3813 because it breaks '(make-variable-buffer-local (defvar ...)'
3814 which is used at least in dired.
3815
63c36c3c
KH
38162000-09-12 Kenichi Handa <handa@etl.go.jp>
3817
3818 * international/quail.el (quail-define-package): Docstring
3819 modified.
3820
1ad24be1
KH
38212000-09-12 Kenichi Handa <handa@etl.go.jp>
3822
362a8065
KH
3823 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3824 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3825 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3826 docstring of "chinese-py".
3827
1ad24be1
KH
3828 * international/quail.el (quail-translation-docstring): New
3829 variable.
3830 (quail-show-keyboard-layout): Docstring modified.
3831 (quail-select-current): Likewise.
3832 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3833 infinite recursive call.
3834 (quail-help): Check quail-translation-docstring. Format of the
3835 output changed.
3836 (quail-help-insert-keymap-description): Adjusted for the above
3837 change.
3838
cc0f95a4
GM
38392000-09-11 Gerd Moellmann <gerd@gnu.org>
3840
3841 * bytecomp.el (byte-compile-defvar): Only cons onto
3842 current-load-list in top-level forms. Else this leaks a cons cell
3843 every time a defun is called.
3844
7530b6da
MB
38452000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3846
3847 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3848 Now understands non-unified diffs. Some functionality moved into
3849 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3850 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3851 modify anything. Only reposition point in the patched file if the
3852 patch succeeds. Only pop up another window if POPUP is true.
3853 Emit a message describing what happened if successful, and at what
3854 line-offset. Automatically detect reversed hunks and do something
3855 appropriate.
3856 (diff-hunk-text, diff-find-text): New functions.
3857 (diff-filter-lines): Function removed.
3858 (diff-test-hunk): New function.
3859 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3860
6b124390
DL
38612000-09-10 Dave Love <fx@gnu.org>
3862
3863 * textmodes/tildify.el: Minor doc/commentary fixes.
3864 (tildify) <defgroup>: Add :version.
3865
3866 * faces.el (face-x-resources): Make custom type more specific.
3867 (frame-background-mode): Use mapc.
3868 (region) <defcustom>: Add :version.
3869
7f8b6551
SM
38702000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3871
9b4a7800
TTN
3872 * vc-sccs.el (vc-sccs-register):
3873 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3874 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3875 * vc.el (vc-register): Clear file's properties.
3876
c454aac1
GM
38772000-09-08 Gerd Moellmann <gerd@gnu.org>
3878
3879 * faces.el (face-spec-set): Only face-spec-reset-face when
3880 ATTRS is non-nil.
3881
bb934822
EZ
38822000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3883
3884 * help.el (help-insert-xref-button): Fix a typo in doc string.
3885
03419440
EZ
38862000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3887
7f8b6551
SM
3888 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3889 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3890 methods.
3891
03419440
EZ
3892 * menu-bar.el (read-mail-item-name): New function.
3893 (menu-bar-tools-menu): Use it to compute and display the package
3894 used to read email.
3895 (menu-bar-tools-menu): Fix typo in GUD's help string.
3896
dbcee71a
DL
38972000-09-07 Dave Love <fx@gnu.org>
3898
19e713d8
DL
3899 * diff-mode.el (diff-mouse-goto-source): New function.
3900
a7cafade 3901 * vc-sccs.el: Doc fixes.
7f8b6551 3902 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3903
3904 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3905 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3906 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3907 (vc-rcs-master-templates): Add or change :version.
3908
7f8b6551 3909 * vc-cvs.el: Doc fixes.
a7cafade
DL
3910 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3911 (vc-cvs-stay-local): Add :version.
3912
dbcee71a
DL
3913 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3914
ed254191
KH
39152000-09-07 Kenichi Handa <handa@etl.go.jp>
3916
3917 * international/quail.el (quail-help): Fix previous change.
3918
ab0ee409
GM
39192000-09-07 Gerd Moellmann <gerd@gnu.org>
3920
f46f845b 3921 * faces.el (color-values): Doc fix.
9b4a7800 3922
ab0ee409
GM
3923 * faces.el (frame-set-background-mode): Use frame-parameter
3924 instead of frame-parameters.
3925
3926 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3927 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3928 frame-parameters.
9b4a7800 3929
f7246ac7
KH
39302000-09-07 Kenichi Handa <handa@etl.go.jp>
3931
3932 * language/devan-util.el (devanagari-to-indian-region): In the
3933 loop, change the following char, not preceding char.
3934
96889af2
GM
39352000-09-07 Gerd Moellmann <gerd@gnu.org>
3936
1091dd67
GM
3937 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3938 instead of frame-parameters.
3939
9b4a7800 3940 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3941 internal-set-lisp-face-attribute with FRAME being 0.
3942
3943 * vc.el: Remove `Id' version control keyword.
96889af2 3944
0fddd0dc
KH
39452000-09-07 Kenichi Handa <handa@etl.go.jp>
3946
3947 * help.el (help-make-xrefs): Adjusted for the change of
3948 help-xref-mule-regexp.
3949 (help-insert-xref-button): New function.
3950
3951 * international/mule-cmds.el (help-xref-mule-regexp-template):
3952 Include the pattern for character set.
3953 (leim): New group.
3954
3955 * international/quail.el: Don't require face.
3956 (quail): New group.
7f8b6551 3957 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3958 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3959 (quail-keyboard-layout-substitution): New variable.
3960 (quail-update-keyboard-layout): New function.
3961 (quail-keyboard-layout-type): New customizable variable.
3962 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3963 (quail-keyboard-translate): Pay attention to
3964 quail-keyboard-layout-substitution.
3965 (quail-insert-kbd-layout): New function.
3966 (quail-show-keyboard-layout): New function.
3967 (quail-get-translation): If the definition is a vector of length
7f8b6551 3968 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3969 in that string.
3970 (quail-update-current-translations): Fix the case of
3971 relative-index out of range.
3972 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3973 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3974 Show key sequences for all available characters.
0fddd0dc
KH
3975 (quail-help-insert-keymap-description): Don't show such verbose
3976 key bindings as quail-self-insert-command.
3977
3978 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3979 Format changed, and each element now have extra documentations.
3980 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3981 Adjusted for the change of quail-cxterm-package-ext-info.
3982
8ddceaf1
GM
39832000-09-06 Gerd Moellmann <gerd@gnu.org>
3984
3985 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3986 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3987 during bootstrap.
3988
099bd78a
SM
39892000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3990
3991 * vc.el: (toplevel): Don't require `dired' at run-time.
3992 (vc-dired-resynch-file): Remove autoload cookie.
3993
39942000-09-05 Andre Spiegel <spiegel@gnu.org>
3995
3996 * vc.el: Made several backend functions optional.
3997 (vc-default-responsible-p): New function.
3998 (vc-merge): Use RET for first version to trigger merge-news, not
3999 prefix arg.
4000 (vc-annotate): Handle backends that do not support annotation.
4001 (vc-default-merge-news): Removed. The existence of a merge-news
4002 implementation is now checked on caller sites.
4003
9b4a7800 4004 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4005 case.
4006
9b4a7800 4007 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4008 special case that has been removed from the default in vc-hooks.el.
4009
40102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4011
4012 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4013
40142000-09-05 Andre Spiegel <spiegel@gnu.org>
4015
4016 * vc-hooks.el: Require vc during compilation.
4017 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4018 macro `with-vc-properties' in vc.el.
4019 (vc-file-getprop): Doc fix.
4020 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4021
099bd78a
SM
4022 * vc.el: Require dired-aux during compilation.
4023 (vc-name-assoc-file): Moved to vc-sccs.el.
4024 (with-vc-properties): New macro.
9b4a7800 4025 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4026 vc-finish-steal): Use it.
4027 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4028 to the backend-specific function is now supposed to do the checkout,
4029 too.
4030 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4031
9b4a7800 4032 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4033 set file properties; that gets done in the generic code now.
4034
4035 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4036 Changed parameter list, added code from vc.el that does the
4037 checkout, possibly with a double-take.
4038
4039 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4040 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4041 the above under the new name.
4042 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4043 parameter list, added checkout command.
4044 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4045 properties; that gets done in the generic code now.
4046
40472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4048
4049 * vc.el: Docstring fixes (courtesy of checkdoc).
4050
40512000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4052
4053 * vc.el (vc-checkout-writable-buffer-hook)
4054 (vc-checkout-writable-buffer): Remove.
4055 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4056 (vc-log-mode): Make it into a clean derived major mode.
4057 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4058 vc-log-mode if log-edit is not available.
4059 (vc-dired-mode-map): Don't set-keymap-parent yet.
4060 (vc-dired-mode): Do set-keymap-parent here.
4061 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4062
08ba3862
GM
40632000-09-05 Gerd Moellmann <gerd@gnu.org>
4064
4065 * faces.el (set-face-attribute, face-spec-reset-face)
4066 (face-spec-set): Avoid consing by removing calls to `apply'.
4067
4068 * frame.el (frame-parameter): Move to C code.
4069
3b4429b4
DL
40702000-09-05 Dave Love <fx@gnu.org>
4071
4072 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4073 insert-before-markers-and-inherit. Now checked systematically!
4074
877055f6
GM
40752000-09-05 Alex Schroeder <alex@gnu.org>
4076
4077 * sql.el (sql-postgres): Use sql-postgres-options.
4078 (sql-postgres-options): New variable.
4079
40802000-09-05 Alex Schroeder <alex@gnu.org>
4081
4082 * sql.el (sql-mode-menu): Work around missing variable mark-active
4083 in XEmacs.
4084 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4085 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4086 compatibility.
4087
7a004b71
GM
40882000-09-04 Gerd Moellmann <gerd@gnu.org>
4089
54baed30 4090 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4091
7a004b71
GM
4092 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4093
4094 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4095
40962000-09-04 Andre Spiegel <spiegel@gnu.org>
4097
4098 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4099 don't support anything else under SCCS yet.
4100
4101 * vc-hooks.el: Minor doc fixes.
4102
41032000-09-04 Andre Spiegel <spiegel@gnu.org>
4104
4105 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4106 not necessary. If verbose in state `needs-patch', do the same as
4107 under `up-to-date'. When NOT verbose and `needs-patch', check out
4108 latest version instead of `merge-news'.
4109 (vc-next-action-dired): Don't mess with default-directory here; it
4110 breaks other parts of dired. It is the job of the
099bd78a 4111 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4112 (vc-next-action): Remove a special CVS case.
4113 (vc-clear-headers): New optional arg FILE.
4114 (vc-checkin, vc-checkout): Set properties vc-state and
4115 vc-checkout-time properly.
099bd78a 4116 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4117 (vc-print-log): Use new backend function `show-log-entry'.
4118 (vc-cancel-version): Do the checks in a different order. Added a
4119 FIXME concerning RCS-only code.
4120
4121 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4122 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4123
4124 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4125
9b4a7800 4126 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4127 `needs-patch' as a `-' too.
4128
41292000-09-04 Andre Spiegel <spiegel@gnu.org>
4130
4131 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4132 (vc-default-could-register): New function.
4133 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4134 (vc-resynch-buffer): Call vc-dired-resynch-file.
4135 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4136 vc-resynch-buffer instead of vc-resynch-window.
4137 (vc-next-action-dired): Don't redisplay here, that gets done as a
4138 result of the individual file operations.
4139 (vc-retrieve-snapshot): Corrected prompt order.
4140
4141 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4142
7a004b71
GM
4143 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4144 as well.
4145 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4146 hostname regexps. Updated all callers.
4147 (vc-cvs-responsible-p): Handle directories as well.
4148 (vc-cvs-could-register): New function.
4149 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4150 properties up-to-date.
9b4a7800 4151
7a004b71
GM
4152 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4153 user whether to create one.
4154
41552000-09-04 Andre Spiegel <spiegel@gnu.org>
4156
4157 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4158 check out a non-existing file.
4159
4160 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4161 workfile does not exist.
4162
4163 * vc.el (vc-version-diff): Use `require' to check for existence of
4164 diff-mode.
4165
41662000-09-04 Andre Spiegel <spiegel@gnu.org>
4167
4168 * vc-cvs.el (vc-cvs-registered): Use new function
4169 vc-cvs-parse-entry to do the actual work.
4170
41712000-09-04 Andre Spiegel <spiegel@gnu.org>
4172
4173 * vc-hooks.el (vc-find-backend-function): If function doesn't
4174 exist, return nil instead of error.
4175 (vc-call-backend): Doc fix.
4176
4177 * vc.el (vc-do-command): Doc fix.
4178 (vc-finish-logentry): When checking in from vc-dired, choose the
4179 right backend for logentry check.
4180 (vc-dired-mode-map): Inherit from dired-mode-map.
4181 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4182 simplified.
4183 (vc-dired-state-info): Removed, updated caller.
4184 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4185 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4186 (vc-dired-listing-switches): New variable.
4187 (vc-directory): Use it, instead of dired-listing-switches.
4188
4189 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4190 (vc-cvs-dir-state): New function.
7f8b6551 4191 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4192 (vc-cvs-parse-entry): New function, also to be used in
4193 vc-cvs-registered.
9b4a7800 4194
7a004b71
GM
41952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4196
4197 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4198 *or* single-window-frames.
4199
42002000-09-04 Andre Spiegel <spiegel@gnu.org>
4201
4202 * vc.el (vc-update-changelog): Split into generic part and default
4203 implementation. Doc string adapted.
4204 (vc-default-update-changelog): New function. Call the `rcs2log'
4205 script in exec-directory, to fix a long-standing nuisance.
4206
4207 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4208 simply signals an error.
9b4a7800 4209
7a004b71
GM
42102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4211
4212 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4213 control-flow more clear and to avoid running `cvs' twice.
4214
4215 * vc.el (vc-next-action-on-file): Doc fix.
4216 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4217 (vc-print-log): Eval `file' before constructing the continuation.
4218
42192000-09-04 Andre Spiegel <spiegel@gnu.org>
4220
4221 * vc.el (vc-next-action-on-file): Corrected several messages.
4222 (vc-merge): Add prefix arg `merge-news'; handle it.
4223
4224 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4225 is not reached. It is.
4226 (vc-cvs-merge): Set state to 'edited after merge.
4227 (vc-cvs-merge-news): Set workfile version to nil if not known.
4228 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4229
4230 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4231 via stdout. (Merge from main line.)
9b4a7800 4232
7a004b71
GM
42332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4234
4235 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4236 detection.
4237
42382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4239
4240 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4241 against kill-all-local-variables.
4242 (vc-log-edit): Don't save vc-parent-buffer any more.
4243 (vc-last-comment-match): Initialize to an empty string.
4244 (vc-post-command-functions): New hook.
4245 (vc-do-command): Run it.
4246 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4247 (vc-finish-logentry): Only add the comment to the ring if it's
4248 different from the last comment entered.
4249 (vc-new-comment-index): New function.
4250 (vc-previous-comment): Use it. Make the minibuffer message
4251 slightly less terse.
4252 (vc-comment-search-reverse): Make it work forward as well. Don't
4253 set vc-comment-ring-index if no match is found. Use
4254 vc-new-comment-index.
4255 (vc-comment-search-forward): Use vc-comment-search-reverse.
4256 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4257 define-derived-mode will do it for us. Bind `v' to a keymap that
4258 inherits from vc-prefix-map so that we can bind `vt' without
4259 binding C-x v t.
4260 (vc-retrieve-snapshot): Parenthesis typo.
4261
4262 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4263 to 1. Make sure to switch to *vc* before looking for an error
4264 message. Use vc-parse-buffer.
4265
42662000-09-04 Andre Spiegel <spiegel@gnu.org>
4267
4268 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4269 and NAME.
4270 (vc-retrieve-snapshot): Split into two parts.
4271 (vc-default-retrieve-snapshot): New function.
4272
4273 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4274 (vc-cvs-retrieve-snapshot): New function (untested).
4275 (vc-cvs-stay-local): Default to t.
4276 (vc-cvs-remote-p): New function and property.
4277 (vc-cvs-state): Stay local only if the above is t.
4278 (vc-handle-cvs): Removed.
4279 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4280 done via vc-handled-backends now.
4281 (vc-cvs-header): Escape Id.
4282
42832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4284
4285 * vc.el (vc-do-command): Remove unused commands.
4286 (vc-version-diff): Make sure default-directory ends with a slash.
4287 Move the window commands into a vc-exec-after.
4288 (vc-print-log): Move more of the code into the `vc-exec-after'.
4289
42902000-09-04 Andre Spiegel <spiegel@gnu.org>
4291
4292 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4293 (vc-print-log): Search current revision from beginning of buffer.
4294 (vc-revert-buffer): Clear echo area after the diff is finished.
4295 (vc-prefix-map): Removed definition of "t" for terse display in vc
4296 dired.
4297 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4298 definition of "vt" for terse display.
4299 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4300
43012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4302
4303 * vc.el (vc-exec-after): Avoid caddr.
4304
43052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4306
4307 * vc.el (vc-exec-after): New function.
4308 (vc-do-command): Use it to add a termination message for async
4309 procs.
4310 (vc-checkout): Try to handle a missing-backend situation.
4311 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4312 of a directory with a backend using async diffs.
4313 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4314 present.
4315
4316 * vc-sccs.el (vc-sccs-state-heuristic): Use
4317 file-ownership-preserved-p.
4318
4319 * vc-rcs.el (vc-rcs-state-heuristic): Use
4320 file-ownership-preserved-p.
4321 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4322
43232000-09-04 Andre Spiegel <spiegel@gnu.org>
4324
4325 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4326 vc-do-command.
4327
4328 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4329 when there are no changes.
4330
43312000-09-04 Andre Spiegel <spiegel@gnu.org>
4332
4333 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4334
4335 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4336
43372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4340
4341 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4342 the `fset' outside of the defvar so that it works even if
4343 vc-prefix-map was already defined.
4344 (vc-setup-buffer): New function, split out of vc-do-command.
4345 (vc-do-command): Allow BUFFER to be t to mean `just use the
4346 current buffer without any fuss'.
4347 (vc-version-diff): Change the `diff' backend operation to just put
4348 the diff in the current buffer without erasing it. Always use
4349 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4350 shrink-window-if-larger-than-buffer.
4351 (vc-print-log): Change the `print-log' backend operation to just
4352 put the log in the current buffer without erasing it. Protect
4353 shrink-window-if-larger-than-buffer.
4354 (vc-update-change-log): Fix setd typo.
4355
4356 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4357 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4358
4359 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4360 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4361 CMP.
4362
4363 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4364 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4365 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4366
43672000-09-04 Andre Spiegel <spiegel@gnu.org>
4368
4369 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4370 not possible, use vc-BACKEND-workfile-unchanged-p.
4371 (vc-default-workfile-unchanged-p): New function. Delegates to a
4372 full vc-BACKEND-diff.
4373
4374 * vc-hooks.el (vc-simple-command): Removed.
4375
4376 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4377 instead of vc-simple-command.
4378 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4379 avoid doing a diff when opening a file.
4380 (vc-rcs-state): Added check for unlocked-changes.
4381 (vc-rcs-header): Escape Id.
4382 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4383 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4384 version.
4385
4386 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4387 (vc-sccs-diff): Remove optional arg CMP.
4388 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4389 SCCS-specific function.
4390
4391 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4392 vc-simple-command.
4393
43942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4395
4396 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4397 (with-vc-file, vc-merge): Use vc-editable-p.
4398 (vc-do-command): Remove unused var vc-file and fix the
4399 doubly-defined `status' var. Add a user message when starting an
4400 async command.
4401 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4402 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4403 Use with-current-buffer.
4404 (vc-buffer-sync): Use unless.
4405 (vc-next-action-on-file): If the file is 'edited by read-only,
4406 make it read-write instead of trying to commit.
4407 (vc-version-diff, vc-update-change-log): Use `setq
4408 default-directory' rather than `cd'.
4409 (vc-log-edit): Don't forget to set default-directory in the
4410 buffer.
4411
4412 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4413 (vc-sccs-state-heuristic): Use file-writable-p instead of
4414 comparing userids.
4415 (vc-sccs-checkout): Use `unless'.
4416
4417 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4418 of comparing userids.
4419 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4420 Simplify the logic by eliminating unreachable code.
4421 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4422 just do a recursive call if we need to retry.
4423 (vc-rcs-checkout): Handle the case where rcs is missing by making
4424 the buffer read-write if requested and re-signalling the error.
4425
4426 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4427
44282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4429
4430 * vc-hooks.el (vc-handled-backends): Docstring change.
4431 (vc-ignore-vc-files): Mark obsolete.
4432 (vc-registered): Check vc-ignore-vc-files.
4433 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4434 vc-ignore-vc-files.
4435
4436 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4437
44382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4439
4440 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4441 files since ange-ftp already has vc-registered return nil.
4442
4443 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4444 (vc-sccs-workfile-version): Use with-temp-buffer and new
4445 vc-parse-buffer and don't bother setting the property.
4446 (vc-sccs-add-triple): Use with-current-buffer and
4447 find-file-noselect.
4448 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4449
4450 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4451 derives from the old vc-parse-buffer but uses the revision number
4452 rather than the date (much easier to compare robustly).
4453 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4454 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4455 locking-user more directly. Check strict locking and set
4456 checkout-model appropriately.
4457 (vc-rcs-parse-locks): Remove.
4458 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4459 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4460 (vc-rcs-system-release): Use with-current-buffer and
4461 vc-parse-buffer.
4462 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4463
4464 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4465 (vc-simple-command): Docstring fix.
4466 (vc-registered): Align the way the file-handler is called with the
4467 way the function itself works.
4468 (vc-file-owner): Remove.
4469
4470 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4471 extraction of fields and call to file-attributes because of a
4472 temporary bug in rcp.el.
4473 (vc-cvs-fetch-status): Use with-current-buffer.
4474
44752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4476
4477 * vc.el (vc-do-command): Use file-relative-name.
4478 (vc-responsible-backend): Use vc-backend if possible.
4479 (vc-create-snapshot): Improve the `interactive' spec. Add support
4480 for branches and dispatch to backend-specific `create-snapshot'.
4481 (vc-default-create-snapshot): New function, containing the bulk of
4482 the old vc-create-snapshot.
4483 (vc-retrieve-snapshot): Improve the interactive spec.
4484
4485 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4486 (vc-backend-hook-functions): Remove.
4487 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4488 (vc-backend): Reintroduce the test for `file = nil' now that I
4489 know why it was there (and added a comment to better remember).
4490
4491 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4492 code from vc-sccs-hooks.el.
4493 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4494 'vc anymore.
4495 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4496 and file-directory-p instead of file-exists-p.
4497 (vc-sccs-check-headers): Simplify the regexp.
4498
4499 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4500 from vc-rcs-hooks.el. Don't require 'vc anymore.
4501 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4502 file-directory-p instead of file-exists-p.
4503
4504 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4505 from vc-cvs-hooks.el.
4506 (proto vc-cvs-registered): Require 'vc-cvs instead of
4507 'vc-cvs-hooks. Don't require 'vc anymore.
4508 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4509 file-directory-p instead of file-exists-p.
4510 (vc-cvs-create-snapshot): New function, replacing
4511 vc-cvs-assign-name.
4512 (vc-cvs-assign-name): Remove.
4513
45142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4515
4516 * vc-cvs.el (vc-cvs-header): New var.
4517
4518 * vc-rcs.el (vc-rcs-exists): Remove.
4519 (vc-rcs-header): New var.
4520
4521 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4522 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4523 (vc-sccs-header): New var.
4524
4525 * vc.el (vc-do-command): Get rid of the `last' argument.
4526 (vc-header-alist): Remove, replaced by vc-X-header.
4527 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4528 (vc-dired-hook): Use expand-file-name instead of concat.
4529 (vc-directory): Use file-name-as-directory.
4530 (vc-snapshot-precondition, vc-create-snapshot)
4531 (vc-retrieve-snapshot): Allow the command to operate on any
4532 directory.
4533
4534 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4535 just removing the 'WORKFILE argument or by removing the 'MASTER
4536 argument and replacing `file' with (vc-name file).
4537
45382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4539
4540 * vc.el: Update Copyright and add a crude list of backend funs.
4541 (vc-writable-p): New function.
4542 (with-vc-file): Use vc-writable-p.
7f8b6551 4543 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4544 (vc-register): Avoid vc-name.
4545 (vc-locking-user): Remove.
4546 (vc-steal-lock): Make the `owner' arg non-optional.
4547 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4548 vc-checkout-model.
4549 (vc-default-dired-state-info): Use vc-state instead of
4550 vc-locking-user and return special strings for special states.
4551 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4552 and get rid of one of the special CVS cases.
4553 (vc-cancel-version): prettify error message with \\[...].
4554 (vc-rename-master): New function.
4555 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4556 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4557 the CVS special case generic.
4558 (vc-default-record-rename): Remove.
4559 (vc-file-tree-walk-internal): Only call FUNC for files that are
4560 under control of some VC backend and replace `concat' with
4561 expand-file-name.
4562 (vc-file-tree-walk): Update docstring.
4563 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4564 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4565
4566 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4567 vc-sccs-record-rename. Use `find-file-noselect' rather than
4568 `find-file' and call `vc-rename-master' to do the actual move.
4569 (vc-sccs-diff): Remove unused `backend' variable.
4570
4571 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4572 to delay loading of vc-sccs until it is really used.
4573 (vc-sccs-master-templates): Preload.
4574 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4575 (vc-sccs-project-dir): Remove (merged into
4576 vc-sccs-search-project-dir).
4577 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4578 rather than `concat', make sure it is preloaded and don't bother
4579 to check that the file actually exists.
4580 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4581 `locks' argument (use buffer's content instead) and eliminate n^2
4582 behavior.
4583
4584 * vc-rcs.el: Update Copyright.
4585 (vc-rcs-rename-file): New function.
4586 (vc-rcs-diff): Remove unused `backend' variable.
4587
4588 * vc-hooks.el: Update Copyright.
4589 (vc-backend): Don't accept a nil argument any more.
4590 (vc-up-to-date-p): Turn into a defsubst.
4591 (vc-possible-master): New function.
4592 (vc-check-master-templates): Use `vc-possible-master' and allow
4593 funs in vc-X-master-templates to return a non-existent file.
4594
4595 * vc-cvs.el: Update Copyright.
4596 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4597 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4598
4599 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4600
46012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4602
4603 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4604 since it can be called from vc-rcs.el.
4605 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4606
46072000-09-04 Andre Spiegel <spiegel@gnu.org>
4608
4609 * vc.el (vc-version-diff): Expand file name read from the
4610 minibuffer. Handle the case when a previous version number can't
4611 be guessed. Give suitable messages when there were no differences
4612 found.
4613 (vc-clear-headers): Call backend-specific implementation, if one
4614 exists.
4615 (vc-cancel-version): Made error checks generic. When done, clear
4616 headers generically, too.
4617
4618 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4619 from vc-clear-headers in vc.el.
4620
4621 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4622 correctly.
4623 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4624 optional. Handle the case when it's not there.
4625
46262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4627
4628 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4629
46302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4631
4632 * vc-hooks.el (vc-loadup): Remove.
4633 (vc-find-backend-function): Use `require'. Also, handle the case
4634 where vc-BACKEND-hooks.el doesn't exist.
4635 (vc-call-backend): Cleanup.
4636
46372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4638
4639 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4640 vc-rcs-grab-templates)
4641 (vc-rcs-registered): Remove. The default function works as well.
4642 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4643 vc-sccs-grab-templates)
4644 (vc-sccs-registered): Remove. The default function works as well.
4645
4646 * vc.el (vc-version-diff): Left out a vc- in call to
4647 vc-call-backend.
4648 (vc-default-dired-state-info, vc-default-record-rename)
4649 (vc-default-merge-news): Update for the new backend argument.
4650
4651 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4652 using the default function.
4653 (vc-call-backend): If calling the default function, pass it the
4654 backend as first argument. Update the docstring accordingly.
4655 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4656 for the new backend argument.
4657 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4658 (vc-find-backend-function): Use the new name.
4659 (vc-default-registered): New function.
4660
46612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4662
4663 * vc.el (vc-merge): Use vc-find-backend-function.
4664
4665 * vc-hooks.el (vc-backend-functions): Remove.
4666 (vc-loadup): Don't setup 'vc-functions.
4667 (vc-find-backend-function): New function.
4668 (vc-call-backend): Use above fun and populate 'vc-functions
4669 lazily.
4670 (vc-backend-defines): Remove.
4671
46722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4675 Call vc-call-backend without the leading vc-.
4676 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4677 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4678 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4679 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4680 Call vc-call-backend without the leading vc-.
4681
4682 * vc-cvs.el (tail): Provide vc-cvs.
4683 * vc-sccs.el (tail): Provide vc-sccs.
4684 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4685
4686 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4687 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4688 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4689 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4690 (vc-call-backend): Always try to load vc-X-hooks.
4691 (vc-registered): Remove vc- in call to vc-call-backend.
4692
46932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * vc.el (vc-process-filter): New function.
4696 (vc-do-command): Setup `vc-process-filter' for the async process.
4697 (vc-maybe-resolve-conflicts): New function to reduce
4698 code-duplication. Additionally, it puts the buffer in
4699 `smerge-mode' if applicable.
4700 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4701 calling `merge-news'.
7f8b6551 4702 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4703 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4704 interfacing to log-edit.el.
4705 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4706 log-edit is available.
4707 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4708
47092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4710
4711 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4712 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4713 defvar and the initialization.
4714 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4715
4716 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4717 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4718
7f8b6551 4719 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4720
47212000-09-04 Andre Spiegel <spiegel@gnu.org>
4722
4723 * vc.el (vc-file-clear-masterprops): Removed.
4724 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4725 (vc-version-diff): Use buffer-size without argument.
4726 (vc-register): Heed vc-initial-comment.
4727
4728 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4729 default branch.
4730
4731 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4732 file name and workfile version.
4733 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4734
4735 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4736 vc-file-clear-masterprops.
4737
4738 * vc-sccs.el (vc-sccs-checkout): Removed call to
4739 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4740 rather than user login name.
4741
4742
47432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4744
4745 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4746 `want-differences-if-changed' and simplify.
4747 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4748 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4749 output (which is invalid for async vc-diff) to decide whether to
4750 do the revert silently or not.
4751
47522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4753
4754 * vc-hooks.el (vc-loadup): Load files quietly.
4755 (vc-call-backend): Oops, brain fart.
4756
47572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4758
4759 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4760 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4761
47622000-09-04 Andre Spiegel <spiegel@gnu.org>
4763
4764 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4765 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4766 vc-state or vc-up-to-date-p.
4767 (vc-merge): Use vc-backend-defines to check whether merging is
4768 possible. Set state to 'edited after successful merge.
4769
4770 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4771 return that name. Redocumented.
4772
47732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4776 new `vc-state' semantics.
4777 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4778 'vc-locking-user to the current user.
4779 (vc-merge): Inline vc-backend-merge. Comment out code that I
4780 don't understand and hence can't adapt to the new `vc-state' and
4781 `vc-locking-user' semantics.
4782 (vc-backend-merge): Remove.
4783
4784 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4785 rather than 'vc-locking-user.
4786
4787 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4788
4789 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4790 (vc-state): Don't use 'reserved any more. Just use the same
4791 convention as the one used for vc-<backend>-state where the
4792 locking user (as a string) is returned.
4793 (vc-locking-user): Update, based on the above convention. The
4794 'vc-locking-user property has disappeared.
7f8b6551 4795 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4796
4797 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4798 with a heuristic one.
4799 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4800 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4801 error. That allows us to get to 'needs-merge even in the
4802 stay-local case. There's still no way to detect 'needs-patch in
4803 such a setup (or to force an update for that matter).
4804 (vc-cvs-logentry-check): Remove, the default works as well.
4805
48062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4807
7f8b6551 4808 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4809
4810 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4811 major-mode in which the buffer might have been put earlier. Use
4812 `remove' and `when'. Allow `okstatus' to be `async' and use
4813 `start-process' in this case.
4814 (vc-version-diff): Handle the case where the diff looks empty
4815 because of the use of an async process.
4816
48172000-09-04 Andre Spiegel <spiegel@gnu.org>
4818
4819 * vc.el (vc-next-action-on-file): Removed optional parameter
4820 `simple'. Recompute state unconditionally.
4821 (vc-default-toggle-read-only): Removed.
4822
4823 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4824 (vc-toggle-read-only): Undid prev change.
4825
4826 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4827 vc-cvs-simple-toggle. Redocumented.
4828 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4829 (vc-cvs-toggle-read-only): Removed.
4830
48312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4832
7f8b6551 4833 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4834 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4835 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4836 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4837 still is. So maybe it should be removed.
4838 (vc-head-version, vc-find-binary): Remove.
4839 (vc-recompute-state): Move from vc-hooks.el.
4840 (vc-next-action-on-file): Add a `simple' argument to allow
4841 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4842 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4843 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4844 (vc-dired-mode-map): Properly defvar it.
4845 (vc-print-log): Call log-view-mode if available.
4846 (small-temporary-file-directory): defvar instead of use boundp.
4847 (vc-merge-news): Moved to vc-cvs.el.
4848 (vc-default-merge-news): New function.
4849
4850 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4851 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4852 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4853 unknown `vc-latest-version' function. It should probably refer to
4854 vc-workfile-version or somesuch, but it's very unclear to me and I
4855 don't have SCCS to test things.
4856
4857 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4858 (vc-sccs-state-heuristic): Fix typo.
4859 (vc-sccs-workfile-unchanged-p): Add missing argument.
4860
4861 * vc-rcs.el: Require vc and vc-rcs-hooks.
4862 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4863 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4864 (vc-release-greater-or-equal-p): Move from vc.
4865 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4866 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4867 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4868 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4869
4870 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4871 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4872 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4873 than the apparently unbound `workfile-version'.
4874
4875 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4876 (vc-file-prop-obarray): Use `make-vector'.
4877 (vc-backend-functions): Add new hookable functions
4878 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4879 (vc-loadup): If neither backend nor default functions exist, use
4880 the backend function rather than nil.
4881 (vc-call-backend): If the function if not bound yet, try to load
4882 the non-hook file to see if it provides it.
4883 (vc-call): New macro plus use it wherever possible.
4884 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4885 nor `vc-find-binary' since it's only called from
7f8b6551 4886 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4887 (vc-checkout-model): Fix parenthesis.
4888 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4889
7f8b6551 4890 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4891 (vc-cvs-release, vc-cvs-system-release): Remove.
4892 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4893 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4894 status symbols.
4895 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4896 (vc-cvs-toggle-read-only): First cut at a function to allow a
4897 cvs-status-free vc-toggle-read-only.
4898 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4899 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4900 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4901 (vc-cvs-checkout): Modify access rights directly if the user
4902 requested not to use `cvs edit'. And refresh the mode line.
4903
4904 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4905 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4906
49072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4908
4909 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4910 workfile' that got lost when the code was extracted from vc.el.
4911 And merged the tail with the rest of the code (not possible in the
4912 old vc.el where the tail was shared among all backends). And
4913 explicitly set the state to 'edited if `writable' is set.
4914
4915 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4916 (vc-cvs-state): Be careful to return the value from
4917 vc-cvs-parse-state.
4918 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4919 property but return it instead. Also be careful to handle a nil
4920 or "" `rev' when workfile is non-nil (it was handled properly when
4921 workfile was nil).
4922
4923 * vc.el: Removed those pesky unnecessary `(function' quotes.
4924 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4925 directly in the defvar.
4926 (vc-do-command): Bind inhibit-read-only so as to properly handle
4927 the case where the destination buffer has been made read-only.
4928 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4929 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4930 (vc-annotate-mode-variables): Removed (code moved partly to
4931 defvars and partly to vc-annotate-add-menu).
4932 (vc-annotate-mode): Turned into a derived-mode.
4933 (vc-annotate-add-menu): Moved in code in
4934 vc-annotate-mode-variables.
4935 (vc-update-change-log): Use make-temp-file if available.
4936
49372000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4938
4939 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4940 `vc-checkout-model' updated to `vc-cvs-update-model'.
4941
49422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4943
4944 * vc.el (vc-next-action-on-file): Added handling of state
4945 `unlocked-changes'.
4946 (vc-checkout-carefully): Is now practically obsolete, unless the
4947 above is too slow to be enabled unconditionally.
4948 (vc-update-change-log): Fixed typo.
4949
4950 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4951
7f8b6551
SM
4952 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4953 Now handles state `unlocked-changes'.
4954 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4955
4956 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4957
4958 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4959 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4960 `unlocked-changes'.
4961 (vc-rcs-workfile-unchanged-p): Renamed from
4962 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4963 function yet, but supposed to become one soon.
4964
4965 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4966 `vc-steal-lock'.
4967 (vc-call-backend): Changed error message.
4968 (vc-state): Added description of state `unlocked-changes'.
4969
49702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4971
4972 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4973 always return t in CVS-controlled directories.
4974
4975 * vc.el (vc-responsible-backend): New function.
4976 (vc-register): Largely rewritten.
4977 (vc-admin): Removed (implementation moved into vc-register).
4978 (vc-checkin): Redocumented.
4979 (vc-finish-logentry): If no backend defined yet (because we are in
4980 the process of registering), use the responsible backend.
4981
4982 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4983 Updated function lists.
4984 (vc-call-backend): Fixed typo.
4985
7f8b6551
SM
4986 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4987 New functions.
4988 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4989 Removed query option. Redocumented.
7a004b71
GM
4990
49912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4992
4993 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4994
4995 * vc.el: Updated callers of `vc-checkout-required' to use
4996 `vc-checkout-model'.
4997
49982000-09-04 Martin Lorentzson <martinl@gnu.org>
4999
5000 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5001 stuff updated to reference this function instead of the old
5002 `vc-backend-release-p'.
5003
50042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5005
5006 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5007 vc-checkout-model. Return appropriate values. Updated callers.
5008
50092000-09-04 Martin Lorentzson <martinl@gnu.org>
5010
7f8b6551 5011 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5012 (vc-backend-revert): Function moved into `vc-revert';
5013 `vc-next-action' must be updated to accomodate this change.
5014 (vc-backend-steal): Function moved into `vc-finish-steal'.
5015 (vc-backend-logentry-check): Function moved into
5016 `vc-finish-logentry'.
5017 (vc-backend-printlog): Function moved into `vc-print-log'.
5018 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5019 (vc-backend-assign-name): Function moved into
5020 `vc-create-snapshot'.
5021
50222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5023
5024 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5025 Rename to vc-checkout-model. Return appropriate values.
5026 Update callers.
7a004b71 5027
7f8b6551 5028 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5029 to vc-checkout-model.
7f8b6551
SM
5030 (vc-checkout-required): Rename to vc-checkout-model.
5031 Re-implement and re-comment.
7a004b71
GM
5032 (vc-after-save): Use vc-checkout-model.
5033
50342000-09-04 Martin Lorentzson <martinl@gnu.org>
5035
7f8b6551
SM
5036 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5037 Update to use the vc-BACKEND-diff functions instead.
5038 `vc-diff' is now working.
7a004b71 5039
7f8b6551 5040 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5041
7f8b6551 5042 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5043
5044 * vc-sccs.el (vc-sccs-diff): Function changed name from
5045 `vc-backend-diff'. This makes `vc-diff' work.
5046
7f8b6551 5047 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5048 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5049 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5050 signaled during `vc-after-save'.
5051
7f8b6551
SM
5052 * vc.el: Fix typo.
5053 This checkin is made with our new VC code base for the very first time.
5054 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5055
5056 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5057 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5058
5059 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5060 updated to `vc-uses-locking'.
7f8b6551 5061 (vc-checkout-required): Call to backend function.
7a004b71
GM
5062 `vc-checkout-required' updated to `vc-uses-locking' instead.
5063
5064 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5065 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5066
7f8b6551 5067 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5068 to match the split into various backends.
7f8b6551 5069 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5070 (vc-retrieve-snapshot): Bug fix.
5071
50722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5073
5074 * vc-sccs.el (vc-sccs-release): Doc fix.
5075
50762000-09-04 Martin Lorentzson <martinl@gnu.org>
5077
5078 * vc.el (vc-next-action-on-file): Bug found and fixed.
5079 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5080 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5081
5082 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5083 (vc-rcs-checkout): Name space cleaned up. No more revision number
5084 crunching function names that are not prefixed with vc-rcs.
5085 (vc-rcs-checkout-model): Function added. References to
5086 `vc-checkout-model' replaced.
5087
50882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5089
5090 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5091 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5092 still need to be split, and implemented for RCS).
5093
50942000-09-04 Martin Lorentzson <martinl@gnu.org>
5095
5096 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5097
5098 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5099 required by the vc.el file.
5100
5101 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5102 required by the vc.el file.
5103 (vc-rcs-exists): Function added.
5104
5105 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5106 required by the vc.el file.
5107
5108 * vc.el (vc-admin): Updated to handle selection of appropriate
5109 backend. Current implementation is crufty and need re-thinking.
5110
5111 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5112
51132000-09-04 Martin Lorentzson <martinl@gnu.org>
5114
5115 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5116 beginning of annotate buffers correctly.
5117
5118 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5119 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5120 functionality updated quite a lot to support multiple backends.
5121 Variables `vc-annotate-mode', `vc-annotate-buffers',
5122 `vc-annotate-backend' added.
5123
5124 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5125 `vc-annotate-difference' added to supported backend functions.
5126
51272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5128
5129 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5130 Use with-temp-file instead of /bin/sh. Merged from mainline
5131
51322000-09-04 Martin Lorentzson <martinl@gnu.org>
5133
5134 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5135
5136 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5137
5138 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5139
51402000-09-04 Martin Lorentzson <martinl@gnu.org>
5141
5142 * vc-hooks.el: vc-state-heuristic added to
5143 vc-backend-hook-functions.
5144
5145 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5146
5147 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5148
7f8b6551
SM
5149 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5150 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5151 state to `reserved'.
5152
5153 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5154 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5155
51562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5157
7f8b6551 5158 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5159 untouched.
5160
7f8b6551 5161 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5162
7f8b6551 5163 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5164 if defined. (Merged from main line, slightly adapted.)
5165
5166 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5167 millenium problem (merged from mainline).
5168
51692000-09-04 Martin Lorentzson <martinl@gnu.org>
5170
5171 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5172 part and moved the non-BACKEND stuff to vc.el.
5173
5174 * vc.el: Split the annotate feature into a BACKEND specific part
5175 and moved it from the vc-cvs.el file to this one.
5176
51772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5178
7f8b6551
SM
5179 * vc-hooks.el: Implement new state model.
5180 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5181 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5182 locked by somebody else.
7f8b6551 5183 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5184 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5185 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5186 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5187
7f8b6551
SM
5188 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5189 Various simplifications and adaptations all over the place.
7a004b71 5190
7f8b6551
SM
5191 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5192 Simplify and adapt the rest.
7a004b71 5193
7f8b6551 5194 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5195 interaction with view mode according to recent RCS change.
7f8b6551 5196 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5197
51982000-09-04 Martin Lorentzson <martinl@gnu.org>
5199
7f8b6551 5200 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5201
52022000-09-04 Martin Lorentzson <martinl@gnu.org>
5203
5204 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5205 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5206 (vc-minor-part, vc-previous-version): Functions that operate and
5207 compare revision numbers got proper documentation. Comments added
5208 about their possible removal.
5209
52102000-09-04 Martin Lorentzson <martinl@gnu.org>
5211
5212 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5213 the vc-backend.el files.
5214
5215 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5216
5217 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5218 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5219 (vc-rcs-previous-version): Functions added.
5220
5221 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5222
5223 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5224
52252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5226
5227 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5228 Comment out the definition for now. What is the right procedure
7a004b71
GM
5229 to get rid of it?
5230 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5231 rewritten.
7f8b6551 5232 (vc-default-registered): Remove.
7a004b71
GM
5233 (vc-check-master-templates): New function; does mostly what the
5234 above did before.
5235 (vc-locking-user): Don't rely on the backend to set the property.
5236
5237 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5238 Rewrite documentation.
7a004b71
GM
5239 (vc-rcs-templates-grabbed): New variable.
5240 (vc-rcs-grab-templates): New function.
7f8b6551 5241 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5242
5243 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5244 Rewrite documentation.
7a004b71
GM
5245 (vc-sccs-templates-grabbed): New variable.
5246 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5247 (vc-sccs-registered): Rewrite to use above mechanism.
5248 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5249 Don't throw the result, simply return it.
7a004b71 5250
7f8b6551
SM
5251 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5252 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5253 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5254
7f8b6551 5255 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5256 from main line.
5257
52582000-09-04 Martin Lorentzson <martinl@gnu.org>
5259
7f8b6551 5260 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5261
7f8b6551 5262 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5263
7f8b6551
SM
5264 * vc-rcs.el (vc-rcs-diff): New function.
5265 (vc-rcs-checkout): Bug (typo) found and fixed.
5266 (vc-rcs-register-switches): New variable.
7a004b71
GM
5267
5268 * vc.el (vc-backend-diff): Function removed and placed in the
5269 backend files.
5270
52712000-09-04 Martin Lorentzson <martinl@gnu.org>
5272
5273 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5274
5275 * vc.el (vc-backend-checkout): Function removed and replaced in
5276 the vc-backend.el files.
5277
5278 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5279
5280 * vc.el (vc-backend-admin): Removed and replaced in the
5281 vc-backend.el files.
5282
5283 * vc.el (Martin): Removed all the annotate functionality since it
5284 is CVS backend specific.
5285
52862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5287
5288 * spec.txt: Added specification of vc-state.
5289
5290 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5291 Remove handling of vc-latest-version and
7a004b71
GM
5292 vc-your-latest-version. What used to be vc-latest-version, is now
5293 returned as vc-workfile-version.
7f8b6551 5294 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5295
52962000-09-04 Dave Love <fx@gnu.org>
5297
5298 * vc.el: [Merged from mainline.]
5299 (vc-dired-mode): Make the dired-move-to-filename-regexp
5300 regexp match the date, to avoid treating date as file size.
5301 Add YYYY S option to WESTERN/
5302
53032000-09-04 Dave Love <fx@gnu.org>
5304
5305 * vc.el: Require `compile' when compiling.
5306 (vc-logentry-check-hook): New option.
5307 (vc-steal-lock): Use compose-mail.
5308 (vc-dired-mode-map): Defvar when compiling.
5309 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5310 vc-sccs.el and renamed. Callers changed.
5311 (vc-backend-checkout, vc-backend-logentry-check)
5312 (vc-backend-merge-news): Doc fix.
5313 (vc-default-logentry-check): New function.
5314 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5315 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5316 (vc-backend-merge): Doc fix. Use backend functions.
5317 (vc-check-headers): Use backend functions.
5318
5319 * vc-cvs.el: Require vc when compiling.
5320 (vc-cvs-register-switches): Doc fix.
5321 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5322 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5323 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5324 New functions (code from vc.el).
5325 (vc-annotate-display-default): Fix interactive spec.
5326 (vc-annotate-time-span): Doc fix.
5327
5328 * vc-rcs.el: Require vc when compiling.
5329 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5330 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5331 (vc-rcs-checkin): New functions (code from vc.el).
5332 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5333 Doc fix.
5334 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5335
5336 * vc-sccs.el: Require vc when compiling.
5337 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5338 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5339 (vc-sccs-revert)
5340 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5341 from vc.el).
5342 (vc-sccs-add-triple, vc-sccs-record-rename)
5343 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5344 (vc-sccs-admin): Doc fix.
5345
53462000-09-04 Martin Lorentzson <martinl@gnu.org>
5347
5348 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5349 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5350 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5351 from vc.el.
5352
5353 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5354
5355 * vc-cvs.el: Moved the annotate functionality from vc.el.
5356 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5357
53582000-09-04 Dave Love <fx@gnu.org>
5359
5360 * vc.el (vc-backend-release): Call vc-system-release.
5361
5362 * vc-sccs.el (vc-sccs-system-release):
5363 Renamed from vc-sccs-backend-release.
5364
5365 * vc-rcs.el (vc-rcs-system-release):
5366 Renamed from vc-rcs-backend-release.
5367
5368 * vc-cvs.el (vc-cvs-system-release):
5369 Renamed from vc-cvs-backend-release.
5370
53712000-09-04 Dave Love <fx@gnu.org>
5372
5373 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5374 backend files.
5375 (vc-backend-release): Dispatch to backend functions.
5376 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5377 probably needs attention.]
5378
5379 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5380 (vc-sccs-backend-release): New function.
5381
5382 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5383 (vc-cvs-backend-release): New function.
5384
5385 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5386 Doc fix.
5387 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5388 (vc-default-dired-state-info): New function.
5389 (vc-dired-state-info): Dispatch to backends.
5390 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5391
5392 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5393 from vc.el and renamed.
5394
53952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5396
5397 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5398 (vc-version-other-window, vc-backend-assign-name): Removed
5399 references to vc-latest-version; sometimes changed into
5400 vc-workfile-version.
5401
5402 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5403 vc-rcs-master-workfile-version.
5404 (vc-rcs-workfile-version): Use the above. Don't call
5405 vc-latest-version (that was unreachable code, anyway).
5406 (vc-rcs-fetch-master-properties): Doc fix.
5407
5408 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5409 (vc-backend-hook-functions): Removed them from this list, too.
5410 (vc-fetch-properties): Removed.
5411 (vc-workfile-version): Doc fix.
5412
5413 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5414 (vc-rcs-workfile-version, vc-rcs-locking-user)
5415 (vc-rcs-uses-locking): Use it.
5416
5417 * vc-hooks.el (vc-consult-rcs-headers):
5418 Moved into vc-rcs-hooks.el, under the name
5419 vc-rcs-consult-headers.
5420
5421 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5422 headers.
5423 (vc-cvs-find-master): Use this name only; correct different
5424 versions of the name.
5425
5426 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5427 New functions.
5428 (vc-sccs-locking-user): Use the latter.
5429
5430 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5431 New functions.
5432
5433 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5434 Moved into both
5435 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5436 functions are implementation details of those two backends.
5437
54382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5439
5440 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5441 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5442
5443 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5444 (vc-sccs-parse-locks): SCCS-specific code moved here from
5445 vc-hooks.
5446
5447 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5448 code moved here from vc-hooks.
5449
5450 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5451 into back-end specific parts and removed. Callers not updated
5452 yet; because I guess these callers will disappear into back-end
5453 specific files anyway.
5454
54552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5456
5457 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5458 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5459 `vc-uses-locking'.
5460
5461 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5462 Store yes/no in the property, and return t/nil. Updated all
5463 callers.
5464
5465 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5466 vc-sccs-uses-locking. Don't set property.
5467 (vc-sccs-locking-user): Don't set property.
5468
5469 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5470 vc-cvs-uses-locking. Don't set property here; leave that to
5471 vc-hooks.
5472 (vc-cvs-locking-user): Reflect above change. Streamlined.
5473
5474 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5475 vc-rcs-uses-locking.
5476 (vc-rcs-locking-user): Reflect above change.
5477
54782000-09-04 Dave Love <fx@gnu.org>
5479
5480 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5481
5482 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5483
5484 * vc-hooks.el (vc-checkout-model): Punt to backends.
5485
5486 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5487
5488 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5489
5490 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5491 New functions.
5492
5493 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5494 New functions.
5495
5496 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5497 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5498
5499 * vc-hooks.el (vc-default-locking-user): New function.
5500 (vc-locking-user, vc-workfile-version): Punt to backends.
5501
55022000-09-04 Dave Love <fx@gnu.org>
5503
5504 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5505 (vc-master-workfile-version): Moved from vc-hooks.
5506
5507 * vc-rcs-hooks.el: Fix duplicate code in last change.
5508
5509 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5510 (vc-rcs-master-templates): Improve :type.
5511 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5512 vc-master-workfile-version): Moved from vc-hooks.
5513
5514 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5515 (vc-sccs-master-templates): Improve :type.
5516 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5517
5518 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5519
5520 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5521 (vc-cvs-master-templates): Improve :type. Use
5522 vc-cvs-find-cvs-master.
5523 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5524 from vc-hooks.
5525 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5526
5527 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5528 Moved to vc-cvs-hooks.
5529
5530 * vc-hooks.el: Add doc strings in various places. Simplify the
5531 minor mode setup.
5532 (vc-handled-backends): New user variable.
5533 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5534 simplification.
5535
55362000-09-04 Dave Love <fx@gnu.org>
5537
5538 * vc.el: Some doc fixes for autoloaded and interactive functions.
5539 Fix compilation warnings from ediff stuff.
5540 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5541
5542 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5543
5544 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5545
5546 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5547
55482000-09-04 Dave Love <fx@gnu.org>
5549
5550 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5551 New variable.
5552 (vc-make-backend-function, vc-loadup, vc-call-backend)
5553 (vc-backend-defines): New functions.
5554
5555 * vc-hooks.el: Various doc fixes.
5556 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5557 (vc-match-substring): Function removed. Callers changed to use
5558 match-string.
5559 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5560 Simplify.
5561
55622000-09-04 Dave Love <fx@gnu.org>
5563
5564 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5565 type.
5566 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5567 (vc-sccs-registered): Doc fix.
5568
5569 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5570 (vc-cvs-registered): Doc fix.
5571
5572 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5573 (vc-rcs-registered): Doc fix.
5574
55752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5576
5577 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5578
5579 * vc-hooks.el: vc-registered has been renamed
5580 vc-default-registered. Some functions have been moved to the
5581 backend specific files. they all support the
5582 vc-BACKEND-registered functions.
5583
55842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5585
5586 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5587
5588 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5589
a033ea13
DL
55902000-09-04 Dave Love <fx@gnu.org>
5591
179fc9ef
DL
5592 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5593 menu-bar-update-hook.
5594
5595 * help.el (help-manyarg-func-alist): Add
5596 find-operation-coding-system.
5597
a033ea13
DL
5598 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5599
5600 * custom.el (custom-set-variables): Print message about errors in
5601 setting.
5602
f8803e97
AI
56032000-09-03 Andrew Innes <andrewi@gnu.org>
5604
5605 * makefile.w32-in: Change to DOS line endings.
5606
59836110
EZ
56072000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5608
5609 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5610 minor-mode keymaps, if they don't have one.
5611
5514ba5c
EZ
56122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5613
5614 * eshell/esh-module.el (eval-when-compile): Don't lose if
5615 esh-module.el's file name is truncated to DOS 8+3 limits.
5616
79cf8e80
JW
56172000-09-01 John Wiegley <johnw@gnu.org>
5618
5619 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5620 predicate, which caused entries in the completion list to be
5621 doubled.
5622
56232000-08-30 John Wiegley <johnw@gnu.org>
5624
5625 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5626 sending to subprocesses. Also, hook pre-command-hook if
5627 `eshell-send-direct-to-subprocesses' is non-nil.
5628 (eshell-send-direct-to-subprocesses): New config variable. If t,
5629 subprocess input is send immediately.
5630 (eshell-toggle-direct-send): New function.
5631 (eshell-self-insert-command): New function.
5632 (eshell-intercept-commands): New function.
5633 (eshell-send-input): If direct subprocess sending is enabled,
5634 don't echo any input to the Eshell buffer. Let the subprocess
5635 handle that. This requires "stty echo" in bash, for example.
5636
56372000-08-28 John Wiegley <johnw@gnu.org>
5638
5639 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5640 completion function for Eshell's implementation of `unset'.
5641
778911b9
EZ
56422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5643
5644 * info.el (Info-directory-list): Doc fix.
5645
05d07b49
PB
56462000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5647
9b4a7800 5648 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5649 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5650
9941d4c7
KH
56512000-08-31 Kenichi Handa <handa@etl.go.jp>
5652
5653 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5654 coding systems.
5655
af9ba8ad
AI
56562000-08-30 Andrew Innes <andrewi@gnu.org>
5657
5658 * timer.el (run-with-idle-timer): Undo last change, so that timer
5659 is not activated immediately if Emacs is already idle. Some
5660 existing code relies on this behaviour.
5661
caccd8f2
MB
56622000-08-30 Miles Bader <miles@gnu.org>
5663
5664 * frame.el (set-frame-font): Do completion of font-name for
5665 interactive use.
5666
b64c0a1c
KH
56672000-08-30 Kenichi Handa <handa@etl.go.jp>
5668
5669 * international/quail.el (quail-start-translation): Bind locally
5670 last-command-event, last-command, and this-command.
5671 (quail-start-conversion): Likewise.
75cf0095 5672 (quail-self-insert-command): Fix docstring.
b64c0a1c 5673
fd5f61d3
GM
56742000-08-29 Gerd Moellmann <gerd@gnu.org>
5675
5676 * progmodes/executable.el
5677 (executable-make-buffer-file-executable-if-script-p): Check that
5678 buffer contains at least 2 characters.
5679
5b671d04
EZ
56802000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5681
5682 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5683
485d9513
DL
56842000-08-29 Dave Love <fx@gnu.org>
5685
a39fb83d
DL
5686 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5687 (diff-mode-shared-map): Bind mouse-2.
5688 (diff-imenu-generic-expression): New variable.
5689 (diff-mode): Use it.
5690
485d9513
DL
5691 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5692 (mouse-popup-menubar): Add minor mode menus.
5693 (popup-menu): Check for lookup-key returning number.
5694
ba3478d9
MB
56952000-08-29 Miles Bader <miles@gnu.org>
5696
5697 * comint.el (comint-send-input): Create overlays using the proper
5698 front/read-advance arguments.
9b4a7800 5699
c3d6d211
GM
57002000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5701
5702 * ps-print.el: Even/odd pages printing. Doc fix.
5703 (ps-print-version): New version number (6.0).
5704 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5705 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5706 (ps-print-duplex-feature): Variable eliminated.
5707 (ps-even-or-odd-pages): New variable.
5708
ba087cd7 5709 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5710 (ebnf-version): New version (3.3).
5711 (ebnf-user-arrow): Change variable customization to sexp.
5712 (ebnf-user-arrow): Function eliminated.
5713 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5714
d313265f
KH
57152000-08-29 Kenichi Handa <handa@etl.go.jp>
5716
cba62b78 5717 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5718 (help-make-xrefs): Handle help-xref-mule-regexp.
5719
5720 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5721 variable.
5722 (describe-input-method): Temporarily activate the specfied input
5723 method to display the information.
5724 (describe-language-environment): Hyperlinks to mule related items.
5725
5726 * international/mule-diag.el (charset-multibyte-form-string): New
5727 function.
5728 (list-character-sets-1): Use charset-multibyte-form-string.
5729 (describe-character-set): New function.
5730 (describe-coding-system): Hyperlinks to safe character sets.
5731
5732 * international/quail.el (quail-help): New arg PACKAGE.
5733 Hyperlinks to mule related items.
5734 (quail-help-insert-keymap-description): Use
5735 substitute-command-keys instead of describe-bindings.
5736 (quail-translation-help): Hyperlinks to mule related items.
5737
b4bd214e
JW
57382000-08-28 John Wiegley <johnw@gnu.org>
5739
ca7aae91
JW
5740 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5741 have a defsubst call itself. Made `eshell-flatten-list' back into
5742 a function again.
5743
b4bd214e
JW
5744 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5745 catch, in case re-centering point at bottom messes up the display.
5746 This happens frequently in Emacs 21, due I believe to variable
5747 line heights.
5748
5749 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5750 to call `find-tag-interactive'.
5751
5752 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5753 the list of remember directories.
5754
d44e146b
JW
57552000-08-28 John Wiegley <johnw@gnu.org>
5756
5757 * align.el: Test align-region-separate to see if it's a symbol.
5758
546c0888 57592000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5760
5761 * eshell/esh-util.el (eshell-flatten-list): Made this function
5762 into a defsubst form. It gets used very frequently, although
5763 calls don't occur all that often.
5764
5765 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5766 examining it.
5767
5768 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5769 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5770 `eshell-protect'.
5771 (eshell-copy-handles): Created a new macro for duplicating the
5772 current set of open handles. This is needed by the looping
5773 functions.
5774 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5775 is not incorrectly stomped on.
5776
5777 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5778 declaration for pcomplete-use-paring.
5779 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5780 value of eshell-cmpl-use-paring.
5781 * pcomplete.el (pcomplete-use-paring): New config variable, to
5782 indicate whether paring should be used.
5783 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5784 completion alternatives that have already been used.
5785
5786 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5787 bound to C-c C-y, which will repeat the previous N arguments
5788 (based on prefix argument).
5789 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5790
5791 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5792 if there is no *Help* buffer. This is for XEmacs, which renames
5793 its help buffers uniquely. TODO: Find out what the current buffer
5794 name to delete is.
5795
5796 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5797 first entry that correlates to a passwd/group number. Later
5798 entries (used for group/user name aliasing to multiple IDs) are
5799 ignored.
5800
9b4a7800
TTN
5801 * eshell/em-xtra.el (eshell/expr):
5802 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5803 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5804 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5805 argument list, before passing it to the system command.
5806
5807 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5808 `find-tag' for use at final position in Eshell buffers (which
5809 otherwise triggers an error on Emacs 21).
5810 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5811 buffer, if it is currently bound to `find-tag'.
5812
5813 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5814 in the list of matched Makefile names.
5815 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5816 directory, prefer its contents to Makefile.
5817
5818 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5819 directory parts (like "cd old new", or "cd =regexp"), are now case
5820 sensitive on non-Windows/DOS platforms.
5821
5822 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5823 types RET after an open delimiter (like "), display a message
5824 indicating that Eshell is waiting for the closing delimiter.
5825
5826 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5827 environment variables.
5828
5829 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5830 gracefully if the user enters incorrect arguments.
5831
5832 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5833 Eshell buffers.
5834
9b4a7800
TTN
5835 * eshell/esh-var.el (eshell-interpolate-variable):
5836 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5837 * eshell/em-unix.el (eshell-du-sum-directory):
5838 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5839 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5840 (not (= ...)).
5841
5842 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5843 to ensure the `preserve' flag gets propagated when doing recursive
5844 directory copies.
5845
546c0888 58462000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5847
5848 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5849 Don't convert \n into \0177 in memory.
5850 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5851 and back again, when reading and writing.
9b4a7800 5852
546c0888 58532000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5854
5855 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5856 testing of `fboundp' on `processp'.
5857
5858 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5859 (eshell/jobs): Don't call process-list if it is not bound.
5860 (eshell-gather-process-output): Support systems where async
5861 subprocesses aren't supported.
5862 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5863 variables.
5864
5865 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5866 eshell-do-eval returns t.
5867 (eshell-do-pipelines-synchronously): New defmacro.
5868 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5869 when async subprocesses aren't supported.
5870 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5871 if async subprocesses aren't supported.
5872 (eshell-resume-command): Don't assume STATUS is a string.
5873
5874 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5875
5876 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5877 (eshell-close-target, eshell-get-target): Use eshell-processp.
5878 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5879 fix.
5880 (eshell-get-target, eshell-create-handles): Doc fix.
5881
546c0888 58822000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5883
546c0888 5884 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5885 criterion to include commands that output something, as long as it
5886 leaves both the command and the end-of-buffer visible when the
5887 command has exited.
5888 (eshell-review-quick-commands): Adjust the help doc string
5889 accordingly.
5890
2a371c3b
PB
58912000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5892
8348e1f9 5893 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5894 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5895
9b4a7800 5896 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5897 (file-cache-assoc-function): New variable
5898 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5899 Use file-cache-case-fold-search variable
5900 (file-cache-add-file): Use file-cache-assoc-function
5901 (file-cache-delete-file): likewise
5902 (file-cache-directory-name): likewise
5903 (file-cache-debug-read-from-minibuffer): likewise
5904
95931eb1
GM
59052000-08-28 Gerd Moellmann <gerd@gnu.org>
5906
5907 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5908 (abbrev-table-name): New function.
5909 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5910 If non-nil list local abbrev, only.
5911
bb17930d
GM
59122000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5913
546c0888
EZ
5914 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5915 from Gnus support code, and use special article copy buffer
bb17930d
GM
5916 `(gnus-original-article-buffer)' instead. This allows to get rid
5917 of article-hide-headers usage (which breaks in the latest Gnus
5918 version). Thanks to Detlev Zundel.
5919
41a68aef
KH
59202000-08-28 Kenichi Handa <handa@etl.go.jp>
5921
5922 * international/quail.el (quail-use-package): Hide "... loaded"
5923 message.
5924 (quail-start-translation, quail-start-conversion): Likewise.
5925
5926 * international/kkc.el (kkc-region): Hide "... loaded" message.
5927
28bb2cef
DL
59282000-08-27 Dave Love <fx@gnu.org>
5929
5930 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5931
11a1118d
MB
59322000-08-27 Miles Bader <miles@gnu.org>
5933
5934 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5935
0f85d477
KH
59362000-08-27 Kenichi Handa <handa@etl.go.jp>
5937
5938 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5939 'ja-dic-cnv), not (require 'skkdic-cnv).
5940
2d73e8d3
MB
59412000-08-26 Miles Bader <miles@gnu.org>
5942
a0e5a5a4
MB
5943 * faces.el (face-x-resources): Add entry for :inherit.
5944 * cus-face.el (custom-face-attributes): Add support for :inherit
5945 attribute. Add support for relative face heights.
5946 (custom-face-attributes-get): Treat `nil' as being a default value
5947 for :inherit (as well as `unspecified').
5948
19feb949
MB
5949 * faces.el (set-face-attribute): Update doc string.
5950 (face-attribute-name-alist): Add :inherit.
5951 (face-valid-attribute-values): Handle :inherit.
5952 (face-read-string): Rephrase prompt to be less confusing.
5953 Assume that DEFAULT is a string, since we must return a string.
5954 (face-read-integer): Use `format' to turn DEFAULT into an
5955 acceptable default for face-read-string. Match NEW-VALUE against
5956 the string "unspecified", not the symbol `unspecified', since
5957 that's what face-read-string returns.
5958 (read-face-attribute): Lookup a name for old-value in valid, and
5959 use it as a default if we find one. Treat all values from
5960 face-read-string as strings. If the default is used, don't do any
5961 more processing on the value, just use the old value directly.
5962 (read-face-and-attribute, modify-face): Tweak prompt.
5963 (read-face-name): Don't assume prompt ends with a space.
5964
2d73e8d3
MB
5965 * faces.el (describe-face): Add support for :inherit attribute.
5966
a1a2e38f
KH
59672000-08-25 Kenichi Handa <handa@etl.go.jp>
5968
e84fa7c5
KH
5969 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5970 concat doesn't accept interger.
5971
a1a2e38f
KH
5972 * international/kkc.el: Remove SKK from Keywords. Require
5973 ja-dic-utl instead of skkdic-utl.
5974
5975 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5976 Provide ja-dic-cnv instead of skkdic-cnv.
5977 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5978 (iso-2022-7bit-short): Add safe-charsets property.
5979 (skkdic-convert-postfix): Search Japanese chou-on character in
5980 addition to Hiragana character.
5981 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5982 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5983 (batch-skkdic-convert): Likewise.
5984
5985 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5986 Provide ja-dic-utl instead of skkdic-utl.
5987 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5988
f6499c03
DL
59892000-08-24 Dave Love <fx@gnu.org>
5990
1c2c3f16
DL
5991 * disp-table.el (standard-display-default): Make the test of `l'
5992 useful.
5993
f6499c03
DL
5994 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5995 mod sample text.
5996
5997 * international/iso-ascii.el: Make pilcrow convenient string
5998 consistent with section.
5999 (iso-ascii-display): Set up multibyte characters as well as
6000 unibyte.
6001
c543db81
KH
60022000-08-24 Kenichi Handa <handa@etl.go.jp>
6003
6004 * international/mule-cmds.el (reset-language-environment): Set
6005 default-process-coding-system to '(undecided . iso-latin-1), which
6006 makes process I/O almost consistent with file I/O. Call this
6007 function when mule-cmds.el[c] is loaded.
6008
746d9caf
AI
60092000-08-22 Andrew Innes <andrewi@gnu.org>
6010
6011 * makefile.w32-in: New file.
6012
5484005d
MB
60132000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6014
6015 * comint.el (comint-output-filter): Compare end of
6016 comint-last-output-overlay with the start of the newly inserted
6017 text, not the end, when deciding whether to extend it.
9b4a7800 6018 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6019
6020 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6021 since this is now done independently of font-lock mode.
6022
7a912f63
GM
60232000-08-21 Gerd Moellmann <gerd@gnu.org>
6024
6025 * server.el (server-kill-new-buffers): New user option.
6026 (server-existing-buffer): New buffer-local variable.
6027 (server-visit-files): When using an existing buffer, set
6028 server-existing-buffer to t.
6029 (server-buffer-done): If server-kill-new-buffers is t, kill the
6030 buffer, unless it was already present before visiting it with
6031 Emacs server.
9b4a7800 6032
240301df
EZ
60332000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6034
6035 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6036 even if the display doesn't support colors: some displays will
6037 support bold/underline faces.
6038
cbcef616
GM
60392000-08-21 Gerd Moellmann <gerd@gnu.org>
6040
6917e6bb
GM
6041 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6042
cbcef616
GM
6043 * startup.el (command-line): If user's init file had an error,
6044 add explanatory text to *Messages*.
6045
6922b018
KH
60462000-08-21 Kenichi Handa <handa@etl.go.jp>
6047
6048 * man.el (Man-getpage-in-background): Decode the process output by
6049 the system locale coding system.
6050
e50c4203
DL
60512000-08-20 Dave Love <fx@gnu.org>
6052
96ab6351
DL
6053 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6054 Don't test x-popup-menu.
6055 (function) <complete-function>: Complete only fbound symbols.
6056 <validate, value>: New.
6057 (variable) <complete-function>: Complete only bound symbols.
6058 (coding-system): Add :base-only, :complete-function, :validate,
6059 :value, :prompt-match.
6060 (widget-coding-system-prompt-value): Use read-coding-system and
6061 act on :base-only.
6062 (editable-field): Add :help-echo.
6063 (widget-push-button-gui, widget-push-button-cache)
6064 (widget-gui-action, widget-editable-list-gui): COmment out, along
6065 with uses.
6066 (widget-at): Make arg optional.
6067 (widget-echo-help): Adjust for current help-echo calling sequence.
6068 (widget-specify-field, widget-specify-button)
6069 (widget-specify-insert, widget-get-sibling, widget-image-find)
6070 (widget-convert, widget-insert, widget-leave-text)
6071 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6072 (widget-setup, widget-field-find, widget-before-change)
6073 (widget-after-change, widget-default-complete)
6074 (widget-default-create, widget-default-delete)
6075 (widget-push-button-value-create, editable-field)
6076 (widget-field-prompt-value, widget-field-validate)
6077 (widget-choice-value-create, widget-choice-action)
6078 (widget-choice-validate, widget-checklist-add-item)
6079 (widget-radio-add-item, widget-radio-chosen)
6080 (widget-radio-value-inline, widget-editable-list-value-create)
6081 (widget-editable-list-entry-create)
6082 (widget-documentation-link-add)
6083 (widget-documentation-string-value-create)
6084 (widget-regexp-validate, widget-file-complete)
6085 (widget-sexp-validate, widget-plist-convert-widget)
6086 (widget-plist-convert-widget, widget-alist-convert-widget)
6087 (widget-alist-convert-widget, widget-color-complete): Simplify,
6088 particularly to avoid bindings which aren't optimized out.
6089
e50c4203
DL
6090 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6091 Doc fix.
6092 (down-list, backward-up-list, up-list, kill-sexp)
6093 (backward-kill-sexp, mark-sexp): Make arg optional.
6094 (lisp-complete-symbol): Add optional arg PREDICATE.
6095
6096 * cus-start.el: Add display-buffer-reuse-frames,
6097 file-coding-system-alist.
6098
511bd4eb
GM
60992000-08-20 Gerd Moellmann <gerd@gnu.org>
6100
6101 * startup.el (command-line): Clear realized faces after
6102 modifying TTY color mappings.
6103
a9de7d29
MB
61042000-08-20 Miles Bader <miles@gnu.org>
6105
6106 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6107 merely a subset of FACE's attributes.
6108
8a8023d9
MB
61092000-08-19 Miles Bader <miles@gnu.org>
6110
6111 * comint.el (comint-output-filter): Save the point with a marker,
6112 not just a buffer position.
6113
6114 * international/mule.el (set-buffer-process-coding-system): Make
6115 interactive prompt less confusing.
6116
1433385f
GM
61172000-08-19 Gerd Moellmann <gerd@gnu.org>
6118
6119 * hilit-chg.el: General cleanup of doc strings, comments and
6120 code formatting.
6121
136b4eda
MB
61222000-08-19 Miles Bader <miles@gnu.org>
6123
6124 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6125 Compiler macro removed; beginning-of-line is no longer always
6126 equivalent to forward-line, in the presence of fields.
6127
6128 * comint.el (comint-output-filter): Remove ad-hoc saving of
6129 restriction, and just use save-restriction, now that it works
6130 correctly. Don't adjust comint-last-input-start to account for
6131 our insertion; it shouldn't have moved because we don't use
6132 insert-before-markers anymore. Comment out call to
6133 `force-mode-line-update'; why is it here?
6134
6135 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6136 while checking for prompt to delete. Use `forward-line 0'
6137 instead of beginning-of-line.
6138 (gud-filter): Temporarily widen gud comint buffer while
6139 examining output.
6140
cdd0f857
SM
61412000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6142
ebf96bfa
SM
6143 * progmodes/sh-script.el: Big bag of typos.
6144
cdd0f857
SM
6145 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6146 check since ispell-process is not bound when ispell is not yet loaded.
6147
9bb7a286
DL
61482000-08-18 Dave Love <fx@gnu.org>
6149
6150 * image.el (find-image): Copy `spec' before using plist-put.
6151
74ec6045
GM
61522000-08-18 Gerd Moellmann <gerd@gnu.org>
6153
6154 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6155 `portugues'.
6156
6157 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6158 backward-kill-sexp, analogous to kill-sexp.
6159
6160 * progmodes/icon.el (icon-indent-line)
6161 (icon-is-continuation-line): Handle comments specially.
6162
61632000-08-17 Ken Stevens <k.stevens@ieee.org>
6164
6165 * ispell.el: Set to standard author/maintainer/keyword fields.
6166 Fine tuning to menu map appearance and operation, and added help.
6167 Remove `start' and `end' error messages when compiling.
6168 (ispell-choices-win-default-height): Fixed comment string.
6169 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6170 castellano8 dictionaries.
6171 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6172 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6173 dictionary, added italiano dictionary.
6174 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6175 word character
6176 (ispell-tex-skip-alists): Added psfig support.
6177 (ispell-skip-html): Renamed from ispell-skip-sgml.
6178 (ispell-begin-skip-region-regexp, ispell-skip-region)
6179 (ispell-minor-check): Improved html skipping support to skip across
6180 code, and recognize `&' commands without propper `;' syntax;
6181 (ispell-process-line): Fix alignment error when manually
6182 correcting spelling.
6183 (ispell): Fix comment string.
6184 (ispell-add-per-file-word-list): Always put word list on new line.
6185
3787e12e
GM
61862000-08-17 Gerd Moellmann <gerd@gnu.org>
6187
a7b28523
GM
6188 * format.el (format-encode-run-method): Fix error message to say
6189 `encode' instead of `decode'. Use save-window-excursion around
6190 shell-command-on-region as in format-decode-run-method because
6191 shell-command-on-region can display a buffer with error output.
6192 (format-decode): Don't record undo information for the decoding.
6193 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6194 that number part of the temporary buffer name so that more than
6195 one decoding using a temporary buffer can happen safely.
6196
6197 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6198 of `A-z' in the regexp.
6199
6200 * hilit-chg.el: Fix typos in commentary.
6201
3787e12e
GM
6202 * help.el (view-emacs-news): Rewritten for new naming scheme
6203 for old NEWS files.
6204
6205 * startup.el (command-line): Pop to *Messages* in case an error
6206 is signaled while loading user-init-file.
6207
d2473540
AS
62082000-08-17 Andreas Schwab <schwab@suse.de>
6209
6210 * files.el (insert-directory): Don't lose original file name,
6211 undoing an undocumented change.
6212
c0bbaf57
GM
62132000-08-17 Alex Schroeder <alex@gnu.org>
6214
6215 * sql.el (sql-magic-go): Use comint-bol.
6216 (sql-copy-column): Use comint-line-beginning-position.
6217 (comint-line-beginning-position): Define a replacement for
6218 comint-line-beginning-position if it is not fboundp.
6219
62202000-08-17 Alex Schroeder <alex@gnu.org>
6221
6222 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6223 it didn't have any effect anyway.
6224
62252000-08-17 Alex Schroeder <alex@gnu.org>
6226
6227 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6228 --pset and pager=off instead of sending \\o|cat at the beginning
6229 of the session.
6230
9d245da5
MB
62312000-08-17 Miles Bader <miles@gnu.org>
6232
6233 * progmodes/octave-inf.el: Add compatibility definition of
6234 comint-line-beginning-position.
6235
abfdbd2e
KH
62362000-08-17 Kenichi Handa <handa@etl.go.jp>
6237
6238 * startup.el (normal-top-level): Look in each dir in load-path for
6239 a leim-list.el file too. This assures of loading leim-list.el
6240 that is created at Emacs installation time even if a user have his
6241 own leim-list.el.
6242
a0b8c939
MB
62432000-08-17 Miles Bader <miles@gnu.org>
6244
6245 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6246 foreground color to black if the background is dark.
6247
7382bcae
SM
62482000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6249
6250 * loadhist.el (unload-feature): Typo.
6251
9b4a7800 6252 * finder.el (finder-compile-keywords):
7382bcae
SM
6253 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6254 to the generated file.
6255
6256 * mail/mh-e.el (mh-make-local-vars):
6257 Replace make-variable-buffer-local with make-local-variable.
6258
cdd0f857 6259 * play/landmark.el:
7382bcae 6260 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6261 * mail/mailabbrev.el (mail-abbrevs-mode):
6262 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6263 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6264
6265 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6266
6267 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6268 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6269 Allow going past the last element.
9b4a7800 6270 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6271 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6272 (cvs-mouse-toggle-mark): Don't move point.
6273 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6274
6275 * progmodes/compile.el (grep): Provide a default set of files.
6276 (next-error): Docstring fix.
6277 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6278
6279 * emacs-lisp/easy-mmode.el (define-minor-mode):
6280 Use `symbol-value' to keep the byte-compiler quiet.
6281
6282 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6283 (diff-find-source-location): New fun, extracted from diff-goto-source.
6284 (diff-goto-source): Use it.
6285 (diff-next-complex-hunk, diff-filter-lines): New function.
6286 (diff-apply-hunk): New command.
6287
6288 * smerge-mode.el (smerge-mode-menu): Doc fix.
6289
6290 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6291
4f00b8c1
DL
62922000-08-16 Dave Love <fx@gnu.org>
6293
2b5198bb
DL
6294 * windmove.el (windmove) <defgroup>: Add :version.
6295
6296 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6297 (goto-address-fontify-p, goto-address-highlight-p)
6298 (goto-address-url-face, goto-address-url-mouse-face)
6299 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6300 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6301 (goto-address-fontify, goto-address-at-mouse): Simplify,
6302 (goto-address-at-point): browse-url-url-at-point,
6303 goto-address-find-address-at-point can return nil.
6304 (goto-address-find-address-at-point): Return nil on failure.
6305
6306 * align.el (align) <defgroup>: Add :version.
6307
6308 * calculator.el (calculator): Add :version.
6309 (calculator): Use two lines for calculator window if `modeline'
6310 face is boxed.
6311
4f00b8c1
DL
6312 * play/5x5.el: Doc fixes.
6313 (5x5) <defgroup>: Add :version.
6314
6315 * play/fortune.el (fortune) <defgroup>: Add :version.
6316 (fortune-append): Fix error message.
6317 (fortune-from-region): Doc fix.
6318
6319 * play/pong.el (pong): Doc fix.
6320
6321 * play/morse.el: Keywords, commentary, autoloads.
6322
69db7ee7
EZ
63232000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * desktop.el (desktop-save): Don't look at symbol-value of a
6326 member of minor-mode-alist, unless it is boundp.
6327
10e1dad9
SS
63282000-08-16 Sam Steingold <sds@gnu.org>
6329
a0b8c939 6330 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6331 `while'; use `with-current-buffer' instead of `save-excursion'.
6332 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6333
9d7bcb2e
KH
63342000-08-16 Kenichi Handa <handa@etl.go.jp>
6335
6336 * international/ccl.el (declare-ccl-program): Docstring modified.
6337 (ccl-execute-with-args): Likewise.
6338
04231ab8
MB
63392000-08-16 Miles Bader <miles@gnu.org>
6340
9d245da5 6341 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6342 comint-line-beginning-position.
6343
f68446ef
GM
63442000-08-15 Gerd Moellmann <gerd@gnu.org>
6345
dc28878c
GM
6346 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6347 'buffer-menu' property.
6348 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6349 fails.
6350 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6351 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6352 wasn't killed.
10e1dad9 6353
58ed0d3b
GM
6354 * buff-menu.el (list-buffers-noselect): Don't display the
6355 *Buffer List* buffer.
6356
32dc52f7
GM
6357 * font-lock.el: Require jit-lock to prevent a very late
6358 `Loading jit-lock' message.
6359
f68446ef 6360 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6361 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6362 mail address.
6363
90ac90a2
MB
63642000-08-15 Miles Bader <miles@gnu.org>
6365
6366 * textmodes/ispell.el (ispell-graphic-p): New constant.
6367 (ispell-choices-win-default-height, ispell-help): Use
6368 `ispell-graphic-p' instead of `xemacsp'.
6369
b0a0e263
DL
63702000-08-15 Dave Love <fx@gnu.org>
6371
c1e757e3
DL
6372 * simple.el: Autoload widget-convert when compiling.
6373 (mail-user-agent): Doc fix.
6374
6375 * help.el (function-called-at-point, variable-at-point): Use
6376 with-syntax-table.
6377 (help-manyarg-func-alist): Add insert-and-inherit.
6378
6379 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6380
6381 * delsel.el (delsel-unload-hook): New function.
6382
6383 * find-file.el: Doc fixes. Move provide to end.
6384 (ff) <defgroup>: Add :link.
6385 (ff-goto-click): Deleted.
6386 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6387 Use mouse-set-point.
6388
6389 * textmodes/tildify.el: Doc fixes.
6390 (tildify) <defgroup>: Add:version.
6391
6392 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6393 (glasses-custom-set): Use set-default, not set.
6394 (minor-mode-alist): Propertize the lighter.
6395 (glasses-mode): Provide optional arg.
6396
5f847612
DL
6397 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6398 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6399 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6400 option. Provide :type.
6401 (cwarn-configuration): Provide :type.
6402 (cwarn-mode): Doc fix.
6403
6404 * add-log.el (change-log-merge): Doc fix.
6405 (change-log-redate): New command.
6406
b0a0e263
DL
6407 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6408 Doze and Dog.
6409 (browse-url): Use dolist, not mapcar.
6410 (browse-url-at-point): Check for null url.
6411 (browse-url-event-buffer, browse-url-event-point): Functions
6412 deleted.
6413 (browse-url-at-mouse, browse-url-netscape): Simplify.
6414
6415 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6416 modes.
6417 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6418 Fix previous change to mapcan.
6419 (msb--init-file-alist, msb--add-separators)
6420 (msb--make-keymap-menu): Simplify.
6421 (msb--choose-file-menu): Use copy-sequence.
6422 (msb-mode-map): Add title to keymap.
6423 (msb-unload-hook): New function.
6424
6425 * bs.el: Fix indentation.
6426 (bs) <defgroup>: Add :links.
2b5198bb
DL
6427 (bs-show): Doc fix.
6428 (bs-apply-sort-faces): Don't use window-system.
6429 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6430
70f1b78e
EZ
64312000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6432
6433 * calendar/timeclock.el (timeclock-file): Run .timelog through
6434 convert-standard-filename.
6435
956777b3
GM
64362000-08-14 Gerd Moellmann <gerd@gnu.org>
6437
3215096c
GM
6438 * emacs-lisp/authors.el: New file.
6439
956777b3
GM
6440 * paren.el (show-paren-priority): New user option.
6441 (show-paren-function): Set overlay priorities to
6442 show-paren-priority.
10e1dad9 6443
0cde1424
MB
64442000-08-14 Miles Bader <miles@gnu.org>
6445
6446 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6447 beginning-of-line with inhibit-field-text-motion bound.
6448
90cbf47e
GM
64492000-08-14 Gerd Moellmann <gerd@gnu.org>
6450
6451 * calendar/timeclock.el: New file.
6452
64532000-08-14 David Ponce <david@dponce.com>
6454
6455 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6456 `widget-button-click'. so that one can use left mouse button to
6457 click on dialog buttons.
6458
64592000-08-14 Emmanuel Briot <briot@gnat.com>
6460
6461 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6462 identifiers, since XML is case sensitive
10e1dad9 6463
79e8dca7 64642000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6465
660394d1
MB
6466 * comint.el (comint-output-filter): Don't bother frobbing
6467 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6468
6469 * comint.el (comint-send-string, comint-send-region): Make into
6470 real functions. Snapshot the prompt before sending.
6471
218c2cc7
EZ
64722000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6473
6474 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6475 technique similar to Info-index, instead of relying on specific
6476 names of relevant Index nodes.
6477 (Info-goto-emacs-command-node): Bind Info-history to nil when
6478 going to the first node found by Info-find-emacs-command-nodes.
6479
51e066d2 64802000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6481
6482 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6483
867102f2
MB
64842000-08-10 Miles Bader <miles@gnu.org>
6485
6486 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6487
af718538
EZ
64882000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6489
6490 * info.el (Info-file-list-for-emacs): More elements for the
6491 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6492 and woman manuals.
6493
c51bacd6
MB
64942000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6495
6496 * comint.el (comint-send-input): Make the newline boundary overlay
6497 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6498 (comint-output-filter): Use `insert' instead of
6499 `insert-before-markers'. Extend comint-last-output-overlay when
6500 necessary since we can't rely on insert-before-markers to do it.
6501 * gud.el (gud-filter): Use `with-current-buffer' instead of
6502 save-excursion when inserting the output, so that point gets
6503 updated correctly; the old method relied on a rather dodgy
6504 side-effect of comint-output-filter to avoid the effect of
6505 save-excursion.
6506
98532b12
EZ
65072000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6508
6509 * files.el (recover-file): Call insert-directory instead of
6510 invoking `ls' directly.
6511
3db4b719
MB
65122000-08-10 Miles Bader <miles@gnu.org>
6513
6514 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6515 (comint-last-prompt-overlay): New variables.
6516 (comint-output-filter): Implement prompt highlighting.
6517 (comint-snapshot-last-prompt): New function.
6518 (comint-send-input): Snapshot the last prompt.
6519 Use comint-highlight-input-face.
6520 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6521 Use defface instead of defcustom.
6522 (send-invisible, comint-send-eof): Snapshot the last prompt.
6523 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6524 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6525
96190aa1
SM
65262000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6527
5cda4b07
SM
6528 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6529 (regexp-opt-group): Use a list of chars for `letters'.
6530 (regexp-opt-charset): `chars' is now a list of chars.
6531 Use a char-table rather than a vector so it works for multibyte chars.
6532
96190aa1
SM
6533 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6534 Set cvs-minor-current-files to the selected fileinfo.
6535 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6536 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6537
7d093d56
EZ
65382000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6539
6540 * files.el (insert-directory): Don't call access-file on
6541 directories on DOS and Windows.
6542
b24c5811
KH
65432000-08-09 Kenichi Handa <handa@etl.go.jp>
6544
6545 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6546 longer if necessary.
6547 (ccl-embed-code): Call ccl-embed-data to store CODE in
6548 ccl-program-vector.
6549
0a6fd67e
MB
65502000-08-09 Miles Bader <miles@gnu.org>
6551
6552 * comint.el (comint-output-filter): Properly handle the case where
6553 the text surrounded by comint-last-output-overlay was deleted.
6554
9f6d1a6c
GM
65552000-08-08 Gerd Moellmann <gerd@gnu.org>
6556
25ad1371
GM
6557 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6558 non-nil.
6559 (Info-file-list-for-emacs): Remove "info" from the list because
6560 that leads to trying to use the documentation from file `info'
6561 in various situations where it isn't appropriate, for instance
6562 C-h C-k C-h i.
6563
6564 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6565 DIR and/or STRING are nil.
6566
6567 * progmodes/compile.el (compilation-setup): Make variable
6568 compilation-error-screen-columns buffer-local, as some comment
6569 in the code suggests it should be.
6570
6571 * files.el (auto-mode-interpreter-regexp): New variable.
6572 (set-auto-mode): Use it.
6573
6574 * indent.el (indent-for-tab-command): Doc fix.
6575
6576 * mouse-sel.el (mouse-sel-mode): Doc fix.
6577
9f6d1a6c
GM
6578 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6579 labels.
6580
6581 * help.el (print-help-return-message): When
6582 display-buffer-reuse-frames is set, let the help window been quit,
6583 instead of deleting it, which might delete a reused frame.
6584
3d819a75
EZ
65852000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6586
6587 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6588 rename a directory to a name that differs only by its letter case.
6589
c5a52529
KH
65902000-08-08 Kenichi Handa <handa@etl.go.jp>
6591
6592 * international/quail.el (quail-define-rules): Handle Quail decode
6593 map correctly. Add code for supporting annotations.
6594 (quail-install-decode-map): New function.
6595 (quail-defrule-internal): New optional arguments decode-map and
6596 props.
6597 (quail-advice): New function.
6598
5e9e032a
SS
65992000-08-07 Sam Steingold <sds@gnu.org>
6600
6601 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6602 `defconst', `define-condition', `with-slots'.
6603 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6604
46645f4b
MB
66052000-08-03 Miles Bader <miles@gnu.org>
6606
6607 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6608 New variable.
6609 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6610 comint-use-prompt-regexp-instead-of-fields.
6611 (comint-send-input): Add `input' field property to stuff we send to
6612 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6613 (comint-output-filter): Add `output' field property to process
6614 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6615 (comint-replace-by-expanded-history)
6616 (comint-get-old-input-default, comint-show-output)
6617 (comint-backward-matching-input, comint-forward-matching-input)
6618 (comint-next-prompt, comint-previous-prompt): Use field
6619 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6620 (comint-line-beginning-position): New function.
6621 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6622 (comint-replace-by-expanded-history-before-point): Use
6623 comint-line-beginning-position and line-end-position.
6624 (comint-last-output-overlay): New variable.
6625 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6626
6627 * shell.el (shell-prompt-pattern): Doc change.
6628 (shell-backward-command): Use line-beginning-position.
6629
6630 * gud.el (gud-gdb-complete-command): Use
6631 comint-line-beginning-position.
6632
6633 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6634 comint-bol doesn't actually go to the beginning of the line.
6635
6636 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6637 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6638 (try-expand-line-all-buffers): Likewise.
6639
6640 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6641 explicitly matching comint-prompt-regexp.
6642 (sql-copy-column): Use comint-line-beginning-position instead of
6643 explicitly matching comint-prompt-regexp.
6644
6645 * progmodes/octave-inf.el (inferior-octave-complete): Use
6646 comint-line-beginning-position.
6647
6648 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6649
6650 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6651 looking for a prompt, use `forward-line 0' instead of
6652 `beginning-of-line', to avoid getting caught by an input field.
6653
ff3d9573
GM
66542000-08-07 Gerd Moellmann <gerd@gnu.org>
6655
6656 * files.el (shell-quote-wildcard-pattern): Make sure to return
6657 PATTERN, in the Unix case.
6658
e0d8827b
EZ
66592000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6660
6661 * play/zone.el (zone): Discard any pending input before running
6662 the randomly-chosen pgm.
6663
24d55b8f
KH
66642000-08-07 Kenichi Handa <handa@etl.go.jp>
6665
6666 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6667 checking the existence of any multibyte characters.
6668
3d05e1ee
GM
66692000-08-06 Gerd Moellmann <gerd@gnu.org>
6670
6c4a4368
GM
6671 * help.el (describe-mode): Test minor-mode symbol for being
6672 bound before testing its value for being nil.
6673
3d05e1ee
GM
6674 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6675 `first', `second', and `third'.
6676
6677 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6678 (second): Make it an alias for `cadr'.
6679
6968a481
EZ
66802000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6681
6682 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6683 types of display support faces now.
6684
e49aa397
GM
66852000-08-05 Gerd Moellmann <gerd@gnu.org>
6686
6687 * pcvs.el (require): Require `cl' during compilation, only.
6688
6689 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6690 (toplevel): Remove `remq' and `remove' from autoloads.
6691 (cl-fake-autoloads): New variable. If set, arrange for an error
6692 when CL functions etc. are autoloaded.
6693
588aca27
EZ
66942000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6695
2e78d4ab
EZ
6696 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6697
85628348
EZ
6698 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6699 popped up, but the user clicks outside the menu, return an empty
6700 regexp (that causes unhighlight-regexp to have no effect).
6701
74f0e552
EZ
6702 * menu-bar.el (menu-bar-games-menu): Add Zone.
6703
588aca27
EZ
6704 * hi-lock.el (toplevel): Require font-lock.
6705
f4988be7
GM
67062000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6707
ba087cd7 6708 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6709 (ebnf-8-bit-chars): New var for bug fix.
6710 (ebnf-string): Bug fix.
6711
027b73ac
SS
67122000-08-03 Sam Steingold <sds@gnu.org>
6713
6714 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6715 instead of `buffer-string'.
6716 (require 'cl): Always, not just when compiling.
6717 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6718 necessary.
6719
2f1fa038
EZ
67202000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * international/mule-cmds.el (select-safe-coding-system): Make
6723 the message text about selecting a safe coding system more clear.
6724
ead53494
GM
67252000-08-02 Gerd Moellmann <gerd@gnu.org>
6726
abb2db1c
GM
6727 * hi-lock.el: New file.
6728
6729 * play/zone.el: New file.
6730
ead53494
GM
6731 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6732 value of tab-width in the original buffer. Choose a line number
6733 format that's a multiple of the original buffer's tab width, so
6734 that lines appear right.
6735
6736 * textmodes/ispell.el (ispell): New function, replacing an alias.
6737 Spell-check active region if in transient-mark-mode and mark
6738 is active; otherwise spell-check buffer.
6739
67402000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6741
6742 * ps-mule.el: Fix a customization problem on
6743 ps-mule-font-info-database-default.
6744
f4a2b0a4
EZ
67452000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6746
6747 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6748 display-mouse-p instead of window-system.
6749 (ebrowse-member-mode-map): Ditto.
6750
b685181e
GM
67512000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6752
ba087cd7
EZ
6753 * progmodes/ebnf2ps.el: Update ps-print functions call.
6754 Indentation fix. Doc fix.
b685181e
GM
6755 (ebnf-version): New version number (3.2).
6756 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6757
3b5fab87
EZ
67582000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6759
032ebb29
EZ
6760 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6761 font lock support on window-system.
6762 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6763
3b5fab87
EZ
6764 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6765 display-color-p, if fboundp, instead of window-system.
6766
7e2605e7
EZ
67672000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6768
6769 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6770 instead of window-system.
6771
6772 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6773 window-system.
6774 (widget-choice-mouse-down-action): Use display-popup-menus-p
6775 instead of window-system.
6776
6777 * strokes.el (strokes-file): Run the file name through
6778 convert-standard-filename.
6779 (strokes-mode): Call display-mouse-p instead of looking at
6780 window-system. Change the error message accordingly.
6781
6782 * progmodes/cpp.el (toplevel): Support faces on tty's.
6783
6784 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6785 (lm-plot-square, lm-init-display): Don't use window-system.
6786
6787 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6788 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6789
6790 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6791 instead of looking at window-system.
6792
26119624
GM
67932000-07-30 Gerd Moellmann <gerd@gnu.org>
6794
6795 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6796 of testing if iswitchb-prepost-hooks is bound, because the
6797 latter will always be true when invoking a recursive minibuffer
6798 from an active Iswitchb buffer.
6799
c90596f3
EZ
68002000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6801
6802 * files.el (shell-quote-wildcard-pattern): New function.
6803 (insert-directory): Call it. Only prepend "\" to command on Unix
6804 and GNU/Linux systems.
6805
18925e78
GM
68062000-07-30 Gerd Moellmann <gerd@gnu.org>
6807
6808 * eshell/esh-groups.el: Change custom :link file names
6809 from `eshell.info' to `eshell'.
6810
68112000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6812
6813 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6814 correctly in recursive ange-ftp listings.
6815
68162000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6817
6818 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6819 ps-header-font-size-internal and
6820 ps-header-title-font-size-internal variables are not set,
6821 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6822 face text property is (foreground-color . COLOR) or
6823 `(background-color . COLOR)', ps-print crashes. Doc fix.
6824 (ps-print-version): New version number (5.2.4).
6825 (ps-plot-region): Code fix.
6826 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6827 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6828 Bug fix 2.
6829
68302000-07-30 Milan Zamazal <pdm@freesoft.cz>
6831
6832 * glasses.el (glasses-make-readable): Fix uncapitalization of
6833 identifiers like `myXMLDocument'.
6834
aeb4c63e
KF
68352000-07-28 Karl Fogel <kfogel@red-bean.com>
6836
18925e78
GM
6837 * mail/mail-hist.el (mail-hist-previous-input)
6838 (mail-hist-next-input): Do the obvious code factorization.
6839 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6840 code of above two.
6841 If inserting a message body, leave point at top.
6842
9d453139
SS
68432000-07-28 Sam Steingold <sds@gnu.org>
6844
6845 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6846 Use `<=', not `<' to compare times!
6847 (ange-ftp-ls): Remove.
9d453139 6848
b548072f
GM
68492000-07-27 Gerd Moellmann <gerd@gnu.org>
6850
27848c01
GM
6851 * play/cookie1.el: Add explanation of how to make cookie.el
6852 compatible with strfile(1) to comment.
6853
6854 * subr.el (remove, remq): New functions.
6855
3ab82477
GM
6856 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6857 escape `*' in regexps.
6858 (midnight-find): Reverse order of arguments in the funcall of
6859 TEST.
6860
6861 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6862 and `.class'.
6863
b548072f
GM
6864 * play/meese.el: Add Commentary section.
6865
27848c01
GM
68662000-07-27 Alex Schroeder <alex@gnu.org>
6867
6868 * sql.el (sql-ms): Added autoload cookie.
6869 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6870 (sql-oracle): Ditto.
6871 (sql-help): Doc change.
6872
6873 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6874 types and exceptions.
6875
68762000-07-27 Alex Schroeder <alex@gnu.org>
6877
6878 * sql.el (sql-placeholder-history): New variable.
6879 (sql-query-placeholders-and-send): New function that will query
6880 the user and replace placeholders with user input.
6881 (sql-oracle): If running on NT, set comint-input-sender to
6882 sql-query-placeholders-and-send.
6883
6884 (sql-stop): If in the SQLi buffer, insert stop notification, else
6885 present it as a message.
6886
68872000-07-27 Alex Schroeder <alex@gnu.org>
6888
6889 * sql.el (sql-input-ring-separator): Doc change.
6890 (sql-input-ring-file-name): Doc change.
6891 (sql-interactive-mode): Use `sql-input-ring-separator' and
6892 `sql-input-ring-file-name' to set the comint-mode equivalents
6893 without making them local variables.
6894 (sql-stop): Don't bind `sql-input-ring-separator' and
6895 `sql-input-ring-file-name' dynamically to their comint-mode
6896 equivalents.
6897
91ae8751
KH
68982000-07-27 Kenichi Handa <handa@etl.go.jp>
6899
6900 * international/mule.el (register-char-codings): New function.
6901 (make-coding-system): Handle `safe-chars' specification in the arg
6902 PROPERTY.
6903
6904 * international/mule-cmds.el
6905 (find-coding-systems-region-subset-p): This function deleted.
6906 (sort-coding-systems-predicate): New variable.
6907 (sort-coding-systems): New function.
6908 (find-coding-systems-region): Use
6909 find-coding-systems-region-internal.
6910 (find-coding-systems-string): Use find-coding-systems-region.
6911 (find-coding-systems-for-charsets): Check
6912 char-coding-system-table.
6913 (select-safe-coding-system-accept-default-p): New variable.
6914 (select-safe-coding-system): Mostly rewritten. New argument
6915 ACCEPT-DEFAULT-P.
6916 (select-message-coding-system): Call select-safe-coding-system
6917 with ACCEPT-DEFAULT-P arg.
6918 (reset-language-environment): Reset default-sendmail-coding-system
6919 to the default value iso-latin-1.
6920 (set-language-environment): Don't set the obsolete variable
6921 charset-origin-alist.
6922
6923 * international/codepage.el (cp-coding-system-for-codepage-1):
6924 Give `safe-chars' property to make-coding-system.
6925
6926 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6927 calling select-message-coding-system twice.
6928
6929 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6930 instead of `safe-charsets'.
6931 (cyrillic-alternativnyj): Likewise.
6932 (ccl-encode-alternativnyj): Don't check the charset
6933 cyrillic-iso8859-5.
6934
90cf4474
KH
69352000-07-27 Kenichi Handa <handa@etl.go.jp>
6936
6937 * composite.el (compose-chars-after): Preserve match data.
6938
a1f84f6d
SS
69392000-07-26 Sam Steingold <sds@gnu.org>
6940
6941 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6942 (ange-ftp-real-file-newer-than-file-p): New function.
6943 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6944 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6945
6946 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6947 * midnight.el (midnight-float-time): Ditto.
6948
e092928e
AS
69492000-07-26 Andreas Schwab <schwab@suse.de>
6950
6951 * files.el (normal-backup-enable-predicate): Correct
6952 interpretation of the return value of compare-strings.
6953
7465ebef
GM
69542000-07-26 Gerd Moellmann <gerd@gnu.org>
6955
3353ef5a
GM
6956 * isearch.el (isearch-resume): New function.
6957 (isearch-done): Add something to command-history to resume
6958 the search.
6959 (isearch-yank-line, isearch-yank-word): Use
6960 buffer-substring-no-properties instead of buffer-substring.
6961
7465ebef
GM
6962 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6963 of flyspell-mouse-map.
6964
6965 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6966 duplicate definition.
6967 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6968
6969 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6970 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6971
5044b74a
SS
69722000-07-25 Sam Steingold <sds@gnu.org>
6973
25759a92
SS
6974 * net/ange-ftp.el: Get modtime over the net.
6975 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6976 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6977 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6978 Use it.
6979 (ange-ftp-dot-to-slash): New function.
6980 (ange-ftp-fix-name-for-vms): Use it.
6981
5044b74a
SS
6982 * midnight.el (midnight-buffer-display-time): Use
6983 `with-current-buffer'.
6984
5dcfb3f4
GM
69852000-07-25 Gerd Moellmann <gerd@gnu.org>
6986
6987 * find-dired.el: Update copyright notice.
6988 (find-dired): Offer to kill a running `find'.
6989
6990 * enriched.el (enriched-face-ans): For a `foreground-color'
6991 property, return '(("x-color" COLOR))' so that COLOR will be
6992 output as a parameter of the x-color annotation. Likewise for the
6993 `background-color' property. In the case of normal face
6994 properties, don't return annotations for unspecified foreground
6995 and background face attributes.
6996
8c662166
KH
69972000-07-25 Kenichi Handa <handa@etl.go.jp>
6998
6999 * language/japan-util.el (japanese-katakana-region): Fix handling
7000 HANKAKU argument.
7001
c28da489
MB
70022000-07-25 Miles Bader <miles@gnu.org>
7003
7004 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7005 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7006 constrain-to-field.
7007
ad349719
AI
70082000-07-24 Andrew Innes <andrewi@gnu.org>
7009
7010 * timer.el (timer-activate-when-idle): Add optional parameter
7011 DONT-WAIT. Update docstring.
7012 (run-with-idle-timer): Specify extra parameter to
7013 timer-activate-when-idle, so that timer will be activated
7014 immediately if Emacs is already idle.
7015
7016 * w32-fns.el (w32-using-nt): Fix docstring.
7017
c95162f5
DL
70182000-07-24 Dave Love <fx@gnu.org>
7019
7020 * mouse.el (popup-menu): Set last-command-event.
7021 (mouse-major-mode-menu-prefix): Declare.
7022
e3c31fd5
GM
70232000-07-24 Gerd Moellmann <gerd@gnu.org>
7024
7025 * textmodes/flyspell.el: Update to author's version 1.5d.
7026
7027 * progmodes/hideshow.el: Update copyright notice.
7028
7029 * vcursor.el: Set maintainer to FSF, since author cannot
7030 be reached.
7031
7636d2a3
EZ
70322000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7033
fbe0a958
EZ
7034 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7035 the prompt.
7036
7636d2a3
EZ
7037 * mouse.el (popup-menu): Run the keymap through indirect-function,
7038 in case it was defined with define-prefix-key. If the menu is a
7039 list of keymaps, look up the binding of user's choice in each one
7040 of the keymaps.
7041 (mouse-popup-menubar): If the global and local menu-bar keymaps
7042 don't have a prompt string, create one and insert it into the
7043 keymap. Don't barf if current-local-map returns nil.
7044
e024b101
GM
70452000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7046
7047 * dired.el (dired-sort-R-check): Added to allow recursive listing
7048 to be undone.
7049 (dired-sort-other): Use it.
7050
7972fcfc
GM
70512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7052
e024b101 7053 * Release of cc-mode 5.27
7972fcfc
GM
7054
70552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7056
7057 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7058 c-beginning-of-statement-1 that caused a bad case of recursion
7059 which could consume a lot of CPU in large classes in languages
7060 that have in-expression classes (i.e. Java and Pike).
7061
7062 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7063 statements before top level constructs (i.e. case 6 is moved
7064 before case 5 and is now case 4) to catch in-expression
7065 classes in top level expressions correctly.
7066
70672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7068
7069 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7070 objc-method-intro. Case 4 removed and case 5I added.
7071
7072 * cc-langs.el (c-append-paragraph-start): New variable used by
7073 c-common-init to get paragraph-start correct.
7074 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7075 initialize paragraph-start to make it correct both with and
7076 without the javadoc special case.
7077
7078 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7079 initialize paragraph-start for javadoc markup.
7080
7081 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7082 change by defaulting this to t. It's motivated by the
7083 confusing behavior that otherwise arise from the style system
7084 when editing both java and non-java files at the same time
7085 (see the comments about style setting in c-common-init).
7086
70872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7088
7089 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7090 similar to the one in c-fill-paragraph to check the fill
7091 prefix from the adaptive fill function for sanity.
7092
70932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7094
7095 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7096 defun block.
7097
70982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7099
5044b74a 7100 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7101
71022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7103
7104 * cc-align.el (c-lineup-multi-inher): Handle lines with
7105 leading comma nicely. Extended to handle member initializers
7106 too.
7107
e024b101 7108 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7109 c-guess-basic-syntax): Fixed recognition of inheritance lists
7110 when the lines begins with a comma.
7111
5044b74a 7112 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7113
7114 * cc-vars.el (c-offsets-alist): Changed default for
7115 member-init-cont to c-lineup-multi-inher since it now handles
7116 member initializers and indents better for leading commas.
7117
71182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7119
7120 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7121 handling that caused class open lines to be recognized as
7122 statement-conts in some cases.
7123
7124 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7125 guessed by the adaptive fill function unless point is on the
7126 first line of a block comment.
7127
7128 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7129 when the buffer ends with a macro continuation char.
7130
7131 * cc-engine.el (c-guess-basic-syntax): Added support for
7132 function definitions as statements in Pike. The first
7133 statement in a lambda block is now labeled defun-block-intro
7134 instead of statement-block-intro.
7135
7136 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7137 so that the class surrounding point is selected, not the one
7138 innermost in the state.
7139
7140 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7141 recognition of switch labels having hanging multiline
7142 statements.
7143
7144 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7145 some code in c-guess-basic-syntax to a separate function.
7146 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7147 recognition of member inits with multiple line arglists.
7148 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7149 member-init-cont when the commas are in funny places.
7150
71512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7152
7153 * cc-defs.el (c-auto-newline): Removed this macro since it's
7154 not used anymore.
7155
7156 * cc-engine.el (c-looking-at-bos): New helper function.
7157 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7158 inexpr and toplevel classes apart in Pike.
7159
7160 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7161 of case 9A.
7162
7163 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7164 constant, since "class" can introduce an in-expression class
7165 in Pike nowadays.
7166
71672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7168
7169 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7170 indentation on cpp-macro lines.
7171
7172 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7173 a syntax modifier like comment-intro, to make it possible to
7174 get syntactic indentation for preprocessor directives. It's
7175 incompatible wrt to lineup functions on cpp-macro, but it has
7176 no observable effect in the 99.9% common case where cpp-macro
7177 is set to -1000.
7178
71792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7180
7181 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7182 member-init-cont when the preceding arglist is several lines.
7183
71842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7185
7186 * cc-styles.el (c-style-alist): The basic offset for the BSD
7187 style corrected to 8.
7188
71892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7190
7191 * cc-styles.el (c-style-alist): Adjusted the indentation of
7192 brace list openers in the gnu style.
7193
71942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7195
7196 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7197
7198 * cc-cmds.el (c-electric-brace, c-electric-slash,
7199 c-electric-star, c-electric-semi&comma, c-electric-colon,
7200 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7201 when c-syntactic-indentation is nil.
7202
7203 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7204 we were left at comments preceding the first statement when
7205 reaching the beginning of the buffer.
7206
7207 * cc-vars.el (c-syntactic-indentation): New variable to turn
7208 off all syntactic indentation.
7209
72102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7211
7212 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7213 between the text and the block comment ender when it hangs,
7214 depending on how many there are before the fill.
7215
72162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7217
7218 * cc-engine.el (c-beginning-of-closest-statement): New helper
7219 function to go back to the closest preceding statement start,
7220 which could be inside a conditional statement.
7221 * cc-engine.el (c-guess-basic-syntax): Use
7222 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7223
7224 * cc-engine.el (c-guess-basic-syntax): Better handling of
7225 arglist-intro, arglist-cont-nonempty and arglist-close when
7226 the arglist is nested inside parens. Cases 7A, 7C and 7F
7227 changed.
7228
7229 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7230 up-to-date with javadoc 1.2.
7231
72322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7233
7234 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7235 multiline Pike type decls.
7236
72372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7238
7239 * cc-cmds.el (c-indent-new-comment-line): Always break
7240 multiline comments in multiline mode, regardless of
7241 comment-multi-line.
7242
72432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7244
7245 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7246 fully::qualified::names in C++ member init lists. Preamble in
7247 case 5D changed.
7248
72492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7250
7251 * cc-langs.el (c-common-init): Handling of obsolete variables
7252 moved to c-initialize-cc-mode. More compatible style override
7253 when using global style variables.
7254 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7255 variables moved here.
7256
e024b101 7257 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7258 c-special-indent-hook as a style variable. Don't talk about
7259 doing (c-make-styles-buffer-local t) in a mode hook, since
7260 that's already too late to work right.
5044b74a 7261
7972fcfc
GM
7262 * cc-styles.el (c-make-styles-buffer-local): Flag style
7263 variable localness in c-style-variables-are-local-p to make
7264 the compatibility measure in c-common-init work well.
7265
7266 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7267 longer contain set-from-style.
7268 * cc-styles.el (c-initialize-builtin-style): Don't check for
7269 set-from-style on c-special-indent-hook.
7270 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7271 copy-alist is sufficient now.
7272
7273 * cc-styles.el (c-set-style, c-set-style-1,
7274 c-get-style-variables): Fixes to variable initialization so
7275 that duplicate entries in styles have the same effect
7276 regardless of DONT-OVERRIDE.
7277
7278 * cc-styles.el (c-set-style-2): Fixed bug where the
7279 initialization of inheriting styles failed when the
7280 dont-override flag is set.
7281
7282 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7283 on this.
7284
72852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7286
7287 * cc-defs.el (c-forward-comment): Removed the workaround
7288 introduced in 5.38 since it had worse side-effects. If a line
7289 contains the string "//\"", it regarded the // as a comment
7290 start since the \ temporarily doesn't have escape syntax.
7291
72922000-07-17 Emmanuel Briot <briot@act-europe.fr>
7293
7294 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7295 ada-xref.el before ada-prj.el, so that the Project menu is created
7296 when ada-prj tries to add to it.
7297 (ada-activate-keys-for-case): Suppress the characters that are not
7298 part of the Ada syntax. Better compatibility with else-mode
7299 (ada-adjust-case-interactive): When auto-casing is not active,
7300 correctly insert newlines (used to insert only ^M). Prevent the
7301 syntax table from being changed in case of an error
814299a7 7302 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7303 Do nothing if ada-auto-case is nil.
7304 (ada-after-keyword-p): Ignore keywords that are also attributes
7305 (ada-batch-reformat): Update usage comment
7306 (ada-call-from-contextual-menu): New function
7307 (ada-case-read-exceptions): Reinitialize the casing exception list
7308 first to nil first, so that the casing exception file can be
7309 shared.
7310 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7311 files.
7312 (ada-compile-goto-error): Fix regexp used to detect a file:line
7313 anywhere in the error message
7314 (ada-contextual-menu-last-point): New variable
7315 (ada-create-keymap): If the variable delete-key-deletes-forward is
7316 t on XEmacs, it means that DEL should delete one character
7317 forward.
7318 (ada-create-menu): Use :included instead of :visible for XEmacs.
7319 New submenu "Options".
7320 (ada-end-stmt-re): Correctly indent "select ... then abort"
7321 statements.
7322 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7323 even if they don't match ada-fill-comment-prefix Fix handling of
7324 paragraphs on the first or last line of a file.
7325 (ada-format-paramlist): Fix handling of default parameter values.
7326 (ada-get-body-name): New function.
7327 (ada-get-current-indent): Optimized by searchling directly for an
7328 existing generic part or a statement outside of it. Handle
7329 ada-indent-align-comments when indenting comments Replaced some
7330 regexps by testing directly the next character. This results in a
7331 huge speedup on some files. New indentation scheme for renames
7332 statements. Stop looking for the 'while' or 'for' associated with
7333 a 'loop' at the first semicolon encountered. A "return" can also
7334 match an anonymous access subprogram declaration.
7335 (ada-get-indent-noindent): Ignore strings and comments when
7336 looking for the keywords "record" and "private".
7337 (ada-goto-matching-decl-start): When matching "if", make sure we
7338 are not in fact seeing "end if". Ignore "when" statements except
7339 when initial keyword was "begin". Fix handling of nested
7340 procedures. Add a recursive call to this function to skip over
7341 other 'end' statmts. Fix indentation for "when .. => begin"
7342 (ada-in-open-paren-p): Fix indentation for complex boolean
7343 expressions, where 'and then', 'or else' and parenthesis
7344 statements are mixed up.
7345 (ada-in-paramlist-p): Skip comments while searching for the
7346 beginning Fix handling of operator declarations.
7347 (ada-indent-align-comments): New variable
7348 (ada-indent-current): Change the syntax table only in the
7349 protected section, so that we are sure it is restored correctly.
7350 (ada-indent-on-previous-lines): Use ada-use-indent and
7351 ada-with-indent Correctly indent "select ... then"
7352 (ada-indent-region): Slight speedup.
7353 (ada-indent-renames): New variable.
7354 (ada-last-which-function-subprog, ada-last-which-function-line):
7355 New variables
7356 (ada-looking-at-semi-private): Correctly indent the 'private'
7357 keyword when it is the first word in a package declaration.
7358 (ada-loose-case-word): Stop searching if at the end of the buffer.
7359 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7360 even if point is not initially at the end of the word.
7361 (ada-matching-decl-start-re): Add "when".
7362 (ada-mode): Add support for abbrev-mode, outline-mode and
7363 which-func-mode Override the old find-file.el entry in
7364 ff-special-constructs since it is using the obsolete
7365 ada-spec-suffix variable
7366 (ada-no-auto-case): New function
7367 (ada-scan-paramlist): When parsing the argument type, accept
7368 spaces (as in "X 'Class", generated by Rational Rose).
7369 (ada-other-file-name): No longer loads the other file.
7370 (ada-popup-menu): Save and restore the current buffer and cursor
7371 position before and after displaying the menu.
7372 (ada-search-ignore-complex-boolean): New function.
7373 (ada-uncomment-region): Emacs21 already knows how to delete
7374 comments not starting in the first column.
7375 (ada-use-indent): New variable
7376 (ada-which-function): New function.
7377 (ada-with-indent): New variable
7378 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7379 can be batch-compiled from the command line.
7380
7381 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7382 Add to the menu when the file is loaded, not in ada-mode-hook.
7383 Add -toolbar to the default ddd command Switches moved from
7384 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7385 ada-prj-default-comp-opt
7386 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7387 Reference Manual to the menu
7388 (ada-check-current): rewritten as a call to ada-compile-current
7389 (ada-compile): Removed.
7390 (ada-compile-application, ada-compile-current, ada-check-current):
7391 Set the compilation-search-path so that compile.el automatically
7392 finds the sources in src_dir. Automatic scrollong of the
7393 compilation buffer. C-uC-cC-c asks for confirmation before
7394 compiling
7395 (ada-compile-current): New parameter, prj-field
7396 (ada-complete-identifier): Load the .ali file before doing
7397 processing
7398 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7399 conform to gnatmake's behavior.
7400 (ada-find-file-in-dir): New function
7401 (ada-find-references): Set the environment variables for gnatfind
7402 (ada-find-src-file-in-dir): New function.
7403 (ada-first-non-nil): Removed
7404 (ada-gdb-application): Add support for jdb, the java debugger.
7405 (ada-get-ada-file-name): Load the original-file first if not done
7406 yet.
7407 (ada-get-all-references): Handles the new ali syntax (parent types
7408 are found between <>).
7409 (ada-initialize-runtime-library): New function
7410 (ada-mode-hook): Always load a project file when a file is opened,
7411 so that the casing exceptions are correctly read.
7412 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7413 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7414 to open the project file, since the latter does not work with
7415 speedbar Get default values before loading the prj file, or the
7416 default executable file name is wrong. Use the absolute value of
7417 src_dir to initialize ada-search-directories and
7418 compilation-search-path,... Add the standard runtime library to
7419 the search path for find-file.
7420 (ada-prj-default-debugger): Was missing an opening '{'
7421 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7422 variables.
7423 (ada-prj-default-gnatmake-opt): New variable
7424 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7425 buffers, the project file is the default one Save the windows
7426 configuration before displaying the menu.
7427 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7428 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7429 ...) regexp-quote identifiers names to support operators +,
7430 -,... in regexps.
7431 (ada-remote): New function.
7432 (ada-run-application): Erase the output buffer before starting the
7433 run Support remote execution of the application. Use
7434 call-process, or the arguments are incorrectly parsed
7435 (ada-set-default-project-file): Reread the content of the active
7436 project file, not the one from the current buffer When a project
7437 file is set as the default project, all directories are
7438 automatically associated with it.
7439 (ada-set-environment): New function
7440 (ada-treat-cmd-string): New special variable ${current}
7441 (ada-treat-cmd-string): Revised. The substitution is now done for
7442 any ${...} substring
7443 (ada-xref-current): If no body was found, compiles the spec
7444 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7445 compiler to get rid of command line length limitations.
7446 (ada-xref-get-project-field): New function
7447 (ada-xref-project-files): New variable
7448 (ada-xref-runtime-library-specs-path)
7449 (ada-xref-runtime-library-ali-path): New variables
7450 (ada-xref-set-default-prj-values): Default run command now does a
7451 cd to the build directory. New field: main_unit Provide a default
7452 file name even if the current buffer has no prj file.
7453
7454 * ada-prj.el:
7455 Rewritten to show a tabbed-dialog.
7456 (ada-prj-add-ada-menu): Remove the map and name parameters.
7457 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7458 New function
7459 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7460 (ada-prj-load-from-file): New function
7461 (ada-prj-save): Always save fields that depend on the current buffer
7462 (ada-prj-show-value): New function
5044b74a 7463
7972fcfc
GM
7464 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7465 Ada mode. This will allow us to display the Ada menu in any buffer
7466 we want (for project items).
7467 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7468 number of spaces in the header.
5044b74a 7469
8730a8da
DL
74702000-07-24 Dave Love <fx@gnu.org>
7471
7472 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7473
db3ca487
NF
74742000-07-23 Noah Friedman <friedman@splode.com>
7475
ad953485
NF
7476 * type-break.el (type-break): perform autosave.
7477 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7478 (type-break-do-query): Cancel query schedule while performing
7479 actual query, to avoid possibility of a second query being made
7480 while first one is already in progress.
7481 (type-break-time-stamp-format): New variable.
7482 (type-break-time-stamp): New function.
7483 (type-break-time-warning): Use it.
7484 (type-break-keystroke-warning): Use it.
7485 (type-break-noninteractive-query): Use it.
7486
03a9c6d0
NF
7487 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7488 cookie.
7489 Use add-minor-mode to set minor-mode-alist, if available.
7490 (eldoc-echo-area-use-multiline-p): New user option.
7491 (eldoc-echo-area-multiline-supported-p): New variable.
7492 (eldoc-docstring-format-sym-doc): Use them.
7493 (eldoc-mode): If not using idle timers, append to local post and
7494 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7495 (eldoc-display-message-no-interference-p): Don't interfere with
7496 edebug.
7497 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7498 (eldoc-function-arglist): New function.
7499 (eldoc-function-argstring): Use it.
7500
db3ca487
NF
7501 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7502 auto save directory exists before calling directory-files.
7503
f7ad1899
DL
75042000-07-23 Dave Love <fx@gnu.org>
7505
7506 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7507 ^o, ^u.
7508
43e764c9
DL
75092000-07-21 Dave Love <fx@gnu.org>
7510
475de6f4
DL
7511 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7512 now passed to the function. It now works properly.
7513
43e764c9
DL
7514 * smerge-mode.el (smerge-mode-menu): Fill it out.
7515
e8bea4c0
GM
75162000-07-20 Gerd Moellmann <gerd@gnu.org>
7517
7518 * info-look.el (info-lookup): If *info* is shown in another frame
7519 on the same display, select that frame, instead of switching to
7520 the Info buffer in another window of the selected frame.
7521
7522 * simple.el (universal-argument-map): Bind numeric keypad keys
7523 kp-0 to kp-9 and kp-subtract.
7524 (digit-argument): Handle these keys.
7525
bc75b4fd
DL
75262000-07-20 Dave Love <fx@gnu.org>
7527
7528 * net/goto-addr.el (goto-address-fontify): Don't bother with
7529 buffer-modified and read-only stuff -- irrelevant with overlays.
7530 Put an extra property on the overlays and use it to clean up in
7531 case goto-address is re-run.
7532
8b7bc628
RS
75332000-07-19 Richard M. Stallman <rms@gnu.org>
7534
18e21ce8
RS
7535 * timer.el (run-with-idle-timer): Doc fix.
7536
db3ca487 7537 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7538 Handle case where <...> appears inside "...".
7539 Use replace-match to edit the string more simply.
7540 (rmail-dont-reply-to): Cope with an unmatched ".
7541
50575ec2
DL
75422000-07-19 Dave Love <fx@gnu.org>
7543
7544 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7545 implementation.
7546
7547 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7548 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7549 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7550
4279296d
GM
75512000-07-19 Gerd Moellmann <gerd@gnu.org>
7552
47db06aa
GM
7553 * textmodes/refer.el: Correct maintainer's email address.
7554
7555 * progmodes/hideif.el: Correct author's email address.
7556 Fix typo in comment.
7557
7558 * xml.el: New file.
7559
4279296d
GM
7560 * mail/mailheader.el: Correct author's mail address.
7561
7562 * gnus/parse-time.el: Correct author's mail address.
7563
47db06aa 75642000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7565
7566 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7567 New user options.
7568 (comint-input-ring-file-name): Change custom type.
7569 (comint-mode-map): Bind mouse-2.
7570 (comint-insert-clicked-input): New function.
7571 (comint-send-input): Handle input highlighting.
7572
21ad0f7b
SM
75732000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7574
7575 * mouse.el (popup-menu): New function.
7576 (mouse-major-mode-menu): Use it.
7577
3b33a005
DL
75782000-07-18 Dave Love <fx@gnu.org>
7579
7580 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7581 improvements.
7582
dc1cac59
GM
75832000-07-18 Gerd Moellmann <gerd@gnu.org>
7584
21ad0f7b 7585 * faces.el (face-font-selection-order)
dc1cac59 7586 (face-font-family-alternatives): Add custom type.
db3ca487 7587
f8276b77
DL
75882000-07-18 Dave Love <fx@gnu.org>
7589
7590 * cus-edit.el (custom-variable-reset-saved)
7591 (custom-variable-reset-standard): Remove unused bindings.
7592
7593 * rect.el (open-rectangle-line): Remove unused let.
7594
7595 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7596
3d6cd763
GM
75972000-07-18 Gerd Moellmann <gerd@gnu.org>
7598
7599 * cdl.el: Fix `Maintainer' keyword.
7600
7601 * play/pong.el: Add author's email address.
7602
34342a07
SS
76032000-07-17 Sam Steingold <sds@gnu.org>
7604
7605 * files.el (insert-directory): Call `split-string' instead of
7606 re-implementing it.
7607
088831a6
GM
76082000-07-18 Gerd Moellmann <gerd@gnu.org>
7609
7610 * mail/vms-pmail.el: Change maintainer to FSF.
7611
7612 * net/goto-addr.el: Change maintainer to FSF.
7613
7614 * recentf.el: Update from author.
7615
7616 * info.el (Info-title-face-alist): Removed.
db3ca487 7617
68be2869
EZ
76182000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7619
7620 * eshell/eshell.el (eshell): Replace links to eshell.info with
7621 links to eshell, to avoid problems on systems where the manual is
7622 installed as `eshell'.
7623 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7624 * eshell/em-smart.el (eshell-smart): Ditto.
7625 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7626 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7627
7628 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7629 same-file check in the MS-DOS version (it does support inodes).
7630
7631 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7632
21ad0f7b
SM
7633 * eshell/eshell.el (eshell-directory-name):
7634 Run default directory name through convert-standard-filename.
68be2869 7635
269b4dcb
KH
76362000-07-18 Kenichi Handa <handa@etl.go.jp>
7637
21ad0f7b
SM
7638 * international/mule-cmds.el (select-safe-coding-system):
7639 Fix typo in the comment.
240a16cf 7640
21ad0f7b
SM
7641 * language/european.el (compound-text):
7642 Force katakana-jisx0201 to be designated to G1.
aa96c820 7643
21ad0f7b
SM
7644 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7645 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7646 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7647
269b4dcb
KH
7648 * international/kkc.el (kkc-after-update-conversion-functions):
7649 New variable.
7650 (kkc-update-conversion): Run functions in it at the tail.
7651
68be2869 76522000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7653
21ad0f7b
SM
7654 * lisp/align.el (align-newline-and-indent):
7655 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7656 (align-region): Fixed badly formatted minibuffer message.
7657
7a3fd467
KH
76582000-07-17 Kenichi Handa <handa@etl.go.jp>
7659
21ad0f7b 7660 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7661 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7662 the conversion list at first if appropriate.
7663 (kkc-next): Don't update kkc-next-count here.
7664 (kkc-prev): Don't update kkc-prev-count here.
7665 (kkc-show-conversion-list-update): Fix setting up of conversion
7666 list message.
7667
a45423d8
SM
76682000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7669
088831a6 7670 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7671
91a38db1
DL
76722000-07-16 Dave Love <fx@gnu.org>
7673
7674 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7675 function to be more specific.
7676
7677 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7678 non-string help-echo.
7679 (widget-types-convert-widget): Defsubst it.
7680 (widget-echo-help): Try to cope with a help-echo function of two
7681 possible sorts.
7682
3fddcdc3
JR
76832000-07-15 Jason Rumney <jasonr@gnu.org>
7684
7685 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7686 Declare as obsolete.
7687
7688 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7689
bd23a692
GM
76902000-07-14 Gerd Moellmann <gerd@gnu.org>
7691
7692 * hilit-chg.el: Fix typo.
7693
d4af987a
DL
76942000-07-14 Dave Love <fx@gnu.org>
7695
7696 * info.el (Info-mode-menu): Fix use of :help, :enable.
7697
3a4f3f86
SM
76982000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7699
7700 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7701
cf6936a4
DL
77022000-07-13 Dave Love <fx@gnu.org>
7703
4d6d04b5
DL
7704 * emacs-lisp/easymenu.el: Doc fixes.
7705 (easy-menu-remove): Defalias to ignore.
7706
cf6936a4
DL
7707 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7708 Call throw correctly.
7709
56437999
GM
77102000-07-13 Gerd Moellmann <gerd@gnu.org>
7711
7712 * faces.el (frame-background-mode): Doc fix.
7713
7714 * simple.el (eval-expression-print-length): Change custom type to
7715 allow entering nil as value.
7716
d04a3972
DL
77172000-07-13 Dave Love <fx@gnu.org>
7718
3a4f3f86
SM
7719 * progmodes/fortran.el (fortran-imenu-generic-expression):
7720 Change definition layout.
a8189dfe
DL
7721 (fortran-mode-menu): Reinstate customize entries.
7722
d04a3972
DL
7723 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7724 Use :filter, per old XEmacs code.
7725
4bf4fb05
GM
77262000-07-12 Gerd Moellmann <gerd@gnu.org>
7727
7728 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7729 event when deciding what to send to the terminal.
7730
37328bcd
DL
77312000-07-12 Dave Love <fx@gnu.org>
7732
7733 * cus-start.el: Add optional version as 4th element of specs and
7734 use it for several things new in v21. Remove load-path. Fix type
7735 of line-number-display-limit.
7736
89492072
DL
77372000-07-11 Dave Love <fx@gnu.org>
7738
3a4f3f86
SM
7739 * progmodes/fortran.el: Don't require easymenu.
7740 Use repeat counts in various regexps.
315aa1de
DL
7741 (fortran-mode-syntax-table): Defvar directly.
7742 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7743 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7744 Use defvar, not defconst.
7745 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7746 (fortran-mode): Set fortran-comment-line-start-skip,
7747 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7748 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7749 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7750 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7751 (fortran-comment-region, fortran-electric-line-number): Simplify.
7752 (fortran-auto-fill): New function.
7753 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7754 (fortran-find-comment-start-skip):
7755 Check for non-null comment-start-skip.
7756 (fortran-auto-fill-mode, fortran-fill-statement):
7757 Use fortran-auto-fill.
315aa1de 7758 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7759 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7760
89492072
DL
7761 * widget.el (widget-plist-member): New alias.
7762
d55ead18
EZ
77632000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7764
7765 * eshell/esh-module.el (toplevel): Reference
7766 byte-compile-current-file only if it is bound.
7767
e82a2a05
GM
77682000-07-10 Gerd Moellmann <gerd@gnu.org>
7769
7770 * dired.el: Don't require `dired-aux'.
7771
1fc7fb2b
MB
77722000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7773
7774 * dired-aux.el (dired-show-file-type): New function.
7775 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7776 (dired-show-file-type): Add autoload.
7777
ab49ce15
KH
77782000-07-10 Kenichi Handa <handa@etl.go.jp>
7779
7780 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7781 change of fontset-info.
ab49ce15
KH
7782 (print-fontset): Likewise.
7783
f45aab65
SM
77842000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7785
7786 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7787
2f72fd2f
GM
77882000-07-07 Gerd Moellmann <gerd@gnu.org>
7789
e82a2a05 7790 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7791
2f72fd2f
GM
7792 * dired.el (dired-find-alternate-file): New function.
7793 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7794 (toplevel): Require dired-aux when compiling.
7795 (dired-buffers): Move defvar within file to avoid compiler warning.
7796
7797 * info.el (Info-last-search): Variable removed.
7798 (Info-search-history): New variable.
7799 (Info-search): New Info-search-history.
7800
7801 * battery.el, info-look.el: Change author's mail address.
7802
965522f5 78032000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7804
965522f5
GM
7805 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7806 if rmail-ignored-headers is nil.
7807 (rmail-retry-failure): Bind rmail-ignored-headers and
7808 rmail-displayed-headers to nil.
7809
dd8888a1
GM
78102000-07-06 Gerd Moellmann <gerd@gnu.org>
7811
e5c81191
GM
7812 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7813 (print-region-1): Don't hard code `-h' here.
7814
dd8888a1
GM
7815 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7816
e5c81191
GM
78172000-07-01 Francesco Potorti` <pot@gnu.org>
7818
7819 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7820 exim can use "your message" instead of "the message".
34342a07 7821
f45aab65
SM
78222000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7823
7824 * facemenu.el: Docstrings fixes.
7825 (facemenu-get-face): Don't use internal-find-face.
7826 (facemenu-iterate): Rename arg to match the docstring.
7827
7828 * newcomment.el (uncomment-region): Be more careful when skipping
7829 backwards over `=' not to bump into BOBP.
7830
d396e521 78312000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7832
dd8888a1
GM
7833 * ediff-diff.el (ediff-wordify): Use syntax table.
7834 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7835 ediff-color-display-p.
dd8888a1 7836 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7837 from defsubst.
7838 Got rid of special cases for NeXT and OS/2.
dd8888a1 7839 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7840 face.
34342a07 7841
5e2dfaa4
SM
78422000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * emacs-lisp/lucid.el: Require CL.
7845 (copy-tree, remprop): Remove, it's provided by CL.
7846 (map-keymap): Define in terms of cl-map-keymap.
7847 (extent-property, set-extent-end-glyph): New functions.
7848
7849 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7850
d5c5cddd
GM
78512000-07-05 Gerd Moellmann <gerd@gnu.org>
7852
485266d0
GM
7853 * Makefile.in (DONTCOMPILE): Add comment that the name may
7854 not be changed without changing the make-dist script.
7855
5e2dfaa4 7856 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7857 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7858
e2c46326
AI
78592000-07-05 Andrew Innes <andrewi@gnu.org>
7860
7861 * makefile.nt: Add support for `bootstrap' and related targets.
7862
a027a91b
SM
78632000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7864
7865 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7866 (easy-menu-do-define): Use `menu-item' format.
7867 Handle case where easy-menu-create-menu returns a symbol.
7868 Manually call the potential top-level filter in the function binding.
7869 (easy-menu-filter-return): New arg NAME.
7870 Convert to a keymap if MENU is an XEmacs menu.
7871 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7872 (easy-menu-converted-items-table, easy-menu-convert-item):
7873 New var and fun to memoize easy-menu-convert-item-1.
7874 (easy-menu-do-add-item): Use it.
7875 (easy-menu-create-menu): Use easy-menu-convert-item.
7876 Wrap easy-menu-filter-return around any :filter specification.
7877 Don't convert the menu if a filter was specified.
7878 Tell easy-menu-make-symbol not to check for MENU being an expression.
7879 (easy-menu-make-symbol): New arg NOEXP.
7880
5e03eb84
GM
78812000-07-05 Gerd Moellmann <gerd@gnu.org>
7882
7883 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7884 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7885 (eval-defun): If called with prefix arg, instrument code for
7886 Edebug.
7887
7888 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7889 similar to that of eval-defun.
7890
fca68a95
DL
78912000-07-04 Dave Love <fx@gnu.org>
7892
7ccbba4c
DL
7893 * hl-line.el (hl-line-overlay): Make it permanent-local.
7894
fca68a95
DL
7895 * calendar/todo-mode.el: Replaced with a working version, based on
7896 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7897
78982000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7899
7900 * paths.el (prune-directory-list): New function.
7901 (Info-default-directory-list): Rewritten to more methodically
7902 enumerate a big list of possible info directories (based on the
7903 list used by the standalone info reader).
fca68a95 7904
78e7e8a0 7905 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7906 non-existent directories from Info-directory-list.
78e7e8a0 7907
78e7e8a0
MB
7908 * paths.el (Info-default-directory-list): Try a list of possible
7909 info-directories instead of a single one. Add the possible
7910 info directory "/usr/share/info".
7911
7912 * woman.el (woman-man.conf-path): Explicitly include the debian
7913 man-db config file "/etc/manpath.config".
7914 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7915 are present in `manpath.config'.
7916 (woman-manpath): Include "/usr/share/man".
7917
67c9a1d2
GM
79182000-07-03 Gerd Moellmann <gerd@gnu.org>
7919
6753393b
GM
7920 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7921
7922 * startup.el (command-line): Initialize blink-cursor based
7923 on window-system.
7924
e4f98ad3
GM
7925 * frame.el (blink-cursor): Default to nil if not running under
7926 a window-system.
7927
2f516940
GM
7928 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7929 (face-x-resources): Remove duplicate entry for :font.
7930
67c9a1d2
GM
7931 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7932 instead of cycling through windows with next-window.
7933
7934 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7935 of cycling through windows with next-window.
7936
7937 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7938 of cycling through windows with next-window.
7939
7940 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7941 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7942 instead of cycling through windows with next-window.
7943
7944 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7945 instead of cycling through windows with next-window.
7946
7947 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7948 of cycling through windows with next-window.
7949
7950 * terminal.el (te-process-output): Use walk-windows instead of
7951 cycling through windows with next-window.
7952
7953 * server.el (server-switch-buffer): Use some-window instead of
7954 cycling through windows with next-window.
7955
7956 * window.el (some-window): New function.
7957 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7958
3a4f3f86 7959 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7960
8b7bc628 79612000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7962
7963 * window.el (walk-windows): Guarantee termination by keeping a list
7964 of all the windows already handled.
7965
d0d57043
EZ
79662000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7967
7968 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7969 window-system.
7970
7971 * man.el (Man-notify-when-ready): Don't use window-system. If
7972 Man-notify-method is newframe, and the display is not
7973 multi-frame, select the frame created for the man page.
7974 (Man-init-defvars): Doc fix.
7975
d5483ab1
GM
79762000-06-28 Gerd Moellmann <gerd@gnu.org>
7977
af5c25e1
GM
7978 * faces.el (region): Change background color for light background.
7979
7980 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7981 attribute from mode-line face of Ediff control frame.
7982
d5483ab1
GM
7983 * replace.el (query-replace-map): Bind `e' like `E'.
7984
9d47450f
EZ
79852000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7986
3a4f3f86
SM
7987 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7988 Change name to "Select All".
496b7491 7989
9d47450f
EZ
7990 * dos-fns.el (convert-standard-filename): Fix last change.
7991
0b431deb
GM
79922000-06-27 Gerd Moellmann <gerd@gnu.org>
7993
4fa9f636
GM
7994 * help.el (describe-variable): Don't insert a second `'s' in front
7995 of the string `value is shown below'. Since the syntax-table is
7996 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7997 an existing `'s', so that this won't be deleted.
7998
0b431deb
GM
7999 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8000 * pcmpl-unix.el: New files.
8001
32cad0aa
SM
80022000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8003
8004 * wid-edit.el (widget-member): Use the new plist-member.
8005
2c69ced2
GM
80062000-06-26 Gerd Moellmann <gerd@gnu.org>
8007
44c0f771
GM
8008 * replace.el (perform-replace): Undo change of 2000-04-04.
8009 Instead, move backward 1 character at the end of the loop when
8010 necessary.
34342a07 8011
1d36487c
GM
8012 * faces.el (fringe): Change face for different backgrounds.
8013
8014 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8015 patch from John.
8016
2c69ced2
GM
8017 * eshell/*.el: Change spelling of the Free Software Foundation.
8018
8019 * eshell/esh-toggle.el: Removed.
8020
8021 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8022
8023 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8024 interactively.
8025
80262000-06-26 Alex Schroeder <alex@gnu.org>
8027
8028 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8029 `define-key'; instead of checking `(emacs-version)' check for
8030 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8031 for `;' and `o' which might be electric.
8032
8033 (sql-electric-stuff): New user option.
8034 (sql-magic-go): New function which uses `sql-electric-stuff'.
8035 (sql-magic-semicolon): New function which uses
8036 `sql-electric-stuff'.
8037
8038 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8039 is not fboundp.
8040
8041 (sql-oracle-options): New variable.
8042 (sql-oracle): Use it.
8043
8044 (sql-imenu-generic-expression): Doc change.
8045 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8046 is used.
8047
8048 (sql-informix): Added command line parameter "-" to force
8049 sql-informix-program to use stdout.
8050
db1306d8
EZ
80512000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8052
3a4f3f86 8053 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8054 (cp864-decode-table): Doc fix.
8055 (cp720-decode-table): New variable, supports the Arabic OEM
8056 codepage used by Windows.
8057 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8058
c69e5fcd
DL
80592000-06-23 Dave Love <fx@gnu.org>
8060
8061 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8062 (font-lock-fontify-anchored-keywords): Use
8063 line-beginning-position.
8064 (global-font-lock-mode): Use mapc.
8065
30ad8f23
SM
80662000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8067
8068 * eshell/esh-module.el: Require CL when compiling.
8069
26b4dc84
GM
80702000-06-23 Gerd Moellmann <gerd@gnu.org>
8071
78c56e70
GM
8072 * comint.el (comint-substitute-in-file-name): Call replace-match
8073 with second and third arg t.
8074
34342a07 8075 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8076 Specify foreground color.
8077
8078 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8079 color.
8080
affbf647
GM
8081 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8082
8083 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8084 cddr instead of cdddr.
8085
25fffb31
GM
8086 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8087 instead of copy-list.
8088
8089 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8090 of copy-list.
8091
26b4dc84
GM
8092 * subdirs.el: Add eshell subdirectory.
8093
8094 * eshell: New subdirectory containing the Eshell package.
8095
8096 * pcomplete.el: New file.
8097
78c56e70
GM
80982000-06-23 Paul Eggert <eggert@twinsun.com>
8099
ea055732
GM
8100 * mail/mailpost.el (post-mail-send-it): Make sure file has
8101 proper permissions from birth.
8102
8103 * files.el (basic-save-buffer-2): When temporarily setting
8104 file modes, set them to current modes plus 0200, not to 0777.
8105
78c56e70
GM
8106 * emerge.el (emerge-make-temp-file): Make sure file has proper
8107 permissions from birth.
8108
a3a7ff33
EZ
81092000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8110
8111 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8112 backup file name through convert-standard-filename.
8113
8114 * dos-fns.el (convert-standard-filename): Convert leading
8115 directories as well. When long file names are supported, convert
8116 characters that are invalid in Windows file names.
8117
1fd9b7fe
GM
81182000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8119
8120 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8121 ps-print crashes. New feature: page selection for printing. Create
8122 raw-text-unix coding system for XEmacs. Doc fix.
8123 (ps-print-version): New version number (5.2.3).
8124 (ps-plot-region): Bug fix.
8125 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8126 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8127 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8128 funs.
8129 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8130 (ps-last-page): New vars.
8131
16ed8416
GM
81322000-06-21 Gerd Moellmann <gerd@gnu.org>
8133
8134 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8135 empty option string.
8136
4fbee715
EZ
81372000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8138
8139 * man.el (man): Doc fix.
8140
eaecfc94
KH
81412000-06-21 Kenichi Handa <handa@etl.go.jp>
8142
8143 * international/mule-cmds.el (set-language-info-alist): Docstring
8144 fixed.
8145
4a27bdfb
GM
81462000-06-20 Gerd Moellmann <gerd@gnu.org>
8147
8148 * version.el (emacs-version): Use ISO date format.
8149
8150 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8151 instead of `M-backspace'.
8152
8153 * simple.el (turn-off-auto-fill): New function.
8154
8972fe79
SM
81552000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8156
8157 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8158 Renamed from with-buffer-prepared-for-font-lock and use
8159 inhibit-modification-hooks rather than setting *-change-functions.
8160 Update all functions to use the new name.
8161 (jit-lock-first-unfontify-pos): New semantics (and doc).
8162 (jit-lock-mode): Make non-interactive.
8163 Don't automatically turn on font-lock.
8164 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8165 Always use jit-lock-after-change.
8166 Remove and restore font-lock-after-change-function.
8167 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8168 (jit-lock-after-unfontify-buffer): Remove.
8169 (jit-lock-stealth-fontify):
8170 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8171 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8172
5d80cc9c
SS
81732000-06-20 Sam Steingold <sds@gnu.org>
8174
8175 * emacs-lisp/cl-indent.el (toplevel): Indent
8176 `print-unreadable-object' properly. Untabify.
8177
f54e4d13
CD
81782000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8179
8180 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8181 Support for bibentry.
8182 (reftex-compile-variables): Fixed problem with end of section-re.
8183
8184 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8185 reftex-view-crossref-from-bibtex):
8186 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8187 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8188 Replaced `remprop' with `put'.
8972fe79
SM
8189 (reftex-view-crossref, reftex-view-crossref-when-idle):
8190 Support for bibentry.
f54e4d13 8191
8972fe79
SM
8192 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8193 New entry for bibentry package.
f54e4d13 8194
8972fe79
SM
8195 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8196 Regexp also matches "\nobibliography".
f54e4d13 8197
8972fe79
SM
8198 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8199 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8200 (reftex-ensure-write-access): New function.
8201
f54e4d13
CD
82022000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8203
8204 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8205
8206 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8207
8208 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8209
8210 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8211
8212
560c43f4
DL
82132000-06-20 Dave Love <fx@gnu.org>
8214
8215 * faces.el (frame-background-mode): Use set-default, not set, in
8216 setter.
8217 (frame-update-faces, frame-update-face-colors): Define with
8218 defalias.
8219
8220 * enriched.el (enriched-decode-foreground)
8221 (enriched-decode-background): Don't use internal-find-face.
8222
8223 * apropos.el: Doc fixes.
8224
8225 * cus-edit.el (customize-changed-options): Check arg.
8226 (customize-version-lessp): Don't require decimal point.
8227
8228 * custom.el (defcustom, defgroup): Doc fix.
8229
8230 * newcomment.el (comment) <defgroup>: Add :version.
8231 (comment-multi-line): Doc fix.
8232
8233 * emulation/mlsupport.el (define-hooked-local-abbrev,
8234 define-hooked-global-abbrev): Fix, using define-abbrev.
8235
cdf0357b
GM
82362000-06-19 Gerd Moellmann <gerd@gnu.org>
8237
8238 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8239 the whole buffer.
8240
10013d74
DL
82412000-06-19 Dave Love <fx@gnu.org>
8242
8243 * menu-bar.el (menu-bar-options-save): New function.
8244 (menu-bar-options-menu): Use it.
8245 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8246 Simplify.
8247
6922f208
AS
82482000-06-19 Andreas Schwab <schwab@suse.de>
8249
8250 * progmodes/etags.el (tags-query-replace): Put new parameters
8251 START and END at the end, for backward compatibility.
8252
10d7bf84
KH
82532000-06-19 Kenichi Handa <handa@etl.go.jp>
8254
8255 * international/codepage.el:
8256 (cp-coding-system-for-codepage-1): Delete special codes for
8257 generating xxx-dos coding system because now a CCL based coding
8258 system can handle EOL conversion by default.
8259
8260 * international/mule.el (make-coding-system): Generate subsidiary
8261 coding systems for EOL handling variants even for a CCL based
8262 coding system.
8263
8f3c9a3d
KH
82642000-06-19 Kenichi Handa <handa@etl.go.jp>
8265
8266 * international/isearch-x.el (isearch-minibuffer-input-method)
8267 (isearch-minibuffer-input-method-function): These variables
8268 deleted.
8269 (isearch-with-input-method): Don't use the above variables.
8270 (isearch-process-search-multibyte-characters): Likewise. Call
8271 read-string with the arg INHERIT-INPUT-METHOD t.
8272
c2acf685
SM
82732000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8274
13f0d185
SM
8275 * font-lock.el (font-lock-after-fontify-buffer)
8276 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8277
8278 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8279 Use consistent make-local-variable style for font-lock-fontified.
8280 (jit-lock-fontify-buffer):
8281 Don't bother checking for font-lock-mode and jit-lock-mode.
8282
c2acf685
SM
8283 * time.el: Remove trailing ^M that prevent CVS-merging.
8284
a9021acd
GM
82852000-06-16 Gerd Moellmann <gerd@gnu.org>
8286
8287 * Makefile.in (distclean): New target.
5d80cc9c 8288
0df68e9f
SM
82892000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8290
8291 * Makefile.in (srcdir): Define for update-subdirs.
8292
6344985d
GM
82932000-06-16 Gerd Moellmann <gerd@gnu.org>
8294
8295 * find-lisp.el: New file.
8296
63239267
AI
82972000-06-16 Andrew Innes <andrewi@gnu.org>
8298
8299 * time.el (display-time-mail-function): New variable, to allow
8300 external packages to indicate when new mail is available.
8301 (display-time-update): Use it.
8302
1699f991
KH
83032000-06-16 Kenichi Handa <handa@etl.go.jp>
8304
a3b37893
KH
8305 * international/mule.el (mule-version): Change version name to
8306 SAKAKI. AOI has already been used by Meadow.
8307
1699f991
KH
8308 * international/quail.el (quail-show-guidance-buf): To find the
8309 bottom window (but minibuffer), pay attention to the height of
8310 minibuffer.
8311
228b083e
EZ
83122000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8313
7d5c8691
EZ
8314 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8315 menu-bar menus. Add help strings. Don't remove the Edit menu
8316 from the menu bar, as the menu bar has enough space now.
8317
261f3289
EZ
8318 * Makefile.in (SHELL): Make sure /bin/sh is used.
8319
228b083e
EZ
8320 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8321 characters, which use series of two ^H characters instead of one.
8322
e27e8d71
GM
83232000-06-15 Gerd Moellmann <gerd@gnu.org>
8324
5d80cc9c 8325 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8326 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8327 functions.
451ec4e3
GM
8328 (Info-find-node-2): Try a case-sensitive search first, then
8329 do a case-insensitive search.
8330
8331 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8332 tutorials.
8333
b675095c
GM
8334 * complete.el (PC-env-vars-alist): New variable.
8335 (PC-complete-as-file-name): New function.
8336 (partial-completion-mode): Initialize PC-env-vars-alist from
8337 process-environment.
8338 (PC-do-completion): Handle completion of env vars.
8339
8340 * info.el (Info-set-mode-line): Show file name in mode line,
8341 use `*Info*' instead of `Info:'.
8342
e27e8d71
GM
8343 * startup.el (command-line-1): Change copyright messages to year
8344 2000.
8345
28223a7e
DL
83462000-06-15 Dave Love <fx@gnu.org>
8347
8348 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8349 not local-map.
8350
32684631
KH
83512000-06-15 Kenichi Handa <handa@etl.go.jp>
8352
8353 * international/mule.el (set-buffer-file-coding-system): Almost
8354 rewritten to handle `undecided' as no-op.
8355
9f817ea4
GM
83562000-06-14 Gerd Moellmann <gerd@gnu.org>
8357
e27e8d71 8358 * Makefile.in: New file.
dce6b995
GM
8359
8360 * Makefile: Removed.
8361
9f817ea4
GM
8362 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8363 (goto-address-highlight-keymap): Bind C-c RET.
8364
2de33f94
KH
83652000-06-14 Kenichi Handa <handa@etl.go.jp>
8366
bbf1e8a5
KH
8367 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8368 inherits buffer-file-coding-system of the current buffer.
725a6897 8369
02891cc3
KH
8370 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8371 0. Give correct argument to set-auto-coding-function.
8372 (tar-expunge): For goto-char, use (point-min), not 0.
8373 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8374 (tar-subfile-save-buffer): Likewize.
8375
2de33f94
KH
8376 * international/mule.el
8377 (after-insert-file-set-buffer-file-coding-system): Call
8378 set-buffer-file-coding-system with the arg FORCE t.
8379
1681ead6
GM
83802000-06-13 Gerd Moellmann <gerd@gnu.org>
8381
8382 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8383 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8384 the sender is set with `-f'.
1681ead6 8385
fdf4b680
DL
83862000-06-13 Dave Love <fx@gnu.org>
8387
9c50afce
DL
8388 * help.el (describe-function-1): Kluge around cases of functions
8389 fset to subrs whose doc doesn't match their symbol-name.
8390
0ad550ba 8391 * image.el (insert-image): Default STRING to a space.
f290ca08 8392
fdf4b680 8393 * info.el Doc fixes.
5d80cc9c 8394 (Info-build-node-completions): Match Ref tags.
fdf4b680 8395
9b6610db
EZ
83962000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8397
a704139d
EZ
8398 * frame.el (display-multi-frame-p, display-multi-font-p): New
8399 defaliases for display-graphic-p.
8400
9b6610db
EZ
8401 * hl-line.el: Fixed a typo in commentary.
8402
7a5ea398
KH
84032000-06-13 Kenichi Handa <handa@etl.go.jp>
8404
8405 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8406 fixed.
8407
0dc91c57
DL
84082000-06-12 Dave Love <fx@gnu.org>
8409
8410 * image.el (insert-image): Save a little consing.
8411
0bd5914b
KH
84122000-06-12 Kenichi Handa <handa@etl.go.jp>
8413
8414 * language/tibet-util.el: Convert all tibetan-1-column characters
8415 to the corresponding tibetan characters.
8416 (tibetan-add-components): Delete code for the special treatment of
8417 'a chung.
8418
8419 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8420 change.
8421 (tibetan-vowel-transcription-alist): More rules added.
8422 (tibetan-composite-vowel-alist): New variable.
8423 (tibetan-precomposition-rule-alist): More rules added.
8424
6dc7d3d5
SM
84252000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8426
9c04c393
SM
8427 * startup.el (command-line): Only call menu-bar-mode if interactive.
8428
8429 * thingatpt.el (toplevel symbol-properties):
8430 * textmodes/makeinfo.el (makeinfo-compile):
8431 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8432 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8433 (hide-ifdef-use-define-alist):
5d80cc9c 8434 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8435 (ange-ftp-vms-add-file-entry):
8436 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8437 * man.el (Man-build-man-command):
8438 * mail/rnewspost.el (news-reply-header-hook):
8439 * info.el (Info-insert-dir):
8440 * emulation/mlconvert.el (backward-word, forward-word, setq):
8441 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8442 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8443 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8444 (byte-optimize-apply, end of file):
8445 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8446 (ad-make-freeze-definition):
8447 * startup.el (command-line, command-line-1): Don't quote lambdas.
8448
6dc7d3d5
SM
8449 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8450 (cvs-cleanup-removed): New function.
8451 (cvs-cleanup-functions): New var.
8452 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8453 some flexibility in specifying additional entries to auto-cleanup.
8454 (cvs-quickdir): New function.
8455 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8456 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8457 (cvs-mode-find-file): Check that we are on a filename or dirname
8458 when invoked through a mouse-click.
8459 (cvs-full-path): Remove.
8460 (cvs-dired-action): Re-introduced.
8461 (cvs-dired-noselect): Use it.
8462 (vc-post-command-functions): use this new hook if available.
8463
8464 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8465 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8466 (cvs-filename-map, cvs-dirname-map): Remove.
8467 (cvs-default-action): Remove.
8468 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8469 if the arg is really a keymap.
8470 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8471 Don't hardcode the mapping from state (aka type) to face, but check
8472 the var cvs-fi-<type>-face instead.
8473 (cvs-fileinfo-from-entries): New function.
8474
8475 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8476 Docstring fix.
8477 (cvs-find-file-and-jump): Change default to be safer.
8478 (cvs-mode-diff-map): Define it as a function as well.
8479 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8480 Bind mouse-2 in this global map rather than with text-properties.
8481
8482 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8483 file to resolve the ambiguity between C(conflict) and C(need-merge).
8484
5050a2ef
KH
84852000-06-12 Kenichi Handa <handa@etl.go.jp>
8486
8487 * international/mule.el (set-buffer-file-coding-system): If
8488 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8489 unconditionally.
8490
35a7ac84
DL
84912000-06-12 Dave Love <fx@gnu.org>
8492
8493 * wid-edit.el (widget-specify-button): Really suppress the face if
8494 required.
8495
db8eeecd
GM
84962000-06-11 Gerd Moellmann <gerd@gnu.org>
8497
8498 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8499
70223ca4
SM
85002000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8501
8502 * imenu.el (imenu-generic-expression): Docstring fix.
8503
8504 * composite.el (composition-function-table): Move the `put'
8505 below the autoload cookie so we can load the file before loaddefs.
8506
8507 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8508
8509 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8510 Handle easy-mmode-define-global-mode.
8511 For complex macros like define-minor-mode that can generate
8512 several autoload entries, try to autoload entries in the
8513 macroexpanded code.
8514
8515 * emacs-lisp/easy-mmode.el (define-minor-mode):
8516 If KEYMAP is a symbol, just use it.
8517 Use byte-compile-current-file and load-file-name to infer the
8518 proper :require to pass to defcustom.
8519 Wrap the hook var into `progn' so as not to autoload it.
8520 Add a :autoload-end cookie.
8521 Be more careful about the evaluation of KEYMAP.
8522 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8523 (define-derived-mode): Move define-abbrev-table outside of defvar.
8524
85252000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8526
8527 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8528 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8529 (backup-compiled-files): Ignore errors during `tar'.
8530 (bootstrap): Make autoloads before elc files.
8531
9c53b34e
KH
85322000-06-10 Kenichi Handa <handa@etl.go.jp>
8533
8534 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8535 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8536
8537 * international/mule-conf.el (unix): New alias for the coding
8538 system undecided-unix.
8539
22ddd299
DL
85402000-06-09 Dave Love <fx@gnu.org>
8541
5ee42746
DL
8542 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8543
70223ca4 8544 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8545 (executable-insert): Change custom type.
8546 (executable-find): Add autoload cookie.
cc7e1d18
DL
8547 (executable-make-buffer-file-executable-if-script-p): New
8548 function. After Noah Friedman.
22ddd299
DL
8549
8550 * files.el (after-save-hook): Customize, with
cc7e1d18 8551 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8552
41ea3794
KH
85532000-06-09 Kenichi Handa <handa@etl.go.jp>
8554
f89437e3
KH
8555 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8556 "tib24p-mule.bdf" for Tibetan.
8557
7a4ee259
KH
8558 * composite.el (decompose-composite-char): Declare it as obsolete.
8559
ff6a65c2
KH
8560 * man.el (Man-fontify-manpage): Pay attention to underline and
8561 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8562
f83fe4b4
GM
85632000-06-08 Gerd Moellmann <gerd@gnu.org>
8564
8565 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8566 Set maintainer to FSF since author isn't reachable.
8567
e56d7900
DL
85682000-06-08 Dave Love <fx@gnu.org>
8569
8570 * international/mule-cmds.el (select-safe-coding-system): If
8571 DEFAULT-CODING-SYSTEM is not specified, also check the most
8572 preferred coding-system if buffer-file-coding-system is
8573 `undecided'. From Handa.
8574
d3981b49
KH
85752000-06-08 Kenichi Handa <handa@etl.go.jp>
8576
8577 * international/mule.el
8578 (after-insert-file-set-buffer-file-coding-system): If the buffer
8579 size is greater than INSERTED, judget that we are not visiting.
8580
bff71087
RV
85812000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8582
8583 * whitespace.el (defgroup whitespace): Comment out `:version'.
8584 XEmacs 20.4 has problems defining the group with this present.
8585 We'll have this commented out till get resolve the problem.
8586
45f485a6
GM
85872000-06-07 Gerd Moellmann <gerd@gnu.org>
8588
8589 * align.el: Update from author.
8590
85912000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8592
8593 * apropos.el (apropos-mode-hook): New user variable.
8594 (apropos-mode): Run apropos-mode-hook.
bff71087 8595
45f485a6
GM
85962000-06-07 David Ponce <david@dponce.com>
8597
8598 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8599 commands. Require `wid-edit' at run-time.
8600
86012000-06-07 David Ponce <david@dponce.com>
8602
8603 * recentf.el: Added some "Commentary".
8604 (recentf-open-more-files, recentf-edit-list): Minor changes to
8605 move the point at the top of the file list. This behaviour is
8606 consistent with the menu one when the list contains a lot of
8607 files.
8608 (recentf-cleanup): Now displays the number of items removed from
8609 the list.
8610 (recentf-relative-filter) New menu filter to show filenames
8611 relative to `default-directory'.
bff71087 8612
45f485a6
GM
86132000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8614
8615 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8616 with/without giving an error if PostScript printer doesn't have this
8617 kind of page size. Zebra Stripe continues or restarts on next page.
8618 Manual/automatic paper feeding. Switch or not the header.
8619 (ps-print-version): New version number (5.2.2).
8620 (ps-windows-system): Include emx as a Windows system.
8621 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8622 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8623 (ps-background-text): Code fix.
8624 (ps-error-handler-message, ps-user-defined-prologue)
8625 (ps-print-prologue-header, ps-printer-name)
8626 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8627 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8628 (ps-use-face-background): Customization fix.
8629 (ps-n-up-database): Data fix.
8630 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8631 (ps-switch-header): New vars.
8632 (ps-xemacs-color-name, ps-face-foreground-name)
8633 (ps-face-background-name, ps-boolean-constant): New funs.
8634
c14dcd22
DL
86352000-06-07 Dave Love <fx@gnu.org>
8636
8637 * allout.el: New version from Manheimer.
8638
e4044bb0
KH
86392000-06-07 Kenichi Handa <handa@etl.go.jp>
8640
8641 * textmodes/fill.el (fill-find-break-point): Check the validity of
8642 charset.
8643
59cfe8b9
KF
86442000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8645
8646 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8647 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8648 Call display-color-p and display-mouse-p instead of looking at
8649 window-system.
8650
bb2337f5
DL
86512000-06-06 Dave Love <fx@gnu.org>
8652
8653 * image.el (find-image): Doc fix. Return nil if image not found.
8654 (put-image, insert-image): Make STRING arg optional.
8655
8e624fa2
KH
86562000-06-06 Kenichi Handa <handa@etl.go.jp>
8657
8658 * language/vietnamese.el: Remove eval-when-compile.
8659 (viet-viscii-nonascii-translation-table): Define it as a
8660 translation table made from viet-viscii-decode-table.
8661 (viet-viscii-encode-table): Define it as a translation table made
8662 from the reverse map of above.
8663 (viet-vscii-nonascii-translation-table): Define it as a
8664 translation table made from viet-vscii-decode-table.
8665 (viet-vscii-encode-table): Define it as a translation table made
8666 from the reverse map of above.
8667 (ccl-decode-viscii): Use translate-character.
8668 (ccl-encode-viscii, ccl-encode-viscii-font)
8669 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8670 Likewize.
bff71087 8671
8e624fa2
KH
8672 * language/cyrillic.el: Remove eval-when-compile.
8673 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8674 translation table made from cyrillic-koi8-r-decode-table.
8675 (cyrillic-koi8-r-encode-table): Define it as a translation table
8676 made from the reverse map of above.
8677 (ccl-decode-koi8): Use translate-character.
8678 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8679 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8680 a translation table made from cyrillic-alternativnyj-decode-table.
8681 (cyrillic-alternativnyj-encode-table): Define it as a translation
8682 table made from the reverse map of above.
8683 (ccl-decode-alternativnyj): Use translate-character.
8684 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8685 Likewize
8686
8687 * international/mule-diag.el (non-iso-charset-alist): Specify
8688 translation table symbol instead of translation table itself.
8689 (list-block-of-chars): CHARSET may be a translation table symbol.
8690
8691 * international/mule.el (make-coding-system): If CODING-SYSTEM
8692 already exists, override it.
8693
8694 * international/fontset.el: Use family `proportional' for Tibetan
8695 fonts.
8696
8697 * international/ccl.el (ccl-compile-translate-character): Don't
8698 check if Rrr has property translation-table.
8699 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8700
1969fae2
GM
87012000-06-05 Gerd Moellmann <gerd@gnu.org>
8702
8703 * info.el: Bind case-fold-search to t when searching in case
8704 a user sets it to nil in a hook.
8705
d5b037c5
SM
87062000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8707
d3d02e65
SM
8708 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8709 * hl-line.el (hl-line-mode): Use the new :global key argument.
8710
8711 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8712 (tar-clip-time-string): Prepend a space.
8713 (tar-grind-file-mode): Construct a string rather than modifying one.
8714 (tar-header-block-summarize): Fix docstring.
8715 Use `format' rather than an error-prone set of copy-loops.
8716
8717 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8718 (diff-goto-source, diff-unified->context, diff-context->unified)
8719 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8720 understand the format output by the `-p' argument to diff.
8721
bff71087 8722 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8723 (sh-re-done): Use defconst.
8724 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8725 (sh-help-string-for-variable, sh-guess-basic-offset):
8726 Don't quote lambdas.
8727 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8728 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8729
f7c4478f
SM
8730 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8731 (mh-letter-mode): Derive from text-mode.
8732 This implicitly means that it now calls kill-all-local-variables.
8733 Also remove the Emacs-18 compatibility code.
8734
a8add29d
SM
8735 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8736 Make use of symbol-property doc-string-elt.
8737 Use memq rather than a sequence of eq.
8738 (doc-string-elt): Fix the wrong or missing previously unused values.
8739 (autoload-print-form): New function extracted from
8740 generate-file-autoloads to allow recursion when handling progn
8741 so that defvar's and defun's docstrings are properly printed.
8742 (generate-file-autoloads): Use it.
8743
d5b037c5
SM
8744 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8745 Use find-file-hooks in the minor-mode function.
8746 Be careful not to loop indefinitely in the post-command-hook function.
8747
560ef11a 87482000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8749
1969fae2 8750 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8751 tty's.
1969fae2 8752 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8753 differences whenever appropriate.
1969fae2
GM
8754 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8755 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8756 wildcards.
8757
b5bbbb76
SM
87582000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8759
d5b037c5
SM
8760 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8761 (jit-lock-fontify-buffer): New function for JIT refontification.
8762 (jit-lock-mode): Fix docstring.
8763 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8764 Remove jit-lock-after-change from the _local_ hook.
8765 (jit-lock-function-1): Fix docstring.
8766
8767 * info.el (Info-on-current-buffer): Initialize info.
8768
8769 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8770
8771 * progmodes/tcl.el (tcl-indent-for-comment):
8772 Ignore comment-indent-hook.
8773
8774 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8775 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8776 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8777 and improve to use the lighter to guess the capitalization.
8778 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8779 Add keyword arguments to specify global-ness or the custom group.
8780 Add local-map and help-echo properties to the lighter.
8781 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8782 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8783
bfa6c260
DL
87842000-06-02 Dave Love <fx@gnu.org>
8785
8786 * wid-edit.el: byte-compile-dynamic since we typically don't use
8787 all the widgets. Don't require cl or widget. Remove
8788 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8789 (widget-read-event): Removed. Callers changed to use read-event.
8790 (widget-button-release-event-p): Renamed from
8791 button-release-event-p.
8792 (widget-field-add-space, widget-field-use-before-change):
8793 Uncustomize.
8794 (widget-specify-field): Use keymap property, not local-map.
8795 (widget-specify-button): Obey :suppress-face.
8796 (widget-specify-insert): Use modern backquote syntax.
8797 (widget-image-directory): Renamed from widget-glyph-directory.
8798 (widget-image-enable): Renamed from widget-glyph-enable.
8799 (widget-image-find): Replaces widget-glyph-find.
8800 (widget-button-pressed-face): Move defvar.
8801 (widget-image-insert): Replaces widget-glyph-insert.
8802 (widget-convert): Use keywordp.
8803 (widget-leave-text, widget-children-value-delete): Use mapc.
8804 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8805 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8806 (widget-button-click): Don't set point at the click, but re-centre
8807 if we scroll out of window. Rewritten for images v. glyphs &c.
8808 (widget-tabable-at): Use POS arg, not point.
8809 (widget-beginning-of-line, widget-end-of-line)
8810 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8811 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8812 (widget-default-create): Use widget-image-insert; some rewriting.
8813 (widget-visibility-value-create)
8814 (widget-push-button-value-create, widget-toggle-value-create): Use
8815 widget-image-insert.
8816 (checkbox): Create on and off images dynamically.
8817 (documentation-link): Change :help-echo.
8818 (widget-documentation-link-echo-help): Remove.
8819
3837de12
SM
88202000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8821
8822 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8823
8824 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8825 (easy-mmode-define-toggle, define-minor-mode): Use it.
8826 (easy-mmode-define-keymap): Docstring fix.
8827 (define-derived-mode): Default PARENT to fundamental-mode.
8828 Add the derived-mode-parent symbol-property.
8829 (easy-mmode-derived-mode-p): New function.
8830
90aa4ea8
DL
88312000-06-02 Dave Love <fx@gnu.org>
8832
37193ee6
DL
8833 * files.el (convert-standard-filename): Doc fix.
8834 (normal-backup-enable-predicate): New function.
8835 (backup-enable-predicate): Use it to replace the lambda form.
8836
8837 * calendar/todo-mode.el: [This needs more work on the outline
8838 stuff.] Doc fixes.
8839 (todo) <defgroup>: Add :version.
8840 (todo-add-category): Don't use pushnew.
8841 (todo-cmd-raise): Fix typo.
8842 (todo-top-priorities): Change temp buffer name.
8843 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8844 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8845 Use outline-next-heading.
37193ee6 8846
90aa4ea8
DL
8847 * autoarg.el: Rewritten to use define-minor-mode.
8848 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8849 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8850
2e54623a
KH
88512000-06-02 Kenichi Handa <handa@etl.go.jp>
8852
8853 * isearch.el (isearch-other-meta-char): Fix previous change.
8854
c5def0db
SM
88552000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8856
3837de12
SM
8857 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8858 (log-edit-done): Only add the comment to the ring if it's different
8859 from the last comment entered.
8860
c5def0db
SM
8861 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8862
2330c9d4
DL
88632000-06-01 Dave Love <fx@gnu.org>
8864
8865 * hl-line.el: Rewritten using define-minor-mode.
8866
8867 * help.el (describe-function-1): Distinguish special form from
8868 builtin function. Sanity-check presence of arglist for builtins.
8869
6e5dfc31
KH
88702000-06-01 Kenichi Handa <handa@etl.go.jp>
8871
4dc1225b
KH
8872 * international/characters.el: Fix syntax/category setting of
8873 Tibetan characters.
8874
8875 * language/tibet-util.el (tibetan-add-components): Fixes for new
8876 encoding of Tibetan characters.
8877 (tibetan-decompose-precomposition-alist): New variable.
8878 (tibetan-decompose-region): Convert precomposed characters to
8879 non-precomposed characters.
8880 (tibetan-decompose-string): Likewise.
8881 (tibetan-composition-function): Fix args to
8882 thibetan-compose-string.
8883
8884 * language/tibetan.el (tibetan-composable-pattern): More
8885 characters included.
8886 (tibetan-consonant-transcription-alist): Rule for "R" added.
8887 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8888 "+R" added.
8889 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8890
eadef5e6
KH
8891 * language/lao-util.el (lao-composition-function): Fix args to
8892 compose-string.
8893
8894 * language/thai-util.el (thai-composition-function): Fix args to
8895 compose-string.
8896
6e5dfc31 8897 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8898 to prevent the point moving to the end of a composition when a
8899 part of a composition is searched.
6e5dfc31
KH
8900 (isearch-other-meta-char): If the key invoking this command can be
8901 mapped by function-key-map to a printing char, call
8902 isearch-process-search-char directly.
8903
2598a293
SM
89042000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * emacs-lisp/bytecomp.el:
8907 * frame.el:
8908 * international/mule-cmds.el:
8909 * international/mule-util.el:
8910 * international/mule.el:
8911 * mouse.el:
8912 * subr.el:
8913 * faces.el: Update calls to make-obsolete with a WHEN argument.
8914
8915 * byte-run.el (make-obsolete, make-obsolete-variable):
8916 Add an optional WHEN argument and change the format of the
bff71087 8917 symbol-property information.
2598a293
SM
8918 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8919 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8920 new obsolete-symbol-property format and print WHEN if it is provided.
8921
28d8dff1
DL
89222000-05-31 Dave Love <fx@gnu.org>
8923
8924 * loadhist.el (loadhist-hook-functions): Remove
8925 before-change-function, after-change-function.
8926 (unload-feature): Deal with symbols which are both bound and
8927 fbound.
8928
8929 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8930 before-change-function, after-change-function.
8931
8932 * simple.el (newline): Don't bind before-change-function,
8933 after-change-function.
8934
7f565d87
RV
89352000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8936
8937 * whitespace.el (whitespace-rescan-timer-time): Update interval
8938 set to 600 seconds (10 minutes) instead of 60 seconds since
8939 a large number of whitespace buffers causes emacs to `freeze'
8940 for a considerable amount of time.
8941
bff71087 8942 * whitespace.el: Updated email address
7f565d87 8943
a8d693d8
DL
89442000-05-31 Dave Love <fx@gnu.org>
8945
8946 * add-log.el (change-log-font-lock-keywords) <function>: Add
8947 pattern for function of change.
8948 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8949 acknowledgements patterns.
8950
a50192e7
KH
89512000-05-31 Kenichi Handa <handa@etl.go.jp>
8952
8953 * isearch.el (isearch-printing-char): If keyboard coding system is
8954 being used, call isearch-process-search-multibyte-characters.
8955
8956 * international/isearch-x.el: Mostly rewritten.
8957
8958 * international/quail.el (quail-start-conversion): Don't include
8959 unhandled events in the returned events, but set them in
8960 unread-command-events. Exit if all inputs are deleted.
8961
7e492772
JR
89622000-05-30 Jason Rumney <jasonr@gnu.org>
8963
8964 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8965
8966 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8967 Reenable code to create initial fontsets.
8968 Use set-fontset-font in place of put-charset-property.
8969
10fc3187
GM
89702000-05-30 Gerd Moellmann <gerd@gnu.org>
8971
79148ea7
GM
8972 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8973 label, ensure that the first colon isn't followed by another.
8974
8975 * paths.el (Info-default-directory-list): Doc fix.
8976
086d5b87
GM
8977 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8978 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8979 send a query containing USER only, not USER@HOST.
8980
10fc3187
GM
8981 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8982 and rmail-msgend to compute the restriction at the end, instead of
8983 computing it.
8984
49e70dec
GM
89852000-05-29 Gerd Moellmann <gerd@gnu.org>
8986
66254a13
GM
8987 * dabbrev.el (dabbrev-expand): Don't display messages in the
8988 echo area if the minibuffer window is active.
8989
49e70dec
GM
8990 * jit-lock.el (jit-lock-mode): Add after change function to
8991 local hook.
8992
89932000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8994
8995 * antlr-mode.el: New commands: hide/unhide actions,
8996 upcase/downcase literals.
8997 (antlr-tiny-action-length): New user option.
8998 (antlr-hide-actions): New command. Suggested by
8999 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9000 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9001 (antlr-mode-menu): New entries.
9002 (antlr-downcase-literals): New command.
9003 (antlr-upcase-literals): Ditto.
9004
9005 * antlr-mode.el: Minor changes: indendation, mode-name.
9006 (antlr-indent-line): Indent cpp directive at column 0.
9007 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9008
9009 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9010 (antlr-font-lock-additional-keywords): Workaround for intentional
9011 bug in XEmacs version of font-lock.
9012 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9013 be used by a smarter version of `buffers-menu-grouping-function'.
9014
90152000-05-29 Gerd Moellmann <gerd@gnu.org>
9016
9017 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9018 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9019
49f93684
KH
90202000-05-29 Kenichi Handa <handa@etl.go.jp>
9021
9022 * international/encoded-kb.el
9023 (encoded-kbd-iso2022-designation-map): Pay attention to that
9024 charset-iso-final-char return -1 for eight-bit-control and
9025 eight-bit-graphic.
9026
5b1ae051
EZ
90272000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9028
9029 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9030 (speedbar-easymenu-definition-base): Use display-graphic-p where
9031 available, instead of window-system.
9032
a205e32a
EZ
90332000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9034
9035 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9036 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9037 coding systems.
9038
dd854dc2
DL
90392000-05-26 Dave Love <fx@gnu.org>
9040
c88a85d5
DL
9041 * disp-table.el (standard-display-underline): Don't use
9042 internal-find-face.
9043
dd854dc2
DL
9044 * mail/reporter.el: Maintainer change. Doc fixes.
9045 (reporter-version): Deleted.
9046
9047 * emacs-lisp/elp.el: Maintainer change.
9048 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9049
dc29aa6c
SM
90502000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9051
9052 * add-log.el (add-change-log-entry): Merge the current entry with the
9053 previous one if the previous one is empty.
9054
ed62683d
DL
90552000-05-26 Dave Love <fx@gnu.org>
9056
4370a375
DL
9057 * loadhist.el (unload-feature): Fix interactive spec [from
9058 lijnzaad@ebi.ac.uk].
9059
ed62683d
DL
9060 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9061 subr-arity to check primitives.
9062 (byte-compile-flush-pending, byte-compile-file-form-progn)
9063 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9064 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9065 mapcar.
9066
ba9f8f95
KH
90672000-05-26 Kenichi Handa <handa@etl.go.jp>
9068
0f3e0672
KH
9069 * international/fontset.el: Set family names of non-latin charsets
9070 in default fontset to "*".
9071
cebefb44
KH
9072 * international/mule-diag.el (print-fontset): Combine family part
9073 and registry part of the fontname by "-*-" instead of "-".
9074
ba9f8f95
KH
9075 * international/mule-cmds.el (encode-coding-char): Make strings
9076 multibyte before calling encode-coding-string.
9077
931d0724
SM
90782000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9079
9080 * derived.el: Fix keywords.
8ccce2b0 9081 (define-derived-mode): Only define if needed.
931d0724
SM
9082
9083 * simple.el (fill-comment, comment-column, comment-start)
9084 (comment-start-skip, comment-end, comment-indent-function)
9085 (block-comment-start, block-comment-end, indent-for-comment)
9086 (set-comment-column, kill-comment, comment-padding, comment-region)
9087 (comment-multi-line, indent-new-comment-line): Remove.
9088
9089 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9090 function names for comment operations.
9091
9092 * newcomment.el: Add abundant autoload cookies.
9093 (comment-style): Don't depend on runtime data at compile-time.
9094 (comment-indent-hook): Remove.
9095 (comment-indent): Check if comment-indent-hook is bound.
9096 (comment-region): Docstring fix.
9097
6fc596cf
DL
90982000-05-25 Dave Love <fx@gnu.org>
9099
9100 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9101 byte-code-function-p.
9102
9103 * mail/rmailsum.el: Add provide.
9104
9105 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9106
9107 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9108 defcustom.
9109
7997f1ca 91102000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9111
7997f1ca
MK
9112 * ediff-diff.el (ediff-exec-process): delete --binary option from
9113 non-buffer ediff jobs.
7f565d87 9114
e7a903e8
EZ
91152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9116
9117 * hilit-chg.el (highlight-changes-mode): Ask about color or
9118 grayscale support, not about window-system.
9119
9120 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9121 window-system.
9122 (ffap-highlight): Always default to t.
9123
9124 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9125 display-popup-menus-p instead of looking at window-system.
9126
9127 * disp-table.el (standard-display-g1, standard-display-graphic):
9128 Only refuse to use string glyphs on X and MS-Windows.
9129
9130 * avoid.el: Remove window-system from commentary, suggest to use
9131 display-*-p instead.
9132
9133 * apropos.el (apropos-print): Use display-mouse-p instead of
9134 window-system.
9135
14028d57
EZ
91362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9137
9138 * international/codepage.el (cp-decoding-vector-for-codepage):
9139 Fill up unsupported characters with their own codes. From Kenichi
9140 Handa.
9141
1a4f9cc1
EZ
91422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9143
9144 * international/mule-diag.el (describe-char-after): Use
9145 display-graphic-p instead of window-system, so that this function
9146 works on MS-DOS.
9147
89f6ca4e
EZ
91482000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9149
9150 * international/codepage.el (cp-make-coding-systems-for-codepage):
9151 Remove the eight-bit-graphic and eight-bit-control charsets from
9152 the list of charsets which we convert into `?'.
9153
eacfd7fe
KH
91542000-05-25 Kenichi Handa <handa@etl.go.jp>
9155
9156 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9157 private charsets.
9158 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9159 japanese-jisx0213-2): New charsets.
9160
9161 * international/fontset.el: Setup default fontset for new charsets.
9162
deadf7e3
DL
91632000-05-24 Dave Love <fx@gnu.org>
9164
9165 * info.el (Info-find-node-2): Restructure [following "Vadim
9166 S. Solomin" <sovs@uic.nnov.ru>].
9167
9168 * icomplete.el: Fix header for Finder.
9169
91702000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9171
9172 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9173 STAY.
9174
9175 * rmail.el (rmail-automatic-folder-directives): New user variable.
9176 (rmail-show-message): Add call to `rmail-auto-file' during
9177 display.
9178 (rmail-auto-file): New function.
9179
6de3983f 91802000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9181
fc6a6a4e 9182 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9183 account.
fc6a6a4e
GM
9184 (ediff-test-utility,ediff-diff-mandatory-option)
9185 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9186 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9187
fc6a6a4e 9188 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9189 variable.
7f565d87 9190
fc6a6a4e 9191 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9192 ediff-merge-filename-prefix.
9193
fc290d1d
MK
91942000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9195
fc6a6a4e 9196 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9197
273182b8
EZ
91982000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9201 aliases for hebrew-iso-8bit.
9202
f471ea57
EZ
92032000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9204
9205 * woman.el: New version from Francis J. Wright
9206 <F.J.Wright@Maths.QMW.ac.uk>.
9207 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9208 names in environment variables regardless of the path separator.
9209 (woman-topic-all-completions-1): Don't call file-name-directory-p
9210 on all files, since woman-file-regexp already filters out any
9211 directories.
9212
01162f24
KH
92132000-05-24 Kenichi Handa <handa@etl.go.jp>
9214
48e3df76
KH
9215 * international/quail.el (quail-start-translation): Don't change
9216 modified-p of the current buffer.
9217 (quail-start-conversion): Likewise.
9218
9219 * international/kkc.el (kkc-region): Don't change modified-p of
9220 the current buffer.
9221
747d90ea
KH
9222 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9223 conform to RFC1468.
9224 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9225
17a223ff
EL
92262000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9227
9228 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9229 (speedbar-insert-button): Invisible text property fix.
9230 (speedbar-directory-plus): Renamed from speedbar-directory-+
9231 (speedbar-directory-minus): Renamed from speedbar-directory--
9232 (speedbar-page-plus): Renamed from speedbar-file-+
9233 (speedbar-page-minus): Renamed from speedbar-file--
9234 (speedbar-page): Renamed from speedbar-file-
9235 (speedbar-tag): Renamed from speedbar-tag-
9236 (speedbar-tag-plus): Renamed from speedbar-tag-+
9237 (speedbar-tag-minus): Renamed from speedbar-tag--
9238 (speedbar-expand-image-button-alist): Use above renames.
9239
9240 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9241 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9242 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9243 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9244 * sb-pg.xpm: Renamed from sb-file.xpm
9245 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9246 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9247
e6b6fc18
KH
92482000-05-24 Kenichi Handa <handa@etl.go.jp>
9249
9250 * international/quail.el (quail-show-guidance-buf): Set
9251 current-input-method of the guidance buffer to the name of the
9252 curren input method.
9253
a1a336eb
SM
92542000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9255
9256 * progmodes/compile.el (compile-internal): Style typo.
9257
9258 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9259 quote vars and functions in the docstring.
9260
9261 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9262
9263 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9264 Don't quote lambdas.
9265
9266 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9267
9695b783
GM
92682000-05-23 Gerd Moellmann <gerd@gnu.org>
9269
716e3b88
GM
9270 * startup.el (command-line): Determine source file of compiled
9271 user init file differently. Warn if compiled user init file
9272 is older than its source file.
9273
9695b783 9274 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9275
41ac433f
EZ
92762000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9277
9278 * files.el (make-backup-file-name-1): Replace slashes with `!'
9279 rather than `|' (which is not allowed on Windows). Replace the
9280 drive letters with a string "drive_X".
9281
46600ab1
GM
92822000-05-23 Gerd Moellmann <gerd@gnu.org>
9283
9284 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9285
9286 * files.el (interpreter-mode-alist): Add `bash2'.
9287
79a64d87
DL
92882000-05-22 Dave Love <fx@gnu.org>
9289
9290 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9291 mapc.
9292 (feature-file): Avoid calling symbol-name. Doc fix.
9293 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9294 (loadhist-hook-functions): Add mouse-position-function.
9295 (unload-feature): Change uses of mapcar.
9296
9297 * files.el (parse-colon-path): Doc fix.
9298 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9299 (set-auto-mode): Use mapc.
9300
9301 * complete.el (PC-look-for-include-file): Use :alnum: character
9302 class.
9303 (partial-completion-mode): Add autoload cookie.
9304
0e8c11d8
SS
93052000-05-22 Sam Steingold <sds@gnu.org>
9306
ce75fd23 9307 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9308 `add-text-properties' (bug introduced on 2000-05-18).
9309
d8d0fa6c
DL
93102000-05-22 Dave Love <fx@gnu.org>
9311
9312 * bindings.el: Remove debug-ignored-errors set in other files.
9313
9314 * progmodes/etags.el: Add to debug-ignored-errors.
9315 (visit-tags-table-buffer): Clear out buffers holding old tables
9316 when making a new list.
9317 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9318 mapc.
9319
9320 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9321 quote keywords.
9322 (cmpl-string-case-type): Use character classes.
9323
0e8c11d8
SS
9324 * comint.el:
9325 * textmodes/ispell.el:
9326 * imenu.el:
d8d0fa6c
DL
9327 * mail/mh-e.el:
9328 * progmodes/compile.el: Add to debug-ignored-errors.
9329
9330 * dabbrev.el: Add to debug-ignored-errors.
9331 (dabbrev-completion): Use mapc.
9332
1edbbf8a
EZ
93332000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9334
9335 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9336 (woman-mapcan, woman-parse-man.conf)
9337 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9338 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9339 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9340 path syntax better.
9341 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9342 (woman-manpath): Call woman-parse-man.conf.
9343 (woman-emulation): New defcustom, defaults to nroff.
9344 (woman-font-support): New defconst.
9345 (woman-use-symbol-font): New defcustom.
9346 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9347 "Emulation".
9348 Many functions: Doc fix.
9349
5bd2148c
KH
93502000-05-22 Kenichi Handa <handa@etl.go.jp>
9351
9352 * international/quail.el (quail-simple-translation-keymap): Map
9353 128..255 to quail-self-insert-command.
9354 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9355
4125ec7e
SM
93562000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9357
a1a336eb
SM
9358 * help.el (help-manyarg-func-alist): Typo.
9359
40aeecad
SM
9360 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9361 intervals which makes it heaps simpler.
9362
4125ec7e
SM
9363 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9364 the nested comment markers.
e4da9c1c
SM
9365
9366 * subr.el (remove-hook): Don't turn the hook's value into a list.
9367
cb7216a7
DL
93682000-05-21 Dave Love <fx@gnu.org>
9369
ac266581
DL
9370 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9371 are invalid characters.
9372
cb7216a7
DL
9373 * international/mule-util.el (detect-coding-with-priority): Use
9374 mapc. Remove redundant lambda.
9375
9376 * international/mule-diag.el (list-non-iso-charset-chars)
9377 (describe-fontset): Remove redundant lambda.
9378
9379 * emulation/crisp.el (brief-mode): New alias.
9380
9381 * emacs-lisp/ring.el (ring-elements): New function.
9382
9383 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9384 (easy-menu-do-add-item): Use keywordp.
9385
9386 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9387
9388 * replace.el: Doc and error message fixes.
9389 (replace-highlight): Use facep, not internal-find-face.
9390
9b0d1d6e
SM
93912000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9392
b2d2cf58
SM
9393 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9394
ffe7dc64
SM
9395 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9396 (log-edit-insert-changelog): Drop `:' as well.
9397
9398 * log-view.el: Fix file description.
9399 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9400 available.
9401 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9402 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9403
c8c21615
SM
9404 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9405 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9406 Print a status message if the toggle is called interactively.
9407 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9408 for global minor modes and use `defcustom' for them.
9409 Use add-minor-mode.
9410 (easy-mmode-define-derived-mode): Remove.
9411 (define-derived-mode): Fancier default docstring.
9412 (easy-mmode-define-navigation): Signal an error rather than (ding).
9413
9b0d1d6e
SM
9414 * newcomment.el (comment-styles): New `box-multi'.
9415 (comment-normalize-vars): Better default for comment-continue to
9416 avoid whitespace-only continuations.
9417 (comment-search-forward): Always move even in the no-syntax case.
9418 (comment-padright): Only obey N if it's only obeyed for padleft.
9419 (comment-make-extra-lines): Better handling of empty continuations.
9420 Use `=' for the filler if comment-start has only one character.
9421 (uncomment-region): Try handling the special `=' filler.
9422 (comment-region): Allow LINES even if MULTI is nil.
9423 (comment-box): Choose box style based on comment-style.
9424
f5ee6d0f
KH
94252000-05-20 Kenichi Handa <handa@etl.go.jp>
9426
9b0d1d6e 9427 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9428 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9429
c9671f81
KH
94302000-05-20 Kenichi HANDA <handa@etl.go.jp>
9431
9432 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9433 and insert, not subst-char-in-region.
9434
9435 * international/mule-diag.el (list-character-sets-1): Handle
9436 charsets eight-bit-control and eight-bit-graphic.
9437 (list-iso-charset-chars): Likewise.
9438 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9439 charactes as is. Use indent-to to align characters.
9440
9441 * international/mule-cmds.el (find-multibyte-characters): Never
9442 exclude charsets eight-bit-control and eight-bit-graphic.
9443
1426aa5c
SM
94442000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9447 Don't quote lambdas.
9448
9449 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9450
2b63d473
GM
94512000-05-19 Gerd Moellmann <gerd@gnu.org>
9452
9453 * gud.el (gud-jdb-directories): Doc fix.
9454
f1355756
SM
94552000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9456
9457 * newcomment.el: New file.
9458
5f64c9e0
GM
94592000-05-19 Gerd Moellmann <gerd@gnu.org>
9460
2b63d473 9461 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9462
db7314bd
AS
94632000-05-18 Andreas Schwab <schwab@suse.de>
9464
9465 * dired.el (dired-between-files): Also skip lines beginning with
9466 `used'.
9467
25bb0401
GM
94682000-05-18 Gerd Moellmann <gerd@gnu.org>
9469
9470 * msb.el (msb-menu-cond): Add choice `user'.
9471
a199a865 94722000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9473
a199a865
GM
9474 * ps-print.el: Compatibility, customization and doc fix.
9475 (ps-printer-name-option): Replace defconst by defvar.
9476 (ps-postscript-code-directory): XEmacs compatibility.
9477 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9478 fix.
9479 (ps-user-defined-prologue, ps-print-prologue-header)
9480 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9481 compatibility and code fix.
9482 (ps-print-background-image, ps-print-background-text):
9483 Customization fix.
9484 (ps-line-number-start, ps-n-up-on): New vars.
9485
25bb0401
GM
94862000-05-18 Espen Skoglund <esk@ira.uka.de>
9487
9488 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9489 the indent-comment function to just return the appropriate indent.
9490
68e6c83a
EL
94912000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9492
9493 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9494 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9495 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9496
dae6cb9f
DL
94972000-05-18 Dave Love <fx@gnu.org>
9498
9499 * info.el (Info-fontify-node): Add intangible property as well as
9500 invisible.
9501
9502 * calendar/appt.el (appt-make-list): Match all lines of entry.
9503 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9504
813086ea
KH
95052000-05-18 Kenichi Handa <handa@etl.go.jp>
9506
9507 * international/mule-diag.el (describe-char-after): Call
9508 internal-char-font, not char-font. If internal-char-font returns
9509 nil, display "-- none --".
9510
24978190
EZ
95112000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9512
9513 * image.el (image-type-available-p): Don't reference image-types
9514 if it isn't bound.
9515
2fca2d5d
SM
95162000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9517
9518 * autoarg.el (autoarg-mode): Typo in the :set argument.
9519
cfc75d05
EZ
95202000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9521
9522 * startup.el (command-line-1): Don't signal an error if the
9523 directory for auto-save-list files does not yet exist.
9524
c4e30387
KH
95252000-05-17 Kenichi Handa <handa@etl.go.jp>
9526
9527 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9528
dd6b8ea7
SM
95292000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9530
9531 * subr.el (remove-hook): `setq' hook-value, not `set'.
9532
399c88ad
SS
95332000-05-16 Sam Steingold <sds@gnu.org>
9534
a199a865 9535 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9536
01651f07
DL
95372000-05-16 Dave Love <fx@gnu.org>
9538
9539 * cus-edit.el: Don't require cl or easymenu.
9540 (custom-variable-prompt): Test standard-value property, not
9541 user-variable-p.
9542
2248c40d
SS
95432000-05-16 Sam Steingold <sds@gnu.org>
9544
9545 * subr.el (add-hook): `setq' hook-value, not `set'.
9546
b15f3b77
GM
95472000-05-16 Gerd Moellmann <gerd@gnu.org>
9548
9549 * startup.el (command-line-1): Mention the FAQ in the startup
9550 message.
9551
9552 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9553
9554 * progmodes/compile.el (compilation-parse-errors): Collect
9555 `nomessage' regexps last.
9556
9557 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9558
9559 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9560 to the function name.
9561
f9bbcfac
EL
95622000-05-15 Dave Love <fx@gnu.org>
9563
9564 * speedbar.el (speedbar-recenter): Typo.
9565 (speedbar-expand-line): Make arg optional.
9566 (speedbar-mode): Avoid a compiler warning.
9567
119b42eb
GM
95682000-05-15 Gerd Moellmann <gerd@gnu.org>
9569
9570 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9571 user-specified option string is empty.
9572
9573 * mouse.el (mouse-yank-at-click): Doc fix.
9574
f685bea9
EZ
95752000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9576
9577 * term/internal.el (IT-character-translations): More updates of
9578 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9579 documents.
9580
a1b8d58b
GM
95812000-05-15 Gerd Moellmann <gerd@gnu.org>
9582
9583 * env.el (getenv): New function, interactively callable.
9584 (setenv, getenv): Remove autoload cookies.
9585
9586 * loadup.el: Load `env'.
9587
9588 * progmodes/f90.el: Change author's mail address.
9589
c9bba7ed
DL
95902000-05-14 Dave Love <fx@gnu.org>
9591
e5c83697
DL
9592 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9593 goto-addr as an option.
9594
9595 * help.el (help-xref-stack): Doc fix.
9596 (help-xref-following): New variable.
9597 (help-make-xrefs): Use it.
9598 (help-xref-go-back): Use position information from stack element.
9599 (help-follow): Make position in stack element a pair. Use
9600 help-xref-following.
399c88ad 9601
e5c83697
DL
9602 * autoarg.el: New file.
9603
9604 * faces.el: Declare more functions obsolete.
9605
c9bba7ed
DL
9606 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9607 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9608 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9609 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9610 Remove all the setup-...-environment functions.
9611
b6389bfb
EL
96122000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9613
a1b8d58b
GM
9614 * speedbar.el: Updated the commentary section. xemacs20p now uses
9615 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9616 (speedbar-easymenu-definition-base): Add toggle for images.
9617 (speedbar-easymenu-definition-special): Add flush cache & expand.
9618 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9619 (speedbar-reconfigure-keymaps-hook): New variable.
9620 (speedbar-frame-parameters): Updated documentation.
9621 (speedbar-use-imenu-flag): Updated custom tag
9622 (speedbar-dynamic-tags-function-list): New variable.
9623 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9624 (speedbar-indentation-width, speedbar-indentation-width) New
9625 variables.
9626 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9627 (speedbar-vc-indicator): Doc update.
9628 (speedbar-ignored-path-expressions): Updated default value.
9629 (speedbar-supported-extension-expressions): Updated default value.
9630 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9631 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9632 as "+". Added overlay aliases.
9633 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9634 `force-mode-line-update'.
9635 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9636 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9637 `mouse-set-point'
b6389bfb 9638 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9639 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9640 of arbitrary text, and new helper functions.
9641 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9642 filename finder.
b6389bfb
EL
9643 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9644 (speedbar-directory-buttons): Update path search/expansion.
9645 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9646 `speedbar-indentation-width'. Use more care w/ invisible
9647 properties.
b6389bfb
EL
9648 (speedbar-change-expand-button-char): Call
9649 `speedbar-insert-image-button-maybe'.
9650 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9651 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9652 (speedbar-trim-words-tag-hierarchy)
9653 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9654 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9655 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9656 functions.
b6389bfb
EL
9657 (speedbar-mouse-set-point): New function
9658 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9659 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9660 of tag prefix text.
9661 (speedbar-expand-line, speedbar-contract-line): Make more robust
9662 to strange text.
9663 (speedbar-expand-line): Takes universal argument to flush the
9664 cache.
b6389bfb
EL
9665 (speedbar-flush-expand-line): New function.
9666 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9667 Use new generator insertion method.
9668 (speedbar-fetch-dynamic-tags): New function.
9669 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9670 `speedbar-fetch-dynamic-imenu'.
9671 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9672 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9673 "Revert Buffer" menu items.
9674 (speedbar-buffer-buttons-engine): Be smarter when creating a
9675 filename tag (for expansion purposes.).
a1b8d58b
GM
9676 (speedbar-highlight-one-tag-line,
9677 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9678 (speedbar-recenter): New functions.
b6389bfb 9679 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9680 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9681 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9682 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9683 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9684 (speedbar-expand-image-button-alist): New variable.
9685 (speedbar-insert-image-button-maybe): Insert an image over some
9686 buttons.
9687
43fe9244
KH
96882000-05-13 Kenichi Handa <handa@etl.go.jp>
9689
9690 * international/mule-cmds.el (encode-coding-char): An ASCII
9691 character is always encodable.
9692
9693 * international/mule-conf.el: Add more information in descriptions
9694 of character sets.
9695
813086ea 9696 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9697 (describe-font-internal): Adjusted for the change of font-info.
9698 (describe-font): Likewise.
9699 (print-fontset): Rewritten for the new fontset implementation.
9700 (describe-fontset): Include fontset alias names in completion.
9701 (list-fontsets): Adjusted for the change of print-fontset.
9702
9703 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9704 describe-char-after instead of displaying the detail in the echo
9705 area.
813086ea
KH
9706 (syntax-code-table): Format changed.
9707 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9708
e8564f57
SM
97092000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9710
9711 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9712
9278c60d
DL
97132000-05-12 Dave Love <fx@gnu.org>
9714
9715 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9716 dependence. Use line-{beginning,end}-position, not
9717 point-at{b,e}ol. Some doc fixes.
9718 (todo-position): New function. Fix callers of position to use it.
9719 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9720
be0505fe
GM
97212000-05-12 Gerd Moellmann <gerd@gnu.org>
9722
9723 * time.el (display-time-mail-icon): Use `:ascent center'.
9724
a8a3541c
GM
9725 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9726 handling FTP security extensions.
399c88ad 9727
44d5f148
DL
97282000-05-11 Dave Love <fx@gnu.org>
9729
33d0c179 9730 * calendar/todo-mode.el: New file.
44d5f148 9731
da4496b6
GM
97322000-05-11 Gerd Moellmann <gerd@gnu.org>
9733
cdc4401d
GM
9734 * comint.el (comint-read-input-ring): Move reference to
9735 comint-input-ring-size outside of the save-excursion. It was
9736 causing the default value to be the only one ever seen.
399c88ad 9737
0279f991
GM
9738 * font-lock.el: Update copyright. Remove Simon Marshall's email
9739 address on request from him.
9740
da4496b6
GM
9741 * subr.el (substitute-key-definition): Add comment describing
9742 the meaning of PREFIX.
9743
ac5cb26d
SM
97442000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9745
9746 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9747
9748 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9749 (add-minor-mode): Don't make the variable buffer-local and add a
9750 reference to define-minor-mode in the docstring.
9751
9752 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9753 HEADER/FOOTER and fix bug with trailing empty directory.
9754 (cvs-append-to-ignore): Use vc-editable-p if available.
9755 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9756 (vc-do-command): Tweak advice to handle the new VC.
9757
9758 * log-view.el (log-view-goto-rev): New function for the new VC.
9759 (log-view-minor-wrap): Use mark-active.
9760
9761 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9762 (log-edit-changelog-full-paragraphs): New var.
9763 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9764 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9765 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9766 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9767 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9768 Replace the `cvs' prefix with `log-edit'.
9769
9770 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9771
9772 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9773 (diff-font-lock-defaults): Explicitly turn off multiline.
9774 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9775 (diff-ediff-patch): Fix call to ediff-patch-file.
9776 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9777 Handle comments.
9778
9779 * frame.el (automatic-hscrolling): Typo.
9780
9781 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9782
21c34da3
DL
97832000-05-09 Sam Steingold <sds@goems.com>
9784
9785 * apropos.el (apropos-print): use `describe-face' instead of
9786 `customize-face-other-window'.
9787
950cf06f
DL
97882000-05-09 Dave Love <fx@gnu.org>
9789
9790 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9791
9792 * help.el (describe-variable): Have customize button pop the
9793 help-xref stack when invoked.
9794 (help-xref-symbol-regexp): Add `face'.
9795 (help-make-xrefs): Check for quoted face names and adapt regexp
9796 submatch numbers to cope.
9797 (help-xref-interned): Maybe insert face doc too. Separate
9798 sections with a line of hyphens.
9799
0623e40f 9800 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9801 (describe-face): Add customize button. Return the help
9802 text. Fix prompt.
9803
82e2ca9d
EZ
98042000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9805
9806 * term/internal.el (IT-character-translations): Fix last change.
9807
10c00b5c
EZ
98082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9809
9810 * woman.el: New file
9811 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9812
9deed82f
EZ
98132000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9814
001ad319
EZ
9815 * term/internal.el (IT-character-translations): Update ASCII
9816 simulations for greek-iso8859-7, add latin-iso8859-14 and
9817 latin-iso8859-15.
9818
9deed82f
EZ
9819 * international/mule-cmds.el (set-language-info-alist): Call
9820 define-prefix-command with 3 arguments, to make the map suitable
9821 for a menu.
9822
4f37b78a
DL
98232000-05-07 Dave Love <fx@gnu.org>
9824
1ec321a7 9825 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9826
64a4c526
DL
98272000-05-05 Dave Love <fx@gnu.org>
9828
9829 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9830 list in doc string. Don't quote keyword symbols.
9831 * emacs-lisp/cl.el: Likewise
9832 * emacs-lisp/cl-seq.el: Likewise
9833
056565f7
GM
98342000-05-05 Gerd Moellmann <gerd@gnu.org>
9835
9836 * abbrev.el (abbrev-mode): Make ARG optional.
9837
4656b314
GM
98382000-05-04 Gerd Moellmann <gerd@gnu.org>
9839
ec82fb2f
GM
9840 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9841
9842 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9843
4656b314
GM
9844 * subr.el (substitute-key-definition): Clarify documentation.
9845
98462000-05-04 Milan Zamazal <pdm@freesoft.cz>
9847
9848 * glasses.el (glasses-convert-to-unreadable): Use
9849 `glasses-separator' instead of the hard-wired "_".
9850 (glasses-mode): Call `glasses-make-unreadable' only in a single
9851 place.
9852
7b081c78
EZ
98532000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * term/internal.el (cjk-codepages-alist): Add associations for
9856 Chinese and Korean codepages. Remove FIXME comment.
9857
baa5536e
DL
98582000-05-03 Dave Love <fx@gnu.org>
9859
9860 * time.el (display-time-mail-face, display-time-use-mail-icon):
9861 New option.
9862 (display-time-mail-icon): New variable.
9863 (display-time-string-forms): Use the above. Fix the local-map.
9864
cbf18892
GM
98652000-05-03 Gerd Moellmann <gerd@gnu.org>
9866
4ff40dd0
GM
9867 * replace.el (query-replace-map): Add binding for `E'.
9868 (query-replace-help): Extend help text.
9869 (perform-replace): Allow editing the replacement string.
9870
9871 * make-mode.el (makefile-mode-abbrev-table): New variable.
9872 (makefile-mode): Set local abbrev table to
9873 makefile-mode-abbrev-table.
9874 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9875
cbf18892
GM
9876 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9877 set TOGGLE's value.
9878
4ff40dd0
GM
9879 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9880 mail-interactive-insert-alias.
9881 (mail-abbrev-complete-alias): New command.
9882 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9883
ffec4d9f
KH
98842000-05-03 Kenichi Handa <handa@etl.go.jp>
9885
9886 * language/lao-util.el (lao-compose-region): New function.
9887
1b0672c3
GM
98882000-05-02 Gerd Moellmann <gerd@gnu.org>
9889
576da55d
GM
9890 * files.el (recover-session): Make directories as necessary
9891 if they don't exist yet.
9892
399c88ad
SS
9893 * calendar/cal-french.el
9894 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9895 (french-calendar-special-days-array): Change French text.
9896 (calendar-french-date-string): Change output.
9897 (calendar-goto-french-date): Likewise.
9898
98992000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9900
9901 * wid-edit.el (widget-default-active): Obey `:always-active'.
9902 (widget-documentation-string-value-create): Set `:always-active'.
9903
4b33deaa
EZ
99042000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9905
9906 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9907 default prefix to `~/_emacs.d/auto-save.list/_s'.
9908 (normal-top-level): Create the directory for auto-save files, if
9909 it doesn't already exist (in the ms-dos case only).
9910
5c922ea7
EZ
99112000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9912
9913 * international/mule-cmds.el (set-language-environment): Don't
9914 concat an integer (dos-codepage), use format instead.
9915
820ad5e7
DL
99162000-05-02 Dave Love <fx@gnu.org>
9917
9918 * help.el (help-xref-on-pp): Check for constant symbols.
9919
57cb56f5
GM
99202000-04-29 Gerd Moellmann <gerd@gnu.org>
9921
9922 * startup.el (normal-top-level): Put a condition-case around
9923 the code loading subdirs.el.
9924
99252000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9926
57cb56f5
GM
9927 * ps-print.el: Upside-down and face background color printing,
9928 line number step, doc fix.
9929 (ps-print-version): New version number (5.2).
9930 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9931 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9932 (ps-spool-config): Var fix.
9933 (ps-printer-name-option): Const fix.
9934 (ps-print-upside-down, ps-use-face-background)
9935 (ps-line-number-step): New vars.
9936 (ps-window-system, ps-lp-system): New consts.
9937 (ps-face-background): New fun.
9938
084cec2f
GM
99392000-04-28 Richard Stallman <rms@gnu.org>
9940
9941 * files.el (make-auto-save-file-name):
9942 Apply auto-save-file-name-transforms to visited file name
9943 before generating auto save file name.
9944 (auto-save-file-name-transforms): New variable.
9945
399c88ad 9946 * files.el (backup-enable-predicate):
084cec2f
GM
9947 Correctly test for a file under a temporary directory.
9948
c94f4677
GM
99492000-04-28 Gerd Moellmann <gerd@gnu.org>
9950
9951 * subr.el (add-minor-mode): Rewritten.
9952
7b211df5
KH
99532000-04-28 Kenichi Handa <handa@etl.go.jp>
9954
9955 * mail/sendmail.el (sendmail-send-it): Set
9956 buffer-file-coding-system to the selected coding system for MIME
9957 header.
9958
c76e04a8 99592000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9960
c76e04a8
GM
9961 * dired.el (dired-move-to-filename-regexp): Allow format where
9962 YYYY is followed by two spaces.
e3e36d74 9963
c76e04a8
GM
9964 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9965 in the second character class of the regexp.
9966
9967 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9968 mh-etc, too.
353964e3 9969
c76e04a8
GM
9970 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9971 nil.
399c88ad 9972
353964e3
GM
9973 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9974
9975 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9976 argument.
9977
c76e04a8 99782000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9979
c76e04a8
GM
9980 * emacs-lisp/crm.el (crm-completion-table): New variable.
9981 (crm-collection-fn, crm-test-completion)
9982 (completing-read-multiple): Use it.
9983
99842000-04-27 Dave Love <fx@gnu.org>
9985
9986 * help.el (locate-library): Use mapc.
9987 (help-manyarg-func-alist): Add call-process-region.
9988
7464346d
GM
99892000-04-26 Gerd Moellmann <gerd@gnu.org>
9990
b35bd33d
GM
9991 * subr.el (add-minor-mode): Make argument MAP optional.
9992
7464346d
GM
9993 * desktop.el (desktop-save): Save list of minor modes.
9994 (desktop-create-buffer): Restore minor modes.
9995 (desktop-minor-mode-table): New user-option.
9996
9997 * subr.el (add-minor-mode): New function.
9998
9999 * image.el (find-image): New function.
10000 (defimage): Rewritten to find image at load time.
10001
10002 * startup.el (normal-top-level-add-to-load-path): Handle
10003 case that the default directory is not in load-path.
10004
10005 * help.el: Old patch from Stefan Monnier.
10006 (help-xref-on-pp): New function.
10007 (describe-variable): Use it to display xrefs in a symbol's value.
10008
23c0fb21
SM
100092000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10010
10011 * cus-edit.el (custom-face): Fix parenthesis.
10012
fad95037
KH
100132000-04-26 Kenichi Handa <handa@etl.go.jp>
10014
f03392a1
KH
10015 * mail/rmail.el (rmail-expunge): When there are no deleted
10016 messages, do nothing.
fad95037 10017
0d7c5bb9
DL
100182000-04-26 Dave Love <fx@gnu.org>
10019
10020 * international/mule-cmds.el (locale-translation-file-name):
10021 Defvar to nil.
10022 (set-locale-environment): Set it here (at runtime).
10023
612839b6
GM
100242000-04-25 Gerd Moellmann <gerd@gnu.org>
10025
10026 * replace.el (perform-replace): Add parameters START and END. Use
10027 them instead of the check for a region in Transient Mark mode.
10028 (query-replace-read-args): Return two more list elements for the
10029 start and end of the region in Transient Mark mode.
10030 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10031 (map-query-replace-regexp, replace-string, replace-regexp): Add
10032 optional last arguments START and END and pass them to
10033 perform-replace.
10034
10035 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10036 form with additional arguments for perform-replace.
10037
10038 * progmodes/etags.el (tags-query-replace): Add parameters START
10039 and END. Construct a form with additional arguments for
10040 perform-replace.
10041
10042 * simple.el (shell-command): Set default directory for "*Shell
10043 Command Output" buffer.
10044
10045 * language/european.el (iso-latin-4): Fix typo.
10046
10047 * emacs-lisp/crm.el: New file.
10048
2917cc05
DL
100492000-04-24 Dave Love <fx@gnu.org>
10050
10051 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10052 (Custom-reset-saved, Custom-reset-standard)
10053 (custom-group-value-create, custom-group-set, custom-group-save)
10054 (custom-group-reset-current, custom-group-reset-saved)
10055 (custom-group-reset-standard): Use mapc.
10056 (custom-buffer-create-internal): Disable undo when creating items.
10057 Use mapc.
10058 (custom-face): Avoid redundant lambda.
10059
abfcc168
GM
100602000-04-24 Gerd Moellmann <gerd@gnu.org>
10061
10062 * startup.el (auto-save-list-file-prefix): Set default to
10063 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10064
fa78f71b
SS
100652000-04-24 Sam Steingold <sds@gnu.org>
10066
10067 * time-stamp.el (time-stamp-string-preprocess): Always convert
10068 `field-result' to a string.
10069
cc181e95
GM
100702000-04-24 Gerd Moellmann <gerd@gnu.org>
10071
10072 * frame.el (scrolling): New group.
10073 (automatic-hscrolling): New user-option.
10074
10075 * startup.el (command-line-x-option-alist): Add `-lsp' and
10076 `--line-spacing'.
10077
6142fdcb
DL
100782000-04-19 Dave Love <fx@gnu.org>
10079
10080 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10081 (cl-mapc): Rename from mapc. Fix the funcall.
10082
5e3dac3f
GM
100832000-04-19 Gerd Moellmann <gerd@gnu.org>
10084
1c459486
GM
10085 * simple.el (clone-indirect-buffer-other-window): New command.
10086 (clone-indirect-buffer): Add optional arg NORECROD.
10087 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10088
271b4185
GM
10089 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10090
10091 * window.el (count-screen-lines): New function.
10092 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10093 instead of window-buffer-height.
10094
10095 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10096 non-existing variable comint-input-sentinel.
10097 (inferior-lisp-args-to-list): Removed.
10098 (inferior-lisp): Use split-string instead of
10099 inferior-lisp-args-to-list.
10100
10101 * hexl.el (hexl-insert-hex-string): New command.
10102
5e3dac3f
GM
10103 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10104 instead of concat.
10105
f6d3257b
GM
101062000-04-18 Gerd Moellmann <gerd@gnu.org>
10107
10108 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10109 at the start of an existing but empty folder.
10110
101112000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10112
10113 * ps-mule.el: Customization fix, doc fix.
10114 (ps-multibyte-buffer): Customization fix.
10115
8b7bc628 101162000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10117
10118 * subr.el (read-passwd): Use read-char-exclusive.
10119
0daee095
GM
101202000-04-17 Gerd Moellmann <gerd@gnu.org>
10121
10122 * textmodes/texinfo.el (texinfo-insert-@email)
10123 (texinfo-insert-@emph, texinfo-insert-@quotation)
10124 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10125 (texinfo-mode-map): Add key bindings for them.
10126
10127 * files.el (basic-save-buffer-2): Use a template with `$'
10128 instead of `#' for VMS.
10129
10130 * simple.el (clone-indirect-buffer): New function.
10131
e10f64e7
GM
101322000-04-16 Stephen Eglen <stephen@gnu.org>
10133
10134 * iswitchb.el (iswitchb-case): New function. If the user input
10135 contains any upper-case characters, the search is made
10136 case-sensitive.
10137
e3721db1
SM
101382000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10139
e10f64e7
GM
10140 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10141 comment-end.
e3721db1
SM
10142 (texinfo-font-lock-syntactic-keywords): New var.
10143 (texinfo-font-lock-keywords): Remove comment regexp.
10144 (texinfo-insert-block): New function.
10145 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10146 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10147 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10148 (texinfo-environments): New var.
e10f64e7
GM
10149 (texinfo-environment-regexp): Use regexp-opt and
10150 texinfo-environments.
e3721db1 10151
e10f64e7
GM
10152 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10153 ispell-process is bound since this might be eval'd before ispell
10154 is loaded.
10155 (ispell-message): Use a tiny bit less magic and a bit more hard
10156 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10157
10158 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10159
10160 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10161 (insert-cyclic-diary-entry): Unquote the lambda.
10162
10163 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10164
10165 * files.el (backup-enable-predicate): Unquote the lambda.
10166
10167 * cus-edit.el (custom-face, face): Unquote the lambda.
10168
712dc9e0
GM
101692000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10170
10171 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10172
712dc9e0
GM
10173 * ps-print.el: Fix counting lines in a region.
10174 (ps-print-version): New version number (5.1.5).
10175 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10176 (ps-printing-region): Fun code fix.
10177
ffc50f2a
GM
101782000-04-15 Gerd Moellmann <gerd@gnu.org>
10179
10180 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10181 to file-directory-p.
10182
a2522dca
GM
101832000-04-14 Gerd Moellmann <gerd@gnu.org>
10184
10185 * gud.el (gud-jdb-build-source-files-list): Check that directory
10186 exists before calling directory-files.
10187
6e883610
DL
101882000-04-13 Dave Love <fx@gnu.org>
10189
10190 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10191 syntax.
10192
10193 * emacs-lisp/cl-specs.el: Remove when, unless.
10194
10195 * emacs-lisp/cl-extra.el: Don't quote keywords.
10196 (cl-old-mapc): New variable.
10197 (mapc): Use it.
10198 (cl-map-intervals): Use with-current-buffer. Don't check for
10199 next-property-change.
10200 (cl-map-overlays): Use with-current-buffer.
10201 (cl-expt): Remove.
10202 (copy-tree, remprop): Define unconditionally.
10203
10204 * emacs-lisp/cl-compat.el (keywordp): Remove.
10205
10206 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10207 to use keywordp.
10208 (edebug-spec): Enable keywordp.
10209
10210 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10211 string-lessp.
10212
10213 * cus-start.el: Use keywordp.
10214
198e3c7a
GM
102152000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10216
10217 * diary-lib.el (include-other-diary-files): Fix the fix of
10218 2000-02-18 by doing a save-excursion.
10219
102202000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10221
10222 * ps-print.el: Customization fix, doc fix.
10223 (ps-print-version): New version number (5.1.4).
10224 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10225 (ps-print-preprint): Adjust code.
10226 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10227 (ps-print-prologue-header, ps-print-control-characters)
10228 (ps-spool-config): Customization fix.
fa78f71b 10229
8eba343c
EZ
102302000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10231
10232 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10233 converted to the new menu-item format, names silightly changed,
10234 help strings added.
10235
10236 Support for spelling without async subprocesses:
10237
10238 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10239 (ispell-session-buffer): New variables.
10240 (ispell-start-process, ispell-process-status,
10241 ispell-accept-output, ispell-send-string): New functions, for
10242 Ispell invocation when async subprocesses aren't supported.
10243 (ispell-word, ispell-pdict-save, ispell-command-loop,
10244 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10245 to process-send-string with calls to ispell-send-string, and
10246 accept-process-output with ispell-accept-output.
10247 (ispell-init-process): Call ispell-process-status instead of
10248 process-status with.
10249 (ispell-init-process): Call ispell-start-process. Call
10250 ispell-accept-output and ispell-send-string. Don't call
10251 process-kill-without-query and kill-process if they are unbound.
10252 (ispell-async-processp): New function.
10253
3d30065d
DL
102542000-04-12 Dave Love <fx@gnu.org>
10255
10256 * info.el: Add debug-ignored-errors.
10257 (Info-mode-menu): Add some items.
10258 (Info-directory): Add autoload cookie.
10259
10260 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10261 Modify `truncate-lines'. Make `describe-language-environment'
10262 always visible and add help. Modify `describe-key' help. Invoke
10263 Info-directory from `info'. New entry `emacs-manual'.
10264
1a1b1895
GM
102652000-04-10 Gerd Moellmann <gerd@gnu.org>
10266
8b2affc5
GM
10267 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10268 propertized-buffer-identification.
10269 (ebrowse-update-member-buffer-mode-line): Likewise.
10270 (ebrowse--mode-strings): Removed.
10271 (ebrowse--mode-line-props): Removed.
10272
1a1b1895
GM
10273 * files.el (auto-mode-alist): Add `EBROWSE'.
10274
10275 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10276 space before testing for end of buffer.
10277 (ebrowse-load): Removed.
10278 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10279 (ebrowse-create-tree-buffer): Rewritten.
10280 (ebrowse-tree-mode): Read tree from buffer.
10281
10282 * progmodes/ebrowse-ffh.el: Removed.
10283
223f3c91
KH
102842000-04-10 Kenichi Handa <handa@etl.go.jp>
10285
10286 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10287
25fbf2c4
GM
102882000-04-10 Gerd Moellmann <gerd@gnu.org>
10289
10290 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10291 at the wrong place.
10292
92c13173
DL
102932000-04-09 Dave Love <fx@gnu.org>
10294
10295 * files.el (backup-enable-predicate): Use
10296 temporary-file-directory, small-temporary-file-directory.
10297 (make-backup-file-name-function, backup-directory-alist): New
10298 variables.
10299 (make-backup-file-name-1): New function.
10300 (make-backup-file-name): Use it.
10301 (find-backup-file-name): Likewise. Use format for clarity, not
10302 concat.
10303 (file-newest-backup): Use make-backup-file-name.
10304
be0dbdab
GM
103052000-04-09 Gerd Moellmann <gerd@gnu.org>
10306
c45be9ac 10307 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10308
c45be9ac
GM
10309 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10310 to ebrowse-ffh.el.
10311 (ebrowse-load): Add autoload.
10312
10313 * finder.el (finder-commentary): Add autoload cookie.
10314
be0dbdab
GM
10315 * mail/rfc2368.el: Correct author's email address.
10316
10317 * progmodes/ebrowse.el: New file.
10318
10319 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10320 item help string.
10321 (easy-menu-do-add-item): Ditto.
10322 (easy-menu-define): Extend doc string.
10323
10324 * jit-lock.el (with-buffer-unmodified): Use
10325 restore-buffer-modified-p.
10326 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10327 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10328 with-buffer-unmodified.
10329
3f923efe
DL
103302000-04-08 Dave Love <fx@gnu.org>
10331
10332 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10333 unless, when.
10334
d35bee0e
MK
103352000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10336
10337 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10338 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10339 doesn't support face.
d35bee0e 10340 Use `viper-put-on-search-overlay'.
fa78f71b 10341
c407c570
GM
103422000-04-04 Gerd Moellmann <gerd@gnu.org>
10343
10344 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10345 like C-r.
10346
10347 * progmodes/make-mode.el: Some doc fixes.
10348 (makefile-mode-abbrev-table): New variable.
10349 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10350 (makefile-font-lock-keywords): Fontify includes and conditionals.
10351 (toplevel): Require `dabbrev' and `add-log' when compiling.
10352
10353 * replace.el (perform-replace): Don't move forward one char
10354 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10355 to do that because it leaves point 1 position after the last
10356 replacement, after everything has been replaced.
10357
10358 * jit-lock.el (with-buffer-unmodified): New macro.
10359 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10360 modified state.
10361 (jit-lock-function-1): Extracted from jit-lock-function; not
10362 preserving buffer's modified state.
10363 (jit-lock-function, jit-lock-stealth-fontify): Call
10364 jit-lock-function-1.
10365
10366 * mail/rfc2368.el: Remove supernumerary copyright line.
10367
685e5ed2
GM
103682000-04-04 Milan Zamazal <pdm@freesoft.cz>
10369
10370 * glasses.el: Provide facilities for inserting space before left
10371 parentheses and uncapitalization of identifiers.
10372 (glasses-mode): Try to remove old overlays in all cases.
10373
0166aed1
GM
103742000-04-03 Gerd Moellmann <gerd@gnu.org>
10375
62f20204
GM
10376 * progmodes/compile.el (compile-internal): Display the compilation
10377 buffer in a different frame, if it's already displayed there.
10378
6460c400
GM
10379 * mail/rfc2368.el: New file.
10380
c0510d27
GM
10381 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10382 header and insert its value as mail body.
10383
10384 * subr.el (member-ignore-case): New function.
10385
10386 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10387 (dabbrev--find-expansion): Ignore buffers matching a regexp
10388 from dabbrev-ignored-regexps.
10389
0166aed1
GM
10390 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10391 to extensions handled by gzip.
10392
c0510d27
GM
103932000-04-03 Richard M. Stallman <rms@gnu.org>
10394
10395 * files.el (insert-directory): List the total free space
10396 along with the used space.
fa78f71b 10397
c0510d27
GM
10398 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10399 line is followed by one that matches CITATION-REGEXP, end the
10400 paragraph.
10401
104022000-04-03 Markus Rost <rost@delysid.gnu.org>
10403
10404 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10405 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10406
14c04384
KH
104072000-04-03 Kenichi Handa <handa@etl.go.jp>
10408
10409 * international/mule-cmds.el (encoded-string-description):
10410 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10411 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10412 for hexadecimal format.
14c04384 10413
ccf5869a
DL
104142000-04-01 Dave Love <fx@gnu.org>
10415
10416 * cpp.el: Change customization group to `c' from `C'.
10417
10418 * vcursor.el (vcursor-move): Use display-color-p.
10419
10420 * international/mule-util.el: Provide mule-utils.
10421 (string-to-sequence): Simplify and speed up.
10422
10423 * international/mule.el (make-coding-system): Purecopy doc-string.
10424
10425 * international/mule-cmds.el: Various menu changes.
10426 (describe-specified-language-support): Handle `Default'.
10427 (set-language-info): Purecopy `info'.
10428
610d841e
GM
104292000-03-31 Andrew Innes <andrewi@gnu.org>
10430
10431 * vc.el (vc-backend-diff): Return the correct status if we had to
10432 retry the rcsdiff command without the --brief option.
fa78f71b 10433
7f9de034
DL
104342000-03-31 Dave Love <fx@gnu.org>
10435
2de47765
DL
10436 * help.el (help-manyarg-func-alist): Correct several omissions.
10437
72838819
DL
10438 * add-log.el: Don't require cl, fortran.
10439 (add-log-current-defun-function): Doc fix.
10440 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10441 fix.
10442 (change-log-version-rcs): Function deleted.
10443 (change-log-version-number-search): Doc fix. Use
10444 vc-workfile-version. Avoid CL dolist.
10445 (add-change-log-entry): Just call add-log-current-defun to get
10446 defun. Simplify somewhat.
10447 (change-log-get-method-definition-1): Likewise.
10448 (add-log-current-defun): Return nil if calling
10449 add-log-current-defun-function does so. Move Fortran stuff to
10450 fortran.el. Return string without properties.
10451
7f9de034
DL
10452 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10453 and :alpha: char classes.
10454
10455 * mail/supercite.el: Defvar curline when compiling.
10456 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10457 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10458 rather than a-zA-Z0-9 to allow non-ASCII characters.
10459
aa110c0c
GM
104602000-03-31 Gerd Moellmann <gerd@gnu.org>
10461
10462 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10463
10464 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10465 Re-enable new code.
10466
10467 * lpr.el (print-region-1): Use -d to specify printer name for
10468 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10469
104702000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10471
aa110c0c
GM
10472 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10473 for function definition in symbol's function value slot first
10474 instead of first consulting byte-compile-function-environment.
fa78f71b 10475
6733d074
KH
104762000-03-31 Kenichi Handa <handa@etl.go.jp>
10477
10478 * language/european.el ("Polish"): New language environment.
10479 (setup-polish-environment): New function.
10480
63fcfa04
GM
104812000-03-30 Gerd Moellmann <gerd@gnu.org>
10482
10483 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10484 Disable new code.
10485
10486 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10487 trying to `load' the symbol of an autoload instead of the file
10488 recorded in the autoload. Fix error messages.
10489
7438c86b
GM
104902000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10491
10492 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10493 (ps-print-version): New version number (5.1.3).
10494 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10495 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10496 (ps-generate-postscript-with-faces): Code fix.
10497 (ps-color-values): XEmacs compatibility.
10498 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10499 (ps-default-fg, ps-default-bg): Adjust customization.
10500 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10501 (ps-color-scale): Renaming old ps-color-value fun.
10502 (ps-print-headers): Replace ps-print-header group to avoid conflict
10503 with ps-print-header variable.
10504 (ps-print-miscellany): New group.
10505 (ps-format-color, ps-rgb-color): New funs.
10506 (ps-default-foreground): New var.
10507 (ps-printer-name-option): New const.
fa78f71b 10508
326855a0
PB
105092000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10510
1f56ba73
PB
10511 * net/net-utils.el:
10512 (network-connection-host, network-connection-service): New variables
10513 (network-connection-mode): New mode, derived from comint-mode
10514 (network-connection-mode-setup): New function, saves host and
fa78f71b 10515 service information in local variables.
1f56ba73 10516
326855a0
PB
10517 * lisp/locate.el:
10518 (locate-word-at-point): Added this function
10519 (locate): Default to using locate-word-at-point as input
10520 Run dired-mode-hook
10521
141384bd
DL
105222000-03-29 Dave Love <fx@gnu.org>
10523
10524 * calendar/appt.el: Doc fixes.
10525 (appt-check): Convert min-to-app to a string before passing to
10526 appt-disp-window-function or concat.
10527 (appt-delete-window): Remove test for frame-root-window.
10528 (appt-select-lowest-window, appt-convert-time): Simplify.
10529
10530 * emacs-lisp/bytecomp.el: Doc fixes.
10531 (byte-compile-file-form-autoload): Update
10532 byte-compile-function-environment.
10533
c5aa0fc2
AS
105342000-03-29 Andreas Schwab <schwab@suse.de>
10535
10536 * emacs-lisp/autoload.el: Also print defsubst doc string
10537 specially.
10538
10539 * dired.el (dired-insert-directory): If dired-free-space-program
10540 failed just delete its output.
10541
f1d6fe69
DL
105422000-03-29 Dave Love <fx@gnu.org>
10543
10544 * international/iso-cvt.el: Move provide to end. Doc fixes.
10545 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10546 (iso-iso2sgml, iso-sgml2iso): New functions.
10547 (iso-cvt-define-menu): Fix some entries and use backquote for
10548 clarity.
10549
10550 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10551
b61f1215
GM
105522000-03-28 Gerd Moellmann <gerd@gnu.org>
10553
10554 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10555 ISO-DATE. If non-nil, return date in ISO 8601 format.
10556
ea4b0ca3
SM
105572000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10558
3831af62
SM
10559 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10560 if it ever becomes used.
10561 (log-edit-mode-hook): Default to vc-log-mode-hook.
10562 (log-edit-mode): Fix the docstring.
10563
ea4b0ca3
SM
10564 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10565 the code.
10566
08f8b1cc
DL
105672000-03-26 Dave Love <fx@gnu.org>
10568
082527fe
DL
10569 * net/browse-url.el (browse-url): Re-fix case of
10570 browse-url-browser-function being an alist.
10571 (browse-url): Add :link to defgroup.
10572
08f8b1cc
DL
10573 * files.el: Doc fixes.
10574 (file-truename): Include `[' in wildcard characters.
10575 (automount-dir-prefix): Customize.
10576 (find-file-wildcards): Add :version.
10577 (find-file-noselect): Simplify a mapcar call.
10578
10579 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10580 compatible with inf-lisp version.
10581 (eval-defun-1): Fix custom-declare-variable case.
10582
ea4b0ca3
SM
105832000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10584
10585 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10586
9a0dd3dc
GM
105872000-03-24 Gerd Moellmann <gerd@gnu.org>
10588
b68c375f
GM
10589 * Makefile (COMPILE_FIRST): New macro.
10590 (compile-files): Compile files from COMPILE_FIRST first.
10591
10592 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10593 code.
10594
9a0dd3dc
GM
10595 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10596 matching open parenthesis in column 0 to defun-prompt-regexp
10597 only if open-paren-in-column-0-is-defun-start is set.
10598
10599 * sun-curs.el: Require CL at compile-time only.
10600
10601 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10602 instead of copy-list which is a function from CL.
10603 (msb--choose-menu, msb--mode-menu-cond)
10604 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10605 (msb--init-file-alist): Use mapcar instead of mapcan.
10606 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10607 `(' in column 0 in doc string.
10608 (msb--add-separators): Use mapcar instead of mapcan.
10609
10610 * cus-dep.el: Require CL at compile-time only.
10611
c7dcadb5
SM
106122000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10613
10614 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10615 (byte-compile-warnings): New warning `noruntime'.
10616 (byte-compile-constants, byte-compile-variables): Fix docstring.
10617 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10618 execute `eval-whenc-compile's body.
10619 (byte-compile-unresolved-functions): Fix docstring.
10620 (byte-compile-eval): New function.
10621 (byte-compile-callargs-warn): Check if the function will be available
10622 at runtime (via property `byte-compile-noruntime').
10623 (byte-compile-print-syms): New function.
10624 (byte-compile-warn-about-unresolved-functions): Also warn about
10625 `noruntime' functions (and use `byte-compile-print-syms').
10626 (byte-compile-file): Capitalize the message.
10627
3b55acc9
GM
106282000-03-24 Gerd Moellmann <gerd@gnu.org>
10629
10630 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10631 (rmail-expunge): Ask for confirmation depending on the setting
10632 of rmail-confirm-expunge.
10633
106342000-03-23 Gerd Moellmann <gerd@gnu.org>
10635
10636 * Makefile (bootstrap-clean): If $(emacs) exists, build
10637 loaddefs.el first. A loaddefs.el that's not up-to-date might
10638 cause a bootstrap failure because things don't autoload as
10639 expected.
10640
02c76af4
DL
106412000-03-23 Dave Love <fx@gnu.org>
10642
10643 * net/browse-url.el: Restore previous use of
10644 browse-url-maybe-new-window.
10645
1a3199d9
GM
106462000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10647
10648 * ps-print.el: Skip banner page fix.
10649 (ps-print-version): New version number (5.1.2).
10650 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10651
1a3199d9
GM
106522000-03-23 Dave Pearson <davep@davep.org>
10653
10654 * net/quickurl.el Changed the type of parameter passed to the
10655 function defined by `quickurl-format-function'. Before only the
10656 text of the URL was passed. Now the whole URL structure is passed
10657 and the function is responsible for extracting the parts it
10658 requires. Changed the default of `quickurl-format-function'
10659 accordingly.
10660 (quickurl-insert): Changed the `funcall' of
10661 `quickurl-format-function' to match the above change.
10662 (quickurl-list-insert): Changed the `url' case so that it makes
10663 use of `quickurl-format-function', previous to this the format was
10664 hard wired.
fa78f71b 10665
72db3ab5
GM
106662000-03-22 Gerd Moellmann <gerd@gnu.org>
10667
10668 * startup.el: Change some spellings for the X Window System.
10669
68049bfa
SM
106702000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10671
10672 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10673 up the code and the regexp and make sure the cursor is temporarily
10674 moved to the suspicious line while querying the user.
10675
ff4df011
JR
106762000-03-22 Jason Rumney <jasonr@gnu.org>
10677
10678 * w32-fns.el (w32-charset-info-alist): Initialize.
10679
ee1c5b21
GM
106802000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10681
10682 * ps-print.el: N-up last page fix.
10683 (ps-print-version): New version number (5.1.1).
10684 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10685
d2cbfba0
SM
106862000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10687
bfb857d8
SM
10688 * files.el (find-file-run-dired): Update docstring.
10689 (find-directory-functions): New hook.
10690 (find-file-noselect): Run find-directory-functions rather than
10691 calling dired directly.
10692
10693 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10694
cb3430a1
SM
10695 * pcvs.el: Add a minimal leading commentary.
10696 (cvs-make-cvs-buffer): Change the header part by removing the startup
10697 message and adding a `Module' entry. Also replace the FOOTER and
10698 HEADER special fileinfos with the new support in ewoc for updating
10699 its own footer and header.
10700 (cvs-update-header): Update to use the header/footer of the ewoc.
10701 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10702 (cvs-is-within-p): New function.
10703 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10704 to only examine some subset of the buffers.
10705
10706 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10707 `format' instead of our own ad-hoc functions.
10708 Remove HEADER and FOOTER cases, now handled in the EWOC.
10709 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10710
10711 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10712 output to avoid scaring the user.
10713 (cvs-parse-table): Catch message for non-up-to-date commits.
10714
10715 * pcvs-defs.el (cvs-startup-message): Remove.
10716 (cvs-global-menu): New autoloaded menu.
10717
10718 * pcvs-util.el (cvs-string-fill): Remove.
10719
10720 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10721 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10722 PP part of it and also make it work for footers and headers.
10723 (ewoc-create): Drop POS and BUFFER arguments.
10724 Use the DLL's dummy node to store the end-of-footer position.
10725 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10726 (ewoc-refresh): Remove unused `header' variable.
10727 (ewoc-(get|set)-hf): New functions.
10728
d2cbfba0
SM
10729 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10730 log-view-*-(message|file) and use easy-mmode-define-navigation.
10731 (log-view-message-re): Match SCCS format as well.
10732 And match the revision line rather than the dashed separator line.
10733 (log-view-mode): Use the new define-derived-mode.
10734 (log-view-current-tag): Fill in with an actual implementation.
10735
10736 * cvs-status.el (cvs-status-(prev|next)): Rename from
10737 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10738 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10739 to let the output "breathe" a little more (more readable).
10740 (cvs-status-mode): Use the new define-derived-mode.
10741
10742 * smerge-mode.el (smerge-auto-leave): New function and variable.
10743 (smerge-basic-map): Rename from smerge-basic-keymap.
10744 Change the bindings for smerge-diff-*.
10745 (smerge-*-map): Use easy-mmode-defmap.
10746 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10747 (smerge-keep-*): Use smerge-auto-leave.
10748
51663132
JR
107492000-03-21 Jason Rumney <jasonr@gnu.org>
10750
10751 * cus-edit.el (custom-button-face): Use 3D look for w32.
10752 (custom-button-pressed-face): Likewise.
10753
3f6e4b8b
GM
107542000-03-21 Gerd Moellmann <gerd@gnu.org>
10755
10756 * progmodes/etags.el (tags-case-fold-search): New user-option.
10757 (tags-loop-eval): New function. Bind case-fold-search around eval
10758 depending on the value of tags-case-fold-search.
10759 (tags-loop-continue): Use tags-loop-eval.
10760 (find-tag-in-order): Bind case-fold-search depending on the value
10761 of tags-case-fold-search.
10762
c7ea3acc
SM
107632000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10764
0ae39f53
SM
10765 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10766 (diff-end-of-hunk): Return the end position for use in
10767 `easy-mmode-define-navigation'.
10768 (diff-recenter): Remove.
10769 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10770 of `easy-mmode-define-navigation'.
10771 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10772 previous renaming) and fix to use new names.
10773 (diff-merge-strings): Use \n as separator: simpler, faster.
10774 (diff-mode): Use `define-derived-mode'.
10775
c7ea3acc
SM
10776 * derived.el (define-derived-mode): Don't autoload anymore.
10777 Prefer the macro-only version provided by easy-mmode.el.
10778
10779 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10780 `easy-mmode-define-derived-mode'.
10781 Use `combine-run-hooks'.
10782 (easy-mmode-define-navigation): New macro.
10783
10784 * subr.el (combine-run-hooks): New function.
10785
6c4bfdc0
KH
107862000-03-21 Kenichi HANDA <handa@etl.go.jp>
10787
10788 * term/x-win.el: Fontsets related initialization is simplified.
10789
10790 * international/mule-diag.el (describe-font): Don't refer to
10791 global-fontset-alist, instead call font-list.
10792 (describe-fontset, list-fontsets, mule-diag): Likewise.
10793 (print-fontset): Adjusted for the change of fontset
10794 implementation.
10795
10796 * international/fontset.el (x-charset-registries): Variable
10797 removed, instead the corresponding data is stored in the default
10798 fontset.
10799 (register-alternate-fontnames): Function removed.
10800 (resolved-ascii-font): Variable removed.
10801 (x-compose-font-name): Ignore the second argument REDOCE.
10802 (x-complement-fontset-spec): Complement only an ASCII font and
10803 element for those charsets than can use that ASCII font.
10804 (generate-fontset-menu): Don't refer to global-fontset-alist,
10805 instead call fontset-list.
10806 (uninstantiated-fontset-alist): Variable removed.
10807 (x-style-funcs-alist): Likewise.
10808 (fontset-default-styles): Likewise.
10809 (x-modify-font-name): Function removed.
10810 (create-fontset-from-fontset-spec): Ignore the argument
10811 STYLE-VARIANT.
10812 (create-fontset-from-ascii-font): Docsting adjusted for the above
10813 change.
10814 (instantiate-fontset, resolve-fontset-name): Functions removed.
10815 (fontset-list): Now implemented by C code.
fa78f71b 10816
6c4bfdc0
KH
10817 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10818 (describe-face): Include `font' attribute in the description.
10819
9111d4b5
KH
108202000-03-21 Kenichi Handa <handa@etl.go.jp>
10821
10822 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10823
b33dd3b0
GM
108242000-03-20 Gerd Moellmann <gerd@gnu.org>
10825
a25bbe00
GM
10826 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10827 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10828 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10829
b33dd3b0
GM
10830 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10831 about behavior of set-buffer-modified-p wrt redisplay.
10832
8b7bc628 108332000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10834
10835 * view.el (view-mode-disable): Kill local binding of view-read-only.
10836
d7b511c4
GM
108372000-03-18 Gerd Moellmann <gerd@gnu.org>
10838
10839 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10840 is a string, convert it to a syntax cell using string-to-syntax.
10841
10842 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10843 (string-to-syntax): New function.
10844
10845 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10846 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10847 try to use passive ftp mode.
d7b511c4 10848
998ecc60
GM
108492000-03-17 Gerd Moellmann <gerd@gnu.org>
10850
b33dd3b0 10851 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10852
10853 * simple.el (append-to-buffer): Update point of windows after
10854 insertion.
10855
10856 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10857 forward then moving backward. Reindent.
10858
10859 * frame.el (other-frame): Call x-focus-frame only if
10860 focus-follows-mouse is off.
10861
235d6821
DL
108622000-03-17 Dave Love <fx@gnu.org>
10863
10864 * pcvs-util.el (cvs-strings->string): Rename
10865 replace-regexps-in-string.
10866
a29a2cd1
SM
108672000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10868
af595444
SM
10869 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10870 regexp for labels cannot span several lines.
10871
10872 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10873 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10874
a9be2843
DL
108752000-03-16 Dave Love <fx@gnu.org>
10876
10877 * progmodes/f90.el (f90): Put custom group under `languages', not
10878 `fortran'.
10879 (f90-mode-hook): Customize.
10880 (f90-mode): Set add-log-current-defun-function.
10881 (f90-current-defun): New function.
10882
d0ab3e9d
GM
108832000-03-16 Gerd Moellmann <gerd@gnu.org>
10884
16b20ed9
GM
10885 * cus-edit.el (custom-variable-tag-face): Handle case that
10886 default face's height is not a number.
10887 (custom-face-tag-face, custom-group-tag-face-1)
10888 (custom-group-tag-face): Ditto.
10889 (custom-group-tag-face-1): Add :group.
fa78f71b 10890
d0ab3e9d
GM
10891 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10892
ae8ab422
GM
108932000-03-15 Gerd Moellmann <gerd@gnu.org>
10894
10895 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10896 requiring easymenu.
10897
81c7ca69
GM
108982000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10899
10900 * ps-print.el: PostScript user-defined prologue, PostScript error
10901 handler, doc fix.
10902 (ps-print-version): New version number (5.1).
10903 (ps-user-defined-prologue, ps-error-handler-message)
10904 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10905 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10906 (ps-insert-string): New function.
fa78f71b 10907
dcf1003d
KH
109082000-03-15 Kenichi Handa <handa@etl.go.jp>
10909
10910 * international/ccl.el (ccl-compile-expression): Don't generate
10911 invalid self-assignment code.
10912
73825616
DL
109132000-03-14 Dave Love <fx@gnu.org>
10914
10915 * subr.el (replace-regexp-in-string): Renamed from
10916 replace-regexps-in-string. Doc fix.
10917
031020ac
DL
109182000-03-12 Dave Love <fx@gnu.org>
10919
10920 * cus-edit.el: Doc fixes.
10921 (customize-set-variable, customize-save-variable): Rename args for
10922 doc.
10923 (custom-variable-tag-face, custom-face-tag-face)
10924 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10925 style which user identify as hyperlink.
10926 (hook): Don't add undefined functions to the hook.
10927 (debug-ignored-errors): Transfer message from bindings.el.
10928
9b2f3c38
GM
109292000-03-12 Gerd Moellmann <gerd@gnu.org>
10930
10931 * recentf.el (recentf-keep-non-readable-files-p): Remove
10932 double/nested definition.
10933
0d6e23cf
DL
109342000-03-12 Dave Love <fx@gnu.org>
10935
10936 * facemenu.el (facemenu-get-face): Use display-color-p.
10937 * enriched.el (enriched-decode-foreground): Likewise.
10938 (enriched-decode-background): Likewise.
10939 * isearch.el (isearch-highlight): Likewise.
10940 * info-look.el (info-lookup): Likewise.
10941 * simple.el (completion-setup-function): Likewise.
10942
10943 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10944 :options.
10945
10946 * bindings.el (mode-line-format): Fix line-number and
10947 column-number items. Add help-echo for the background.
10948 (mode-line-mule-info): Modify help-echo.
10949
1598a961 10950 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
10951
10952 * files.el (load-file): Allow completion to .elc.
10953
10954 * man.el: Doc fixes.
10955 (Man-init-defvars): Use display-color-p to set fontification.
10956
10957 * play/hanoi.el (hanoi-internal): Don't use oddp.
10958
e1cff360
GM
109592000-03-12 Gerd Moellmann <gerd@gnu.org>
10960
10961 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10962
10963 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10964
5e5dff44
GM
109652000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10966
10967 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10968 Fix comment.
10969
5b467bf4
SM
109702000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10971
83fef604
SM
10972 * font-lock.el (font-lock-keywords): Fix the doc now that
10973 regexp-opt-depth is unnecessary.
10974 (save-buffer-state): Set an edebug spec.
10975 (font-lock-fontify-anchored-keywords): Properly handle the case when
10976 the matcher goes past the limit.
10977
5b467bf4
SM
10978 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10979 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10980
83fef604
SM
10981 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10982 dll.el and cookie.el (from Elib) with heavy renaming and other
10983 massaging.
5b467bf4
SM
10984
10985 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10986 Autoload the functions used.
10987 (easy-mmode-define-syntax): Fix CL typo.
10988 (easy-mmode-define-derived-mode): Improve the docstring generation.
10989
d407456c
GM
109902000-03-10 Gerd Moellmann <gerd@gnu.org>
10991
10992 * textmodes/texinfo.el (texinfo-version): Variable and function
10993 removed.
10994
5a7a545c
SM
109952000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10996
0d6e23cf
DL
10997 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10998 allow more flexibility.
10999 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11000 fns.
11001 (easy-mmode-defmap, easy-mmode-defsyntax)
11002 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11003
d407456c 110042000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11005
11006 * rect.el (replace-rectangle): New function.
11007
110082000-03-09 Dave Love <fx@gnu.org>
11009
11010 * progmodes/fortran.el (fortran-comment-line-start): Define as
11011 "C".
11012 (fortran-comment-line-start-skip): Don't match cpp stuff.
11013 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11014 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11015 (fortran-mode): Don't set fortran-comment-line-start-skip,
11016 fortran-comment-line-start here. Set comment-start,
11017 add-log-current-defun.
11018 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11019 (fortran-current-defun): New function.
11020
80460654
GM
110212000-03-09 Gerd Moellmann <gerd@gnu.org>
11022
d1221ea9
GM
11023 * emacs-lisp/re-builder.el: New file.
11024
1853aa6b
GM
11025 * mouse.el (mouse-drag-region): Don't run up-event handler
11026 if hscroll has changed.
11027
80460654
GM
11028 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11029 builtin operators, use `font-lock-builtin-face' for Emacs and
11030 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11031
11032 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11033 `(defun (setf foo)' differently.
11034
c0056275
SM
110352000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11036
11037 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11038 (regexp-opt): Update comment and adapt the code the new meaning of
11039 the `paren' argument of regex-opt-group for shy-groups.
11040 (regexp-opt-depth): Handle shy groups as well as backslashed
11041 backslashes.
c0056275
SM
11042 (regexp-opt-group): Turn the leading comment into a docstring.
11043 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11044 Remove open-presuf and close-presuf. Instead of checking for `all
11045 one-char' and then later on check for `several one-char', handle
11046 both cases close together. Also apply a more generic algorithm
11047 for suffixes (the mirror image of the algorithm used for
11048 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11049 (regexp-opt-try-suffix): Removed.
11050
11051 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11052 from comint-mode-map, so we can just inherit from it. Also, move
11053 the initialization into the `defvar' since there's no docstring
11054 anyway and it's fairly short.
11055 (inferior-scheme-mode): Define it as derived-mode: the code is
11056 shorter and this way we inherit from comint-mode-map rather than
11057 copying it.
c0056275 11058
80460654
GM
11059 * subr.el (replace-regexps-in-string): Properly handle the case
11060 where we match an empty string.
c0056275 11061
80460654
GM
11062 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11063 when the command has a directory component (such as "./testml").
c0056275
SM
11064 Also fix a typo in the comment.
11065
5e91ff9e
GM
110662000-03-08 Gerd Moellmann <gerd@gnu.org>
11067
feab4fba
GM
11068 * Makefile (compile-files): Compile files one by one because
11069 that's the only way to ensure a clean compilation environment for
11070 each individual file.
11071
5e91ff9e
GM
11072 * frame.el (other-frame): Call x-focus-frame.
11073
76162e12
DL
110742000-03-07 Dave Love <fx@gnu.org>
11075
f64ce788
DL
11076 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11077 :require to defcustom.
11078
76162e12
DL
11079 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11080 lists.
11081
11082 * files.el (auto-mode-alist): Add configure.in.
11083
11084 * progmodes/autoconf.el: New file.
11085
f7daf1e1
GM
110862000-03-07 Gerd Moellmann <gerd@gnu.org>
11087
11088 * mail/mh-e.el: Change maintainer to `none'.
11089
11090 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11091 to remove-hook and add-hook.
11092
110932000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11094
11095 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11096 it as the default.
11097 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11098 (sendmail-send-it): Conditionally add MIME headers specifying the
11099 used character set.
fa78f71b 11100
63f6b2c4
DL
111012000-03-07 Dave Love <fx@gnu.org>
11102
11103 * winner.el: Fix keywords, autoload cookies. Split
11104 eval-when-compile form to avoid compilation failure.
11105
8330e2f9
KH
111062000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11107
11108 * international/mule.el: Modify comment about coding system
11109 property `coding-category'.
11110 (make-coding-system): New argument EOL-TYPE. Pay attention to
11111 coding-category property of PROPERTIES.
11112
11113 * international/mule-conf.el (coding-category-utf-8,
11114 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11115 categories. Include them in the argument for set-coding-priority.
11116
11117 * international/mule-cmds.el (reset-language-environment): Include
11118 coding-category-utf-8, coding-category-utf-16-be, and
11119 coding-category-utf-16-le in the argument for set-coding-priority.
11120 (reset-language-environment): Initialize coding-category-utf-8,
11121 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11122
18bb0684
GM
111232000-03-06 Karl Fogel <kfogel@red-bean.com>
11124
11125 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11126 code abstracted out of `bookmark-jump-noselect'. Now tries info
11127 extensions as well as compression extensions.
11128 (bookmark-jump-noselect): Use above new func.
fa78f71b 11129
71a6ba55
GM
111302000-03-03 Gerd Moellmann <gerd@gnu.org>
11131
11132 * strokes.el: Change maintainer's mail address.
11133
0d56cdff
KH
111342000-03-03 Kenichi Handa <handa@etl.go.jp>
11135
11136 * international/mule-diag.el (list-character-sets): Make help-echo
11137 string by substitute-command-keys.
11138 (list-character-sets): Likewise.
11139 (sort-listed-character-sets): Call help-setup-xref.
11140
900fa1f1
GM
111412000-03-02 Gerd Moellmann <gerd@gnu.org>
11142
11143 * time.el (display-time-mail-file): Add `none' to the list of
11144 choices.
11145
54d04320
DL
111462000-03-01 Dave Love <fx@gnu.org>
11147
43f3fa09
DL
11148 * help.el (help-xref-go-back): Don't try to set position.
11149
54d04320
DL
11150 * international/mule-diag.el (list-character-sets): Call
11151 help-setup-xref. Add help-echo to xrefs.
11152 (list-character-sets-1): Add help-echo to xrefs.
11153
d054101f
GM
111542000-03-02 Gerd Moellmann <gerd@gnu.org>
11155
11156 * frame.el (blink-cursor-mode): Switch cursor on when turning
11157 the mode off.
11158
11159 * add-log.el (add-log-current-defun): Add support for
11160 Autoconf mode.
11161
11162 * mail/rmail.el (rmail-quit-hook): New variable.
11163
d77dae5c
DL
111642000-03-01 Dave Love <fx@gnu.org>
11165
e5f597f0
DL
11166 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11167
d77dae5c
DL
11168 * help.el (help-xref-button): Add help-echo arg.
11169 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11170
11171 * faces.el (list-faces-display): Supply help-echo with
11172 help-make-xrefs.
11173
11174 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11175 nil.
11176
72d19d75
GM
111772000-03-01 Gerd Moellmann <gerd@gnu.org>
11178
2df636f4
GM
11179 * image.el (defimage): Look for image files in load-path.
11180
fa78f71b 11181 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11182 `number'.
11183
2df636f4
GM
111842000-03-01 David Ponce <david.ponce@wanadoo.fr>
11185
11186 * recentf.el (recentf): Added version tag to the defgroup of
11187 recentf.
11188
111892000-03-01 David Ponce <david.ponce@wanadoo.fr>
11190
11191 * recentf.el (recentf-cleanup): Changed to remove excluded file
11192 too.
11193 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11194 action to select/unselect a file.
11195 (recentf-edit-list): Code cleanup and improvement.
11196 (recentf-open-more-files-action): `recentf-open-more-files' button
11197 widget action to open a file.
11198 (recentf-open-more-files): No more use standard completion but
11199 widgets.
11200 (recentf-more-collection): Deleted.
11201 (recentf-more-history): Deleted.
11202 (recentf-setup-more-completion): Deleted.
11203
112042000-03-01 David Ponce <david.ponce@wanadoo.fr>
11205
11206 * recentf.el (recentf-mode): No more needs that Emacs is running
11207 under a window-system.
11208
112091999-03-01 David Ponce <david.ponce@wanadoo.fr>
11210
11211 * recentf.el (recentf-edit-list): New command to edit the recent
11212 list which allow the user to remove files.
11213 (recentf-edit-selected-items): New global variable, used by
11214 `recentf-edit-list' to hold the list of files to be removed from
11215 the recent list.
11216 (recentf-make-menu-items): Updated to display a "Edit list..."
11217 menu item. Minor code cleanup.
11218
112191999-03-01 David Ponce <david.ponce@wanadoo.fr>
11220
11221 * recentf.el (recentf-open-more-files): New command to open files
11222 that are not displayed in the menu.
11223 (recentf-more-collection): New global variable holding the set of
11224 permissible completions used by `recentf-open-more-files'.
11225 (recentf-more-history): New global variable holding the history list
11226 used by `recentf-open-more-files' completion.
11227 (recentf-setup-more-completion): New function to setup completion for
11228 `recentf-open-more-files'.
11229 (recentf-make-menu-items): Updated to display a "More..." menu item.
11230
112311999-03-01 David Ponce <david.ponce@wanadoo.fr>
11232
11233 * recentf.el (recentf-menu-action): Doc fixed.
11234
112351999-03-01 David Ponce <david.ponce@wanadoo.fr>
11236
11237 * recentf.el (recentf-menu-filter): Doc updated.
11238 (recentf-update-menu-hook): Allow menu filters to force menu update.
11239 (recentf-make-menu-items): New menu filter handling.
11240 (recentf-make-menu-item): New helper function.
11241 (recentf-menu-elements): New menu handling function.
11242 (recentf-sort-ascending): Updated to new menu filter handling.
11243 (recentf-sort-descending): Updated to new menu filter handling.
11244 (recentf-sort-basenames-ascending): New menu filter function.
11245 (recentf-sort-basenames-descending): New menu filter function.
11246 (recentf-show-basenames): New menu filter function.
11247 (recentf-show-basenames-ascending): New menu filter function.
11248 (recentf-show-basenames-descending): New menu filter function.
11249
72d19d75
GM
112502000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11251
11252 * diary-lib.el (list-diary-entries): Don't try to go forward at
11253 the end of the buffer.
11254
1ac1c836
KH
112552000-02-29 Kenichi Handa <handa@etl.go.jp>
11256
11257 * international/mule-diag.el (list-character-sets): Completely
11258 rewritten.
11259 (sort-listed-character-sets): New function.
11260 (list-character-sets-1): Completely rewritten.
11261 (list-character-sets-2): New function.
11262 (non-iso-charset-alist): New variable.
11263 (decode-codepage-char): New function.
11264 (charset-history): New variable.
11265 (read-charset) (list-block-of-chars)
11266 (list-iso-charset-chars)
11267 (list-non-iso-charset-chars)
11268 (list-charset-chars): New functions.
11269 (mule-diag): Call list-character-sets-2, not
11270 list-character-sets-2.
11271 (dump-charsets): Likewise.
11272
ed4d0512
GM
112732000-02-29 Gerd Moellmann <gerd@gnu.org>
11274
72d19d75
GM
11275 * dired-x.el (dired-filename-at-point): Add `@' to valid
11276 file name characters.
11277 (dired-filename-at-point): Handle ange-ftp file names.
11278
ed4d0512
GM
11279 * frame.el (frame-notice-user-settings): Use assq-delete-all
11280 instead of assoc-delete-all.
11281 (frame-notice-user-settings): Ditto.
11282
11283 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11284 Don't copy alist.
11285
32038c7a
GM
112862000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11287
11288 * calculator.el (calculator-use-menu): New option.
11289 (calculator-initial-bindings): Changed some bindings to work as
11290 macros.
11291 (calculator-forced-input): Removed.
11292 (calculator-restart-other-mode): New variable.
11293 (calculator-mode-map): Set up menu.
fa78f71b 11294
32038c7a
GM
112952000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11296
11297 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11298 tags.
fa78f71b 11299
55d7ff38 113002000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11301
55d7ff38
MK
11302 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11303 translate all ESC key sequences.
11304 (viper-goto-mark-subr): restore markers for files for which
11305 they were saved.
11306 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11307 * viper-util.el (viper-set-replace-overlay-glyphs,
11308 viper-set-replace-overlay): always check if the replacement
11309 overlay is live.
11310 * viper.el (viper-vi-state-mode-list): added major modes.
11311 * ediff-wind.el: minor comment changes.
11312 * ediff.el: copyright notice date fix.
fa78f71b 11313
387023ee
JR
113142000-02-27 Jason Rumney <jasonr@gnu.org>
11315
11316 * faces.el (face-font-family-alternatives): Add arial to helv.
11317 (mode-line, header-line, tool-bar): Same default as x for w32.
11318 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11319 face-font-family-alternatives from working.
11320 * term/w32-win.el (mouse-set-font): Do not build fontset from
11321 chosen font.
11322
f43d79c1
GM
113232000-02-25 Sam Steingold <sds@goems.com>
11324
5d80cc9c 11325 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11326 properly.
fa78f71b 11327
8b7bc628 113282000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11329
11330 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11331
4eb8436f
GM
113322000-02-25 Gerd Moellmann <gerd@gnu.org>
11333
11334 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11335 writable.
11336
449c3c52 11337 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11338
42088c12
GM
113392000-02-24 Gerd Moellmann <gerd@gnu.org>
11340
11341 * frame.el (show-cursor-in-non-selected-windows): New option.
11342
c60ea02e
GM
113432000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11344
11345 * diary-lib.el (include-other-diary-files): Undo the selective
11346 display in any included file and don't kill it.
11347
d066de8e
EZ
113482000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11349
11350 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11351 bar. Menu items converted to (menu-item format, help strings
11352 added.
11353 [downcase, upcase]: Don't enable on MS-DOS.
11354 [symlink, symlinks]: Don't show if make-symbolic-link is not
11355 bound.
11356 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11357
b6906b38
DL
113582000-02-23 Dave Love <fx@gnu.org>
11359
275cf1b2
DL
11360 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11361 (backward-kill-word): Revert addition of * to interactive spec --
11362 it's a feature.
11363
11364 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11365 (backward-kill-sentence, kill-sentence): Likewise.
11366
99d48056
DL
11367 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11368 scratch buffer name.
11369 (gud-format-command): Use int-to-string in ?l case. Simplify
11370 slightly.
11371
11372 * term/w32-win.el (internal-face-interactive): Update prompt for
11373 new read-face-name.
11374
11375 * mail/footnote.el (footnote): Add :version to defgroup.
11376 (footnote-section-tag-regexp): Customize.
11377 (footnote-start-tag, footnote-end-tag): New option.
11378 (footnote-latin-regexp): New variable.
11379 (Footnote-latin): New function.
11380 (footnote-style-alist): Add element for latin style.
11381 (footnote-style): Moved.
11382 (Footnote-goto-footnote): Use eq to test arg.
11383
11384 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11385
b6906b38
DL
11386 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11387 (byte-compile-trueconstp): Include keywords.
11388 (byte-optimize-quote, byte-optimize-lapcode): Use
11389 byte-compile-const-symbol-p.
11390 (byte-optimize-char-before): New optimization.
11391
11392 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11393 (byte-compile-const-symbol-p): New function.
11394 (byte-compile-constp, byte-compile-out-toplevel)
11395 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11396 Use it.
11397
11398 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11399
214f877f
KH
114002000-02-23 Kenichi Handa <handa@etl.go.jp>
11401
c709bcf1
KH
11402 * international/encoded-kb.el: Be sure to update minor-mode-alist
11403 and minor-mode-map-alist.
11404 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11405 codes SS2 and SS3 correctly.
11406 (encoded-kbd-self-insert-ccl): New function.
11407 (encoded-kbd-setup-keymap): New function.
11408 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11409 by calling encoded-kbd-setup-keymap.
11410
214f877f
KH
11411 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11412 characters.
11413 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11414 locally.
11415
b021ef18
DL
114162000-02-22 Dave Love <fx@gnu.org>
11417
11418 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11419 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11420 defvar.
11421 (lisp-mode-syntax-table): Set up for #|...|# comments.
11422 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11423 classes. Match `defface'.
11424 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11425 (eval-defun-1): Fix for defcustom.
11426 (lisp-indent-region): Doc fix.
11427
11428 * subr.el (when, unless, split-string): Doc fix.
11429 (read-passwd): Move call of clear-this-command-keys to the right
11430 place.
11431 (replace-regexps-in-string): New function.
11432
14cc00ad
GM
114332000-02-22 Gerd Moellmann <gerd@gnu.org>
11434
11435 * help.el (describe-variable): Set syntax table to
11436 emacs-lisp-mode-syntax-table when moving forward over the
11437 symbol's name.
11438
47da5efa
DL
114392000-02-22 Dave Love <fx@gnu.org>
11440
11441 * xt-mouse.el: Doc fixes.
11442 (xterm-mouse-position-function): New function, replacing advice of
11443 mouse-position.
11444 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11445
11446 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11447
f0a6c717
GM
114482000-02-21 Gerd Moellmann <gerd@gnu.org>
11449
11450 * format.el (format-annotate-single-property-change): Handle
11451 properties.with dotted-list values.
11452 (format-proper-list-p): New function.
11453
11454 * enriched.el (enriched-face-ans): Handle '(foreground-color
11455 . COLOR) and (background-color . COLOR).
11456
2be80b63
DL
114572000-02-20 Dave Love <fx@gnu.org>
11458
11459 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11460 and assignments to it.
11461 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11462 current local map.
11463 (make-flyspell-overlay): Use it.
11464 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11465
11466 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11467 (lm-get-header-re): Defun, not defsubst.
11468 (lm-get-package-name): Defun, not defsubst. Simplify.
11469 (lm-version): Doc fix. Simplify.
11470 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11471 (lm-crack-address, lm-last-modified-date, lm-commentary)
11472 (lm-verify, lm-synopsis): Simplify.
11473 (lm-report-bug): Require emacsbug. Use compose-mail.
11474
329eed9f
GM
114752000-02-20 Gerd Moellmann <gerd@gnu.org>
11476
11477 * dired.el (dired-mode): Call propertized-buffer-identification
11478 to set mode-line-buffer-identification to something having
11479 the right text properties.
11480
11481 * bindings.el (propertized-buffer-identification): New function.
11482
be5bb146
DL
114832000-02-20 Dave Love <fx@gnu.org>
11484
11485 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11486 check for t-mouse too.
11487
11488 * cus-start.el: Make echo-keystrokes `number'.
11489
1d4311c3
EZ
114902000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11491
11492 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11493 Don't call ring-empty-p unless tags-location-ring is bound.
11494 From Noah Friedman <friedman@splode.com>.
11495
a23c5037
TTN
114962000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11497
11498 * progmodes/hideshow.el (hs-flag-region): No longer use
11499 `intangible' overlay property.
11500
11501 (hs-toggle-hiding): New command.
11502 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11503
11504 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11505 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11506 and deactivation.
11507
b6a22bf8
GM
115082000-02-18 Gerd Moellmann <gerd@gnu.org>
11509
11510 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11511
d621caf7
GM
115122000-02-17 Gerd Moellmann <gerd@gnu.org>
11513
3c0ed7ce
GM
11514 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11515
d621caf7
GM
11516 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11517 of `*' to handle `(* ... *)' comments.
11518
538d88fb
EZ
115192000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11520
53c80cf6 11521 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11522 window-system.
53c80cf6 11523
538d88fb
EZ
11524 * menu-bar.el (global-map): Menu-bar items converted to the new
11525 format (menu-item..., rearranged for better CUA compliance, and
11526 their names changed for better clarity. Help strings added.
11527
11528 * international/mule-cmds.el (mule-menu-keymap)
11529 (describe-language-environment-map, set-coding-system-map)
11530 (setup-language-environment-map): Convert to new (menu-item...
11531 form, add help strings. Change names of menu items for better
11532 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11533 submenu).
11534
8389e1e2 115352000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11536
a23c5037 11537 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11538 within the code.
a23c5037 11539
8389e1e2 115402000-02-16 Dave Love <fx@gnu.org>
a23c5037 11541
84fe35f0
DL
11542 * faces.el: Don't require custom. Add more specific :groups to
11543 various deffaces.
11544 (set-face-attribute): Purecopy args.
11545 (read-face-name): Default to name at point and use it in prompt.
11546 Remove colon from arg in all callers.
11547 (list-faces-display): Hyperlink to face descriptions and customize
11548 buffers.
11549
b2aeee30
DL
115502000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11551
11552 * wid-edit.el (widget-match-inline): An atom never matches a
11553 list.
11554
99e95407
GM
115552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11556
82d2c7c5
DL
11557 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11558 at ':' characters by call to split-string.
99e95407
GM
11559
115602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11561
82d2c7c5 11562 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11563
115642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11565
82d2c7c5
DL
11566 * textmodes/bibtex.el: Some temporary comments removed.
11567 (bibtex-field-name, bibtex-entry-type): Made the relationship
11568 explicit.
11569 (bibtex-field-const): Allow capital letters.
11570 (bibtex-start-of-string): Deleted because unused.
11571
11572 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11573 use the term 'reference' to describe a bibtex entry as a whole.
11574 Further, reference keys are no longer called 'labels'.
11575 (bibtex-keys): Renamed to bibtex-reference-keys.
11576 (bibtex-reformat-previous-labels): Renamed to
11577 bibtex-reformat-previous-reference-keys.
11578 (bibtex-reference-type): Renamed to bibtex-entry-type.
11579 (bibtex-reference-head): Renamed to bibtex-entry-head.
11580 (bibtex-reference-maybe-empty-head): Renamed to
11581 bibtex-entry-maybe-empty-head.
11582 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11583 (bibtex-search-reference): Renamed to bibtex-search-entry.
11584 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11585 bibtex-enclosing-entry-maybe-empty-head.
11586 (bibtex-entry-field-alist, bibtex-entry-head,
11587 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11588 bibtex-map-entries, bibtex-search-entry,
11589 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11590 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11591 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11592 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11593 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11594 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11595 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11596
115972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11598
82d2c7c5
DL
11599 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11600 comment.
11601 (bibtex-format-field-delimiters): New function, functionality
11602 extracted from bibtex-format-entry.
11603 (bibtex-autokey-get-yearfield-digits): New function, functionality
11604 extracted from bibtex-autokey-get-yearfield.
11605
11606 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11607 entries in order to avoid stack overflow in the regexp matcher if
11608 field contents become large.
11609 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11610 bibtex-field-string-part-not-braced,
11611 bibtex-field-string-part-no-inner-braces,
11612 bibtex-field-string-part-1-inner-brace,
11613 bibtex-field-string-part-2-inner-braces,
11614 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11615 bibtex-field-string-quoted, bibtex-field-string,
11616 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11617 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11618 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11619 as parsing is now performed by the following functions.
11620 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11621 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11622 bibtex-parse-field-string, bibtex-search-forward-field-string,
11623 bibtex-parse-association, bibtex-field-name-for-parsing,
11624 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11625 bibtex-search-forward-field, bibtex-search-backward-field,
11626 bibtex-start-of-field, bibtex-end-of-field,
11627 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11628 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11629 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11630 bibtex-parse-string, bibtex-search-forward-string,
11631 bibtex-search-backward-string, bibtex-start-of-string,
11632 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11633 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11634 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11635 entries. Instead of reporting the results of the parsing by
11636 match-beginning or match-end, these functions return data structures
11637 that hold the corresponding positions.
11638 (bibtex-enclosing-field): Changed to also report field boundaries by
11639 return values rather than by match-beginning or match-end. The
11640 following functions have been adapted to use the new parsing
11641 functions.
11642 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11643 bibtex-enclosing-field, bibtex-format-entry,
11644 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11645 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11646 bibtex-print-help-message, bibtex-end-of-entry,
11647 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11648 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11649 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11650 method for parsing.
11651 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11652 bibtex-map-entries, bibtex-flash-head,
11653 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11654 bibtex-autokey-change, bibtex-autokey-get-namefield,
11655 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11656 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11657 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11658 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11659 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11660 order to make the new binding of case-fold-search immediately
11661 visible.
99e95407
GM
11662
116632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11664
82d2c7c5
DL
11665 * textmodes/bibtex.el: Copyright notice is up to date.
11666 Added constant 'bibtex-maintainer-salutation.
99e95407 11667
82d2c7c5
DL
11668 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11669 than make-temp-name, use match-string-no-properties and eliminate
11670 a quadratic behavior when building bibtex-strings.
99e95407 11671
82d2c7c5
DL
11672 * bibtex.el (bibtex-reference-key): Accept string entries whose
11673 reference key contains upper case letters.
99e95407
GM
11674
116752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11676
82d2c7c5
DL
11677 * bibtex.el (bibtex-reference-head): Allow entries to start with
11678 a new line.
99e95407
GM
11679
116802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11681
82d2c7c5
DL
11682 * bibtex.el: Hiding of entry bodies is not longer provided by
11683 bibtex.el directly. Instead the hideshow package can be used.
11684 Added a special bibtex entry to hs-special-modes-alist.
11685 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11686
116872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11688
f24fef2f
SM
11689 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11690 at ':' characters by call to split-string.
8389e1e2
GM
11691
116922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11693
f24fef2f 11694 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11695
116962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11697
f24fef2f
SM
11698 * textmodes/bibtex.el: Some temporary comments removed.
11699 (bibtex-field-name, bibtex-entry-type): Made the relationship
11700 explicit.
11701 (bibtex-field-const): Allow capital letters.
11702 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11703
f24fef2f
SM
11704 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11705 use the term 'reference' to describe a bibtex entry as a whole.
11706 Further, reference keys are no longer called 'labels'.
11707 (bibtex-keys): Renamed to bibtex-reference-keys.
11708 (bibtex-reformat-previous-labels): Renamed to
11709 bibtex-reformat-previous-reference-keys.
11710 (bibtex-reference-type): Renamed to bibtex-entry-type.
11711 (bibtex-reference-head): Renamed to bibtex-entry-head.
11712 (bibtex-reference-maybe-empty-head): Renamed to
11713 bibtex-entry-maybe-empty-head.
11714 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11715 (bibtex-search-reference): Renamed to bibtex-search-entry.
11716 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11717 bibtex-enclosing-entry-maybe-empty-head.
11718 (bibtex-entry-field-alist, bibtex-entry-head,
11719 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11720 bibtex-map-entries, bibtex-search-entry,
11721 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11722 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11723 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11724 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11725 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11726 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11727 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11728
117292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11730
f24fef2f
SM
11731 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11732 comment.
11733 (bibtex-format-field-delimiters): New function, functionality
11734 extracted from bibtex-format-entry.
11735 (bibtex-autokey-get-yearfield-digits): New function, functionality
11736 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11737
f24fef2f
SM
11738 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11739 entries in order to avoid stack overflow in the regexp matcher if
11740 field contents become large.
11741 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11742 bibtex-field-string-part-not-braced,
11743 bibtex-field-string-part-no-inner-braces,
11744 bibtex-field-string-part-1-inner-brace,
11745 bibtex-field-string-part-2-inner-braces,
11746 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11747 bibtex-field-string-quoted, bibtex-field-string,
11748 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11749 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11750 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11751 as parsing is now performed by the following functions.
11752 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11753 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11754 bibtex-parse-field-string, bibtex-search-forward-field-string,
11755 bibtex-parse-association, bibtex-field-name-for-parsing,
11756 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11757 bibtex-search-forward-field, bibtex-search-backward-field,
11758 bibtex-start-of-field, bibtex-end-of-field,
11759 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11760 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11761 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11762 bibtex-parse-string, bibtex-search-forward-string,
11763 bibtex-search-backward-string, bibtex-start-of-string,
11764 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11765 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11766 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11767 entries. Instead of reporting the results of the parsing by
11768 match-beginning or match-end, these functions return data structures
11769 that hold the corresponding positions.
11770 (bibtex-enclosing-field): Changed to also report field boundaries by
11771 return values rather than by match-beginning or match-end. The
11772 following functions have been adapted to use the new parsing
11773 functions.
11774 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11775 bibtex-enclosing-field, bibtex-format-entry,
11776 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11777 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11778 bibtex-print-help-message, bibtex-end-of-entry,
11779 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11780 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11781 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11782 method for parsing.
11783 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11784 bibtex-map-entries, bibtex-flash-head,
11785 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11786 bibtex-autokey-change, bibtex-autokey-get-namefield,
11787 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11788 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11789 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11790 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11791 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11792 order to make the new binding of case-fold-search immediately
11793 visible.
8389e1e2
GM
11794
117952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11796
f24fef2f
SM
11797 * textmodes/bibtex.el: Copyright notice is up to date.
11798 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11799
f24fef2f
SM
11800 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11801 than make-temp-name, use match-string-no-properties and eliminate
11802 a quadratic behavior when building bibtex-strings.
fa78f71b 11803
f24fef2f
SM
11804 * bibtex.el (bibtex-reference-key): Accept string entries whose
11805 reference key contains upper case letters.
8389e1e2
GM
11806
118072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11808
f24fef2f
SM
11809 * bibtex.el (bibtex-reference-head): Allow entries to start with
11810 a new line.
8389e1e2
GM
11811
118122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11813
f24fef2f
SM
11814 * bibtex.el: Hiding of entry bodies is not longer provided by
11815 bibtex.el directly. Instead the hideshow package can be used.
11816 Added a special bibtex entry to hs-special-modes-alist.
11817 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11818
118192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11820
82d2c7c5 11821 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11822 proceedings entry type (for cross referencing). Thanks to Wagner
11823 Toledo Correa for the suggestion.
11824
82d2c7c5 11825 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11826
eae61d8f
KH
118272000-02-14 Kenichi Handa <handa@etl.go.jp>
11828
11829 * international/characters.el: Setup case table for Vietnamese.
11830
fb07a302
GM
118312000-02-12 Gerd Moellmann <gerd@gnu.org>
11832
11833 * uniquify.el (toplevel): Require CL at compile time.
11834 (uniquify-push): Removed.
11835
11836 * shadowfile.el (shadow-when): Removed.
11837
11838 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11839 (tempo-process-and-insert-string): Use dolist instead of
11840 tempo-dolist.
11841
11842 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11843 regexp for paragraph-start.
11844
11845 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11846 commas as well.
11847
a0eddf92
DL
118482000-02-10 Dave Love <fx@gnu.org>
11849
11850 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11851 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11852 Deleted.
11853 (widget-specify-field, widget-specify-button): Don't use
11854 widget-mouse-help as help-echo property.
11855 (default): Use #'ignore for :validate and :mouse-down-action.
11856 (checkbox): Add help-echo.
11857 (widget-sexp-validate): Rewritten to clarify error messages.
11858 (character): Use char-valid-p in :match function.
11859 (widget-color-complete): Use facemenu-color-alist.
11860 (widget-color-action): Use facemenu-read-color.
11861
11862 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11863 set up `caar' &c that we now have.
11864
82d2c7c5
DL
118652000-02-09 Ray Blaak <blaak@gnu.org>
11866
11867 * delphi.el: Make resourcestring a declaration region, like const
11868 and var.
11869
6cbc1482
DL
118702000-02-09 Dave Love <fx@gnu.org>
11871
11872 * bindings.el (mode-line-input-method-map): New variable.
11873 (mode-line-mule-info): Use it; fix last change.
11874 (mode-line-mode-menu): Move definition.
11875 (mode-line-mouse-sensitive-p): Deleted.
11876 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11877 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11878 level.
11879
11880 * startup.el (command-line-1): Don't call
11881 make-mode-line-mouse-sensitive.
11882
f7136ee8
GM
118832000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11884
11885 * mail/rmail.el (rmail-retry-failure): Use
11886 rmail-beginning-of-message before rmail-toggle-header, because the
11887 former toggles headers.
11888
6e1d0d15
SM
118892000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11890
fef8c55b
SM
11891 * diff-mode.el (diff-kill-junk): New interactive function.
11892 (diff-reverse-direction): Use delete-and-extract-region.
11893 (diff-post-command-hook): Restrict the area so that the hook also works
11894 outside of any diff hunk. This is necessary for the minor-mode.
11895 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11896 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11897
6e1d0d15
SM
11898 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11899 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11900 so that it can be used more easily in <foo>-mode-hook. Also make sure
11901 to avoid duplicate entries.
11902 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11903 (font-lock-remove-keywords): Just as was done for `add', allow it to
11904 work even if font-lock-mode is nil. Also make sure we don't modify
11905 any pre-existing list by forcing a copy-sequence. Finally rename
11906 `major-mode' to `mode'.
11907 (font-lock-fontify-syntactic-anchored-keywords)
11908 (font-lock-fontify-anchored-keywords)
11909 (font-lock-fontify-keywords-region): Use line-end-position.
11910 Don't make `font-lock-multiline' local (it's now done in
11911 font-lock-set-defaults).
11912 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11913 move the `font-lock-fontified' creation to inside the `unless'.
11914
a75dfea0
AI
119152000-02-06 Andrew Innes <andrewi@gnu.org>
11916
11917 * term/w32-win.el (x-handle-args): Comment out call to message,
11918 which occurs before window system is initialized.
11919
11920 * makefile.nt: Add support for recompiling lisp code.
11921
b85e9462
DL
119222000-02-04 Dave Love <fx@gnu.org>
11923
9ff33afb
DL
11924 * bindings.el (mode-line-mule-info): Fix/extend last change.
11925
b85e9462
DL
11926 * completion.el: Replace completion-dolist with dolist.
11927
11928 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11929 dotimes.
11930
44dff075
CD
119312000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11932
11933 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11934 environment names before they go into the section regexp.
11935
11936 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11937 char class in regexp.
11938
11939 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11940 `case-fold-search' to nil.
11941
11942 * progmodes/idlwave.el (idlwave-template): Respect
11943 `idlwave-abbrev-change-case'.
11944 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11945 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11946 idlwave-while): respect `idlwave-reserved-word-upcase'.
11947 (idlwave-rw-case): New function.
11948 (idlwave-statement-match): Fixed problem with assignment regexp.
11949 (idlwave-font-lock-keywords): Improved regexp for keyword
11950 parameters.
a23c5037 11951 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11952 operators longer than 1 char.
11953
11954 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11955 idlwave-shell-expression-overlay. Implemented printing of
11956 expressions on higher levels of the calling stack.
11957 (idlwave-shell-display-level-in-calling-stack): Restore stack
11958 level.
11959 (idlwave-retrieve-expression-from-level): New function.
11960 (idlwave-shell-last-calling-stack): Variable removed.
11961 (idlwave-shell-reset): Argument action reversed (`visible' to
11962 `hidden'). Also remove stop-line overlay.
11963 (idlwave-shell-calling-stack-routine): New variable.
11964 (idlwave-shell-parse-stack-and-display): Messages now display
11965 negative level numbers.
11966 (idlwave-shell-mode): Set `modeline-format'.
11967 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11968 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11969 21.
11970 (idlwave-shell-print-expression-function): New option.
a23c5037 11971
44dff075
CD
11972 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11973 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11974 `tool-bar' instead of `toolbar'.
11975
f26c34fd
DL
119762000-02-02 Dave Love <fx@gnu.org>
11977
11978 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11979 emacs-lisp-mode-hook. Don't check for defalias being defined.
11980
11981 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11982 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11983 the new builtins directly.
11984
11985 * whitespace.el (whitespace): Add :version to defgroup.
11986
11987 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11988 Doc fix.
11989
11990 * thingatpt.el (sexp-at-point, symbol-at-point)
11991 (number-at-point, list-at-point): Add autoload cookie.
11992
11993 * recentf.el (recentf): Add :version to defgroup.
11994
11995 * quickurl.el (quickurl): Add :version to defgroup.
11996
11997 * elide-head.el (elide-head): Use point-marker more.
11998
11999 * bs.el (bs): Add :version to defgroup.
12000
12001 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12002
12003 * progmodes/delphi.el (delphi): Add :version to defgroup.
12004
d240a249
GM
120052000-02-02 Gerd Moellmann <gerd@gnu.org>
12006
12007 * ange-ftp.el (ange-ftp-write-region): Handle case that
12008 succeeding process operation sets a different coding system.
12009
12010 * calculator.el: New file.
12011
d5179a01
EZ
120122000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12013
12014 * frame.el (frames-on-display-list, framep-on-display): New
12015 functions.
12016 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12017 (display-selections-p, display-screens, display-pixel-width)
12018 (display-pixel-height, display-mm-width, display-mm-height)
12019 (display-backing-store, display-save-under, display-planes)
12020 (display-color-cells, display-visual-class): New functions.
12021
12022 * term/tty-colors.el (tty-color-gray-shades): New function.
12023
12024 * faces.el (display-color-p): Use framep-on-display.
12025 (display-grayscale-p): New function.
12026
968e00f0
DL
120272000-01-31 Dave Love <fx@gnu.org>
12028
12029 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12030 (create-fontset-from-x-resource): Don't concat integers.
12031
2cb750ba
GM
120322000-01-31 Inge Frick <inge@nada.kth.se>
12033
12034 * view.el: Some changes in documentation. Removed some trailing
12035 whitespace. Changed some parameter names to agree with
12036 documentation.
12037 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12038 window is not deleted. Modifies change 1998-04-26.
a23c5037 12039
74e9213b
GM
120402000-01-31 Gerd Moellmann <gerd@gnu.org>
12041
47569935
GM
12042 * windmove.el: New file.
12043
74e9213b
GM
12044 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12045 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12046 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12047
74e9213b
GM
12048 * jit-lock.el (jit-lock-function): Widen before calculating end
12049 position.
12050 (jit-lock-stealth-chunk-start): Rewritten.
12051
12052 * info.el (Info-title-face-alist): Removed.
12053 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12054 faces.
12055 (Info-fontify-node): Use these faces.
12056
994c5afe
GM
120572000-01-30 Gerd Moellmann <gerd@gnu.org>
12058
12059 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12060 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12061 `&allow-other-keywords'.
12062
12063 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12064 the list of directories scanned heuristically.
12065
12066 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12067 exist.
12068
f00276e3
JR
120692000-01-30 Jason Rumney <jasonr@gnu.org>
12070
12071 * w32-fns.el: Define w32-tty-standard-colors.
12072
12073 * startup.el (command-line): Use w32-tty-standard-colors when in
12074 w32 console mode.
12075
cc4dfff0
DL
120762000-01-30 Dave Love <fx@gnu.org>
12077
e645e77b
DL
12078 * jka-compr.el (jka-compr-load): Fix up load-history.
12079
cc4dfff0
DL
12080 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12081
12082 * emacs-lisp/cl-macs.el: Revert previous change.
12083
16215eb0
DL
120842000-01-29 Dave Love <fx@gnu.org>
12085
12086 * facemenu.el: Purecopy various strings.
12087
12088 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12089 years. Deal with three-digit years.
12090
12091 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12092 defconst, purecopy.
12093 (help-back-label): Purecopy it.
12094
bbd9b566
GM
120952000-01-18 Gerd Moellmann <gerd@gnu.org>
12096
12097 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12098 variable. If non-nil, order the buffer list according to the
12099 currently selected frame.
12100 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12101 non-nil, pass the selected frame to function buffer-list.
a23c5037 12102
887448e1
GM
121032000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12104
12105 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12106
7df85084
DL
121072000-01-28 Dave Love <fx@gnu.org>
12108
142e109c
DL
12109 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12110
7df85084
DL
12111 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12112 Don't use lisp-indent-hook property.
12113 (cl-abs): Remove.
12114
12115 * subr.el: Move out indent and edebug specs for when and unless.
12116
12117 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12118 when, unless.
12119
12120 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12121 unless, when.
12122
3b43c01c
GM
121232000-01-28 Gerd Moellmann <gerd@gnu.org>
12124
d060bc9f
GM
12125 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12126 `collecting' as synonym for `collect'.
12127
12128 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12129 for the case it contains spaces.
12130
12131 * simple.el (what-cursor-position): Change formatting of
12132 messages.
12133
b02786f9
GM
12134 * frame.el (delete-other-frames): New function.
12135 (toplevel): Bind it to C-x 5 1.
12136
efd68b8a
GM
12137 * sort.el (sort-numeric-base): New option.
12138 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12139 interpret it as octal or hexadecimal. Use sort-numeric-base
12140 as default base.
12141
3b43c01c
GM
12142 * progmodes/glasses.el: New file.
12143
984ae001
GM
121442000-01-27 Gerd Moellmann <gerd@gnu.org>
12145
a0b796e3
GM
12146 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12147 userids differently.
12148
984ae001
GM
12149 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12150 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12151 progmodes/ebnf-yac.el: New files.
12152
6c67ddee
DL
121532000-01-26 Dave Love <fx@gnu.org>
12154
12155 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12156 on a function with an empty body. [From Eric Ludlam.]
12157
4e6473c8
GM
121582000-01-25 Andre Spiegel <spiegel@gnu.org>
12159
12160 * vc.el (vc-version-diff): Make sure file name is expanded.
12161
e12489f9
GM
121622000-01-25 Gerd Moellmann <gerd@gnu.org>
12163
12164 * scroll-bar.el (scroll-bar-timer): Variable removed.
12165 (scroll-bar-toolkit-scroll): Don't use a timer.
12166
8dbe2b07
KH
121672000-01-25 Kenichi Handa <handa@etl.go.jp>
12168
12169 * language/thai-util.el (thai-composition-function): Delete
12170 superfluous `a'.
12171
26ef1c87
DL
121722000-01-24 Dave Love <fx@gnu.org>
12173
12174 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12175 end-of-defun-function.
12176
12177 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12178 &c.
12179
7ed4e9a7
JR
121802000-01-22 Jason Rumney <jasonr@gnu.org>
12181
12182 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12183 conflicts with new face support.
12184
8b7bc628 121852000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12186
12187 * replace.el (query-replace): Rename last arg to DELIMITED.
12188 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12189 (query-replace-regexp): Likewise.
12190
8b7bc628 121912000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12192
02b14400
RS
12193 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12194
5bb6f079
RS
12195 * emacs-lisp/lisp.el (beginning-of-defun-function):
12196 Variable renamed from beginning-of-defun.
12197 Do not call make-variable-buffer-local.
12198 (beginning-of-defun-raw): Use new variable name; doc fix.
12199 (beginning-of-defun): Doc fix.
12200 (end-of-defun-function): Variable renamed from end-of-defun.
12201 Do not call make-variable-buffer-local.
12202 (end-of-defun): Use new variable name; doc fix.
12203
02b14400
RS
12204 * subr.el (dolist, dotimes): Copied from cl-macs.el
12205 and made to work.
2d5e9b54 12206
a23c5037 12207 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12208 Variable replaces rmail-digest-end-regexp.
12209 Allows multiple regexps for detecting the end line.
12210 (undigestify-rmail-message): Corresponding changes.
12211
60af03f1
DL
122122000-01-19 Dave Love <fx@gnu.org>
12213
fe5d99e1
DL
12214 * files.el (user-init-file): Don't declare here -- is primitive.
12215
60af03f1
DL
12216 * startup.el (command-line): Check for compiled user-init-file and
12217 set to uncompiled version if necessary.
12218
72dbbc7d
GM
122192000-01-18 Gerd Moellmann <gerd@gnu.org>
12220
6a1950ec
GM
12221 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12222 (undigestify-rmail-message): Use it.
12223
72dbbc7d
GM
12224 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12225
fbe91bbd
GM
122262000-01-17 Gerd Moellmann <gerd@gnu.org>
12227
12228 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12229 of mini-buffer.
12230
33a6685b
GM
122312000-01-14 Gerd Moellmann <gerd@gnu.org>
12232
b3303df7
GM
12233 * emacs-lisp/copyright.el (copyright-update): Removed the
12234 requirement for a trailing space from `copyright-regexp', to
12235 support copyrights with owner specified on a separate line..
a23c5037 12236
3c4c8064
GM
12237 * align.el: New file.
12238
33a6685b
GM
12239 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12240
12241 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12242
044a4975
DL
122432000-01-13 Dave Love <fx@gnu.org>
12244
12245 * ph.el: Removed. (Obsoleted by EUDC.)
12246
0a352cd7
GM
122472000-01-13 Gerd Moellmann <gerd@gnu.org>
12248
12249 * net/eudc.el (toplevel): Remove autoloaded code installing
12250 menu with easymenu, because that causes build problems.
12251
12252 * frame.el (frame-notice-user-settings): New variable.
12253 (frame-notice-user-settings): Don't modify frame parameters
12254 if called a second time.
12255
8b7bc628 122562000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12257
12258 * frame.el (frame-notice-user-settings):
12259 Notice default-frame-parameters even for non-window frames.
12260
feb450e0
GM
122612000-01-13 Gerd Moellmann <gerd@gnu.org>
12262
12263 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12264 for Emacs.
12265 (eudc-bob-can-display-inline-images): Extend for Emacs.
12266 (eudc-bob-toggle-inline-display): Ditto.
12267 (eudc-bob-display-jpeg): Ditto.
12268
99c6d63b
GM
122692000-01-12 Gerd Moellmann <gerd@gnu.org>
12270
7970b229
GM
12271 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12272 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12273 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12274
e4936aa9
GM
12275 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12276 nil)'.
12277
12278 * subdirs.el: Add `net' directory.
12279
133c9e59
GM
12280 * net: New directory.
12281
99c6d63b
GM
12282 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12283 eval-last-sexp. Don't bind debug-on-error here.
12284 (eval-last-sexp): New function. Bind debug-on-error if
12285 eval-expression-debug-on-error is non-nil.
12286 (eval-defun-2, eval-defun): Likewise.
12287
12288 * simple.el (eval-expression): Don't bind debug-on-error if
12289 eval-expression-debug-on-error is nil. Detect changed
12290 debug-on-error, and propagate new value to global binding, if
12291 eval-expression-debug-on-error is non-nil,
12292 (eval-expression-debug-on-error): Change doc string.
a23c5037 12293
8b7bc628 122942000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12295
12296 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12297
12298 * emacs-lisp/lisp-mode.el (with-syntax-table):
12299 Set up lisp-indent-function property.
12300
12301 * subr.el (with-syntax-table): Moved from simple.el.
12302
12303 * simple.el (with-syntax-table): Moved to subr.el.
12304
7e3c74fa
GM
123052000-01-11 Gerd Moellmann <gerd@gnu.org>
12306
1fab1775
GM
12307 * tmm.el (tmm-shortcut): Delete region after prompt instead
12308 of erasing buffer.
12309
7e3c74fa 12310 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12311 (fill-context-prefix): Use the longest common prefix of first
12312 and second line fill prefix, if there is one.
7e3c74fa 12313
8b7bc628 123142000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12315
12316 * array.el (array-mode): Don't use make-variable-buffer-local.
12317 Use make-local-variable for `truncate-lines'.
12318
aa705642 123192000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12320
aa705642
GM
12321 * add-log.el (add-log-current-defun): Handle user-defined
12322 add-log-current-function returning nil,
a23c5037 12323
57df2446 12324 * add-log.el (add-change-log-entry): Insert version number
aa705642 12325 if having found a current function
c1356086
GM
12326
12327 * add-log.el (add-log-current-defun): Call
12328 `add-log-current-defun-function'. Try matches at level 0 and
12329 level 1. Strip whitespace from defun found.
a23c5037 12330
1d8c59e9
RS
123312000-01-10 John Wiegley <johnw@gnu.org>
12332
12333 * allout.el (isearch-done/outline-provisions): Added `edit'
12334 argument to correspond with the current definition of
12335 `isearch-done'.
12336
8cf87e9b
DL
123372000-01-10 Dave Love <fx@gnu.org>
12338
12339 * elide-head.el (elide-head): Use point-marker, not point.
12340
9050446c
GM
123412000-01-10 Gerd Moellmann <gerd@gnu.org>
12342
8321b22a
GM
12343 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12344 before and after the year 2000.
a23c5037 12345
9050446c
GM
12346 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12347 Add ispell- prefix.
12348
123492000-01-10 Ken Stevens <k.stevens@ieee.org>
12350
12351 * ispell.el: Only define dictionaries in menus when they exist.
12352 (version18p): New variable.
12353 (version20p): New variable.
12354 (xemacsp): New variable.
12355 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12356 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12357 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12358 run-together words.
9050446c
GM
12359 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12360 (ispell-dictionary-alist): Add koi8-r to customize definition.
12361 (check-ispell-version): Added documentation string. Returns
f24fef2f 12362 library path when called non-interactively.
9050446c
GM
12363 (ispell-menu-map-needed): Uses new variables.
12364 (ispell-library-path): New variable.
12365 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12366 (ispell-word): Improved documentation string. Test for valid
12367 character mappings. Correctly check typed in word changes that can
12368 result in single words split into multiple words. Returns
12369 replacement word.
12370 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12371 replace in recursive query replace mode. Help message for
12372 recursive edit mode.
12373 (ispell-show-choices): Protect against bad framepop bindings.
12374 (ispell-help): Fix to work with XEmacs.
12375 (ispell-highlight-spelling-error): Use new variables.
12376 (ispell-overlay-window): Fix to work with XEmacs.
12377 (ispell-parse-output): Passed and returns location information
12378 tracking spelling corrections. Doesn't recheck same word on
12379 current line.
12380 (ispell-init-process): Protect against bogus XEmacs variable binding.
12381 Fix call to single argument in sleep-for. Use new variables.
12382 (ispell-region): Passed and returns location information tracking
12383 spelling corrections. Doesn't check same word on current line.
12384 Improved documentation string. Doesn't resend a line already
12385 checked to the ispell process - fixes bug in LaTeX parsing.
12386 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12387 (ispell-skip-region): No longer skips <TT> in SGML.
12388 (ispell-process-line): Tracks location information with spelling
12389 corrections. Added documentation string. Accounts for words
12390 already accepted on this line. Don't allow query-replace on line
12391 starting with math characters. Doesn't resend a line already sent
12392 to ispell process. Fixes alignment error bug.
a23c5037 12393
8b7bc628 123942000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12395
a23c5037 12396 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12397 Suggest xloadimage, which is free, not xv, which isn't.
12398
a23c5037 12399 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12400 Don't ever include the host name or user name in the value.
12401
9ed79f5d
GM
124022000-01-09 Gerd Moellmann <gerd@gnu.org>
12403
12404 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12405 of a real newline.
12406
b950abb1
GM
124072000-01-09 Stephen Eglen <stephen@gnu.org>
12408
a23c5037 12409 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12410 for .png files.
12411
3c708e98
GM
124122000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12413
12414 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12415
bf61662d
GM
124162000-01-09 Gerd Moellmann <gerd@gnu.org>
12417
f1d851ae
GM
12418 * progmodes/cperl-mode.el: Replace ^F with ^L.
12419
bf61662d 12420 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12421 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12422 recursion.
12423
c65d14ee
DL
124242000-01-08 Dave Love <fx@gnu.org>
12425
8cf87e9b
DL
12426 * emacs-lisp/backquote.el: Remove inappropriate customization
12427 (allowing custom.el to use backquote).
c65d14ee 12428
83de2ebc
DL
124292000-01-07 Dave Love <fx@gnu.org>
12430
12431 * add-log.el (add-log-debugging): Deleted.
12432 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12433 file. Remove debugging code.
12434 (change-log-get-method-definition, change-log-name): Add doc.
12435 (change-log-sortable-date-at): New function.
12436 (change-log-merge): New command.
12437
12438 * time.el (display-time-string-forms): Make the Mail string active.
12439 (display-time-update): Provide help-echo for load average.
12440
12441 * bindings.el (make-mode-line-mouse2-map): New function.
12442 (mode-line-modified): Use it and simplify.
12443 (mode-line-mule-info): Provide help-echo info.
12444 (minor-mode-alist): Activate the strings.
12445 (make-mode-line-mouse-sensitive): Simplify for
12446 mode-line-buffer-identification.
12447
c1475eae
GM
124482000-01-07 Gerd Moellmann <gerd@gnu.org>
12449
12450 * play/pong.el: New file.
12451
83de2ebc
DL
124522000-01-06 Dave Love <fx@gnu.org>
12453
12454 * array.el: Assorted cleanups for compiler warnings, doc strings,
12455 `array-' prefix for symbols.
12456
124572000-01-05 Dave Love <fx@gnu.org>
12458
12459 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12460 outline-headers-as-kill.
12461 (outline-mode): Define imenu-generic-expression.
12462 (outline-headers-as-kill): New command.
12463
12464 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12465 from paragraph-start.
12466 (paragraph-indent-minor-mode): New command.
12467
12468 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12469 M-C-e, M-C-h, C-j, C-xnd, TAB.
12470 (fortran-mode): Set beginning-of-defun, end-of-defun.
12471 (fortran-column-ruler): Simplify.
12472 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12473 (fortran-with-subprogram-narrowing): Likewise.
12474 (fortran-indent-subprogram): Call mark-defun.
12475 (fortran-check-for-matching-do): Change narrowing.
12476
12477 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12478 (cl-lucid-hash-tag): Delete.
12479 (cl-hash-table-p): Correct test for native table.
12480 (cl-hash-table-count): Use hash-table-count.
12481
12482 * browse-url.el (browse-url): Fix case of
12483 browse-url-browser-function being an alist.
12484
676ac023
CD
124852000-01-05 Carsten Dominik <cd@gnu.org>
12486
c1475eae
GM
12487 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12488 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12489
12490 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12491 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12492
12493 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12494 `reftex-parse-file-extension'.
eb483e17 12495
88807984
DL
124962000-01-05 Dave Love <fx@gnu.org>
12497
83de2ebc 12498 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12499 (beginning-of-defun-raw): Use it.
12500 (end-of-defun): New variable.
12501 (end-of-defun): Use it.
12502 (check-parens): New command.
12503
1362aeb4
TTN
125042000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12505
c1475eae
GM
12506 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12507 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12508
7ddafb95
TTN
12509 Fix buglet in local variables initialization.
12510
7334aa99
AS
125112000-01-05 Andreas Schwab <schwab@suse.de>
12512
12513 * hscroll.el (hscroll): Doc fix.
12514
b12e24cd
CD
125152000-01-05 Carsten Dominik <cd@gnu.org>
12516
12517 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12518 idlw-toolbar.
12519
12520 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12521 file idlw-rinfo.el.
1362aeb4
TTN
12522 (idlwave-customize): load must read file idlw-shell.el.
12523 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12524
d6226972
CD
125252000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12526
12527 * progmodes/idlw-shell.el: Also provide idlwave-shell
12528 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12529 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12530
12531 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12532 both reftex-dcr and reftex-vcr.
1362aeb4 12533
d6226972
CD
12534 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12535
6ddb893f 125362000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12537
12538 * ps-print.el: PostScript code now is in separate files, doc fix.
12539 (ps-print-version): New version number (5.0.3).
12540 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12541 local.
12542 (ps-spool-config): Initialization fix.
c1475eae
GM
12543 (ps-print-prologue-1, ps-print-prologue-2)
12544 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12545 (ps-background-image): Little code reformating.
12546 (ps-begin-file, ps-begin-job): Fix code.
88807984 12547 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12548 (ps-prologue-file): New fun.
12549
ae833aae
KH
125502000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12551
c1475eae 12552 * ps-vars.el: Eliminated.
ae833aae
KH
12553
12554 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12555 `;;;###autoload'.
12556
12557 * ps-print.el: ps-vars eliminated, doc fix.
12558 (ps-print-version): New version number (5.0.2).
12559 (ps-spool-config): Initialization fix.
12560 (ps-print-customize): New fun.
12561
560a7bd2
GM
125622000-01-04 Gerd Moellmann <gerd@gnu.org>
12563
12564 * autorevert.el (auto-revert-mode): Return value of
12565 auto-revert-mode.
12566
f45dd0f4
DL
125672000-01-04 Dave Love <fx@gnu.org>
12568
fae2ac05
DL
12569 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12570 menu items.
f45dd0f4 12571
61255981
DL
125722000-01-03 Dave Love <fx@gnu.org>
12573
88807984 12574 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12575
83de2ebc 12576 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12577 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12578 `cl-hash-table-p', not `hash-table-p'.
12579 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12580
c182a70f
EZ
125812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12582
12583 * faces.el (face-read-integer, read-face-attribute)
12584 (color-defined-p, color-values): unspecified-{f,b}g are now
12585 strings.
12586
047f434a
GM
125872000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12588
12589 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12590 at comment end, and re-insert them after filling.
12591
bab531e2
EZ
125922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12593
12594 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12595 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12596 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12597
d684c676
EZ
125982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12599
12600 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12601 the new name of face-color-supported-p.
12602
12603 * term/w32-win.el (xw-defined-colors): Likewise.
12604
0aad4805
EZ
126052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12606
12607 * simple.el (completion-setup-function): Count completion-size
12608 from minibuffer-prompt-end, not from point-min.
12609
5fe1d139
EZ
126102000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12611
12612 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12613 Pass the frame to tty-color-* functions.
12614 (display-color-p, frame-set-background-mode): Pass the frame to
12615 tty-display-color-p.
12616
12617 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12618 tty-color-alist.
12619 (tty-color-alist, tty-modify-color-alist): New functions.
12620 (tty-color-define, tty-color-clear, tty-color-approximate)
12621 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12622 an optional parameter FRAME.
12623
162dec01
GM
126242000-01-01 Gerd Moellmann <gerd@gnu.org>
12625
27189709
GM
12626 * image.el (create-image, defimage): Don't assume image data is a
12627 string.
12628
162dec01
GM
12629 * image.el (defimage): Handle specifications containing :data
12630 instead of :file.
12631 (image-type-from-data): New function.
12632 (image-type-from-file-header): Use it.
12633 (create-image): Add parameter DATA-P.
1362aeb4 12634
bea56df7 12635See ChangeLog.8 for earlier changes.
25a6fab1
KH
12636
12637;; Local Variables:
e64c3a75 12638;; coding: iso-2022-7bit
25a6fab1 12639;; End: