(insert-image-file): Don't make `read-only' property rear-nonsticky.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e672fdce
MB
12000-11-22 Miles Bader <miles@gnu.org>
2
ae1a21c6
MB
3 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5 stashing away its original value.
6 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7 in the recursive edit.
8 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9 (isearch-done): Restore `minibuffer-message-timeout'.
10
e672fdce
MB
11 * cus-start.el: Remove entry for `mode-line-inverse-video'.
12
3ea79df8
SM
132000-11-21 Stefan Monnier <monnier@cs.yale.edu>
14
15 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
16
17 * find-lisp.el (find-lisp-find-files-internal):
18 Use dolist, when and file-name-as-directory.
19
20 * emacs-lisp/edebug.el (edebug-form-spec prop): use dolist.
21 (define-derived-mode, define-minor-mode): Add specs.
22
23 * window.el: General comment and spacing fixes.
24 (save-selected-window): Use backquotes.
25 (window-safely-shrinkable-p): New function.
26 (shrink-window-if-larger-than-buffer): Use it.
27
28 * subr.el (make-local-hook): Docstring fix.
29
30 * shell.el (shell-mode): Use define-derived-mode.
31
32 * newcomment.el (comment-indent): Insert comment before calling
33 comment-indent-function. Don't insert in column 0.
34 (comment-dwim): Indent before inserting comment.
35
36 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
37 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
38 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
39 Use mapc rather than map.
40
41 * files.el (find-buffer-visiting): Compare all attributes before
42 declaring two files identical (rather than just their inode-no).
43 (auto-mode-alist): Use \' rather than $.
44
45 * which-func.el: Update maintainer line.
46
47 * pcvs.el (uniquify-buffer-file-name): Remove advice.
48 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
49 (uniquify-buffer-file-name): Use it.
50
8f62f2b8
MB
512000-11-22 Miles Bader <miles@gnu.org>
52
53 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
54 * simple.el (minibuffer-avoid-prompt): New function.
55
fb279a6d
GM
562000-11-21 Gerd Moellmann <gerd@gnu.org>
57
58 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
59
867092e9
MB
602000-11-21 Miles Bader <miles@gnu.org>
61
ef860850
MB
62 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
63 inclusion of `track-mouse'.
64
867092e9
MB
65 * textmodes/refill.el (refill-ignorable-overlay): New variable.
66 (refill-adjust-ignorable-overlay): New function.
67 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
68 only the paragraph's tail if possible.
69 Update `refill-ignorable-overlay'.
70 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
71
72 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
73 point inside the fill-prefix.
74
75 * textmodes/refill.el (refill-post-command-function): Don't reset
76 refill-doit in the case where a self-insertion command doesn't
77 case a refill. Use `refill-fill-paragraph-at', getting position
78 from `refill-doit'.
79 (refill-after-change-function): Set `refill-doit' to END.
80 (refill-fill-paragraph-at): New function, mostly from old
81 refill-fill-paragraph.
82 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
83 (refill-pre-command-function): New function.
84 (refill-mode): Add it to `pre-command-hook'.
85
ff9ab414
GM
862000-11-20 Gerd Moellmann <gerd@gnu.org>
87
29a01b72
GM
88 * textmodes/artist.el (artist-mode): Fix autoload cookie.
89
ff9ab414
GM
90 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
91 javadoc tags.
92
885b211b
AS
932000-11-20 Andre Spiegel <spiegel@gnu.org>
94
95 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
96 vc.el).
97
98 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
99 require vc.
100
101 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
102 checkouts.
103
d1838556
DL
1042000-11-20 Dave Love <fx@gnu.org>
105
106 * Makefile.in (DONTCOMPILE): Omit bindings.el.
107
56c13ae6
GM
1082000-11-20 Gerd Moellmann <gerd@gnu.org>
109
110 * calculator.el: New version from author.
111
b95b34e5
GM
1122000-11-19 Gerd Moellmann <gerd@gnu.org>
113
030de92f
GM
114 * info.el (info-menu-5): Doc fix.
115
b95b34e5
GM
116 * textmodes/artist.el: New file.
117
54970452
AS
1182000-11-19 Andre Spiegel <spiegel@gnu.org>
119
120 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
121 and differentiate according to checkout model.
122 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
123 since this function is only concerned with master state.
124
125 * vc-hooks.el (vc-workfile-unchanged-p,
126 vc-default-workfile-unchanged-p): Moved here from vc.el.
127
128 * vc.el (vc-workfile-unchanged-p,
129 vc-default-workfile-unchanged-p): See above.
130
e5a9dabf
MB
1312000-11-19 Miles Bader <miles@gnu.org>
132
133 * image-file.el (insert-image-file): Make `intangible' and
134 `read-only' properties rear-nonsticky too.
135
24127af0
GM
1362000-11-18 Gerd Moellmann <gerd@gnu.org>
137
d392e9c5
GM
138 * ps-print.el: Update copyright notice.
139
140 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
141 (tooltip-show): Use the offsets.
142
24127af0
GM
143 * bindings.el (mode-line-modified): Fix a typo.
144 (mode-line-toggle-modified, mode-line-widen)
145 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
146
08ea6f17
GM
1472000-11-17 Gerd Moellmann <gerd@gnu.org>
148
149 * ps-print.el: Minor fixes from author.
150
66321b2f
SM
1512000-11-16 Stefan Monnier <monnier@cs.yale.edu>
152
153 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
154 (vc-version-backup-file): Docstring fix.
155
046110c6
GM
1562000-11-16 Gerd Moellmann <gerd@gnu.org>
157
4104194e
GM
158 * files.el (basic-save-buffer): Don't add a newline if
159 find-file-literally is non-nil.
160 (find-file-literally): Extend doc string.
161
046110c6
GM
162 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
163 sort(1) with the `-f' argument.
164
6505c16e
AS
1652000-11-16 Andre Spiegel <spiegel@gnu.org>
166
fd063975
AS
167 * vc.el: Updated backend documentation.
168 (vc-default-check-headers): New function.
169
3d02dd81
AS
170 * vc-{cvs,rcs,sccs}.el: Functions reordered.
171
046110c6 172 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 173 up-to-date.
9dd94743
AS
174 (vc-do-command): In the asynchronous case, output messages only if
175 the minibuffer is not active.
fd063975 176
8791d617
AS
177 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
178 `vc-cvs-use-edit' is on.
179 (vc-cvs-checkout): When this is used for reverting the workfile,
180 make a backup of the original contents and revert to that in case
181 of error.
9dd94743
AS
182 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
183 remote repositories.
8791d617 184
6505c16e
AS
185 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
186 for both version and ratio in the minibuffer.
fd063975 187
8791d617
AS
188 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
189 Use vc-do-command to perform the annotation, not call-process.
6505c16e 190
a13f0660
KH
1912000-11-16 Kenichi Handa <handa@etl.go.jp>
192
193 * international/quail.el (quail-start-translation): Don't call
194 `message' before reading key sequence.
195
1389a414
MB
1962000-11-16 Miles Bader <miles@lsi.nec.co.jp>
197
198 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
199
9256a532
KH
2002000-11-16 Kenichi Handa <handa@etl.go.jp>
201
202 * window.el (fit-window-to-buffer): Be sure to acquire at least
203 one text line even if the buffer is empty.
204
0e14fe9f
GM
2052000-11-16 Gerd Moellmann <gerd@gnu.org>
206
207 * net/ange-ftp.el (ange-ftp-file-writable-p)
208 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
209 ange-ftp-process-verbose to nil.
210
da645c53
DL
2112000-11-15 Dave Love <fx@gnu.org>
212
233d5cde
DL
213 * wid-edit.el (widget-specify-field, widget-specify-button): If
214 :help-echo is a function, set help-echo of overlay to
215 widget-mouse-help.
216 (widget-mouse-help): New function.
217 (widget-echo-help): Rewritten for :help-echo functions only taking
218 a widget arg.
219
b12057b9
DL
220 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
221 display-graphic-p.
222 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
223 and that JPEG is available.
224 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
225
da645c53
DL
226 * international/mule-cmds.el (locale-charset-language-names):
227 Match @euro.
228
6d133d1f
GM
2292000-11-15 Gerd Moellmann <gerd@gnu.org>
230
231 * faces.el (face-set-after-frame-default): If
0e14fe9f 232 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
233 default face from X resources.
234
49ac2ac5
EZ
2352000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
236
237 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
238 Don't set EMACSLOADPATH.
239
4fb0a34c
EZ
2402000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
241
242 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
243 texinfo-insert-@url.
244 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
245 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
246
bb304a7a
SM
2472000-11-14 Stefan Monnier <monnier@cs.yale.edu>
248
82bc80bf
SM
249 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
250 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
251 (checkdoc-minor-keymap): Backward compatibility.
252 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
253 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
254 (checkdoc-this-string-valid-engine): Be a bit more strict
255 to avoid matching substrings of `...' quoted vars/funs.
256 (checkdoc-defun-info): Only look for `interactive' if alone.
257 (debug-ignored-errors): Add "arg doesn't appear in docstring".
258
e8c87124
SM
259 * progmodes/compile.el (grep): `tag-default' can be nil.
260
bb304a7a
SM
261 * newcomment.el (comment-indent): Paren typo.
262
8628686a
DL
2632000-11-14 Dave Love <fx@gnu.org>
264
25c269ef
DL
265 * calculator.el: New maintainer version.
266
66321b2f 267 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 268
8628686a
DL
269 * cmuscheme.el: Doc fixes.
270 (cmuscheme) <defgroup>: Use `scheme' as parent.
271 (cmuscheme-program-name): Remove. Change uses to
272 scheme-program-name.
273
274 * xscheme.el (scheme-program-name): Don't define here.
275
276 * progmodes/scheme.el (scheme-program-name): New variable
277 (originally in cmuscheme).
278
88f0a1eb
MB
2792000-11-14 Miles Bader <miles@gnu.org>
280
281 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
282 Handle header-lines. Don't loop forever if we can't enlarge the
283 window anymore. Simplify a bit.
284
cd9a000c
KH
2852000-11-14 Kenichi Handa <handa@etl.go.jp>
286
287 * window.el (fit-window-to-buffer): Don't check
288 window-text-height. Assure that the last line is fully visible.
289
290 * international/quail.el (quail-show-guidance-buf): Call
291 fit-window-to-buffer to assure the enough height of the guidance
292 buffer.
293 (quail-update-guidance): Avoid making the guidance buffer shorter.
294
d3fcda22
SM
2952000-11-14 Stefan Monnier <monnier@cs.yale.edu>
296
bdbd9606
SM
297 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
298 rather than `prepend' and add an interesting comment.
299 (tex-math-face, tex-font-lock-syntactic-face-function):
300 New face and function to use it.
301 (tex-define-common-keys, tex-mode-map): Use menu-item rather
302 than `menu-enable' symbol property.
303 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
304 (tex-mode): Add some latex-mode commands for auto-selection.
305 Use tex-font-lock-syntactic-face-function.
306 (tex-insert-quote): Simplify.
307 (tex-shell): New mode.
308 (tex-start-shell): Use it.
309 (tex-shell-proc, tex-shell-buf): New functions.
310 (tex-send-command): Use it.
311 (tex-main-file): Fix the meaning of the new arg REALFILE.
312 (tex-send-tex-command): New function split from `tex-start-tex'.
313 Set compilation-last-buffer and compilation-parsing-end.
314
d3fcda22
SM
315 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
316 when it follows non-comment text on the line.
317
318 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
319 Set font-lock-defaults.
320 (lisp-mode-shared-map): Init inside the defvar.
321 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
322 Use define-derived-mode.
323
bdab1d43
MB
3242000-11-14 Miles Bader <miles@lsi.nec.co.jp>
325
326 * faces.el (header-line): Use `:box nil' for color/gs displays too.
327
936ae731
GM
3282000-11-14 Gerd Moellmann <gerd@gnu.org>
329
330 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
331 recursively optimize body because that can lead to infinite
332 recursion; see comment there.
333
1695ca2b
EZ
3342000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * faces.el (face-spec-set-match-display): Revert the change from
337 2000-10-24. Add a FIXME for after v21.1.
338
9d348294
MB
3392000-11-13 Miles Bader <miles@gnu.org>
340
341 * textmodes/fill.el (skip-line-prefix): New function.
342 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
343 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
344 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
345 point inside the fill-prefix.
9d348294 346
b85fa13c
MB
3472000-11-13 Miles Bader <miles@lsi.nec.co.jp>
348
349 * calendar/calendar.el (generate-calendar-window): Use
350 `fit-window-to-buffer'.
351
a0b47716
SM
3522000-11-12 Stefan Monnier <monnier@cs.yale.edu>
353
354 * gud.el (gud-minor-mode): New var.
355 (gud-symbol, gud-val): New functions.
356 (gud-find-file): Copy gud-minor-mode to the new buffer.
357 (gud-menu-map): Include entries for commands that are not always
358 available, using :enable to (de)activate them.
359 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
360 (gud-mode-map): New map.
361 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
362 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
363 Don't set up gud's menu (it's done by the minor-mode).
364 (gud-minibuffer-local-map): New.
365 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
366 (gud-query-cmdline): New function.
367 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
368 (gud-mode): Use define-derived-mode.
369 Don't set up gud's menu (it's done by the minor-mode).
370 (gud-chop-words): Remove.
371 (gud-common-init): Use split-string instead.
372 (gud-new-keymap, gud-make-debug-menu): Eradicate.
373
374 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
375 Add keyword arg :name.
376
377 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
378 (diff-count-matches, diff-split-hunk): New functions.
379 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
380
381 * pcvs-info.el (cvs-fi-conflict-face): New var.
382
383 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
384 Make it into a simple syntax-table, shared among all submodes.
385 (sh-heredoc-face): Re-introduce.
386 (sh-font-lock-syntactic-face-function): New function.
387 (sh-mode): Use it. Also use define-derived-mode.
388 Remove old bogus setting of indent-region-function.
389 (sh-set-shell): Don't set the syntax-table any more.
390 (sh-mode-syntax-table) <defun>: Remove.
391
f5ed37df
MB
3922000-11-12 Miles Bader <miles@gnu.org>
393
394 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
395 message if interactive.
396
0b074c2f
DL
3972000-11-12 Dave Love <fx@gnu.org>
398
399 * mail/feedmail.el: Fix header,
400 (feedmail) <defgroup>: Add :link.
401
402 * view.el: Use local-map property, not keymap on mode-line string.
403
404 * scroll-all.el (scroll-all-mode): Customize variable. Add
405 autoload cookie to function.
406
407 * lazy-lock.el: Remove compatibility code.
408
409 * finder.el (finder-known-keywords): Add `files', remove `vms'.
410 (finder-help-echo): New variable.
411 (finder-mouse-face-on-line): Add help-echo stuff.
412 (finder-list-keywords, finder-list-matches): Use mapc.
413
414 * faces.el (face-font-registry-alternatives): Add :version.
415
416 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
417 tags-table-list.
418
a0b47716 419 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 420
a0b47716 421 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
422 (mail-mode): Use [:alnum:] in some regexps.
423
6d502396
DL
4242000-11-10 Dave Love <fx@gnu.org>
425
426 * ediff.el (ediff-regions-internal, ediff-documentation):
427 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
428 fundamental mode.
429
430 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
431 buffer into fundamental mode.
432 (ediff-set-difference): Use copy-sequence if available.
433
434 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
435 ediff-patch-map non-nil.
436 (ediff-fixup-patch-map, ediff-fixup-patch-map)
437 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
438 buffer into fundamental mode.
439
440 * ediff-merg.el (state-or-merge): Defvar when compiling.
441
a82fe213
JR
4422000-11-10 Jason Rumney <jasonr@gnu.org>
443
444 * w32-fns.el (w32-add-charset-info): New function.
445 (w32-charset-info-alist): Use it.
446
52d89894
GM
4472000-11-10 Gerd Moellmann <gerd@gnu.org>
448
449 * faces.el (face-font-registry-alternatives): New user-option.
450
178932de
SM
4512000-11-10 Stefan Monnier <monnier@cs.yale.edu>
452
d7fa3319
SM
453 * textmodes/texinfo.el (texinfo-block-default): New var.
454 (texinfo-insert-block): Use it. Insert a newline if needed.
455
178932de
SM
456 * textmodes/fill.el (fill-indent-according-to-mode): New var.
457 (fill-region-as-paragraph): Use it.
458
459 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
460 (latex-mode): Tweak tex-*-(head|trail)er regexps.
461 Tweak paragraph regexps to allow a leading [ \t]*.
462 (tex-latex-block): Insert a newline if necessary.
463 (latex-insert-item): Only insert a newline if necessary.
464 (tex-guess-main-file): New function.
465 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
466 Set tex-main-file if TeX-master is provided.
467 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
468
bd02b8e0
GM
4692000-11-10 Gerd Moellmann <gerd@gnu.org>
470
471 * startup.el (command-line): Set the default tooltip-mode
472 to t for graphical displays which implement x-show-tip.
473
474 * tooltip.el (tooltip-mode): Add a comment about startup.el
475 setting the default value of this user-option.
476
b29b03eb
SM
4772000-11-09 Stefan Monnier <monnier@cs.yale.edu>
478
479 * font-lock.el (font-lock-*-face) <defvar>: Move.
480 (font-lock-defaults-alist): Mark obsolete.
481 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
482 (font-lock-mode): Use define-minor-mode.
483 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
484 (font-lock-turn-off-thing-lock): Be more explicit.
485 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
486 (font-lock-syntactic-face-function): New var.
487 (font-lock-fontify-syntactically-region): Use it.
488 (font-lock-doc-face): New.
489
490 * pcvs.el (cvs-enabledp): Ignore errors.
491 (cvs-commit-filelist): Never query.
492 (cvs-mode-insert): Always add a terminating / in the initial prompt.
493 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
494 (cvs-do-removal): Use cvs-partition rather than delete-if.
495 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
496 cvs-bury-buffer.
497
498 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
499 Allow `next' to jump to after the end of the last match.
500
778fbc46
GM
5012000-11-09 Gerd Moellmann <gerd@gnu.org>
502
730c746c
GM
503 * simple.el (byte-compiling-files-p): New function.
504
505 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
506 if it is there.
507
508 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
509 nil again.
510
778fbc46
GM
511 * textmodes/ispell.el (ispell-library-path): Don't call
512 check-ispell-version when byte-compiling because that starts
513 an ispell process, and ispell might not be installed.
514 (toplevel): Don't set up a menu when byte-compiling.
515
516 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
517 it, so that a boundp test can be used to determine if we're
518 currently byte-compiling.
519
5912c5bb
DL
5202000-11-09 Dave Love <fx@gnu.org>
521
522 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
523 eval-after-load.
524
7bb054a5
GM
5252000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
526
527 * ps-print.el: Patch for variable initialization when spooling. Doc
528 fix.
529 (ps-output-list): Fun eliminated.
530 (ps-begin-file, ps-begin-job): Code fix.
531
9db2706e
DL
5322000-11-08 Dave Love <fx@gnu.org>
533
534 * ediff-wind.el (ediff-control-frame-parameters): Zero
535 tool-bar-lines.
536
f7eb32aa
GM
5372000-11-08 Gerd Moellmann <gerd@gnu.org>
538
539 * simple.el (shell-command, display-message-or-buffer)
540 (shell-command-on-region): Mention resize-mini-windows in the doc
541 string.
542 (display-message-or-buffer): Take the value of resize-mini-windows
543 into account.
544
7b01b08c
GM
5452000-11-07 Gerd Moellmann <gerd@gnu.org>
546
acad3c0b
GM
547 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
548
7b01b08c
GM
549 * dired.el (dired-between-files): Add `^. find' as an alternative
550 to the regular expression, for find-dired.
551
6f602bd0
SM
5522000-11-06 Stefan Monnier <monnier@cs.yale.edu>
553
554 * textmodes/texnfo-upd.el: Require texinfo.
555 (defmacro, defgroup): Remove.
556 (texinfo-section-to-generic-alist): Remove.
557 Use texinfo-section-list instead (i.e. level is changed string->int).
558 (texinfo-filter): New function.
559 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
560 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
561 Use it. And use regexp-opt.
562 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
563 (texinfo-update-menu-region-beginning)
564 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
565 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
566 (texinfo-update-menu-same-level-regexps): Update.
567 (texinfo-update-node, texinfo-every-node-update)
568 (texinfo-sequential-node-update): Remove autoload cookie.
569
570 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
571 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
572 (texinfo-chapter-level-regexp): Remove.
573 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
574
bb216218
DL
5752000-11-06 Dave Love <fx@gnu.org>
576
6f602bd0 577 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 578
6f602bd0
SM
579 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
580 Match defun*.
bb216218 581
ff8dd5d5
KH
5822000-11-06 Kenichi Handa <handa@etl.go.jp>
583
584 * composite.el (composition-function-table): Variable declaration
585 moved to src/composite.c.
586 (compose-chars-after): New optional arg object.
587
e9da51a1
GM
5882000-11-06 Gerd Moellmann <gerd@gnu.org>
589
e0c12c68
GM
590 * bindings.el (mode-line-toggle-read-only)
591 (mode-line-toggle-modified, mode-line-widen)
592 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
593 (make-mode-line-mouse2-map): Rewritten.
594 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
595 functions so that C-h k can show something with a doc string.
596
e9da51a1
GM
597 * startup.el (fancy-splash-delay): Set to 10 seconds.
598 (fancy-splash-max-time): New user-option.
599 (fancy-splash-stop-time): New variable.
600 (fancy-splash-screens): Set it. Catch `stop-splashing'.
601 (fancy-splash-screens-1): Throw `stop-splashing' when current
602 time is greater than fancy-splash-stop-time.
603
611dbdf0
SM
6042000-11-06 Stefan Monnier <monnier@cs.yale.edu>
605
4d2806e2
SM
606 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
607
611dbdf0
SM
608 * pcvs.el (cvs-mode-marked): New arg `noquery'.
609 Prompt user for a file rather than raising an error.
610 (cvs-enabledp): Fix call to cvs-mode-marked.
611 (cvs-insert-file): New function (extracted from cvs-mode-insert).
612 (cvs-mode-insert): Use it. Change the init prompt' value.
613 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
614
615 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
616 Don't pass default arg to ewoc-locate.
617 (ewoc-collect): Return result in the right order.
618
619 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
620
621 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
622 (cvs-status-get-tags): Fix regexp.
623 (cvs-status-trees, cvs-status-cvstrees):
624 Combine after change hooks and don't sit-for.
4d2806e2
SM
625 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
626 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
627 Use make-char rather than hard-coded cryptic data.
628 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
629
630 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
631
632 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
633 (cvs-insert-strings): New function.
634
937b2877
MB
6352000-11-06 Miles Bader <miles@lsi.nec.co.jp>
636
637 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
638 `mwheel-scroll-amount'.
639 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
640 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
641 string-matching against the version string.
642
c6c97763
KH
6432000-11-06 Kenichi Handa <handa@etl.go.jp>
644
6eaec747
KH
645 * language/thai.el ("Thai"): Set a lisp form that produces
646 composed string in `sample-text' language info.
647
648 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
649 composed string in `sample-text' language info.
650
651 * international/mule-cmds.el (describe-language-environment): Eval
652 `sample-text' data and insert the result.
653
c6c97763
KH
654 * international/mule-conf.el (compound-text): Define this coding
655 system here. Make x-ctext and ctext aliases of it.
656
657 * language/european.el (compound-text, ctext): Moved to
658 international/mule-conf.el.
659
d1145f85
AI
6602000-11-05 Andrew Innes <andrewi@gnu.org>
661
662 * w32-fns.el (w32-version): New function.
663
178a6a45
SM
6642000-11-05 Stefan Monnier <monnier@cs.yale.edu>
665
666 * progmodes/awk-mode.el: Update copyright.
667 (awk-mode-abbrev-table): Remove.
668 (awk-font-lock-keywords): Use regexp-opt.
669 (awk-mode): Use define-derived-mode.
670
671 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
672 when extracting a suffix.
673
1ba90166
AS
6742000-11-04 Andre Spiegel <spiegel@gnu.org>
675
676 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
677 auto-save-mode.
678
546790cb
JR
6792000-11-04 Jason Rumney <jasonr@gnu.org>
680
681 * language/european.el (decode-mac-roman): Test against r1 not r0.
682
d247e32d
SM
6832000-11-03 Stefan Monnier <monnier@cs.yale.edu>
684
fbf44f44
SM
685 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
686 (icon-mode): Define indent-line-function.
687 (icon-comment-indent): Simplify.
688 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
689
690 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
691
692 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
693 Bind change-log-default-mode to defeat the caching done on it.
694 Don't bother saving excursion any more.
695
696 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
697
698 * frame.el (after-setting-font-hook): Rename hooks -> hook.
699 (set-frame-font): Use the new name (and the old for compatibility).
700
701 * toolbar/tool-bar.el (tool-bar-mode):
702 * time.el (display-time-mode):
703 * recentf.el (recentf-mode):
704 * paren.el (show-paren-mode):
705 * mwheel.el (mouse-wheel-mode):
706 * msb.el (msb-mode):
707 * jka-compr.el (auto-compression-mode):
708 * image-file.el (auto-image-file-mode):
709 * hl-line.el (hl-line-mode):
710 * delsel.el (delete-selection-mode):
711 * autoinsert.el (auto-insert-mode):
712 * complete.el (partial-completion-mode): Drop unneeded positional args.
713
714 * info.el (Info-mode):
715 * comint.el (comint-mode): Don't both with make-local-hook.
716
d247e32d
SM
717 * log-edit.el (log-edit-menu): New menu.
718
4921558e
MB
7192000-11-03 Miles Bader <miles@gnu.org>
720
721 * wid-edit.el (widget-end-of-line): Reinstate, with a new
722 definition, so that trailing spaces are handled properly.
723 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
724
1fc02b3c
GM
7252000-11-03 Gerd Moellmann <gerd@gnu.org>
726
727 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
728 tab character.
729 (fancy-splash-screens): Set tab-width to 20.
730
51d001f7
DL
7312000-11-03 Dave Love <fx@gnu.org>
732
733 * comint.el (comint-completion-addsuffix): Fix custom type.
734
ba22aeff
SM
7352000-11-02 Stefan Monnier <monnier@cs.yale.edu>
736
737 * font-lock.el (font-lock-buffers): Remove.
738 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
739 (font-lock-change-major-mode): Remove.
740 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
741 (font-lock-default-fontify-region): Extend the multiline
742 fontification to whole lines.
743 (font-lock-fontify-anchored-keywords)
744 (font-lock-fontify-keywords-region): If matching just one
745 line (with \n) only mark the \n as multiline.
746
747 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
748 Correctly handle the case where several :group args are supplied.
749 Allow :extra-args.
750 (easy-mmode-define-global-mode): Allow :extra-args.
751 Correctly handle the case where several :group args are supplied.
752
9c887ada
MB
7532000-11-02 Miles Bader <miles@gnu.org>
754
755 * calendar/calendar.el (diary-face, calendar-today-face)
756 (holiday-face): Remove dependency on `window-system'.
757
7f25090d
KR
7582000-11-02 Ken Raeburn <raeburn@gnu.org>
759
760 * Makefile.in (emacs): Set EMACSLOADPATH always.
761 (update-authors, .el.elc, compile-files): Don't do it explicitly
762 here.
9b911107 763 (compile-files): Bomb out if compilation of a file fails.
7f25090d 764
7dd6009c
DL
7652000-11-02 Dave Love <fx@gnu.org>
766
767 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
768
94821e4f
EZ
7692000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
770
771 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
772 punctuation in the warning inserted into the *mail* buffer.
773
1ac3fc42
GM
7742000-11-02 Gerd Moellmann <gerd@gnu.org>
775
57731876
GM
776 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
777 (authors-public-domain-p): New function.
778 (authors-print): Use it.
779
975f82c9
GM
780 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
781
1ac3fc42
GM
782 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
783
4b3eb10f
GM
7842000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
785
975f82c9 786 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
787 (ps-print-version): New version number (6.3.1).
788 (ps-even-or-odd-pages): Customization fix.
789 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
790 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
791 (ps-page-count): Var replaced by `ps-page-column'.
792 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
793 (ps-print-sheet-p): New fun.
794
7da794df
MB
7952000-11-02 Miles Bader <miles@lsi.nec.co.jp>
796
797 * tooltip.el (tooltip-gud-tips-setup): New function.
798 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
799 (tooltip-mode): Call tooltip-gud-tips-setup.
800 (tooltip-gud-tips): Use `gud-basic-call' instead of
801 process-send-string, so the prompt gets frobbed appropriately.
802 Handle nil return value from `tooltip-gud-print-command'.
803
0e40b809
EL
8042000-11-01 Eric M. Ludlam <zappo@ultranet.com>
805
806 * comint.el (comint-add-to-input-history): New function.
807 (comint-send-input): Use `comint-add-to-input-history'.
808
50ada0db
MB
8092000-11-02 Miles Bader <miles@lsi.nec.co.jp>
810
973a3104
MB
811 * info.el (info-menu-header): New face.
812 (Info-fontify-menu-headers): New function.
813 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
814
50ada0db
MB
815 * info.el (Info-insert-dir): Don't include blank lines at
816 beginning of additional dir files (one is added automatically).
817
bff53411
SM
8182000-11-01 Stefan Monnier <monnier@cs.yale.edu>
819
820 * emacs-lisp/easy-mmode.el (define-minor-mode):
821 Revert the latest changes.
822 Allow the three positional arguments to be skipped and replaced
823 by keyword arguments.
824 Add a :toggle argument to determine whether a nil arg means toggle
825 or means turn-on. The default is unchanged.
826 Add a call to force-mode-line-update.
827
6b8a0b2d
DL
8282000-11-01 Dave Love <fx@gnu.org>
829
830 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
831 cookie.
832
5bf99100
MB
8332000-11-01 Miles Bader <miles@lsi.nec.co.jp>
834
835 * calendar/calendar.el (diary-face, holiday-face): Add
836 dark-background variants.
837
a4032611
SS
8382000-10-31 Sam Steingold <sds@gnu.org>
839
840 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
841 `tex-main-file' does not have directory in it.
842
c286608e
SM
8432000-10-31 Stefan Monnier <monnier@cs.yale.edu>
844
845 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
846
4836835a
TTN
8472000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
848
849 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
850 functional change.
851
26dcb81b
GM
8522000-10-31 Gerd Moellmann <gerd@gnu.org>
853
854 * files.el (find-file-noselect): When we expand a wildcard, return
855 a list of buffers, as we should do according to the doc string.
856
49fc4500
KR
8572000-10-31 Ken Raeburn <raeburn@gnu.org>
858
859 * loadup.el (top level): Adjust load path if program name is
860 "../src/bootstrap-emacs", in case it's not dumped and thus the
861 load path adjustment hasn't already been done.
862
ea0c615d
GM
8632000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
864
865 * ps-print.el: Fix bug on selected pages for printing. Use
866 `color-values' for Emacs 21. Ensure fontification when jit-lock
867 is on. Try to avoid warning messages when compiling. Doc Fix.
868 (ps-print-version): New version number (6.3).
869 (ps-color-device): Use `color-values' to determine if device
870 supports color.
871 (ps-color-values): Try to use `x-color-values' when using XEmacs.
872 (ps-print-page-p): Changed from defsubst to defun.
873 (ps-page-number): Changed from defmacro to defun.
874 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
875 printing.
c286608e 876 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
877 (ps-end-file, ps-dummy-page): Funs eliminated.
878 (ps-print-color-scale): Changed default value.
879 (ps-page-n-up, ps-print-page-p): New internal vars.
880 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
881 (ps-plot-region, ps-generate, ps-end-job): Code fix.
882
9e20722f
GM
883 * delim-col.el: Little programming improvement.
884 (delimit-columns-str): New macro.
885 (delimit-columns-region, delimit-columns-rectangle): Code fix.
886
d7a0fd00
KH
8872000-10-31 Kenichi Handa <handa@etl.go.jp>
888
c286608e
SM
889 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
890 Moved to european.el.
d7a0fd00
KH
891 (ccl-encode-mac-roman-font, fontset-mac): Modified for
892 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
893 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
894 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 895
234be340
DL
8962000-10-30 Dave Love <fx@gnu.org>
897
898 * progmodes/cc-menus.el (imenu-generic-expression)
899 (imenu-progress-message): Only defvar when compiling.
900
4edc4a39
DL
901 * emacs-lisp/elp.el (elp-unload-hook): New function.
902
903 * loadhist.el (unload-feature): Call elp-restore-function,
904 checking for symbols; don't use elp-restore-all.
905 (loadhist-hook-functions): Doc fix.
906
70c825df
SM
9072000-10-30 Stefan Monnier <monnier@cs.yale.edu>
908
909 * log-edit.el (log-edit-confirm): Fix the default.
910
1d3baf74
GM
9112000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
912
913 * delim-col.el: Little fix: replace delimit-columns-align-columns by
914 delimit-columns-format.
915 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 916
1ec321a7
MB
9172000-10-30 Miles Bader <miles@lsi.nec.co.jp>
918
919 * comint.el (comint-replace-by-expanded-history): Don't use
920 comint-get-old-input (we're not looking at *old* input).
921 (comint-get-old-input-default): If using fields, signal an error
922 when the point is not in an input field.
923
70737ea9
KH
9242000-10-30 Kenichi Handa <handa@etl.go.jp>
925
926 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
927 and mule-unicode-e000-ffff.
928
fa0cb51d 929 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
930 (make-coding-system): Accept a symbol of translation table as a
931 value of property `safe-chars'.
932
933 * international/mule-cmds.el (encode-coding-char): Check property
934 safe-chars instead of safe-charsets.
935
936 * international/fontset.el (fontset-default): Modified for
937 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
938 (x-font-name-charset-alist): Likewise.
939 (ccl-encode-unicode-font): New CCL program. Record it in
940 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
941
70c825df
SM
942 * language/european.el (mac-roman-decoder, mac-roman-encoder):
943 New translation tables.
70737ea9
KH
944 (decode-mac-roman, encode-mac-roman): Definition of these CCL
945 programs are modified and moved from mac-win.el.
946 (mac-roman): Definition of this coding system is modified and
947 moved from mac-win.el.
4836835a 948
fda2ce24 9492000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 950
1d3baf74 951 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 952 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 953
dd4d3cb6
MB
9542000-10-29 Miles Bader <miles@gnu.org>
955
956 * custom.el (custom-add-to-group): Allow multiple entries for a
957 given value OPTION, as long as their widget types are different.
958 * cus-edit.el (custom-face-value-create): If face name doesn't end
959 with "face", add such here (similar to custom group widgets).
960
961 * comint.el (comint-highlight-prompt): Add :type.
962
dace60cf
JW
9632000-10-28 John Wiegley <johnw@gnu.org>
964
965 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
966 Changed this function to operate on a temporary buffer instead of
967 the main buffer. This not only keeps flyspell from marking a
968 buffer as changed that wasn't, but it solves the jumpy cursor
969 problem when attempts are made to edit incorrect words.
970 (flyspell-maybe-correct-doubling): Same change as for
971 `flyspell-maybe-correct-transposition'.
972
973 * calendar/timeclock.el (timeclock-log): Doc fix.
974 (timeclock-last-event): Doc fix.
975 (timeclock-log): Kill the timelog buffer after appending a new
976 event.
977 (timeclock-find-discrep): Use a temp buffer to read in the
978 timelog, instead of visiting the file.
979 (timeclock-log-data): A new function, along with a host of helper
980 functions, for the purpose of making timelog data accessible to
981 programmers.
982
983 * eshell/esh-mode.el (window-height test): Make certain that
984 `eshell-stringify-t' is non-nil.
985 (eshell-password-prompt-regexp): Changed to a much simpler
986 password regexp.
987 (eshell-send-input): If `eshell-invoke-directly' returns t,
988 directly invoke the parsed command using `eval'. This improves
989 turn-around time on simple commands by a factor of three or
990 greater, such as cd, ls, pwd, etc. -- which get used very often.
991 It also conserves thousands of cons cells per call (since
992 `eshell-do-eval' consumes memory like a Cookie Monster set loose
993 in the Pacific Cookie Company).
994
995 * eshell/esh-test.el (eshell-test): Whitespace fix.
996
997 * eshell/em-ls.el (eshell-ls-insert-directory): Make
998 `eshell-ls-initial-args' nil when inserting directory contents.
999
1000 * eshell/em-script.el (eshell-script-initialize): Add names to
1001 `eshell-complex-commands, since `source' and `.' are complex.
1002
0467b076
EZ
1003 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1004 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1005 `eshell-copy-handles'.
1006 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1007 bodies.
1008 (eshell-separate-commands): Whitespace fix.
1009 (eshell-complex-commands): Added a new list of names, for
1010 determining whether a given command is as simple as it looks.
1011 (eshell-invoke-directly): New function. Returns t if a command
1012 should be invoked directly (using `eval'), rather than indirectly
1013 using `eshell-do-eval'.
1014 (eshell-do-eval): Whitespace fix.
1015
1016 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1017 which provides an emulation of the DOS shell behavior of assuming
1018 that cp/mv/ln should copy/move/link to the current directory.
1019 (eshell-remove-entries): Added a doc string.
1020 (eshell-shuffle-files): Removed the check for `target' being null.
1021 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1022 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1023 it to do a smarter check of whether a destination was provided.
1024 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1025 (eshell/ln): Enable `:preserve-args', and use
1026 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1027 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1028 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1029 list after flattening it. This makes it possible to cat files
1030 with numerical names.
1031 (eshell-unix-initialize): Added several names to
1032 `eshell-complex-commands.
1033 (eshell-unix-command-complex-p): Return t if a given command name
1034 may result in external processes being invoked.
1035
1036 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1037 variable nil by default, since it slows down glob processing by a
1038 factor of two or more, and increases memory consumption.
1039
1040 * eshell/em-smart.el: Added a note about how memory consumptive
1041 smart display mode can be (at least this is true in Emacs 21).
1042 (eshell-smart-initialize): Whitespace fix.
1043 (eshell-refresh-windows): Use `if' instead of `when'.
1044 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1045 not necessary.
1046 (eshell-currently-handling-window): Added a missing global
1047 variable.
1048
1049 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1050 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1051 Whitespace fix.
1052 (eshell-ls-exclude-hidden): Added this variable in addition to
1053 `eshell-ls-exclude-regexp'. This one prevents files beginning
1054 with . from even being read, which can improve memory consumption
1055 quite a bit.
1056 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1057 read file entries beginning with a dot. In home directories with
1058 lots of hidden files, fully two-thirds of the time spent in ls is
1059 used to read directory entries that are immediately thrown away.
1060 (eshell-ls-initial-args): Added back this configuration variable,
1061 for specifying default initial arguments to every call to ls.
1062 Much faster than using an alias to do the same thing.
1063 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1064 (eshell-ls-dir): Whitespace change.
1065
1066 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1067
1068 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1069 available.
1070 (eshell-stringify-t): Added a customization variable, to indicate
1071 whether `t' should be rendered as a string at all. If not, one
1072 can still determine if the result of an expression is true using
1073 "file-exists-p FILE && echo true".
1074 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1075 stringify t!
1076
1077 * eshell/esh-module.el: Whitespace fix.
1078
1079 * eshell/em-alias.el (eshell-alias-initialize): Added
1080 `eshell-command-aliased-p' to `eshell-complex-commands'.
1081 (eshell-command-aliased-p): New function that returns t if a
1082 command name names an aliased.
1083
657f9cb8 10842000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1085
0467b076 1086 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1087 redrawing the screen when changing cursor color.
0467b076
EZ
1088 (viper-insert-state-pre-command-sentinel)
1089 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1090 (viper-replace-state-post-command-sentinel):
1091 Use viper-preserve-cursor-color.
657f9cb8
MK
1092 Many functions changed to use viper= instead of = when comparing
1093 characters.
0467b076 1094 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1095 working with characters.
0467b076 1096 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1097 Many functions changed to use viper= instead of = when comparing
1098 characters.
0467b076 1099 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1100
0467b076 1101 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1102 Several typos fixed in various docstrings.
0467b076
EZ
1103 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1104 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1105 hook.
0467b076
EZ
1106 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1107 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1108 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1109 (ediff-get-selected-buffers): New function.
1110 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1111 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1112 save-window-excursion.
0467b076 1113 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1114 termination check in while loop.
0467b076 1115 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1116 dired buffer.
0467b076
EZ
1117 (ediff-files,ediff-merge-files,ediff-files3)
1118 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1119
4f490d99
DL
11202000-10-28 Dave Love <fx@gnu.org>
1121
1122 * info.el (Info-fontify-node): Add help-echo for menu items.
1123
45b84006
EZ
11242000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1125
5ebc02b3
EZ
1126 * startup.el (normal-top-level): If the value of $TERM indicates
1127 we are running from xterm or one of its work-alikes, default to a
1128 light background mode.
1129
45b84006
EZ
1130 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1131 * faces.el (tty-handle-reverse-video): New function.
1132 (tty-create-frame-with-faces): Call it.
1133
1134 * frame.el (frame-notice-user-settings): Don't apply
1135 default-frame-alist and initial-frame-alist to MS-DOS frames.
1136 Call tty-handle-reverse-video, frame-set-background-mode, and
1137 face-set-after-frame-default for non-MS-DOS frames.
1138
1139 * startup.el (tty-long-option-alist): New variable.
1140 (tty-handle-args): New function.
1141 (command-line): Call tty-handle-args.
1142
1143 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1144 startup.el now does that for all character-terminal frames.
1145
eab6e8b9
MB
11462000-10-28 Miles Bader <miles@gnu.org>
1147
1148 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1149 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1150 global. If :global is followed by a non-nil but non-t value,
1151 make the mode buffer-local, but also generate a `global-MODE'
1152 version using `easy-mmode-define-global-mode'. Add
1153 :conditional-turn-on keyword argument.
1154
51a29efc
DL
11552000-10-28 Dave Love <fx@gnu.org>
1156
1157 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1158 use window-system.
1159
d71d7114
EZ
11602000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1161
1162 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1163 Don't call find-buffer-file-type-coding-system. Instead, just
1164 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1165 if the file is on an untranslated filesystem.
1166 (add-untranslated-filesystem): Use "D" instead of "f" inside
1167 interactive.
1168
1f9cab4b
DL
11692000-10-27 Dave Love <fx@gnu.org>
1170
70c825df 1171 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1172 (refill-mode): Use it.
1173
70c825df
SM
11742000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1175
1176 * international/quail.el (quail-activate): Don't make-local-hook.
1177
7432cf10
AS
11782000-10-27 Andre Spiegel <spiegel@gnu.org>
1179
4836835a 1180 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1181 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1182 (vc-make-version-backup): Don't do it on MS-DOS without long file
1183 names.
4836835a 1184
7432cf10
AS
1185 * vc.el (vc-version-other-window): If an automatic backup of the
1186 desired version exists, rename it instead of copying it.
1187
4836835a
TTN
1188 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1189 after command. If there's an unexpected error, signal it instead
7432cf10 1190 of being silent.
e1483c38 1191 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1192
05ea7ef2
MB
11932000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1194
fd1035aa
MB
1195 * shell.el (shell): Add BUFFER argument.
1196 * comint.el (make-comint-in-buffer): New function.
1197 (make-comint): Use it.
1198
05ea7ef2
MB
1199 * faces.el (face-spec-choose): Change syntax so that the list of
1200 attribute-value pairs is now the cdr of each clause, not the cadr.
1201 Detect old-style entries, and handle them. Use pop.
1202
835a55fe
SM
12032000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1204
f5ab1cdd
SM
1205 * cus-edit.el (custom-mode-map): Use a sparse map.
1206 (custom-mode): Don't bother with make-local-hook.
1207
1208 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1209
835a55fe
SM
1210 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1211
c13b0ec8
GM
12122000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1213
1214 * ps-print.el: Avoid compilation gripes.
1215 (ps-print-version): New version number (6.2.1).
4836835a 1216
e9f63196
DL
12172000-10-26 Dave Love <fx@gnu.org>
1218
0b95284b
DL
1219 * menu-bar.el: Modify some menu item help strings.
1220 (menu-bar-help-menu): Add link to MORE.STUFF.
1221
e9f63196
DL
1222 * cus-edit.el (custom-mode): Add `special' mode-class property.
1223
1224 * wid-browse.el (widget-browse-mode): Likewise.
1225
1226 * wid-edit.el (widget-specify-field): Revert to using local-map
1227 property, not keymap.
1228
e276a14a
MB
12292000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1230
c1545d88
MB
1231 * wid-edit.el (widget-field-end): When checking for a `boundary'
1232 field, do so in the correct buffer.
1233
3c1b77ca
MB
1234 * simple.el (undo): Correctly distinguish between numeric and
1235 non-numeric prefix args in non-transient-mark-mode, as per the doc
1236 string. When in transient-mark-mode, treat all prefix-args as
1237 numeric.
1238
f5ab1cdd
SM
1239 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1240 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1241
1242 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1243 (comint-mode-map): Reverse order of `comint-write-output' and
1244 `comint-append-output-to-file'.
1245 (comint-append-output-to-file): Reinstate this function, for the
1246 benefit of the menu.
1247
d97151cb
SM
12482000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1249
1250 * vc.el (vc-version-other-window): Bind `file'.
1251
ea7d6f5b
GM
12522000-10-25 Gerd Moellmann <gerd@gnu.org>
1253
f5ab1cdd 1254 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1255
1256 * emacs-lisp/authors.el (batch-update-authors): New function.
1257 (authors-fixed-entries): New defconst.
1258 (authors-add-fixed-entries): New function.
1259 (authors): Call it.: Don't process lispref/.
1260
17c25cea
JR
12612000-10-25 Jason Rumney <jasonr@gnu.org>
1262
1263 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1264 Merge x w32 and mac definitions.
1265
4ecda532
GM
12662000-10-25 Gerd Moellmann <gerd@gnu.org>
1267
1268 * menu-bar.el (menu-bar-options-menu): Add a help string for
1269 `uniquify'.
1270
b6735035
GM
12712000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1272
f5ab1cdd
SM
1273 * time-stamp.el (time-stamp-string-preprocess):
1274 Fix a wrong type argument error.
b6735035 1275
f4cbc7a0
MB
12762000-10-25 Miles Bader <miles@gnu.org>
1277
1278 * recentf.el (recentf-mode): Variable removed.
1279 (recentf-mode): Use `define-minor-mode'.
1280
1281 * mwheel.el (mouse-wheel-mode): New global minor mode.
1282 (mwheel-install): Use `mouse-wheel-mode'.
1283
f4b020f6
DL
12842000-10-25 Dave Love <fx@gnu.org>
1285
f5ab1cdd
SM
1286 * progmodes/cperl-mode.el (cperl-mode):
1287 Set normal-auto-fill-function correctly.
072cb6f9 1288
f4b020f6
DL
1289 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1290 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1291 bindings.
f4b020f6 1292
ebe2a441
MB
12932000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1294
ff4dcd4b
MB
1295 * wid-edit.el (widget-field-at): New function.
1296 (widget-at, widget-field-activate): Use it.
1297 (widget-tabable-at): Use `widget-at'.
1298 (widget-specify-field): If the terminating character of the widget
1299 field (which is read-only) is a newline, put it into a special
1300 `boundary' field so that C-n/C-p act more naturally.
1301 (widget-field-end): Also don't subtract one if a special
1302 `boundary' field has been added after the widget field.
1303
ebe2a441
MB
1304 * comint.el (comint-output-filter, comint-send-input): Don't
1305 bother adding stickiness fields to overlays to fool the field
1306 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1307
ebe2a441
MB
1308 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1309 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1310 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1311
fe50b6ab
GM
13122000-10-24 Gerd Moellmann <gerd@gnu.org>
1313
53df4dda
GM
1314 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1315 (authors): Set file coding system to iso-2022-7bit. Add
1316 file-local variables to output buffer.
1317
4836835a 1318 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1319 WARN is nil.
1320
53df4dda
GM
13212000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1322
1323 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1324
1325 * delim-col.el: Now there is a column formatting mechanism.
1326 Modified to customization mechanisms convention. Doc fix.
1327 (columns): New group for delim-col.
1328 (delimit-columns-before, delimit-columns-after)
1329 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1330 (delimit-columns-end): New vars.
1331 (delimit-columns-customize, delimit-columns-format): New funs.
1332 (delimit-columns-region, delimit-columns-rectangle)
1333 (delimit-columns-rectangle-line): Modified to support column
1334 formatting.
4836835a 1335
a9839779
DL
13362000-10-24 Dave Love <fx@gnu.org>
1337
1338 * log-edit.el (log-edit): Add :version and a :group for vc.
1339
df0267b8
GM
13402000-10-24 Gerd Moellmann <gerd@gnu.org>
1341
9acc3873
GM
1342 * files.el (after-find-file): Don't print a message ``New file''
1343 if WARN is nil.
1344
63e1b552
GM
1345 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1346 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1347 get duplicate tool-bar entries because we'll see the global ones
1348 on more than one path through keymaps.
1349
1946f901
GM
1350 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1351
df0267b8
GM
1352 * progmodes/cmacexp.el: Change Francesco's email address.
1353
ae3b264b
KH
13542000-10-24 Kenichi Handa <handa@etl.go.jp>
1355
1356 * window.el (fit-window-to-buffer): Adjust point of the window
1357 buffer, not that of the current buffer.
1358
23afac01
EZ
13592000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1360
1361 * progmodes/cmacexp.el: Update the euthor's email address.
1362
22d1a4ed
MB
13632000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1364
1365 * faces.el (face-spec-set-match-display): Add `graphic' display
1366 type (the inverse of `tty'). Use `display-graphic-p' instead of
1367 the window-system variable.
1368
f408aa48
KH
13692000-10-24 Kenichi Handa <handa@etl.go.jp>
1370
1371 * international/isearch-x.el (isearch-with-input-method): Call
1372 input-method-function with the first event in
1373 unread-command-events.
1374
94fe8a31
MB
13752000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1376
1377 * faces.el (face-default-spec, face-user-default-spec): Make
1378 defsubsts.
1379
8f47302e
AC
13802000-10-24 Andrew Choi <akochoi@i-cable.com>
1381
1382 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1383 New charsets.
1384
1385 * term/mac-win.el: Remove definitions of mac-roman-lower and
1386 mac-roman-upper, require dired, and define instead of set
1387 mac-ready-for-drag-n-drop to avoid compilation error.
1388
446c097e
AI
13892000-10-23 Andrew Innes <andrewi@gnu.org>
1390
1391 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1392 superfluous calls to subst-char-in-string; instead apply
1393 expand-file-name after convert-standard-filename to ensure
1394 expected directory separators are used.
1395
379b70e7
EZ
13962000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1397
1398 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1399
85c766e9
DL
14002000-10-23 Dave Love <fx@gnu.org>
1401
b7e03a67
DL
1402 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1403 (tool-bar-add-item): Set foreground and background for XBM icons.
1404
1405 * international/latin1-disp.el (latin1-char-displayable-p): New
1406 function (from Handa).
1407 (latin1-display-check-font): Use it.
1408
0dcf8835
DL
1409 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1410 using :key-sequence, making it much more usable. Use nconc, not
1411 append.
1412 (imenu--create-keymap-1): Avoid append.
1413
85c766e9 1414 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1415
cb3069bb
MB
14162000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1417
1418 [the following changes fix a bug where `define-minor-mode' didn't
1419 correctly generate :require clauses for defcustoms in compiled files]
1420 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1421 (byte-compile-log-file, byte-compile-log-1): Don't set
1422 `byte-compile-current-file' to nil. Instead set
1423 `byte-compile-last-logged-file' to it. Test whether
1424 byte-compile-current-file equals byte-compile-last-logged-file
1425 instead of whether its nil.
3b6542ba 1426 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1427
6db6243b
SM
14282000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * textmodes/refill.el: Fix var names in doc.
1431 (refill-mode): Don't bother with make-local-hook anymore.
1432
98490598
MB
14332000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1434
e01cd227
MB
1435 * faces.el (face-user-default-spec, face-default-spec): New functions.
1436 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1437 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1438 Use `face-user-default-spec'. Simplify code slightly.
1439
4836835a 1440 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1441 (woman-unknown-face): Add dark-background variants.
1442 (woman-default-faces): Renamed from `woman-colour-faces'.
1443 Set using the stored defaults, rather than using hard-wired colors.
1444 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1445 Just make the foreground `unspecified' rather than "black".
1446 (woman-menu): Rename menu entries accordingly.
1447
98490598
MB
1448 * faces.el (header-line): Make more reasonable on mono/grayscale
1449 displays.
1450
1a578e9b
AC
14512000-10-23 Andrew Choi <akochoi@i-cable.com>
1452
1453 * cus-edit.el (custom-button-face): Use 3D look for mac.
1454 (custom-button-pressed-face): Likewise.
1455
1456 * faces.el (set-face-attributes-from-resources): Handle mac frames
1457 in the same way as x and w32 frames.
1458 (face-valid-attribute-values): Likewise.
1459 (read-face-attribute): Likewise.
1460 (defined-colors): Likewise.
1461 (color-defined-p): Likewise.
1462 (color-values): Likewise.
1463 (display-grayscale-p): Likewise.
1464 (face-set-after-frame-default): Likewise.
1465 (mode-line): Same default face as for x and w32.
1466 (tool-bar): Likewise.
1467
1468 * frame.el: Remove call to frame-notice-user-settings at end of
1469 the file.
1470
1471 * info.el (Info-fontify-node): make underlines invisible for mac
1472 as for x, pc, and w32 frame types.
1473
1474 * term/mac-win.el: New file.
1475
aaaf7be7
DL
14762000-10-22 Dave Love <fx@gnu.org>
1477
1478 * textmodes/refill.el: New file.
1479
5392d654
AS
14802000-10-22 Andre Spiegel <spiegel@gnu.org>
1481
4836835a 1482 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1483 MANUAL and REGEXP.
4836835a 1484 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1485 New functions.
1486 (vc-before-save): Use the latter.
1487 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1488 confusion.
1489
4836835a 1490 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1491 expected by vc[-hooks].el.
1492
1493 * vc.el (vc-checkout): Added `-p' suffix in call to
1494 vc-make-version-backups-p; use vc-make-version-backup to actually
1495 make the backup.
1496 (vc-version-other-window, vc-version-backup-file): Handle both
1497 automatic and manual backups.
1498 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1499 of all of them.
1500
1e221c16
MB
15012000-10-22 Miles Bader <miles@gnu.org>
1502
7ff4fda5
MB
1503 * comint.el (comint-highlight-input, comint-highlight-prompt):
1504 Renamed, `-face' at end removed.
1505 (comint-send-input, comint-output-filter): Use renamed faces.
1506
3511cde8
MB
1507 * window.el (fit-window-to-buffer): Change defaulting of
1508 MAX-HEIGHT slightly.
1509
1e221c16
MB
1510 * faces.el (color-values, color-defined-p): Use `member', not
1511 `memq', because it works correctly for strings.
1512 (frame-set-background-mode): Actually, "unspecified-fg" and
1513 "unspecified-bg" *are* strings. Use `member', not `memq', and
1514 `equal', not `eq', when a string value is possible.
1515
b6ef4898
EZ
15162000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1517
1518 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1519
34939e2c
SM
15202000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1521
1522 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1523 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1524 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1525 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1526 (sh-font-lock-syntactic-keywords): Use them.
1527 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1528 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1529 (sh-mode): Don't override font-lock-unfontify-region-function.
1530 Use a copy of sh-font-lock-syntactic-keywords.
1531 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1532 Don't call sh-scan-buffer since font-lock does it on the fly.
1533 (sh-get-indent-info): Use `face' rather than `syntax-table'
1534 text-property to detect here-documents.
1535 Replace sh-special-syntax with sh-st-punc.
1536 (sh-prev-line): Use `face' rather than `syntax-table'
1537 text-property to skip over here-documents.
1538 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1539 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1540 (sh-electric-less, sh-set-here-doc-region)
4836835a 1541 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1542 (sh-scan-buffer, sh-rescan-buffer): Remove.
1543
f3d3c491
AI
15442000-10-21 Andrew Innes <andrewi@gnu.org>
1545
1546 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1547 remote (ange-ftp) file names.
1548
b86c791c
MB
15492000-10-21 Miles Bader <miles@gnu.org>
1550
d9c30bdf
MB
1551 * window.el (fit-window-to-buffer): New function.
1552 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1553 (window-text-height): Don't expect minibuffers to have mode-lines.
1554
d9c30bdf 1555 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1556 * international/quail.el (quail-update-guidance): Use
1557 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1558
617fee5a
MB
1559 * international/quail.el (quail-show-guidance-buf): Make sure
1560 guidance window really has enough room.
1561 (quail-update-guidance): If quail-guidance-win is already shown,
1562 make sure its height is OK.
1563
b86c791c
MB
1564 * window.el (window-text-height, set-window-text-height):
1565 New functions.
1566 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1567 instead of `window-height' & `mode-line-window-height-fudge'.
1568 (mode-line-window-height-fudge): Add FACE parameter.
1569 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1570 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1571
e34850d1
MB
15722000-10-20 Miles Bader <miles@gnu.org>
1573
1574 * window.el (height-affecting-face-attributes): Use `defconst'.
1575
1576 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1577 New function, conditionally aliased to `mode-line-window-height-fudge'.
1578 (ispell-help): Use it.
1579 (ispell-choices-win-default-height): Don't include mode-line fudge.
1580 (ispell-choices-win-default-height): New function.
1581 (ispell-show-choices, ispell-command-loop): Use function
1582 `ispell-choices-win-default-height' instead of variable.
1583
a8b883c2
MB
15842000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1585
8c6e4a58
MB
1586 * window.el (mode-line-window-height-fudge): New variable.
1587 (height-affecting-face-attributes): New variable.
1588 (mode-line-window-height-fudge): New function.
1589 (shrink-window-if-larger-than-buffer): Use it.
1590 * help.el (resize-temp-buffer-window): Likewise.
1591
a8b883c2
MB
1592 * info.el (Info-fontify-node): Add support for @subsubsection
1593 titles, which use `Info-title-4-face'.
1594 (Info-title-4-face): New face.
1595 (Info-title-3-face): Inherit from Info-title-4-face instead of
1596 variable-pitch.
1597
e64c3a75
JR
15982000-10-19 Jason Rumney <jasonr@gnu.org>
1599
1600 * dired.el (dired-insert-directory): Do not let errors signalled by
1601 attempt to run dired-free-space-program prevent dired from working.
1602
c70fe852
SM
16032000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1604
1605 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1606
877cf6b4
GM
16072000-10-19 Gerd Moellmann <gerd@gnu.org>
1608
5de037e0
GM
1609 * dirtrack.el (dirtrack): Fix call to run-hooks.
1610
6deb9af9
GM
1611 * cmuscheme.el (cmuscheme-program-name): Renamed from
1612 scheme-program-name because xscheme.el contains a defcustom with
1613 the same name. As a consequence, customizing group `cmuscheme'
1614 loaded `xscheme' which redefined run-scheme.
1615 (run-scheme): Use cmuscheme-program-name.
1616
877cf6b4
GM
1617 * ps-print.el (ps-print-emacs-type): Move into the
1618 eval-and-compile.
1619
e597d8fb 1620 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1621 anonymous address, and add a website for Befrienders International.
4836835a 1622
3e9cb08f
GM
16232000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1624
c70fe852
SM
1625 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1626 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1627 (ps-print-version): New version number (6.2).
1628 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1629 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1630 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1631 (ps-x-extent-priority, ps-x-extent-start-position)
1632 (ps-x-face-font-instance, ps-x-find-coding-system)
1633 (ps-x-font-instance-properties, ps-x-make-color-instance)
1634 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1635 avoid compilation gripes without defining functions.
1636 (ps-e-find-composition): Alias for function find-composition, to have a
1637 suitable function depending on Emacs version.
1638 (ps-color-device, ps-color-values, ps-face-foreground-name)
1639 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1640 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1641 (ps-print-ensure-fontified): Function definitions surrounded by
1642 `eval-and-compile' to avoid compilation gripes.
1643 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1644 by symbol-value to avoid compilation gripes.
1645 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1646 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1647
d8abcd91
MB
16482000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1649
13ab33c4
MB
1650 * startup.el (normal-top-level): Call `frame-set-background-mode'
1651 after `frame-notice-user-settings' because the latter doesn't call
1652 the former on a tty.
1653
d8abcd91
MB
1654 * faces.el (frame-set-background-mode): `unspecified' &c are
1655 symbols, not strings.
1656
e8bce0a9
EZ
16572000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1658
c70fe852
SM
1659 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1660 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1661
c70fe852
SM
1662 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1663 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1664
773272d8
KH
16652000-10-19 Kenichi Handa <handa@etl.go.jp>
1666
c70fe852 1667 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1668 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1669 for ISO10646-1 fonts.
1670 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1671
772139c0
EZ
16722000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1673
1674 * faces.el (frame-set-background-mode): If a tty frame defines a
1675 background color, use that to compute the background mode, instead
1676 of always defaulting to "dark".
1677
d134a19f
MB
16782000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1679
8bb84cb2
MB
1680 * comint.el (comint-write-output): New function.
1681 (comint-mode-map): Add it to the menu.
e40a778f 1682 Bind `C-c C-s' to comint-write-output.
d134a19f 1683
dada41e1
GM
16842000-10-18 Gerd Moellmann <gerd@gnu.org>
1685
1686 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1687 Use fancy-splash-delay.
1688
9b5360aa
GM
16892000-10-18 Alex Schroeder <alex@gnu.org>
1690
1691 * progmodes/sql.el (sql-sybase-options): New option.
1692 (sql-sybase): Use it. Add sql-database to the list of parameters
1693 provided for login. The options -w 2048 -n are not used any more.
1694
9035a35a
GM
1695 * comint.el (comint-read-input-ring): Bugfix such that the first
1696 and the last entry of the input ring file are not lost.
1697
3556c6dd
GM
16982000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1699
1700 * ps-print.el: Internal variable changes to defcustom,
1701 make-local-hook changes to defvar. Doc fix.
1702 (ps-print-version): New version number (6.1).
1703 (ps-setup, ps-do-despool): Code fix.
1704 (ps-printer-name): Customization fix.
1705 (ps-printer-name-option): Now is a defcustom instead of an
1706 internal variable.
1707 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1708 (ps-print-begin-column-hook): Now are defvar instead of
1709 make-local-hook.
4836835a 1710
4e217e50
MB
17112000-10-18 Miles Bader <miles@gnu.org>
1712
1713 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1714 (comint-kill-output): Changed into an alias for `comint-delete-output',
1715 and made obsolete.
1716 (comint-mode-map): Rename references to comint-kill-output.
1717
34460354
EZ
17182000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * diff-mode.el (diff-header-face, diff-file-header-face)
1721 (diff-changed-face): Add bold and italic attributes to tty faces.
1722 (diff-function-face): New face.
1723 (diff-font-lock-keywords): Use it.
1724
17ea3cdb
MB
17252000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1726
1727 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1728 Remove commented-out call to force-mode-line-update.
1729 (comint-kill-output): Use `forward-line 0' instead of
1730 beginning-of-line to make sure we get past the prompt.
1731
9244f2c7
SM
17322000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1733
1734 * diff-mode.el (diff-header-face, diff-file-header-face):
1735 Add specific setting for dark background.
1736 (diff-context-face): Renamed from diff-comment-face.
1737 Set explicitly rather than inheriting from font-lock-comment-face.
1738
1592c1ef
EZ
17392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1740
1741 * startup.el (command-line): Move the code which sets the default
1742 TTY colors to before before-init-hook.
1743
f86292a9
GM
17442000-10-17 Gerd Moellmann <gerd@gnu.org>
1745
1746 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1747
f7f2e883
EZ
17482000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1749
e854cc22
EZ
1750 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1751 extensions, for MS-DOS.
1752
f7f2e883
EZ
1753 * diff-mode.el (diff-header-face, diff-file-header-face)
1754 (diff-changed-face): Define tty-specific colors.
1755
c7b4f0f9
GM
17562000-10-17 Gerd Moellmann <gerd@gnu.org>
1757
1758 * startup.el (fancy-splash-text): Realign the text.
1759
12a72271
EZ
17602000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1761
1762 * font-lock.el (font-lock-comment-face): Define a separate default
1763 for dark-background tty's.
1764
61dfccfd
MB
17652000-10-17 Miles Bader <miles@gnu.org>
1766
1767 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1768 being obscured by whizzy mode-lines on graphics displays.
1769
333cd59e
EZ
17702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1771
1772 * info.el (Info-title-1-face, Info-title-2-face)
1773 (Info-title-3-face): Define colors for tty's.
dada41e1 1774 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1775
dbf1fcc1
EZ
17762000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1777
1778 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1779 reverse from the frame parameters, and don't invert foreground and
1780 background colors.
1781
ac629823
MB
17822000-10-16 Miles Bader <miles@gnu.org>
1783
1784 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1785 string "*Info*". Call propertized-buffer-identification to spruce
1786 up the result.
1787
76eebffc
GM
17882000-10-16 Gerd Moellmann <gerd@gnu.org>
1789
3a6b59d9
GM
1790 * help.el: Provide `help' for the sake of define-minor-mode
1791 which generates defcustoms with requires.
1792
6569c3d3
GM
1793 * jit-lock.el (jit-lock-after-change): If we're in text that
1794 matches a multi-line font-lock pattern, make sure the whole text
1795 will be redisplayed.
1796
c2e0a611
GM
1797 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1798 author's name is unknown.
1799
76eebffc
GM
1800 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1801 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1802 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1803 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1804 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1805 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1806 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1807 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1808 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1809 Add author information.
1810
cf1e7b12
MB
18112000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1812
1813 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1814 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1815 full-color version (using the Gimp) to eliminate dithering artifacts.
1816
5586f3eb
SM
18172000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1818
1819 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1820
1821 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1822
ad64a888
DL
18232000-10-15 Dave Love <fx@gnu.org>
1824
1825 * progmodes/sh-script.el: Require skeleton and comint when
1826 compiling.
1827
1828 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1829
1830 * whitespace.el: Doc fixes.
1831 (top-level): Don't add hooks here.
1832 (whitespace-running-emacs): Deleted.
1833 (timer): Don't require.
1834 (whitespace): Add back :version conditional on xemacs test.
1835 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1836 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1837 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1838 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1839 Avoid specific xemacs test.
1840 (whitespace-global-mode): New option.
1841 (whitespace-global-mode): New command.
1842 (whitespace-unload-hook): New function.
1843
1844 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1845 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1846 (Info-fontify-node): `Goto' goes to `Go to'.
1847 (Info-fontify-node): Add help-echo to xref links.
1848
1ef49fc6
EZ
18492000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1850
1851 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1852
8b7707e1
SM
18532000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1854
b3b7f42f
SM
1855 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1856 Use plist-get and allow :inherit.
1857
1858 * emacs-lisp/cl-macs.el (cl-do-arglist):
1859 Use plist-get and plist-member instead of memq.
1860
3c7fafc7
SM
1861 * emacs-lisp/ewoc.el (ewoc-location): New function.
1862 (ewoc-enter-after, ewoc-enter-before): Document return value.
1863 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1864 Don't need make-local-hook any more.
1865 (cvs-addto-collection): Return the new tin.
1866 (cvs-mode-insert): Jump to the new line.
1867
8b7707e1
SM
1868 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1869
1870 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1871
1872 * font-lock.el (font-lock-syntactically-fontified): New var.
1873 (font-lock-fontify-syntactic-keywords-region): Use it.
1874 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1875
1876 * diff-mode.el (diff-find-file-name): Fix regexp.
1877
1878 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1879 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1880
1881 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1882 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1883 (sh-mode): Don't make all vars local here.
1884 (sh-kw): Reformat.
1885 (sh-set-shell): Use dolist. Don't set indent-region-function.
1886 (sh-mode-syntax-table): Use pop.
1887 (sh-remember-variable): Use push.
1888 (sh-help-string-for-variable): Use memq.
1889 (sh-safe-backward-sexp): Remove.
1890 (sh-safe-forward-sexp): Add ARG.
1891 (sh-get-indent-info, sh-prev-stmt): Use it.
1892 (sh-prev-line): Simplify by using forward-comment.
1893 (sh-this-is-a-continuation): Simplify.
1894 (sh-learn-buffer-indent): Use dolist.
1895 (sh-do-nothing): Remove.
1896 (sh-set-char-syntax, sh-set-here-doc-region):
1897 Use inhibit-modification-hooks.
1898 (sh-name-style): Use mapcar and push.
1899 (sh-load-style): Use dolist.
1900 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1901 (sh-case, sh-while-getopts): Use propertize directly rather
1902 than sh-electric-rparen.
1903
19042000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1905
1906 * textmodes/tex-mode.el: Require CL when compiling.
1907 (tex-mode-syntax-table): Init immediately.
1908 (tex-mode-map): Bind M-RET to latex-insert-item.
1909 (latex-mode): Set indent-line-function to latex-indent.
1910 (tex-common-initialization): Don't setup the syntax-table any more.
1911 (latex-insert-item): New skeleton.
1912 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1913 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1914 (latex-indent, latex-find-indent): New functions.
4836835a 1915 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1916 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1917 (tex-compilation-parse-errors): Use with-syntax-table.
1918
86b7fcbb
MB
19192000-10-15 Miles Bader <miles@gnu.org>
1920
1921 * font-lock.el (font-lock-comment-face): Change dark-background,
1922 color, non-tty, default to `chocolate1'.
1923
57a24508
JW
19242000-10-13 John Wiegley <johnw@gnu.org>
1925
1926 * eshell/esh-util.el (require): Added a missing `require' form,
1927 needed when compiling (for an ange-ftp macro definition).
1928
40ad3db4
DL
19292000-10-13 Dave Love <fx@gnu.org>
1930
1931 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1932
db460189
GM
19332000-10-13 Gerd Moellmann <gerd@gnu.org>
1934
b41c9501
GM
1935 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1936 fix.
1937
4836835a 1938 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1939 transparent -colors 8).
1940
3b5e21df
GM
19412000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1942
1943 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1944 that breaks with old list format timestamps.
1945 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1946 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1947 strings.
1948
16908a3f
JW
19492000-10-13 John Wiegley <johnw@gnu.org>
1950
d7103dda
JW
1951 * align.el, pcomplete.el, calendar/timeclock.el,
1952 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1953
dace60cf 1954 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1955 faulty math, where holiday hours were being computing as seconds.
1956
b6b70cda
JW
19572000-10-13 John Wiegley <johnw@gnu.org>
1958
1959 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1960 specifying what "other" kinds of buffers should be saved. This
1961 used to be hard-coded.
1962 (desktop-buffer-misc-functions): A global for specifying how
1963 auxiliary data should be determined for special buffer types.
1964 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1965 instead of hard-coding the special buffer types.
1966 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1967 auxiliary data, instead of hard-coding for Info buffers and dired.
1968 (desktop-buffer-info-misc-data): Aux function for determining Info
1969 buffer auxiliary info.
1970 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1971 (desktop-buffer-info): Changed this function to use the info
1972 gathered above.
1973 (desktop-create-buffer): Be a little more careful about what
1974 `minor-mode' means before calling it. This is important for some
1975 buffer types.
1976
8c6b1d83
JW
19772000-10-13 John Wiegley <johnw@gnu.org>
1978
1979 * eshell/esh-util.el: Added a global form which declares an
1980 autoload for `parse-time-string', if that function is not already
1981 defined, and if parse-time.el is available on the user's system.
1982
1983 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1984 to be aware of ange-ftp user info.
1985 (eshell-do-ls): Bind `ange-cache'. Also, use
1986 `eshell-file-attributes'.
1987 (eshell-ls-annotate): Use `eshell-file-attributes'.
1988 (eshell-ls-file): Made the user-id printing code a bit smarter.
1989
1990 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1991 allow identification of alias user ids in remote directories.
1992 It's manual, but there's no other way to know when the current
1993 user on the local machine, is also the owning user on the remote
1994 machine.
1995 (fboundp): Bind `ange-cache'.
1996 (eshell-directory-files-and-attributes): Re-organized the logic a
1997 bit to use `eshell-file-attributes' instead of `file-attributes'.
1998 The former is more sensitive to directories that are read via FTP,
1999 and knows how to use ange-ftp to determine full attribute
2000 information, instead of just the name and last modtime.
2001 (eshell-current-ange-uids): Return the current user id when in a
2002 remote directory.
2003 (eshell-parse-ange-ls): Parse a full directory listing that has
2004 been returned by ange-ftp.
2005 (eshell-file-attributes): This beefed up version of
2006 `file-attributes' is only special if the user is currently in a
2007 remote directory, in which case it does a lot of work to find out
2008 what the real attributes of a file are, as they appear on the
2009 remote machine. This makes usage of remote directories (i.e.,
2010 ange-ftp pathnames) much more useful. You can now use Eshell as a
2011 full-fledged FTP client, with much more manipulation ability than
2012 most other clients.
2013
2014 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2015 variable, which means that Eshell's du should always be preferred
2016 in remote directories.
2017 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2018 just `file-attributes'.
2019 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2020 when reading remote directories. This is an Eshell-specific
2021 variable (not part of ange-ftp).
2022 (eshell/ln): Bind `ange-cache'.
2023 (eshell/du): Added some extra logic for determining when to use
2024 Eshell's du (which is slow), and when to use the external version
2025 (which may or may not exist).
2026
2027 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2028 `eshell-interactive-process', rather than using
2029 `get-buffer-process', since backgrounded processes don't count in
2030 the context of this function's logic.
2031
2032 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2033 `forward-char', so that null strings are parsed correctly.
2034
87730e84 20352000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2036
2037 * eshell/em-pred.el (eshell-pred-file-type,
2038 eshell-pred-file-links, eshell-pred-file-size): Use
2039 `eshell-file-attributes'. This is more correct over ange-ftp.
2040
2041 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2042 that remote file globbing is more efficient.
2043
2044 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2045 gathering the files and attributes within a directory.
2046
2047 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2048 the command line is a special file (not a regular file, directory
2049 or symlink), always attempt to call the external version of cat.
2050
87730e84 20512000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2052
2053 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2054 Eshell-friendly version of find-tag.
2055
1c7e37a9
MB
20562000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2057
4836835a 2058 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2059 (image-file-name-regexps): Add autoload cookies.
2060
11a7f341
KH
20612000-10-13 Kenichi Handa <handa@etl.go.jp>
2062
2063 * international/mule-cmds.el (select-safe-coding-system): If FROM
2064 is string, show it in *Warning* buffer.
2065
8ddddcb0
EZ
20662000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * startup.el (normal-top-level): Use display-popup-menus-p instead
2069 of window-system.
2070 (command-line): Use display-graphic-p instead of window-system.
2071 (command-line-1): Use display-popup-menus-p and display-mouse-p
2072 instead of window-system.
2073
72200f89
SS
20742000-10-12 Sam Steingold <sds@gnu.org>
2075
2076 * tooltip.el (tooltip-use-echo-area): New user variable.
2077 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2078
8661c643
DL
20792000-10-12 Dave Love <fx@gnu.org>
2080
d0b40dc1
DL
2081 * recentf.el: Maintainer's checkdoc fixes.
2082
a622451f
DL
2083 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2084 character class, not ASCII when matching file names.
2085 (fancy-splash-head): Add trailing slash to URL.
2086 (command-line): Don't require XPM support for toolbar.
2087
8661c643
DL
2088 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2089 (cperl-invalid-face): Revert last change.
2090 (cperl-init-faces): Quote cperl-invalid-face.
2091
ef2ed8ab
KH
20922000-10-12 Kenichi Handa <handa@etl.go.jp>
2093
2094 * startup.el (fancy-splash-text): Remove superfluous quote.
2095
b0da379e
GM
20962000-10-12 Gerd Moellmann <gerd@gnu.org>
2097
dbeb499b
GM
2098 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2099 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2100 (command-line-1): Don't use fancy-splash-pending-command.
2101 (fancy-splash-screens-1): Goto point-min after inserting text.
2102
d861718a
GM
2103 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2104
b0da379e
GM
2105 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2106 instead of shared-lisp-mode-map.
2107
4fb2ad98
MB
21082000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2109
1cb4393e
MB
2110 * faces.el (header-line): Change tty-variant to use underlining.
2111
4fb2ad98
MB
2112 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2113 (isearch-highlight): Restore lazy-isearch face properties at old
2114 position, and suppress them at new position.
2115 (isearch-dehighlight): Restore lazy-isearch face properties.
2116 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2117 over the real isearch overlay, but in that case, don't give it a
2118 face property. Use `push'.
2119
eb991b25
KH
21202000-10-12 Kenichi Handa <handa@etl.go.jp>
2121
2122 * man.el (Man-getpage-in-background): Fix previous change.
2123 Decode the process output only when we are in multibyte mode.
2124
a818c1c0
DL
21252000-10-11 Dave Love <fx@gnu.org>
2126
c990f53a
DL
2127 * info.el (Info-mode-menu): Fix some help.
2128 (info-tool-bar-map): Add entry for Info-last.
2129
a818c1c0
DL
2130 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2131 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2132 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2133 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2134 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2135 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2136 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2137 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2138 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2139 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2140 Reduce colour requirements to 25 overall. (Probably wants
2141 revisiting from the originals to reduce further.)
2142
c1b096cb
EZ
21432000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2144
2145 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2146 buffer-file-coding-system, instead of raw-text.
2147 (dehexlify-buffer): Bind coding-system-for-read to
2148 buffer-file-coding-system, instead of raw-text.
2149
5c8b7eaf
SS
21502000-10-11 Sam Steingold <sds@gnu.org>
2151
2152 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2153 `underline' - fixes the bug introduced on 2000-09-21.
2154
2cfbdb7a
DL
21552000-10-11 Dave Love <fx@gnu.org>
2156
2157 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2158 compiler warnings.
2159 (scheme-mode): Doc fix.
2160 (scheme-font-lock-keywords-1): Match `define-syntax'.
2161
21622000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2163
2164 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2165 face specs as well as default ones. Only do anything if the
2166 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2167 (region): Make dark-background `region' face less in-your-face.
4b33f290 2168
690ec649
SS
21692000-10-10 Sam Steingold <sds@gnu.org>
2170
2171 * chistory.el, ielm.el, ledit.el:
2172 * progmodes/inf-lisp.el, progmodes/scheme.el:
2173 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2174
3b95d6bb
SM
21752000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2176
2177 * textmodes/texinfo.el: Update copyright and fix typo.
2178
2179 * desktop.el (desktop-modes-not-to-save): New var.
2180 (desktop-save-buffer-p): Use it.
2181 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2182 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2183
d646c828
DL
21842000-10-10 Dave Love <fx@gnu.org>
2185
2186 * toolbar/tool-bar.el (tool-bar-add-item)
2187 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2188 display.
2189
d646c828
DL
2190 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2191 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2192 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2193 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2194 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2195 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2196 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2197 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2198 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2199 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2200 the .xpms; probably need retouching.
2201
862a7e28
MB
22022000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2203
2204 * subr.el (add-to-list): Add optional argument APPEND.
2205 * battery.el (display-battery): Use `add-to-list'.
2206
46e33aee
TTN
22072000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2208
930baf47
TTN
2209 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2210 these vars as symbol properties.
2cfbdb7a
DL
2211 (zone, zone-when-idle, zone-leave-me-alone)
2212 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2213
5a430f9c
TTN
2214 * battery.el (display-battery): Doc spelling fix.
2215
46e33aee
TTN
2216 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2217 property.
2218
adf7d3a8
DL
22192000-10-09 Dave Love <fx@gnu.org>
2220
2221 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2222 has been initialized before calling tool-bar-setup.
c2156508 2223 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2224
06a8c9f8
EZ
22252000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2226
e4ca8f8c
EZ
2227 * menu-bar.el (send-mail-item-name): New function.
2228 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2229 of mail-user-agent in the menu. Don't display the "Send Mail"
2230 item if mail-user-agent is nil or its value is ignore.
2231 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2232 if read-mail-command is nil or its value is ignore.
2233
06a8c9f8
EZ
2234 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2235
7dbc9c8a
MB
22362000-10-09 Miles Bader <miles@gnu.org>
2237
29e0814b
MB
2238 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2239 Correct image size.
2240 * toolbar/left_arrow.xpm: Correct image size.
2241
7dbc9c8a
MB
2242 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2243 will be done by the definition of `auto-compression-mode' if
2244 necessary. Move code to uninstall existing file-name handler
2245 before definition of `auto-compression-mode'.
2246
2247 * image-file.el (auto-image-file-mode): Move to the end of the
2248 file, because `define-minor-mode' actually calls the mode-function
2249 if the associated variable is non-nil, which requires that all
2250 needed functions be already defined.
2251
65b61266
MB
2252 * mouse.el (popup-menu): Balance parens.
2253
d6b8c85b
SM
22542000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2255
2256 * mouse.el (popup-menu): Move the command call outside the loop
2257 so that popup-menu returns whatever the command returns.
2258
2259 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2260 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2261 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2262 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2263
2264 * vc.el (vc-version-diff): diff-switches can be a list.
2265 Use relative filenames for prettier output.
2266
46e33aee 2267 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2268 (vc-post-command-functions): Remove old-VC compatibility code.
2269
2270 * newcomment.el (comment-indent-default): Autoload.
2271
2272 * font-lock.el (font-lock-defaults): Make buffer-local.
2273 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2274 (font-lock-choose-keywords):
2275 Ignore LEVEL unless KEYWORDS is a list of syms.
2276 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2277 Don't wrap regexp-opt things in \(...\) unnecessarily.
2278
2279 * jit-lock.el: Don't require font-lock any more.
2280 (jit-lock-functions): Make buffer-local.
2281 (jit-lock-saved-fontify-buffer-function): Remove.
2282 (jit-lock-mode): Remove autoload cookie.
2283 Remove font-lock specific code.
2284 (jit-lock-unregister): Don't bother handling complex hooks any more.
2285 (jit-lock-refontify): New function.
2286 (jit-lock-fontify-buffer): Use it.
2287 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2288 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2289 Add optional args START and END.
2290 Never call font-lock-fontify-region directly.
2291 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2292
2293 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2294
a30ed6ac
DL
22952000-10-08 Dave Love <fx@gnu.org>
2296
4e7c7ca9
DL
2297 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2298
2299 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2300
2301 * play/studly.el (studlify-region, studlify-word): Add autoload
2302 cookie.
2303
2304 * play/morse.el (morse-region, unmorse-region): Add autoload
2305 cookie.
2306
2307 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2308 concat.
2309
2310 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2311 insist on symbols starting with word syntax.
2312 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2313 (eval-defun-1): Doc fix.
2314 (indent-sexp): Use nconc to build up indent-stack.
2315
2316 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2317 Gnus with little use.
2318 (mail-setup-hook): Add mail-abbrevs-setup to options.
2319
968f7c4a
DL
2320 * recentf.el: Doc fixes.
2321
2322 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2323 Clean up remainder.
2324
2325 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2326 without timezone and (8) with timezone to enforce some whitespace.
2327 Simplify code somewhat.
2328
2329 * options.el (list-options): Doc that you should use customize.
2330
2331 * iswitchb.el (iswitchb-mode): Add :require.
2332
a30ed6ac
DL
2333 * info.el (Info-goto-node, Info-menu): Doc fix.
2334 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2335 (info-tool-bar-map): New variable.
2336 (Info-mode): Use it.
2337 (Info-edit-map): Define all in defvar.
2338 (speedbar-attached-frame): Avoid compiler warning.
2339
2340 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2341 (global-map): Bind [tool-bar] to a filtered map.
2342 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2343 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2344 Allow PBM icons.
2345 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2346
2347 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2348 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2349 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2350 icons, except up_arrow, which is left-arrow rotated.
2351
2352 * imenu.el (imenu-add-to-menubar): Fix last change.
2353
4e953aff
PB
23542000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2355
2356 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2357 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2358
739e92a7
EZ
23592000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2360
d20faceb
EZ
2361 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2362 typos in doc strings.
2363
a640322e
EZ
2364 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2365 the doc strings how to customize Font Lock faces.
2366
739e92a7
EZ
2367 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2368 computing growth when dragging the header line.
2369
8be7408c
EZ
23702000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2371
2372 * simple.el (kill-line): Doc fix.
2373
6fee86a3
MB
23742000-10-08 Miles Bader <miles@gnu.org>
2375
445a653e
MB
2376 * faces.el (secondary-selection): Make foreground visible on tty.
2377
6fee86a3
MB
2378 * jka-compr.el (auto-compression-mode): Move to the end of the
2379 file, because `define-minor-mode' actually calls the mode-function
2380 if the associated variable is non-nil, which requires that all
2381 needed functions be already defined.
2382 (with-auto-compression-mode): Add autoload cookie.
2383
a115794c
EZ
23842000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2385
2386 * files.el (find-backup-file-name) [ms-dos]: If support for long
2387 file names is not available, behave as if version-control were set
2388 to never.
2389
b12e6de3
DL
23902000-10-07 Dave Love <fx@gnu.org>
2391
2392 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2393 (browse-url-gnome-moz): New function.
2394 (browse-url-browser-function): Use it.
2395 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2396
20b1d079
SM
23972000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * indent.el (tab-always-indent): New var.
2400 (indent-for-tab-command): Use it.
39250ec3 2401
9ee45b2c 2402 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2403 raise an error. This way it can still default to a sane value.
9ee45b2c 2404
8c6b1d83
JW
24052000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2406
39250ec3
SM
2407 * startup.el (fancy-splash-screens): Use local rather than global map.
2408 Don't use `update-menu-bindings' any more.
2409 Get rid of assumptions about keymap representation.
2410
a23ccdf2
DL
24112000-10-06 Dave Love <fx@gnu.org>
2412
814299a7 2413 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2414 (sentence-end-without-period): Doc fix.
2415 (adaptive-fill-regexp): Purecopy.
2416 (unjustify-current-line): Use line-end-position.
2417 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2418
2419 * net/eudc-vars.el (eudc): Add :version, :link.
2420
39250ec3 2421 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2422
2423 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2424 Fix for define-minor-mode.
2425 (function-at-point): Alias to function-called-at-point.
2426
2427 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2428
2429 * simple.el (backward-word): Doc fix.
2430
a23ccdf2
DL
2431 * image-file.el (image-file-name-regexp): image-file-regexps ->
2432 image-file-name-regexps.
742c1822 2433 (image-file-name-extensions): Add pbm.
a23ccdf2 2434
39250ec3
SM
24352000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2436
2437 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2438 and add filename to the names so that diff-mode can jump to source.
2439
2440 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2441 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2442 (tex-font-lock-keywords-1): Remove.
2443 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2444 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2445 (font-lock-default-fontify-region):
2446 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2447 (font-lock-fontify-anchored-keywords):
2448 Include the anchor text as part of the multiline.
2449
8d5dfacd
GM
24502000-10-06 Gerd Moellmann <gerd@gnu.org>
2451
2452 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2453 latter needs the autoloaded define-minor-mode macro during the
2454 bootstrap.
2455
2456 * startup.el (command-line): For now, activate tool-bar-mode only
2457 if XPM images are supported.
2458
2459 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2460 window by dragging a header-line at the top of the frame; that's
4c19fbce 2461 confusing because the header-line doesn't move.
8d5dfacd
GM
2462 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2463 of treating the event as a list. Some cleanup.
2464
f69aad2b 24652000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2466
f69aad2b
MB
2467 * simple.el (display-message-or-buffer): New function.
2468 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2469
09cb7646
MB
2470 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2471 docstring parts.
2472
814299a7 2473 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2474 (smbclient-prompt-regexp): Add usage note to doc string.
2475 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2476 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2477 Use add-hook for adding the comint filter function, and only do so
2478 if it's not already in the global hook list.
2479 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2480 to `make-local-variable'.
2481 (nslookup-font-lock-keywords): Remove prompt entry.
2482 (nslookup): Don't set the process-filter.
2483 (finger): Exit the loop correctly when the regexps list runs out.
2484 (ftp, smbclient, smbclient-list-shares):
2485 Set the real major mode immediately, not after execing.
2486 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2487
2488 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2489
4c19fbce
SM
24902000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2491
2492 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2493
2494 * which-func.el (which-func-format): Remove spurious space.
2495 (which-func-mode): Don't make it permanent-local.
2496 (which-func-ff-hook): Allow which-func-maxout to be nil.
2497 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2498 (which-func-mode): Simplify.
2499 Use post-command-idle-hook rather than post-command-hook.
2500 Go through all buffers and update their state.
2501 (which-function): Also try add-log-current-defun-function.
2502
2503 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2504 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2505 Update call to with-vc-properties accordingly.
2506 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2507 (vc-revert-buffer): More careful about window selection and deletion.
2508 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2509
2510 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2511 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2512 (cvs-dired-action): Change the default to quickdir.
2513
2514 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2515 if comment-indent-function returns nil.
2516 (comment-indent-default): New function.
2517 (comment-indent-function): Use it and document the new semantics.
2518
2519 * image-file.el: Docstring fixes.
2520
2521 * help.el (help-xref-on-pp): Use match-string.
2522 (describe-variable): New arg BUFFER.
2523 Store the current buffer in the help-xref-stack.
2524 (temp-buffer-resize-mode): Use define-minor-mode.
2525
2526 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2527 consistently with its docstring.
2528 Set jit-lock-first-unfontify-pos in an idempotent way.
2529 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2530
542c6552
GM
25312000-10-05 Alex Schroeder <alex@gnu.org>
2532
2533 * sql.el (sql-mysql-options): New variable.
2534 (sql-mysql): Use it.
2535
a3489ece
MB
25362000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2537
77f6105c
MB
2538 * image.el (image): New group.
2539
814299a7 2540 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2541 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2542
3478046b
PB
25432000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2544
2545 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2546 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2547 Ignore the value of wqindow-system; always define keywords
2548
22aca186
KH
25492000-10-05 Kenichi Handa <handa@etl.go.jp>
2550
2551 * startup.el (fancy-splash-screens): Remove the code for
2552 debugging; `(trace-to-stderr "EXITTT\n")'.
2553
55d5d717
MB
25542000-10-05 Miles Bader <miles@gnu.org>
2555
2556 * diff-mode.el (diff-goto-source): Update call to
2557 `diff-hunk-status-msg' to reflect new REV variable.
2558
41fa7178
SM
25592000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2560
2561 * progmodes/icon.el (icon-mode):
2562 Don't gratuitously override the default for comment-column.
2563
2564 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2565
2566 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2567 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2568 (jit-lock-functions): New var.
2569 (jit-lock-function-1): Use it if non-nil.
2570 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2571 Set the `fontified' property before doing the fontification to avoid
2572 repeatedly going through the same error.
2573 Don't turn errors into messages.
2574 (jit-lock-register, jit-lock-unregister): New functions.
2575
2576 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2577 Use with-current-buffer.
2578
2579 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2580 Turn comment into docstring.
2581
2582 * apropos.el (apropos-mode): Use define-derived-mode.
2583
3dc78168
GM
25842000-10-04 Gerd Moellmann <gerd@gnu.org>
2585
2586 * startup.el (fancy-splash-pending-command): New variable.
2587 (fancy-splash-pre-command): New function.
2588 (fancy-splash-screens): Rewritten.
2589 (command-line-1): If fancy-splash-pending-command is set, call it
2590 interactively.
2591
dae9dc56
DL
25922000-10-04 Dave Love <fx@gnu.org>
2593
2594 * toolbar/tool-bar.el (tool-bar-setup): New function.
2595 (tool-bar-mode): Use it.
2596
2597 * subr.el (substitute-key-definition): Doc fix.
2598 (play-sound-file): New command.
2599
3388f0a5
AS
26002000-10-04 Andre Spiegel <spiegel@gnu.org>
2601
814299a7 2602 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2603 vc-version-backup-file-name): New functions.
2604
2605 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2606
2607 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2608 vc-cvs-stay-local-p.
2609
2610 * vc.el (vc-revert-buffer): Handle empty diff properly.
2611 (vc-version-backup-file): New function.
2612 (vc-checkout): Create a version backup if necessary.
2613 (vc-checkin): If a version backup file exists, delete it.
2614 (vc-version-diff): Diff locally using version backups, if available.
2615 (vc-revert-file): If there's a version backup, revert locally.
2616 (vc-transfer-file): Use version backup for base version, if
2617 available. If not, ask for confirmation whether to get it from the
2618 server. Update mode line before check-in.
2619
ebd4825d
DL
26202000-10-04 Dave Love <fx@gnu.org>
2621
2622 * toolbar/tool-bar.el (tool-bar-setup): New function.
2623 (tool-bar-mode): Use it.
2624
1b24f4b7
PB
26252000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2626
3dc78168 2627 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2628 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2629 Only set if window-system is non-nil
2630 (net-utils-run-program): Returns buffer.
2631 (network-connection-reconnect): Added this function.
2632
814299a7
MB
2633 * generic.el:
2634 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2635 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2636 Uses cl compile-time macros.
3dc78168
GM
2637 (generic-mode-name, generic-comment-list)
2638 (generic-keywords-list, generic-font-lock-expressions)
2639 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2640 Removed variables.
2641 (generic-mode-alist): Renamed to generic-mode-list.
2642 (generic-find-file-regexp): Default changed to "^#".
2643 (generic-read-type): Uses completing read on generic-mode-list.
2644 (generic-mode-sanity-check): removed this function.
2645 (generic-add-to-auto-mode): Removed this function
3dc78168 2646 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2647 into function instead of putting them in alist.
2648 (generic-mode-set-comments): Reworked extensively.
2649 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2650 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2651
814299a7 2652 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2653 Make sure directory name ends with "/".
2654
814299a7 2655 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2656 Regexp now allows leading whitespace.
2657 (rc-generic-mode): Added eval-when-compile
2658 around generic-make-keywords-list.
2659 Deleted duplicate regexp
2660 (rul-generic-mode): Added eval-when-compile
2661 around generic-make-keywords-list.
2662 (etc-fstab-generic-mode): New generic mode.
2663 (rul-generic-mode): Removed one eval-when-compile
814299a7 2664 which caused a max-specpdl-size exceeded error.
1b24f4b7 2665
a7bf5cf3
MB
26662000-10-04 Miles Bader <miles@gnu.org>
2667
2668 * simple.el (minibuffer-temporary-goal-position): New variable.
2669 (next-history-element): Try to keep the position of point in the
2670 input string constant.
2671
2672 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2673 (dired-do-create-files): If there's only one file, pass it in as
2674 the DEFAULT arg to dired-mark-read-file-name.
2675
ce1087a9
SM
26762000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2677
2678 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2679 (diff-goto-source): Be smarter when choosing REVERSE or not.
2680
2681 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2682 (texinfo-mode-menu): Add an explicit shortcut for update all.
2683
0e41e1d6
AS
26842000-10-03 Andre Spiegel <spiegel@gnu.org>
2685
814299a7 2686 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2687 factorize backend-specific code cleanly (this was essentially
2688 conceived by Stefan Monnier).
2689 (vc-unregister): Function removed.
814299a7 2690 (vc-revert-file): New function.
858f7cb4
AS
2691 (vc-revert-buffer): Delegate some of the work to it.
2692
0e41e1d6
AS
2693 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2694 default branch unconditionally.
2695 (vc-rcs-set-default-branch): New function.
2696 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2697 (vc-rcs-checkin): If an appropriate default branch has been set,
2698 force creation of that branch.
858f7cb4
AS
2699 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2700 code (as suggested by Stefan Monnier).
0e41e1d6 2701
01c86c56
GM
27022000-10-02 Gerd Moellmann <gerd@gnu.org>
2703
45c477b4
GM
2704 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2705 highlighting overlay with a different face over the overlay
2706 isearch uses to highlight the current match because that can lead
2707 to bad face combinations.
2708
01c86c56
GM
2709 * loadup.el (toplevel): Load faces before isearch.
2710
2711 * isearch.el (isearch-faces): New custom group.
2712 (isearch): New defface; was already tested for in the code.
2713 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2714 (isearch-highlight): Always use face `isearch'.
2715
944425c0
DL
27162000-10-02 Dave Love <fx@gnu.org>
2717
2718 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2719 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2720 comparison of opcode with operand.
2721
2a099bcc
MB
27222000-10-03 Miles Bader <miles@gnu.org>
2723
2724 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2725 buffer, since the echo area will now grow to accommodate them.
2726
4300ecb8
AS
27272000-10-02 Andre Spiegel <spiegel@gnu.org>
2728
2729 * vc-hooks.el (vc-registered): If FILE used to be registered under
2730 a certain backend, try that one first.
2731
814299a7 2732 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2733 argument list. Handle multiple backends correctly.
2734 (vc-find-new-backend): Function removed.
2735 (vc-register): Use vc-responsible-backend, as before.
2736 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2737
64e6cc18
GM
27382000-10-02 Gerd Moellmann <gerd@gnu.org>
2739
2740 * startup.el (fancy-splash-head): Change message below the
2741 logo.
2742
00df919e
MB
27432000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2744
2745 * diff-mode.el (diff-goto-source): Emit a status message.
2746 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2747 (diff-test-hunk): Fix doc string.
00df919e
MB
2748 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2749 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2750 (diff-apply-hunk): Don't return a value.
00df919e 2751
ceec5a0c
SM
27522000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2753
2754 * vc.el (vc-editable-p): Minor optimization.
2755 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2756 (vc-find-new-backend): New function split from vc-responsible-backend.
2757 (vc-register): Use it.
2758 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2759 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2760 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2761 (vc-clear-headers): Don't use find-file.
2762 (vc-revert-buffer): Use `and' again (must have been a braino).
2763 (vc-switch-backend): Only prompt if requested.
2764 Short circuit if nothing is to be done.
2765 Don't use vc-resynch-buffer which could lose unsaved editing.
2766 (vc-default-receive-file): Update call to vc-unregister.
2767 (with-vc-file, vc-next-action-on-file):
2768 Use vc-backend rather than vc-registered.
2769 (vc-next-action-on-file): Use intern-soft.
2770 Deal with read-only *vc-diff* buffer.
2771 (vc-transfer-file): Docstring fix.
2772
2773 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2774 (vc-rcs-receive-file): Avoid with-vc-properties.
2775 Update call to vc-unregister.
2776 Use constant `RCS' rather than (dynamically bound) var `backend'.
2777
4ad5da8f
AS
27782000-10-01 Andre Spiegel <spiegel@gnu.org>
2779
814299a7 2780 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2781 is visited.
2782 (vc-start-entry): New argument initial-contents. Don't visit the file
2783 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2784 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2785 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2786 vc-start-entry.
2787 (vc-finish-logentry): Make sure to bury log buffer only if there
2788 really is one. Call `vc-resynch-buffer' on log-file, not
2789 buffer-file-name.
2790 (vc-default-comment-history, vc-default-wash-log): New functions.
2791 (vc-index-of): Removed.
2792 (vc-transfer-file): Make do without the above.
2793 (vc-default-receive-file): Call comment-history unconditionally. Pass
2794 the resulting string to vc-checkin, instead of inserting it into the
2795 comment ring.
2796
2797 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2798 unconditionally. Use the comments as initial contents of the log
814299a7 2799 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2800 changes.
2801
aa0c3dca
MB
28022000-10-01 Miles Bader <miles@gnu.org>
2803
2804 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2805 `recenter' with an arg to prevent redrawing the display.
2806
d5f5a2c5
SM
28072000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2808
2809 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2810
2811 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2812
814299a7 2813 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2814 Don't gratuitously override the default for comment-column.
2815
2816 * textmodes/tex-mode.el (latex-metasection-list): New var.
2817 (latex-imenu-create-index): Use it.
2818 Move the regexp construction outside loops (and use push).
814299a7 2819 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2820 (tex-font-lock-keywords): Moved from font-lock.el.
2821 (tex-comment-indent): Remove.
2822 (tex-common-initialization): Don't set comment-indent-function.
2823 (latex-block-default): New var.
2824 (tex-latex-block): Use it to provide a default choice.
2825 Add any unknown choice to latex-block-names.
2826 Insert [...] after {...}.
2827 (tex-last-unended-begin): Simplify regexp.
2828 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2829 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2830 (latex-mode): Set forward-sexp-function.
2831
2832 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2833 Add regexp for @ignore ... @end ignore.
2834 (texinfo-heading-face): New face.
2835 (texinfo-font-lock-keywords): Use it.
2836 (texinfo-mode-menu): New menu.
2837 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2838 New functions.
2839 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2840 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2841 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2842 Remove declaration.
2843 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2844
2845 * delsel.el (delete-selection-mode): Use define-minor-mode.
2846
2847 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2848
28492000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2850
2851 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2852
8a5506f2
GM
28532000-09-30 Gerd Moellmann <gerd@gnu.org>
2854
068127d6
GM
2855 * replace.el (keep-lines-read-args): New function.
2856 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2857 read arguments interactively. Add parameters RSTART and REND.
2858 Operate on the active region in Transient Mark mode.
2859
d777bb8f
GM
2860 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2861
8a5506f2
GM
2862 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2863 (authors-obsolete-files-regexps): New variable.
2864 (authors-add): Don't record changes in obsolete files.
2865
3fa87bfc
SM
28662000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2867
2868 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2869
2870 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2871 (comment-indent): Make sure there's a space between code and comment.
2872 Shift comments left to avoid going past fill-column.
2873
f02149ce
GM
28742000-09-29 Gerd Moellmann <gerd@gnu.org>
2875
2876 * startup.el (startup-echo-area-message): New function.
2877 (display-startup-echo-area-message): Use it.
2878 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2879 (fancy-splash-default-action): New function.
2880 (fancy-splash-screens-1): New function.
2881 (fancy-splash-head): Put a help-echo and a keymap under the image.
2882
a3ef6569
SM
28832000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2884
2885 * diff-mode.el (diff-add-log-file-name): Remove.
2886 (diff-mode): Use add-log-buffer-file-name-function.
2887
2888 * add-log.el (find-change-log): New arg BUFFER-FILE.
2889 (add-log-file-name): Obey add-log-file-name-function.
2890 (add-log-buffer-file-name-function): New var.
2891 (add-change-log-entry): Use it.
2892
75e5b373
MB
28932000-09-29 Miles Bader <miles@gnu.org>
2894
2895 * image-file.el (image-file-name-extensions): New variable.
2896 (image-file-name-regexps): Renamed from `image-file-regexps'.
2897 New default value is nil. Call `auto-image-file-mode'.
2898 (image-file-name-regexp): New function.
2899 (auto-image-file-mode): New minor mode.
2900 (insert-image-file): Don't make conditional on the image-file
2901 handler being enabled.
2902 (image-file-handler): Make the call here conditional instead.
2903 (set-image-file-handler-enabled, enable-image-file-handler)
2904 (disable-image-file-handler): Functions removed.
2905
2906 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2907 string.
2908
de6e1f7c
GM
29092000-09-29 Gerd Moellmann <gerd@gnu.org>
2910
2911 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2912 it's a function from CL.
2913 (latex-imenu-create-index): Replace eval-when-compile with progn
2914 because latex-section-alist is not bound while compiling.
2915
d8c201f5
SM
29162000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2919 (outline-mode): Use define-derived-mode.
2920
814299a7 2921 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2922 * progmodes/awk-mode.el (awk-mode):
2923 * progmodes/asm-mode.el (asm-mode):
2924 Don't gratuitously override the default for comment-column.
2925
2926 * emacs-lisp/lisp.el (lisp-complete-symbol):
2927 Distinguish the let-binding case from the funcall case.
2928 (forward-sexp-function): New variable.
2929 (forward-sexp): Use it.
2930
2931 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2932 (easy-mmode-defmap): Remove the now useless autoload.
2933
2934 * time.el (display-time-mode): Use define-minor-mode.
2935
2936 * subr.el (add-minor-mode): Don't eval NAME.
2937 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2938 Use if rather than cond.
2939
2940 * simple.el (read-expression-map): Define more properly.
2941 (comment-indent-hook): Remove.
2942 (string-to-syntax): Bug fix.
2943
2944 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2945 (cvs-ediff-diff): Fix typo.
2946 (cvs-revert-if-needed): Don't bother preserving read-only.
2947
2948 * paren.el (show-paren-mode): Use define-minor-mode.
2949
2950 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2951 (toggle-auto-compression): Remove.
2952 (jka-compr-build-file-regexp): Remove useless grouping.
2953
2954 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2955 Avoid user-reserved bindings.
2956 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2957 (diff-header-face): Revert to grey85.
2958
2959 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2960
2961 * complete.el (partial-completion-mode) <defcustom>: Remove.
2962 (partial-completion-mode): Use define-minor-mode.
2963 (PC-do-completion): Understand `completion-auto-help = delay'
2964 to mean to popup the completion buffer only the second time.
814299a7 2965 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2966 (PC-include-file-all-completions): Don't quote lambda.
2967
2968 * comint.el (comint-mode-hook): Docstring fix.
2969 (comint-mode): Use define-derived-mode.
2970 (comint-mode-map): Remove obsolete comment.
2971 (make-comint): Minor stylistic change.
2972 (comint-insert-clicked-input): Be more careful to find the overlay.
2973 Use this-command-keys rather than hardcoding mouse-2.
2974
2975 * font-lock.el: Replace confusing (,@ with ,
2976 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2977 Don't use regexp-opt-depth. Spice up the regexp for args.
2978 Don't distinguish between cmds that can take an opt arg or not.
2979 Use `append' and `prepend' rather than `keep'.
2980
2981 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2982 (latex-outline-regexp): New var.
2983 (latex-outline-level): New fun.
2984 (latex-section-alist): New var.
2985 (latex-imenu-create-index): Use it. Use `push' as well.
2986 (tex-shell-map): Initialize it properly.
2987 (tex-mode): Minor stylistic change.
2988 (plain-tex-mode): Use define-derived-mode.
2989 (latex-mode): Use define-derived-mode.
2990 Construct the paragraph regexps in a more readable way.
2991 Set the buffer-local outline-{level,regexp} vars.
2992 (slitex-mode): Derive from latex-mode.
2993 (tex-common-initialization): Don't kill-all-vars anymore.
2994 Add setting for comment-add and font-lock-defaults.
2995 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2996 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2997 (tex-start-tex): New arg DIR (and send a chdir command for it).
2998 Also display the shell buffer and save it in tex-last-buffer-texed.
2999 (tex-region): Use expand-file-name rather than concat.
3000 Remove code made useless by changes in tex-start-tex.
3001 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3002
3003 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3004
ff398532
DL
30052000-09-28 Dave Love <fx@gnu.org>
3006
3007 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3008
f9415d5b
GM
30092000-09-28 Gerd Moellmann <gerd@gnu.org>
3010
3011 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3012 `append'.
3013
fa003899
SM
30142000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3015
3016 * info.el (Info-extract-pointer): Undo last change.
3017 Instead, fix the position of the `bound' arg to re-search-backward.
3018
30192000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3020
3021 * info.el (Info-extract-pointer):
3022 Widen more carefully, to avoid finding pointers in other nodes.
3023 (Info-index): Use push.
3024
f9415d5b 30252000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3026
3027 * frame.el (set-frame-font): Remove call to obsolete function
3028 frame-update-faces.
3029 (set-foreground-color, set-background-color): Likewise for
3030 frame-update-face-colors.
3031
5538b8ba
MB
30322000-09-27 Miles Bader <miles@gnu.org>
3033
3034 * image-file.el: New file.
3035
60536eea
GM
30362000-09-27 Gerd Moellmann <gerd@gnu.org>
3037
5b551d58
GM
3038 * frame.el (frame-notice-user-settings): Don't call
3039 frame-update-faces, which is a no-op now.
814299a7 3040
60536eea
GM
3041 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3042 tool-bar-lines.
3043
36f1966f
DL
30442000-09-27 Dave Love <fx@gnu.org>
3045
3046 * mouse.el: Fix last change.
3047
c5785b73
MB
30482000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3049
3050 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3051
672172d9
KH
30522000-09-22 Kenichi Handa <handa@etl.go.jp>
3053
3054 * international/quail.el (quail-help): The output message is
3055 improved.
3056
4653b4ea
DL
30572000-09-26 Dave Love <fx@gnu.org>
3058
3059 * mouse.el (popup-menu): If POSITION is nil, set it using
3060 mouse-position.
3061
63900fcf
SS
30622000-09-25 Sam Steingold <sds@gnu.org>
3063
3064 * net/browse-url.el (browse-url-file-url): Check for null maps.
3065
cd3b81be
GM
30662000-09-26 Gerd Moellmann <gerd@gnu.org>
3067
876512ab 3068 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3069 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3070
fa003899
SM
3071 * frame.el (frame-notice-user-settings):
3072 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3073
cd3b81be
GM
3074 * toolbar/tool-bar.el (tool-bar-help): New function.
3075
d8b4516f
GM
30762000-09-25 Gerd Moellmann <gerd@gnu.org>
3077
6567e9b5
GM
3078 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3079 current-load-list in top-level forms. Else this leaks a cons cell
3080 every time a defun is called.
63900fcf 3081
d8b4516f 3082 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3083
a461758e
DL
30842000-09-25 Dave Love <fx@gnu.org>
3085
7df6adc3
DL
3086 * startup.el (fancy-splash-head): Check XPM is available.
3087
a461758e
DL
3088 * autoinsert.el (auto-insert): Doc fix.
3089 (auto-insert-alist): Following GNU notices, don't say `copyright
3090 _by_'. Use line-beginning-position.
3091 (auto-insert): Check buffer-file-name is non-nil before use.
3092
b11af2dd
GM
30932000-09-25 Gerd Moellmann <gerd@gnu.org>
3094
3095 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3096 starting with `@def' or `@multitable', in addition to ones
3097 specified by the user in auto-fill-inhibit-regexp.
3098
5f9f981b
GM
30992000-09-25 Markus Rost <rost@math.ohio-state.edu>
3100
3101 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3102 rmail-dont-reply-to-names matches the empty string.
63900fcf 3103
8ff16b4e
GM
31042000-09-25 Gerd Moellmann <gerd@gnu.org>
3105
63900fcf 3106 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3107 text to sound more friendly.
3108
9b4a7800
TTN
31092000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3110
3111 * progmodes/hideshow.el: Update author email address.
3112 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3113 (hs-hide-all-non-comment-function): New var.
3114 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3115 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3116 (hs-show-region): Delete this command.
3117 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3118
4c7c1f3f
DL
31192000-09-22 Dave Love <fx@gnu.org>
3120
3121 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3122 (hl-line-highlight): Specify buffer when moving overlay.
3123
3124 * progmodes/fortran.el (fortran-mode): Locally set
3125 normal-auto-fill-function.
3126 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3127 (fortran-mode-map): Adjust auto-fill menu entry.
3128
13f93dee
GM
31292000-09-22 Gerd Moellmann <gerd@gnu.org>
3130
36eb0a91
GM
3131 * vc-rcs.el (toplevel): Require `vc' when compiling.
3132
fa003899 3133 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3134
36a03bf9
AS
31352000-09-22 Andre Spiegel <spiegel@gnu.org>
3136
9b4a7800 3137 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3138 registered under the new backend.
3139
9b4a7800 3140 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3141 without explicit revision number.
3142
6e4e8a3b
SM
31432000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3146 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3147 (diff-xor): New function.
3148 (diff-find-source-location): Use it. Fix a stupid name clash.
3149 (diff-hunk-status-msg): New function.
3150 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3151 (diff-test-hunk): Use diff-find-source-location.
3152 (diff-goto-source): Favor the `reverse'.
3153 (diff-hunk-text): Properly handle one-sided context diffs.
3154 (diff-apply-hunk): When done, advance to the next hunk.
3155
1b24b888
GM
31562000-09-21 Gerd Moellmann <gerd@gnu.org>
3157
623a0aae
GM
3158 * startup.el (command-line): If frame was created with a non-zero
3159 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3160
1b24b888
GM
3161 * add-log.el (change-log-date-face, change-log-name-face)
3162 (change-log-email-face, change-log-file-face)
3163 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3164 (change-log-function-face, change-log-acknowledgement-face):
3165 New faces, inheriting from font-lock faces.
1b24b888 3166 (change-log-font-lock-keywords): Use them.
9b4a7800 3167
93b3a1c8
DL
31682000-09-21 Dave Love <fx@gnu.org>
3169
80585273
DL
3170 * progmodes/cperl-mode.el (top-level): Clean up
3171 `eval-when-compile's and assorted defvars.
3172 (cperl-invalid-face): Don't double-quote value. Change custom
3173 type.
3174 (cperl-mode): Set normal-auto-fill-function and don't zap
3175 auto-fill-function.
3176 (cperl-imenu--function-name-regexp-perl): Renamed from
3177 imenu-example--function-name-regexp-perl.
3178 (cperl-imenu--create-perl-index): Renamed from
3179 imenu-example--create-perl-index.
3180 (cperl-xsub-scan): Don't require cl.
3181
93b3a1c8
DL
3182 * msb.el (msb-mode-map): Use substitute-key-definition.
3183 (msb-mode): Use msb-mode-map.
3184
43ccb598
AS
31852000-09-21 Andre Spiegel <spiegel@gnu.org>
3186
3187 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3188 New functions.
fa003899 3189 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3190 (vc-switch-backend): New function.
3191 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3192 (vc-register): Fix prompt.
3193 (vc-unregister, vc-default-unregister): New functions.
3194 (vc-version-diff): Handle empty buffer in sentinel.
3195
3196 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3197 (vc-rcs-state-heuristic): Use it to guess the state of files with
3198 non-strict locking.
3199 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3200 been set with -b, but not created yet.
3201 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3202 contents in order to find the state.
3203 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3204 (vc-rcs-unregister, vc-rcs-receive-file)
3205 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3206
9b4a7800 3207 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3208 in case it is missing.
9b4a7800 3209
95fadcca
GM
32102000-09-21 Gerd Moellmann <gerd@gnu.org>
3211
3212 * startup.el (fancy-splash-tail): Use a different foreground
3213 color on a dark frame background.
3214
470f23e1
MB
32152000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3216
3217 * info.el: Use the correct capitalization when making Info-mode
3218 and Info-edit-mode `special' modes.
3219
281096ed
SM
32202000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3221
3222 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3223 (diff-mode): Add support for add-log.el.
3224 (diff-hunk-text): Use char offsets rather than line offsets.
3225 (diff-find-source-location): Replace LINE with line-offset (nil
3226 if not found) and always set POS to a meaningful position.
3227 Adapt to the new char-offsets.
3228 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3229 Adapt to the new diff-find-source-location.
3230 (diff-goto-source): Adapt to the new diff-find-source-location.
3231
3232 * add-log.el (add-log-file-name): New function (split out of
3233 add-change-log-entry).
3234 (add-change-log-entry): Use it.
3235 Call add-log-file-name-function with the changelog file name if
3236 the current buffer is not associated with any file.
3237 Avoid find-file if the selected window is dedicated.
3238
3239 * diff-mode.el (diff-find-source-location):
3240 Move code from diff-apply-hunk. Return buffer rather than file.
3241 (diff-apply-hunk): Use the new result from diff-find-source-location.
3242 (diff-goto-source): Use the new diff-find-source-location.
3243
c29d77c4
DL
32442000-09-20 Dave Love <fx@gnu.org>
3245
3246 * iswitchb.el: Some doc fixes.
3247 (iswitchb-mode-map): Define completely initially. Inherit
3248 minibuffer-local-map.
3249 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3250 fundamental-mode.
3251 (iswitchb-global-map): New variable.
3252 (iswitchb-summaries-to-end): Amalgamate regexps.
3253 (iswitchb-mode): New.
3254 (iswitchb-mode-hook): New variable.
3255 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3256 `extensions'.
3257
49939379
GM
32582000-09-20 Gerd Moellmann <gerd@gnu.org>
3259
d05c87ac
GM
3260 * ehelp.el (electric-help): New defgroup.
3261 (electric-help-shrink-window): New user-option.
3262 (with-electric-help): Use it.
3263
1ec082d4
GM
3264 * window.el (shrink-window-if-larger-than-buffer): If face
3265 `mode-line' has a :box, and we're on a graphical frame, add 1
3266 to the needed window height.
3267
f46c275e
GM
3268 * frame.el (frame-notice-user-settings): Add a last parameter nil
3269 to a call to `append', because the last list passed to `append' is
3270 not copied, and so subsequent calls to assq-delete-all will modify
3271 default-frame-alist.
3272
b7e11c5b
GM
3273 * startup.el (fancy-splash-image): Change :type.
3274 (fancy-splash-head): Use an XBM image if appropriate.
3275 (command-line-1): Show splash screens in more cases.
3276
26ff68aa
GM
3277 * startup.el (fancy-splash-text): Don't quote faces.
3278
8320414c
GM
3279 * dired.el (dired-font-lock-keywords): Undo last change.
3280 (dired-readin): Bind indent-tabs-mode to nil.
3281
49939379
GM
3282 * startup.el (fancy-splash-head): If frame's background mode
3283 is `dark', change the black background of the image to gray.
3284 (fancy-splash-screens): Display startup echo area message.
3285 (display-startup-echo-area-message): New function.
3286
c3b27206
MB
32872000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3288
55a3d2a1
MB
3289 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3290
3291 * info.el (info-header-node): Tweak for color ttys.
3292
37a99821
MB
3293 * faces.el (face-valid-attribute-values): Make sure directories we
3294 search for stipples both exist and are readable before trying to
3295 search them.
3296
0415d0d0
MB
3297 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3298 in the dry-run case.
3299
523b128c
MB
3300 * jka-compr.el (with-auto-compression-mode): New macro.
3301
c3b27206
MB
3302 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3303 (custom-group-tag-face, custom-variable-tag-face): Use relative
3304 :height and inherit from `variable-pitch' face instead of
3305 hardwiring :family.
3306 * hi-lock.el (hi-black-hb): Likewise.
3307
ddba99ad
MB
3308 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3309 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3310 toolbar-add-item, if image doesn't have a mask add a `:mask
3311 heuristic'.
3312
7e99fbde
SM
33132000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3314
3315 * diff-mode.el: Docstring fixes.
3316 (diff-header-face, diff-comment-face): New faces.
3317 (diff-font-lock-keywords): Highlight a bit differently.
3318 (diff-find-source-location): Don't return SPAN any more.
3319 (diff-hunk-text): Don't bother erasing the temp buffer.
3320 (diff-find-text): Drop argument LINE.
3321 (diff-apply-hunk): Update calls to diff-find-text.
3322 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3323
3324 * calendar/calendar.el: Docstring fixes.
3325 (calendar-make-alist): Don't quote lambda.
3326 (calendar-star-date): Use make-local-variable.
3327
fb275c02
DL
33282000-09-19 Dave Love <fx@gnu.org>
3329
7e99fbde
SM
3330 * toolbar/tool-bar.el: Renamed from toolbar.el.
3331 Change `toolbar' to `tool-bar' generally in symbols.
3332 Make some items invisible in `special' major modes.
3333 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3334 Add arg PROPS.
532cb34d 3335
7e99fbde
SM
3336 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3337 Add :version here.
fb275c02
DL
3338 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3339
8f4ca9a5
GM
33402000-09-19 Gerd Moellmann <gerd@gnu.org>
3341
8b7707e1 3342 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3343
8b7707e1 3344 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3345 (find-file-noselect): Use it.
3346
8b7707e1 3347 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3348 (fancy-splash-screen): Defgroup.
3349
8f4ca9a5
GM
3350 * add-log.el (change-log-font-lock-keywords): Match names
3351 more exactly for the case that font-lock-constant-face is
3352 underlined.
3353
ba9eeda1 33542000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3355
8b7707e1 3356 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3357
289eaef9
AS
33582000-09-19 Andre Spiegel <spiegel@gnu.org>
3359
3360 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3361
ce9ded5d
GM
33622000-09-19 Gerd Moellmann <gerd@gnu.org>
3363
c113de23
GM
3364 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3365 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3366 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3367 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3368 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3369 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3370 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3371 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3372 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3373 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3374 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3375 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3376
ce9ded5d
GM
3377 * startup.el (fancy-splash-text): New variable.
3378 (fancy-splash-delay, fancy-splash-image): New user-options.
3379 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3380 (fancy-splash-screens): New functions.
3381 (command-line-1): If display has a `display' frame parameter, has
3382 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3383
b9b1c3a9
DL
33842000-09-19 Dave Love <fx@gnu.org>
3385
3386 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3387 with null `help'. Use modern backquote syntax.
3388
1af25534
GM
33892000-09-19 Gerd Moellmann <gerd@gnu.org>
3390
afd3c8cd
GM
3391 * font-lock.el (font-lock-mode): Change message telling the user
3392 that ``the buffer is too big''.
3393
1af25534
GM
3394 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3395 for instance for the case that tab-width is 2.
3396
05b1f851
GM
33972000-09-18 Gerd Moellmann <gerd@gnu.org>
3398
3399 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3400 toolbar-add-item, if image doesn't have a mask add a `:mask
3401 heuristic'.
3402
8ec8f673
MB
34032000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3404
2b612b1f
MB
3405 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3406 and return a cons if it's non-nil.
3407 (diff-apply-hunk): Try to jump to the line in the source text
3408 corresponding to the position of point in the in the hunk.
3409
9b4a7800 3410 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3411 (Info-title-1-face): Use face inheritance and relative sizes
3412 instead of hard-wiring things.
3413
3414 * faces.el (secondary-selection): Make dark-background variant sane.
3415
5eedab4d
AI
34162000-09-16 Andrew Innes <andrewi@gnu.org>
3417
5eedab4d
AI
3418 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3419 read-only, since they aren't under VC now.
3420
6a142f26
DL
34212000-09-17 Dave Love <fx@gnu.org>
3422
e07436e1
DL
3423 * tmm.el: Replace mapcar with mapc in several places.
3424
3425 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3426 ad-unadvise.
3427
7d354dd5
DL
3428 * international/latin1-disp.el: New file.
3429
6a142f26
DL
3430 * calendar/cal-move.el (scroll-calendar-left)
3431 (scroll-calendar-right): Make arg optional (for active mode line).
3432
3433 * calendar/calendar.el (calendar-mode-line-format): Make fields
3434 mouse-sensitive.
3435 (calendar-read-date, calendar-read-date, calendar-window-list):
3436 Unquote lambda.
3437 (calendar-month-name): Use aref, not sref.
3438
3439 * view.el (minor-mode-alist): Propertize the string.
3440
3441 * international/characters.el (standard-case-table): Add entries
3442 for Greek.
3443
50ac70af
MB
34442000-09-18 Miles Bader <miles@gnu.org>
3445
53c9ab4f
MB
3446 * info.el (info-node, info-xref): Add dark-background variants.
3447
a114b1ca
MB
3448 * faces.el (header-line): Change defaults to be less confusing
3449 when mixed with mode-lines.
3450
50ac70af
MB
3451 * info.el (Info-fontify-node): Make a few cleanups.
3452 Add extra `help-echo' and `local-map' props to node xrefs.
3453 Use header-specific faces for node-names & xrefs.
3454 (Info-use-header-line): New variable.
53c9ab4f 3455 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3456 (Info-setup-header-line): New function.
3457 (Info-select-node): Call Info-setup-header-line when enabled.
3458 (Info-extract-pointer): Work even if the header line is hidden.
3459 (Info-header-line): New variable.
3460
729927ff
SM
34612000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * vms-patch.el (print-region-function): Don't quote lambda.
3464
3465 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3466
3467 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3468 (lm-get-header-re): Allow spaces between the header and the colon.
3469 (lm-header): Allow $ in non-RCS headers.
3470 (lm-header-multiline): Put the strings back into order.
3471 Stop at an empty line. Don't require two space chars if the
3472 line is clearly not another header line.
3473
3474 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3475 (popup-menu-popup): Remove.
3476
7a98d821
GM
34772000-09-15 Gerd Moellmann <gerd@gnu.org>
3478
7f8f1edc
GM
3479 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3480 specification if or if not tool-bar item contains an `:enabled'
3481 property.
3482
7a98d821
GM
3483 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3484 current buffer has no file name.
3485
a7bc704b
DL
34862000-09-15 Dave Love <fx@gnu.org>
3487
3488 * strokes.el: Sync with maintainer's current version with changes
3489 for Emacs, but avoid runtime cl and levents.
3490 (toplevel): Change autoloads and compilation requires.
3491 (strokes-version, strokes-bug-address, strokes-lift): Values
3492 changed.
3493 (strokes-xpm-header, strokes-insinuated): New variable.
3494 (strokes): Add :link.
3495 (strokes-mode): Customized.
3496 (strokes-while-inhibiting-garbage-collector): New macro.
3497 (strokes-remassoc): Avoid remove-if.
3498 (strokes-fix-button2-command): Don't use ad-do-it.
3499 (strokes-insinuate): New function.
3500 (strokes-button-press-event-p, strokes-button-release-event-p):
3501 New functions, used instead of non-`strokes-' versions..
3502 (strokes-mouse-event-p): Rewritten.
3503 (strokes-event-closest-point): Avoid event-point.
3504 (strokes-get-grid-position): Avoid cdadr, caadr
3505 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3506 functions.
3507 (strokes-help): Use with-output-to-temp-buffer.
3508 (strokes-window-configuration-changed-p): New function.
3509 (strokes-update-window-configuration): Use buffer-live-p,
3510 strokes-window-configuration-changed-p.
3511 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3512 (strokes-char-face): New face.
3513 (strokes-char-table, strokes-base64-chars): New variable.
3514 (strokes-xpm-for-stroke, strokes-list-strokes)
3515 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3516 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3517 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3518 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3519 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3520 functions.
3521
47e351a3
GM
35222000-09-15 Gerd Moellmann <gerd@gnu.org>
3523
ebb8f116
GM
3524 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3525
47e351a3
GM
3526 * image.el (create-image): Doc fix.
3527
3528 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3529 instead of `:heuristic-mask t'.
3530
fe83b953
AI
35312000-09-14 Andrew Innes <andrewi@gnu.org>
3532
3533 * makefile.w32-in: Revert to Unix line endings.
3534
52481729
AI
35352000-09-14 Andrew Innes <andrewi@gnu.org>
3536
3021e816
AI
3537 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3538 when installing.
3539
52481729
AI
3540 * makefile.nt (DONTCOMPILE): Fix typo.
3541
3542 * shell.el (shell-write-history-on-exit): New function.
3543 (shell-dumb-shell-regexp): New custom variable.
3544 (shell-mode): Make shell-write-history-on-exit the process
3545 sentinel if shell name matches shell-dumb-shell-regexp.
3546
3547 * w32-fns.el: Comment out before-init-hook function which resets
3548 source-directory based; this breaks bootstrap.
3549
f8034e41
DL
35502000-09-14 Dave Love <fx@gnu.org>
3551
3552 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3553 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3554 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3555 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3556 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3557 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3558 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3559 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3560 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3561
3562 * toolbar/toolbar.el: New.
3563
3564 * subdirs.el: Add toolbar.
3565
b9ce5694
GM
35662000-09-14 Gerd Moellmann <gerd@gnu.org>
3567
3568 * indent.el (indent-for-tab-command): Doc fix.
3569
986b7dee
GM
35702000-09-14 Alex Schroeder <alex@gnu.org>
3571
3572 * ansi-color.el (ansi-colors): Doc change.
3573 (ansi-color-get-face): Simplified regexp.
3574 (ansi-color-faces-vector): Added more faces, doc change.
3575 (ansi-color-names-vector): Doc change.
3576 (ansi-color-regexp): Simplified regexp.
3577 (ansi-color-parameter-regexp): New regexp.
3578 (ansi-color-filter-apply): Doc change.
3579 (ansi-color-filter-region): Doc change.
3580 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3581 deal with zero length parameters.
3582 (ansi-color-apply-on-region): Doc change.
3583 (ansi-color-map): Doc change.
3584 (ansi-color-map-update): Removed debugging message.
3585 (ansi-color-get-face-1): Added condition-case to trap
3586 args-out-of-range errors.
3587 (ansi-color-get-face): Doc change.
3588 (ansi-color-make-face): Removed.
3589 (ansi-color-for-shell-mode): New option.
9b4a7800 3590
076ff911
KH
35912000-09-13 Kenichi Handa <handa@etl.go.jp>
3592
3593 * international/quail.el (quail-start-translation): Translate KEY
3594 if necessary even if it doesn't have any mapping in the current
3595 input method.
3596 (quail-start-conversion): Likewise.
3597 (quail-help): The output message is improved.
3598
bdf08678
MB
35992000-09-13 Miles Bader <miles@gnu.org>
3600
3601 * comint.el (comint-output-filter): Revert to using
3602 `insert-before-markers'. Add bletcherous hack to undo damage
3603 caused by `insert-before-markers'. Put `front-sticky' property on
3604 overlays created here so that the field code understands how the
3605 overlay works. Use a let when making comint-last-prompt-overlay,
3606 so that the code is easier to read.
3607
ffb8db8d
DL
36082000-09-13 Dave Love <fx@gnu.org>
3609
3610 * wid-edit.el (widget-default-format-handler): DTRT when
3611 doc-property is a function.
3612
5dd05f61
GM
36132000-09-12 Francesco Potorti` <pot@gnu.org>
3614
3615 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3616 filed name if it's not there.
3617
35177617
DL
36182000-09-12 Dave Love <fx@gnu.org>
3619
9023837e
DL
3620 * simple.el (read-mail-command): Doc fix.
3621 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3622
35177617
DL
3623 * vc.el (vc-dired-listing-switches): Fix :version.
3624
3625 * vc-hooks.el: Doc fixes.
3626
3627 * subr.el (add-minor-mode): Use toggle-fun arg.
3628
3629 * speedbar.el: Add :version to several defcustoms.
3630
3631 * imenu.el (imenu--truncate-items, imenu--cleanup)
3632 (imenu--generic-function): Avoid mapcar.
3633 (imenu--replace-spaces): Function removed.
3634 (imenu--completion-buffer): Use subst-char-in-string.
3635 (imenu-add-to-menubar): Use keymap inheritance.
3636
1afaae94
MB
36372000-09-12 Miles Bader <miles@gnu.org>
3638
3639 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3640 (diff-mode-map): Bind `diff-test-hunk'.
3641 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3642
36432000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3644
3645 * bytecomp.el (byte-compile-defvar): Undo last change
3646 because it breaks '(make-variable-buffer-local (defvar ...)'
3647 which is used at least in dired.
3648
63c36c3c
KH
36492000-09-12 Kenichi Handa <handa@etl.go.jp>
3650
3651 * international/quail.el (quail-define-package): Docstring
3652 modified.
3653
1ad24be1
KH
36542000-09-12 Kenichi Handa <handa@etl.go.jp>
3655
362a8065
KH
3656 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3657 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3658 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3659 docstring of "chinese-py".
3660
1ad24be1
KH
3661 * international/quail.el (quail-translation-docstring): New
3662 variable.
3663 (quail-show-keyboard-layout): Docstring modified.
3664 (quail-select-current): Likewise.
3665 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3666 infinite recursive call.
3667 (quail-help): Check quail-translation-docstring. Format of the
3668 output changed.
3669 (quail-help-insert-keymap-description): Adjusted for the above
3670 change.
3671
cc0f95a4
GM
36722000-09-11 Gerd Moellmann <gerd@gnu.org>
3673
3674 * bytecomp.el (byte-compile-defvar): Only cons onto
3675 current-load-list in top-level forms. Else this leaks a cons cell
3676 every time a defun is called.
3677
7530b6da
MB
36782000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3679
3680 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3681 Now understands non-unified diffs. Some functionality moved into
3682 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3683 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3684 modify anything. Only reposition point in the patched file if the
3685 patch succeeds. Only pop up another window if POPUP is true.
3686 Emit a message describing what happened if successful, and at what
3687 line-offset. Automatically detect reversed hunks and do something
3688 appropriate.
3689 (diff-hunk-text, diff-find-text): New functions.
3690 (diff-filter-lines): Function removed.
3691 (diff-test-hunk): New function.
3692 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3693
6b124390
DL
36942000-09-10 Dave Love <fx@gnu.org>
3695
3696 * textmodes/tildify.el: Minor doc/commentary fixes.
3697 (tildify) <defgroup>: Add :version.
3698
3699 * faces.el (face-x-resources): Make custom type more specific.
3700 (frame-background-mode): Use mapc.
3701 (region) <defcustom>: Add :version.
3702
7f8b6551
SM
37032000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3704
9b4a7800
TTN
3705 * vc-sccs.el (vc-sccs-register):
3706 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3707 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3708 * vc.el (vc-register): Clear file's properties.
3709
c454aac1
GM
37102000-09-08 Gerd Moellmann <gerd@gnu.org>
3711
3712 * faces.el (face-spec-set): Only face-spec-reset-face when
3713 ATTRS is non-nil.
3714
bb934822
EZ
37152000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3716
3717 * help.el (help-insert-xref-button): Fix a typo in doc string.
3718
03419440
EZ
37192000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3720
7f8b6551
SM
3721 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3722 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3723 methods.
3724
03419440
EZ
3725 * menu-bar.el (read-mail-item-name): New function.
3726 (menu-bar-tools-menu): Use it to compute and display the package
3727 used to read email.
3728 (menu-bar-tools-menu): Fix typo in GUD's help string.
3729
dbcee71a
DL
37302000-09-07 Dave Love <fx@gnu.org>
3731
19e713d8
DL
3732 * diff-mode.el (diff-mouse-goto-source): New function.
3733
a7cafade 3734 * vc-sccs.el: Doc fixes.
7f8b6551 3735 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3736
3737 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3738 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3739 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3740 (vc-rcs-master-templates): Add or change :version.
3741
7f8b6551 3742 * vc-cvs.el: Doc fixes.
a7cafade
DL
3743 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3744 (vc-cvs-stay-local): Add :version.
3745
dbcee71a
DL
3746 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3747
ed254191
KH
37482000-09-07 Kenichi Handa <handa@etl.go.jp>
3749
3750 * international/quail.el (quail-help): Fix previous change.
3751
ab0ee409
GM
37522000-09-07 Gerd Moellmann <gerd@gnu.org>
3753
f46f845b 3754 * faces.el (color-values): Doc fix.
9b4a7800 3755
ab0ee409
GM
3756 * faces.el (frame-set-background-mode): Use frame-parameter
3757 instead of frame-parameters.
3758
3759 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3760 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3761 frame-parameters.
9b4a7800 3762
f7246ac7
KH
37632000-09-07 Kenichi Handa <handa@etl.go.jp>
3764
3765 * language/devan-util.el (devanagari-to-indian-region): In the
3766 loop, change the following char, not preceding char.
3767
96889af2
GM
37682000-09-07 Gerd Moellmann <gerd@gnu.org>
3769
1091dd67
GM
3770 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3771 instead of frame-parameters.
3772
9b4a7800 3773 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3774 internal-set-lisp-face-attribute with FRAME being 0.
3775
3776 * vc.el: Remove `Id' version control keyword.
96889af2 3777
0fddd0dc
KH
37782000-09-07 Kenichi Handa <handa@etl.go.jp>
3779
3780 * help.el (help-make-xrefs): Adjusted for the change of
3781 help-xref-mule-regexp.
3782 (help-insert-xref-button): New function.
3783
3784 * international/mule-cmds.el (help-xref-mule-regexp-template):
3785 Include the pattern for character set.
3786 (leim): New group.
3787
3788 * international/quail.el: Don't require face.
3789 (quail): New group.
7f8b6551 3790 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3791 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3792 (quail-keyboard-layout-substitution): New variable.
3793 (quail-update-keyboard-layout): New function.
3794 (quail-keyboard-layout-type): New customizable variable.
3795 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3796 (quail-keyboard-translate): Pay attention to
3797 quail-keyboard-layout-substitution.
3798 (quail-insert-kbd-layout): New function.
3799 (quail-show-keyboard-layout): New function.
3800 (quail-get-translation): If the definition is a vector of length
7f8b6551 3801 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3802 in that string.
3803 (quail-update-current-translations): Fix the case of
3804 relative-index out of range.
3805 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3806 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3807 Show key sequences for all available characters.
0fddd0dc
KH
3808 (quail-help-insert-keymap-description): Don't show such verbose
3809 key bindings as quail-self-insert-command.
3810
3811 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3812 Format changed, and each element now have extra documentations.
3813 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3814 Adjusted for the change of quail-cxterm-package-ext-info.
3815
8ddceaf1
GM
38162000-09-06 Gerd Moellmann <gerd@gnu.org>
3817
3818 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3819 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3820 during bootstrap.
3821
099bd78a
SM
38222000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3823
3824 * vc.el: (toplevel): Don't require `dired' at run-time.
3825 (vc-dired-resynch-file): Remove autoload cookie.
3826
38272000-09-05 Andre Spiegel <spiegel@gnu.org>
3828
3829 * vc.el: Made several backend functions optional.
3830 (vc-default-responsible-p): New function.
3831 (vc-merge): Use RET for first version to trigger merge-news, not
3832 prefix arg.
3833 (vc-annotate): Handle backends that do not support annotation.
3834 (vc-default-merge-news): Removed. The existence of a merge-news
3835 implementation is now checked on caller sites.
3836
9b4a7800 3837 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3838 case.
3839
9b4a7800 3840 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3841 special case that has been removed from the default in vc-hooks.el.
3842
38432000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3846
38472000-09-05 Andre Spiegel <spiegel@gnu.org>
3848
3849 * vc-hooks.el: Require vc during compilation.
3850 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3851 macro `with-vc-properties' in vc.el.
3852 (vc-file-getprop): Doc fix.
3853 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3854
099bd78a
SM
3855 * vc.el: Require dired-aux during compilation.
3856 (vc-name-assoc-file): Moved to vc-sccs.el.
3857 (with-vc-properties): New macro.
9b4a7800 3858 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3859 vc-finish-steal): Use it.
3860 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3861 to the backend-specific function is now supposed to do the checkout,
3862 too.
3863 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3864
9b4a7800 3865 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3866 set file properties; that gets done in the generic code now.
3867
3868 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3869 Changed parameter list, added code from vc.el that does the
3870 checkout, possibly with a double-take.
3871
3872 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3873 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3874 the above under the new name.
3875 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3876 parameter list, added checkout command.
3877 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3878 properties; that gets done in the generic code now.
3879
38802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3881
3882 * vc.el: Docstring fixes (courtesy of checkdoc).
3883
38842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3885
3886 * vc.el (vc-checkout-writable-buffer-hook)
3887 (vc-checkout-writable-buffer): Remove.
3888 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3889 (vc-log-mode): Make it into a clean derived major mode.
3890 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3891 vc-log-mode if log-edit is not available.
3892 (vc-dired-mode-map): Don't set-keymap-parent yet.
3893 (vc-dired-mode): Do set-keymap-parent here.
3894 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3895
08ba3862
GM
38962000-09-05 Gerd Moellmann <gerd@gnu.org>
3897
3898 * faces.el (set-face-attribute, face-spec-reset-face)
3899 (face-spec-set): Avoid consing by removing calls to `apply'.
3900
3901 * frame.el (frame-parameter): Move to C code.
3902
3b4429b4
DL
39032000-09-05 Dave Love <fx@gnu.org>
3904
3905 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3906 insert-before-markers-and-inherit. Now checked systematically!
3907
877055f6
GM
39082000-09-05 Alex Schroeder <alex@gnu.org>
3909
3910 * sql.el (sql-postgres): Use sql-postgres-options.
3911 (sql-postgres-options): New variable.
3912
39132000-09-05 Alex Schroeder <alex@gnu.org>
3914
3915 * sql.el (sql-mode-menu): Work around missing variable mark-active
3916 in XEmacs.
3917 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3918 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3919 compatibility.
3920
7a004b71
GM
39212000-09-04 Gerd Moellmann <gerd@gnu.org>
3922
54baed30 3923 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3924
7a004b71
GM
3925 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3926
3927 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3928
39292000-09-04 Andre Spiegel <spiegel@gnu.org>
3930
3931 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3932 don't support anything else under SCCS yet.
3933
3934 * vc-hooks.el: Minor doc fixes.
3935
39362000-09-04 Andre Spiegel <spiegel@gnu.org>
3937
3938 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3939 not necessary. If verbose in state `needs-patch', do the same as
3940 under `up-to-date'. When NOT verbose and `needs-patch', check out
3941 latest version instead of `merge-news'.
3942 (vc-next-action-dired): Don't mess with default-directory here; it
3943 breaks other parts of dired. It is the job of the
099bd78a 3944 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3945 (vc-next-action): Remove a special CVS case.
3946 (vc-clear-headers): New optional arg FILE.
3947 (vc-checkin, vc-checkout): Set properties vc-state and
3948 vc-checkout-time properly.
099bd78a 3949 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3950 (vc-print-log): Use new backend function `show-log-entry'.
3951 (vc-cancel-version): Do the checks in a different order. Added a
3952 FIXME concerning RCS-only code.
3953
3954 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3955 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3956
3957 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3958
9b4a7800 3959 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3960 `needs-patch' as a `-' too.
3961
39622000-09-04 Andre Spiegel <spiegel@gnu.org>
3963
3964 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3965 (vc-default-could-register): New function.
3966 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3967 (vc-resynch-buffer): Call vc-dired-resynch-file.
3968 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3969 vc-resynch-buffer instead of vc-resynch-window.
3970 (vc-next-action-dired): Don't redisplay here, that gets done as a
3971 result of the individual file operations.
3972 (vc-retrieve-snapshot): Corrected prompt order.
3973
3974 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3975
7a004b71
GM
3976 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3977 as well.
3978 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3979 hostname regexps. Updated all callers.
3980 (vc-cvs-responsible-p): Handle directories as well.
3981 (vc-cvs-could-register): New function.
3982 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3983 properties up-to-date.
9b4a7800 3984
7a004b71
GM
3985 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3986 user whether to create one.
3987
39882000-09-04 Andre Spiegel <spiegel@gnu.org>
3989
3990 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3991 check out a non-existing file.
3992
3993 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3994 workfile does not exist.
3995
3996 * vc.el (vc-version-diff): Use `require' to check for existence of
3997 diff-mode.
3998
39992000-09-04 Andre Spiegel <spiegel@gnu.org>
4000
4001 * vc-cvs.el (vc-cvs-registered): Use new function
4002 vc-cvs-parse-entry to do the actual work.
4003
40042000-09-04 Andre Spiegel <spiegel@gnu.org>
4005
4006 * vc-hooks.el (vc-find-backend-function): If function doesn't
4007 exist, return nil instead of error.
4008 (vc-call-backend): Doc fix.
4009
4010 * vc.el (vc-do-command): Doc fix.
4011 (vc-finish-logentry): When checking in from vc-dired, choose the
4012 right backend for logentry check.
4013 (vc-dired-mode-map): Inherit from dired-mode-map.
4014 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4015 simplified.
4016 (vc-dired-state-info): Removed, updated caller.
4017 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4018 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4019 (vc-dired-listing-switches): New variable.
4020 (vc-directory): Use it, instead of dired-listing-switches.
4021
4022 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4023 (vc-cvs-dir-state): New function.
7f8b6551 4024 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4025 (vc-cvs-parse-entry): New function, also to be used in
4026 vc-cvs-registered.
9b4a7800 4027
7a004b71
GM
40282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4029
4030 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4031 *or* single-window-frames.
4032
40332000-09-04 Andre Spiegel <spiegel@gnu.org>
4034
4035 * vc.el (vc-update-changelog): Split into generic part and default
4036 implementation. Doc string adapted.
4037 (vc-default-update-changelog): New function. Call the `rcs2log'
4038 script in exec-directory, to fix a long-standing nuisance.
4039
4040 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4041 simply signals an error.
9b4a7800 4042
7a004b71
GM
40432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4046 control-flow more clear and to avoid running `cvs' twice.
4047
4048 * vc.el (vc-next-action-on-file): Doc fix.
4049 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4050 (vc-print-log): Eval `file' before constructing the continuation.
4051
40522000-09-04 Andre Spiegel <spiegel@gnu.org>
4053
4054 * vc.el (vc-next-action-on-file): Corrected several messages.
4055 (vc-merge): Add prefix arg `merge-news'; handle it.
4056
4057 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4058 is not reached. It is.
4059 (vc-cvs-merge): Set state to 'edited after merge.
4060 (vc-cvs-merge-news): Set workfile version to nil if not known.
4061 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4062
4063 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4064 via stdout. (Merge from main line.)
9b4a7800 4065
7a004b71
GM
40662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4067
4068 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4069 detection.
4070
40712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4072
4073 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4074 against kill-all-local-variables.
4075 (vc-log-edit): Don't save vc-parent-buffer any more.
4076 (vc-last-comment-match): Initialize to an empty string.
4077 (vc-post-command-functions): New hook.
4078 (vc-do-command): Run it.
4079 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4080 (vc-finish-logentry): Only add the comment to the ring if it's
4081 different from the last comment entered.
4082 (vc-new-comment-index): New function.
4083 (vc-previous-comment): Use it. Make the minibuffer message
4084 slightly less terse.
4085 (vc-comment-search-reverse): Make it work forward as well. Don't
4086 set vc-comment-ring-index if no match is found. Use
4087 vc-new-comment-index.
4088 (vc-comment-search-forward): Use vc-comment-search-reverse.
4089 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4090 define-derived-mode will do it for us. Bind `v' to a keymap that
4091 inherits from vc-prefix-map so that we can bind `vt' without
4092 binding C-x v t.
4093 (vc-retrieve-snapshot): Parenthesis typo.
4094
4095 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4096 to 1. Make sure to switch to *vc* before looking for an error
4097 message. Use vc-parse-buffer.
4098
40992000-09-04 Andre Spiegel <spiegel@gnu.org>
4100
4101 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4102 and NAME.
4103 (vc-retrieve-snapshot): Split into two parts.
4104 (vc-default-retrieve-snapshot): New function.
4105
4106 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4107 (vc-cvs-retrieve-snapshot): New function (untested).
4108 (vc-cvs-stay-local): Default to t.
4109 (vc-cvs-remote-p): New function and property.
4110 (vc-cvs-state): Stay local only if the above is t.
4111 (vc-handle-cvs): Removed.
4112 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4113 done via vc-handled-backends now.
4114 (vc-cvs-header): Escape Id.
4115
41162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4117
4118 * vc.el (vc-do-command): Remove unused commands.
4119 (vc-version-diff): Make sure default-directory ends with a slash.
4120 Move the window commands into a vc-exec-after.
4121 (vc-print-log): Move more of the code into the `vc-exec-after'.
4122
41232000-09-04 Andre Spiegel <spiegel@gnu.org>
4124
4125 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4126 (vc-print-log): Search current revision from beginning of buffer.
4127 (vc-revert-buffer): Clear echo area after the diff is finished.
4128 (vc-prefix-map): Removed definition of "t" for terse display in vc
4129 dired.
4130 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4131 definition of "vt" for terse display.
4132 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4133
41342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4135
4136 * vc.el (vc-exec-after): Avoid caddr.
4137
41382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4139
4140 * vc.el (vc-exec-after): New function.
4141 (vc-do-command): Use it to add a termination message for async
4142 procs.
4143 (vc-checkout): Try to handle a missing-backend situation.
4144 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4145 of a directory with a backend using async diffs.
4146 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4147 present.
4148
4149 * vc-sccs.el (vc-sccs-state-heuristic): Use
4150 file-ownership-preserved-p.
4151
4152 * vc-rcs.el (vc-rcs-state-heuristic): Use
4153 file-ownership-preserved-p.
4154 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4155
41562000-09-04 Andre Spiegel <spiegel@gnu.org>
4157
4158 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4159 vc-do-command.
4160
4161 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4162 when there are no changes.
4163
41642000-09-04 Andre Spiegel <spiegel@gnu.org>
4165
4166 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4167
4168 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4169
41702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4171
4172 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4173
4174 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4175 the `fset' outside of the defvar so that it works even if
4176 vc-prefix-map was already defined.
4177 (vc-setup-buffer): New function, split out of vc-do-command.
4178 (vc-do-command): Allow BUFFER to be t to mean `just use the
4179 current buffer without any fuss'.
4180 (vc-version-diff): Change the `diff' backend operation to just put
4181 the diff in the current buffer without erasing it. Always use
4182 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4183 shrink-window-if-larger-than-buffer.
4184 (vc-print-log): Change the `print-log' backend operation to just
4185 put the log in the current buffer without erasing it. Protect
4186 shrink-window-if-larger-than-buffer.
4187 (vc-update-change-log): Fix setd typo.
4188
4189 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4190 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4191
4192 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4193 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4194 CMP.
4195
4196 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4197 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4198 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4199
42002000-09-04 Andre Spiegel <spiegel@gnu.org>
4201
4202 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4203 not possible, use vc-BACKEND-workfile-unchanged-p.
4204 (vc-default-workfile-unchanged-p): New function. Delegates to a
4205 full vc-BACKEND-diff.
4206
4207 * vc-hooks.el (vc-simple-command): Removed.
4208
4209 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4210 instead of vc-simple-command.
4211 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4212 avoid doing a diff when opening a file.
4213 (vc-rcs-state): Added check for unlocked-changes.
4214 (vc-rcs-header): Escape Id.
4215 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4216 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4217 version.
4218
4219 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4220 (vc-sccs-diff): Remove optional arg CMP.
4221 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4222 SCCS-specific function.
4223
4224 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4225 vc-simple-command.
4226
42272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4228
4229 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4230 (with-vc-file, vc-merge): Use vc-editable-p.
4231 (vc-do-command): Remove unused var vc-file and fix the
4232 doubly-defined `status' var. Add a user message when starting an
4233 async command.
4234 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4235 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4236 Use with-current-buffer.
4237 (vc-buffer-sync): Use unless.
4238 (vc-next-action-on-file): If the file is 'edited by read-only,
4239 make it read-write instead of trying to commit.
4240 (vc-version-diff, vc-update-change-log): Use `setq
4241 default-directory' rather than `cd'.
4242 (vc-log-edit): Don't forget to set default-directory in the
4243 buffer.
4244
4245 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4246 (vc-sccs-state-heuristic): Use file-writable-p instead of
4247 comparing userids.
4248 (vc-sccs-checkout): Use `unless'.
4249
4250 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4251 of comparing userids.
4252 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4253 Simplify the logic by eliminating unreachable code.
4254 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4255 just do a recursive call if we need to retry.
4256 (vc-rcs-checkout): Handle the case where rcs is missing by making
4257 the buffer read-write if requested and re-signalling the error.
4258
4259 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4260
42612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4262
4263 * vc-hooks.el (vc-handled-backends): Docstring change.
4264 (vc-ignore-vc-files): Mark obsolete.
4265 (vc-registered): Check vc-ignore-vc-files.
4266 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4267 vc-ignore-vc-files.
4268
4269 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4270
42712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4272
4273 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4274 files since ange-ftp already has vc-registered return nil.
4275
4276 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4277 (vc-sccs-workfile-version): Use with-temp-buffer and new
4278 vc-parse-buffer and don't bother setting the property.
4279 (vc-sccs-add-triple): Use with-current-buffer and
4280 find-file-noselect.
4281 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4282
4283 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4284 derives from the old vc-parse-buffer but uses the revision number
4285 rather than the date (much easier to compare robustly).
4286 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4287 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4288 locking-user more directly. Check strict locking and set
4289 checkout-model appropriately.
4290 (vc-rcs-parse-locks): Remove.
4291 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4292 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4293 (vc-rcs-system-release): Use with-current-buffer and
4294 vc-parse-buffer.
4295 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4296
4297 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4298 (vc-simple-command): Docstring fix.
4299 (vc-registered): Align the way the file-handler is called with the
4300 way the function itself works.
4301 (vc-file-owner): Remove.
4302
4303 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4304 extraction of fields and call to file-attributes because of a
4305 temporary bug in rcp.el.
4306 (vc-cvs-fetch-status): Use with-current-buffer.
4307
43082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4309
4310 * vc.el (vc-do-command): Use file-relative-name.
4311 (vc-responsible-backend): Use vc-backend if possible.
4312 (vc-create-snapshot): Improve the `interactive' spec. Add support
4313 for branches and dispatch to backend-specific `create-snapshot'.
4314 (vc-default-create-snapshot): New function, containing the bulk of
4315 the old vc-create-snapshot.
4316 (vc-retrieve-snapshot): Improve the interactive spec.
4317
4318 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4319 (vc-backend-hook-functions): Remove.
4320 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4321 (vc-backend): Reintroduce the test for `file = nil' now that I
4322 know why it was there (and added a comment to better remember).
4323
4324 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4325 code from vc-sccs-hooks.el.
4326 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4327 'vc anymore.
4328 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4329 and file-directory-p instead of file-exists-p.
4330 (vc-sccs-check-headers): Simplify the regexp.
4331
4332 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4333 from vc-rcs-hooks.el. Don't require 'vc anymore.
4334 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4335 file-directory-p instead of file-exists-p.
4336
4337 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4338 from vc-cvs-hooks.el.
4339 (proto vc-cvs-registered): Require 'vc-cvs instead of
4340 'vc-cvs-hooks. Don't require 'vc anymore.
4341 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4342 file-directory-p instead of file-exists-p.
4343 (vc-cvs-create-snapshot): New function, replacing
4344 vc-cvs-assign-name.
4345 (vc-cvs-assign-name): Remove.
4346
43472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * vc-cvs.el (vc-cvs-header): New var.
4350
4351 * vc-rcs.el (vc-rcs-exists): Remove.
4352 (vc-rcs-header): New var.
4353
4354 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4355 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4356 (vc-sccs-header): New var.
4357
4358 * vc.el (vc-do-command): Get rid of the `last' argument.
4359 (vc-header-alist): Remove, replaced by vc-X-header.
4360 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4361 (vc-dired-hook): Use expand-file-name instead of concat.
4362 (vc-directory): Use file-name-as-directory.
4363 (vc-snapshot-precondition, vc-create-snapshot)
4364 (vc-retrieve-snapshot): Allow the command to operate on any
4365 directory.
4366
4367 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4368 just removing the 'WORKFILE argument or by removing the 'MASTER
4369 argument and replacing `file' with (vc-name file).
4370
43712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4372
4373 * vc.el: Update Copyright and add a crude list of backend funs.
4374 (vc-writable-p): New function.
4375 (with-vc-file): Use vc-writable-p.
7f8b6551 4376 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4377 (vc-register): Avoid vc-name.
4378 (vc-locking-user): Remove.
4379 (vc-steal-lock): Make the `owner' arg non-optional.
4380 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4381 vc-checkout-model.
4382 (vc-default-dired-state-info): Use vc-state instead of
4383 vc-locking-user and return special strings for special states.
4384 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4385 and get rid of one of the special CVS cases.
4386 (vc-cancel-version): prettify error message with \\[...].
4387 (vc-rename-master): New function.
4388 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4389 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4390 the CVS special case generic.
4391 (vc-default-record-rename): Remove.
4392 (vc-file-tree-walk-internal): Only call FUNC for files that are
4393 under control of some VC backend and replace `concat' with
4394 expand-file-name.
4395 (vc-file-tree-walk): Update docstring.
4396 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4397 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4398
4399 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4400 vc-sccs-record-rename. Use `find-file-noselect' rather than
4401 `find-file' and call `vc-rename-master' to do the actual move.
4402 (vc-sccs-diff): Remove unused `backend' variable.
4403
4404 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4405 to delay loading of vc-sccs until it is really used.
4406 (vc-sccs-master-templates): Preload.
4407 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4408 (vc-sccs-project-dir): Remove (merged into
4409 vc-sccs-search-project-dir).
4410 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4411 rather than `concat', make sure it is preloaded and don't bother
4412 to check that the file actually exists.
4413 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4414 `locks' argument (use buffer's content instead) and eliminate n^2
4415 behavior.
4416
4417 * vc-rcs.el: Update Copyright.
4418 (vc-rcs-rename-file): New function.
4419 (vc-rcs-diff): Remove unused `backend' variable.
4420
4421 * vc-hooks.el: Update Copyright.
4422 (vc-backend): Don't accept a nil argument any more.
4423 (vc-up-to-date-p): Turn into a defsubst.
4424 (vc-possible-master): New function.
4425 (vc-check-master-templates): Use `vc-possible-master' and allow
4426 funs in vc-X-master-templates to return a non-existent file.
4427
4428 * vc-cvs.el: Update Copyright.
4429 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4430 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4431
4432 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4433
44342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4435
4436 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4437 since it can be called from vc-rcs.el.
4438 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4439
44402000-09-04 Andre Spiegel <spiegel@gnu.org>
4441
4442 * vc.el (vc-version-diff): Expand file name read from the
4443 minibuffer. Handle the case when a previous version number can't
4444 be guessed. Give suitable messages when there were no differences
4445 found.
4446 (vc-clear-headers): Call backend-specific implementation, if one
4447 exists.
4448 (vc-cancel-version): Made error checks generic. When done, clear
4449 headers generically, too.
4450
4451 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4452 from vc-clear-headers in vc.el.
4453
4454 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4455 correctly.
4456 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4457 optional. Handle the case when it's not there.
4458
44592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4460
4461 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4462
44632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4464
4465 * vc-hooks.el (vc-loadup): Remove.
4466 (vc-find-backend-function): Use `require'. Also, handle the case
4467 where vc-BACKEND-hooks.el doesn't exist.
4468 (vc-call-backend): Cleanup.
4469
44702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4471
4472 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4473 vc-rcs-grab-templates)
4474 (vc-rcs-registered): Remove. The default function works as well.
4475 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4476 vc-sccs-grab-templates)
4477 (vc-sccs-registered): Remove. The default function works as well.
4478
4479 * vc.el (vc-version-diff): Left out a vc- in call to
4480 vc-call-backend.
4481 (vc-default-dired-state-info, vc-default-record-rename)
4482 (vc-default-merge-news): Update for the new backend argument.
4483
4484 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4485 using the default function.
4486 (vc-call-backend): If calling the default function, pass it the
4487 backend as first argument. Update the docstring accordingly.
4488 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4489 for the new backend argument.
4490 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4491 (vc-find-backend-function): Use the new name.
4492 (vc-default-registered): New function.
4493
44942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4495
4496 * vc.el (vc-merge): Use vc-find-backend-function.
4497
4498 * vc-hooks.el (vc-backend-functions): Remove.
4499 (vc-loadup): Don't setup 'vc-functions.
4500 (vc-find-backend-function): New function.
4501 (vc-call-backend): Use above fun and populate 'vc-functions
4502 lazily.
4503 (vc-backend-defines): Remove.
4504
45052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4506
4507 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4508 Call vc-call-backend without the leading vc-.
4509 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4510 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4511 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4512 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4513 Call vc-call-backend without the leading vc-.
4514
4515 * vc-cvs.el (tail): Provide vc-cvs.
4516 * vc-sccs.el (tail): Provide vc-sccs.
4517 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4518
4519 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4520 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4521 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4522 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4523 (vc-call-backend): Always try to load vc-X-hooks.
4524 (vc-registered): Remove vc- in call to vc-call-backend.
4525
45262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4527
4528 * vc.el (vc-process-filter): New function.
4529 (vc-do-command): Setup `vc-process-filter' for the async process.
4530 (vc-maybe-resolve-conflicts): New function to reduce
4531 code-duplication. Additionally, it puts the buffer in
4532 `smerge-mode' if applicable.
4533 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4534 calling `merge-news'.
7f8b6551 4535 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4536 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4537 interfacing to log-edit.el.
4538 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4539 log-edit is available.
4540 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4541
45422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4545 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4546 defvar and the initialization.
4547 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4548
4549 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4550 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4551
7f8b6551 4552 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4553
45542000-09-04 Andre Spiegel <spiegel@gnu.org>
4555
4556 * vc.el (vc-file-clear-masterprops): Removed.
4557 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4558 (vc-version-diff): Use buffer-size without argument.
4559 (vc-register): Heed vc-initial-comment.
4560
4561 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4562 default branch.
4563
4564 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4565 file name and workfile version.
4566 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4567
4568 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4569 vc-file-clear-masterprops.
4570
4571 * vc-sccs.el (vc-sccs-checkout): Removed call to
4572 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4573 rather than user login name.
4574
4575
45762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4579 `want-differences-if-changed' and simplify.
4580 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4581 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4582 output (which is invalid for async vc-diff) to decide whether to
4583 do the revert silently or not.
4584
45852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * vc-hooks.el (vc-loadup): Load files quietly.
4588 (vc-call-backend): Oops, brain fart.
4589
45902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4591
4592 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4593 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4594
45952000-09-04 Andre Spiegel <spiegel@gnu.org>
4596
4597 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4598 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4599 vc-state or vc-up-to-date-p.
4600 (vc-merge): Use vc-backend-defines to check whether merging is
4601 possible. Set state to 'edited after successful merge.
4602
4603 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4604 return that name. Redocumented.
4605
46062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4607
4608 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4609 new `vc-state' semantics.
4610 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4611 'vc-locking-user to the current user.
4612 (vc-merge): Inline vc-backend-merge. Comment out code that I
4613 don't understand and hence can't adapt to the new `vc-state' and
4614 `vc-locking-user' semantics.
4615 (vc-backend-merge): Remove.
4616
4617 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4618 rather than 'vc-locking-user.
4619
4620 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4621
4622 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4623 (vc-state): Don't use 'reserved any more. Just use the same
4624 convention as the one used for vc-<backend>-state where the
4625 locking user (as a string) is returned.
4626 (vc-locking-user): Update, based on the above convention. The
4627 'vc-locking-user property has disappeared.
7f8b6551 4628 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4629
4630 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4631 with a heuristic one.
4632 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4633 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4634 error. That allows us to get to 'needs-merge even in the
4635 stay-local case. There's still no way to detect 'needs-patch in
4636 such a setup (or to force an update for that matter).
4637 (vc-cvs-logentry-check): Remove, the default works as well.
4638
46392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4640
7f8b6551 4641 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4642
4643 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4644 major-mode in which the buffer might have been put earlier. Use
4645 `remove' and `when'. Allow `okstatus' to be `async' and use
4646 `start-process' in this case.
4647 (vc-version-diff): Handle the case where the diff looks empty
4648 because of the use of an async process.
4649
46502000-09-04 Andre Spiegel <spiegel@gnu.org>
4651
4652 * vc.el (vc-next-action-on-file): Removed optional parameter
4653 `simple'. Recompute state unconditionally.
4654 (vc-default-toggle-read-only): Removed.
4655
4656 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4657 (vc-toggle-read-only): Undid prev change.
4658
4659 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4660 vc-cvs-simple-toggle. Redocumented.
4661 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4662 (vc-cvs-toggle-read-only): Removed.
4663
46642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4665
7f8b6551 4666 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4667 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4668 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4669 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4670 still is. So maybe it should be removed.
4671 (vc-head-version, vc-find-binary): Remove.
4672 (vc-recompute-state): Move from vc-hooks.el.
4673 (vc-next-action-on-file): Add a `simple' argument to allow
4674 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4675 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4676 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4677 (vc-dired-mode-map): Properly defvar it.
4678 (vc-print-log): Call log-view-mode if available.
4679 (small-temporary-file-directory): defvar instead of use boundp.
4680 (vc-merge-news): Moved to vc-cvs.el.
4681 (vc-default-merge-news): New function.
4682
4683 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4684 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4685 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4686 unknown `vc-latest-version' function. It should probably refer to
4687 vc-workfile-version or somesuch, but it's very unclear to me and I
4688 don't have SCCS to test things.
4689
4690 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4691 (vc-sccs-state-heuristic): Fix typo.
4692 (vc-sccs-workfile-unchanged-p): Add missing argument.
4693
4694 * vc-rcs.el: Require vc and vc-rcs-hooks.
4695 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4696 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4697 (vc-release-greater-or-equal-p): Move from vc.
4698 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4699 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4700 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4701 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4702
4703 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4704 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4705 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4706 than the apparently unbound `workfile-version'.
4707
4708 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4709 (vc-file-prop-obarray): Use `make-vector'.
4710 (vc-backend-functions): Add new hookable functions
4711 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4712 (vc-loadup): If neither backend nor default functions exist, use
4713 the backend function rather than nil.
4714 (vc-call-backend): If the function if not bound yet, try to load
4715 the non-hook file to see if it provides it.
4716 (vc-call): New macro plus use it wherever possible.
4717 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4718 nor `vc-find-binary' since it's only called from
7f8b6551 4719 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4720 (vc-checkout-model): Fix parenthesis.
4721 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4722
7f8b6551 4723 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4724 (vc-cvs-release, vc-cvs-system-release): Remove.
4725 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4726 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4727 status symbols.
4728 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4729 (vc-cvs-toggle-read-only): First cut at a function to allow a
4730 cvs-status-free vc-toggle-read-only.
4731 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4732 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4733 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4734 (vc-cvs-checkout): Modify access rights directly if the user
4735 requested not to use `cvs edit'. And refresh the mode line.
4736
4737 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4738 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4739
47402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4741
4742 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4743 workfile' that got lost when the code was extracted from vc.el.
4744 And merged the tail with the rest of the code (not possible in the
4745 old vc.el where the tail was shared among all backends). And
4746 explicitly set the state to 'edited if `writable' is set.
4747
4748 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4749 (vc-cvs-state): Be careful to return the value from
4750 vc-cvs-parse-state.
4751 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4752 property but return it instead. Also be careful to handle a nil
4753 or "" `rev' when workfile is non-nil (it was handled properly when
4754 workfile was nil).
4755
4756 * vc.el: Removed those pesky unnecessary `(function' quotes.
4757 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4758 directly in the defvar.
4759 (vc-do-command): Bind inhibit-read-only so as to properly handle
4760 the case where the destination buffer has been made read-only.
4761 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4762 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4763 (vc-annotate-mode-variables): Removed (code moved partly to
4764 defvars and partly to vc-annotate-add-menu).
4765 (vc-annotate-mode): Turned into a derived-mode.
4766 (vc-annotate-add-menu): Moved in code in
4767 vc-annotate-mode-variables.
4768 (vc-update-change-log): Use make-temp-file if available.
4769
47702000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4771
4772 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4773 `vc-checkout-model' updated to `vc-cvs-update-model'.
4774
47752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4776
4777 * vc.el (vc-next-action-on-file): Added handling of state
4778 `unlocked-changes'.
4779 (vc-checkout-carefully): Is now practically obsolete, unless the
4780 above is too slow to be enabled unconditionally.
4781 (vc-update-change-log): Fixed typo.
4782
4783 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4784
7f8b6551
SM
4785 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4786 Now handles state `unlocked-changes'.
4787 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4788
4789 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4790
4791 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4792 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4793 `unlocked-changes'.
4794 (vc-rcs-workfile-unchanged-p): Renamed from
4795 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4796 function yet, but supposed to become one soon.
4797
4798 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4799 `vc-steal-lock'.
4800 (vc-call-backend): Changed error message.
4801 (vc-state): Added description of state `unlocked-changes'.
4802
48032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4804
4805 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4806 always return t in CVS-controlled directories.
4807
4808 * vc.el (vc-responsible-backend): New function.
4809 (vc-register): Largely rewritten.
4810 (vc-admin): Removed (implementation moved into vc-register).
4811 (vc-checkin): Redocumented.
4812 (vc-finish-logentry): If no backend defined yet (because we are in
4813 the process of registering), use the responsible backend.
4814
4815 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4816 Updated function lists.
4817 (vc-call-backend): Fixed typo.
4818
7f8b6551
SM
4819 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4820 New functions.
4821 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4822 Removed query option. Redocumented.
7a004b71
GM
4823
48242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4825
4826 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4827
4828 * vc.el: Updated callers of `vc-checkout-required' to use
4829 `vc-checkout-model'.
4830
48312000-09-04 Martin Lorentzson <martinl@gnu.org>
4832
4833 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4834 stuff updated to reference this function instead of the old
4835 `vc-backend-release-p'.
4836
48372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4838
4839 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4840 vc-checkout-model. Return appropriate values. Updated callers.
4841
48422000-09-04 Martin Lorentzson <martinl@gnu.org>
4843
7f8b6551 4844 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4845 (vc-backend-revert): Function moved into `vc-revert';
4846 `vc-next-action' must be updated to accomodate this change.
4847 (vc-backend-steal): Function moved into `vc-finish-steal'.
4848 (vc-backend-logentry-check): Function moved into
4849 `vc-finish-logentry'.
4850 (vc-backend-printlog): Function moved into `vc-print-log'.
4851 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4852 (vc-backend-assign-name): Function moved into
4853 `vc-create-snapshot'.
4854
48552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4856
4857 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4858 Rename to vc-checkout-model. Return appropriate values.
4859 Update callers.
7a004b71 4860
7f8b6551 4861 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4862 to vc-checkout-model.
7f8b6551
SM
4863 (vc-checkout-required): Rename to vc-checkout-model.
4864 Re-implement and re-comment.
7a004b71
GM
4865 (vc-after-save): Use vc-checkout-model.
4866
48672000-09-04 Martin Lorentzson <martinl@gnu.org>
4868
7f8b6551
SM
4869 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4870 Update to use the vc-BACKEND-diff functions instead.
4871 `vc-diff' is now working.
7a004b71 4872
7f8b6551 4873 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4874
7f8b6551 4875 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4876
4877 * vc-sccs.el (vc-sccs-diff): Function changed name from
4878 `vc-backend-diff'. This makes `vc-diff' work.
4879
7f8b6551 4880 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4881 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4882 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4883 signaled during `vc-after-save'.
4884
7f8b6551
SM
4885 * vc.el: Fix typo.
4886 This checkin is made with our new VC code base for the very first time.
4887 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4888
4889 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4890 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4891
4892 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4893 updated to `vc-uses-locking'.
7f8b6551 4894 (vc-checkout-required): Call to backend function.
7a004b71
GM
4895 `vc-checkout-required' updated to `vc-uses-locking' instead.
4896
4897 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4898 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4899
7f8b6551 4900 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4901 to match the split into various backends.
7f8b6551 4902 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4903 (vc-retrieve-snapshot): Bug fix.
4904
49052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4906
4907 * vc-sccs.el (vc-sccs-release): Doc fix.
4908
49092000-09-04 Martin Lorentzson <martinl@gnu.org>
4910
4911 * vc.el (vc-next-action-on-file): Bug found and fixed.
4912 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4913 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4914
4915 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4916 (vc-rcs-checkout): Name space cleaned up. No more revision number
4917 crunching function names that are not prefixed with vc-rcs.
4918 (vc-rcs-checkout-model): Function added. References to
4919 `vc-checkout-model' replaced.
4920
49212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4922
4923 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4924 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4925 still need to be split, and implemented for RCS).
4926
49272000-09-04 Martin Lorentzson <martinl@gnu.org>
4928
4929 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4930
4931 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4932 required by the vc.el file.
4933
4934 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4935 required by the vc.el file.
4936 (vc-rcs-exists): Function added.
4937
4938 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4939 required by the vc.el file.
4940
4941 * vc.el (vc-admin): Updated to handle selection of appropriate
4942 backend. Current implementation is crufty and need re-thinking.
4943
4944 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4945
49462000-09-04 Martin Lorentzson <martinl@gnu.org>
4947
4948 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4949 beginning of annotate buffers correctly.
4950
4951 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4952 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4953 functionality updated quite a lot to support multiple backends.
4954 Variables `vc-annotate-mode', `vc-annotate-buffers',
4955 `vc-annotate-backend' added.
4956
4957 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4958 `vc-annotate-difference' added to supported backend functions.
4959
49602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4961
4962 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4963 Use with-temp-file instead of /bin/sh. Merged from mainline
4964
49652000-09-04 Martin Lorentzson <martinl@gnu.org>
4966
4967 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4968
4969 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4970
4971 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4972
49732000-09-04 Martin Lorentzson <martinl@gnu.org>
4974
4975 * vc-hooks.el: vc-state-heuristic added to
4976 vc-backend-hook-functions.
4977
4978 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4979
4980 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4981
7f8b6551
SM
4982 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4983 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4984 state to `reserved'.
4985
4986 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4987 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4988
49892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4990
7f8b6551 4991 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4992 untouched.
4993
7f8b6551 4994 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4995
7f8b6551 4996 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4997 if defined. (Merged from main line, slightly adapted.)
4998
4999 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5000 millenium problem (merged from mainline).
5001
50022000-09-04 Martin Lorentzson <martinl@gnu.org>
5003
5004 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5005 part and moved the non-BACKEND stuff to vc.el.
5006
5007 * vc.el: Split the annotate feature into a BACKEND specific part
5008 and moved it from the vc-cvs.el file to this one.
5009
50102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5011
7f8b6551
SM
5012 * vc-hooks.el: Implement new state model.
5013 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5014 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5015 locked by somebody else.
7f8b6551 5016 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5017 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5018 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5019 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5020
7f8b6551
SM
5021 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5022 Various simplifications and adaptations all over the place.
7a004b71 5023
7f8b6551
SM
5024 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5025 Simplify and adapt the rest.
7a004b71 5026
7f8b6551 5027 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5028 interaction with view mode according to recent RCS change.
7f8b6551 5029 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5030
50312000-09-04 Martin Lorentzson <martinl@gnu.org>
5032
7f8b6551 5033 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5034
50352000-09-04 Martin Lorentzson <martinl@gnu.org>
5036
5037 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5038 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5039 (vc-minor-part, vc-previous-version): Functions that operate and
5040 compare revision numbers got proper documentation. Comments added
5041 about their possible removal.
5042
50432000-09-04 Martin Lorentzson <martinl@gnu.org>
5044
5045 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5046 the vc-backend.el files.
5047
5048 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5049
5050 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5051 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5052 (vc-rcs-previous-version): Functions added.
5053
5054 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5055
5056 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5057
50582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5059
5060 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5061 Comment out the definition for now. What is the right procedure
7a004b71
GM
5062 to get rid of it?
5063 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5064 rewritten.
7f8b6551 5065 (vc-default-registered): Remove.
7a004b71
GM
5066 (vc-check-master-templates): New function; does mostly what the
5067 above did before.
5068 (vc-locking-user): Don't rely on the backend to set the property.
5069
5070 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5071 Rewrite documentation.
7a004b71
GM
5072 (vc-rcs-templates-grabbed): New variable.
5073 (vc-rcs-grab-templates): New function.
7f8b6551 5074 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5075
5076 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5077 Rewrite documentation.
7a004b71
GM
5078 (vc-sccs-templates-grabbed): New variable.
5079 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5080 (vc-sccs-registered): Rewrite to use above mechanism.
5081 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5082 Don't throw the result, simply return it.
7a004b71 5083
7f8b6551
SM
5084 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5085 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5086 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5087
7f8b6551 5088 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5089 from main line.
5090
50912000-09-04 Martin Lorentzson <martinl@gnu.org>
5092
7f8b6551 5093 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5094
7f8b6551 5095 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5096
7f8b6551
SM
5097 * vc-rcs.el (vc-rcs-diff): New function.
5098 (vc-rcs-checkout): Bug (typo) found and fixed.
5099 (vc-rcs-register-switches): New variable.
7a004b71
GM
5100
5101 * vc.el (vc-backend-diff): Function removed and placed in the
5102 backend files.
5103
51042000-09-04 Martin Lorentzson <martinl@gnu.org>
5105
5106 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5107
5108 * vc.el (vc-backend-checkout): Function removed and replaced in
5109 the vc-backend.el files.
5110
5111 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5112
5113 * vc.el (vc-backend-admin): Removed and replaced in the
5114 vc-backend.el files.
5115
5116 * vc.el (Martin): Removed all the annotate functionality since it
5117 is CVS backend specific.
5118
51192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5120
5121 * spec.txt: Added specification of vc-state.
5122
5123 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5124 Remove handling of vc-latest-version and
7a004b71
GM
5125 vc-your-latest-version. What used to be vc-latest-version, is now
5126 returned as vc-workfile-version.
7f8b6551 5127 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5128
51292000-09-04 Dave Love <fx@gnu.org>
5130
5131 * vc.el: [Merged from mainline.]
5132 (vc-dired-mode): Make the dired-move-to-filename-regexp
5133 regexp match the date, to avoid treating date as file size.
5134 Add YYYY S option to WESTERN/
5135
51362000-09-04 Dave Love <fx@gnu.org>
5137
5138 * vc.el: Require `compile' when compiling.
5139 (vc-logentry-check-hook): New option.
5140 (vc-steal-lock): Use compose-mail.
5141 (vc-dired-mode-map): Defvar when compiling.
5142 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5143 vc-sccs.el and renamed. Callers changed.
5144 (vc-backend-checkout, vc-backend-logentry-check)
5145 (vc-backend-merge-news): Doc fix.
5146 (vc-default-logentry-check): New function.
5147 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5148 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5149 (vc-backend-merge): Doc fix. Use backend functions.
5150 (vc-check-headers): Use backend functions.
5151
5152 * vc-cvs.el: Require vc when compiling.
5153 (vc-cvs-register-switches): Doc fix.
5154 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5155 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5156 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5157 New functions (code from vc.el).
5158 (vc-annotate-display-default): Fix interactive spec.
5159 (vc-annotate-time-span): Doc fix.
5160
5161 * vc-rcs.el: Require vc when compiling.
5162 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5163 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5164 (vc-rcs-checkin): New functions (code from vc.el).
5165 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5166 Doc fix.
5167 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5168
5169 * vc-sccs.el: Require vc when compiling.
5170 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5171 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5172 (vc-sccs-revert)
5173 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5174 from vc.el).
5175 (vc-sccs-add-triple, vc-sccs-record-rename)
5176 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5177 (vc-sccs-admin): Doc fix.
5178
51792000-09-04 Martin Lorentzson <martinl@gnu.org>
5180
5181 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5182 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5183 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5184 from vc.el.
5185
5186 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5187
5188 * vc-cvs.el: Moved the annotate functionality from vc.el.
5189 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5190
51912000-09-04 Dave Love <fx@gnu.org>
5192
5193 * vc.el (vc-backend-release): Call vc-system-release.
5194
5195 * vc-sccs.el (vc-sccs-system-release):
5196 Renamed from vc-sccs-backend-release.
5197
5198 * vc-rcs.el (vc-rcs-system-release):
5199 Renamed from vc-rcs-backend-release.
5200
5201 * vc-cvs.el (vc-cvs-system-release):
5202 Renamed from vc-cvs-backend-release.
5203
52042000-09-04 Dave Love <fx@gnu.org>
5205
5206 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5207 backend files.
5208 (vc-backend-release): Dispatch to backend functions.
5209 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5210 probably needs attention.]
5211
5212 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5213 (vc-sccs-backend-release): New function.
5214
5215 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5216 (vc-cvs-backend-release): New function.
5217
5218 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5219 Doc fix.
5220 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5221 (vc-default-dired-state-info): New function.
5222 (vc-dired-state-info): Dispatch to backends.
5223 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5224
5225 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5226 from vc.el and renamed.
5227
52282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5229
5230 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5231 (vc-version-other-window, vc-backend-assign-name): Removed
5232 references to vc-latest-version; sometimes changed into
5233 vc-workfile-version.
5234
5235 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5236 vc-rcs-master-workfile-version.
5237 (vc-rcs-workfile-version): Use the above. Don't call
5238 vc-latest-version (that was unreachable code, anyway).
5239 (vc-rcs-fetch-master-properties): Doc fix.
5240
5241 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5242 (vc-backend-hook-functions): Removed them from this list, too.
5243 (vc-fetch-properties): Removed.
5244 (vc-workfile-version): Doc fix.
5245
5246 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5247 (vc-rcs-workfile-version, vc-rcs-locking-user)
5248 (vc-rcs-uses-locking): Use it.
5249
5250 * vc-hooks.el (vc-consult-rcs-headers):
5251 Moved into vc-rcs-hooks.el, under the name
5252 vc-rcs-consult-headers.
5253
5254 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5255 headers.
5256 (vc-cvs-find-master): Use this name only; correct different
5257 versions of the name.
5258
5259 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5260 New functions.
5261 (vc-sccs-locking-user): Use the latter.
5262
5263 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5264 New functions.
5265
5266 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5267 Moved into both
5268 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5269 functions are implementation details of those two backends.
5270
52712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5272
5273 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5274 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5275
5276 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5277 (vc-sccs-parse-locks): SCCS-specific code moved here from
5278 vc-hooks.
5279
5280 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5281 code moved here from vc-hooks.
5282
5283 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5284 into back-end specific parts and removed. Callers not updated
5285 yet; because I guess these callers will disappear into back-end
5286 specific files anyway.
5287
52882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5289
5290 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5291 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5292 `vc-uses-locking'.
5293
5294 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5295 Store yes/no in the property, and return t/nil. Updated all
5296 callers.
5297
5298 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5299 vc-sccs-uses-locking. Don't set property.
5300 (vc-sccs-locking-user): Don't set property.
5301
5302 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5303 vc-cvs-uses-locking. Don't set property here; leave that to
5304 vc-hooks.
5305 (vc-cvs-locking-user): Reflect above change. Streamlined.
5306
5307 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5308 vc-rcs-uses-locking.
5309 (vc-rcs-locking-user): Reflect above change.
5310
53112000-09-04 Dave Love <fx@gnu.org>
5312
5313 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5314
5315 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5316
5317 * vc-hooks.el (vc-checkout-model): Punt to backends.
5318
5319 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5320
5321 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5322
5323 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5324 New functions.
5325
5326 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5327 New functions.
5328
5329 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5330 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5331
5332 * vc-hooks.el (vc-default-locking-user): New function.
5333 (vc-locking-user, vc-workfile-version): Punt to backends.
5334
53352000-09-04 Dave Love <fx@gnu.org>
5336
5337 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5338 (vc-master-workfile-version): Moved from vc-hooks.
5339
5340 * vc-rcs-hooks.el: Fix duplicate code in last change.
5341
5342 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5343 (vc-rcs-master-templates): Improve :type.
5344 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5345 vc-master-workfile-version): Moved from vc-hooks.
5346
5347 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5348 (vc-sccs-master-templates): Improve :type.
5349 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5350
5351 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5352
5353 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5354 (vc-cvs-master-templates): Improve :type. Use
5355 vc-cvs-find-cvs-master.
5356 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5357 from vc-hooks.
5358 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5359
5360 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5361 Moved to vc-cvs-hooks.
5362
5363 * vc-hooks.el: Add doc strings in various places. Simplify the
5364 minor mode setup.
5365 (vc-handled-backends): New user variable.
5366 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5367 simplification.
5368
53692000-09-04 Dave Love <fx@gnu.org>
5370
5371 * vc.el: Some doc fixes for autoloaded and interactive functions.
5372 Fix compilation warnings from ediff stuff.
5373 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5374
5375 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5376
5377 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5378
5379 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5380
53812000-09-04 Dave Love <fx@gnu.org>
5382
5383 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5384 New variable.
5385 (vc-make-backend-function, vc-loadup, vc-call-backend)
5386 (vc-backend-defines): New functions.
5387
5388 * vc-hooks.el: Various doc fixes.
5389 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5390 (vc-match-substring): Function removed. Callers changed to use
5391 match-string.
5392 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5393 Simplify.
5394
53952000-09-04 Dave Love <fx@gnu.org>
5396
5397 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5398 type.
5399 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5400 (vc-sccs-registered): Doc fix.
5401
5402 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5403 (vc-cvs-registered): Doc fix.
5404
5405 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5406 (vc-rcs-registered): Doc fix.
5407
54082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5409
5410 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5411
5412 * vc-hooks.el: vc-registered has been renamed
5413 vc-default-registered. Some functions have been moved to the
5414 backend specific files. they all support the
5415 vc-BACKEND-registered functions.
5416
54172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5418
5419 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5420
5421 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5422
a033ea13
DL
54232000-09-04 Dave Love <fx@gnu.org>
5424
179fc9ef
DL
5425 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5426 menu-bar-update-hook.
5427
5428 * help.el (help-manyarg-func-alist): Add
5429 find-operation-coding-system.
5430
a033ea13
DL
5431 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5432
5433 * custom.el (custom-set-variables): Print message about errors in
5434 setting.
5435
f8803e97
AI
54362000-09-03 Andrew Innes <andrewi@gnu.org>
5437
5438 * makefile.w32-in: Change to DOS line endings.
5439
59836110
EZ
54402000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5443 minor-mode keymaps, if they don't have one.
5444
5514ba5c
EZ
54452000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5446
5447 * eshell/esh-module.el (eval-when-compile): Don't lose if
5448 esh-module.el's file name is truncated to DOS 8+3 limits.
5449
79cf8e80
JW
54502000-09-01 John Wiegley <johnw@gnu.org>
5451
5452 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5453 predicate, which caused entries in the completion list to be
5454 doubled.
5455
54562000-08-30 John Wiegley <johnw@gnu.org>
5457
5458 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5459 sending to subprocesses. Also, hook pre-command-hook if
5460 `eshell-send-direct-to-subprocesses' is non-nil.
5461 (eshell-send-direct-to-subprocesses): New config variable. If t,
5462 subprocess input is send immediately.
5463 (eshell-toggle-direct-send): New function.
5464 (eshell-self-insert-command): New function.
5465 (eshell-intercept-commands): New function.
5466 (eshell-send-input): If direct subprocess sending is enabled,
5467 don't echo any input to the Eshell buffer. Let the subprocess
5468 handle that. This requires "stty echo" in bash, for example.
5469
54702000-08-28 John Wiegley <johnw@gnu.org>
5471
5472 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5473 completion function for Eshell's implementation of `unset'.
5474
778911b9
EZ
54752000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * info.el (Info-directory-list): Doc fix.
5478
05d07b49
PB
54792000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5480
9b4a7800 5481 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5482 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5483
9941d4c7
KH
54842000-08-31 Kenichi Handa <handa@etl.go.jp>
5485
5486 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5487 coding systems.
5488
af9ba8ad
AI
54892000-08-30 Andrew Innes <andrewi@gnu.org>
5490
5491 * timer.el (run-with-idle-timer): Undo last change, so that timer
5492 is not activated immediately if Emacs is already idle. Some
5493 existing code relies on this behaviour.
5494
caccd8f2
MB
54952000-08-30 Miles Bader <miles@gnu.org>
5496
5497 * frame.el (set-frame-font): Do completion of font-name for
5498 interactive use.
5499
b64c0a1c
KH
55002000-08-30 Kenichi Handa <handa@etl.go.jp>
5501
5502 * international/quail.el (quail-start-translation): Bind locally
5503 last-command-event, last-command, and this-command.
5504 (quail-start-conversion): Likewise.
75cf0095 5505 (quail-self-insert-command): Fix docstring.
b64c0a1c 5506
fd5f61d3
GM
55072000-08-29 Gerd Moellmann <gerd@gnu.org>
5508
5509 * progmodes/executable.el
5510 (executable-make-buffer-file-executable-if-script-p): Check that
5511 buffer contains at least 2 characters.
5512
5b671d04
EZ
55132000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5514
5515 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5516
485d9513
DL
55172000-08-29 Dave Love <fx@gnu.org>
5518
a39fb83d
DL
5519 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5520 (diff-mode-shared-map): Bind mouse-2.
5521 (diff-imenu-generic-expression): New variable.
5522 (diff-mode): Use it.
5523
485d9513
DL
5524 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5525 (mouse-popup-menubar): Add minor mode menus.
5526 (popup-menu): Check for lookup-key returning number.
5527
ba3478d9
MB
55282000-08-29 Miles Bader <miles@gnu.org>
5529
5530 * comint.el (comint-send-input): Create overlays using the proper
5531 front/read-advance arguments.
9b4a7800 5532
c3d6d211
GM
55332000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5534
5535 * ps-print.el: Even/odd pages printing. Doc fix.
5536 (ps-print-version): New version number (6.0).
5537 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5538 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5539 (ps-print-duplex-feature): Variable eliminated.
5540 (ps-even-or-odd-pages): New variable.
5541
ba087cd7 5542 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5543 (ebnf-version): New version (3.3).
5544 (ebnf-user-arrow): Change variable customization to sexp.
5545 (ebnf-user-arrow): Function eliminated.
5546 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5547
d313265f
KH
55482000-08-29 Kenichi Handa <handa@etl.go.jp>
5549
cba62b78 5550 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5551 (help-make-xrefs): Handle help-xref-mule-regexp.
5552
5553 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5554 variable.
5555 (describe-input-method): Temporarily activate the specfied input
5556 method to display the information.
5557 (describe-language-environment): Hyperlinks to mule related items.
5558
5559 * international/mule-diag.el (charset-multibyte-form-string): New
5560 function.
5561 (list-character-sets-1): Use charset-multibyte-form-string.
5562 (describe-character-set): New function.
5563 (describe-coding-system): Hyperlinks to safe character sets.
5564
5565 * international/quail.el (quail-help): New arg PACKAGE.
5566 Hyperlinks to mule related items.
5567 (quail-help-insert-keymap-description): Use
5568 substitute-command-keys instead of describe-bindings.
5569 (quail-translation-help): Hyperlinks to mule related items.
5570
b4bd214e
JW
55712000-08-28 John Wiegley <johnw@gnu.org>
5572
ca7aae91
JW
5573 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5574 have a defsubst call itself. Made `eshell-flatten-list' back into
5575 a function again.
5576
b4bd214e
JW
5577 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5578 catch, in case re-centering point at bottom messes up the display.
5579 This happens frequently in Emacs 21, due I believe to variable
5580 line heights.
5581
5582 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5583 to call `find-tag-interactive'.
5584
5585 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5586 the list of remember directories.
5587
d44e146b
JW
55882000-08-28 John Wiegley <johnw@gnu.org>
5589
5590 * align.el: Test align-region-separate to see if it's a symbol.
5591
546c0888 55922000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5593
5594 * eshell/esh-util.el (eshell-flatten-list): Made this function
5595 into a defsubst form. It gets used very frequently, although
5596 calls don't occur all that often.
5597
5598 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5599 examining it.
5600
5601 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5602 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5603 `eshell-protect'.
5604 (eshell-copy-handles): Created a new macro for duplicating the
5605 current set of open handles. This is needed by the looping
5606 functions.
5607 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5608 is not incorrectly stomped on.
5609
5610 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5611 declaration for pcomplete-use-paring.
5612 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5613 value of eshell-cmpl-use-paring.
5614 * pcomplete.el (pcomplete-use-paring): New config variable, to
5615 indicate whether paring should be used.
5616 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5617 completion alternatives that have already been used.
5618
5619 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5620 bound to C-c C-y, which will repeat the previous N arguments
5621 (based on prefix argument).
5622 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5623
5624 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5625 if there is no *Help* buffer. This is for XEmacs, which renames
5626 its help buffers uniquely. TODO: Find out what the current buffer
5627 name to delete is.
5628
5629 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5630 first entry that correlates to a passwd/group number. Later
5631 entries (used for group/user name aliasing to multiple IDs) are
5632 ignored.
5633
9b4a7800
TTN
5634 * eshell/em-xtra.el (eshell/expr):
5635 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5636 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5637 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5638 argument list, before passing it to the system command.
5639
5640 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5641 `find-tag' for use at final position in Eshell buffers (which
5642 otherwise triggers an error on Emacs 21).
5643 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5644 buffer, if it is currently bound to `find-tag'.
5645
5646 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5647 in the list of matched Makefile names.
5648 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5649 directory, prefer its contents to Makefile.
5650
5651 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5652 directory parts (like "cd old new", or "cd =regexp"), are now case
5653 sensitive on non-Windows/DOS platforms.
5654
5655 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5656 types RET after an open delimiter (like "), display a message
5657 indicating that Eshell is waiting for the closing delimiter.
5658
5659 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5660 environment variables.
5661
5662 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5663 gracefully if the user enters incorrect arguments.
5664
5665 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5666 Eshell buffers.
5667
9b4a7800
TTN
5668 * eshell/esh-var.el (eshell-interpolate-variable):
5669 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5670 * eshell/em-unix.el (eshell-du-sum-directory):
5671 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5672 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5673 (not (= ...)).
5674
5675 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5676 to ensure the `preserve' flag gets propagated when doing recursive
5677 directory copies.
5678
546c0888 56792000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5680
5681 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5682 Don't convert \n into \0177 in memory.
5683 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5684 and back again, when reading and writing.
9b4a7800 5685
546c0888 56862000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5687
5688 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5689 testing of `fboundp' on `processp'.
5690
5691 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5692 (eshell/jobs): Don't call process-list if it is not bound.
5693 (eshell-gather-process-output): Support systems where async
5694 subprocesses aren't supported.
5695 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5696 variables.
5697
5698 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5699 eshell-do-eval returns t.
5700 (eshell-do-pipelines-synchronously): New defmacro.
5701 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5702 when async subprocesses aren't supported.
5703 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5704 if async subprocesses aren't supported.
5705 (eshell-resume-command): Don't assume STATUS is a string.
5706
5707 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5708
5709 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5710 (eshell-close-target, eshell-get-target): Use eshell-processp.
5711 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5712 fix.
5713 (eshell-get-target, eshell-create-handles): Doc fix.
5714
546c0888 57152000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5716
546c0888 5717 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5718 criterion to include commands that output something, as long as it
5719 leaves both the command and the end-of-buffer visible when the
5720 command has exited.
5721 (eshell-review-quick-commands): Adjust the help doc string
5722 accordingly.
5723
2a371c3b
PB
57242000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5725
8348e1f9 5726 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5727 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5728
9b4a7800 5729 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5730 (file-cache-assoc-function): New variable
5731 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5732 Use file-cache-case-fold-search variable
5733 (file-cache-add-file): Use file-cache-assoc-function
5734 (file-cache-delete-file): likewise
5735 (file-cache-directory-name): likewise
5736 (file-cache-debug-read-from-minibuffer): likewise
5737
95931eb1
GM
57382000-08-28 Gerd Moellmann <gerd@gnu.org>
5739
5740 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5741 (abbrev-table-name): New function.
5742 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5743 If non-nil list local abbrev, only.
5744
bb17930d
GM
57452000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5746
546c0888
EZ
5747 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5748 from Gnus support code, and use special article copy buffer
bb17930d
GM
5749 `(gnus-original-article-buffer)' instead. This allows to get rid
5750 of article-hide-headers usage (which breaks in the latest Gnus
5751 version). Thanks to Detlev Zundel.
5752
41a68aef
KH
57532000-08-28 Kenichi Handa <handa@etl.go.jp>
5754
5755 * international/quail.el (quail-use-package): Hide "... loaded"
5756 message.
5757 (quail-start-translation, quail-start-conversion): Likewise.
5758
5759 * international/kkc.el (kkc-region): Hide "... loaded" message.
5760
28bb2cef
DL
57612000-08-27 Dave Love <fx@gnu.org>
5762
5763 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5764
11a1118d
MB
57652000-08-27 Miles Bader <miles@gnu.org>
5766
5767 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5768
0f85d477
KH
57692000-08-27 Kenichi Handa <handa@etl.go.jp>
5770
5771 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5772 'ja-dic-cnv), not (require 'skkdic-cnv).
5773
2d73e8d3
MB
57742000-08-26 Miles Bader <miles@gnu.org>
5775
a0e5a5a4
MB
5776 * faces.el (face-x-resources): Add entry for :inherit.
5777 * cus-face.el (custom-face-attributes): Add support for :inherit
5778 attribute. Add support for relative face heights.
5779 (custom-face-attributes-get): Treat `nil' as being a default value
5780 for :inherit (as well as `unspecified').
5781
19feb949
MB
5782 * faces.el (set-face-attribute): Update doc string.
5783 (face-attribute-name-alist): Add :inherit.
5784 (face-valid-attribute-values): Handle :inherit.
5785 (face-read-string): Rephrase prompt to be less confusing.
5786 Assume that DEFAULT is a string, since we must return a string.
5787 (face-read-integer): Use `format' to turn DEFAULT into an
5788 acceptable default for face-read-string. Match NEW-VALUE against
5789 the string "unspecified", not the symbol `unspecified', since
5790 that's what face-read-string returns.
5791 (read-face-attribute): Lookup a name for old-value in valid, and
5792 use it as a default if we find one. Treat all values from
5793 face-read-string as strings. If the default is used, don't do any
5794 more processing on the value, just use the old value directly.
5795 (read-face-and-attribute, modify-face): Tweak prompt.
5796 (read-face-name): Don't assume prompt ends with a space.
5797
2d73e8d3
MB
5798 * faces.el (describe-face): Add support for :inherit attribute.
5799
a1a2e38f
KH
58002000-08-25 Kenichi Handa <handa@etl.go.jp>
5801
e84fa7c5
KH
5802 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5803 concat doesn't accept interger.
5804
a1a2e38f
KH
5805 * international/kkc.el: Remove SKK from Keywords. Require
5806 ja-dic-utl instead of skkdic-utl.
5807
5808 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5809 Provide ja-dic-cnv instead of skkdic-cnv.
5810 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5811 (iso-2022-7bit-short): Add safe-charsets property.
5812 (skkdic-convert-postfix): Search Japanese chou-on character in
5813 addition to Hiragana character.
5814 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5815 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5816 (batch-skkdic-convert): Likewise.
5817
5818 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5819 Provide ja-dic-utl instead of skkdic-utl.
5820 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5821
f6499c03
DL
58222000-08-24 Dave Love <fx@gnu.org>
5823
1c2c3f16
DL
5824 * disp-table.el (standard-display-default): Make the test of `l'
5825 useful.
5826
f6499c03
DL
5827 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5828 mod sample text.
5829
5830 * international/iso-ascii.el: Make pilcrow convenient string
5831 consistent with section.
5832 (iso-ascii-display): Set up multibyte characters as well as
5833 unibyte.
5834
c543db81
KH
58352000-08-24 Kenichi Handa <handa@etl.go.jp>
5836
5837 * international/mule-cmds.el (reset-language-environment): Set
5838 default-process-coding-system to '(undecided . iso-latin-1), which
5839 makes process I/O almost consistent with file I/O. Call this
5840 function when mule-cmds.el[c] is loaded.
5841
746d9caf
AI
58422000-08-22 Andrew Innes <andrewi@gnu.org>
5843
5844 * makefile.w32-in: New file.
5845
5484005d
MB
58462000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5847
5848 * comint.el (comint-output-filter): Compare end of
5849 comint-last-output-overlay with the start of the newly inserted
5850 text, not the end, when deciding whether to extend it.
9b4a7800 5851 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5852
5853 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5854 since this is now done independently of font-lock mode.
5855
7a912f63
GM
58562000-08-21 Gerd Moellmann <gerd@gnu.org>
5857
5858 * server.el (server-kill-new-buffers): New user option.
5859 (server-existing-buffer): New buffer-local variable.
5860 (server-visit-files): When using an existing buffer, set
5861 server-existing-buffer to t.
5862 (server-buffer-done): If server-kill-new-buffers is t, kill the
5863 buffer, unless it was already present before visiting it with
5864 Emacs server.
9b4a7800 5865
240301df
EZ
58662000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5867
5868 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5869 even if the display doesn't support colors: some displays will
5870 support bold/underline faces.
5871
cbcef616
GM
58722000-08-21 Gerd Moellmann <gerd@gnu.org>
5873
6917e6bb
GM
5874 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5875
cbcef616
GM
5876 * startup.el (command-line): If user's init file had an error,
5877 add explanatory text to *Messages*.
5878
6922b018
KH
58792000-08-21 Kenichi Handa <handa@etl.go.jp>
5880
5881 * man.el (Man-getpage-in-background): Decode the process output by
5882 the system locale coding system.
5883
e50c4203
DL
58842000-08-20 Dave Love <fx@gnu.org>
5885
96ab6351
DL
5886 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5887 Don't test x-popup-menu.
5888 (function) <complete-function>: Complete only fbound symbols.
5889 <validate, value>: New.
5890 (variable) <complete-function>: Complete only bound symbols.
5891 (coding-system): Add :base-only, :complete-function, :validate,
5892 :value, :prompt-match.
5893 (widget-coding-system-prompt-value): Use read-coding-system and
5894 act on :base-only.
5895 (editable-field): Add :help-echo.
5896 (widget-push-button-gui, widget-push-button-cache)
5897 (widget-gui-action, widget-editable-list-gui): COmment out, along
5898 with uses.
5899 (widget-at): Make arg optional.
5900 (widget-echo-help): Adjust for current help-echo calling sequence.
5901 (widget-specify-field, widget-specify-button)
5902 (widget-specify-insert, widget-get-sibling, widget-image-find)
5903 (widget-convert, widget-insert, widget-leave-text)
5904 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5905 (widget-setup, widget-field-find, widget-before-change)
5906 (widget-after-change, widget-default-complete)
5907 (widget-default-create, widget-default-delete)
5908 (widget-push-button-value-create, editable-field)
5909 (widget-field-prompt-value, widget-field-validate)
5910 (widget-choice-value-create, widget-choice-action)
5911 (widget-choice-validate, widget-checklist-add-item)
5912 (widget-radio-add-item, widget-radio-chosen)
5913 (widget-radio-value-inline, widget-editable-list-value-create)
5914 (widget-editable-list-entry-create)
5915 (widget-documentation-link-add)
5916 (widget-documentation-string-value-create)
5917 (widget-regexp-validate, widget-file-complete)
5918 (widget-sexp-validate, widget-plist-convert-widget)
5919 (widget-plist-convert-widget, widget-alist-convert-widget)
5920 (widget-alist-convert-widget, widget-color-complete): Simplify,
5921 particularly to avoid bindings which aren't optimized out.
5922
e50c4203
DL
5923 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5924 Doc fix.
5925 (down-list, backward-up-list, up-list, kill-sexp)
5926 (backward-kill-sexp, mark-sexp): Make arg optional.
5927 (lisp-complete-symbol): Add optional arg PREDICATE.
5928
5929 * cus-start.el: Add display-buffer-reuse-frames,
5930 file-coding-system-alist.
5931
511bd4eb
GM
59322000-08-20 Gerd Moellmann <gerd@gnu.org>
5933
5934 * startup.el (command-line): Clear realized faces after
5935 modifying TTY color mappings.
5936
a9de7d29
MB
59372000-08-20 Miles Bader <miles@gnu.org>
5938
5939 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5940 merely a subset of FACE's attributes.
5941
8a8023d9
MB
59422000-08-19 Miles Bader <miles@gnu.org>
5943
5944 * comint.el (comint-output-filter): Save the point with a marker,
5945 not just a buffer position.
5946
5947 * international/mule.el (set-buffer-process-coding-system): Make
5948 interactive prompt less confusing.
5949
1433385f
GM
59502000-08-19 Gerd Moellmann <gerd@gnu.org>
5951
5952 * hilit-chg.el: General cleanup of doc strings, comments and
5953 code formatting.
5954
136b4eda
MB
59552000-08-19 Miles Bader <miles@gnu.org>
5956
5957 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5958 Compiler macro removed; beginning-of-line is no longer always
5959 equivalent to forward-line, in the presence of fields.
5960
5961 * comint.el (comint-output-filter): Remove ad-hoc saving of
5962 restriction, and just use save-restriction, now that it works
5963 correctly. Don't adjust comint-last-input-start to account for
5964 our insertion; it shouldn't have moved because we don't use
5965 insert-before-markers anymore. Comment out call to
5966 `force-mode-line-update'; why is it here?
5967
5968 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5969 while checking for prompt to delete. Use `forward-line 0'
5970 instead of beginning-of-line.
5971 (gud-filter): Temporarily widen gud comint buffer while
5972 examining output.
5973
cdd0f857
SM
59742000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5975
ebf96bfa
SM
5976 * progmodes/sh-script.el: Big bag of typos.
5977
cdd0f857
SM
5978 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5979 check since ispell-process is not bound when ispell is not yet loaded.
5980
9bb7a286
DL
59812000-08-18 Dave Love <fx@gnu.org>
5982
5983 * image.el (find-image): Copy `spec' before using plist-put.
5984
74ec6045
GM
59852000-08-18 Gerd Moellmann <gerd@gnu.org>
5986
5987 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5988 `portugues'.
5989
5990 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5991 backward-kill-sexp, analogous to kill-sexp.
5992
5993 * progmodes/icon.el (icon-indent-line)
5994 (icon-is-continuation-line): Handle comments specially.
5995
59962000-08-17 Ken Stevens <k.stevens@ieee.org>
5997
5998 * ispell.el: Set to standard author/maintainer/keyword fields.
5999 Fine tuning to menu map appearance and operation, and added help.
6000 Remove `start' and `end' error messages when compiling.
6001 (ispell-choices-win-default-height): Fixed comment string.
6002 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6003 castellano8 dictionaries.
6004 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6005 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6006 dictionary, added italiano dictionary.
6007 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6008 word character
6009 (ispell-tex-skip-alists): Added psfig support.
6010 (ispell-skip-html): Renamed from ispell-skip-sgml.
6011 (ispell-begin-skip-region-regexp, ispell-skip-region)
6012 (ispell-minor-check): Improved html skipping support to skip across
6013 code, and recognize `&' commands without propper `;' syntax;
6014 (ispell-process-line): Fix alignment error when manually
6015 correcting spelling.
6016 (ispell): Fix comment string.
6017 (ispell-add-per-file-word-list): Always put word list on new line.
6018
3787e12e
GM
60192000-08-17 Gerd Moellmann <gerd@gnu.org>
6020
a7b28523
GM
6021 * format.el (format-encode-run-method): Fix error message to say
6022 `encode' instead of `decode'. Use save-window-excursion around
6023 shell-command-on-region as in format-decode-run-method because
6024 shell-command-on-region can display a buffer with error output.
6025 (format-decode): Don't record undo information for the decoding.
6026 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6027 that number part of the temporary buffer name so that more than
6028 one decoding using a temporary buffer can happen safely.
6029
6030 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6031 of `A-z' in the regexp.
6032
6033 * hilit-chg.el: Fix typos in commentary.
6034
3787e12e
GM
6035 * help.el (view-emacs-news): Rewritten for new naming scheme
6036 for old NEWS files.
6037
6038 * startup.el (command-line): Pop to *Messages* in case an error
6039 is signaled while loading user-init-file.
6040
d2473540
AS
60412000-08-17 Andreas Schwab <schwab@suse.de>
6042
6043 * files.el (insert-directory): Don't lose original file name,
6044 undoing an undocumented change.
6045
c0bbaf57
GM
60462000-08-17 Alex Schroeder <alex@gnu.org>
6047
6048 * sql.el (sql-magic-go): Use comint-bol.
6049 (sql-copy-column): Use comint-line-beginning-position.
6050 (comint-line-beginning-position): Define a replacement for
6051 comint-line-beginning-position if it is not fboundp.
6052
60532000-08-17 Alex Schroeder <alex@gnu.org>
6054
6055 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6056 it didn't have any effect anyway.
6057
60582000-08-17 Alex Schroeder <alex@gnu.org>
6059
6060 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6061 --pset and pager=off instead of sending \\o|cat at the beginning
6062 of the session.
6063
9d245da5
MB
60642000-08-17 Miles Bader <miles@gnu.org>
6065
6066 * progmodes/octave-inf.el: Add compatibility definition of
6067 comint-line-beginning-position.
6068
abfdbd2e
KH
60692000-08-17 Kenichi Handa <handa@etl.go.jp>
6070
6071 * startup.el (normal-top-level): Look in each dir in load-path for
6072 a leim-list.el file too. This assures of loading leim-list.el
6073 that is created at Emacs installation time even if a user have his
6074 own leim-list.el.
6075
a0b8c939
MB
60762000-08-17 Miles Bader <miles@gnu.org>
6077
6078 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6079 foreground color to black if the background is dark.
6080
7382bcae
SM
60812000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6082
6083 * loadhist.el (unload-feature): Typo.
6084
9b4a7800 6085 * finder.el (finder-compile-keywords):
7382bcae
SM
6086 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6087 to the generated file.
6088
6089 * mail/mh-e.el (mh-make-local-vars):
6090 Replace make-variable-buffer-local with make-local-variable.
6091
cdd0f857 6092 * play/landmark.el:
7382bcae 6093 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6094 * mail/mailabbrev.el (mail-abbrevs-mode):
6095 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6096 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6097
6098 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6099
6100 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6101 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6102 Allow going past the last element.
9b4a7800 6103 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6104 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6105 (cvs-mouse-toggle-mark): Don't move point.
6106 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6107
6108 * progmodes/compile.el (grep): Provide a default set of files.
6109 (next-error): Docstring fix.
6110 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6111
6112 * emacs-lisp/easy-mmode.el (define-minor-mode):
6113 Use `symbol-value' to keep the byte-compiler quiet.
6114
6115 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6116 (diff-find-source-location): New fun, extracted from diff-goto-source.
6117 (diff-goto-source): Use it.
6118 (diff-next-complex-hunk, diff-filter-lines): New function.
6119 (diff-apply-hunk): New command.
6120
6121 * smerge-mode.el (smerge-mode-menu): Doc fix.
6122
6123 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6124
4f00b8c1
DL
61252000-08-16 Dave Love <fx@gnu.org>
6126
2b5198bb
DL
6127 * windmove.el (windmove) <defgroup>: Add :version.
6128
6129 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6130 (goto-address-fontify-p, goto-address-highlight-p)
6131 (goto-address-url-face, goto-address-url-mouse-face)
6132 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6133 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6134 (goto-address-fontify, goto-address-at-mouse): Simplify,
6135 (goto-address-at-point): browse-url-url-at-point,
6136 goto-address-find-address-at-point can return nil.
6137 (goto-address-find-address-at-point): Return nil on failure.
6138
6139 * align.el (align) <defgroup>: Add :version.
6140
6141 * calculator.el (calculator): Add :version.
6142 (calculator): Use two lines for calculator window if `modeline'
6143 face is boxed.
6144
4f00b8c1
DL
6145 * play/5x5.el: Doc fixes.
6146 (5x5) <defgroup>: Add :version.
6147
6148 * play/fortune.el (fortune) <defgroup>: Add :version.
6149 (fortune-append): Fix error message.
6150 (fortune-from-region): Doc fix.
6151
6152 * play/pong.el (pong): Doc fix.
6153
6154 * play/morse.el: Keywords, commentary, autoloads.
6155
69db7ee7
EZ
61562000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * desktop.el (desktop-save): Don't look at symbol-value of a
6159 member of minor-mode-alist, unless it is boundp.
6160
10e1dad9
SS
61612000-08-16 Sam Steingold <sds@gnu.org>
6162
a0b8c939 6163 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6164 `while'; use `with-current-buffer' instead of `save-excursion'.
6165 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6166
9d7bcb2e
KH
61672000-08-16 Kenichi Handa <handa@etl.go.jp>
6168
6169 * international/ccl.el (declare-ccl-program): Docstring modified.
6170 (ccl-execute-with-args): Likewise.
6171
04231ab8
MB
61722000-08-16 Miles Bader <miles@gnu.org>
6173
9d245da5 6174 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6175 comint-line-beginning-position.
6176
f68446ef
GM
61772000-08-15 Gerd Moellmann <gerd@gnu.org>
6178
dc28878c
GM
6179 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6180 'buffer-menu' property.
6181 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6182 fails.
6183 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6184 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6185 wasn't killed.
10e1dad9 6186
58ed0d3b
GM
6187 * buff-menu.el (list-buffers-noselect): Don't display the
6188 *Buffer List* buffer.
6189
32dc52f7
GM
6190 * font-lock.el: Require jit-lock to prevent a very late
6191 `Loading jit-lock' message.
6192
f68446ef 6193 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6194 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6195 mail address.
6196
90ac90a2
MB
61972000-08-15 Miles Bader <miles@gnu.org>
6198
6199 * textmodes/ispell.el (ispell-graphic-p): New constant.
6200 (ispell-choices-win-default-height, ispell-help): Use
6201 `ispell-graphic-p' instead of `xemacsp'.
6202
b0a0e263
DL
62032000-08-15 Dave Love <fx@gnu.org>
6204
c1e757e3
DL
6205 * simple.el: Autoload widget-convert when compiling.
6206 (mail-user-agent): Doc fix.
6207
6208 * help.el (function-called-at-point, variable-at-point): Use
6209 with-syntax-table.
6210 (help-manyarg-func-alist): Add insert-and-inherit.
6211
6212 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6213
6214 * delsel.el (delsel-unload-hook): New function.
6215
6216 * find-file.el: Doc fixes. Move provide to end.
6217 (ff) <defgroup>: Add :link.
6218 (ff-goto-click): Deleted.
6219 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6220 Use mouse-set-point.
6221
6222 * textmodes/tildify.el: Doc fixes.
6223 (tildify) <defgroup>: Add:version.
6224
6225 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6226 (glasses-custom-set): Use set-default, not set.
6227 (minor-mode-alist): Propertize the lighter.
6228 (glasses-mode): Provide optional arg.
6229
5f847612
DL
6230 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6231 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6232 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6233 option. Provide :type.
6234 (cwarn-configuration): Provide :type.
6235 (cwarn-mode): Doc fix.
6236
6237 * add-log.el (change-log-merge): Doc fix.
6238 (change-log-redate): New command.
6239
b0a0e263
DL
6240 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6241 Doze and Dog.
6242 (browse-url): Use dolist, not mapcar.
6243 (browse-url-at-point): Check for null url.
6244 (browse-url-event-buffer, browse-url-event-point): Functions
6245 deleted.
6246 (browse-url-at-mouse, browse-url-netscape): Simplify.
6247
6248 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6249 modes.
6250 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6251 Fix previous change to mapcan.
6252 (msb--init-file-alist, msb--add-separators)
6253 (msb--make-keymap-menu): Simplify.
6254 (msb--choose-file-menu): Use copy-sequence.
6255 (msb-mode-map): Add title to keymap.
6256 (msb-unload-hook): New function.
6257
6258 * bs.el: Fix indentation.
6259 (bs) <defgroup>: Add :links.
2b5198bb
DL
6260 (bs-show): Doc fix.
6261 (bs-apply-sort-faces): Don't use window-system.
6262 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6263
70f1b78e
EZ
62642000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6265
6266 * calendar/timeclock.el (timeclock-file): Run .timelog through
6267 convert-standard-filename.
6268
956777b3
GM
62692000-08-14 Gerd Moellmann <gerd@gnu.org>
6270
3215096c
GM
6271 * emacs-lisp/authors.el: New file.
6272
956777b3
GM
6273 * paren.el (show-paren-priority): New user option.
6274 (show-paren-function): Set overlay priorities to
6275 show-paren-priority.
10e1dad9 6276
0cde1424
MB
62772000-08-14 Miles Bader <miles@gnu.org>
6278
6279 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6280 beginning-of-line with inhibit-field-text-motion bound.
6281
90cbf47e
GM
62822000-08-14 Gerd Moellmann <gerd@gnu.org>
6283
6284 * calendar/timeclock.el: New file.
6285
62862000-08-14 David Ponce <david@dponce.com>
6287
6288 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6289 `widget-button-click'. so that one can use left mouse button to
6290 click on dialog buttons.
6291
62922000-08-14 Emmanuel Briot <briot@gnat.com>
6293
6294 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6295 identifiers, since XML is case sensitive
10e1dad9 6296
79e8dca7 62972000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6298
660394d1
MB
6299 * comint.el (comint-output-filter): Don't bother frobbing
6300 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6301
6302 * comint.el (comint-send-string, comint-send-region): Make into
6303 real functions. Snapshot the prompt before sending.
6304
218c2cc7
EZ
63052000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6306
6307 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6308 technique similar to Info-index, instead of relying on specific
6309 names of relevant Index nodes.
6310 (Info-goto-emacs-command-node): Bind Info-history to nil when
6311 going to the first node found by Info-find-emacs-command-nodes.
6312
51e066d2 63132000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6314
6315 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6316
867102f2
MB
63172000-08-10 Miles Bader <miles@gnu.org>
6318
6319 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6320
af718538
EZ
63212000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6322
6323 * info.el (Info-file-list-for-emacs): More elements for the
6324 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6325 and woman manuals.
6326
c51bacd6
MB
63272000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6328
6329 * comint.el (comint-send-input): Make the newline boundary overlay
6330 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6331 (comint-output-filter): Use `insert' instead of
6332 `insert-before-markers'. Extend comint-last-output-overlay when
6333 necessary since we can't rely on insert-before-markers to do it.
6334 * gud.el (gud-filter): Use `with-current-buffer' instead of
6335 save-excursion when inserting the output, so that point gets
6336 updated correctly; the old method relied on a rather dodgy
6337 side-effect of comint-output-filter to avoid the effect of
6338 save-excursion.
6339
98532b12
EZ
63402000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6341
6342 * files.el (recover-file): Call insert-directory instead of
6343 invoking `ls' directly.
6344
3db4b719
MB
63452000-08-10 Miles Bader <miles@gnu.org>
6346
6347 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6348 (comint-last-prompt-overlay): New variables.
6349 (comint-output-filter): Implement prompt highlighting.
6350 (comint-snapshot-last-prompt): New function.
6351 (comint-send-input): Snapshot the last prompt.
6352 Use comint-highlight-input-face.
6353 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6354 Use defface instead of defcustom.
6355 (send-invisible, comint-send-eof): Snapshot the last prompt.
6356 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6357 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6358
96190aa1
SM
63592000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6360
5cda4b07
SM
6361 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6362 (regexp-opt-group): Use a list of chars for `letters'.
6363 (regexp-opt-charset): `chars' is now a list of chars.
6364 Use a char-table rather than a vector so it works for multibyte chars.
6365
96190aa1
SM
6366 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6367 Set cvs-minor-current-files to the selected fileinfo.
6368 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6369 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6370
7d093d56
EZ
63712000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * files.el (insert-directory): Don't call access-file on
6374 directories on DOS and Windows.
6375
b24c5811
KH
63762000-08-09 Kenichi Handa <handa@etl.go.jp>
6377
6378 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6379 longer if necessary.
6380 (ccl-embed-code): Call ccl-embed-data to store CODE in
6381 ccl-program-vector.
6382
0a6fd67e
MB
63832000-08-09 Miles Bader <miles@gnu.org>
6384
6385 * comint.el (comint-output-filter): Properly handle the case where
6386 the text surrounded by comint-last-output-overlay was deleted.
6387
9f6d1a6c
GM
63882000-08-08 Gerd Moellmann <gerd@gnu.org>
6389
25ad1371
GM
6390 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6391 non-nil.
6392 (Info-file-list-for-emacs): Remove "info" from the list because
6393 that leads to trying to use the documentation from file `info'
6394 in various situations where it isn't appropriate, for instance
6395 C-h C-k C-h i.
6396
6397 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6398 DIR and/or STRING are nil.
6399
6400 * progmodes/compile.el (compilation-setup): Make variable
6401 compilation-error-screen-columns buffer-local, as some comment
6402 in the code suggests it should be.
6403
6404 * files.el (auto-mode-interpreter-regexp): New variable.
6405 (set-auto-mode): Use it.
6406
6407 * indent.el (indent-for-tab-command): Doc fix.
6408
6409 * mouse-sel.el (mouse-sel-mode): Doc fix.
6410
9f6d1a6c
GM
6411 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6412 labels.
6413
6414 * help.el (print-help-return-message): When
6415 display-buffer-reuse-frames is set, let the help window been quit,
6416 instead of deleting it, which might delete a reused frame.
6417
3d819a75
EZ
64182000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6419
6420 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6421 rename a directory to a name that differs only by its letter case.
6422
c5a52529
KH
64232000-08-08 Kenichi Handa <handa@etl.go.jp>
6424
6425 * international/quail.el (quail-define-rules): Handle Quail decode
6426 map correctly. Add code for supporting annotations.
6427 (quail-install-decode-map): New function.
6428 (quail-defrule-internal): New optional arguments decode-map and
6429 props.
6430 (quail-advice): New function.
6431
5e9e032a
SS
64322000-08-07 Sam Steingold <sds@gnu.org>
6433
6434 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6435 `defconst', `define-condition', `with-slots'.
6436 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6437
46645f4b
MB
64382000-08-03 Miles Bader <miles@gnu.org>
6439
6440 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6441 New variable.
6442 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6443 comint-use-prompt-regexp-instead-of-fields.
6444 (comint-send-input): Add `input' field property to stuff we send to
6445 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6446 (comint-output-filter): Add `output' field property to process
6447 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6448 (comint-replace-by-expanded-history)
6449 (comint-get-old-input-default, comint-show-output)
6450 (comint-backward-matching-input, comint-forward-matching-input)
6451 (comint-next-prompt, comint-previous-prompt): Use field
6452 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6453 (comint-line-beginning-position): New function.
6454 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6455 (comint-replace-by-expanded-history-before-point): Use
6456 comint-line-beginning-position and line-end-position.
6457 (comint-last-output-overlay): New variable.
6458 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6459
6460 * shell.el (shell-prompt-pattern): Doc change.
6461 (shell-backward-command): Use line-beginning-position.
6462
6463 * gud.el (gud-gdb-complete-command): Use
6464 comint-line-beginning-position.
6465
6466 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6467 comint-bol doesn't actually go to the beginning of the line.
6468
6469 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6470 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6471 (try-expand-line-all-buffers): Likewise.
6472
6473 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6474 explicitly matching comint-prompt-regexp.
6475 (sql-copy-column): Use comint-line-beginning-position instead of
6476 explicitly matching comint-prompt-regexp.
6477
6478 * progmodes/octave-inf.el (inferior-octave-complete): Use
6479 comint-line-beginning-position.
6480
6481 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6482
6483 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6484 looking for a prompt, use `forward-line 0' instead of
6485 `beginning-of-line', to avoid getting caught by an input field.
6486
ff3d9573
GM
64872000-08-07 Gerd Moellmann <gerd@gnu.org>
6488
6489 * files.el (shell-quote-wildcard-pattern): Make sure to return
6490 PATTERN, in the Unix case.
6491
e0d8827b
EZ
64922000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6493
6494 * play/zone.el (zone): Discard any pending input before running
6495 the randomly-chosen pgm.
6496
24d55b8f
KH
64972000-08-07 Kenichi Handa <handa@etl.go.jp>
6498
6499 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6500 checking the existence of any multibyte characters.
6501
3d05e1ee
GM
65022000-08-06 Gerd Moellmann <gerd@gnu.org>
6503
6c4a4368
GM
6504 * help.el (describe-mode): Test minor-mode symbol for being
6505 bound before testing its value for being nil.
6506
3d05e1ee
GM
6507 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6508 `first', `second', and `third'.
6509
6510 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6511 (second): Make it an alias for `cadr'.
6512
6968a481
EZ
65132000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6514
6515 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6516 types of display support faces now.
6517
e49aa397
GM
65182000-08-05 Gerd Moellmann <gerd@gnu.org>
6519
6520 * pcvs.el (require): Require `cl' during compilation, only.
6521
6522 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6523 (toplevel): Remove `remq' and `remove' from autoloads.
6524 (cl-fake-autoloads): New variable. If set, arrange for an error
6525 when CL functions etc. are autoloaded.
6526
588aca27
EZ
65272000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6528
2e78d4ab
EZ
6529 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6530
85628348
EZ
6531 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6532 popped up, but the user clicks outside the menu, return an empty
6533 regexp (that causes unhighlight-regexp to have no effect).
6534
74f0e552
EZ
6535 * menu-bar.el (menu-bar-games-menu): Add Zone.
6536
588aca27
EZ
6537 * hi-lock.el (toplevel): Require font-lock.
6538
f4988be7
GM
65392000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6540
ba087cd7 6541 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6542 (ebnf-8-bit-chars): New var for bug fix.
6543 (ebnf-string): Bug fix.
6544
027b73ac
SS
65452000-08-03 Sam Steingold <sds@gnu.org>
6546
6547 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6548 instead of `buffer-string'.
6549 (require 'cl): Always, not just when compiling.
6550 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6551 necessary.
6552
2f1fa038
EZ
65532000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6554
6555 * international/mule-cmds.el (select-safe-coding-system): Make
6556 the message text about selecting a safe coding system more clear.
6557
ead53494
GM
65582000-08-02 Gerd Moellmann <gerd@gnu.org>
6559
abb2db1c
GM
6560 * hi-lock.el: New file.
6561
6562 * play/zone.el: New file.
6563
ead53494
GM
6564 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6565 value of tab-width in the original buffer. Choose a line number
6566 format that's a multiple of the original buffer's tab width, so
6567 that lines appear right.
6568
6569 * textmodes/ispell.el (ispell): New function, replacing an alias.
6570 Spell-check active region if in transient-mark-mode and mark
6571 is active; otherwise spell-check buffer.
6572
65732000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6574
6575 * ps-mule.el: Fix a customization problem on
6576 ps-mule-font-info-database-default.
6577
f4a2b0a4
EZ
65782000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6579
6580 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6581 display-mouse-p instead of window-system.
6582 (ebrowse-member-mode-map): Ditto.
6583
b685181e
GM
65842000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6585
ba087cd7
EZ
6586 * progmodes/ebnf2ps.el: Update ps-print functions call.
6587 Indentation fix. Doc fix.
b685181e
GM
6588 (ebnf-version): New version number (3.2).
6589 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6590
3b5fab87
EZ
65912000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6592
032ebb29
EZ
6593 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6594 font lock support on window-system.
6595 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6596
3b5fab87
EZ
6597 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6598 display-color-p, if fboundp, instead of window-system.
6599
7e2605e7
EZ
66002000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6601
6602 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6603 instead of window-system.
6604
6605 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6606 window-system.
6607 (widget-choice-mouse-down-action): Use display-popup-menus-p
6608 instead of window-system.
6609
6610 * strokes.el (strokes-file): Run the file name through
6611 convert-standard-filename.
6612 (strokes-mode): Call display-mouse-p instead of looking at
6613 window-system. Change the error message accordingly.
6614
6615 * progmodes/cpp.el (toplevel): Support faces on tty's.
6616
6617 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6618 (lm-plot-square, lm-init-display): Don't use window-system.
6619
6620 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6621 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6622
6623 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6624 instead of looking at window-system.
6625
26119624
GM
66262000-07-30 Gerd Moellmann <gerd@gnu.org>
6627
6628 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6629 of testing if iswitchb-prepost-hooks is bound, because the
6630 latter will always be true when invoking a recursive minibuffer
6631 from an active Iswitchb buffer.
6632
c90596f3
EZ
66332000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6634
6635 * files.el (shell-quote-wildcard-pattern): New function.
6636 (insert-directory): Call it. Only prepend "\" to command on Unix
6637 and GNU/Linux systems.
6638
18925e78
GM
66392000-07-30 Gerd Moellmann <gerd@gnu.org>
6640
6641 * eshell/esh-groups.el: Change custom :link file names
6642 from `eshell.info' to `eshell'.
6643
66442000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6645
6646 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6647 correctly in recursive ange-ftp listings.
6648
66492000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6650
6651 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6652 ps-header-font-size-internal and
6653 ps-header-title-font-size-internal variables are not set,
6654 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6655 face text property is (foreground-color . COLOR) or
6656 `(background-color . COLOR)', ps-print crashes. Doc fix.
6657 (ps-print-version): New version number (5.2.4).
6658 (ps-plot-region): Code fix.
6659 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6660 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6661 Bug fix 2.
6662
66632000-07-30 Milan Zamazal <pdm@freesoft.cz>
6664
6665 * glasses.el (glasses-make-readable): Fix uncapitalization of
6666 identifiers like `myXMLDocument'.
6667
aeb4c63e
KF
66682000-07-28 Karl Fogel <kfogel@red-bean.com>
6669
18925e78
GM
6670 * mail/mail-hist.el (mail-hist-previous-input)
6671 (mail-hist-next-input): Do the obvious code factorization.
6672 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6673 code of above two.
6674 If inserting a message body, leave point at top.
6675
9d453139
SS
66762000-07-28 Sam Steingold <sds@gnu.org>
6677
6678 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6679 Use `<=', not `<' to compare times!
6680 (ange-ftp-ls): Remove.
9d453139 6681
b548072f
GM
66822000-07-27 Gerd Moellmann <gerd@gnu.org>
6683
27848c01
GM
6684 * play/cookie1.el: Add explanation of how to make cookie.el
6685 compatible with strfile(1) to comment.
6686
6687 * subr.el (remove, remq): New functions.
6688
3ab82477
GM
6689 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6690 escape `*' in regexps.
6691 (midnight-find): Reverse order of arguments in the funcall of
6692 TEST.
6693
6694 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6695 and `.class'.
6696
b548072f
GM
6697 * play/meese.el: Add Commentary section.
6698
27848c01
GM
66992000-07-27 Alex Schroeder <alex@gnu.org>
6700
6701 * sql.el (sql-ms): Added autoload cookie.
6702 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6703 (sql-oracle): Ditto.
6704 (sql-help): Doc change.
6705
6706 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6707 types and exceptions.
6708
67092000-07-27 Alex Schroeder <alex@gnu.org>
6710
6711 * sql.el (sql-placeholder-history): New variable.
6712 (sql-query-placeholders-and-send): New function that will query
6713 the user and replace placeholders with user input.
6714 (sql-oracle): If running on NT, set comint-input-sender to
6715 sql-query-placeholders-and-send.
6716
6717 (sql-stop): If in the SQLi buffer, insert stop notification, else
6718 present it as a message.
6719
67202000-07-27 Alex Schroeder <alex@gnu.org>
6721
6722 * sql.el (sql-input-ring-separator): Doc change.
6723 (sql-input-ring-file-name): Doc change.
6724 (sql-interactive-mode): Use `sql-input-ring-separator' and
6725 `sql-input-ring-file-name' to set the comint-mode equivalents
6726 without making them local variables.
6727 (sql-stop): Don't bind `sql-input-ring-separator' and
6728 `sql-input-ring-file-name' dynamically to their comint-mode
6729 equivalents.
6730
91ae8751
KH
67312000-07-27 Kenichi Handa <handa@etl.go.jp>
6732
6733 * international/mule.el (register-char-codings): New function.
6734 (make-coding-system): Handle `safe-chars' specification in the arg
6735 PROPERTY.
6736
6737 * international/mule-cmds.el
6738 (find-coding-systems-region-subset-p): This function deleted.
6739 (sort-coding-systems-predicate): New variable.
6740 (sort-coding-systems): New function.
6741 (find-coding-systems-region): Use
6742 find-coding-systems-region-internal.
6743 (find-coding-systems-string): Use find-coding-systems-region.
6744 (find-coding-systems-for-charsets): Check
6745 char-coding-system-table.
6746 (select-safe-coding-system-accept-default-p): New variable.
6747 (select-safe-coding-system): Mostly rewritten. New argument
6748 ACCEPT-DEFAULT-P.
6749 (select-message-coding-system): Call select-safe-coding-system
6750 with ACCEPT-DEFAULT-P arg.
6751 (reset-language-environment): Reset default-sendmail-coding-system
6752 to the default value iso-latin-1.
6753 (set-language-environment): Don't set the obsolete variable
6754 charset-origin-alist.
6755
6756 * international/codepage.el (cp-coding-system-for-codepage-1):
6757 Give `safe-chars' property to make-coding-system.
6758
6759 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6760 calling select-message-coding-system twice.
6761
6762 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6763 instead of `safe-charsets'.
6764 (cyrillic-alternativnyj): Likewise.
6765 (ccl-encode-alternativnyj): Don't check the charset
6766 cyrillic-iso8859-5.
6767
90cf4474
KH
67682000-07-27 Kenichi Handa <handa@etl.go.jp>
6769
6770 * composite.el (compose-chars-after): Preserve match data.
6771
a1f84f6d
SS
67722000-07-26 Sam Steingold <sds@gnu.org>
6773
6774 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6775 (ange-ftp-real-file-newer-than-file-p): New function.
6776 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6777 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6778
6779 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6780 * midnight.el (midnight-float-time): Ditto.
6781
e092928e
AS
67822000-07-26 Andreas Schwab <schwab@suse.de>
6783
6784 * files.el (normal-backup-enable-predicate): Correct
6785 interpretation of the return value of compare-strings.
6786
7465ebef
GM
67872000-07-26 Gerd Moellmann <gerd@gnu.org>
6788
3353ef5a
GM
6789 * isearch.el (isearch-resume): New function.
6790 (isearch-done): Add something to command-history to resume
6791 the search.
6792 (isearch-yank-line, isearch-yank-word): Use
6793 buffer-substring-no-properties instead of buffer-substring.
6794
7465ebef
GM
6795 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6796 of flyspell-mouse-map.
6797
6798 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6799 duplicate definition.
6800 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6801
6802 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6803 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6804
5044b74a
SS
68052000-07-25 Sam Steingold <sds@gnu.org>
6806
25759a92
SS
6807 * net/ange-ftp.el: Get modtime over the net.
6808 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6809 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6810 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6811 Use it.
6812 (ange-ftp-dot-to-slash): New function.
6813 (ange-ftp-fix-name-for-vms): Use it.
6814
5044b74a
SS
6815 * midnight.el (midnight-buffer-display-time): Use
6816 `with-current-buffer'.
6817
5dcfb3f4
GM
68182000-07-25 Gerd Moellmann <gerd@gnu.org>
6819
6820 * find-dired.el: Update copyright notice.
6821 (find-dired): Offer to kill a running `find'.
6822
6823 * enriched.el (enriched-face-ans): For a `foreground-color'
6824 property, return '(("x-color" COLOR))' so that COLOR will be
6825 output as a parameter of the x-color annotation. Likewise for the
6826 `background-color' property. In the case of normal face
6827 properties, don't return annotations for unspecified foreground
6828 and background face attributes.
6829
8c662166
KH
68302000-07-25 Kenichi Handa <handa@etl.go.jp>
6831
6832 * language/japan-util.el (japanese-katakana-region): Fix handling
6833 HANKAKU argument.
6834
c28da489
MB
68352000-07-25 Miles Bader <miles@gnu.org>
6836
6837 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6838 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6839 constrain-to-field.
6840
ad349719
AI
68412000-07-24 Andrew Innes <andrewi@gnu.org>
6842
6843 * timer.el (timer-activate-when-idle): Add optional parameter
6844 DONT-WAIT. Update docstring.
6845 (run-with-idle-timer): Specify extra parameter to
6846 timer-activate-when-idle, so that timer will be activated
6847 immediately if Emacs is already idle.
6848
6849 * w32-fns.el (w32-using-nt): Fix docstring.
6850
c95162f5
DL
68512000-07-24 Dave Love <fx@gnu.org>
6852
6853 * mouse.el (popup-menu): Set last-command-event.
6854 (mouse-major-mode-menu-prefix): Declare.
6855
e3c31fd5
GM
68562000-07-24 Gerd Moellmann <gerd@gnu.org>
6857
6858 * textmodes/flyspell.el: Update to author's version 1.5d.
6859
6860 * progmodes/hideshow.el: Update copyright notice.
6861
6862 * vcursor.el: Set maintainer to FSF, since author cannot
6863 be reached.
6864
7636d2a3
EZ
68652000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6866
fbe0a958
EZ
6867 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6868 the prompt.
6869
7636d2a3
EZ
6870 * mouse.el (popup-menu): Run the keymap through indirect-function,
6871 in case it was defined with define-prefix-key. If the menu is a
6872 list of keymaps, look up the binding of user's choice in each one
6873 of the keymaps.
6874 (mouse-popup-menubar): If the global and local menu-bar keymaps
6875 don't have a prompt string, create one and insert it into the
6876 keymap. Don't barf if current-local-map returns nil.
6877
e024b101
GM
68782000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6879
6880 * dired.el (dired-sort-R-check): Added to allow recursive listing
6881 to be undone.
6882 (dired-sort-other): Use it.
6883
7972fcfc
GM
68842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6885
e024b101 6886 * Release of cc-mode 5.27
7972fcfc
GM
6887
68882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6889
6890 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6891 c-beginning-of-statement-1 that caused a bad case of recursion
6892 which could consume a lot of CPU in large classes in languages
6893 that have in-expression classes (i.e. Java and Pike).
6894
6895 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6896 statements before top level constructs (i.e. case 6 is moved
6897 before case 5 and is now case 4) to catch in-expression
6898 classes in top level expressions correctly.
6899
69002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6901
6902 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6903 objc-method-intro. Case 4 removed and case 5I added.
6904
6905 * cc-langs.el (c-append-paragraph-start): New variable used by
6906 c-common-init to get paragraph-start correct.
6907 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6908 initialize paragraph-start to make it correct both with and
6909 without the javadoc special case.
6910
6911 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6912 initialize paragraph-start for javadoc markup.
6913
6914 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6915 change by defaulting this to t. It's motivated by the
6916 confusing behavior that otherwise arise from the style system
6917 when editing both java and non-java files at the same time
6918 (see the comments about style setting in c-common-init).
6919
69202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6921
6922 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6923 similar to the one in c-fill-paragraph to check the fill
6924 prefix from the adaptive fill function for sanity.
6925
69262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6927
6928 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6929 defun block.
6930
69312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6932
5044b74a 6933 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6934
69352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6936
6937 * cc-align.el (c-lineup-multi-inher): Handle lines with
6938 leading comma nicely. Extended to handle member initializers
6939 too.
6940
e024b101 6941 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6942 c-guess-basic-syntax): Fixed recognition of inheritance lists
6943 when the lines begins with a comma.
6944
5044b74a 6945 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6946
6947 * cc-vars.el (c-offsets-alist): Changed default for
6948 member-init-cont to c-lineup-multi-inher since it now handles
6949 member initializers and indents better for leading commas.
6950
69512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6952
6953 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6954 handling that caused class open lines to be recognized as
6955 statement-conts in some cases.
6956
6957 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6958 guessed by the adaptive fill function unless point is on the
6959 first line of a block comment.
6960
6961 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6962 when the buffer ends with a macro continuation char.
6963
6964 * cc-engine.el (c-guess-basic-syntax): Added support for
6965 function definitions as statements in Pike. The first
6966 statement in a lambda block is now labeled defun-block-intro
6967 instead of statement-block-intro.
6968
6969 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6970 so that the class surrounding point is selected, not the one
6971 innermost in the state.
6972
6973 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6974 recognition of switch labels having hanging multiline
6975 statements.
6976
6977 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6978 some code in c-guess-basic-syntax to a separate function.
6979 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6980 recognition of member inits with multiple line arglists.
6981 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6982 member-init-cont when the commas are in funny places.
6983
69842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6985
6986 * cc-defs.el (c-auto-newline): Removed this macro since it's
6987 not used anymore.
6988
6989 * cc-engine.el (c-looking-at-bos): New helper function.
6990 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6991 inexpr and toplevel classes apart in Pike.
6992
6993 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6994 of case 9A.
6995
6996 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6997 constant, since "class" can introduce an in-expression class
6998 in Pike nowadays.
6999
70002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7001
7002 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7003 indentation on cpp-macro lines.
7004
7005 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7006 a syntax modifier like comment-intro, to make it possible to
7007 get syntactic indentation for preprocessor directives. It's
7008 incompatible wrt to lineup functions on cpp-macro, but it has
7009 no observable effect in the 99.9% common case where cpp-macro
7010 is set to -1000.
7011
70122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7013
7014 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7015 member-init-cont when the preceding arglist is several lines.
7016
70172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7018
7019 * cc-styles.el (c-style-alist): The basic offset for the BSD
7020 style corrected to 8.
7021
70222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7023
7024 * cc-styles.el (c-style-alist): Adjusted the indentation of
7025 brace list openers in the gnu style.
7026
70272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7028
7029 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7030
7031 * cc-cmds.el (c-electric-brace, c-electric-slash,
7032 c-electric-star, c-electric-semi&comma, c-electric-colon,
7033 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7034 when c-syntactic-indentation is nil.
7035
7036 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7037 we were left at comments preceding the first statement when
7038 reaching the beginning of the buffer.
7039
7040 * cc-vars.el (c-syntactic-indentation): New variable to turn
7041 off all syntactic indentation.
7042
70432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7044
7045 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7046 between the text and the block comment ender when it hangs,
7047 depending on how many there are before the fill.
7048
70492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7050
7051 * cc-engine.el (c-beginning-of-closest-statement): New helper
7052 function to go back to the closest preceding statement start,
7053 which could be inside a conditional statement.
7054 * cc-engine.el (c-guess-basic-syntax): Use
7055 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7056
7057 * cc-engine.el (c-guess-basic-syntax): Better handling of
7058 arglist-intro, arglist-cont-nonempty and arglist-close when
7059 the arglist is nested inside parens. Cases 7A, 7C and 7F
7060 changed.
7061
7062 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7063 up-to-date with javadoc 1.2.
7064
70652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7066
7067 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7068 multiline Pike type decls.
7069
70702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7071
7072 * cc-cmds.el (c-indent-new-comment-line): Always break
7073 multiline comments in multiline mode, regardless of
7074 comment-multi-line.
7075
70762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7077
7078 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7079 fully::qualified::names in C++ member init lists. Preamble in
7080 case 5D changed.
7081
70822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7083
7084 * cc-langs.el (c-common-init): Handling of obsolete variables
7085 moved to c-initialize-cc-mode. More compatible style override
7086 when using global style variables.
7087 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7088 variables moved here.
7089
e024b101 7090 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7091 c-special-indent-hook as a style variable. Don't talk about
7092 doing (c-make-styles-buffer-local t) in a mode hook, since
7093 that's already too late to work right.
5044b74a 7094
7972fcfc
GM
7095 * cc-styles.el (c-make-styles-buffer-local): Flag style
7096 variable localness in c-style-variables-are-local-p to make
7097 the compatibility measure in c-common-init work well.
7098
7099 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7100 longer contain set-from-style.
7101 * cc-styles.el (c-initialize-builtin-style): Don't check for
7102 set-from-style on c-special-indent-hook.
7103 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7104 copy-alist is sufficient now.
7105
7106 * cc-styles.el (c-set-style, c-set-style-1,
7107 c-get-style-variables): Fixes to variable initialization so
7108 that duplicate entries in styles have the same effect
7109 regardless of DONT-OVERRIDE.
7110
7111 * cc-styles.el (c-set-style-2): Fixed bug where the
7112 initialization of inheriting styles failed when the
7113 dont-override flag is set.
7114
7115 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7116 on this.
7117
71182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7119
7120 * cc-defs.el (c-forward-comment): Removed the workaround
7121 introduced in 5.38 since it had worse side-effects. If a line
7122 contains the string "//\"", it regarded the // as a comment
7123 start since the \ temporarily doesn't have escape syntax.
7124
71252000-07-17 Emmanuel Briot <briot@act-europe.fr>
7126
7127 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7128 ada-xref.el before ada-prj.el, so that the Project menu is created
7129 when ada-prj tries to add to it.
7130 (ada-activate-keys-for-case): Suppress the characters that are not
7131 part of the Ada syntax. Better compatibility with else-mode
7132 (ada-adjust-case-interactive): When auto-casing is not active,
7133 correctly insert newlines (used to insert only ^M). Prevent the
7134 syntax table from being changed in case of an error
814299a7 7135 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7136 Do nothing if ada-auto-case is nil.
7137 (ada-after-keyword-p): Ignore keywords that are also attributes
7138 (ada-batch-reformat): Update usage comment
7139 (ada-call-from-contextual-menu): New function
7140 (ada-case-read-exceptions): Reinitialize the casing exception list
7141 first to nil first, so that the casing exception file can be
7142 shared.
7143 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7144 files.
7145 (ada-compile-goto-error): Fix regexp used to detect a file:line
7146 anywhere in the error message
7147 (ada-contextual-menu-last-point): New variable
7148 (ada-create-keymap): If the variable delete-key-deletes-forward is
7149 t on XEmacs, it means that DEL should delete one character
7150 forward.
7151 (ada-create-menu): Use :included instead of :visible for XEmacs.
7152 New submenu "Options".
7153 (ada-end-stmt-re): Correctly indent "select ... then abort"
7154 statements.
7155 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7156 even if they don't match ada-fill-comment-prefix Fix handling of
7157 paragraphs on the first or last line of a file.
7158 (ada-format-paramlist): Fix handling of default parameter values.
7159 (ada-get-body-name): New function.
7160 (ada-get-current-indent): Optimized by searchling directly for an
7161 existing generic part or a statement outside of it. Handle
7162 ada-indent-align-comments when indenting comments Replaced some
7163 regexps by testing directly the next character. This results in a
7164 huge speedup on some files. New indentation scheme for renames
7165 statements. Stop looking for the 'while' or 'for' associated with
7166 a 'loop' at the first semicolon encountered. A "return" can also
7167 match an anonymous access subprogram declaration.
7168 (ada-get-indent-noindent): Ignore strings and comments when
7169 looking for the keywords "record" and "private".
7170 (ada-goto-matching-decl-start): When matching "if", make sure we
7171 are not in fact seeing "end if". Ignore "when" statements except
7172 when initial keyword was "begin". Fix handling of nested
7173 procedures. Add a recursive call to this function to skip over
7174 other 'end' statmts. Fix indentation for "when .. => begin"
7175 (ada-in-open-paren-p): Fix indentation for complex boolean
7176 expressions, where 'and then', 'or else' and parenthesis
7177 statements are mixed up.
7178 (ada-in-paramlist-p): Skip comments while searching for the
7179 beginning Fix handling of operator declarations.
7180 (ada-indent-align-comments): New variable
7181 (ada-indent-current): Change the syntax table only in the
7182 protected section, so that we are sure it is restored correctly.
7183 (ada-indent-on-previous-lines): Use ada-use-indent and
7184 ada-with-indent Correctly indent "select ... then"
7185 (ada-indent-region): Slight speedup.
7186 (ada-indent-renames): New variable.
7187 (ada-last-which-function-subprog, ada-last-which-function-line):
7188 New variables
7189 (ada-looking-at-semi-private): Correctly indent the 'private'
7190 keyword when it is the first word in a package declaration.
7191 (ada-loose-case-word): Stop searching if at the end of the buffer.
7192 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7193 even if point is not initially at the end of the word.
7194 (ada-matching-decl-start-re): Add "when".
7195 (ada-mode): Add support for abbrev-mode, outline-mode and
7196 which-func-mode Override the old find-file.el entry in
7197 ff-special-constructs since it is using the obsolete
7198 ada-spec-suffix variable
7199 (ada-no-auto-case): New function
7200 (ada-scan-paramlist): When parsing the argument type, accept
7201 spaces (as in "X 'Class", generated by Rational Rose).
7202 (ada-other-file-name): No longer loads the other file.
7203 (ada-popup-menu): Save and restore the current buffer and cursor
7204 position before and after displaying the menu.
7205 (ada-search-ignore-complex-boolean): New function.
7206 (ada-uncomment-region): Emacs21 already knows how to delete
7207 comments not starting in the first column.
7208 (ada-use-indent): New variable
7209 (ada-which-function): New function.
7210 (ada-with-indent): New variable
7211 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7212 can be batch-compiled from the command line.
7213
7214 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7215 Add to the menu when the file is loaded, not in ada-mode-hook.
7216 Add -toolbar to the default ddd command Switches moved from
7217 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7218 ada-prj-default-comp-opt
7219 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7220 Reference Manual to the menu
7221 (ada-check-current): rewritten as a call to ada-compile-current
7222 (ada-compile): Removed.
7223 (ada-compile-application, ada-compile-current, ada-check-current):
7224 Set the compilation-search-path so that compile.el automatically
7225 finds the sources in src_dir. Automatic scrollong of the
7226 compilation buffer. C-uC-cC-c asks for confirmation before
7227 compiling
7228 (ada-compile-current): New parameter, prj-field
7229 (ada-complete-identifier): Load the .ali file before doing
7230 processing
7231 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7232 conform to gnatmake's behavior.
7233 (ada-find-file-in-dir): New function
7234 (ada-find-references): Set the environment variables for gnatfind
7235 (ada-find-src-file-in-dir): New function.
7236 (ada-first-non-nil): Removed
7237 (ada-gdb-application): Add support for jdb, the java debugger.
7238 (ada-get-ada-file-name): Load the original-file first if not done
7239 yet.
7240 (ada-get-all-references): Handles the new ali syntax (parent types
7241 are found between <>).
7242 (ada-initialize-runtime-library): New function
7243 (ada-mode-hook): Always load a project file when a file is opened,
7244 so that the casing exceptions are correctly read.
7245 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7246 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7247 to open the project file, since the latter does not work with
7248 speedbar Get default values before loading the prj file, or the
7249 default executable file name is wrong. Use the absolute value of
7250 src_dir to initialize ada-search-directories and
7251 compilation-search-path,... Add the standard runtime library to
7252 the search path for find-file.
7253 (ada-prj-default-debugger): Was missing an opening '{'
7254 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7255 variables.
7256 (ada-prj-default-gnatmake-opt): New variable
7257 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7258 buffers, the project file is the default one Save the windows
7259 configuration before displaying the menu.
7260 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7261 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7262 ...) regexp-quote identifiers names to support operators +,
7263 -,... in regexps.
7264 (ada-remote): New function.
7265 (ada-run-application): Erase the output buffer before starting the
7266 run Support remote execution of the application. Use
7267 call-process, or the arguments are incorrectly parsed
7268 (ada-set-default-project-file): Reread the content of the active
7269 project file, not the one from the current buffer When a project
7270 file is set as the default project, all directories are
7271 automatically associated with it.
7272 (ada-set-environment): New function
7273 (ada-treat-cmd-string): New special variable ${current}
7274 (ada-treat-cmd-string): Revised. The substitution is now done for
7275 any ${...} substring
7276 (ada-xref-current): If no body was found, compiles the spec
7277 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7278 compiler to get rid of command line length limitations.
7279 (ada-xref-get-project-field): New function
7280 (ada-xref-project-files): New variable
7281 (ada-xref-runtime-library-specs-path)
7282 (ada-xref-runtime-library-ali-path): New variables
7283 (ada-xref-set-default-prj-values): Default run command now does a
7284 cd to the build directory. New field: main_unit Provide a default
7285 file name even if the current buffer has no prj file.
7286
7287 * ada-prj.el:
7288 Rewritten to show a tabbed-dialog.
7289 (ada-prj-add-ada-menu): Remove the map and name parameters.
7290 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7291 New function
7292 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7293 (ada-prj-load-from-file): New function
7294 (ada-prj-save): Always save fields that depend on the current buffer
7295 (ada-prj-show-value): New function
5044b74a 7296
7972fcfc
GM
7297 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7298 Ada mode. This will allow us to display the Ada menu in any buffer
7299 we want (for project items).
7300 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7301 number of spaces in the header.
5044b74a 7302
8730a8da
DL
73032000-07-24 Dave Love <fx@gnu.org>
7304
7305 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7306
db3ca487
NF
73072000-07-23 Noah Friedman <friedman@splode.com>
7308
ad953485
NF
7309 * type-break.el (type-break): perform autosave.
7310 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7311 (type-break-do-query): Cancel query schedule while performing
7312 actual query, to avoid possibility of a second query being made
7313 while first one is already in progress.
7314 (type-break-time-stamp-format): New variable.
7315 (type-break-time-stamp): New function.
7316 (type-break-time-warning): Use it.
7317 (type-break-keystroke-warning): Use it.
7318 (type-break-noninteractive-query): Use it.
7319
03a9c6d0
NF
7320 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7321 cookie.
7322 Use add-minor-mode to set minor-mode-alist, if available.
7323 (eldoc-echo-area-use-multiline-p): New user option.
7324 (eldoc-echo-area-multiline-supported-p): New variable.
7325 (eldoc-docstring-format-sym-doc): Use them.
7326 (eldoc-mode): If not using idle timers, append to local post and
7327 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7328 (eldoc-display-message-no-interference-p): Don't interfere with
7329 edebug.
7330 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7331 (eldoc-function-arglist): New function.
7332 (eldoc-function-argstring): Use it.
7333
db3ca487
NF
7334 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7335 auto save directory exists before calling directory-files.
7336
f7ad1899
DL
73372000-07-23 Dave Love <fx@gnu.org>
7338
7339 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7340 ^o, ^u.
7341
43e764c9
DL
73422000-07-21 Dave Love <fx@gnu.org>
7343
475de6f4
DL
7344 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7345 now passed to the function. It now works properly.
7346
43e764c9
DL
7347 * smerge-mode.el (smerge-mode-menu): Fill it out.
7348
e8bea4c0
GM
73492000-07-20 Gerd Moellmann <gerd@gnu.org>
7350
7351 * info-look.el (info-lookup): If *info* is shown in another frame
7352 on the same display, select that frame, instead of switching to
7353 the Info buffer in another window of the selected frame.
7354
7355 * simple.el (universal-argument-map): Bind numeric keypad keys
7356 kp-0 to kp-9 and kp-subtract.
7357 (digit-argument): Handle these keys.
7358
bc75b4fd
DL
73592000-07-20 Dave Love <fx@gnu.org>
7360
7361 * net/goto-addr.el (goto-address-fontify): Don't bother with
7362 buffer-modified and read-only stuff -- irrelevant with overlays.
7363 Put an extra property on the overlays and use it to clean up in
7364 case goto-address is re-run.
7365
8b7bc628
RS
73662000-07-19 Richard M. Stallman <rms@gnu.org>
7367
18e21ce8
RS
7368 * timer.el (run-with-idle-timer): Doc fix.
7369
db3ca487 7370 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7371 Handle case where <...> appears inside "...".
7372 Use replace-match to edit the string more simply.
7373 (rmail-dont-reply-to): Cope with an unmatched ".
7374
50575ec2
DL
73752000-07-19 Dave Love <fx@gnu.org>
7376
7377 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7378 implementation.
7379
7380 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7381 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7382 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7383
4279296d
GM
73842000-07-19 Gerd Moellmann <gerd@gnu.org>
7385
47db06aa
GM
7386 * textmodes/refer.el: Correct maintainer's email address.
7387
7388 * progmodes/hideif.el: Correct author's email address.
7389 Fix typo in comment.
7390
7391 * xml.el: New file.
7392
4279296d
GM
7393 * mail/mailheader.el: Correct author's mail address.
7394
7395 * gnus/parse-time.el: Correct author's mail address.
7396
47db06aa 73972000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7398
7399 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7400 New user options.
7401 (comint-input-ring-file-name): Change custom type.
7402 (comint-mode-map): Bind mouse-2.
7403 (comint-insert-clicked-input): New function.
7404 (comint-send-input): Handle input highlighting.
7405
21ad0f7b
SM
74062000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7407
7408 * mouse.el (popup-menu): New function.
7409 (mouse-major-mode-menu): Use it.
7410
3b33a005
DL
74112000-07-18 Dave Love <fx@gnu.org>
7412
7413 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7414 improvements.
7415
dc1cac59
GM
74162000-07-18 Gerd Moellmann <gerd@gnu.org>
7417
21ad0f7b 7418 * faces.el (face-font-selection-order)
dc1cac59 7419 (face-font-family-alternatives): Add custom type.
db3ca487 7420
f8276b77
DL
74212000-07-18 Dave Love <fx@gnu.org>
7422
7423 * cus-edit.el (custom-variable-reset-saved)
7424 (custom-variable-reset-standard): Remove unused bindings.
7425
7426 * rect.el (open-rectangle-line): Remove unused let.
7427
7428 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7429
3d6cd763
GM
74302000-07-18 Gerd Moellmann <gerd@gnu.org>
7431
7432 * cdl.el: Fix `Maintainer' keyword.
7433
7434 * play/pong.el: Add author's email address.
7435
34342a07
SS
74362000-07-17 Sam Steingold <sds@gnu.org>
7437
7438 * files.el (insert-directory): Call `split-string' instead of
7439 re-implementing it.
7440
088831a6
GM
74412000-07-18 Gerd Moellmann <gerd@gnu.org>
7442
7443 * mail/vms-pmail.el: Change maintainer to FSF.
7444
7445 * net/goto-addr.el: Change maintainer to FSF.
7446
7447 * recentf.el: Update from author.
7448
7449 * info.el (Info-title-face-alist): Removed.
db3ca487 7450
68be2869
EZ
74512000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7452
7453 * eshell/eshell.el (eshell): Replace links to eshell.info with
7454 links to eshell, to avoid problems on systems where the manual is
7455 installed as `eshell'.
7456 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7457 * eshell/em-smart.el (eshell-smart): Ditto.
7458 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7459 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7460
7461 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7462 same-file check in the MS-DOS version (it does support inodes).
7463
7464 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7465
21ad0f7b
SM
7466 * eshell/eshell.el (eshell-directory-name):
7467 Run default directory name through convert-standard-filename.
68be2869 7468
269b4dcb
KH
74692000-07-18 Kenichi Handa <handa@etl.go.jp>
7470
21ad0f7b
SM
7471 * international/mule-cmds.el (select-safe-coding-system):
7472 Fix typo in the comment.
240a16cf 7473
21ad0f7b
SM
7474 * language/european.el (compound-text):
7475 Force katakana-jisx0201 to be designated to G1.
aa96c820 7476
21ad0f7b
SM
7477 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7478 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7479 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7480
269b4dcb
KH
7481 * international/kkc.el (kkc-after-update-conversion-functions):
7482 New variable.
7483 (kkc-update-conversion): Run functions in it at the tail.
7484
68be2869 74852000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7486
21ad0f7b
SM
7487 * lisp/align.el (align-newline-and-indent):
7488 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7489 (align-region): Fixed badly formatted minibuffer message.
7490
7a3fd467
KH
74912000-07-17 Kenichi Handa <handa@etl.go.jp>
7492
21ad0f7b 7493 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7494 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7495 the conversion list at first if appropriate.
7496 (kkc-next): Don't update kkc-next-count here.
7497 (kkc-prev): Don't update kkc-prev-count here.
7498 (kkc-show-conversion-list-update): Fix setting up of conversion
7499 list message.
7500
a45423d8
SM
75012000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7502
088831a6 7503 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7504
91a38db1
DL
75052000-07-16 Dave Love <fx@gnu.org>
7506
7507 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7508 function to be more specific.
7509
7510 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7511 non-string help-echo.
7512 (widget-types-convert-widget): Defsubst it.
7513 (widget-echo-help): Try to cope with a help-echo function of two
7514 possible sorts.
7515
3fddcdc3
JR
75162000-07-15 Jason Rumney <jasonr@gnu.org>
7517
7518 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7519 Declare as obsolete.
7520
7521 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7522
bd23a692
GM
75232000-07-14 Gerd Moellmann <gerd@gnu.org>
7524
7525 * hilit-chg.el: Fix typo.
7526
d4af987a
DL
75272000-07-14 Dave Love <fx@gnu.org>
7528
7529 * info.el (Info-mode-menu): Fix use of :help, :enable.
7530
3a4f3f86
SM
75312000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7532
7533 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7534
cf6936a4
DL
75352000-07-13 Dave Love <fx@gnu.org>
7536
4d6d04b5
DL
7537 * emacs-lisp/easymenu.el: Doc fixes.
7538 (easy-menu-remove): Defalias to ignore.
7539
cf6936a4
DL
7540 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7541 Call throw correctly.
7542
56437999
GM
75432000-07-13 Gerd Moellmann <gerd@gnu.org>
7544
7545 * faces.el (frame-background-mode): Doc fix.
7546
7547 * simple.el (eval-expression-print-length): Change custom type to
7548 allow entering nil as value.
7549
d04a3972
DL
75502000-07-13 Dave Love <fx@gnu.org>
7551
3a4f3f86
SM
7552 * progmodes/fortran.el (fortran-imenu-generic-expression):
7553 Change definition layout.
a8189dfe
DL
7554 (fortran-mode-menu): Reinstate customize entries.
7555
d04a3972
DL
7556 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7557 Use :filter, per old XEmacs code.
7558
4bf4fb05
GM
75592000-07-12 Gerd Moellmann <gerd@gnu.org>
7560
7561 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7562 event when deciding what to send to the terminal.
7563
37328bcd
DL
75642000-07-12 Dave Love <fx@gnu.org>
7565
7566 * cus-start.el: Add optional version as 4th element of specs and
7567 use it for several things new in v21. Remove load-path. Fix type
7568 of line-number-display-limit.
7569
89492072
DL
75702000-07-11 Dave Love <fx@gnu.org>
7571
3a4f3f86
SM
7572 * progmodes/fortran.el: Don't require easymenu.
7573 Use repeat counts in various regexps.
315aa1de
DL
7574 (fortran-mode-syntax-table): Defvar directly.
7575 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7576 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7577 Use defvar, not defconst.
7578 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7579 (fortran-mode): Set fortran-comment-line-start-skip,
7580 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7581 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7582 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7583 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7584 (fortran-comment-region, fortran-electric-line-number): Simplify.
7585 (fortran-auto-fill): New function.
7586 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7587 (fortran-find-comment-start-skip):
7588 Check for non-null comment-start-skip.
7589 (fortran-auto-fill-mode, fortran-fill-statement):
7590 Use fortran-auto-fill.
315aa1de 7591 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7592 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7593
89492072
DL
7594 * widget.el (widget-plist-member): New alias.
7595
d55ead18
EZ
75962000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * eshell/esh-module.el (toplevel): Reference
7599 byte-compile-current-file only if it is bound.
7600
e82a2a05
GM
76012000-07-10 Gerd Moellmann <gerd@gnu.org>
7602
7603 * dired.el: Don't require `dired-aux'.
7604
1fc7fb2b
MB
76052000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7606
7607 * dired-aux.el (dired-show-file-type): New function.
7608 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7609 (dired-show-file-type): Add autoload.
7610
ab49ce15
KH
76112000-07-10 Kenichi Handa <handa@etl.go.jp>
7612
7613 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7614 change of fontset-info.
ab49ce15
KH
7615 (print-fontset): Likewise.
7616
f45aab65
SM
76172000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7618
7619 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7620
2f72fd2f
GM
76212000-07-07 Gerd Moellmann <gerd@gnu.org>
7622
e82a2a05 7623 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7624
2f72fd2f
GM
7625 * dired.el (dired-find-alternate-file): New function.
7626 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7627 (toplevel): Require dired-aux when compiling.
7628 (dired-buffers): Move defvar within file to avoid compiler warning.
7629
7630 * info.el (Info-last-search): Variable removed.
7631 (Info-search-history): New variable.
7632 (Info-search): New Info-search-history.
7633
7634 * battery.el, info-look.el: Change author's mail address.
7635
965522f5 76362000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7637
965522f5
GM
7638 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7639 if rmail-ignored-headers is nil.
7640 (rmail-retry-failure): Bind rmail-ignored-headers and
7641 rmail-displayed-headers to nil.
7642
dd8888a1
GM
76432000-07-06 Gerd Moellmann <gerd@gnu.org>
7644
e5c81191
GM
7645 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7646 (print-region-1): Don't hard code `-h' here.
7647
dd8888a1
GM
7648 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7649
e5c81191
GM
76502000-07-01 Francesco Potorti` <pot@gnu.org>
7651
7652 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7653 exim can use "your message" instead of "the message".
34342a07 7654
f45aab65
SM
76552000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7656
7657 * facemenu.el: Docstrings fixes.
7658 (facemenu-get-face): Don't use internal-find-face.
7659 (facemenu-iterate): Rename arg to match the docstring.
7660
7661 * newcomment.el (uncomment-region): Be more careful when skipping
7662 backwards over `=' not to bump into BOBP.
7663
d396e521 76642000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7665
dd8888a1
GM
7666 * ediff-diff.el (ediff-wordify): Use syntax table.
7667 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7668 ediff-color-display-p.
dd8888a1 7669 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7670 from defsubst.
7671 Got rid of special cases for NeXT and OS/2.
dd8888a1 7672 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7673 face.
34342a07 7674
5e2dfaa4
SM
76752000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7676
7677 * emacs-lisp/lucid.el: Require CL.
7678 (copy-tree, remprop): Remove, it's provided by CL.
7679 (map-keymap): Define in terms of cl-map-keymap.
7680 (extent-property, set-extent-end-glyph): New functions.
7681
7682 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7683
d5c5cddd
GM
76842000-07-05 Gerd Moellmann <gerd@gnu.org>
7685
485266d0
GM
7686 * Makefile.in (DONTCOMPILE): Add comment that the name may
7687 not be changed without changing the make-dist script.
7688
5e2dfaa4 7689 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7690 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7691
e2c46326
AI
76922000-07-05 Andrew Innes <andrewi@gnu.org>
7693
7694 * makefile.nt: Add support for `bootstrap' and related targets.
7695
a027a91b
SM
76962000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7697
7698 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7699 (easy-menu-do-define): Use `menu-item' format.
7700 Handle case where easy-menu-create-menu returns a symbol.
7701 Manually call the potential top-level filter in the function binding.
7702 (easy-menu-filter-return): New arg NAME.
7703 Convert to a keymap if MENU is an XEmacs menu.
7704 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7705 (easy-menu-converted-items-table, easy-menu-convert-item):
7706 New var and fun to memoize easy-menu-convert-item-1.
7707 (easy-menu-do-add-item): Use it.
7708 (easy-menu-create-menu): Use easy-menu-convert-item.
7709 Wrap easy-menu-filter-return around any :filter specification.
7710 Don't convert the menu if a filter was specified.
7711 Tell easy-menu-make-symbol not to check for MENU being an expression.
7712 (easy-menu-make-symbol): New arg NOEXP.
7713
5e03eb84
GM
77142000-07-05 Gerd Moellmann <gerd@gnu.org>
7715
7716 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7717 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7718 (eval-defun): If called with prefix arg, instrument code for
7719 Edebug.
7720
7721 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7722 similar to that of eval-defun.
7723
fca68a95
DL
77242000-07-04 Dave Love <fx@gnu.org>
7725
7ccbba4c
DL
7726 * hl-line.el (hl-line-overlay): Make it permanent-local.
7727
fca68a95
DL
7728 * calendar/todo-mode.el: Replaced with a working version, based on
7729 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7730
77312000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7732
7733 * paths.el (prune-directory-list): New function.
7734 (Info-default-directory-list): Rewritten to more methodically
7735 enumerate a big list of possible info directories (based on the
7736 list used by the standalone info reader).
fca68a95 7737
78e7e8a0 7738 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7739 non-existent directories from Info-directory-list.
78e7e8a0 7740
78e7e8a0
MB
7741 * paths.el (Info-default-directory-list): Try a list of possible
7742 info-directories instead of a single one. Add the possible
7743 info directory "/usr/share/info".
7744
7745 * woman.el (woman-man.conf-path): Explicitly include the debian
7746 man-db config file "/etc/manpath.config".
7747 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7748 are present in `manpath.config'.
7749 (woman-manpath): Include "/usr/share/man".
7750
67c9a1d2
GM
77512000-07-03 Gerd Moellmann <gerd@gnu.org>
7752
6753393b
GM
7753 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7754
7755 * startup.el (command-line): Initialize blink-cursor based
7756 on window-system.
7757
e4f98ad3
GM
7758 * frame.el (blink-cursor): Default to nil if not running under
7759 a window-system.
7760
2f516940
GM
7761 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7762 (face-x-resources): Remove duplicate entry for :font.
7763
67c9a1d2
GM
7764 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7765 instead of cycling through windows with next-window.
7766
7767 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7768 of cycling through windows with next-window.
7769
7770 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7771 of cycling through windows with next-window.
7772
7773 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7774 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7775 instead of cycling through windows with next-window.
7776
7777 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7778 instead of cycling through windows with next-window.
7779
7780 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7781 of cycling through windows with next-window.
7782
7783 * terminal.el (te-process-output): Use walk-windows instead of
7784 cycling through windows with next-window.
7785
7786 * server.el (server-switch-buffer): Use some-window instead of
7787 cycling through windows with next-window.
7788
7789 * window.el (some-window): New function.
7790 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7791
3a4f3f86 7792 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7793
8b7bc628 77942000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7795
7796 * window.el (walk-windows): Guarantee termination by keeping a list
7797 of all the windows already handled.
7798
d0d57043
EZ
77992000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7800
7801 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7802 window-system.
7803
7804 * man.el (Man-notify-when-ready): Don't use window-system. If
7805 Man-notify-method is newframe, and the display is not
7806 multi-frame, select the frame created for the man page.
7807 (Man-init-defvars): Doc fix.
7808
d5483ab1
GM
78092000-06-28 Gerd Moellmann <gerd@gnu.org>
7810
af5c25e1
GM
7811 * faces.el (region): Change background color for light background.
7812
7813 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7814 attribute from mode-line face of Ediff control frame.
7815
d5483ab1
GM
7816 * replace.el (query-replace-map): Bind `e' like `E'.
7817
9d47450f
EZ
78182000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7819
3a4f3f86
SM
7820 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7821 Change name to "Select All".
496b7491 7822
9d47450f
EZ
7823 * dos-fns.el (convert-standard-filename): Fix last change.
7824
0b431deb
GM
78252000-06-27 Gerd Moellmann <gerd@gnu.org>
7826
4fa9f636
GM
7827 * help.el (describe-variable): Don't insert a second `'s' in front
7828 of the string `value is shown below'. Since the syntax-table is
7829 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7830 an existing `'s', so that this won't be deleted.
7831
0b431deb
GM
7832 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7833 * pcmpl-unix.el: New files.
7834
32cad0aa
SM
78352000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7836
7837 * wid-edit.el (widget-member): Use the new plist-member.
7838
2c69ced2
GM
78392000-06-26 Gerd Moellmann <gerd@gnu.org>
7840
44c0f771
GM
7841 * replace.el (perform-replace): Undo change of 2000-04-04.
7842 Instead, move backward 1 character at the end of the loop when
7843 necessary.
34342a07 7844
1d36487c
GM
7845 * faces.el (fringe): Change face for different backgrounds.
7846
7847 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7848 patch from John.
7849
2c69ced2
GM
7850 * eshell/*.el: Change spelling of the Free Software Foundation.
7851
7852 * eshell/esh-toggle.el: Removed.
7853
7854 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7855
7856 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7857 interactively.
7858
78592000-06-26 Alex Schroeder <alex@gnu.org>
7860
7861 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7862 `define-key'; instead of checking `(emacs-version)' check for
7863 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7864 for `;' and `o' which might be electric.
7865
7866 (sql-electric-stuff): New user option.
7867 (sql-magic-go): New function which uses `sql-electric-stuff'.
7868 (sql-magic-semicolon): New function which uses
7869 `sql-electric-stuff'.
7870
7871 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7872 is not fboundp.
7873
7874 (sql-oracle-options): New variable.
7875 (sql-oracle): Use it.
7876
7877 (sql-imenu-generic-expression): Doc change.
7878 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7879 is used.
7880
7881 (sql-informix): Added command line parameter "-" to force
7882 sql-informix-program to use stdout.
7883
db1306d8
EZ
78842000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7885
3a4f3f86 7886 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7887 (cp864-decode-table): Doc fix.
7888 (cp720-decode-table): New variable, supports the Arabic OEM
7889 codepage used by Windows.
7890 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7891
c69e5fcd
DL
78922000-06-23 Dave Love <fx@gnu.org>
7893
7894 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7895 (font-lock-fontify-anchored-keywords): Use
7896 line-beginning-position.
7897 (global-font-lock-mode): Use mapc.
7898
30ad8f23
SM
78992000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7900
7901 * eshell/esh-module.el: Require CL when compiling.
7902
26b4dc84
GM
79032000-06-23 Gerd Moellmann <gerd@gnu.org>
7904
78c56e70
GM
7905 * comint.el (comint-substitute-in-file-name): Call replace-match
7906 with second and third arg t.
7907
34342a07 7908 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7909 Specify foreground color.
7910
7911 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7912 color.
7913
affbf647
GM
7914 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7915
7916 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7917 cddr instead of cdddr.
7918
25fffb31
GM
7919 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7920 instead of copy-list.
7921
7922 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7923 of copy-list.
7924
26b4dc84
GM
7925 * subdirs.el: Add eshell subdirectory.
7926
7927 * eshell: New subdirectory containing the Eshell package.
7928
7929 * pcomplete.el: New file.
7930
78c56e70
GM
79312000-06-23 Paul Eggert <eggert@twinsun.com>
7932
ea055732
GM
7933 * mail/mailpost.el (post-mail-send-it): Make sure file has
7934 proper permissions from birth.
7935
7936 * files.el (basic-save-buffer-2): When temporarily setting
7937 file modes, set them to current modes plus 0200, not to 0777.
7938
78c56e70
GM
7939 * emerge.el (emerge-make-temp-file): Make sure file has proper
7940 permissions from birth.
7941
a3a7ff33
EZ
79422000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7943
7944 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7945 backup file name through convert-standard-filename.
7946
7947 * dos-fns.el (convert-standard-filename): Convert leading
7948 directories as well. When long file names are supported, convert
7949 characters that are invalid in Windows file names.
7950
1fd9b7fe
GM
79512000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7952
7953 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7954 ps-print crashes. New feature: page selection for printing. Create
7955 raw-text-unix coding system for XEmacs. Doc fix.
7956 (ps-print-version): New version number (5.2.3).
7957 (ps-plot-region): Bug fix.
7958 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7959 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7960 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7961 funs.
7962 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7963 (ps-last-page): New vars.
7964
16ed8416
GM
79652000-06-21 Gerd Moellmann <gerd@gnu.org>
7966
7967 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7968 empty option string.
7969
4fbee715
EZ
79702000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7971
7972 * man.el (man): Doc fix.
7973
eaecfc94
KH
79742000-06-21 Kenichi Handa <handa@etl.go.jp>
7975
7976 * international/mule-cmds.el (set-language-info-alist): Docstring
7977 fixed.
7978
4a27bdfb
GM
79792000-06-20 Gerd Moellmann <gerd@gnu.org>
7980
7981 * version.el (emacs-version): Use ISO date format.
7982
7983 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7984 instead of `M-backspace'.
7985
7986 * simple.el (turn-off-auto-fill): New function.
7987
8972fe79
SM
79882000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7989
7990 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7991 Renamed from with-buffer-prepared-for-font-lock and use
7992 inhibit-modification-hooks rather than setting *-change-functions.
7993 Update all functions to use the new name.
7994 (jit-lock-first-unfontify-pos): New semantics (and doc).
7995 (jit-lock-mode): Make non-interactive.
7996 Don't automatically turn on font-lock.
7997 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7998 Always use jit-lock-after-change.
7999 Remove and restore font-lock-after-change-function.
8000 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8001 (jit-lock-after-unfontify-buffer): Remove.
8002 (jit-lock-stealth-fontify):
8003 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8004 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8005
5d80cc9c
SS
80062000-06-20 Sam Steingold <sds@gnu.org>
8007
8008 * emacs-lisp/cl-indent.el (toplevel): Indent
8009 `print-unreadable-object' properly. Untabify.
8010
f54e4d13
CD
80112000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8012
8013 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8014 Support for bibentry.
8015 (reftex-compile-variables): Fixed problem with end of section-re.
8016
8017 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8018 reftex-view-crossref-from-bibtex):
8019 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8020 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8021 Replaced `remprop' with `put'.
8972fe79
SM
8022 (reftex-view-crossref, reftex-view-crossref-when-idle):
8023 Support for bibentry.
f54e4d13 8024
8972fe79
SM
8025 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8026 New entry for bibentry package.
f54e4d13 8027
8972fe79
SM
8028 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8029 Regexp also matches "\nobibliography".
f54e4d13 8030
8972fe79
SM
8031 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8032 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8033 (reftex-ensure-write-access): New function.
8034
f54e4d13
CD
80352000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8036
8037 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8038
8039 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8040
8041 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8042
8043 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8044
8045
560c43f4
DL
80462000-06-20 Dave Love <fx@gnu.org>
8047
8048 * faces.el (frame-background-mode): Use set-default, not set, in
8049 setter.
8050 (frame-update-faces, frame-update-face-colors): Define with
8051 defalias.
8052
8053 * enriched.el (enriched-decode-foreground)
8054 (enriched-decode-background): Don't use internal-find-face.
8055
8056 * apropos.el: Doc fixes.
8057
8058 * cus-edit.el (customize-changed-options): Check arg.
8059 (customize-version-lessp): Don't require decimal point.
8060
8061 * custom.el (defcustom, defgroup): Doc fix.
8062
8063 * newcomment.el (comment) <defgroup>: Add :version.
8064 (comment-multi-line): Doc fix.
8065
8066 * emulation/mlsupport.el (define-hooked-local-abbrev,
8067 define-hooked-global-abbrev): Fix, using define-abbrev.
8068
cdf0357b
GM
80692000-06-19 Gerd Moellmann <gerd@gnu.org>
8070
8071 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8072 the whole buffer.
8073
10013d74
DL
80742000-06-19 Dave Love <fx@gnu.org>
8075
8076 * menu-bar.el (menu-bar-options-save): New function.
8077 (menu-bar-options-menu): Use it.
8078 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8079 Simplify.
8080
6922f208
AS
80812000-06-19 Andreas Schwab <schwab@suse.de>
8082
8083 * progmodes/etags.el (tags-query-replace): Put new parameters
8084 START and END at the end, for backward compatibility.
8085
10d7bf84
KH
80862000-06-19 Kenichi Handa <handa@etl.go.jp>
8087
8088 * international/codepage.el:
8089 (cp-coding-system-for-codepage-1): Delete special codes for
8090 generating xxx-dos coding system because now a CCL based coding
8091 system can handle EOL conversion by default.
8092
8093 * international/mule.el (make-coding-system): Generate subsidiary
8094 coding systems for EOL handling variants even for a CCL based
8095 coding system.
8096
8f3c9a3d
KH
80972000-06-19 Kenichi Handa <handa@etl.go.jp>
8098
8099 * international/isearch-x.el (isearch-minibuffer-input-method)
8100 (isearch-minibuffer-input-method-function): These variables
8101 deleted.
8102 (isearch-with-input-method): Don't use the above variables.
8103 (isearch-process-search-multibyte-characters): Likewise. Call
8104 read-string with the arg INHERIT-INPUT-METHOD t.
8105
c2acf685
SM
81062000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8107
13f0d185
SM
8108 * font-lock.el (font-lock-after-fontify-buffer)
8109 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8110
8111 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8112 Use consistent make-local-variable style for font-lock-fontified.
8113 (jit-lock-fontify-buffer):
8114 Don't bother checking for font-lock-mode and jit-lock-mode.
8115
c2acf685
SM
8116 * time.el: Remove trailing ^M that prevent CVS-merging.
8117
a9021acd
GM
81182000-06-16 Gerd Moellmann <gerd@gnu.org>
8119
8120 * Makefile.in (distclean): New target.
5d80cc9c 8121
0df68e9f
SM
81222000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8123
8124 * Makefile.in (srcdir): Define for update-subdirs.
8125
6344985d
GM
81262000-06-16 Gerd Moellmann <gerd@gnu.org>
8127
8128 * find-lisp.el: New file.
8129
63239267
AI
81302000-06-16 Andrew Innes <andrewi@gnu.org>
8131
8132 * time.el (display-time-mail-function): New variable, to allow
8133 external packages to indicate when new mail is available.
8134 (display-time-update): Use it.
8135
1699f991
KH
81362000-06-16 Kenichi Handa <handa@etl.go.jp>
8137
a3b37893
KH
8138 * international/mule.el (mule-version): Change version name to
8139 SAKAKI. AOI has already been used by Meadow.
8140
1699f991
KH
8141 * international/quail.el (quail-show-guidance-buf): To find the
8142 bottom window (but minibuffer), pay attention to the height of
8143 minibuffer.
8144
228b083e
EZ
81452000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8146
7d5c8691
EZ
8147 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8148 menu-bar menus. Add help strings. Don't remove the Edit menu
8149 from the menu bar, as the menu bar has enough space now.
8150
261f3289
EZ
8151 * Makefile.in (SHELL): Make sure /bin/sh is used.
8152
228b083e
EZ
8153 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8154 characters, which use series of two ^H characters instead of one.
8155
e27e8d71
GM
81562000-06-15 Gerd Moellmann <gerd@gnu.org>
8157
5d80cc9c 8158 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8159 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8160 functions.
451ec4e3
GM
8161 (Info-find-node-2): Try a case-sensitive search first, then
8162 do a case-insensitive search.
8163
8164 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8165 tutorials.
8166
b675095c
GM
8167 * complete.el (PC-env-vars-alist): New variable.
8168 (PC-complete-as-file-name): New function.
8169 (partial-completion-mode): Initialize PC-env-vars-alist from
8170 process-environment.
8171 (PC-do-completion): Handle completion of env vars.
8172
8173 * info.el (Info-set-mode-line): Show file name in mode line,
8174 use `*Info*' instead of `Info:'.
8175
e27e8d71
GM
8176 * startup.el (command-line-1): Change copyright messages to year
8177 2000.
8178
28223a7e
DL
81792000-06-15 Dave Love <fx@gnu.org>
8180
8181 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8182 not local-map.
8183
32684631
KH
81842000-06-15 Kenichi Handa <handa@etl.go.jp>
8185
8186 * international/mule.el (set-buffer-file-coding-system): Almost
8187 rewritten to handle `undecided' as no-op.
8188
9f817ea4
GM
81892000-06-14 Gerd Moellmann <gerd@gnu.org>
8190
e27e8d71 8191 * Makefile.in: New file.
dce6b995
GM
8192
8193 * Makefile: Removed.
8194
9f817ea4
GM
8195 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8196 (goto-address-highlight-keymap): Bind C-c RET.
8197
2de33f94
KH
81982000-06-14 Kenichi Handa <handa@etl.go.jp>
8199
bbf1e8a5
KH
8200 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8201 inherits buffer-file-coding-system of the current buffer.
725a6897 8202
02891cc3
KH
8203 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8204 0. Give correct argument to set-auto-coding-function.
8205 (tar-expunge): For goto-char, use (point-min), not 0.
8206 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8207 (tar-subfile-save-buffer): Likewize.
8208
2de33f94
KH
8209 * international/mule.el
8210 (after-insert-file-set-buffer-file-coding-system): Call
8211 set-buffer-file-coding-system with the arg FORCE t.
8212
1681ead6
GM
82132000-06-13 Gerd Moellmann <gerd@gnu.org>
8214
8215 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8216 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8217 the sender is set with `-f'.
1681ead6 8218
fdf4b680
DL
82192000-06-13 Dave Love <fx@gnu.org>
8220
9c50afce
DL
8221 * help.el (describe-function-1): Kluge around cases of functions
8222 fset to subrs whose doc doesn't match their symbol-name.
8223
0ad550ba 8224 * image.el (insert-image): Default STRING to a space.
f290ca08 8225
fdf4b680 8226 * info.el Doc fixes.
5d80cc9c 8227 (Info-build-node-completions): Match Ref tags.
fdf4b680 8228
9b6610db
EZ
82292000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8230
a704139d
EZ
8231 * frame.el (display-multi-frame-p, display-multi-font-p): New
8232 defaliases for display-graphic-p.
8233
9b6610db
EZ
8234 * hl-line.el: Fixed a typo in commentary.
8235
7a5ea398
KH
82362000-06-13 Kenichi Handa <handa@etl.go.jp>
8237
8238 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8239 fixed.
8240
0dc91c57
DL
82412000-06-12 Dave Love <fx@gnu.org>
8242
8243 * image.el (insert-image): Save a little consing.
8244
0bd5914b
KH
82452000-06-12 Kenichi Handa <handa@etl.go.jp>
8246
8247 * language/tibet-util.el: Convert all tibetan-1-column characters
8248 to the corresponding tibetan characters.
8249 (tibetan-add-components): Delete code for the special treatment of
8250 'a chung.
8251
8252 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8253 change.
8254 (tibetan-vowel-transcription-alist): More rules added.
8255 (tibetan-composite-vowel-alist): New variable.
8256 (tibetan-precomposition-rule-alist): More rules added.
8257
6dc7d3d5
SM
82582000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8259
9c04c393
SM
8260 * startup.el (command-line): Only call menu-bar-mode if interactive.
8261
8262 * thingatpt.el (toplevel symbol-properties):
8263 * textmodes/makeinfo.el (makeinfo-compile):
8264 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8265 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8266 (hide-ifdef-use-define-alist):
5d80cc9c 8267 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8268 (ange-ftp-vms-add-file-entry):
8269 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8270 * man.el (Man-build-man-command):
8271 * mail/rnewspost.el (news-reply-header-hook):
8272 * info.el (Info-insert-dir):
8273 * emulation/mlconvert.el (backward-word, forward-word, setq):
8274 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8275 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8276 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8277 (byte-optimize-apply, end of file):
8278 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8279 (ad-make-freeze-definition):
8280 * startup.el (command-line, command-line-1): Don't quote lambdas.
8281
6dc7d3d5
SM
8282 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8283 (cvs-cleanup-removed): New function.
8284 (cvs-cleanup-functions): New var.
8285 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8286 some flexibility in specifying additional entries to auto-cleanup.
8287 (cvs-quickdir): New function.
8288 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8289 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8290 (cvs-mode-find-file): Check that we are on a filename or dirname
8291 when invoked through a mouse-click.
8292 (cvs-full-path): Remove.
8293 (cvs-dired-action): Re-introduced.
8294 (cvs-dired-noselect): Use it.
8295 (vc-post-command-functions): use this new hook if available.
8296
8297 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8298 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8299 (cvs-filename-map, cvs-dirname-map): Remove.
8300 (cvs-default-action): Remove.
8301 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8302 if the arg is really a keymap.
8303 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8304 Don't hardcode the mapping from state (aka type) to face, but check
8305 the var cvs-fi-<type>-face instead.
8306 (cvs-fileinfo-from-entries): New function.
8307
8308 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8309 Docstring fix.
8310 (cvs-find-file-and-jump): Change default to be safer.
8311 (cvs-mode-diff-map): Define it as a function as well.
8312 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8313 Bind mouse-2 in this global map rather than with text-properties.
8314
8315 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8316 file to resolve the ambiguity between C(conflict) and C(need-merge).
8317
5050a2ef
KH
83182000-06-12 Kenichi Handa <handa@etl.go.jp>
8319
8320 * international/mule.el (set-buffer-file-coding-system): If
8321 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8322 unconditionally.
8323
35a7ac84
DL
83242000-06-12 Dave Love <fx@gnu.org>
8325
8326 * wid-edit.el (widget-specify-button): Really suppress the face if
8327 required.
8328
db8eeecd
GM
83292000-06-11 Gerd Moellmann <gerd@gnu.org>
8330
8331 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8332
70223ca4
SM
83332000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8334
8335 * imenu.el (imenu-generic-expression): Docstring fix.
8336
8337 * composite.el (composition-function-table): Move the `put'
8338 below the autoload cookie so we can load the file before loaddefs.
8339
8340 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8341
8342 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8343 Handle easy-mmode-define-global-mode.
8344 For complex macros like define-minor-mode that can generate
8345 several autoload entries, try to autoload entries in the
8346 macroexpanded code.
8347
8348 * emacs-lisp/easy-mmode.el (define-minor-mode):
8349 If KEYMAP is a symbol, just use it.
8350 Use byte-compile-current-file and load-file-name to infer the
8351 proper :require to pass to defcustom.
8352 Wrap the hook var into `progn' so as not to autoload it.
8353 Add a :autoload-end cookie.
8354 Be more careful about the evaluation of KEYMAP.
8355 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8356 (define-derived-mode): Move define-abbrev-table outside of defvar.
8357
83582000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8361 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8362 (backup-compiled-files): Ignore errors during `tar'.
8363 (bootstrap): Make autoloads before elc files.
8364
9c53b34e
KH
83652000-06-10 Kenichi Handa <handa@etl.go.jp>
8366
8367 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8368 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8369
8370 * international/mule-conf.el (unix): New alias for the coding
8371 system undecided-unix.
8372
22ddd299
DL
83732000-06-09 Dave Love <fx@gnu.org>
8374
5ee42746
DL
8375 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8376
70223ca4 8377 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8378 (executable-insert): Change custom type.
8379 (executable-find): Add autoload cookie.
cc7e1d18
DL
8380 (executable-make-buffer-file-executable-if-script-p): New
8381 function. After Noah Friedman.
22ddd299
DL
8382
8383 * files.el (after-save-hook): Customize, with
cc7e1d18 8384 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8385
41ea3794
KH
83862000-06-09 Kenichi Handa <handa@etl.go.jp>
8387
f89437e3
KH
8388 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8389 "tib24p-mule.bdf" for Tibetan.
8390
7a4ee259
KH
8391 * composite.el (decompose-composite-char): Declare it as obsolete.
8392
ff6a65c2
KH
8393 * man.el (Man-fontify-manpage): Pay attention to underline and
8394 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8395
f83fe4b4
GM
83962000-06-08 Gerd Moellmann <gerd@gnu.org>
8397
8398 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8399 Set maintainer to FSF since author isn't reachable.
8400
e56d7900
DL
84012000-06-08 Dave Love <fx@gnu.org>
8402
8403 * international/mule-cmds.el (select-safe-coding-system): If
8404 DEFAULT-CODING-SYSTEM is not specified, also check the most
8405 preferred coding-system if buffer-file-coding-system is
8406 `undecided'. From Handa.
8407
d3981b49
KH
84082000-06-08 Kenichi Handa <handa@etl.go.jp>
8409
8410 * international/mule.el
8411 (after-insert-file-set-buffer-file-coding-system): If the buffer
8412 size is greater than INSERTED, judget that we are not visiting.
8413
bff71087
RV
84142000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8415
8416 * whitespace.el (defgroup whitespace): Comment out `:version'.
8417 XEmacs 20.4 has problems defining the group with this present.
8418 We'll have this commented out till get resolve the problem.
8419
45f485a6
GM
84202000-06-07 Gerd Moellmann <gerd@gnu.org>
8421
8422 * align.el: Update from author.
8423
84242000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8425
8426 * apropos.el (apropos-mode-hook): New user variable.
8427 (apropos-mode): Run apropos-mode-hook.
bff71087 8428
45f485a6
GM
84292000-06-07 David Ponce <david@dponce.com>
8430
8431 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8432 commands. Require `wid-edit' at run-time.
8433
84342000-06-07 David Ponce <david@dponce.com>
8435
8436 * recentf.el: Added some "Commentary".
8437 (recentf-open-more-files, recentf-edit-list): Minor changes to
8438 move the point at the top of the file list. This behaviour is
8439 consistent with the menu one when the list contains a lot of
8440 files.
8441 (recentf-cleanup): Now displays the number of items removed from
8442 the list.
8443 (recentf-relative-filter) New menu filter to show filenames
8444 relative to `default-directory'.
bff71087 8445
45f485a6
GM
84462000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8447
8448 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8449 with/without giving an error if PostScript printer doesn't have this
8450 kind of page size. Zebra Stripe continues or restarts on next page.
8451 Manual/automatic paper feeding. Switch or not the header.
8452 (ps-print-version): New version number (5.2.2).
8453 (ps-windows-system): Include emx as a Windows system.
8454 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8455 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8456 (ps-background-text): Code fix.
8457 (ps-error-handler-message, ps-user-defined-prologue)
8458 (ps-print-prologue-header, ps-printer-name)
8459 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8460 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8461 (ps-use-face-background): Customization fix.
8462 (ps-n-up-database): Data fix.
8463 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8464 (ps-switch-header): New vars.
8465 (ps-xemacs-color-name, ps-face-foreground-name)
8466 (ps-face-background-name, ps-boolean-constant): New funs.
8467
c14dcd22
DL
84682000-06-07 Dave Love <fx@gnu.org>
8469
8470 * allout.el: New version from Manheimer.
8471
e4044bb0
KH
84722000-06-07 Kenichi Handa <handa@etl.go.jp>
8473
8474 * textmodes/fill.el (fill-find-break-point): Check the validity of
8475 charset.
8476
59cfe8b9
KF
84772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8478
8479 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8480 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8481 Call display-color-p and display-mouse-p instead of looking at
8482 window-system.
8483
bb2337f5
DL
84842000-06-06 Dave Love <fx@gnu.org>
8485
8486 * image.el (find-image): Doc fix. Return nil if image not found.
8487 (put-image, insert-image): Make STRING arg optional.
8488
8e624fa2
KH
84892000-06-06 Kenichi Handa <handa@etl.go.jp>
8490
8491 * language/vietnamese.el: Remove eval-when-compile.
8492 (viet-viscii-nonascii-translation-table): Define it as a
8493 translation table made from viet-viscii-decode-table.
8494 (viet-viscii-encode-table): Define it as a translation table made
8495 from the reverse map of above.
8496 (viet-vscii-nonascii-translation-table): Define it as a
8497 translation table made from viet-vscii-decode-table.
8498 (viet-vscii-encode-table): Define it as a translation table made
8499 from the reverse map of above.
8500 (ccl-decode-viscii): Use translate-character.
8501 (ccl-encode-viscii, ccl-encode-viscii-font)
8502 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8503 Likewize.
bff71087 8504
8e624fa2
KH
8505 * language/cyrillic.el: Remove eval-when-compile.
8506 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8507 translation table made from cyrillic-koi8-r-decode-table.
8508 (cyrillic-koi8-r-encode-table): Define it as a translation table
8509 made from the reverse map of above.
8510 (ccl-decode-koi8): Use translate-character.
8511 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8512 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8513 a translation table made from cyrillic-alternativnyj-decode-table.
8514 (cyrillic-alternativnyj-encode-table): Define it as a translation
8515 table made from the reverse map of above.
8516 (ccl-decode-alternativnyj): Use translate-character.
8517 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8518 Likewize
8519
8520 * international/mule-diag.el (non-iso-charset-alist): Specify
8521 translation table symbol instead of translation table itself.
8522 (list-block-of-chars): CHARSET may be a translation table symbol.
8523
8524 * international/mule.el (make-coding-system): If CODING-SYSTEM
8525 already exists, override it.
8526
8527 * international/fontset.el: Use family `proportional' for Tibetan
8528 fonts.
8529
8530 * international/ccl.el (ccl-compile-translate-character): Don't
8531 check if Rrr has property translation-table.
8532 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8533
1969fae2
GM
85342000-06-05 Gerd Moellmann <gerd@gnu.org>
8535
8536 * info.el: Bind case-fold-search to t when searching in case
8537 a user sets it to nil in a hook.
8538
d5b037c5
SM
85392000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8540
d3d02e65
SM
8541 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8542 * hl-line.el (hl-line-mode): Use the new :global key argument.
8543
8544 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8545 (tar-clip-time-string): Prepend a space.
8546 (tar-grind-file-mode): Construct a string rather than modifying one.
8547 (tar-header-block-summarize): Fix docstring.
8548 Use `format' rather than an error-prone set of copy-loops.
8549
8550 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8551 (diff-goto-source, diff-unified->context, diff-context->unified)
8552 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8553 understand the format output by the `-p' argument to diff.
8554
bff71087 8555 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8556 (sh-re-done): Use defconst.
8557 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8558 (sh-help-string-for-variable, sh-guess-basic-offset):
8559 Don't quote lambdas.
8560 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8561 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8562
f7c4478f
SM
8563 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8564 (mh-letter-mode): Derive from text-mode.
8565 This implicitly means that it now calls kill-all-local-variables.
8566 Also remove the Emacs-18 compatibility code.
8567
a8add29d
SM
8568 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8569 Make use of symbol-property doc-string-elt.
8570 Use memq rather than a sequence of eq.
8571 (doc-string-elt): Fix the wrong or missing previously unused values.
8572 (autoload-print-form): New function extracted from
8573 generate-file-autoloads to allow recursion when handling progn
8574 so that defvar's and defun's docstrings are properly printed.
8575 (generate-file-autoloads): Use it.
8576
d5b037c5
SM
8577 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8578 Use find-file-hooks in the minor-mode function.
8579 Be careful not to loop indefinitely in the post-command-hook function.
8580
560ef11a 85812000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8582
1969fae2 8583 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8584 tty's.
1969fae2 8585 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8586 differences whenever appropriate.
1969fae2
GM
8587 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8588 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8589 wildcards.
8590
b5bbbb76
SM
85912000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8592
d5b037c5
SM
8593 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8594 (jit-lock-fontify-buffer): New function for JIT refontification.
8595 (jit-lock-mode): Fix docstring.
8596 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8597 Remove jit-lock-after-change from the _local_ hook.
8598 (jit-lock-function-1): Fix docstring.
8599
8600 * info.el (Info-on-current-buffer): Initialize info.
8601
8602 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8603
8604 * progmodes/tcl.el (tcl-indent-for-comment):
8605 Ignore comment-indent-hook.
8606
8607 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8608 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8609 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8610 and improve to use the lighter to guess the capitalization.
8611 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8612 Add keyword arguments to specify global-ness or the custom group.
8613 Add local-map and help-echo properties to the lighter.
8614 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8615 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8616
bfa6c260
DL
86172000-06-02 Dave Love <fx@gnu.org>
8618
8619 * wid-edit.el: byte-compile-dynamic since we typically don't use
8620 all the widgets. Don't require cl or widget. Remove
8621 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8622 (widget-read-event): Removed. Callers changed to use read-event.
8623 (widget-button-release-event-p): Renamed from
8624 button-release-event-p.
8625 (widget-field-add-space, widget-field-use-before-change):
8626 Uncustomize.
8627 (widget-specify-field): Use keymap property, not local-map.
8628 (widget-specify-button): Obey :suppress-face.
8629 (widget-specify-insert): Use modern backquote syntax.
8630 (widget-image-directory): Renamed from widget-glyph-directory.
8631 (widget-image-enable): Renamed from widget-glyph-enable.
8632 (widget-image-find): Replaces widget-glyph-find.
8633 (widget-button-pressed-face): Move defvar.
8634 (widget-image-insert): Replaces widget-glyph-insert.
8635 (widget-convert): Use keywordp.
8636 (widget-leave-text, widget-children-value-delete): Use mapc.
8637 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8638 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8639 (widget-button-click): Don't set point at the click, but re-centre
8640 if we scroll out of window. Rewritten for images v. glyphs &c.
8641 (widget-tabable-at): Use POS arg, not point.
8642 (widget-beginning-of-line, widget-end-of-line)
8643 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8644 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8645 (widget-default-create): Use widget-image-insert; some rewriting.
8646 (widget-visibility-value-create)
8647 (widget-push-button-value-create, widget-toggle-value-create): Use
8648 widget-image-insert.
8649 (checkbox): Create on and off images dynamically.
8650 (documentation-link): Change :help-echo.
8651 (widget-documentation-link-echo-help): Remove.
8652
3837de12
SM
86532000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8654
8655 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8656
8657 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8658 (easy-mmode-define-toggle, define-minor-mode): Use it.
8659 (easy-mmode-define-keymap): Docstring fix.
8660 (define-derived-mode): Default PARENT to fundamental-mode.
8661 Add the derived-mode-parent symbol-property.
8662 (easy-mmode-derived-mode-p): New function.
8663
90aa4ea8
DL
86642000-06-02 Dave Love <fx@gnu.org>
8665
37193ee6
DL
8666 * files.el (convert-standard-filename): Doc fix.
8667 (normal-backup-enable-predicate): New function.
8668 (backup-enable-predicate): Use it to replace the lambda form.
8669
8670 * calendar/todo-mode.el: [This needs more work on the outline
8671 stuff.] Doc fixes.
8672 (todo) <defgroup>: Add :version.
8673 (todo-add-category): Don't use pushnew.
8674 (todo-cmd-raise): Fix typo.
8675 (todo-top-priorities): Change temp buffer name.
8676 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8677 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8678 Use outline-next-heading.
37193ee6 8679
90aa4ea8
DL
8680 * autoarg.el: Rewritten to use define-minor-mode.
8681 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8682 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8683
2e54623a
KH
86842000-06-02 Kenichi Handa <handa@etl.go.jp>
8685
8686 * isearch.el (isearch-other-meta-char): Fix previous change.
8687
c5def0db
SM
86882000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8689
3837de12
SM
8690 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8691 (log-edit-done): Only add the comment to the ring if it's different
8692 from the last comment entered.
8693
c5def0db
SM
8694 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8695
2330c9d4
DL
86962000-06-01 Dave Love <fx@gnu.org>
8697
8698 * hl-line.el: Rewritten using define-minor-mode.
8699
8700 * help.el (describe-function-1): Distinguish special form from
8701 builtin function. Sanity-check presence of arglist for builtins.
8702
6e5dfc31
KH
87032000-06-01 Kenichi Handa <handa@etl.go.jp>
8704
4dc1225b
KH
8705 * international/characters.el: Fix syntax/category setting of
8706 Tibetan characters.
8707
8708 * language/tibet-util.el (tibetan-add-components): Fixes for new
8709 encoding of Tibetan characters.
8710 (tibetan-decompose-precomposition-alist): New variable.
8711 (tibetan-decompose-region): Convert precomposed characters to
8712 non-precomposed characters.
8713 (tibetan-decompose-string): Likewise.
8714 (tibetan-composition-function): Fix args to
8715 thibetan-compose-string.
8716
8717 * language/tibetan.el (tibetan-composable-pattern): More
8718 characters included.
8719 (tibetan-consonant-transcription-alist): Rule for "R" added.
8720 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8721 "+R" added.
8722 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8723
eadef5e6
KH
8724 * language/lao-util.el (lao-composition-function): Fix args to
8725 compose-string.
8726
8727 * language/thai-util.el (thai-composition-function): Fix args to
8728 compose-string.
8729
6e5dfc31 8730 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8731 to prevent the point moving to the end of a composition when a
8732 part of a composition is searched.
6e5dfc31
KH
8733 (isearch-other-meta-char): If the key invoking this command can be
8734 mapped by function-key-map to a printing char, call
8735 isearch-process-search-char directly.
8736
2598a293
SM
87372000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8738
8739 * emacs-lisp/bytecomp.el:
8740 * frame.el:
8741 * international/mule-cmds.el:
8742 * international/mule-util.el:
8743 * international/mule.el:
8744 * mouse.el:
8745 * subr.el:
8746 * faces.el: Update calls to make-obsolete with a WHEN argument.
8747
8748 * byte-run.el (make-obsolete, make-obsolete-variable):
8749 Add an optional WHEN argument and change the format of the
bff71087 8750 symbol-property information.
2598a293
SM
8751 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8752 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8753 new obsolete-symbol-property format and print WHEN if it is provided.
8754
28d8dff1
DL
87552000-05-31 Dave Love <fx@gnu.org>
8756
8757 * loadhist.el (loadhist-hook-functions): Remove
8758 before-change-function, after-change-function.
8759 (unload-feature): Deal with symbols which are both bound and
8760 fbound.
8761
8762 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8763 before-change-function, after-change-function.
8764
8765 * simple.el (newline): Don't bind before-change-function,
8766 after-change-function.
8767
7f565d87
RV
87682000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8769
8770 * whitespace.el (whitespace-rescan-timer-time): Update interval
8771 set to 600 seconds (10 minutes) instead of 60 seconds since
8772 a large number of whitespace buffers causes emacs to `freeze'
8773 for a considerable amount of time.
8774
bff71087 8775 * whitespace.el: Updated email address
7f565d87 8776
a8d693d8
DL
87772000-05-31 Dave Love <fx@gnu.org>
8778
8779 * add-log.el (change-log-font-lock-keywords) <function>: Add
8780 pattern for function of change.
8781 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8782 acknowledgements patterns.
8783
a50192e7
KH
87842000-05-31 Kenichi Handa <handa@etl.go.jp>
8785
8786 * isearch.el (isearch-printing-char): If keyboard coding system is
8787 being used, call isearch-process-search-multibyte-characters.
8788
8789 * international/isearch-x.el: Mostly rewritten.
8790
8791 * international/quail.el (quail-start-conversion): Don't include
8792 unhandled events in the returned events, but set them in
8793 unread-command-events. Exit if all inputs are deleted.
8794
7e492772
JR
87952000-05-30 Jason Rumney <jasonr@gnu.org>
8796
8797 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8798
8799 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8800 Reenable code to create initial fontsets.
8801 Use set-fontset-font in place of put-charset-property.
8802
10fc3187
GM
88032000-05-30 Gerd Moellmann <gerd@gnu.org>
8804
79148ea7
GM
8805 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8806 label, ensure that the first colon isn't followed by another.
8807
8808 * paths.el (Info-default-directory-list): Doc fix.
8809
086d5b87
GM
8810 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8811 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8812 send a query containing USER only, not USER@HOST.
8813
10fc3187
GM
8814 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8815 and rmail-msgend to compute the restriction at the end, instead of
8816 computing it.
8817
49e70dec
GM
88182000-05-29 Gerd Moellmann <gerd@gnu.org>
8819
66254a13
GM
8820 * dabbrev.el (dabbrev-expand): Don't display messages in the
8821 echo area if the minibuffer window is active.
8822
49e70dec
GM
8823 * jit-lock.el (jit-lock-mode): Add after change function to
8824 local hook.
8825
88262000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8827
8828 * antlr-mode.el: New commands: hide/unhide actions,
8829 upcase/downcase literals.
8830 (antlr-tiny-action-length): New user option.
8831 (antlr-hide-actions): New command. Suggested by
8832 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8833 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8834 (antlr-mode-menu): New entries.
8835 (antlr-downcase-literals): New command.
8836 (antlr-upcase-literals): Ditto.
8837
8838 * antlr-mode.el: Minor changes: indendation, mode-name.
8839 (antlr-indent-line): Indent cpp directive at column 0.
8840 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8841
8842 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8843 (antlr-font-lock-additional-keywords): Workaround for intentional
8844 bug in XEmacs version of font-lock.
8845 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8846 be used by a smarter version of `buffers-menu-grouping-function'.
8847
88482000-05-29 Gerd Moellmann <gerd@gnu.org>
8849
8850 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8851 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8852
49f93684
KH
88532000-05-29 Kenichi Handa <handa@etl.go.jp>
8854
8855 * international/encoded-kb.el
8856 (encoded-kbd-iso2022-designation-map): Pay attention to that
8857 charset-iso-final-char return -1 for eight-bit-control and
8858 eight-bit-graphic.
8859
5b1ae051
EZ
88602000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8861
8862 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8863 (speedbar-easymenu-definition-base): Use display-graphic-p where
8864 available, instead of window-system.
8865
a205e32a
EZ
88662000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8867
8868 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8869 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8870 coding systems.
8871
dd854dc2
DL
88722000-05-26 Dave Love <fx@gnu.org>
8873
c88a85d5
DL
8874 * disp-table.el (standard-display-underline): Don't use
8875 internal-find-face.
8876
dd854dc2
DL
8877 * mail/reporter.el: Maintainer change. Doc fixes.
8878 (reporter-version): Deleted.
8879
8880 * emacs-lisp/elp.el: Maintainer change.
8881 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8882
dc29aa6c
SM
88832000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8884
8885 * add-log.el (add-change-log-entry): Merge the current entry with the
8886 previous one if the previous one is empty.
8887
ed62683d
DL
88882000-05-26 Dave Love <fx@gnu.org>
8889
4370a375
DL
8890 * loadhist.el (unload-feature): Fix interactive spec [from
8891 lijnzaad@ebi.ac.uk].
8892
ed62683d
DL
8893 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8894 subr-arity to check primitives.
8895 (byte-compile-flush-pending, byte-compile-file-form-progn)
8896 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8897 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8898 mapcar.
8899
ba9f8f95
KH
89002000-05-26 Kenichi Handa <handa@etl.go.jp>
8901
0f3e0672
KH
8902 * international/fontset.el: Set family names of non-latin charsets
8903 in default fontset to "*".
8904
cebefb44
KH
8905 * international/mule-diag.el (print-fontset): Combine family part
8906 and registry part of the fontname by "-*-" instead of "-".
8907
ba9f8f95
KH
8908 * international/mule-cmds.el (encode-coding-char): Make strings
8909 multibyte before calling encode-coding-string.
8910
931d0724
SM
89112000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8912
8913 * derived.el: Fix keywords.
8ccce2b0 8914 (define-derived-mode): Only define if needed.
931d0724
SM
8915
8916 * simple.el (fill-comment, comment-column, comment-start)
8917 (comment-start-skip, comment-end, comment-indent-function)
8918 (block-comment-start, block-comment-end, indent-for-comment)
8919 (set-comment-column, kill-comment, comment-padding, comment-region)
8920 (comment-multi-line, indent-new-comment-line): Remove.
8921
8922 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8923 function names for comment operations.
8924
8925 * newcomment.el: Add abundant autoload cookies.
8926 (comment-style): Don't depend on runtime data at compile-time.
8927 (comment-indent-hook): Remove.
8928 (comment-indent): Check if comment-indent-hook is bound.
8929 (comment-region): Docstring fix.
8930
6fc596cf
DL
89312000-05-25 Dave Love <fx@gnu.org>
8932
8933 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8934 byte-code-function-p.
8935
8936 * mail/rmailsum.el: Add provide.
8937
8938 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8939
8940 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8941 defcustom.
8942
7997f1ca 89432000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8944
7997f1ca
MK
8945 * ediff-diff.el (ediff-exec-process): delete --binary option from
8946 non-buffer ediff jobs.
7f565d87 8947
e7a903e8
EZ
89482000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * hilit-chg.el (highlight-changes-mode): Ask about color or
8951 grayscale support, not about window-system.
8952
8953 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8954 window-system.
8955 (ffap-highlight): Always default to t.
8956
8957 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8958 display-popup-menus-p instead of looking at window-system.
8959
8960 * disp-table.el (standard-display-g1, standard-display-graphic):
8961 Only refuse to use string glyphs on X and MS-Windows.
8962
8963 * avoid.el: Remove window-system from commentary, suggest to use
8964 display-*-p instead.
8965
8966 * apropos.el (apropos-print): Use display-mouse-p instead of
8967 window-system.
8968
14028d57
EZ
89692000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8970
8971 * international/codepage.el (cp-decoding-vector-for-codepage):
8972 Fill up unsupported characters with their own codes. From Kenichi
8973 Handa.
8974
1a4f9cc1
EZ
89752000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8976
8977 * international/mule-diag.el (describe-char-after): Use
8978 display-graphic-p instead of window-system, so that this function
8979 works on MS-DOS.
8980
89f6ca4e
EZ
89812000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8982
8983 * international/codepage.el (cp-make-coding-systems-for-codepage):
8984 Remove the eight-bit-graphic and eight-bit-control charsets from
8985 the list of charsets which we convert into `?'.
8986
eacfd7fe
KH
89872000-05-25 Kenichi Handa <handa@etl.go.jp>
8988
8989 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8990 private charsets.
8991 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8992 japanese-jisx0213-2): New charsets.
8993
8994 * international/fontset.el: Setup default fontset for new charsets.
8995
deadf7e3
DL
89962000-05-24 Dave Love <fx@gnu.org>
8997
8998 * info.el (Info-find-node-2): Restructure [following "Vadim
8999 S. Solomin" <sovs@uic.nnov.ru>].
9000
9001 * icomplete.el: Fix header for Finder.
9002
90032000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9004
9005 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9006 STAY.
9007
9008 * rmail.el (rmail-automatic-folder-directives): New user variable.
9009 (rmail-show-message): Add call to `rmail-auto-file' during
9010 display.
9011 (rmail-auto-file): New function.
9012
6de3983f 90132000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9014
fc6a6a4e 9015 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9016 account.
fc6a6a4e
GM
9017 (ediff-test-utility,ediff-diff-mandatory-option)
9018 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9019 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9020
fc6a6a4e 9021 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9022 variable.
7f565d87 9023
fc6a6a4e 9024 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9025 ediff-merge-filename-prefix.
9026
fc290d1d
MK
90272000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9028
fc6a6a4e 9029 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9030
273182b8
EZ
90312000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9032
9033 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9034 aliases for hebrew-iso-8bit.
9035
f471ea57
EZ
90362000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9037
9038 * woman.el: New version from Francis J. Wright
9039 <F.J.Wright@Maths.QMW.ac.uk>.
9040 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9041 names in environment variables regardless of the path separator.
9042 (woman-topic-all-completions-1): Don't call file-name-directory-p
9043 on all files, since woman-file-regexp already filters out any
9044 directories.
9045
01162f24
KH
90462000-05-24 Kenichi Handa <handa@etl.go.jp>
9047
48e3df76
KH
9048 * international/quail.el (quail-start-translation): Don't change
9049 modified-p of the current buffer.
9050 (quail-start-conversion): Likewise.
9051
9052 * international/kkc.el (kkc-region): Don't change modified-p of
9053 the current buffer.
9054
747d90ea
KH
9055 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9056 conform to RFC1468.
9057 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9058
17a223ff
EL
90592000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9060
9061 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9062 (speedbar-insert-button): Invisible text property fix.
9063 (speedbar-directory-plus): Renamed from speedbar-directory-+
9064 (speedbar-directory-minus): Renamed from speedbar-directory--
9065 (speedbar-page-plus): Renamed from speedbar-file-+
9066 (speedbar-page-minus): Renamed from speedbar-file--
9067 (speedbar-page): Renamed from speedbar-file-
9068 (speedbar-tag): Renamed from speedbar-tag-
9069 (speedbar-tag-plus): Renamed from speedbar-tag-+
9070 (speedbar-tag-minus): Renamed from speedbar-tag--
9071 (speedbar-expand-image-button-alist): Use above renames.
9072
9073 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9074 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9075 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9076 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9077 * sb-pg.xpm: Renamed from sb-file.xpm
9078 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9079 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9080
e6b6fc18
KH
90812000-05-24 Kenichi Handa <handa@etl.go.jp>
9082
9083 * international/quail.el (quail-show-guidance-buf): Set
9084 current-input-method of the guidance buffer to the name of the
9085 curren input method.
9086
a1a336eb
SM
90872000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9088
9089 * progmodes/compile.el (compile-internal): Style typo.
9090
9091 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9092 quote vars and functions in the docstring.
9093
9094 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9095
9096 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9097 Don't quote lambdas.
9098
9099 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9100
9695b783
GM
91012000-05-23 Gerd Moellmann <gerd@gnu.org>
9102
716e3b88
GM
9103 * startup.el (command-line): Determine source file of compiled
9104 user init file differently. Warn if compiled user init file
9105 is older than its source file.
9106
9695b783 9107 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9108
41ac433f
EZ
91092000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9110
9111 * files.el (make-backup-file-name-1): Replace slashes with `!'
9112 rather than `|' (which is not allowed on Windows). Replace the
9113 drive letters with a string "drive_X".
9114
46600ab1
GM
91152000-05-23 Gerd Moellmann <gerd@gnu.org>
9116
9117 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9118
9119 * files.el (interpreter-mode-alist): Add `bash2'.
9120
79a64d87
DL
91212000-05-22 Dave Love <fx@gnu.org>
9122
9123 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9124 mapc.
9125 (feature-file): Avoid calling symbol-name. Doc fix.
9126 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9127 (loadhist-hook-functions): Add mouse-position-function.
9128 (unload-feature): Change uses of mapcar.
9129
9130 * files.el (parse-colon-path): Doc fix.
9131 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9132 (set-auto-mode): Use mapc.
9133
9134 * complete.el (PC-look-for-include-file): Use :alnum: character
9135 class.
9136 (partial-completion-mode): Add autoload cookie.
9137
0e8c11d8
SS
91382000-05-22 Sam Steingold <sds@gnu.org>
9139
ce75fd23 9140 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9141 `add-text-properties' (bug introduced on 2000-05-18).
9142
d8d0fa6c
DL
91432000-05-22 Dave Love <fx@gnu.org>
9144
9145 * bindings.el: Remove debug-ignored-errors set in other files.
9146
9147 * progmodes/etags.el: Add to debug-ignored-errors.
9148 (visit-tags-table-buffer): Clear out buffers holding old tables
9149 when making a new list.
9150 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9151 mapc.
9152
9153 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9154 quote keywords.
9155 (cmpl-string-case-type): Use character classes.
9156
0e8c11d8
SS
9157 * comint.el:
9158 * textmodes/ispell.el:
9159 * imenu.el:
d8d0fa6c
DL
9160 * mail/mh-e.el:
9161 * progmodes/compile.el: Add to debug-ignored-errors.
9162
9163 * dabbrev.el: Add to debug-ignored-errors.
9164 (dabbrev-completion): Use mapc.
9165
1edbbf8a
EZ
91662000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9167
9168 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9169 (woman-mapcan, woman-parse-man.conf)
9170 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9171 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9172 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9173 path syntax better.
9174 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9175 (woman-manpath): Call woman-parse-man.conf.
9176 (woman-emulation): New defcustom, defaults to nroff.
9177 (woman-font-support): New defconst.
9178 (woman-use-symbol-font): New defcustom.
9179 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9180 "Emulation".
9181 Many functions: Doc fix.
9182
5bd2148c
KH
91832000-05-22 Kenichi Handa <handa@etl.go.jp>
9184
9185 * international/quail.el (quail-simple-translation-keymap): Map
9186 128..255 to quail-self-insert-command.
9187 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9188
4125ec7e
SM
91892000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9190
a1a336eb
SM
9191 * help.el (help-manyarg-func-alist): Typo.
9192
40aeecad
SM
9193 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9194 intervals which makes it heaps simpler.
9195
4125ec7e
SM
9196 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9197 the nested comment markers.
e4da9c1c
SM
9198
9199 * subr.el (remove-hook): Don't turn the hook's value into a list.
9200
cb7216a7
DL
92012000-05-21 Dave Love <fx@gnu.org>
9202
ac266581
DL
9203 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9204 are invalid characters.
9205
cb7216a7
DL
9206 * international/mule-util.el (detect-coding-with-priority): Use
9207 mapc. Remove redundant lambda.
9208
9209 * international/mule-diag.el (list-non-iso-charset-chars)
9210 (describe-fontset): Remove redundant lambda.
9211
9212 * emulation/crisp.el (brief-mode): New alias.
9213
9214 * emacs-lisp/ring.el (ring-elements): New function.
9215
9216 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9217 (easy-menu-do-add-item): Use keywordp.
9218
9219 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9220
9221 * replace.el: Doc and error message fixes.
9222 (replace-highlight): Use facep, not internal-find-face.
9223
9b0d1d6e
SM
92242000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9225
b2d2cf58
SM
9226 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9227
ffe7dc64
SM
9228 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9229 (log-edit-insert-changelog): Drop `:' as well.
9230
9231 * log-view.el: Fix file description.
9232 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9233 available.
9234 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9235 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9236
c8c21615
SM
9237 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9238 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9239 Print a status message if the toggle is called interactively.
9240 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9241 for global minor modes and use `defcustom' for them.
9242 Use add-minor-mode.
9243 (easy-mmode-define-derived-mode): Remove.
9244 (define-derived-mode): Fancier default docstring.
9245 (easy-mmode-define-navigation): Signal an error rather than (ding).
9246
9b0d1d6e
SM
9247 * newcomment.el (comment-styles): New `box-multi'.
9248 (comment-normalize-vars): Better default for comment-continue to
9249 avoid whitespace-only continuations.
9250 (comment-search-forward): Always move even in the no-syntax case.
9251 (comment-padright): Only obey N if it's only obeyed for padleft.
9252 (comment-make-extra-lines): Better handling of empty continuations.
9253 Use `=' for the filler if comment-start has only one character.
9254 (uncomment-region): Try handling the special `=' filler.
9255 (comment-region): Allow LINES even if MULTI is nil.
9256 (comment-box): Choose box style based on comment-style.
9257
f5ee6d0f
KH
92582000-05-20 Kenichi Handa <handa@etl.go.jp>
9259
9b0d1d6e 9260 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9261 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9262
c9671f81
KH
92632000-05-20 Kenichi HANDA <handa@etl.go.jp>
9264
9265 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9266 and insert, not subst-char-in-region.
9267
9268 * international/mule-diag.el (list-character-sets-1): Handle
9269 charsets eight-bit-control and eight-bit-graphic.
9270 (list-iso-charset-chars): Likewise.
9271 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9272 charactes as is. Use indent-to to align characters.
9273
9274 * international/mule-cmds.el (find-multibyte-characters): Never
9275 exclude charsets eight-bit-control and eight-bit-graphic.
9276
1426aa5c
SM
92772000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9278
9279 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9280 Don't quote lambdas.
9281
9282 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9283
2b63d473
GM
92842000-05-19 Gerd Moellmann <gerd@gnu.org>
9285
9286 * gud.el (gud-jdb-directories): Doc fix.
9287
f1355756
SM
92882000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9289
9290 * newcomment.el: New file.
9291
5f64c9e0
GM
92922000-05-19 Gerd Moellmann <gerd@gnu.org>
9293
2b63d473 9294 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9295
db7314bd
AS
92962000-05-18 Andreas Schwab <schwab@suse.de>
9297
9298 * dired.el (dired-between-files): Also skip lines beginning with
9299 `used'.
9300
25bb0401
GM
93012000-05-18 Gerd Moellmann <gerd@gnu.org>
9302
9303 * msb.el (msb-menu-cond): Add choice `user'.
9304
a199a865 93052000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9306
a199a865
GM
9307 * ps-print.el: Compatibility, customization and doc fix.
9308 (ps-printer-name-option): Replace defconst by defvar.
9309 (ps-postscript-code-directory): XEmacs compatibility.
9310 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9311 fix.
9312 (ps-user-defined-prologue, ps-print-prologue-header)
9313 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9314 compatibility and code fix.
9315 (ps-print-background-image, ps-print-background-text):
9316 Customization fix.
9317 (ps-line-number-start, ps-n-up-on): New vars.
9318
25bb0401
GM
93192000-05-18 Espen Skoglund <esk@ira.uka.de>
9320
9321 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9322 the indent-comment function to just return the appropriate indent.
9323
68e6c83a
EL
93242000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9325
9326 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9327 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9328 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9329
dae6cb9f
DL
93302000-05-18 Dave Love <fx@gnu.org>
9331
9332 * info.el (Info-fontify-node): Add intangible property as well as
9333 invisible.
9334
9335 * calendar/appt.el (appt-make-list): Match all lines of entry.
9336 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9337
813086ea
KH
93382000-05-18 Kenichi Handa <handa@etl.go.jp>
9339
9340 * international/mule-diag.el (describe-char-after): Call
9341 internal-char-font, not char-font. If internal-char-font returns
9342 nil, display "-- none --".
9343
24978190
EZ
93442000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9345
9346 * image.el (image-type-available-p): Don't reference image-types
9347 if it isn't bound.
9348
2fca2d5d
SM
93492000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9350
9351 * autoarg.el (autoarg-mode): Typo in the :set argument.
9352
cfc75d05
EZ
93532000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9354
9355 * startup.el (command-line-1): Don't signal an error if the
9356 directory for auto-save-list files does not yet exist.
9357
c4e30387
KH
93582000-05-17 Kenichi Handa <handa@etl.go.jp>
9359
9360 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9361
dd6b8ea7
SM
93622000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9363
9364 * subr.el (remove-hook): `setq' hook-value, not `set'.
9365
399c88ad
SS
93662000-05-16 Sam Steingold <sds@gnu.org>
9367
a199a865 9368 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9369
01651f07
DL
93702000-05-16 Dave Love <fx@gnu.org>
9371
9372 * cus-edit.el: Don't require cl or easymenu.
9373 (custom-variable-prompt): Test standard-value property, not
9374 user-variable-p.
9375
2248c40d
SS
93762000-05-16 Sam Steingold <sds@gnu.org>
9377
9378 * subr.el (add-hook): `setq' hook-value, not `set'.
9379
b15f3b77
GM
93802000-05-16 Gerd Moellmann <gerd@gnu.org>
9381
9382 * startup.el (command-line-1): Mention the FAQ in the startup
9383 message.
9384
9385 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9386
9387 * progmodes/compile.el (compilation-parse-errors): Collect
9388 `nomessage' regexps last.
9389
9390 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9391
9392 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9393 to the function name.
9394
f9bbcfac
EL
93952000-05-15 Dave Love <fx@gnu.org>
9396
9397 * speedbar.el (speedbar-recenter): Typo.
9398 (speedbar-expand-line): Make arg optional.
9399 (speedbar-mode): Avoid a compiler warning.
9400
119b42eb
GM
94012000-05-15 Gerd Moellmann <gerd@gnu.org>
9402
9403 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9404 user-specified option string is empty.
9405
9406 * mouse.el (mouse-yank-at-click): Doc fix.
9407
f685bea9
EZ
94082000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9409
9410 * term/internal.el (IT-character-translations): More updates of
9411 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9412 documents.
9413
a1b8d58b
GM
94142000-05-15 Gerd Moellmann <gerd@gnu.org>
9415
9416 * env.el (getenv): New function, interactively callable.
9417 (setenv, getenv): Remove autoload cookies.
9418
9419 * loadup.el: Load `env'.
9420
9421 * progmodes/f90.el: Change author's mail address.
9422
c9bba7ed
DL
94232000-05-14 Dave Love <fx@gnu.org>
9424
e5c83697
DL
9425 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9426 goto-addr as an option.
9427
9428 * help.el (help-xref-stack): Doc fix.
9429 (help-xref-following): New variable.
9430 (help-make-xrefs): Use it.
9431 (help-xref-go-back): Use position information from stack element.
9432 (help-follow): Make position in stack element a pair. Use
9433 help-xref-following.
399c88ad 9434
e5c83697
DL
9435 * autoarg.el: New file.
9436
9437 * faces.el: Declare more functions obsolete.
9438
c9bba7ed
DL
9439 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9440 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9441 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9442 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9443 Remove all the setup-...-environment functions.
9444
b6389bfb
EL
94452000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9446
a1b8d58b
GM
9447 * speedbar.el: Updated the commentary section. xemacs20p now uses
9448 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9449 (speedbar-easymenu-definition-base): Add toggle for images.
9450 (speedbar-easymenu-definition-special): Add flush cache & expand.
9451 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9452 (speedbar-reconfigure-keymaps-hook): New variable.
9453 (speedbar-frame-parameters): Updated documentation.
9454 (speedbar-use-imenu-flag): Updated custom tag
9455 (speedbar-dynamic-tags-function-list): New variable.
9456 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9457 (speedbar-indentation-width, speedbar-indentation-width) New
9458 variables.
9459 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9460 (speedbar-vc-indicator): Doc update.
9461 (speedbar-ignored-path-expressions): Updated default value.
9462 (speedbar-supported-extension-expressions): Updated default value.
9463 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9464 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9465 as "+". Added overlay aliases.
9466 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9467 `force-mode-line-update'.
9468 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9469 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9470 `mouse-set-point'
b6389bfb 9471 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9472 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9473 of arbitrary text, and new helper functions.
9474 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9475 filename finder.
b6389bfb
EL
9476 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9477 (speedbar-directory-buttons): Update path search/expansion.
9478 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9479 `speedbar-indentation-width'. Use more care w/ invisible
9480 properties.
b6389bfb
EL
9481 (speedbar-change-expand-button-char): Call
9482 `speedbar-insert-image-button-maybe'.
9483 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9484 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9485 (speedbar-trim-words-tag-hierarchy)
9486 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9487 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9488 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9489 functions.
b6389bfb
EL
9490 (speedbar-mouse-set-point): New function
9491 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9492 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9493 of tag prefix text.
9494 (speedbar-expand-line, speedbar-contract-line): Make more robust
9495 to strange text.
9496 (speedbar-expand-line): Takes universal argument to flush the
9497 cache.
b6389bfb
EL
9498 (speedbar-flush-expand-line): New function.
9499 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9500 Use new generator insertion method.
9501 (speedbar-fetch-dynamic-tags): New function.
9502 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9503 `speedbar-fetch-dynamic-imenu'.
9504 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9505 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9506 "Revert Buffer" menu items.
9507 (speedbar-buffer-buttons-engine): Be smarter when creating a
9508 filename tag (for expansion purposes.).
a1b8d58b
GM
9509 (speedbar-highlight-one-tag-line,
9510 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9511 (speedbar-recenter): New functions.
b6389bfb 9512 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9513 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9514 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9515 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9516 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9517 (speedbar-expand-image-button-alist): New variable.
9518 (speedbar-insert-image-button-maybe): Insert an image over some
9519 buttons.
9520
43fe9244
KH
95212000-05-13 Kenichi Handa <handa@etl.go.jp>
9522
9523 * international/mule-cmds.el (encode-coding-char): An ASCII
9524 character is always encodable.
9525
9526 * international/mule-conf.el: Add more information in descriptions
9527 of character sets.
9528
813086ea 9529 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9530 (describe-font-internal): Adjusted for the change of font-info.
9531 (describe-font): Likewise.
9532 (print-fontset): Rewritten for the new fontset implementation.
9533 (describe-fontset): Include fontset alias names in completion.
9534 (list-fontsets): Adjusted for the change of print-fontset.
9535
9536 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9537 describe-char-after instead of displaying the detail in the echo
9538 area.
813086ea
KH
9539 (syntax-code-table): Format changed.
9540 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9541
e8564f57
SM
95422000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9543
9544 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9545
9278c60d
DL
95462000-05-12 Dave Love <fx@gnu.org>
9547
9548 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9549 dependence. Use line-{beginning,end}-position, not
9550 point-at{b,e}ol. Some doc fixes.
9551 (todo-position): New function. Fix callers of position to use it.
9552 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9553
be0505fe
GM
95542000-05-12 Gerd Moellmann <gerd@gnu.org>
9555
9556 * time.el (display-time-mail-icon): Use `:ascent center'.
9557
a8a3541c
GM
9558 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9559 handling FTP security extensions.
399c88ad 9560
44d5f148
DL
95612000-05-11 Dave Love <fx@gnu.org>
9562
33d0c179 9563 * calendar/todo-mode.el: New file.
44d5f148 9564
da4496b6
GM
95652000-05-11 Gerd Moellmann <gerd@gnu.org>
9566
cdc4401d
GM
9567 * comint.el (comint-read-input-ring): Move reference to
9568 comint-input-ring-size outside of the save-excursion. It was
9569 causing the default value to be the only one ever seen.
399c88ad 9570
0279f991
GM
9571 * font-lock.el: Update copyright. Remove Simon Marshall's email
9572 address on request from him.
9573
da4496b6
GM
9574 * subr.el (substitute-key-definition): Add comment describing
9575 the meaning of PREFIX.
9576
ac5cb26d
SM
95772000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9580
9581 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9582 (add-minor-mode): Don't make the variable buffer-local and add a
9583 reference to define-minor-mode in the docstring.
9584
9585 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9586 HEADER/FOOTER and fix bug with trailing empty directory.
9587 (cvs-append-to-ignore): Use vc-editable-p if available.
9588 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9589 (vc-do-command): Tweak advice to handle the new VC.
9590
9591 * log-view.el (log-view-goto-rev): New function for the new VC.
9592 (log-view-minor-wrap): Use mark-active.
9593
9594 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9595 (log-edit-changelog-full-paragraphs): New var.
9596 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9597 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9598 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9599 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9600 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9601 Replace the `cvs' prefix with `log-edit'.
9602
9603 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9604
9605 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9606 (diff-font-lock-defaults): Explicitly turn off multiline.
9607 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9608 (diff-ediff-patch): Fix call to ediff-patch-file.
9609 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9610 Handle comments.
9611
9612 * frame.el (automatic-hscrolling): Typo.
9613
9614 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9615
21c34da3
DL
96162000-05-09 Sam Steingold <sds@goems.com>
9617
9618 * apropos.el (apropos-print): use `describe-face' instead of
9619 `customize-face-other-window'.
9620
950cf06f
DL
96212000-05-09 Dave Love <fx@gnu.org>
9622
9623 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9624
9625 * help.el (describe-variable): Have customize button pop the
9626 help-xref stack when invoked.
9627 (help-xref-symbol-regexp): Add `face'.
9628 (help-make-xrefs): Check for quoted face names and adapt regexp
9629 submatch numbers to cope.
9630 (help-xref-interned): Maybe insert face doc too. Separate
9631 sections with a line of hyphens.
9632
0623e40f 9633 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9634 (describe-face): Add customize button. Return the help
9635 text. Fix prompt.
9636
82e2ca9d
EZ
96372000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * term/internal.el (IT-character-translations): Fix last change.
9640
10c00b5c
EZ
96412000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9642
9643 * woman.el: New file
9644 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9645
9deed82f
EZ
96462000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9647
001ad319
EZ
9648 * term/internal.el (IT-character-translations): Update ASCII
9649 simulations for greek-iso8859-7, add latin-iso8859-14 and
9650 latin-iso8859-15.
9651
9deed82f
EZ
9652 * international/mule-cmds.el (set-language-info-alist): Call
9653 define-prefix-command with 3 arguments, to make the map suitable
9654 for a menu.
9655
4f37b78a
DL
96562000-05-07 Dave Love <fx@gnu.org>
9657
1ec321a7 9658 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9659
64a4c526
DL
96602000-05-05 Dave Love <fx@gnu.org>
9661
9662 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9663 list in doc string. Don't quote keyword symbols.
9664 * emacs-lisp/cl.el: Likewise
9665 * emacs-lisp/cl-seq.el: Likewise
9666
056565f7
GM
96672000-05-05 Gerd Moellmann <gerd@gnu.org>
9668
9669 * abbrev.el (abbrev-mode): Make ARG optional.
9670
4656b314
GM
96712000-05-04 Gerd Moellmann <gerd@gnu.org>
9672
ec82fb2f
GM
9673 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9674
9675 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9676
4656b314
GM
9677 * subr.el (substitute-key-definition): Clarify documentation.
9678
96792000-05-04 Milan Zamazal <pdm@freesoft.cz>
9680
9681 * glasses.el (glasses-convert-to-unreadable): Use
9682 `glasses-separator' instead of the hard-wired "_".
9683 (glasses-mode): Call `glasses-make-unreadable' only in a single
9684 place.
9685
7b081c78
EZ
96862000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9687
9688 * term/internal.el (cjk-codepages-alist): Add associations for
9689 Chinese and Korean codepages. Remove FIXME comment.
9690
baa5536e
DL
96912000-05-03 Dave Love <fx@gnu.org>
9692
9693 * time.el (display-time-mail-face, display-time-use-mail-icon):
9694 New option.
9695 (display-time-mail-icon): New variable.
9696 (display-time-string-forms): Use the above. Fix the local-map.
9697
cbf18892
GM
96982000-05-03 Gerd Moellmann <gerd@gnu.org>
9699
4ff40dd0
GM
9700 * replace.el (query-replace-map): Add binding for `E'.
9701 (query-replace-help): Extend help text.
9702 (perform-replace): Allow editing the replacement string.
9703
9704 * make-mode.el (makefile-mode-abbrev-table): New variable.
9705 (makefile-mode): Set local abbrev table to
9706 makefile-mode-abbrev-table.
9707 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9708
cbf18892
GM
9709 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9710 set TOGGLE's value.
9711
4ff40dd0
GM
9712 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9713 mail-interactive-insert-alias.
9714 (mail-abbrev-complete-alias): New command.
9715 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9716
ffec4d9f
KH
97172000-05-03 Kenichi Handa <handa@etl.go.jp>
9718
9719 * language/lao-util.el (lao-compose-region): New function.
9720
1b0672c3
GM
97212000-05-02 Gerd Moellmann <gerd@gnu.org>
9722
576da55d
GM
9723 * files.el (recover-session): Make directories as necessary
9724 if they don't exist yet.
9725
399c88ad
SS
9726 * calendar/cal-french.el
9727 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9728 (french-calendar-special-days-array): Change French text.
9729 (calendar-french-date-string): Change output.
9730 (calendar-goto-french-date): Likewise.
9731
97322000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9733
9734 * wid-edit.el (widget-default-active): Obey `:always-active'.
9735 (widget-documentation-string-value-create): Set `:always-active'.
9736
4b33deaa
EZ
97372000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9738
9739 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9740 default prefix to `~/_emacs.d/auto-save.list/_s'.
9741 (normal-top-level): Create the directory for auto-save files, if
9742 it doesn't already exist (in the ms-dos case only).
9743
5c922ea7
EZ
97442000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9745
9746 * international/mule-cmds.el (set-language-environment): Don't
9747 concat an integer (dos-codepage), use format instead.
9748
820ad5e7
DL
97492000-05-02 Dave Love <fx@gnu.org>
9750
9751 * help.el (help-xref-on-pp): Check for constant symbols.
9752
57cb56f5
GM
97532000-04-29 Gerd Moellmann <gerd@gnu.org>
9754
9755 * startup.el (normal-top-level): Put a condition-case around
9756 the code loading subdirs.el.
9757
97582000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9759
57cb56f5
GM
9760 * ps-print.el: Upside-down and face background color printing,
9761 line number step, doc fix.
9762 (ps-print-version): New version number (5.2).
9763 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9764 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9765 (ps-spool-config): Var fix.
9766 (ps-printer-name-option): Const fix.
9767 (ps-print-upside-down, ps-use-face-background)
9768 (ps-line-number-step): New vars.
9769 (ps-window-system, ps-lp-system): New consts.
9770 (ps-face-background): New fun.
9771
084cec2f
GM
97722000-04-28 Richard Stallman <rms@gnu.org>
9773
9774 * files.el (make-auto-save-file-name):
9775 Apply auto-save-file-name-transforms to visited file name
9776 before generating auto save file name.
9777 (auto-save-file-name-transforms): New variable.
9778
399c88ad 9779 * files.el (backup-enable-predicate):
084cec2f
GM
9780 Correctly test for a file under a temporary directory.
9781
c94f4677
GM
97822000-04-28 Gerd Moellmann <gerd@gnu.org>
9783
9784 * subr.el (add-minor-mode): Rewritten.
9785
7b211df5
KH
97862000-04-28 Kenichi Handa <handa@etl.go.jp>
9787
9788 * mail/sendmail.el (sendmail-send-it): Set
9789 buffer-file-coding-system to the selected coding system for MIME
9790 header.
9791
c76e04a8 97922000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9793
c76e04a8
GM
9794 * dired.el (dired-move-to-filename-regexp): Allow format where
9795 YYYY is followed by two spaces.
e3e36d74 9796
c76e04a8
GM
9797 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9798 in the second character class of the regexp.
9799
9800 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9801 mh-etc, too.
353964e3 9802
c76e04a8
GM
9803 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9804 nil.
399c88ad 9805
353964e3
GM
9806 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9807
9808 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9809 argument.
9810
c76e04a8 98112000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9812
c76e04a8
GM
9813 * emacs-lisp/crm.el (crm-completion-table): New variable.
9814 (crm-collection-fn, crm-test-completion)
9815 (completing-read-multiple): Use it.
9816
98172000-04-27 Dave Love <fx@gnu.org>
9818
9819 * help.el (locate-library): Use mapc.
9820 (help-manyarg-func-alist): Add call-process-region.
9821
7464346d
GM
98222000-04-26 Gerd Moellmann <gerd@gnu.org>
9823
b35bd33d
GM
9824 * subr.el (add-minor-mode): Make argument MAP optional.
9825
7464346d
GM
9826 * desktop.el (desktop-save): Save list of minor modes.
9827 (desktop-create-buffer): Restore minor modes.
9828 (desktop-minor-mode-table): New user-option.
9829
9830 * subr.el (add-minor-mode): New function.
9831
9832 * image.el (find-image): New function.
9833 (defimage): Rewritten to find image at load time.
9834
9835 * startup.el (normal-top-level-add-to-load-path): Handle
9836 case that the default directory is not in load-path.
9837
9838 * help.el: Old patch from Stefan Monnier.
9839 (help-xref-on-pp): New function.
9840 (describe-variable): Use it to display xrefs in a symbol's value.
9841
23c0fb21
SM
98422000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9843
9844 * cus-edit.el (custom-face): Fix parenthesis.
9845
fad95037
KH
98462000-04-26 Kenichi Handa <handa@etl.go.jp>
9847
f03392a1
KH
9848 * mail/rmail.el (rmail-expunge): When there are no deleted
9849 messages, do nothing.
fad95037 9850
0d7c5bb9
DL
98512000-04-26 Dave Love <fx@gnu.org>
9852
9853 * international/mule-cmds.el (locale-translation-file-name):
9854 Defvar to nil.
9855 (set-locale-environment): Set it here (at runtime).
9856
612839b6
GM
98572000-04-25 Gerd Moellmann <gerd@gnu.org>
9858
9859 * replace.el (perform-replace): Add parameters START and END. Use
9860 them instead of the check for a region in Transient Mark mode.
9861 (query-replace-read-args): Return two more list elements for the
9862 start and end of the region in Transient Mark mode.
9863 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9864 (map-query-replace-regexp, replace-string, replace-regexp): Add
9865 optional last arguments START and END and pass them to
9866 perform-replace.
9867
9868 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9869 form with additional arguments for perform-replace.
9870
9871 * progmodes/etags.el (tags-query-replace): Add parameters START
9872 and END. Construct a form with additional arguments for
9873 perform-replace.
9874
9875 * simple.el (shell-command): Set default directory for "*Shell
9876 Command Output" buffer.
9877
9878 * language/european.el (iso-latin-4): Fix typo.
9879
9880 * emacs-lisp/crm.el: New file.
9881
2917cc05
DL
98822000-04-24 Dave Love <fx@gnu.org>
9883
9884 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9885 (Custom-reset-saved, Custom-reset-standard)
9886 (custom-group-value-create, custom-group-set, custom-group-save)
9887 (custom-group-reset-current, custom-group-reset-saved)
9888 (custom-group-reset-standard): Use mapc.
9889 (custom-buffer-create-internal): Disable undo when creating items.
9890 Use mapc.
9891 (custom-face): Avoid redundant lambda.
9892
abfcc168
GM
98932000-04-24 Gerd Moellmann <gerd@gnu.org>
9894
9895 * startup.el (auto-save-list-file-prefix): Set default to
9896 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9897
fa78f71b
SS
98982000-04-24 Sam Steingold <sds@gnu.org>
9899
9900 * time-stamp.el (time-stamp-string-preprocess): Always convert
9901 `field-result' to a string.
9902
cc181e95
GM
99032000-04-24 Gerd Moellmann <gerd@gnu.org>
9904
9905 * frame.el (scrolling): New group.
9906 (automatic-hscrolling): New user-option.
9907
9908 * startup.el (command-line-x-option-alist): Add `-lsp' and
9909 `--line-spacing'.
9910
6142fdcb
DL
99112000-04-19 Dave Love <fx@gnu.org>
9912
9913 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9914 (cl-mapc): Rename from mapc. Fix the funcall.
9915
5e3dac3f
GM
99162000-04-19 Gerd Moellmann <gerd@gnu.org>
9917
1c459486
GM
9918 * simple.el (clone-indirect-buffer-other-window): New command.
9919 (clone-indirect-buffer): Add optional arg NORECROD.
9920 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9921
271b4185
GM
9922 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9923
9924 * window.el (count-screen-lines): New function.
9925 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9926 instead of window-buffer-height.
9927
9928 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9929 non-existing variable comint-input-sentinel.
9930 (inferior-lisp-args-to-list): Removed.
9931 (inferior-lisp): Use split-string instead of
9932 inferior-lisp-args-to-list.
9933
9934 * hexl.el (hexl-insert-hex-string): New command.
9935
5e3dac3f
GM
9936 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9937 instead of concat.
9938
f6d3257b
GM
99392000-04-18 Gerd Moellmann <gerd@gnu.org>
9940
9941 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9942 at the start of an existing but empty folder.
9943
99442000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9945
9946 * ps-mule.el: Customization fix, doc fix.
9947 (ps-multibyte-buffer): Customization fix.
9948
8b7bc628 99492000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9950
9951 * subr.el (read-passwd): Use read-char-exclusive.
9952
0daee095
GM
99532000-04-17 Gerd Moellmann <gerd@gnu.org>
9954
9955 * textmodes/texinfo.el (texinfo-insert-@email)
9956 (texinfo-insert-@emph, texinfo-insert-@quotation)
9957 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9958 (texinfo-mode-map): Add key bindings for them.
9959
9960 * files.el (basic-save-buffer-2): Use a template with `$'
9961 instead of `#' for VMS.
9962
9963 * simple.el (clone-indirect-buffer): New function.
9964
e10f64e7
GM
99652000-04-16 Stephen Eglen <stephen@gnu.org>
9966
9967 * iswitchb.el (iswitchb-case): New function. If the user input
9968 contains any upper-case characters, the search is made
9969 case-sensitive.
9970
e3721db1
SM
99712000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9972
e10f64e7
GM
9973 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9974 comment-end.
e3721db1
SM
9975 (texinfo-font-lock-syntactic-keywords): New var.
9976 (texinfo-font-lock-keywords): Remove comment regexp.
9977 (texinfo-insert-block): New function.
9978 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9979 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9980 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9981 (texinfo-environments): New var.
e10f64e7
GM
9982 (texinfo-environment-regexp): Use regexp-opt and
9983 texinfo-environments.
e3721db1 9984
e10f64e7
GM
9985 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9986 ispell-process is bound since this might be eval'd before ispell
9987 is loaded.
9988 (ispell-message): Use a tiny bit less magic and a bit more hard
9989 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9990
9991 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9992
9993 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9994 (insert-cyclic-diary-entry): Unquote the lambda.
9995
9996 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9997
9998 * files.el (backup-enable-predicate): Unquote the lambda.
9999
10000 * cus-edit.el (custom-face, face): Unquote the lambda.
10001
712dc9e0
GM
100022000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10003
10004 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10005
712dc9e0
GM
10006 * ps-print.el: Fix counting lines in a region.
10007 (ps-print-version): New version number (5.1.5).
10008 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10009 (ps-printing-region): Fun code fix.
10010
ffc50f2a
GM
100112000-04-15 Gerd Moellmann <gerd@gnu.org>
10012
10013 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10014 to file-directory-p.
10015
a2522dca
GM
100162000-04-14 Gerd Moellmann <gerd@gnu.org>
10017
10018 * gud.el (gud-jdb-build-source-files-list): Check that directory
10019 exists before calling directory-files.
10020
6e883610
DL
100212000-04-13 Dave Love <fx@gnu.org>
10022
10023 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10024 syntax.
10025
10026 * emacs-lisp/cl-specs.el: Remove when, unless.
10027
10028 * emacs-lisp/cl-extra.el: Don't quote keywords.
10029 (cl-old-mapc): New variable.
10030 (mapc): Use it.
10031 (cl-map-intervals): Use with-current-buffer. Don't check for
10032 next-property-change.
10033 (cl-map-overlays): Use with-current-buffer.
10034 (cl-expt): Remove.
10035 (copy-tree, remprop): Define unconditionally.
10036
10037 * emacs-lisp/cl-compat.el (keywordp): Remove.
10038
10039 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10040 to use keywordp.
10041 (edebug-spec): Enable keywordp.
10042
10043 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10044 string-lessp.
10045
10046 * cus-start.el: Use keywordp.
10047
198e3c7a
GM
100482000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10049
10050 * diary-lib.el (include-other-diary-files): Fix the fix of
10051 2000-02-18 by doing a save-excursion.
10052
100532000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10054
10055 * ps-print.el: Customization fix, doc fix.
10056 (ps-print-version): New version number (5.1.4).
10057 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10058 (ps-print-preprint): Adjust code.
10059 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10060 (ps-print-prologue-header, ps-print-control-characters)
10061 (ps-spool-config): Customization fix.
fa78f71b 10062
8eba343c
EZ
100632000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10064
10065 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10066 converted to the new menu-item format, names silightly changed,
10067 help strings added.
10068
10069 Support for spelling without async subprocesses:
10070
10071 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10072 (ispell-session-buffer): New variables.
10073 (ispell-start-process, ispell-process-status,
10074 ispell-accept-output, ispell-send-string): New functions, for
10075 Ispell invocation when async subprocesses aren't supported.
10076 (ispell-word, ispell-pdict-save, ispell-command-loop,
10077 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10078 to process-send-string with calls to ispell-send-string, and
10079 accept-process-output with ispell-accept-output.
10080 (ispell-init-process): Call ispell-process-status instead of
10081 process-status with.
10082 (ispell-init-process): Call ispell-start-process. Call
10083 ispell-accept-output and ispell-send-string. Don't call
10084 process-kill-without-query and kill-process if they are unbound.
10085 (ispell-async-processp): New function.
10086
3d30065d
DL
100872000-04-12 Dave Love <fx@gnu.org>
10088
10089 * info.el: Add debug-ignored-errors.
10090 (Info-mode-menu): Add some items.
10091 (Info-directory): Add autoload cookie.
10092
10093 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10094 Modify `truncate-lines'. Make `describe-language-environment'
10095 always visible and add help. Modify `describe-key' help. Invoke
10096 Info-directory from `info'. New entry `emacs-manual'.
10097
1a1b1895
GM
100982000-04-10 Gerd Moellmann <gerd@gnu.org>
10099
8b2affc5
GM
10100 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10101 propertized-buffer-identification.
10102 (ebrowse-update-member-buffer-mode-line): Likewise.
10103 (ebrowse--mode-strings): Removed.
10104 (ebrowse--mode-line-props): Removed.
10105
1a1b1895
GM
10106 * files.el (auto-mode-alist): Add `EBROWSE'.
10107
10108 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10109 space before testing for end of buffer.
10110 (ebrowse-load): Removed.
10111 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10112 (ebrowse-create-tree-buffer): Rewritten.
10113 (ebrowse-tree-mode): Read tree from buffer.
10114
10115 * progmodes/ebrowse-ffh.el: Removed.
10116
223f3c91
KH
101172000-04-10 Kenichi Handa <handa@etl.go.jp>
10118
10119 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10120
25fbf2c4
GM
101212000-04-10 Gerd Moellmann <gerd@gnu.org>
10122
10123 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10124 at the wrong place.
10125
92c13173
DL
101262000-04-09 Dave Love <fx@gnu.org>
10127
10128 * files.el (backup-enable-predicate): Use
10129 temporary-file-directory, small-temporary-file-directory.
10130 (make-backup-file-name-function, backup-directory-alist): New
10131 variables.
10132 (make-backup-file-name-1): New function.
10133 (make-backup-file-name): Use it.
10134 (find-backup-file-name): Likewise. Use format for clarity, not
10135 concat.
10136 (file-newest-backup): Use make-backup-file-name.
10137
be0dbdab
GM
101382000-04-09 Gerd Moellmann <gerd@gnu.org>
10139
c45be9ac 10140 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10141
c45be9ac
GM
10142 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10143 to ebrowse-ffh.el.
10144 (ebrowse-load): Add autoload.
10145
10146 * finder.el (finder-commentary): Add autoload cookie.
10147
be0dbdab
GM
10148 * mail/rfc2368.el: Correct author's email address.
10149
10150 * progmodes/ebrowse.el: New file.
10151
10152 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10153 item help string.
10154 (easy-menu-do-add-item): Ditto.
10155 (easy-menu-define): Extend doc string.
10156
10157 * jit-lock.el (with-buffer-unmodified): Use
10158 restore-buffer-modified-p.
10159 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10160 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10161 with-buffer-unmodified.
10162
3f923efe
DL
101632000-04-08 Dave Love <fx@gnu.org>
10164
10165 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10166 unless, when.
10167
d35bee0e
MK
101682000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10169
10170 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10171 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10172 doesn't support face.
d35bee0e 10173 Use `viper-put-on-search-overlay'.
fa78f71b 10174
c407c570
GM
101752000-04-04 Gerd Moellmann <gerd@gnu.org>
10176
10177 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10178 like C-r.
10179
10180 * progmodes/make-mode.el: Some doc fixes.
10181 (makefile-mode-abbrev-table): New variable.
10182 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10183 (makefile-font-lock-keywords): Fontify includes and conditionals.
10184 (toplevel): Require `dabbrev' and `add-log' when compiling.
10185
10186 * replace.el (perform-replace): Don't move forward one char
10187 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10188 to do that because it leaves point 1 position after the last
10189 replacement, after everything has been replaced.
10190
10191 * jit-lock.el (with-buffer-unmodified): New macro.
10192 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10193 modified state.
10194 (jit-lock-function-1): Extracted from jit-lock-function; not
10195 preserving buffer's modified state.
10196 (jit-lock-function, jit-lock-stealth-fontify): Call
10197 jit-lock-function-1.
10198
10199 * mail/rfc2368.el: Remove supernumerary copyright line.
10200
685e5ed2
GM
102012000-04-04 Milan Zamazal <pdm@freesoft.cz>
10202
10203 * glasses.el: Provide facilities for inserting space before left
10204 parentheses and uncapitalization of identifiers.
10205 (glasses-mode): Try to remove old overlays in all cases.
10206
0166aed1
GM
102072000-04-03 Gerd Moellmann <gerd@gnu.org>
10208
62f20204
GM
10209 * progmodes/compile.el (compile-internal): Display the compilation
10210 buffer in a different frame, if it's already displayed there.
10211
6460c400
GM
10212 * mail/rfc2368.el: New file.
10213
c0510d27
GM
10214 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10215 header and insert its value as mail body.
10216
10217 * subr.el (member-ignore-case): New function.
10218
10219 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10220 (dabbrev--find-expansion): Ignore buffers matching a regexp
10221 from dabbrev-ignored-regexps.
10222
0166aed1
GM
10223 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10224 to extensions handled by gzip.
10225
c0510d27
GM
102262000-04-03 Richard M. Stallman <rms@gnu.org>
10227
10228 * files.el (insert-directory): List the total free space
10229 along with the used space.
fa78f71b 10230
c0510d27
GM
10231 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10232 line is followed by one that matches CITATION-REGEXP, end the
10233 paragraph.
10234
102352000-04-03 Markus Rost <rost@delysid.gnu.org>
10236
10237 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10238 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10239
14c04384
KH
102402000-04-03 Kenichi Handa <handa@etl.go.jp>
10241
10242 * international/mule-cmds.el (encoded-string-description):
10243 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10244 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10245 for hexadecimal format.
14c04384 10246
ccf5869a
DL
102472000-04-01 Dave Love <fx@gnu.org>
10248
10249 * cpp.el: Change customization group to `c' from `C'.
10250
10251 * vcursor.el (vcursor-move): Use display-color-p.
10252
10253 * international/mule-util.el: Provide mule-utils.
10254 (string-to-sequence): Simplify and speed up.
10255
10256 * international/mule.el (make-coding-system): Purecopy doc-string.
10257
10258 * international/mule-cmds.el: Various menu changes.
10259 (describe-specified-language-support): Handle `Default'.
10260 (set-language-info): Purecopy `info'.
10261
610d841e
GM
102622000-03-31 Andrew Innes <andrewi@gnu.org>
10263
10264 * vc.el (vc-backend-diff): Return the correct status if we had to
10265 retry the rcsdiff command without the --brief option.
fa78f71b 10266
7f9de034
DL
102672000-03-31 Dave Love <fx@gnu.org>
10268
2de47765
DL
10269 * help.el (help-manyarg-func-alist): Correct several omissions.
10270
72838819
DL
10271 * add-log.el: Don't require cl, fortran.
10272 (add-log-current-defun-function): Doc fix.
10273 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10274 fix.
10275 (change-log-version-rcs): Function deleted.
10276 (change-log-version-number-search): Doc fix. Use
10277 vc-workfile-version. Avoid CL dolist.
10278 (add-change-log-entry): Just call add-log-current-defun to get
10279 defun. Simplify somewhat.
10280 (change-log-get-method-definition-1): Likewise.
10281 (add-log-current-defun): Return nil if calling
10282 add-log-current-defun-function does so. Move Fortran stuff to
10283 fortran.el. Return string without properties.
10284
7f9de034
DL
10285 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10286 and :alpha: char classes.
10287
10288 * mail/supercite.el: Defvar curline when compiling.
10289 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10290 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10291 rather than a-zA-Z0-9 to allow non-ASCII characters.
10292
aa110c0c
GM
102932000-03-31 Gerd Moellmann <gerd@gnu.org>
10294
10295 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10296
10297 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10298 Re-enable new code.
10299
10300 * lpr.el (print-region-1): Use -d to specify printer name for
10301 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10302
103032000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10304
aa110c0c
GM
10305 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10306 for function definition in symbol's function value slot first
10307 instead of first consulting byte-compile-function-environment.
fa78f71b 10308
6733d074
KH
103092000-03-31 Kenichi Handa <handa@etl.go.jp>
10310
10311 * language/european.el ("Polish"): New language environment.
10312 (setup-polish-environment): New function.
10313
63fcfa04
GM
103142000-03-30 Gerd Moellmann <gerd@gnu.org>
10315
10316 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10317 Disable new code.
10318
10319 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10320 trying to `load' the symbol of an autoload instead of the file
10321 recorded in the autoload. Fix error messages.
10322
7438c86b
GM
103232000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10324
10325 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10326 (ps-print-version): New version number (5.1.3).
10327 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10328 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10329 (ps-generate-postscript-with-faces): Code fix.
10330 (ps-color-values): XEmacs compatibility.
10331 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10332 (ps-default-fg, ps-default-bg): Adjust customization.
10333 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10334 (ps-color-scale): Renaming old ps-color-value fun.
10335 (ps-print-headers): Replace ps-print-header group to avoid conflict
10336 with ps-print-header variable.
10337 (ps-print-miscellany): New group.
10338 (ps-format-color, ps-rgb-color): New funs.
10339 (ps-default-foreground): New var.
10340 (ps-printer-name-option): New const.
fa78f71b 10341
326855a0
PB
103422000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10343
1f56ba73
PB
10344 * net/net-utils.el:
10345 (network-connection-host, network-connection-service): New variables
10346 (network-connection-mode): New mode, derived from comint-mode
10347 (network-connection-mode-setup): New function, saves host and
fa78f71b 10348 service information in local variables.
1f56ba73 10349
326855a0
PB
10350 * lisp/locate.el:
10351 (locate-word-at-point): Added this function
10352 (locate): Default to using locate-word-at-point as input
10353 Run dired-mode-hook
10354
141384bd
DL
103552000-03-29 Dave Love <fx@gnu.org>
10356
10357 * calendar/appt.el: Doc fixes.
10358 (appt-check): Convert min-to-app to a string before passing to
10359 appt-disp-window-function or concat.
10360 (appt-delete-window): Remove test for frame-root-window.
10361 (appt-select-lowest-window, appt-convert-time): Simplify.
10362
10363 * emacs-lisp/bytecomp.el: Doc fixes.
10364 (byte-compile-file-form-autoload): Update
10365 byte-compile-function-environment.
10366
c5aa0fc2
AS
103672000-03-29 Andreas Schwab <schwab@suse.de>
10368
10369 * emacs-lisp/autoload.el: Also print defsubst doc string
10370 specially.
10371
10372 * dired.el (dired-insert-directory): If dired-free-space-program
10373 failed just delete its output.
10374
f1d6fe69
DL
103752000-03-29 Dave Love <fx@gnu.org>
10376
10377 * international/iso-cvt.el: Move provide to end. Doc fixes.
10378 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10379 (iso-iso2sgml, iso-sgml2iso): New functions.
10380 (iso-cvt-define-menu): Fix some entries and use backquote for
10381 clarity.
10382
10383 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10384
b61f1215
GM
103852000-03-28 Gerd Moellmann <gerd@gnu.org>
10386
10387 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10388 ISO-DATE. If non-nil, return date in ISO 8601 format.
10389
ea4b0ca3
SM
103902000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10391
3831af62
SM
10392 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10393 if it ever becomes used.
10394 (log-edit-mode-hook): Default to vc-log-mode-hook.
10395 (log-edit-mode): Fix the docstring.
10396
ea4b0ca3
SM
10397 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10398 the code.
10399
08f8b1cc
DL
104002000-03-26 Dave Love <fx@gnu.org>
10401
082527fe
DL
10402 * net/browse-url.el (browse-url): Re-fix case of
10403 browse-url-browser-function being an alist.
10404 (browse-url): Add :link to defgroup.
10405
08f8b1cc
DL
10406 * files.el: Doc fixes.
10407 (file-truename): Include `[' in wildcard characters.
10408 (automount-dir-prefix): Customize.
10409 (find-file-wildcards): Add :version.
10410 (find-file-noselect): Simplify a mapcar call.
10411
10412 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10413 compatible with inf-lisp version.
10414 (eval-defun-1): Fix custom-declare-variable case.
10415
ea4b0ca3
SM
104162000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10417
10418 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10419
9a0dd3dc
GM
104202000-03-24 Gerd Moellmann <gerd@gnu.org>
10421
b68c375f
GM
10422 * Makefile (COMPILE_FIRST): New macro.
10423 (compile-files): Compile files from COMPILE_FIRST first.
10424
10425 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10426 code.
10427
9a0dd3dc
GM
10428 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10429 matching open parenthesis in column 0 to defun-prompt-regexp
10430 only if open-paren-in-column-0-is-defun-start is set.
10431
10432 * sun-curs.el: Require CL at compile-time only.
10433
10434 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10435 instead of copy-list which is a function from CL.
10436 (msb--choose-menu, msb--mode-menu-cond)
10437 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10438 (msb--init-file-alist): Use mapcar instead of mapcan.
10439 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10440 `(' in column 0 in doc string.
10441 (msb--add-separators): Use mapcar instead of mapcan.
10442
10443 * cus-dep.el: Require CL at compile-time only.
10444
c7dcadb5
SM
104452000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10446
10447 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10448 (byte-compile-warnings): New warning `noruntime'.
10449 (byte-compile-constants, byte-compile-variables): Fix docstring.
10450 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10451 execute `eval-whenc-compile's body.
10452 (byte-compile-unresolved-functions): Fix docstring.
10453 (byte-compile-eval): New function.
10454 (byte-compile-callargs-warn): Check if the function will be available
10455 at runtime (via property `byte-compile-noruntime').
10456 (byte-compile-print-syms): New function.
10457 (byte-compile-warn-about-unresolved-functions): Also warn about
10458 `noruntime' functions (and use `byte-compile-print-syms').
10459 (byte-compile-file): Capitalize the message.
10460
3b55acc9
GM
104612000-03-24 Gerd Moellmann <gerd@gnu.org>
10462
10463 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10464 (rmail-expunge): Ask for confirmation depending on the setting
10465 of rmail-confirm-expunge.
10466
104672000-03-23 Gerd Moellmann <gerd@gnu.org>
10468
10469 * Makefile (bootstrap-clean): If $(emacs) exists, build
10470 loaddefs.el first. A loaddefs.el that's not up-to-date might
10471 cause a bootstrap failure because things don't autoload as
10472 expected.
10473
02c76af4
DL
104742000-03-23 Dave Love <fx@gnu.org>
10475
10476 * net/browse-url.el: Restore previous use of
10477 browse-url-maybe-new-window.
10478
1a3199d9
GM
104792000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10480
10481 * ps-print.el: Skip banner page fix.
10482 (ps-print-version): New version number (5.1.2).
10483 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10484
1a3199d9
GM
104852000-03-23 Dave Pearson <davep@davep.org>
10486
10487 * net/quickurl.el Changed the type of parameter passed to the
10488 function defined by `quickurl-format-function'. Before only the
10489 text of the URL was passed. Now the whole URL structure is passed
10490 and the function is responsible for extracting the parts it
10491 requires. Changed the default of `quickurl-format-function'
10492 accordingly.
10493 (quickurl-insert): Changed the `funcall' of
10494 `quickurl-format-function' to match the above change.
10495 (quickurl-list-insert): Changed the `url' case so that it makes
10496 use of `quickurl-format-function', previous to this the format was
10497 hard wired.
fa78f71b 10498
72db3ab5
GM
104992000-03-22 Gerd Moellmann <gerd@gnu.org>
10500
10501 * startup.el: Change some spellings for the X Window System.
10502
68049bfa
SM
105032000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10504
10505 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10506 up the code and the regexp and make sure the cursor is temporarily
10507 moved to the suspicious line while querying the user.
10508
ff4df011
JR
105092000-03-22 Jason Rumney <jasonr@gnu.org>
10510
10511 * w32-fns.el (w32-charset-info-alist): Initialize.
10512
ee1c5b21
GM
105132000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10514
10515 * ps-print.el: N-up last page fix.
10516 (ps-print-version): New version number (5.1.1).
10517 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10518
d2cbfba0
SM
105192000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10520
bfb857d8
SM
10521 * files.el (find-file-run-dired): Update docstring.
10522 (find-directory-functions): New hook.
10523 (find-file-noselect): Run find-directory-functions rather than
10524 calling dired directly.
10525
10526 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10527
cb3430a1
SM
10528 * pcvs.el: Add a minimal leading commentary.
10529 (cvs-make-cvs-buffer): Change the header part by removing the startup
10530 message and adding a `Module' entry. Also replace the FOOTER and
10531 HEADER special fileinfos with the new support in ewoc for updating
10532 its own footer and header.
10533 (cvs-update-header): Update to use the header/footer of the ewoc.
10534 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10535 (cvs-is-within-p): New function.
10536 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10537 to only examine some subset of the buffers.
10538
10539 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10540 `format' instead of our own ad-hoc functions.
10541 Remove HEADER and FOOTER cases, now handled in the EWOC.
10542 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10543
10544 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10545 output to avoid scaring the user.
10546 (cvs-parse-table): Catch message for non-up-to-date commits.
10547
10548 * pcvs-defs.el (cvs-startup-message): Remove.
10549 (cvs-global-menu): New autoloaded menu.
10550
10551 * pcvs-util.el (cvs-string-fill): Remove.
10552
10553 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10554 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10555 PP part of it and also make it work for footers and headers.
10556 (ewoc-create): Drop POS and BUFFER arguments.
10557 Use the DLL's dummy node to store the end-of-footer position.
10558 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10559 (ewoc-refresh): Remove unused `header' variable.
10560 (ewoc-(get|set)-hf): New functions.
10561
d2cbfba0
SM
10562 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10563 log-view-*-(message|file) and use easy-mmode-define-navigation.
10564 (log-view-message-re): Match SCCS format as well.
10565 And match the revision line rather than the dashed separator line.
10566 (log-view-mode): Use the new define-derived-mode.
10567 (log-view-current-tag): Fill in with an actual implementation.
10568
10569 * cvs-status.el (cvs-status-(prev|next)): Rename from
10570 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10571 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10572 to let the output "breathe" a little more (more readable).
10573 (cvs-status-mode): Use the new define-derived-mode.
10574
10575 * smerge-mode.el (smerge-auto-leave): New function and variable.
10576 (smerge-basic-map): Rename from smerge-basic-keymap.
10577 Change the bindings for smerge-diff-*.
10578 (smerge-*-map): Use easy-mmode-defmap.
10579 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10580 (smerge-keep-*): Use smerge-auto-leave.
10581
51663132
JR
105822000-03-21 Jason Rumney <jasonr@gnu.org>
10583
10584 * cus-edit.el (custom-button-face): Use 3D look for w32.
10585 (custom-button-pressed-face): Likewise.
10586
3f6e4b8b
GM
105872000-03-21 Gerd Moellmann <gerd@gnu.org>
10588
10589 * progmodes/etags.el (tags-case-fold-search): New user-option.
10590 (tags-loop-eval): New function. Bind case-fold-search around eval
10591 depending on the value of tags-case-fold-search.
10592 (tags-loop-continue): Use tags-loop-eval.
10593 (find-tag-in-order): Bind case-fold-search depending on the value
10594 of tags-case-fold-search.
10595
c7ea3acc
SM
105962000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10597
0ae39f53
SM
10598 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10599 (diff-end-of-hunk): Return the end position for use in
10600 `easy-mmode-define-navigation'.
10601 (diff-recenter): Remove.
10602 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10603 of `easy-mmode-define-navigation'.
10604 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10605 previous renaming) and fix to use new names.
10606 (diff-merge-strings): Use \n as separator: simpler, faster.
10607 (diff-mode): Use `define-derived-mode'.
10608
c7ea3acc
SM
10609 * derived.el (define-derived-mode): Don't autoload anymore.
10610 Prefer the macro-only version provided by easy-mmode.el.
10611
10612 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10613 `easy-mmode-define-derived-mode'.
10614 Use `combine-run-hooks'.
10615 (easy-mmode-define-navigation): New macro.
10616
10617 * subr.el (combine-run-hooks): New function.
10618
6c4bfdc0
KH
106192000-03-21 Kenichi HANDA <handa@etl.go.jp>
10620
10621 * term/x-win.el: Fontsets related initialization is simplified.
10622
10623 * international/mule-diag.el (describe-font): Don't refer to
10624 global-fontset-alist, instead call font-list.
10625 (describe-fontset, list-fontsets, mule-diag): Likewise.
10626 (print-fontset): Adjusted for the change of fontset
10627 implementation.
10628
10629 * international/fontset.el (x-charset-registries): Variable
10630 removed, instead the corresponding data is stored in the default
10631 fontset.
10632 (register-alternate-fontnames): Function removed.
10633 (resolved-ascii-font): Variable removed.
10634 (x-compose-font-name): Ignore the second argument REDOCE.
10635 (x-complement-fontset-spec): Complement only an ASCII font and
10636 element for those charsets than can use that ASCII font.
10637 (generate-fontset-menu): Don't refer to global-fontset-alist,
10638 instead call fontset-list.
10639 (uninstantiated-fontset-alist): Variable removed.
10640 (x-style-funcs-alist): Likewise.
10641 (fontset-default-styles): Likewise.
10642 (x-modify-font-name): Function removed.
10643 (create-fontset-from-fontset-spec): Ignore the argument
10644 STYLE-VARIANT.
10645 (create-fontset-from-ascii-font): Docsting adjusted for the above
10646 change.
10647 (instantiate-fontset, resolve-fontset-name): Functions removed.
10648 (fontset-list): Now implemented by C code.
fa78f71b 10649
6c4bfdc0
KH
10650 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10651 (describe-face): Include `font' attribute in the description.
10652
9111d4b5
KH
106532000-03-21 Kenichi Handa <handa@etl.go.jp>
10654
10655 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10656
b33dd3b0
GM
106572000-03-20 Gerd Moellmann <gerd@gnu.org>
10658
a25bbe00
GM
10659 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10660 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10661 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10662
b33dd3b0
GM
10663 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10664 about behavior of set-buffer-modified-p wrt redisplay.
10665
8b7bc628 106662000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10667
10668 * view.el (view-mode-disable): Kill local binding of view-read-only.
10669
d7b511c4
GM
106702000-03-18 Gerd Moellmann <gerd@gnu.org>
10671
10672 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10673 is a string, convert it to a syntax cell using string-to-syntax.
10674
10675 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10676 (string-to-syntax): New function.
10677
10678 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10679 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10680 try to use passive ftp mode.
d7b511c4 10681
998ecc60
GM
106822000-03-17 Gerd Moellmann <gerd@gnu.org>
10683
b33dd3b0 10684 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10685
10686 * simple.el (append-to-buffer): Update point of windows after
10687 insertion.
10688
10689 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10690 forward then moving backward. Reindent.
10691
10692 * frame.el (other-frame): Call x-focus-frame only if
10693 focus-follows-mouse is off.
10694
235d6821
DL
106952000-03-17 Dave Love <fx@gnu.org>
10696
10697 * pcvs-util.el (cvs-strings->string): Rename
10698 replace-regexps-in-string.
10699
a29a2cd1
SM
107002000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10701
af595444
SM
10702 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10703 regexp for labels cannot span several lines.
10704
10705 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10706 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10707
a9be2843
DL
107082000-03-16 Dave Love <fx@gnu.org>
10709
10710 * progmodes/f90.el (f90): Put custom group under `languages', not
10711 `fortran'.
10712 (f90-mode-hook): Customize.
10713 (f90-mode): Set add-log-current-defun-function.
10714 (f90-current-defun): New function.
10715
d0ab3e9d
GM
107162000-03-16 Gerd Moellmann <gerd@gnu.org>
10717
16b20ed9
GM
10718 * cus-edit.el (custom-variable-tag-face): Handle case that
10719 default face's height is not a number.
10720 (custom-face-tag-face, custom-group-tag-face-1)
10721 (custom-group-tag-face): Ditto.
10722 (custom-group-tag-face-1): Add :group.
fa78f71b 10723
d0ab3e9d
GM
10724 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10725
ae8ab422
GM
107262000-03-15 Gerd Moellmann <gerd@gnu.org>
10727
10728 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10729 requiring easymenu.
10730
81c7ca69
GM
107312000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10732
10733 * ps-print.el: PostScript user-defined prologue, PostScript error
10734 handler, doc fix.
10735 (ps-print-version): New version number (5.1).
10736 (ps-user-defined-prologue, ps-error-handler-message)
10737 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10738 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10739 (ps-insert-string): New function.
fa78f71b 10740
dcf1003d
KH
107412000-03-15 Kenichi Handa <handa@etl.go.jp>
10742
10743 * international/ccl.el (ccl-compile-expression): Don't generate
10744 invalid self-assignment code.
10745
73825616
DL
107462000-03-14 Dave Love <fx@gnu.org>
10747
10748 * subr.el (replace-regexp-in-string): Renamed from
10749 replace-regexps-in-string. Doc fix.
10750
031020ac
DL
107512000-03-12 Dave Love <fx@gnu.org>
10752
10753 * cus-edit.el: Doc fixes.
10754 (customize-set-variable, customize-save-variable): Rename args for
10755 doc.
10756 (custom-variable-tag-face, custom-face-tag-face)
10757 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10758 style which user identify as hyperlink.
10759 (hook): Don't add undefined functions to the hook.
10760 (debug-ignored-errors): Transfer message from bindings.el.
10761
9b2f3c38
GM
107622000-03-12 Gerd Moellmann <gerd@gnu.org>
10763
10764 * recentf.el (recentf-keep-non-readable-files-p): Remove
10765 double/nested definition.
10766
0d6e23cf
DL
107672000-03-12 Dave Love <fx@gnu.org>
10768
10769 * facemenu.el (facemenu-get-face): Use display-color-p.
10770 * enriched.el (enriched-decode-foreground): Likewise.
10771 (enriched-decode-background): Likewise.
10772 * isearch.el (isearch-highlight): Likewise.
10773 * info-look.el (info-lookup): Likewise.
10774 * simple.el (completion-setup-function): Likewise.
10775
10776 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10777 :options.
10778
10779 * bindings.el (mode-line-format): Fix line-number and
10780 column-number items. Add help-echo for the background.
10781 (mode-line-mule-info): Modify help-echo.
10782
10783 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10784 defcustom.
10785
10786 * files.el (load-file): Allow completion to .elc.
10787
10788 * man.el: Doc fixes.
10789 (Man-init-defvars): Use display-color-p to set fontification.
10790
10791 * play/hanoi.el (hanoi-internal): Don't use oddp.
10792
e1cff360
GM
107932000-03-12 Gerd Moellmann <gerd@gnu.org>
10794
10795 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10796
10797 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10798
5e5dff44
GM
107992000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10800
10801 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10802 Fix comment.
10803
5b467bf4
SM
108042000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10805
83fef604
SM
10806 * font-lock.el (font-lock-keywords): Fix the doc now that
10807 regexp-opt-depth is unnecessary.
10808 (save-buffer-state): Set an edebug spec.
10809 (font-lock-fontify-anchored-keywords): Properly handle the case when
10810 the matcher goes past the limit.
10811
5b467bf4
SM
10812 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10813 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10814
83fef604
SM
10815 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10816 dll.el and cookie.el (from Elib) with heavy renaming and other
10817 massaging.
5b467bf4
SM
10818
10819 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10820 Autoload the functions used.
10821 (easy-mmode-define-syntax): Fix CL typo.
10822 (easy-mmode-define-derived-mode): Improve the docstring generation.
10823
d407456c
GM
108242000-03-10 Gerd Moellmann <gerd@gnu.org>
10825
10826 * textmodes/texinfo.el (texinfo-version): Variable and function
10827 removed.
10828
5a7a545c
SM
108292000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10830
0d6e23cf
DL
10831 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10832 allow more flexibility.
10833 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10834 fns.
10835 (easy-mmode-defmap, easy-mmode-defsyntax)
10836 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10837
d407456c 108382000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10839
10840 * rect.el (replace-rectangle): New function.
10841
108422000-03-09 Dave Love <fx@gnu.org>
10843
10844 * progmodes/fortran.el (fortran-comment-line-start): Define as
10845 "C".
10846 (fortran-comment-line-start-skip): Don't match cpp stuff.
10847 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10848 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10849 (fortran-mode): Don't set fortran-comment-line-start-skip,
10850 fortran-comment-line-start here. Set comment-start,
10851 add-log-current-defun.
10852 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10853 (fortran-current-defun): New function.
10854
80460654
GM
108552000-03-09 Gerd Moellmann <gerd@gnu.org>
10856
d1221ea9
GM
10857 * emacs-lisp/re-builder.el: New file.
10858
1853aa6b
GM
10859 * mouse.el (mouse-drag-region): Don't run up-event handler
10860 if hscroll has changed.
10861
80460654
GM
10862 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10863 builtin operators, use `font-lock-builtin-face' for Emacs and
10864 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10865
10866 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10867 `(defun (setf foo)' differently.
10868
c0056275
SM
108692000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10870
10871 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10872 (regexp-opt): Update comment and adapt the code the new meaning of
10873 the `paren' argument of regex-opt-group for shy-groups.
10874 (regexp-opt-depth): Handle shy groups as well as backslashed
10875 backslashes.
c0056275
SM
10876 (regexp-opt-group): Turn the leading comment into a docstring.
10877 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10878 Remove open-presuf and close-presuf. Instead of checking for `all
10879 one-char' and then later on check for `several one-char', handle
10880 both cases close together. Also apply a more generic algorithm
10881 for suffixes (the mirror image of the algorithm used for
10882 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10883 (regexp-opt-try-suffix): Removed.
10884
10885 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10886 from comint-mode-map, so we can just inherit from it. Also, move
10887 the initialization into the `defvar' since there's no docstring
10888 anyway and it's fairly short.
10889 (inferior-scheme-mode): Define it as derived-mode: the code is
10890 shorter and this way we inherit from comint-mode-map rather than
10891 copying it.
c0056275 10892
80460654
GM
10893 * subr.el (replace-regexps-in-string): Properly handle the case
10894 where we match an empty string.
c0056275 10895
80460654
GM
10896 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10897 when the command has a directory component (such as "./testml").
c0056275
SM
10898 Also fix a typo in the comment.
10899
5e91ff9e
GM
109002000-03-08 Gerd Moellmann <gerd@gnu.org>
10901
feab4fba
GM
10902 * Makefile (compile-files): Compile files one by one because
10903 that's the only way to ensure a clean compilation environment for
10904 each individual file.
10905
5e91ff9e
GM
10906 * frame.el (other-frame): Call x-focus-frame.
10907
76162e12
DL
109082000-03-07 Dave Love <fx@gnu.org>
10909
f64ce788
DL
10910 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10911 :require to defcustom.
10912
76162e12
DL
10913 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10914 lists.
10915
10916 * files.el (auto-mode-alist): Add configure.in.
10917
10918 * progmodes/autoconf.el: New file.
10919
f7daf1e1
GM
109202000-03-07 Gerd Moellmann <gerd@gnu.org>
10921
10922 * mail/mh-e.el: Change maintainer to `none'.
10923
10924 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10925 to remove-hook and add-hook.
10926
109272000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10928
10929 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10930 it as the default.
10931 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10932 (sendmail-send-it): Conditionally add MIME headers specifying the
10933 used character set.
fa78f71b 10934
63f6b2c4
DL
109352000-03-07 Dave Love <fx@gnu.org>
10936
10937 * winner.el: Fix keywords, autoload cookies. Split
10938 eval-when-compile form to avoid compilation failure.
10939
8330e2f9
KH
109402000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10941
10942 * international/mule.el: Modify comment about coding system
10943 property `coding-category'.
10944 (make-coding-system): New argument EOL-TYPE. Pay attention to
10945 coding-category property of PROPERTIES.
10946
10947 * international/mule-conf.el (coding-category-utf-8,
10948 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10949 categories. Include them in the argument for set-coding-priority.
10950
10951 * international/mule-cmds.el (reset-language-environment): Include
10952 coding-category-utf-8, coding-category-utf-16-be, and
10953 coding-category-utf-16-le in the argument for set-coding-priority.
10954 (reset-language-environment): Initialize coding-category-utf-8,
10955 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10956
18bb0684
GM
109572000-03-06 Karl Fogel <kfogel@red-bean.com>
10958
10959 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10960 code abstracted out of `bookmark-jump-noselect'. Now tries info
10961 extensions as well as compression extensions.
10962 (bookmark-jump-noselect): Use above new func.
fa78f71b 10963
71a6ba55
GM
109642000-03-03 Gerd Moellmann <gerd@gnu.org>
10965
10966 * strokes.el: Change maintainer's mail address.
10967
0d56cdff
KH
109682000-03-03 Kenichi Handa <handa@etl.go.jp>
10969
10970 * international/mule-diag.el (list-character-sets): Make help-echo
10971 string by substitute-command-keys.
10972 (list-character-sets): Likewise.
10973 (sort-listed-character-sets): Call help-setup-xref.
10974
900fa1f1
GM
109752000-03-02 Gerd Moellmann <gerd@gnu.org>
10976
10977 * time.el (display-time-mail-file): Add `none' to the list of
10978 choices.
10979
54d04320
DL
109802000-03-01 Dave Love <fx@gnu.org>
10981
43f3fa09
DL
10982 * help.el (help-xref-go-back): Don't try to set position.
10983
54d04320
DL
10984 * international/mule-diag.el (list-character-sets): Call
10985 help-setup-xref. Add help-echo to xrefs.
10986 (list-character-sets-1): Add help-echo to xrefs.
10987
d054101f
GM
109882000-03-02 Gerd Moellmann <gerd@gnu.org>
10989
10990 * frame.el (blink-cursor-mode): Switch cursor on when turning
10991 the mode off.
10992
10993 * add-log.el (add-log-current-defun): Add support for
10994 Autoconf mode.
10995
10996 * mail/rmail.el (rmail-quit-hook): New variable.
10997
d77dae5c
DL
109982000-03-01 Dave Love <fx@gnu.org>
10999
e5f597f0
DL
11000 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11001
d77dae5c
DL
11002 * help.el (help-xref-button): Add help-echo arg.
11003 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11004
11005 * faces.el (list-faces-display): Supply help-echo with
11006 help-make-xrefs.
11007
11008 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11009 nil.
11010
72d19d75
GM
110112000-03-01 Gerd Moellmann <gerd@gnu.org>
11012
2df636f4
GM
11013 * image.el (defimage): Look for image files in load-path.
11014
fa78f71b 11015 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11016 `number'.
11017
2df636f4
GM
110182000-03-01 David Ponce <david.ponce@wanadoo.fr>
11019
11020 * recentf.el (recentf): Added version tag to the defgroup of
11021 recentf.
11022
110232000-03-01 David Ponce <david.ponce@wanadoo.fr>
11024
11025 * recentf.el (recentf-cleanup): Changed to remove excluded file
11026 too.
11027 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11028 action to select/unselect a file.
11029 (recentf-edit-list): Code cleanup and improvement.
11030 (recentf-open-more-files-action): `recentf-open-more-files' button
11031 widget action to open a file.
11032 (recentf-open-more-files): No more use standard completion but
11033 widgets.
11034 (recentf-more-collection): Deleted.
11035 (recentf-more-history): Deleted.
11036 (recentf-setup-more-completion): Deleted.
11037
110382000-03-01 David Ponce <david.ponce@wanadoo.fr>
11039
11040 * recentf.el (recentf-mode): No more needs that Emacs is running
11041 under a window-system.
11042
110431999-03-01 David Ponce <david.ponce@wanadoo.fr>
11044
11045 * recentf.el (recentf-edit-list): New command to edit the recent
11046 list which allow the user to remove files.
11047 (recentf-edit-selected-items): New global variable, used by
11048 `recentf-edit-list' to hold the list of files to be removed from
11049 the recent list.
11050 (recentf-make-menu-items): Updated to display a "Edit list..."
11051 menu item. Minor code cleanup.
11052
110531999-03-01 David Ponce <david.ponce@wanadoo.fr>
11054
11055 * recentf.el (recentf-open-more-files): New command to open files
11056 that are not displayed in the menu.
11057 (recentf-more-collection): New global variable holding the set of
11058 permissible completions used by `recentf-open-more-files'.
11059 (recentf-more-history): New global variable holding the history list
11060 used by `recentf-open-more-files' completion.
11061 (recentf-setup-more-completion): New function to setup completion for
11062 `recentf-open-more-files'.
11063 (recentf-make-menu-items): Updated to display a "More..." menu item.
11064
110651999-03-01 David Ponce <david.ponce@wanadoo.fr>
11066
11067 * recentf.el (recentf-menu-action): Doc fixed.
11068
110691999-03-01 David Ponce <david.ponce@wanadoo.fr>
11070
11071 * recentf.el (recentf-menu-filter): Doc updated.
11072 (recentf-update-menu-hook): Allow menu filters to force menu update.
11073 (recentf-make-menu-items): New menu filter handling.
11074 (recentf-make-menu-item): New helper function.
11075 (recentf-menu-elements): New menu handling function.
11076 (recentf-sort-ascending): Updated to new menu filter handling.
11077 (recentf-sort-descending): Updated to new menu filter handling.
11078 (recentf-sort-basenames-ascending): New menu filter function.
11079 (recentf-sort-basenames-descending): New menu filter function.
11080 (recentf-show-basenames): New menu filter function.
11081 (recentf-show-basenames-ascending): New menu filter function.
11082 (recentf-show-basenames-descending): New menu filter function.
11083
72d19d75
GM
110842000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11085
11086 * diary-lib.el (list-diary-entries): Don't try to go forward at
11087 the end of the buffer.
11088
1ac1c836
KH
110892000-02-29 Kenichi Handa <handa@etl.go.jp>
11090
11091 * international/mule-diag.el (list-character-sets): Completely
11092 rewritten.
11093 (sort-listed-character-sets): New function.
11094 (list-character-sets-1): Completely rewritten.
11095 (list-character-sets-2): New function.
11096 (non-iso-charset-alist): New variable.
11097 (decode-codepage-char): New function.
11098 (charset-history): New variable.
11099 (read-charset) (list-block-of-chars)
11100 (list-iso-charset-chars)
11101 (list-non-iso-charset-chars)
11102 (list-charset-chars): New functions.
11103 (mule-diag): Call list-character-sets-2, not
11104 list-character-sets-2.
11105 (dump-charsets): Likewise.
11106
ed4d0512
GM
111072000-02-29 Gerd Moellmann <gerd@gnu.org>
11108
72d19d75
GM
11109 * dired-x.el (dired-filename-at-point): Add `@' to valid
11110 file name characters.
11111 (dired-filename-at-point): Handle ange-ftp file names.
11112
ed4d0512
GM
11113 * frame.el (frame-notice-user-settings): Use assq-delete-all
11114 instead of assoc-delete-all.
11115 (frame-notice-user-settings): Ditto.
11116
11117 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11118 Don't copy alist.
11119
32038c7a
GM
111202000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11121
11122 * calculator.el (calculator-use-menu): New option.
11123 (calculator-initial-bindings): Changed some bindings to work as
11124 macros.
11125 (calculator-forced-input): Removed.
11126 (calculator-restart-other-mode): New variable.
11127 (calculator-mode-map): Set up menu.
fa78f71b 11128
32038c7a
GM
111292000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11130
11131 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11132 tags.
fa78f71b 11133
55d7ff38 111342000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11135
55d7ff38
MK
11136 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11137 translate all ESC key sequences.
11138 (viper-goto-mark-subr): restore markers for files for which
11139 they were saved.
11140 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11141 * viper-util.el (viper-set-replace-overlay-glyphs,
11142 viper-set-replace-overlay): always check if the replacement
11143 overlay is live.
11144 * viper.el (viper-vi-state-mode-list): added major modes.
11145 * ediff-wind.el: minor comment changes.
11146 * ediff.el: copyright notice date fix.
fa78f71b 11147
387023ee
JR
111482000-02-27 Jason Rumney <jasonr@gnu.org>
11149
11150 * faces.el (face-font-family-alternatives): Add arial to helv.
11151 (mode-line, header-line, tool-bar): Same default as x for w32.
11152 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11153 face-font-family-alternatives from working.
11154 * term/w32-win.el (mouse-set-font): Do not build fontset from
11155 chosen font.
11156
f43d79c1
GM
111572000-02-25 Sam Steingold <sds@goems.com>
11158
5d80cc9c 11159 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11160 properly.
fa78f71b 11161
8b7bc628 111622000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11163
11164 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11165
4eb8436f
GM
111662000-02-25 Gerd Moellmann <gerd@gnu.org>
11167
11168 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11169 writable.
11170
449c3c52 11171 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11172
42088c12
GM
111732000-02-24 Gerd Moellmann <gerd@gnu.org>
11174
11175 * frame.el (show-cursor-in-non-selected-windows): New option.
11176
c60ea02e
GM
111772000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11178
11179 * diary-lib.el (include-other-diary-files): Undo the selective
11180 display in any included file and don't kill it.
11181
d066de8e
EZ
111822000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11183
11184 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11185 bar. Menu items converted to (menu-item format, help strings
11186 added.
11187 [downcase, upcase]: Don't enable on MS-DOS.
11188 [symlink, symlinks]: Don't show if make-symbolic-link is not
11189 bound.
11190 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11191
b6906b38
DL
111922000-02-23 Dave Love <fx@gnu.org>
11193
275cf1b2
DL
11194 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11195 (backward-kill-word): Revert addition of * to interactive spec --
11196 it's a feature.
11197
11198 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11199 (backward-kill-sentence, kill-sentence): Likewise.
11200
99d48056
DL
11201 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11202 scratch buffer name.
11203 (gud-format-command): Use int-to-string in ?l case. Simplify
11204 slightly.
11205
11206 * term/w32-win.el (internal-face-interactive): Update prompt for
11207 new read-face-name.
11208
11209 * mail/footnote.el (footnote): Add :version to defgroup.
11210 (footnote-section-tag-regexp): Customize.
11211 (footnote-start-tag, footnote-end-tag): New option.
11212 (footnote-latin-regexp): New variable.
11213 (Footnote-latin): New function.
11214 (footnote-style-alist): Add element for latin style.
11215 (footnote-style): Moved.
11216 (Footnote-goto-footnote): Use eq to test arg.
11217
11218 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11219
b6906b38
DL
11220 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11221 (byte-compile-trueconstp): Include keywords.
11222 (byte-optimize-quote, byte-optimize-lapcode): Use
11223 byte-compile-const-symbol-p.
11224 (byte-optimize-char-before): New optimization.
11225
11226 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11227 (byte-compile-const-symbol-p): New function.
11228 (byte-compile-constp, byte-compile-out-toplevel)
11229 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11230 Use it.
11231
11232 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11233
214f877f
KH
112342000-02-23 Kenichi Handa <handa@etl.go.jp>
11235
c709bcf1
KH
11236 * international/encoded-kb.el: Be sure to update minor-mode-alist
11237 and minor-mode-map-alist.
11238 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11239 codes SS2 and SS3 correctly.
11240 (encoded-kbd-self-insert-ccl): New function.
11241 (encoded-kbd-setup-keymap): New function.
11242 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11243 by calling encoded-kbd-setup-keymap.
11244
214f877f
KH
11245 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11246 characters.
11247 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11248 locally.
11249
b021ef18
DL
112502000-02-22 Dave Love <fx@gnu.org>
11251
11252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11253 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11254 defvar.
11255 (lisp-mode-syntax-table): Set up for #|...|# comments.
11256 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11257 classes. Match `defface'.
11258 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11259 (eval-defun-1): Fix for defcustom.
11260 (lisp-indent-region): Doc fix.
11261
11262 * subr.el (when, unless, split-string): Doc fix.
11263 (read-passwd): Move call of clear-this-command-keys to the right
11264 place.
11265 (replace-regexps-in-string): New function.
11266
14cc00ad
GM
112672000-02-22 Gerd Moellmann <gerd@gnu.org>
11268
11269 * help.el (describe-variable): Set syntax table to
11270 emacs-lisp-mode-syntax-table when moving forward over the
11271 symbol's name.
11272
47da5efa
DL
112732000-02-22 Dave Love <fx@gnu.org>
11274
11275 * xt-mouse.el: Doc fixes.
11276 (xterm-mouse-position-function): New function, replacing advice of
11277 mouse-position.
11278 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11279
11280 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11281
f0a6c717
GM
112822000-02-21 Gerd Moellmann <gerd@gnu.org>
11283
11284 * format.el (format-annotate-single-property-change): Handle
11285 properties.with dotted-list values.
11286 (format-proper-list-p): New function.
11287
11288 * enriched.el (enriched-face-ans): Handle '(foreground-color
11289 . COLOR) and (background-color . COLOR).
11290
2be80b63
DL
112912000-02-20 Dave Love <fx@gnu.org>
11292
11293 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11294 and assignments to it.
11295 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11296 current local map.
11297 (make-flyspell-overlay): Use it.
11298 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11299
11300 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11301 (lm-get-header-re): Defun, not defsubst.
11302 (lm-get-package-name): Defun, not defsubst. Simplify.
11303 (lm-version): Doc fix. Simplify.
11304 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11305 (lm-crack-address, lm-last-modified-date, lm-commentary)
11306 (lm-verify, lm-synopsis): Simplify.
11307 (lm-report-bug): Require emacsbug. Use compose-mail.
11308
329eed9f
GM
113092000-02-20 Gerd Moellmann <gerd@gnu.org>
11310
11311 * dired.el (dired-mode): Call propertized-buffer-identification
11312 to set mode-line-buffer-identification to something having
11313 the right text properties.
11314
11315 * bindings.el (propertized-buffer-identification): New function.
11316
be5bb146
DL
113172000-02-20 Dave Love <fx@gnu.org>
11318
11319 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11320 check for t-mouse too.
11321
11322 * cus-start.el: Make echo-keystrokes `number'.
11323
1d4311c3
EZ
113242000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11325
11326 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11327 Don't call ring-empty-p unless tags-location-ring is bound.
11328 From Noah Friedman <friedman@splode.com>.
11329
a23c5037
TTN
113302000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11331
11332 * progmodes/hideshow.el (hs-flag-region): No longer use
11333 `intangible' overlay property.
11334
11335 (hs-toggle-hiding): New command.
11336 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11337
11338 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11339 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11340 and deactivation.
11341
b6a22bf8
GM
113422000-02-18 Gerd Moellmann <gerd@gnu.org>
11343
11344 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11345
d621caf7
GM
113462000-02-17 Gerd Moellmann <gerd@gnu.org>
11347
3c0ed7ce
GM
11348 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11349
d621caf7
GM
11350 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11351 of `*' to handle `(* ... *)' comments.
11352
538d88fb
EZ
113532000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11354
53c80cf6 11355 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11356 window-system.
53c80cf6 11357
538d88fb
EZ
11358 * menu-bar.el (global-map): Menu-bar items converted to the new
11359 format (menu-item..., rearranged for better CUA compliance, and
11360 their names changed for better clarity. Help strings added.
11361
11362 * international/mule-cmds.el (mule-menu-keymap)
11363 (describe-language-environment-map, set-coding-system-map)
11364 (setup-language-environment-map): Convert to new (menu-item...
11365 form, add help strings. Change names of menu items for better
11366 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11367 submenu).
11368
8389e1e2 113692000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11370
a23c5037 11371 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11372 within the code.
a23c5037 11373
8389e1e2 113742000-02-16 Dave Love <fx@gnu.org>
a23c5037 11375
84fe35f0
DL
11376 * faces.el: Don't require custom. Add more specific :groups to
11377 various deffaces.
11378 (set-face-attribute): Purecopy args.
11379 (read-face-name): Default to name at point and use it in prompt.
11380 Remove colon from arg in all callers.
11381 (list-faces-display): Hyperlink to face descriptions and customize
11382 buffers.
11383
b2aeee30
DL
113842000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11385
11386 * wid-edit.el (widget-match-inline): An atom never matches a
11387 list.
11388
99e95407
GM
113892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11390
82d2c7c5
DL
11391 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11392 at ':' characters by call to split-string.
99e95407
GM
11393
113942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11395
82d2c7c5 11396 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11397
113982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11399
82d2c7c5
DL
11400 * textmodes/bibtex.el: Some temporary comments removed.
11401 (bibtex-field-name, bibtex-entry-type): Made the relationship
11402 explicit.
11403 (bibtex-field-const): Allow capital letters.
11404 (bibtex-start-of-string): Deleted because unused.
11405
11406 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11407 use the term 'reference' to describe a bibtex entry as a whole.
11408 Further, reference keys are no longer called 'labels'.
11409 (bibtex-keys): Renamed to bibtex-reference-keys.
11410 (bibtex-reformat-previous-labels): Renamed to
11411 bibtex-reformat-previous-reference-keys.
11412 (bibtex-reference-type): Renamed to bibtex-entry-type.
11413 (bibtex-reference-head): Renamed to bibtex-entry-head.
11414 (bibtex-reference-maybe-empty-head): Renamed to
11415 bibtex-entry-maybe-empty-head.
11416 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11417 (bibtex-search-reference): Renamed to bibtex-search-entry.
11418 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11419 bibtex-enclosing-entry-maybe-empty-head.
11420 (bibtex-entry-field-alist, bibtex-entry-head,
11421 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11422 bibtex-map-entries, bibtex-search-entry,
11423 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11424 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11425 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11426 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11427 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11428 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11429 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11430
114312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11432
82d2c7c5
DL
11433 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11434 comment.
11435 (bibtex-format-field-delimiters): New function, functionality
11436 extracted from bibtex-format-entry.
11437 (bibtex-autokey-get-yearfield-digits): New function, functionality
11438 extracted from bibtex-autokey-get-yearfield.
11439
11440 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11441 entries in order to avoid stack overflow in the regexp matcher if
11442 field contents become large.
11443 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11444 bibtex-field-string-part-not-braced,
11445 bibtex-field-string-part-no-inner-braces,
11446 bibtex-field-string-part-1-inner-brace,
11447 bibtex-field-string-part-2-inner-braces,
11448 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11449 bibtex-field-string-quoted, bibtex-field-string,
11450 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11451 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11452 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11453 as parsing is now performed by the following functions.
11454 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11455 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11456 bibtex-parse-field-string, bibtex-search-forward-field-string,
11457 bibtex-parse-association, bibtex-field-name-for-parsing,
11458 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11459 bibtex-search-forward-field, bibtex-search-backward-field,
11460 bibtex-start-of-field, bibtex-end-of-field,
11461 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11462 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11463 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11464 bibtex-parse-string, bibtex-search-forward-string,
11465 bibtex-search-backward-string, bibtex-start-of-string,
11466 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11467 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11468 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11469 entries. Instead of reporting the results of the parsing by
11470 match-beginning or match-end, these functions return data structures
11471 that hold the corresponding positions.
11472 (bibtex-enclosing-field): Changed to also report field boundaries by
11473 return values rather than by match-beginning or match-end. The
11474 following functions have been adapted to use the new parsing
11475 functions.
11476 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11477 bibtex-enclosing-field, bibtex-format-entry,
11478 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11479 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11480 bibtex-print-help-message, bibtex-end-of-entry,
11481 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11482 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11483 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11484 method for parsing.
11485 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11486 bibtex-map-entries, bibtex-flash-head,
11487 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11488 bibtex-autokey-change, bibtex-autokey-get-namefield,
11489 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11490 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11491 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11492 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11493 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11494 order to make the new binding of case-fold-search immediately
11495 visible.
99e95407
GM
11496
114972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11498
82d2c7c5
DL
11499 * textmodes/bibtex.el: Copyright notice is up to date.
11500 Added constant 'bibtex-maintainer-salutation.
99e95407 11501
82d2c7c5
DL
11502 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11503 than make-temp-name, use match-string-no-properties and eliminate
11504 a quadratic behavior when building bibtex-strings.
99e95407 11505
82d2c7c5
DL
11506 * bibtex.el (bibtex-reference-key): Accept string entries whose
11507 reference key contains upper case letters.
99e95407
GM
11508
115092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11510
82d2c7c5
DL
11511 * bibtex.el (bibtex-reference-head): Allow entries to start with
11512 a new line.
99e95407
GM
11513
115142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11515
82d2c7c5
DL
11516 * bibtex.el: Hiding of entry bodies is not longer provided by
11517 bibtex.el directly. Instead the hideshow package can be used.
11518 Added a special bibtex entry to hs-special-modes-alist.
11519 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11520
115212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11522
f24fef2f
SM
11523 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11524 at ':' characters by call to split-string.
8389e1e2
GM
11525
115262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11527
f24fef2f 11528 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11529
115302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11531
f24fef2f
SM
11532 * textmodes/bibtex.el: Some temporary comments removed.
11533 (bibtex-field-name, bibtex-entry-type): Made the relationship
11534 explicit.
11535 (bibtex-field-const): Allow capital letters.
11536 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11537
f24fef2f
SM
11538 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11539 use the term 'reference' to describe a bibtex entry as a whole.
11540 Further, reference keys are no longer called 'labels'.
11541 (bibtex-keys): Renamed to bibtex-reference-keys.
11542 (bibtex-reformat-previous-labels): Renamed to
11543 bibtex-reformat-previous-reference-keys.
11544 (bibtex-reference-type): Renamed to bibtex-entry-type.
11545 (bibtex-reference-head): Renamed to bibtex-entry-head.
11546 (bibtex-reference-maybe-empty-head): Renamed to
11547 bibtex-entry-maybe-empty-head.
11548 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11549 (bibtex-search-reference): Renamed to bibtex-search-entry.
11550 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11551 bibtex-enclosing-entry-maybe-empty-head.
11552 (bibtex-entry-field-alist, bibtex-entry-head,
11553 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11554 bibtex-map-entries, bibtex-search-entry,
11555 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11556 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11557 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11558 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11559 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11560 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11561 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11562
115632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11564
f24fef2f
SM
11565 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11566 comment.
11567 (bibtex-format-field-delimiters): New function, functionality
11568 extracted from bibtex-format-entry.
11569 (bibtex-autokey-get-yearfield-digits): New function, functionality
11570 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11571
f24fef2f
SM
11572 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11573 entries in order to avoid stack overflow in the regexp matcher if
11574 field contents become large.
11575 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11576 bibtex-field-string-part-not-braced,
11577 bibtex-field-string-part-no-inner-braces,
11578 bibtex-field-string-part-1-inner-brace,
11579 bibtex-field-string-part-2-inner-braces,
11580 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11581 bibtex-field-string-quoted, bibtex-field-string,
11582 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11583 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11584 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11585 as parsing is now performed by the following functions.
11586 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11587 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11588 bibtex-parse-field-string, bibtex-search-forward-field-string,
11589 bibtex-parse-association, bibtex-field-name-for-parsing,
11590 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11591 bibtex-search-forward-field, bibtex-search-backward-field,
11592 bibtex-start-of-field, bibtex-end-of-field,
11593 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11594 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11595 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11596 bibtex-parse-string, bibtex-search-forward-string,
11597 bibtex-search-backward-string, bibtex-start-of-string,
11598 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11599 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11600 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11601 entries. Instead of reporting the results of the parsing by
11602 match-beginning or match-end, these functions return data structures
11603 that hold the corresponding positions.
11604 (bibtex-enclosing-field): Changed to also report field boundaries by
11605 return values rather than by match-beginning or match-end. The
11606 following functions have been adapted to use the new parsing
11607 functions.
11608 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11609 bibtex-enclosing-field, bibtex-format-entry,
11610 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11611 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11612 bibtex-print-help-message, bibtex-end-of-entry,
11613 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11614 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11615 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11616 method for parsing.
11617 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11618 bibtex-map-entries, bibtex-flash-head,
11619 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11620 bibtex-autokey-change, bibtex-autokey-get-namefield,
11621 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11622 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11623 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11624 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11625 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11626 order to make the new binding of case-fold-search immediately
11627 visible.
8389e1e2
GM
11628
116292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11630
f24fef2f
SM
11631 * textmodes/bibtex.el: Copyright notice is up to date.
11632 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11633
f24fef2f
SM
11634 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11635 than make-temp-name, use match-string-no-properties and eliminate
11636 a quadratic behavior when building bibtex-strings.
fa78f71b 11637
f24fef2f
SM
11638 * bibtex.el (bibtex-reference-key): Accept string entries whose
11639 reference key contains upper case letters.
8389e1e2
GM
11640
116412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11642
f24fef2f
SM
11643 * bibtex.el (bibtex-reference-head): Allow entries to start with
11644 a new line.
8389e1e2
GM
11645
116462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11647
f24fef2f
SM
11648 * bibtex.el: Hiding of entry bodies is not longer provided by
11649 bibtex.el directly. Instead the hideshow package can be used.
11650 Added a special bibtex entry to hs-special-modes-alist.
11651 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11652
116532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11654
82d2c7c5 11655 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11656 proceedings entry type (for cross referencing). Thanks to Wagner
11657 Toledo Correa for the suggestion.
11658
82d2c7c5 11659 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11660
eae61d8f
KH
116612000-02-14 Kenichi Handa <handa@etl.go.jp>
11662
11663 * international/characters.el: Setup case table for Vietnamese.
11664
fb07a302
GM
116652000-02-12 Gerd Moellmann <gerd@gnu.org>
11666
11667 * uniquify.el (toplevel): Require CL at compile time.
11668 (uniquify-push): Removed.
11669
11670 * shadowfile.el (shadow-when): Removed.
11671
11672 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11673 (tempo-process-and-insert-string): Use dolist instead of
11674 tempo-dolist.
11675
11676 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11677 regexp for paragraph-start.
11678
11679 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11680 commas as well.
11681
a0eddf92
DL
116822000-02-10 Dave Love <fx@gnu.org>
11683
11684 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11685 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11686 Deleted.
11687 (widget-specify-field, widget-specify-button): Don't use
11688 widget-mouse-help as help-echo property.
11689 (default): Use #'ignore for :validate and :mouse-down-action.
11690 (checkbox): Add help-echo.
11691 (widget-sexp-validate): Rewritten to clarify error messages.
11692 (character): Use char-valid-p in :match function.
11693 (widget-color-complete): Use facemenu-color-alist.
11694 (widget-color-action): Use facemenu-read-color.
11695
11696 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11697 set up `caar' &c that we now have.
11698
82d2c7c5
DL
116992000-02-09 Ray Blaak <blaak@gnu.org>
11700
11701 * delphi.el: Make resourcestring a declaration region, like const
11702 and var.
11703
6cbc1482
DL
117042000-02-09 Dave Love <fx@gnu.org>
11705
11706 * bindings.el (mode-line-input-method-map): New variable.
11707 (mode-line-mule-info): Use it; fix last change.
11708 (mode-line-mode-menu): Move definition.
11709 (mode-line-mouse-sensitive-p): Deleted.
11710 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11711 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11712 level.
11713
11714 * startup.el (command-line-1): Don't call
11715 make-mode-line-mouse-sensitive.
11716
f7136ee8
GM
117172000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11718
11719 * mail/rmail.el (rmail-retry-failure): Use
11720 rmail-beginning-of-message before rmail-toggle-header, because the
11721 former toggles headers.
11722
6e1d0d15
SM
117232000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11724
fef8c55b
SM
11725 * diff-mode.el (diff-kill-junk): New interactive function.
11726 (diff-reverse-direction): Use delete-and-extract-region.
11727 (diff-post-command-hook): Restrict the area so that the hook also works
11728 outside of any diff hunk. This is necessary for the minor-mode.
11729 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11730 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11731
6e1d0d15
SM
11732 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11733 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11734 so that it can be used more easily in <foo>-mode-hook. Also make sure
11735 to avoid duplicate entries.
11736 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11737 (font-lock-remove-keywords): Just as was done for `add', allow it to
11738 work even if font-lock-mode is nil. Also make sure we don't modify
11739 any pre-existing list by forcing a copy-sequence. Finally rename
11740 `major-mode' to `mode'.
11741 (font-lock-fontify-syntactic-anchored-keywords)
11742 (font-lock-fontify-anchored-keywords)
11743 (font-lock-fontify-keywords-region): Use line-end-position.
11744 Don't make `font-lock-multiline' local (it's now done in
11745 font-lock-set-defaults).
11746 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11747 move the `font-lock-fontified' creation to inside the `unless'.
11748
a75dfea0
AI
117492000-02-06 Andrew Innes <andrewi@gnu.org>
11750
11751 * term/w32-win.el (x-handle-args): Comment out call to message,
11752 which occurs before window system is initialized.
11753
11754 * makefile.nt: Add support for recompiling lisp code.
11755
b85e9462
DL
117562000-02-04 Dave Love <fx@gnu.org>
11757
9ff33afb
DL
11758 * bindings.el (mode-line-mule-info): Fix/extend last change.
11759
b85e9462
DL
11760 * completion.el: Replace completion-dolist with dolist.
11761
11762 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11763 dotimes.
11764
44dff075
CD
117652000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11766
11767 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11768 environment names before they go into the section regexp.
11769
11770 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11771 char class in regexp.
11772
11773 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11774 `case-fold-search' to nil.
11775
11776 * progmodes/idlwave.el (idlwave-template): Respect
11777 `idlwave-abbrev-change-case'.
11778 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11779 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11780 idlwave-while): respect `idlwave-reserved-word-upcase'.
11781 (idlwave-rw-case): New function.
11782 (idlwave-statement-match): Fixed problem with assignment regexp.
11783 (idlwave-font-lock-keywords): Improved regexp for keyword
11784 parameters.
a23c5037 11785 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11786 operators longer than 1 char.
11787
11788 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11789 idlwave-shell-expression-overlay. Implemented printing of
11790 expressions on higher levels of the calling stack.
11791 (idlwave-shell-display-level-in-calling-stack): Restore stack
11792 level.
11793 (idlwave-retrieve-expression-from-level): New function.
11794 (idlwave-shell-last-calling-stack): Variable removed.
11795 (idlwave-shell-reset): Argument action reversed (`visible' to
11796 `hidden'). Also remove stop-line overlay.
11797 (idlwave-shell-calling-stack-routine): New variable.
11798 (idlwave-shell-parse-stack-and-display): Messages now display
11799 negative level numbers.
11800 (idlwave-shell-mode): Set `modeline-format'.
11801 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11802 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11803 21.
11804 (idlwave-shell-print-expression-function): New option.
a23c5037 11805
44dff075
CD
11806 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11807 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11808 `tool-bar' instead of `toolbar'.
11809
f26c34fd
DL
118102000-02-02 Dave Love <fx@gnu.org>
11811
11812 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11813 emacs-lisp-mode-hook. Don't check for defalias being defined.
11814
11815 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11816 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11817 the new builtins directly.
11818
11819 * whitespace.el (whitespace): Add :version to defgroup.
11820
11821 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11822 Doc fix.
11823
11824 * thingatpt.el (sexp-at-point, symbol-at-point)
11825 (number-at-point, list-at-point): Add autoload cookie.
11826
11827 * recentf.el (recentf): Add :version to defgroup.
11828
11829 * quickurl.el (quickurl): Add :version to defgroup.
11830
11831 * elide-head.el (elide-head): Use point-marker more.
11832
11833 * bs.el (bs): Add :version to defgroup.
11834
11835 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11836
11837 * progmodes/delphi.el (delphi): Add :version to defgroup.
11838
d240a249
GM
118392000-02-02 Gerd Moellmann <gerd@gnu.org>
11840
11841 * ange-ftp.el (ange-ftp-write-region): Handle case that
11842 succeeding process operation sets a different coding system.
11843
11844 * calculator.el: New file.
11845
d5179a01
EZ
118462000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11847
11848 * frame.el (frames-on-display-list, framep-on-display): New
11849 functions.
11850 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11851 (display-selections-p, display-screens, display-pixel-width)
11852 (display-pixel-height, display-mm-width, display-mm-height)
11853 (display-backing-store, display-save-under, display-planes)
11854 (display-color-cells, display-visual-class): New functions.
11855
11856 * term/tty-colors.el (tty-color-gray-shades): New function.
11857
11858 * faces.el (display-color-p): Use framep-on-display.
11859 (display-grayscale-p): New function.
11860
968e00f0
DL
118612000-01-31 Dave Love <fx@gnu.org>
11862
11863 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11864 (create-fontset-from-x-resource): Don't concat integers.
11865
2cb750ba
GM
118662000-01-31 Inge Frick <inge@nada.kth.se>
11867
11868 * view.el: Some changes in documentation. Removed some trailing
11869 whitespace. Changed some parameter names to agree with
11870 documentation.
11871 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11872 window is not deleted. Modifies change 1998-04-26.
a23c5037 11873
74e9213b
GM
118742000-01-31 Gerd Moellmann <gerd@gnu.org>
11875
47569935
GM
11876 * windmove.el: New file.
11877
74e9213b
GM
11878 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11879 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11880 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11881
74e9213b
GM
11882 * jit-lock.el (jit-lock-function): Widen before calculating end
11883 position.
11884 (jit-lock-stealth-chunk-start): Rewritten.
11885
11886 * info.el (Info-title-face-alist): Removed.
11887 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11888 faces.
11889 (Info-fontify-node): Use these faces.
11890
994c5afe
GM
118912000-01-30 Gerd Moellmann <gerd@gnu.org>
11892
11893 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11894 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11895 `&allow-other-keywords'.
11896
11897 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11898 the list of directories scanned heuristically.
11899
11900 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11901 exist.
11902
f00276e3
JR
119032000-01-30 Jason Rumney <jasonr@gnu.org>
11904
11905 * w32-fns.el: Define w32-tty-standard-colors.
11906
11907 * startup.el (command-line): Use w32-tty-standard-colors when in
11908 w32 console mode.
11909
cc4dfff0
DL
119102000-01-30 Dave Love <fx@gnu.org>
11911
e645e77b
DL
11912 * jka-compr.el (jka-compr-load): Fix up load-history.
11913
cc4dfff0
DL
11914 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11915
11916 * emacs-lisp/cl-macs.el: Revert previous change.
11917
16215eb0
DL
119182000-01-29 Dave Love <fx@gnu.org>
11919
11920 * facemenu.el: Purecopy various strings.
11921
11922 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11923 years. Deal with three-digit years.
11924
11925 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11926 defconst, purecopy.
11927 (help-back-label): Purecopy it.
11928
bbd9b566
GM
119292000-01-18 Gerd Moellmann <gerd@gnu.org>
11930
11931 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11932 variable. If non-nil, order the buffer list according to the
11933 currently selected frame.
11934 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11935 non-nil, pass the selected frame to function buffer-list.
a23c5037 11936
887448e1
GM
119372000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11938
11939 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11940
7df85084
DL
119412000-01-28 Dave Love <fx@gnu.org>
11942
142e109c
DL
11943 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11944
7df85084
DL
11945 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11946 Don't use lisp-indent-hook property.
11947 (cl-abs): Remove.
11948
11949 * subr.el: Move out indent and edebug specs for when and unless.
11950
11951 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11952 when, unless.
11953
11954 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11955 unless, when.
11956
3b43c01c
GM
119572000-01-28 Gerd Moellmann <gerd@gnu.org>
11958
d060bc9f
GM
11959 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11960 `collecting' as synonym for `collect'.
11961
11962 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11963 for the case it contains spaces.
11964
11965 * simple.el (what-cursor-position): Change formatting of
11966 messages.
11967
b02786f9
GM
11968 * frame.el (delete-other-frames): New function.
11969 (toplevel): Bind it to C-x 5 1.
11970
efd68b8a
GM
11971 * sort.el (sort-numeric-base): New option.
11972 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11973 interpret it as octal or hexadecimal. Use sort-numeric-base
11974 as default base.
11975
3b43c01c
GM
11976 * progmodes/glasses.el: New file.
11977
984ae001
GM
119782000-01-27 Gerd Moellmann <gerd@gnu.org>
11979
a0b796e3
GM
11980 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11981 userids differently.
11982
984ae001
GM
11983 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11984 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11985 progmodes/ebnf-yac.el: New files.
11986
6c67ddee
DL
119872000-01-26 Dave Love <fx@gnu.org>
11988
11989 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11990 on a function with an empty body. [From Eric Ludlam.]
11991
4e6473c8
GM
119922000-01-25 Andre Spiegel <spiegel@gnu.org>
11993
11994 * vc.el (vc-version-diff): Make sure file name is expanded.
11995
e12489f9
GM
119962000-01-25 Gerd Moellmann <gerd@gnu.org>
11997
11998 * scroll-bar.el (scroll-bar-timer): Variable removed.
11999 (scroll-bar-toolkit-scroll): Don't use a timer.
12000
8dbe2b07
KH
120012000-01-25 Kenichi Handa <handa@etl.go.jp>
12002
12003 * language/thai-util.el (thai-composition-function): Delete
12004 superfluous `a'.
12005
26ef1c87
DL
120062000-01-24 Dave Love <fx@gnu.org>
12007
12008 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12009 end-of-defun-function.
12010
12011 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12012 &c.
12013
7ed4e9a7
JR
120142000-01-22 Jason Rumney <jasonr@gnu.org>
12015
12016 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12017 conflicts with new face support.
12018
8b7bc628 120192000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12020
12021 * replace.el (query-replace): Rename last arg to DELIMITED.
12022 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12023 (query-replace-regexp): Likewise.
12024
8b7bc628 120252000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12026
02b14400
RS
12027 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12028
5bb6f079
RS
12029 * emacs-lisp/lisp.el (beginning-of-defun-function):
12030 Variable renamed from beginning-of-defun.
12031 Do not call make-variable-buffer-local.
12032 (beginning-of-defun-raw): Use new variable name; doc fix.
12033 (beginning-of-defun): Doc fix.
12034 (end-of-defun-function): Variable renamed from end-of-defun.
12035 Do not call make-variable-buffer-local.
12036 (end-of-defun): Use new variable name; doc fix.
12037
02b14400
RS
12038 * subr.el (dolist, dotimes): Copied from cl-macs.el
12039 and made to work.
2d5e9b54 12040
a23c5037 12041 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12042 Variable replaces rmail-digest-end-regexp.
12043 Allows multiple regexps for detecting the end line.
12044 (undigestify-rmail-message): Corresponding changes.
12045
60af03f1
DL
120462000-01-19 Dave Love <fx@gnu.org>
12047
fe5d99e1
DL
12048 * files.el (user-init-file): Don't declare here -- is primitive.
12049
60af03f1
DL
12050 * startup.el (command-line): Check for compiled user-init-file and
12051 set to uncompiled version if necessary.
12052
72dbbc7d
GM
120532000-01-18 Gerd Moellmann <gerd@gnu.org>
12054
6a1950ec
GM
12055 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12056 (undigestify-rmail-message): Use it.
12057
72dbbc7d
GM
12058 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12059
fbe91bbd
GM
120602000-01-17 Gerd Moellmann <gerd@gnu.org>
12061
12062 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12063 of mini-buffer.
12064
33a6685b
GM
120652000-01-14 Gerd Moellmann <gerd@gnu.org>
12066
b3303df7
GM
12067 * emacs-lisp/copyright.el (copyright-update): Removed the
12068 requirement for a trailing space from `copyright-regexp', to
12069 support copyrights with owner specified on a separate line..
a23c5037 12070
3c4c8064
GM
12071 * align.el: New file.
12072
33a6685b
GM
12073 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12074
12075 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12076
044a4975
DL
120772000-01-13 Dave Love <fx@gnu.org>
12078
12079 * ph.el: Removed. (Obsoleted by EUDC.)
12080
0a352cd7
GM
120812000-01-13 Gerd Moellmann <gerd@gnu.org>
12082
12083 * net/eudc.el (toplevel): Remove autoloaded code installing
12084 menu with easymenu, because that causes build problems.
12085
12086 * frame.el (frame-notice-user-settings): New variable.
12087 (frame-notice-user-settings): Don't modify frame parameters
12088 if called a second time.
12089
8b7bc628 120902000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12091
12092 * frame.el (frame-notice-user-settings):
12093 Notice default-frame-parameters even for non-window frames.
12094
feb450e0
GM
120952000-01-13 Gerd Moellmann <gerd@gnu.org>
12096
12097 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12098 for Emacs.
12099 (eudc-bob-can-display-inline-images): Extend for Emacs.
12100 (eudc-bob-toggle-inline-display): Ditto.
12101 (eudc-bob-display-jpeg): Ditto.
12102
99c6d63b
GM
121032000-01-12 Gerd Moellmann <gerd@gnu.org>
12104
7970b229
GM
12105 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12106 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12107 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12108
e4936aa9
GM
12109 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12110 nil)'.
12111
12112 * subdirs.el: Add `net' directory.
12113
133c9e59
GM
12114 * net: New directory.
12115
99c6d63b
GM
12116 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12117 eval-last-sexp. Don't bind debug-on-error here.
12118 (eval-last-sexp): New function. Bind debug-on-error if
12119 eval-expression-debug-on-error is non-nil.
12120 (eval-defun-2, eval-defun): Likewise.
12121
12122 * simple.el (eval-expression): Don't bind debug-on-error if
12123 eval-expression-debug-on-error is nil. Detect changed
12124 debug-on-error, and propagate new value to global binding, if
12125 eval-expression-debug-on-error is non-nil,
12126 (eval-expression-debug-on-error): Change doc string.
a23c5037 12127
8b7bc628 121282000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12129
12130 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12131
12132 * emacs-lisp/lisp-mode.el (with-syntax-table):
12133 Set up lisp-indent-function property.
12134
12135 * subr.el (with-syntax-table): Moved from simple.el.
12136
12137 * simple.el (with-syntax-table): Moved to subr.el.
12138
7e3c74fa
GM
121392000-01-11 Gerd Moellmann <gerd@gnu.org>
12140
1fab1775
GM
12141 * tmm.el (tmm-shortcut): Delete region after prompt instead
12142 of erasing buffer.
12143
7e3c74fa 12144 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12145 (fill-context-prefix): Use the longest common prefix of first
12146 and second line fill prefix, if there is one.
7e3c74fa 12147
8b7bc628 121482000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12149
12150 * array.el (array-mode): Don't use make-variable-buffer-local.
12151 Use make-local-variable for `truncate-lines'.
12152
aa705642 121532000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12154
aa705642
GM
12155 * add-log.el (add-log-current-defun): Handle user-defined
12156 add-log-current-function returning nil,
a23c5037 12157
57df2446 12158 * add-log.el (add-change-log-entry): Insert version number
aa705642 12159 if having found a current function
c1356086
GM
12160
12161 * add-log.el (add-log-current-defun): Call
12162 `add-log-current-defun-function'. Try matches at level 0 and
12163 level 1. Strip whitespace from defun found.
a23c5037 12164
1d8c59e9
RS
121652000-01-10 John Wiegley <johnw@gnu.org>
12166
12167 * allout.el (isearch-done/outline-provisions): Added `edit'
12168 argument to correspond with the current definition of
12169 `isearch-done'.
12170
8cf87e9b
DL
121712000-01-10 Dave Love <fx@gnu.org>
12172
12173 * elide-head.el (elide-head): Use point-marker, not point.
12174
9050446c
GM
121752000-01-10 Gerd Moellmann <gerd@gnu.org>
12176
8321b22a
GM
12177 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12178 before and after the year 2000.
a23c5037 12179
9050446c
GM
12180 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12181 Add ispell- prefix.
12182
121832000-01-10 Ken Stevens <k.stevens@ieee.org>
12184
12185 * ispell.el: Only define dictionaries in menus when they exist.
12186 (version18p): New variable.
12187 (version20p): New variable.
12188 (xemacsp): New variable.
12189 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12190 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12191 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12192 run-together words.
9050446c
GM
12193 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12194 (ispell-dictionary-alist): Add koi8-r to customize definition.
12195 (check-ispell-version): Added documentation string. Returns
f24fef2f 12196 library path when called non-interactively.
9050446c
GM
12197 (ispell-menu-map-needed): Uses new variables.
12198 (ispell-library-path): New variable.
12199 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12200 (ispell-word): Improved documentation string. Test for valid
12201 character mappings. Correctly check typed in word changes that can
12202 result in single words split into multiple words. Returns
12203 replacement word.
12204 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12205 replace in recursive query replace mode. Help message for
12206 recursive edit mode.
12207 (ispell-show-choices): Protect against bad framepop bindings.
12208 (ispell-help): Fix to work with XEmacs.
12209 (ispell-highlight-spelling-error): Use new variables.
12210 (ispell-overlay-window): Fix to work with XEmacs.
12211 (ispell-parse-output): Passed and returns location information
12212 tracking spelling corrections. Doesn't recheck same word on
12213 current line.
12214 (ispell-init-process): Protect against bogus XEmacs variable binding.
12215 Fix call to single argument in sleep-for. Use new variables.
12216 (ispell-region): Passed and returns location information tracking
12217 spelling corrections. Doesn't check same word on current line.
12218 Improved documentation string. Doesn't resend a line already
12219 checked to the ispell process - fixes bug in LaTeX parsing.
12220 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12221 (ispell-skip-region): No longer skips <TT> in SGML.
12222 (ispell-process-line): Tracks location information with spelling
12223 corrections. Added documentation string. Accounts for words
12224 already accepted on this line. Don't allow query-replace on line
12225 starting with math characters. Doesn't resend a line already sent
12226 to ispell process. Fixes alignment error bug.
a23c5037 12227
8b7bc628 122282000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12229
a23c5037 12230 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12231 Suggest xloadimage, which is free, not xv, which isn't.
12232
a23c5037 12233 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12234 Don't ever include the host name or user name in the value.
12235
9ed79f5d
GM
122362000-01-09 Gerd Moellmann <gerd@gnu.org>
12237
12238 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12239 of a real newline.
12240
b950abb1
GM
122412000-01-09 Stephen Eglen <stephen@gnu.org>
12242
a23c5037 12243 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12244 for .png files.
12245
3c708e98
GM
122462000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12247
12248 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12249
bf61662d
GM
122502000-01-09 Gerd Moellmann <gerd@gnu.org>
12251
f1d851ae
GM
12252 * progmodes/cperl-mode.el: Replace ^F with ^L.
12253
bf61662d 12254 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12255 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12256 recursion.
12257
c65d14ee
DL
122582000-01-08 Dave Love <fx@gnu.org>
12259
8cf87e9b
DL
12260 * emacs-lisp/backquote.el: Remove inappropriate customization
12261 (allowing custom.el to use backquote).
c65d14ee 12262
83de2ebc
DL
122632000-01-07 Dave Love <fx@gnu.org>
12264
12265 * add-log.el (add-log-debugging): Deleted.
12266 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12267 file. Remove debugging code.
12268 (change-log-get-method-definition, change-log-name): Add doc.
12269 (change-log-sortable-date-at): New function.
12270 (change-log-merge): New command.
12271
12272 * time.el (display-time-string-forms): Make the Mail string active.
12273 (display-time-update): Provide help-echo for load average.
12274
12275 * bindings.el (make-mode-line-mouse2-map): New function.
12276 (mode-line-modified): Use it and simplify.
12277 (mode-line-mule-info): Provide help-echo info.
12278 (minor-mode-alist): Activate the strings.
12279 (make-mode-line-mouse-sensitive): Simplify for
12280 mode-line-buffer-identification.
12281
c1475eae
GM
122822000-01-07 Gerd Moellmann <gerd@gnu.org>
12283
12284 * play/pong.el: New file.
12285
83de2ebc
DL
122862000-01-06 Dave Love <fx@gnu.org>
12287
12288 * array.el: Assorted cleanups for compiler warnings, doc strings,
12289 `array-' prefix for symbols.
12290
122912000-01-05 Dave Love <fx@gnu.org>
12292
12293 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12294 outline-headers-as-kill.
12295 (outline-mode): Define imenu-generic-expression.
12296 (outline-headers-as-kill): New command.
12297
12298 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12299 from paragraph-start.
12300 (paragraph-indent-minor-mode): New command.
12301
12302 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12303 M-C-e, M-C-h, C-j, C-xnd, TAB.
12304 (fortran-mode): Set beginning-of-defun, end-of-defun.
12305 (fortran-column-ruler): Simplify.
12306 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12307 (fortran-with-subprogram-narrowing): Likewise.
12308 (fortran-indent-subprogram): Call mark-defun.
12309 (fortran-check-for-matching-do): Change narrowing.
12310
12311 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12312 (cl-lucid-hash-tag): Delete.
12313 (cl-hash-table-p): Correct test for native table.
12314 (cl-hash-table-count): Use hash-table-count.
12315
12316 * browse-url.el (browse-url): Fix case of
12317 browse-url-browser-function being an alist.
12318
676ac023
CD
123192000-01-05 Carsten Dominik <cd@gnu.org>
12320
c1475eae
GM
12321 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12322 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12323
12324 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12325 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12326
12327 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12328 `reftex-parse-file-extension'.
eb483e17 12329
88807984
DL
123302000-01-05 Dave Love <fx@gnu.org>
12331
83de2ebc 12332 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12333 (beginning-of-defun-raw): Use it.
12334 (end-of-defun): New variable.
12335 (end-of-defun): Use it.
12336 (check-parens): New command.
12337
1362aeb4
TTN
123382000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12339
c1475eae
GM
12340 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12341 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12342
7ddafb95
TTN
12343 Fix buglet in local variables initialization.
12344
7334aa99
AS
123452000-01-05 Andreas Schwab <schwab@suse.de>
12346
12347 * hscroll.el (hscroll): Doc fix.
12348
b12e24cd
CD
123492000-01-05 Carsten Dominik <cd@gnu.org>
12350
12351 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12352 idlw-toolbar.
12353
12354 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12355 file idlw-rinfo.el.
1362aeb4
TTN
12356 (idlwave-customize): load must read file idlw-shell.el.
12357 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12358
d6226972
CD
123592000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12360
12361 * progmodes/idlw-shell.el: Also provide idlwave-shell
12362 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12363 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12364
12365 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12366 both reftex-dcr and reftex-vcr.
1362aeb4 12367
d6226972
CD
12368 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12369
6ddb893f 123702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12371
12372 * ps-print.el: PostScript code now is in separate files, doc fix.
12373 (ps-print-version): New version number (5.0.3).
12374 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12375 local.
12376 (ps-spool-config): Initialization fix.
c1475eae
GM
12377 (ps-print-prologue-1, ps-print-prologue-2)
12378 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12379 (ps-background-image): Little code reformating.
12380 (ps-begin-file, ps-begin-job): Fix code.
88807984 12381 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12382 (ps-prologue-file): New fun.
12383
ae833aae
KH
123842000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12385
c1475eae 12386 * ps-vars.el: Eliminated.
ae833aae
KH
12387
12388 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12389 `;;;###autoload'.
12390
12391 * ps-print.el: ps-vars eliminated, doc fix.
12392 (ps-print-version): New version number (5.0.2).
12393 (ps-spool-config): Initialization fix.
12394 (ps-print-customize): New fun.
12395
560a7bd2
GM
123962000-01-04 Gerd Moellmann <gerd@gnu.org>
12397
12398 * autorevert.el (auto-revert-mode): Return value of
12399 auto-revert-mode.
12400
f45dd0f4
DL
124012000-01-04 Dave Love <fx@gnu.org>
12402
fae2ac05
DL
12403 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12404 menu items.
f45dd0f4 12405
61255981
DL
124062000-01-03 Dave Love <fx@gnu.org>
12407
88807984 12408 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12409
83de2ebc 12410 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12411 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12412 `cl-hash-table-p', not `hash-table-p'.
12413 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12414
c182a70f
EZ
124152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12416
12417 * faces.el (face-read-integer, read-face-attribute)
12418 (color-defined-p, color-values): unspecified-{f,b}g are now
12419 strings.
12420
047f434a
GM
124212000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12422
12423 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12424 at comment end, and re-insert them after filling.
12425
bab531e2
EZ
124262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12427
12428 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12429 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12430 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12431
d684c676
EZ
124322000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12433
12434 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12435 the new name of face-color-supported-p.
12436
12437 * term/w32-win.el (xw-defined-colors): Likewise.
12438
0aad4805
EZ
124392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12440
12441 * simple.el (completion-setup-function): Count completion-size
12442 from minibuffer-prompt-end, not from point-min.
12443
5fe1d139
EZ
124442000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12445
12446 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12447 Pass the frame to tty-color-* functions.
12448 (display-color-p, frame-set-background-mode): Pass the frame to
12449 tty-display-color-p.
12450
12451 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12452 tty-color-alist.
12453 (tty-color-alist, tty-modify-color-alist): New functions.
12454 (tty-color-define, tty-color-clear, tty-color-approximate)
12455 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12456 an optional parameter FRAME.
12457
162dec01
GM
124582000-01-01 Gerd Moellmann <gerd@gnu.org>
12459
27189709
GM
12460 * image.el (create-image, defimage): Don't assume image data is a
12461 string.
12462
162dec01
GM
12463 * image.el (defimage): Handle specifications containing :data
12464 instead of :file.
12465 (image-type-from-data): New function.
12466 (image-type-from-file-header): Use it.
12467 (create-image): Add parameter DATA-P.
1362aeb4 12468
bea56df7 12469See ChangeLog.8 for earlier changes.
25a6fab1
KH
12470
12471;; Local Variables:
e64c3a75 12472;; coding: iso-2022-7bit
25a6fab1 12473;; End: