(x_tool_bar_item, w32_handle_tool_bar_click)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
980d836e
GM
12000-11-22 Gerd Moellmann <gerd@gnu.org>
2
60e8e0a5
GM
3 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4 maintainer, keywords tags.
5
980d836e
GM
6 * rect.el (replace-rectangle): Don't call string-rectangle-line
7 with too many arguments.
8
e08b2069
AS
92000-11-22 Andre Spiegel <spiegel@gnu.org>
10
60e8e0a5
GM
11 * ediff-util.el (ediff-file-checked-out-p)
12 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
13 vc-locking-user, which no longer exists.
14
15 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
16
c6779d8d
DL
172000-11-22 Dave Love <fx@gnu.org>
18
19 * md5.el (md5): Provide.
20 (md5): Fix error call.
21
e672fdce
MB
222000-11-22 Miles Bader <miles@gnu.org>
23
d9fdcdb5
MB
24 * textmodes/refill.el (refill-adjust-ignorable-overlay)
25 (refill-fill-paragraph-at): Remove debugging code.
26
80e24c04
MB
27 * calendar/calendar.el (generate-calendar-window): When we don't
28 call `fit-window-to-buffer', make sure the top line is fully visible.
29
3a17d6cc
MB
30 * image-file.el (insert-image-file): Don't make `read-only'
31 property rear-nonsticky.
32
ae1a21c6
MB
33 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
34 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
35 stashing away its original value.
36 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
37 in the recursive edit.
38 Bind `isearch-original-minibuffer-message-timeout' to protect it.
39 (isearch-done): Restore `minibuffer-message-timeout'.
40
e672fdce
MB
41 * cus-start.el: Remove entry for `mode-line-inverse-video'.
42
3ea79df8
SM
432000-11-21 Stefan Monnier <monnier@cs.yale.edu>
44
45 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
46
47 * find-lisp.el (find-lisp-find-files-internal):
48 Use dolist, when and file-name-as-directory.
49
980d836e 50 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
51 (define-derived-mode, define-minor-mode): Add specs.
52
53 * window.el: General comment and spacing fixes.
54 (save-selected-window): Use backquotes.
55 (window-safely-shrinkable-p): New function.
56 (shrink-window-if-larger-than-buffer): Use it.
57
58 * subr.el (make-local-hook): Docstring fix.
59
60 * shell.el (shell-mode): Use define-derived-mode.
61
62 * newcomment.el (comment-indent): Insert comment before calling
63 comment-indent-function. Don't insert in column 0.
64 (comment-dwim): Indent before inserting comment.
65
66 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
67 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
68 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
69 Use mapc rather than map.
70
71 * files.el (find-buffer-visiting): Compare all attributes before
72 declaring two files identical (rather than just their inode-no).
73 (auto-mode-alist): Use \' rather than $.
74
75 * which-func.el: Update maintainer line.
76
77 * pcvs.el (uniquify-buffer-file-name): Remove advice.
78 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
79 (uniquify-buffer-file-name): Use it.
80
8f62f2b8
MB
812000-11-22 Miles Bader <miles@gnu.org>
82
83 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
84 * simple.el (minibuffer-avoid-prompt): New function.
85
fb279a6d
GM
862000-11-21 Gerd Moellmann <gerd@gnu.org>
87
88 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
89
867092e9
MB
902000-11-21 Miles Bader <miles@gnu.org>
91
ef860850
MB
92 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
93 inclusion of `track-mouse'.
94
867092e9
MB
95 * textmodes/refill.el (refill-ignorable-overlay): New variable.
96 (refill-adjust-ignorable-overlay): New function.
97 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
98 only the paragraph's tail if possible.
99 Update `refill-ignorable-overlay'.
100 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
101
102 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
103 point inside the fill-prefix.
104
105 * textmodes/refill.el (refill-post-command-function): Don't reset
106 refill-doit in the case where a self-insertion command doesn't
107 case a refill. Use `refill-fill-paragraph-at', getting position
108 from `refill-doit'.
109 (refill-after-change-function): Set `refill-doit' to END.
110 (refill-fill-paragraph-at): New function, mostly from old
111 refill-fill-paragraph.
112 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
113 (refill-pre-command-function): New function.
114 (refill-mode): Add it to `pre-command-hook'.
115
ff9ab414
GM
1162000-11-20 Gerd Moellmann <gerd@gnu.org>
117
29a01b72
GM
118 * textmodes/artist.el (artist-mode): Fix autoload cookie.
119
ff9ab414
GM
120 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
121 javadoc tags.
122
885b211b
AS
1232000-11-20 Andre Spiegel <spiegel@gnu.org>
124
125 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
126 vc.el).
127
128 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
129 require vc.
130
131 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
132 checkouts.
133
d1838556
DL
1342000-11-20 Dave Love <fx@gnu.org>
135
136 * Makefile.in (DONTCOMPILE): Omit bindings.el.
137
56c13ae6
GM
1382000-11-20 Gerd Moellmann <gerd@gnu.org>
139
140 * calculator.el: New version from author.
141
b95b34e5
GM
1422000-11-19 Gerd Moellmann <gerd@gnu.org>
143
030de92f
GM
144 * info.el (info-menu-5): Doc fix.
145
b95b34e5
GM
146 * textmodes/artist.el: New file.
147
54970452
AS
1482000-11-19 Andre Spiegel <spiegel@gnu.org>
149
150 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
151 and differentiate according to checkout model.
152 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
153 since this function is only concerned with master state.
154
155 * vc-hooks.el (vc-workfile-unchanged-p,
156 vc-default-workfile-unchanged-p): Moved here from vc.el.
157
158 * vc.el (vc-workfile-unchanged-p,
159 vc-default-workfile-unchanged-p): See above.
160
e5a9dabf
MB
1612000-11-19 Miles Bader <miles@gnu.org>
162
163 * image-file.el (insert-image-file): Make `intangible' and
164 `read-only' properties rear-nonsticky too.
165
24127af0
GM
1662000-11-18 Gerd Moellmann <gerd@gnu.org>
167
d392e9c5
GM
168 * ps-print.el: Update copyright notice.
169
170 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
171 (tooltip-show): Use the offsets.
172
24127af0
GM
173 * bindings.el (mode-line-modified): Fix a typo.
174 (mode-line-toggle-modified, mode-line-widen)
175 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
176
08ea6f17
GM
1772000-11-17 Gerd Moellmann <gerd@gnu.org>
178
179 * ps-print.el: Minor fixes from author.
180
66321b2f
SM
1812000-11-16 Stefan Monnier <monnier@cs.yale.edu>
182
183 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
184 (vc-version-backup-file): Docstring fix.
185
046110c6
GM
1862000-11-16 Gerd Moellmann <gerd@gnu.org>
187
4104194e
GM
188 * files.el (basic-save-buffer): Don't add a newline if
189 find-file-literally is non-nil.
190 (find-file-literally): Extend doc string.
191
046110c6
GM
192 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
193 sort(1) with the `-f' argument.
194
6505c16e
AS
1952000-11-16 Andre Spiegel <spiegel@gnu.org>
196
fd063975
AS
197 * vc.el: Updated backend documentation.
198 (vc-default-check-headers): New function.
199
3d02dd81
AS
200 * vc-{cvs,rcs,sccs}.el: Functions reordered.
201
046110c6 202 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 203 up-to-date.
9dd94743
AS
204 (vc-do-command): In the asynchronous case, output messages only if
205 the minibuffer is not active.
fd063975 206
8791d617
AS
207 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
208 `vc-cvs-use-edit' is on.
209 (vc-cvs-checkout): When this is used for reverting the workfile,
210 make a backup of the original contents and revert to that in case
211 of error.
9dd94743
AS
212 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
213 remote repositories.
8791d617 214
6505c16e
AS
215 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
216 for both version and ratio in the minibuffer.
fd063975 217
8791d617
AS
218 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
219 Use vc-do-command to perform the annotation, not call-process.
6505c16e 220
a13f0660
KH
2212000-11-16 Kenichi Handa <handa@etl.go.jp>
222
223 * international/quail.el (quail-start-translation): Don't call
224 `message' before reading key sequence.
225
1389a414
MB
2262000-11-16 Miles Bader <miles@lsi.nec.co.jp>
227
228 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
229
9256a532
KH
2302000-11-16 Kenichi Handa <handa@etl.go.jp>
231
232 * window.el (fit-window-to-buffer): Be sure to acquire at least
233 one text line even if the buffer is empty.
234
0e14fe9f
GM
2352000-11-16 Gerd Moellmann <gerd@gnu.org>
236
237 * net/ange-ftp.el (ange-ftp-file-writable-p)
238 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
239 ange-ftp-process-verbose to nil.
240
da645c53
DL
2412000-11-15 Dave Love <fx@gnu.org>
242
233d5cde
DL
243 * wid-edit.el (widget-specify-field, widget-specify-button): If
244 :help-echo is a function, set help-echo of overlay to
245 widget-mouse-help.
246 (widget-mouse-help): New function.
247 (widget-echo-help): Rewritten for :help-echo functions only taking
248 a widget arg.
249
b12057b9
DL
250 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
251 display-graphic-p.
252 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
253 and that JPEG is available.
254 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
255
da645c53
DL
256 * international/mule-cmds.el (locale-charset-language-names):
257 Match @euro.
258
6d133d1f
GM
2592000-11-15 Gerd Moellmann <gerd@gnu.org>
260
261 * faces.el (face-set-after-frame-default): If
0e14fe9f 262 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
263 default face from X resources.
264
49ac2ac5
EZ
2652000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
266
267 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
268 Don't set EMACSLOADPATH.
269
4fb0a34c
EZ
2702000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
273 texinfo-insert-@url.
274 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
275 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
276
bb304a7a
SM
2772000-11-14 Stefan Monnier <monnier@cs.yale.edu>
278
82bc80bf
SM
279 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
280 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
281 (checkdoc-minor-keymap): Backward compatibility.
282 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
283 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
284 (checkdoc-this-string-valid-engine): Be a bit more strict
285 to avoid matching substrings of `...' quoted vars/funs.
286 (checkdoc-defun-info): Only look for `interactive' if alone.
287 (debug-ignored-errors): Add "arg doesn't appear in docstring".
288
e8c87124
SM
289 * progmodes/compile.el (grep): `tag-default' can be nil.
290
bb304a7a
SM
291 * newcomment.el (comment-indent): Paren typo.
292
8628686a
DL
2932000-11-14 Dave Love <fx@gnu.org>
294
25c269ef
DL
295 * calculator.el: New maintainer version.
296
66321b2f 297 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 298
8628686a
DL
299 * cmuscheme.el: Doc fixes.
300 (cmuscheme) <defgroup>: Use `scheme' as parent.
301 (cmuscheme-program-name): Remove. Change uses to
302 scheme-program-name.
303
304 * xscheme.el (scheme-program-name): Don't define here.
305
306 * progmodes/scheme.el (scheme-program-name): New variable
307 (originally in cmuscheme).
308
88f0a1eb
MB
3092000-11-14 Miles Bader <miles@gnu.org>
310
311 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
312 Handle header-lines. Don't loop forever if we can't enlarge the
313 window anymore. Simplify a bit.
314
cd9a000c
KH
3152000-11-14 Kenichi Handa <handa@etl.go.jp>
316
317 * window.el (fit-window-to-buffer): Don't check
318 window-text-height. Assure that the last line is fully visible.
319
320 * international/quail.el (quail-show-guidance-buf): Call
321 fit-window-to-buffer to assure the enough height of the guidance
322 buffer.
323 (quail-update-guidance): Avoid making the guidance buffer shorter.
324
d3fcda22
SM
3252000-11-14 Stefan Monnier <monnier@cs.yale.edu>
326
bdbd9606
SM
327 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
328 rather than `prepend' and add an interesting comment.
329 (tex-math-face, tex-font-lock-syntactic-face-function):
330 New face and function to use it.
331 (tex-define-common-keys, tex-mode-map): Use menu-item rather
332 than `menu-enable' symbol property.
333 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
334 (tex-mode): Add some latex-mode commands for auto-selection.
335 Use tex-font-lock-syntactic-face-function.
336 (tex-insert-quote): Simplify.
337 (tex-shell): New mode.
338 (tex-start-shell): Use it.
339 (tex-shell-proc, tex-shell-buf): New functions.
340 (tex-send-command): Use it.
341 (tex-main-file): Fix the meaning of the new arg REALFILE.
342 (tex-send-tex-command): New function split from `tex-start-tex'.
343 Set compilation-last-buffer and compilation-parsing-end.
344
d3fcda22
SM
345 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
346 when it follows non-comment text on the line.
347
348 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
349 Set font-lock-defaults.
350 (lisp-mode-shared-map): Init inside the defvar.
351 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
352 Use define-derived-mode.
353
bdab1d43
MB
3542000-11-14 Miles Bader <miles@lsi.nec.co.jp>
355
356 * faces.el (header-line): Use `:box nil' for color/gs displays too.
357
936ae731
GM
3582000-11-14 Gerd Moellmann <gerd@gnu.org>
359
360 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
361 recursively optimize body because that can lead to infinite
362 recursion; see comment there.
363
1695ca2b
EZ
3642000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
365
366 * faces.el (face-spec-set-match-display): Revert the change from
367 2000-10-24. Add a FIXME for after v21.1.
368
9d348294
MB
3692000-11-13 Miles Bader <miles@gnu.org>
370
371 * textmodes/fill.el (skip-line-prefix): New function.
372 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
373 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
374 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
375 point inside the fill-prefix.
9d348294 376
b85fa13c
MB
3772000-11-13 Miles Bader <miles@lsi.nec.co.jp>
378
379 * calendar/calendar.el (generate-calendar-window): Use
380 `fit-window-to-buffer'.
381
a0b47716
SM
3822000-11-12 Stefan Monnier <monnier@cs.yale.edu>
383
384 * gud.el (gud-minor-mode): New var.
385 (gud-symbol, gud-val): New functions.
386 (gud-find-file): Copy gud-minor-mode to the new buffer.
387 (gud-menu-map): Include entries for commands that are not always
388 available, using :enable to (de)activate them.
389 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
390 (gud-mode-map): New map.
391 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
392 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
393 Don't set up gud's menu (it's done by the minor-mode).
394 (gud-minibuffer-local-map): New.
395 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
396 (gud-query-cmdline): New function.
397 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
398 (gud-mode): Use define-derived-mode.
399 Don't set up gud's menu (it's done by the minor-mode).
400 (gud-chop-words): Remove.
401 (gud-common-init): Use split-string instead.
402 (gud-new-keymap, gud-make-debug-menu): Eradicate.
403
404 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
405 Add keyword arg :name.
406
407 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
408 (diff-count-matches, diff-split-hunk): New functions.
409 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
410
411 * pcvs-info.el (cvs-fi-conflict-face): New var.
412
413 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
414 Make it into a simple syntax-table, shared among all submodes.
415 (sh-heredoc-face): Re-introduce.
416 (sh-font-lock-syntactic-face-function): New function.
417 (sh-mode): Use it. Also use define-derived-mode.
418 Remove old bogus setting of indent-region-function.
419 (sh-set-shell): Don't set the syntax-table any more.
420 (sh-mode-syntax-table) <defun>: Remove.
421
f5ed37df
MB
4222000-11-12 Miles Bader <miles@gnu.org>
423
424 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
425 message if interactive.
426
0b074c2f
DL
4272000-11-12 Dave Love <fx@gnu.org>
428
429 * mail/feedmail.el: Fix header,
430 (feedmail) <defgroup>: Add :link.
431
432 * view.el: Use local-map property, not keymap on mode-line string.
433
434 * scroll-all.el (scroll-all-mode): Customize variable. Add
435 autoload cookie to function.
436
437 * lazy-lock.el: Remove compatibility code.
438
439 * finder.el (finder-known-keywords): Add `files', remove `vms'.
440 (finder-help-echo): New variable.
441 (finder-mouse-face-on-line): Add help-echo stuff.
442 (finder-list-keywords, finder-list-matches): Use mapc.
443
444 * faces.el (face-font-registry-alternatives): Add :version.
445
446 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
447 tags-table-list.
448
a0b47716 449 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 450
a0b47716 451 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
452 (mail-mode): Use [:alnum:] in some regexps.
453
6d502396
DL
4542000-11-10 Dave Love <fx@gnu.org>
455
456 * ediff.el (ediff-regions-internal, ediff-documentation):
457 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
458 fundamental mode.
459
460 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
461 buffer into fundamental mode.
462 (ediff-set-difference): Use copy-sequence if available.
463
464 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
465 ediff-patch-map non-nil.
466 (ediff-fixup-patch-map, ediff-fixup-patch-map)
467 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
468 buffer into fundamental mode.
469
470 * ediff-merg.el (state-or-merge): Defvar when compiling.
471
a82fe213
JR
4722000-11-10 Jason Rumney <jasonr@gnu.org>
473
474 * w32-fns.el (w32-add-charset-info): New function.
475 (w32-charset-info-alist): Use it.
476
52d89894
GM
4772000-11-10 Gerd Moellmann <gerd@gnu.org>
478
479 * faces.el (face-font-registry-alternatives): New user-option.
480
178932de
SM
4812000-11-10 Stefan Monnier <monnier@cs.yale.edu>
482
d7fa3319
SM
483 * textmodes/texinfo.el (texinfo-block-default): New var.
484 (texinfo-insert-block): Use it. Insert a newline if needed.
485
178932de
SM
486 * textmodes/fill.el (fill-indent-according-to-mode): New var.
487 (fill-region-as-paragraph): Use it.
488
489 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
490 (latex-mode): Tweak tex-*-(head|trail)er regexps.
491 Tweak paragraph regexps to allow a leading [ \t]*.
492 (tex-latex-block): Insert a newline if necessary.
493 (latex-insert-item): Only insert a newline if necessary.
494 (tex-guess-main-file): New function.
495 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
496 Set tex-main-file if TeX-master is provided.
497 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
498
bd02b8e0
GM
4992000-11-10 Gerd Moellmann <gerd@gnu.org>
500
501 * startup.el (command-line): Set the default tooltip-mode
502 to t for graphical displays which implement x-show-tip.
503
504 * tooltip.el (tooltip-mode): Add a comment about startup.el
505 setting the default value of this user-option.
506
b29b03eb
SM
5072000-11-09 Stefan Monnier <monnier@cs.yale.edu>
508
509 * font-lock.el (font-lock-*-face) <defvar>: Move.
510 (font-lock-defaults-alist): Mark obsolete.
511 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
512 (font-lock-mode): Use define-minor-mode.
513 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
514 (font-lock-turn-off-thing-lock): Be more explicit.
515 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
516 (font-lock-syntactic-face-function): New var.
517 (font-lock-fontify-syntactically-region): Use it.
518 (font-lock-doc-face): New.
519
520 * pcvs.el (cvs-enabledp): Ignore errors.
521 (cvs-commit-filelist): Never query.
522 (cvs-mode-insert): Always add a terminating / in the initial prompt.
523 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
524 (cvs-do-removal): Use cvs-partition rather than delete-if.
525 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
526 cvs-bury-buffer.
527
528 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
529 Allow `next' to jump to after the end of the last match.
530
778fbc46
GM
5312000-11-09 Gerd Moellmann <gerd@gnu.org>
532
730c746c
GM
533 * simple.el (byte-compiling-files-p): New function.
534
535 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
536 if it is there.
537
538 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
539 nil again.
540
778fbc46
GM
541 * textmodes/ispell.el (ispell-library-path): Don't call
542 check-ispell-version when byte-compiling because that starts
543 an ispell process, and ispell might not be installed.
544 (toplevel): Don't set up a menu when byte-compiling.
545
546 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
547 it, so that a boundp test can be used to determine if we're
548 currently byte-compiling.
549
5912c5bb
DL
5502000-11-09 Dave Love <fx@gnu.org>
551
552 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
553 eval-after-load.
554
7bb054a5
GM
5552000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
556
557 * ps-print.el: Patch for variable initialization when spooling. Doc
558 fix.
559 (ps-output-list): Fun eliminated.
560 (ps-begin-file, ps-begin-job): Code fix.
561
9db2706e
DL
5622000-11-08 Dave Love <fx@gnu.org>
563
564 * ediff-wind.el (ediff-control-frame-parameters): Zero
565 tool-bar-lines.
566
f7eb32aa
GM
5672000-11-08 Gerd Moellmann <gerd@gnu.org>
568
569 * simple.el (shell-command, display-message-or-buffer)
570 (shell-command-on-region): Mention resize-mini-windows in the doc
571 string.
572 (display-message-or-buffer): Take the value of resize-mini-windows
573 into account.
574
7b01b08c
GM
5752000-11-07 Gerd Moellmann <gerd@gnu.org>
576
acad3c0b
GM
577 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
578
7b01b08c
GM
579 * dired.el (dired-between-files): Add `^. find' as an alternative
580 to the regular expression, for find-dired.
581
6f602bd0
SM
5822000-11-06 Stefan Monnier <monnier@cs.yale.edu>
583
584 * textmodes/texnfo-upd.el: Require texinfo.
585 (defmacro, defgroup): Remove.
586 (texinfo-section-to-generic-alist): Remove.
587 Use texinfo-section-list instead (i.e. level is changed string->int).
588 (texinfo-filter): New function.
589 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
590 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
591 Use it. And use regexp-opt.
592 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
593 (texinfo-update-menu-region-beginning)
594 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
595 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
596 (texinfo-update-menu-same-level-regexps): Update.
597 (texinfo-update-node, texinfo-every-node-update)
598 (texinfo-sequential-node-update): Remove autoload cookie.
599
600 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
601 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
602 (texinfo-chapter-level-regexp): Remove.
603 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
604
bb216218
DL
6052000-11-06 Dave Love <fx@gnu.org>
606
6f602bd0 607 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 608
6f602bd0
SM
609 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
610 Match defun*.
bb216218 611
ff8dd5d5
KH
6122000-11-06 Kenichi Handa <handa@etl.go.jp>
613
614 * composite.el (composition-function-table): Variable declaration
615 moved to src/composite.c.
616 (compose-chars-after): New optional arg object.
617
e9da51a1
GM
6182000-11-06 Gerd Moellmann <gerd@gnu.org>
619
e0c12c68
GM
620 * bindings.el (mode-line-toggle-read-only)
621 (mode-line-toggle-modified, mode-line-widen)
622 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
623 (make-mode-line-mouse2-map): Rewritten.
624 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
625 functions so that C-h k can show something with a doc string.
626
e9da51a1
GM
627 * startup.el (fancy-splash-delay): Set to 10 seconds.
628 (fancy-splash-max-time): New user-option.
629 (fancy-splash-stop-time): New variable.
630 (fancy-splash-screens): Set it. Catch `stop-splashing'.
631 (fancy-splash-screens-1): Throw `stop-splashing' when current
632 time is greater than fancy-splash-stop-time.
633
611dbdf0
SM
6342000-11-06 Stefan Monnier <monnier@cs.yale.edu>
635
4d2806e2
SM
636 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
637
611dbdf0
SM
638 * pcvs.el (cvs-mode-marked): New arg `noquery'.
639 Prompt user for a file rather than raising an error.
640 (cvs-enabledp): Fix call to cvs-mode-marked.
641 (cvs-insert-file): New function (extracted from cvs-mode-insert).
642 (cvs-mode-insert): Use it. Change the init prompt' value.
643 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
644
645 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
646 Don't pass default arg to ewoc-locate.
647 (ewoc-collect): Return result in the right order.
648
649 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
650
651 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
652 (cvs-status-get-tags): Fix regexp.
653 (cvs-status-trees, cvs-status-cvstrees):
654 Combine after change hooks and don't sit-for.
4d2806e2
SM
655 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
656 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
657 Use make-char rather than hard-coded cryptic data.
658 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
659
660 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
661
662 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
663 (cvs-insert-strings): New function.
664
937b2877
MB
6652000-11-06 Miles Bader <miles@lsi.nec.co.jp>
666
667 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
668 `mwheel-scroll-amount'.
669 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
670 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
671 string-matching against the version string.
672
c6c97763
KH
6732000-11-06 Kenichi Handa <handa@etl.go.jp>
674
6eaec747
KH
675 * language/thai.el ("Thai"): Set a lisp form that produces
676 composed string in `sample-text' language info.
677
678 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
679 composed string in `sample-text' language info.
680
681 * international/mule-cmds.el (describe-language-environment): Eval
682 `sample-text' data and insert the result.
683
c6c97763
KH
684 * international/mule-conf.el (compound-text): Define this coding
685 system here. Make x-ctext and ctext aliases of it.
686
687 * language/european.el (compound-text, ctext): Moved to
688 international/mule-conf.el.
689
d1145f85
AI
6902000-11-05 Andrew Innes <andrewi@gnu.org>
691
692 * w32-fns.el (w32-version): New function.
693
178a6a45
SM
6942000-11-05 Stefan Monnier <monnier@cs.yale.edu>
695
696 * progmodes/awk-mode.el: Update copyright.
697 (awk-mode-abbrev-table): Remove.
698 (awk-font-lock-keywords): Use regexp-opt.
699 (awk-mode): Use define-derived-mode.
700
701 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
702 when extracting a suffix.
703
1ba90166
AS
7042000-11-04 Andre Spiegel <spiegel@gnu.org>
705
706 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
707 auto-save-mode.
708
546790cb
JR
7092000-11-04 Jason Rumney <jasonr@gnu.org>
710
711 * language/european.el (decode-mac-roman): Test against r1 not r0.
712
d247e32d
SM
7132000-11-03 Stefan Monnier <monnier@cs.yale.edu>
714
fbf44f44
SM
715 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
716 (icon-mode): Define indent-line-function.
717 (icon-comment-indent): Simplify.
718 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
719
720 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
721
722 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
723 Bind change-log-default-mode to defeat the caching done on it.
724 Don't bother saving excursion any more.
725
726 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
727
728 * frame.el (after-setting-font-hook): Rename hooks -> hook.
729 (set-frame-font): Use the new name (and the old for compatibility).
730
731 * toolbar/tool-bar.el (tool-bar-mode):
732 * time.el (display-time-mode):
733 * recentf.el (recentf-mode):
734 * paren.el (show-paren-mode):
735 * mwheel.el (mouse-wheel-mode):
736 * msb.el (msb-mode):
737 * jka-compr.el (auto-compression-mode):
738 * image-file.el (auto-image-file-mode):
739 * hl-line.el (hl-line-mode):
740 * delsel.el (delete-selection-mode):
741 * autoinsert.el (auto-insert-mode):
742 * complete.el (partial-completion-mode): Drop unneeded positional args.
743
744 * info.el (Info-mode):
745 * comint.el (comint-mode): Don't both with make-local-hook.
746
d247e32d
SM
747 * log-edit.el (log-edit-menu): New menu.
748
4921558e
MB
7492000-11-03 Miles Bader <miles@gnu.org>
750
751 * wid-edit.el (widget-end-of-line): Reinstate, with a new
752 definition, so that trailing spaces are handled properly.
753 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
754
1fc02b3c
GM
7552000-11-03 Gerd Moellmann <gerd@gnu.org>
756
757 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
758 tab character.
759 (fancy-splash-screens): Set tab-width to 20.
760
51d001f7
DL
7612000-11-03 Dave Love <fx@gnu.org>
762
763 * comint.el (comint-completion-addsuffix): Fix custom type.
764
ba22aeff
SM
7652000-11-02 Stefan Monnier <monnier@cs.yale.edu>
766
767 * font-lock.el (font-lock-buffers): Remove.
768 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
769 (font-lock-change-major-mode): Remove.
770 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
771 (font-lock-default-fontify-region): Extend the multiline
772 fontification to whole lines.
773 (font-lock-fontify-anchored-keywords)
774 (font-lock-fontify-keywords-region): If matching just one
775 line (with \n) only mark the \n as multiline.
776
777 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
778 Correctly handle the case where several :group args are supplied.
779 Allow :extra-args.
780 (easy-mmode-define-global-mode): Allow :extra-args.
781 Correctly handle the case where several :group args are supplied.
782
9c887ada
MB
7832000-11-02 Miles Bader <miles@gnu.org>
784
785 * calendar/calendar.el (diary-face, calendar-today-face)
786 (holiday-face): Remove dependency on `window-system'.
787
7f25090d
KR
7882000-11-02 Ken Raeburn <raeburn@gnu.org>
789
790 * Makefile.in (emacs): Set EMACSLOADPATH always.
791 (update-authors, .el.elc, compile-files): Don't do it explicitly
792 here.
9b911107 793 (compile-files): Bomb out if compilation of a file fails.
7f25090d 794
7dd6009c
DL
7952000-11-02 Dave Love <fx@gnu.org>
796
797 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
798
94821e4f
EZ
7992000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
802 punctuation in the warning inserted into the *mail* buffer.
803
1ac3fc42
GM
8042000-11-02 Gerd Moellmann <gerd@gnu.org>
805
57731876
GM
806 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
807 (authors-public-domain-p): New function.
808 (authors-print): Use it.
809
975f82c9
GM
810 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
811
1ac3fc42
GM
812 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
813
4b3eb10f
GM
8142000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
815
975f82c9 816 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
817 (ps-print-version): New version number (6.3.1).
818 (ps-even-or-odd-pages): Customization fix.
819 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
820 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
821 (ps-page-count): Var replaced by `ps-page-column'.
822 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
823 (ps-print-sheet-p): New fun.
824
7da794df
MB
8252000-11-02 Miles Bader <miles@lsi.nec.co.jp>
826
827 * tooltip.el (tooltip-gud-tips-setup): New function.
828 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
829 (tooltip-mode): Call tooltip-gud-tips-setup.
830 (tooltip-gud-tips): Use `gud-basic-call' instead of
831 process-send-string, so the prompt gets frobbed appropriately.
832 Handle nil return value from `tooltip-gud-print-command'.
833
0e40b809
EL
8342000-11-01 Eric M. Ludlam <zappo@ultranet.com>
835
836 * comint.el (comint-add-to-input-history): New function.
837 (comint-send-input): Use `comint-add-to-input-history'.
838
50ada0db
MB
8392000-11-02 Miles Bader <miles@lsi.nec.co.jp>
840
973a3104
MB
841 * info.el (info-menu-header): New face.
842 (Info-fontify-menu-headers): New function.
843 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
844
50ada0db
MB
845 * info.el (Info-insert-dir): Don't include blank lines at
846 beginning of additional dir files (one is added automatically).
847
bff53411
SM
8482000-11-01 Stefan Monnier <monnier@cs.yale.edu>
849
850 * emacs-lisp/easy-mmode.el (define-minor-mode):
851 Revert the latest changes.
852 Allow the three positional arguments to be skipped and replaced
853 by keyword arguments.
854 Add a :toggle argument to determine whether a nil arg means toggle
855 or means turn-on. The default is unchanged.
856 Add a call to force-mode-line-update.
857
6b8a0b2d
DL
8582000-11-01 Dave Love <fx@gnu.org>
859
860 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
861 cookie.
862
5bf99100
MB
8632000-11-01 Miles Bader <miles@lsi.nec.co.jp>
864
865 * calendar/calendar.el (diary-face, holiday-face): Add
866 dark-background variants.
867
a4032611
SS
8682000-10-31 Sam Steingold <sds@gnu.org>
869
870 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
871 `tex-main-file' does not have directory in it.
872
c286608e
SM
8732000-10-31 Stefan Monnier <monnier@cs.yale.edu>
874
875 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
876
4836835a
TTN
8772000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
878
879 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
880 functional change.
881
26dcb81b
GM
8822000-10-31 Gerd Moellmann <gerd@gnu.org>
883
884 * files.el (find-file-noselect): When we expand a wildcard, return
885 a list of buffers, as we should do according to the doc string.
886
49fc4500
KR
8872000-10-31 Ken Raeburn <raeburn@gnu.org>
888
889 * loadup.el (top level): Adjust load path if program name is
890 "../src/bootstrap-emacs", in case it's not dumped and thus the
891 load path adjustment hasn't already been done.
892
ea0c615d
GM
8932000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894
895 * ps-print.el: Fix bug on selected pages for printing. Use
896 `color-values' for Emacs 21. Ensure fontification when jit-lock
897 is on. Try to avoid warning messages when compiling. Doc Fix.
898 (ps-print-version): New version number (6.3).
899 (ps-color-device): Use `color-values' to determine if device
900 supports color.
901 (ps-color-values): Try to use `x-color-values' when using XEmacs.
902 (ps-print-page-p): Changed from defsubst to defun.
903 (ps-page-number): Changed from defmacro to defun.
904 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
905 printing.
c286608e 906 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
907 (ps-end-file, ps-dummy-page): Funs eliminated.
908 (ps-print-color-scale): Changed default value.
909 (ps-page-n-up, ps-print-page-p): New internal vars.
910 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
911 (ps-plot-region, ps-generate, ps-end-job): Code fix.
912
9e20722f
GM
913 * delim-col.el: Little programming improvement.
914 (delimit-columns-str): New macro.
915 (delimit-columns-region, delimit-columns-rectangle): Code fix.
916
d7a0fd00
KH
9172000-10-31 Kenichi Handa <handa@etl.go.jp>
918
c286608e
SM
919 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
920 Moved to european.el.
d7a0fd00
KH
921 (ccl-encode-mac-roman-font, fontset-mac): Modified for
922 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
923 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
924 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 925
234be340
DL
9262000-10-30 Dave Love <fx@gnu.org>
927
928 * progmodes/cc-menus.el (imenu-generic-expression)
929 (imenu-progress-message): Only defvar when compiling.
930
4edc4a39
DL
931 * emacs-lisp/elp.el (elp-unload-hook): New function.
932
933 * loadhist.el (unload-feature): Call elp-restore-function,
934 checking for symbols; don't use elp-restore-all.
935 (loadhist-hook-functions): Doc fix.
936
70c825df
SM
9372000-10-30 Stefan Monnier <monnier@cs.yale.edu>
938
939 * log-edit.el (log-edit-confirm): Fix the default.
940
1d3baf74
GM
9412000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
942
943 * delim-col.el: Little fix: replace delimit-columns-align-columns by
944 delimit-columns-format.
945 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 946
1ec321a7
MB
9472000-10-30 Miles Bader <miles@lsi.nec.co.jp>
948
949 * comint.el (comint-replace-by-expanded-history): Don't use
950 comint-get-old-input (we're not looking at *old* input).
951 (comint-get-old-input-default): If using fields, signal an error
952 when the point is not in an input field.
953
70737ea9
KH
9542000-10-30 Kenichi Handa <handa@etl.go.jp>
955
956 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
957 and mule-unicode-e000-ffff.
958
fa0cb51d 959 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
960 (make-coding-system): Accept a symbol of translation table as a
961 value of property `safe-chars'.
962
963 * international/mule-cmds.el (encode-coding-char): Check property
964 safe-chars instead of safe-charsets.
965
966 * international/fontset.el (fontset-default): Modified for
967 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
968 (x-font-name-charset-alist): Likewise.
969 (ccl-encode-unicode-font): New CCL program. Record it in
970 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
971
70c825df
SM
972 * language/european.el (mac-roman-decoder, mac-roman-encoder):
973 New translation tables.
70737ea9
KH
974 (decode-mac-roman, encode-mac-roman): Definition of these CCL
975 programs are modified and moved from mac-win.el.
976 (mac-roman): Definition of this coding system is modified and
977 moved from mac-win.el.
4836835a 978
fda2ce24 9792000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 980
1d3baf74 981 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 982 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 983
dd4d3cb6
MB
9842000-10-29 Miles Bader <miles@gnu.org>
985
986 * custom.el (custom-add-to-group): Allow multiple entries for a
987 given value OPTION, as long as their widget types are different.
988 * cus-edit.el (custom-face-value-create): If face name doesn't end
989 with "face", add such here (similar to custom group widgets).
990
991 * comint.el (comint-highlight-prompt): Add :type.
992
dace60cf
JW
9932000-10-28 John Wiegley <johnw@gnu.org>
994
995 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
996 Changed this function to operate on a temporary buffer instead of
997 the main buffer. This not only keeps flyspell from marking a
998 buffer as changed that wasn't, but it solves the jumpy cursor
999 problem when attempts are made to edit incorrect words.
1000 (flyspell-maybe-correct-doubling): Same change as for
1001 `flyspell-maybe-correct-transposition'.
1002
1003 * calendar/timeclock.el (timeclock-log): Doc fix.
1004 (timeclock-last-event): Doc fix.
1005 (timeclock-log): Kill the timelog buffer after appending a new
1006 event.
1007 (timeclock-find-discrep): Use a temp buffer to read in the
1008 timelog, instead of visiting the file.
1009 (timeclock-log-data): A new function, along with a host of helper
1010 functions, for the purpose of making timelog data accessible to
1011 programmers.
1012
1013 * eshell/esh-mode.el (window-height test): Make certain that
1014 `eshell-stringify-t' is non-nil.
1015 (eshell-password-prompt-regexp): Changed to a much simpler
1016 password regexp.
1017 (eshell-send-input): If `eshell-invoke-directly' returns t,
1018 directly invoke the parsed command using `eval'. This improves
1019 turn-around time on simple commands by a factor of three or
1020 greater, such as cd, ls, pwd, etc. -- which get used very often.
1021 It also conserves thousands of cons cells per call (since
1022 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1023 in the Pacific Cookie Company).
1024
1025 * eshell/esh-test.el (eshell-test): Whitespace fix.
1026
1027 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1028 `eshell-ls-initial-args' nil when inserting directory contents.
1029
1030 * eshell/em-script.el (eshell-script-initialize): Add names to
1031 `eshell-complex-commands, since `source' and `.' are complex.
1032
0467b076
EZ
1033 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1034 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1035 `eshell-copy-handles'.
1036 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1037 bodies.
1038 (eshell-separate-commands): Whitespace fix.
1039 (eshell-complex-commands): Added a new list of names, for
1040 determining whether a given command is as simple as it looks.
1041 (eshell-invoke-directly): New function. Returns t if a command
1042 should be invoked directly (using `eval'), rather than indirectly
1043 using `eshell-do-eval'.
1044 (eshell-do-eval): Whitespace fix.
1045
1046 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1047 which provides an emulation of the DOS shell behavior of assuming
1048 that cp/mv/ln should copy/move/link to the current directory.
1049 (eshell-remove-entries): Added a doc string.
1050 (eshell-shuffle-files): Removed the check for `target' being null.
1051 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1052 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1053 it to do a smarter check of whether a destination was provided.
1054 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1055 (eshell/ln): Enable `:preserve-args', and use
1056 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1057 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1058 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1059 list after flattening it. This makes it possible to cat files
1060 with numerical names.
1061 (eshell-unix-initialize): Added several names to
1062 `eshell-complex-commands.
1063 (eshell-unix-command-complex-p): Return t if a given command name
1064 may result in external processes being invoked.
1065
1066 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1067 variable nil by default, since it slows down glob processing by a
1068 factor of two or more, and increases memory consumption.
1069
1070 * eshell/em-smart.el: Added a note about how memory consumptive
1071 smart display mode can be (at least this is true in Emacs 21).
1072 (eshell-smart-initialize): Whitespace fix.
1073 (eshell-refresh-windows): Use `if' instead of `when'.
1074 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1075 not necessary.
1076 (eshell-currently-handling-window): Added a missing global
1077 variable.
1078
1079 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1080 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1081 Whitespace fix.
1082 (eshell-ls-exclude-hidden): Added this variable in addition to
1083 `eshell-ls-exclude-regexp'. This one prevents files beginning
1084 with . from even being read, which can improve memory consumption
1085 quite a bit.
1086 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1087 read file entries beginning with a dot. In home directories with
1088 lots of hidden files, fully two-thirds of the time spent in ls is
1089 used to read directory entries that are immediately thrown away.
1090 (eshell-ls-initial-args): Added back this configuration variable,
1091 for specifying default initial arguments to every call to ls.
1092 Much faster than using an alias to do the same thing.
1093 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1094 (eshell-ls-dir): Whitespace change.
1095
1096 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1097
1098 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1099 available.
1100 (eshell-stringify-t): Added a customization variable, to indicate
1101 whether `t' should be rendered as a string at all. If not, one
1102 can still determine if the result of an expression is true using
1103 "file-exists-p FILE && echo true".
1104 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1105 stringify t!
1106
1107 * eshell/esh-module.el: Whitespace fix.
1108
1109 * eshell/em-alias.el (eshell-alias-initialize): Added
1110 `eshell-command-aliased-p' to `eshell-complex-commands'.
1111 (eshell-command-aliased-p): New function that returns t if a
1112 command name names an aliased.
1113
657f9cb8 11142000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1115
0467b076 1116 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1117 redrawing the screen when changing cursor color.
0467b076
EZ
1118 (viper-insert-state-pre-command-sentinel)
1119 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1120 (viper-replace-state-post-command-sentinel):
1121 Use viper-preserve-cursor-color.
657f9cb8
MK
1122 Many functions changed to use viper= instead of = when comparing
1123 characters.
0467b076 1124 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1125 working with characters.
0467b076 1126 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1127 Many functions changed to use viper= instead of = when comparing
1128 characters.
0467b076 1129 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1130
0467b076 1131 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1132 Several typos fixed in various docstrings.
0467b076
EZ
1133 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1134 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1135 hook.
0467b076
EZ
1136 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1137 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1138 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1139 (ediff-get-selected-buffers): New function.
1140 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1141 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1142 save-window-excursion.
0467b076 1143 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1144 termination check in while loop.
0467b076 1145 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1146 dired buffer.
0467b076
EZ
1147 (ediff-files,ediff-merge-files,ediff-files3)
1148 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1149
4f490d99
DL
11502000-10-28 Dave Love <fx@gnu.org>
1151
1152 * info.el (Info-fontify-node): Add help-echo for menu items.
1153
45b84006
EZ
11542000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1155
5ebc02b3
EZ
1156 * startup.el (normal-top-level): If the value of $TERM indicates
1157 we are running from xterm or one of its work-alikes, default to a
1158 light background mode.
1159
45b84006
EZ
1160 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1161 * faces.el (tty-handle-reverse-video): New function.
1162 (tty-create-frame-with-faces): Call it.
1163
1164 * frame.el (frame-notice-user-settings): Don't apply
1165 default-frame-alist and initial-frame-alist to MS-DOS frames.
1166 Call tty-handle-reverse-video, frame-set-background-mode, and
1167 face-set-after-frame-default for non-MS-DOS frames.
1168
1169 * startup.el (tty-long-option-alist): New variable.
1170 (tty-handle-args): New function.
1171 (command-line): Call tty-handle-args.
1172
1173 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1174 startup.el now does that for all character-terminal frames.
1175
eab6e8b9
MB
11762000-10-28 Miles Bader <miles@gnu.org>
1177
1178 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1179 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1180 global. If :global is followed by a non-nil but non-t value,
1181 make the mode buffer-local, but also generate a `global-MODE'
1182 version using `easy-mmode-define-global-mode'. Add
1183 :conditional-turn-on keyword argument.
1184
51a29efc
DL
11852000-10-28 Dave Love <fx@gnu.org>
1186
1187 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1188 use window-system.
1189
d71d7114
EZ
11902000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1191
1192 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1193 Don't call find-buffer-file-type-coding-system. Instead, just
1194 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1195 if the file is on an untranslated filesystem.
1196 (add-untranslated-filesystem): Use "D" instead of "f" inside
1197 interactive.
1198
1f9cab4b
DL
11992000-10-27 Dave Love <fx@gnu.org>
1200
70c825df 1201 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1202 (refill-mode): Use it.
1203
70c825df
SM
12042000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1205
1206 * international/quail.el (quail-activate): Don't make-local-hook.
1207
7432cf10
AS
12082000-10-27 Andre Spiegel <spiegel@gnu.org>
1209
4836835a 1210 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1211 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1212 (vc-make-version-backup): Don't do it on MS-DOS without long file
1213 names.
4836835a 1214
7432cf10
AS
1215 * vc.el (vc-version-other-window): If an automatic backup of the
1216 desired version exists, rename it instead of copying it.
1217
4836835a
TTN
1218 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1219 after command. If there's an unexpected error, signal it instead
7432cf10 1220 of being silent.
e1483c38 1221 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1222
05ea7ef2
MB
12232000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1224
fd1035aa
MB
1225 * shell.el (shell): Add BUFFER argument.
1226 * comint.el (make-comint-in-buffer): New function.
1227 (make-comint): Use it.
1228
05ea7ef2
MB
1229 * faces.el (face-spec-choose): Change syntax so that the list of
1230 attribute-value pairs is now the cdr of each clause, not the cadr.
1231 Detect old-style entries, and handle them. Use pop.
1232
835a55fe
SM
12332000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1234
f5ab1cdd
SM
1235 * cus-edit.el (custom-mode-map): Use a sparse map.
1236 (custom-mode): Don't bother with make-local-hook.
1237
1238 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1239
835a55fe
SM
1240 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1241
c13b0ec8
GM
12422000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1243
1244 * ps-print.el: Avoid compilation gripes.
1245 (ps-print-version): New version number (6.2.1).
4836835a 1246
e9f63196
DL
12472000-10-26 Dave Love <fx@gnu.org>
1248
0b95284b
DL
1249 * menu-bar.el: Modify some menu item help strings.
1250 (menu-bar-help-menu): Add link to MORE.STUFF.
1251
e9f63196
DL
1252 * cus-edit.el (custom-mode): Add `special' mode-class property.
1253
1254 * wid-browse.el (widget-browse-mode): Likewise.
1255
1256 * wid-edit.el (widget-specify-field): Revert to using local-map
1257 property, not keymap.
1258
e276a14a
MB
12592000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1260
c1545d88
MB
1261 * wid-edit.el (widget-field-end): When checking for a `boundary'
1262 field, do so in the correct buffer.
1263
3c1b77ca
MB
1264 * simple.el (undo): Correctly distinguish between numeric and
1265 non-numeric prefix args in non-transient-mark-mode, as per the doc
1266 string. When in transient-mark-mode, treat all prefix-args as
1267 numeric.
1268
f5ab1cdd
SM
1269 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1270 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1271
1272 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1273 (comint-mode-map): Reverse order of `comint-write-output' and
1274 `comint-append-output-to-file'.
1275 (comint-append-output-to-file): Reinstate this function, for the
1276 benefit of the menu.
1277
d97151cb
SM
12782000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1279
1280 * vc.el (vc-version-other-window): Bind `file'.
1281
ea7d6f5b
GM
12822000-10-25 Gerd Moellmann <gerd@gnu.org>
1283
f5ab1cdd 1284 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1285
1286 * emacs-lisp/authors.el (batch-update-authors): New function.
1287 (authors-fixed-entries): New defconst.
1288 (authors-add-fixed-entries): New function.
1289 (authors): Call it.: Don't process lispref/.
1290
17c25cea
JR
12912000-10-25 Jason Rumney <jasonr@gnu.org>
1292
1293 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1294 Merge x w32 and mac definitions.
1295
4ecda532
GM
12962000-10-25 Gerd Moellmann <gerd@gnu.org>
1297
1298 * menu-bar.el (menu-bar-options-menu): Add a help string for
1299 `uniquify'.
1300
b6735035
GM
13012000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1302
f5ab1cdd
SM
1303 * time-stamp.el (time-stamp-string-preprocess):
1304 Fix a wrong type argument error.
b6735035 1305
f4cbc7a0
MB
13062000-10-25 Miles Bader <miles@gnu.org>
1307
1308 * recentf.el (recentf-mode): Variable removed.
1309 (recentf-mode): Use `define-minor-mode'.
1310
1311 * mwheel.el (mouse-wheel-mode): New global minor mode.
1312 (mwheel-install): Use `mouse-wheel-mode'.
1313
f4b020f6
DL
13142000-10-25 Dave Love <fx@gnu.org>
1315
f5ab1cdd
SM
1316 * progmodes/cperl-mode.el (cperl-mode):
1317 Set normal-auto-fill-function correctly.
072cb6f9 1318
f4b020f6
DL
1319 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1320 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1321 bindings.
f4b020f6 1322
ebe2a441
MB
13232000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1324
ff4dcd4b
MB
1325 * wid-edit.el (widget-field-at): New function.
1326 (widget-at, widget-field-activate): Use it.
1327 (widget-tabable-at): Use `widget-at'.
1328 (widget-specify-field): If the terminating character of the widget
1329 field (which is read-only) is a newline, put it into a special
1330 `boundary' field so that C-n/C-p act more naturally.
1331 (widget-field-end): Also don't subtract one if a special
1332 `boundary' field has been added after the widget field.
1333
ebe2a441
MB
1334 * comint.el (comint-output-filter, comint-send-input): Don't
1335 bother adding stickiness fields to overlays to fool the field
1336 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1337
ebe2a441
MB
1338 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1339 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1340 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1341
fe50b6ab
GM
13422000-10-24 Gerd Moellmann <gerd@gnu.org>
1343
53df4dda
GM
1344 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1345 (authors): Set file coding system to iso-2022-7bit. Add
1346 file-local variables to output buffer.
1347
4836835a 1348 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1349 WARN is nil.
1350
53df4dda
GM
13512000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1352
1353 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1354
1355 * delim-col.el: Now there is a column formatting mechanism.
1356 Modified to customization mechanisms convention. Doc fix.
1357 (columns): New group for delim-col.
1358 (delimit-columns-before, delimit-columns-after)
1359 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1360 (delimit-columns-end): New vars.
1361 (delimit-columns-customize, delimit-columns-format): New funs.
1362 (delimit-columns-region, delimit-columns-rectangle)
1363 (delimit-columns-rectangle-line): Modified to support column
1364 formatting.
4836835a 1365
a9839779
DL
13662000-10-24 Dave Love <fx@gnu.org>
1367
1368 * log-edit.el (log-edit): Add :version and a :group for vc.
1369
df0267b8
GM
13702000-10-24 Gerd Moellmann <gerd@gnu.org>
1371
9acc3873
GM
1372 * files.el (after-find-file): Don't print a message ``New file''
1373 if WARN is nil.
1374
63e1b552
GM
1375 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1376 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1377 get duplicate tool-bar entries because we'll see the global ones
1378 on more than one path through keymaps.
1379
1946f901
GM
1380 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1381
df0267b8
GM
1382 * progmodes/cmacexp.el: Change Francesco's email address.
1383
ae3b264b
KH
13842000-10-24 Kenichi Handa <handa@etl.go.jp>
1385
1386 * window.el (fit-window-to-buffer): Adjust point of the window
1387 buffer, not that of the current buffer.
1388
23afac01
EZ
13892000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1390
1391 * progmodes/cmacexp.el: Update the euthor's email address.
1392
22d1a4ed
MB
13932000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1394
1395 * faces.el (face-spec-set-match-display): Add `graphic' display
1396 type (the inverse of `tty'). Use `display-graphic-p' instead of
1397 the window-system variable.
1398
f408aa48
KH
13992000-10-24 Kenichi Handa <handa@etl.go.jp>
1400
1401 * international/isearch-x.el (isearch-with-input-method): Call
1402 input-method-function with the first event in
1403 unread-command-events.
1404
94fe8a31
MB
14052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1406
1407 * faces.el (face-default-spec, face-user-default-spec): Make
1408 defsubsts.
1409
8f47302e
AC
14102000-10-24 Andrew Choi <akochoi@i-cable.com>
1411
1412 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1413 New charsets.
1414
1415 * term/mac-win.el: Remove definitions of mac-roman-lower and
1416 mac-roman-upper, require dired, and define instead of set
1417 mac-ready-for-drag-n-drop to avoid compilation error.
1418
446c097e
AI
14192000-10-23 Andrew Innes <andrewi@gnu.org>
1420
1421 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1422 superfluous calls to subst-char-in-string; instead apply
1423 expand-file-name after convert-standard-filename to ensure
1424 expected directory separators are used.
1425
379b70e7
EZ
14262000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1427
1428 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1429
85c766e9
DL
14302000-10-23 Dave Love <fx@gnu.org>
1431
b7e03a67
DL
1432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1433 (tool-bar-add-item): Set foreground and background for XBM icons.
1434
1435 * international/latin1-disp.el (latin1-char-displayable-p): New
1436 function (from Handa).
1437 (latin1-display-check-font): Use it.
1438
0dcf8835
DL
1439 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1440 using :key-sequence, making it much more usable. Use nconc, not
1441 append.
1442 (imenu--create-keymap-1): Avoid append.
1443
85c766e9 1444 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1445
cb3069bb
MB
14462000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1447
1448 [the following changes fix a bug where `define-minor-mode' didn't
1449 correctly generate :require clauses for defcustoms in compiled files]
1450 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1451 (byte-compile-log-file, byte-compile-log-1): Don't set
1452 `byte-compile-current-file' to nil. Instead set
1453 `byte-compile-last-logged-file' to it. Test whether
1454 byte-compile-current-file equals byte-compile-last-logged-file
1455 instead of whether its nil.
3b6542ba 1456 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1457
6db6243b
SM
14582000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * textmodes/refill.el: Fix var names in doc.
1461 (refill-mode): Don't bother with make-local-hook anymore.
1462
98490598
MB
14632000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1464
e01cd227
MB
1465 * faces.el (face-user-default-spec, face-default-spec): New functions.
1466 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1467 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1468 Use `face-user-default-spec'. Simplify code slightly.
1469
4836835a 1470 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1471 (woman-unknown-face): Add dark-background variants.
1472 (woman-default-faces): Renamed from `woman-colour-faces'.
1473 Set using the stored defaults, rather than using hard-wired colors.
1474 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1475 Just make the foreground `unspecified' rather than "black".
1476 (woman-menu): Rename menu entries accordingly.
1477
98490598
MB
1478 * faces.el (header-line): Make more reasonable on mono/grayscale
1479 displays.
1480
1a578e9b
AC
14812000-10-23 Andrew Choi <akochoi@i-cable.com>
1482
1483 * cus-edit.el (custom-button-face): Use 3D look for mac.
1484 (custom-button-pressed-face): Likewise.
1485
1486 * faces.el (set-face-attributes-from-resources): Handle mac frames
1487 in the same way as x and w32 frames.
1488 (face-valid-attribute-values): Likewise.
1489 (read-face-attribute): Likewise.
1490 (defined-colors): Likewise.
1491 (color-defined-p): Likewise.
1492 (color-values): Likewise.
1493 (display-grayscale-p): Likewise.
1494 (face-set-after-frame-default): Likewise.
1495 (mode-line): Same default face as for x and w32.
1496 (tool-bar): Likewise.
1497
1498 * frame.el: Remove call to frame-notice-user-settings at end of
1499 the file.
1500
1501 * info.el (Info-fontify-node): make underlines invisible for mac
1502 as for x, pc, and w32 frame types.
1503
1504 * term/mac-win.el: New file.
1505
aaaf7be7
DL
15062000-10-22 Dave Love <fx@gnu.org>
1507
1508 * textmodes/refill.el: New file.
1509
5392d654
AS
15102000-10-22 Andre Spiegel <spiegel@gnu.org>
1511
4836835a 1512 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1513 MANUAL and REGEXP.
4836835a 1514 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1515 New functions.
1516 (vc-before-save): Use the latter.
1517 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1518 confusion.
1519
4836835a 1520 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1521 expected by vc[-hooks].el.
1522
1523 * vc.el (vc-checkout): Added `-p' suffix in call to
1524 vc-make-version-backups-p; use vc-make-version-backup to actually
1525 make the backup.
1526 (vc-version-other-window, vc-version-backup-file): Handle both
1527 automatic and manual backups.
1528 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1529 of all of them.
1530
1e221c16
MB
15312000-10-22 Miles Bader <miles@gnu.org>
1532
7ff4fda5
MB
1533 * comint.el (comint-highlight-input, comint-highlight-prompt):
1534 Renamed, `-face' at end removed.
1535 (comint-send-input, comint-output-filter): Use renamed faces.
1536
3511cde8
MB
1537 * window.el (fit-window-to-buffer): Change defaulting of
1538 MAX-HEIGHT slightly.
1539
1e221c16
MB
1540 * faces.el (color-values, color-defined-p): Use `member', not
1541 `memq', because it works correctly for strings.
1542 (frame-set-background-mode): Actually, "unspecified-fg" and
1543 "unspecified-bg" *are* strings. Use `member', not `memq', and
1544 `equal', not `eq', when a string value is possible.
1545
b6ef4898
EZ
15462000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1547
1548 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1549
34939e2c
SM
15502000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1551
1552 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1553 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1554 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1555 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1556 (sh-font-lock-syntactic-keywords): Use them.
1557 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1558 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1559 (sh-mode): Don't override font-lock-unfontify-region-function.
1560 Use a copy of sh-font-lock-syntactic-keywords.
1561 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1562 Don't call sh-scan-buffer since font-lock does it on the fly.
1563 (sh-get-indent-info): Use `face' rather than `syntax-table'
1564 text-property to detect here-documents.
1565 Replace sh-special-syntax with sh-st-punc.
1566 (sh-prev-line): Use `face' rather than `syntax-table'
1567 text-property to skip over here-documents.
1568 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1569 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1570 (sh-electric-less, sh-set-here-doc-region)
4836835a 1571 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1572 (sh-scan-buffer, sh-rescan-buffer): Remove.
1573
f3d3c491
AI
15742000-10-21 Andrew Innes <andrewi@gnu.org>
1575
1576 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1577 remote (ange-ftp) file names.
1578
b86c791c
MB
15792000-10-21 Miles Bader <miles@gnu.org>
1580
d9c30bdf
MB
1581 * window.el (fit-window-to-buffer): New function.
1582 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1583 (window-text-height): Don't expect minibuffers to have mode-lines.
1584
d9c30bdf 1585 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1586 * international/quail.el (quail-update-guidance): Use
1587 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1588
617fee5a
MB
1589 * international/quail.el (quail-show-guidance-buf): Make sure
1590 guidance window really has enough room.
1591 (quail-update-guidance): If quail-guidance-win is already shown,
1592 make sure its height is OK.
1593
b86c791c
MB
1594 * window.el (window-text-height, set-window-text-height):
1595 New functions.
1596 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1597 instead of `window-height' & `mode-line-window-height-fudge'.
1598 (mode-line-window-height-fudge): Add FACE parameter.
1599 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1600 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1601
e34850d1
MB
16022000-10-20 Miles Bader <miles@gnu.org>
1603
1604 * window.el (height-affecting-face-attributes): Use `defconst'.
1605
1606 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1607 New function, conditionally aliased to `mode-line-window-height-fudge'.
1608 (ispell-help): Use it.
1609 (ispell-choices-win-default-height): Don't include mode-line fudge.
1610 (ispell-choices-win-default-height): New function.
1611 (ispell-show-choices, ispell-command-loop): Use function
1612 `ispell-choices-win-default-height' instead of variable.
1613
a8b883c2
MB
16142000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1615
8c6e4a58
MB
1616 * window.el (mode-line-window-height-fudge): New variable.
1617 (height-affecting-face-attributes): New variable.
1618 (mode-line-window-height-fudge): New function.
1619 (shrink-window-if-larger-than-buffer): Use it.
1620 * help.el (resize-temp-buffer-window): Likewise.
1621
a8b883c2
MB
1622 * info.el (Info-fontify-node): Add support for @subsubsection
1623 titles, which use `Info-title-4-face'.
1624 (Info-title-4-face): New face.
1625 (Info-title-3-face): Inherit from Info-title-4-face instead of
1626 variable-pitch.
1627
e64c3a75
JR
16282000-10-19 Jason Rumney <jasonr@gnu.org>
1629
1630 * dired.el (dired-insert-directory): Do not let errors signalled by
1631 attempt to run dired-free-space-program prevent dired from working.
1632
c70fe852
SM
16332000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1634
1635 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1636
877cf6b4
GM
16372000-10-19 Gerd Moellmann <gerd@gnu.org>
1638
5de037e0
GM
1639 * dirtrack.el (dirtrack): Fix call to run-hooks.
1640
6deb9af9
GM
1641 * cmuscheme.el (cmuscheme-program-name): Renamed from
1642 scheme-program-name because xscheme.el contains a defcustom with
1643 the same name. As a consequence, customizing group `cmuscheme'
1644 loaded `xscheme' which redefined run-scheme.
1645 (run-scheme): Use cmuscheme-program-name.
1646
877cf6b4
GM
1647 * ps-print.el (ps-print-emacs-type): Move into the
1648 eval-and-compile.
1649
e597d8fb 1650 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1651 anonymous address, and add a website for Befrienders International.
4836835a 1652
3e9cb08f
GM
16532000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1654
c70fe852
SM
1655 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1656 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1657 (ps-print-version): New version number (6.2).
1658 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1659 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1660 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1661 (ps-x-extent-priority, ps-x-extent-start-position)
1662 (ps-x-face-font-instance, ps-x-find-coding-system)
1663 (ps-x-font-instance-properties, ps-x-make-color-instance)
1664 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1665 avoid compilation gripes without defining functions.
1666 (ps-e-find-composition): Alias for function find-composition, to have a
1667 suitable function depending on Emacs version.
1668 (ps-color-device, ps-color-values, ps-face-foreground-name)
1669 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1670 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1671 (ps-print-ensure-fontified): Function definitions surrounded by
1672 `eval-and-compile' to avoid compilation gripes.
1673 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1674 by symbol-value to avoid compilation gripes.
1675 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1676 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1677
d8abcd91
MB
16782000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1679
13ab33c4
MB
1680 * startup.el (normal-top-level): Call `frame-set-background-mode'
1681 after `frame-notice-user-settings' because the latter doesn't call
1682 the former on a tty.
1683
d8abcd91
MB
1684 * faces.el (frame-set-background-mode): `unspecified' &c are
1685 symbols, not strings.
1686
e8bce0a9
EZ
16872000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1688
c70fe852
SM
1689 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1690 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1691
c70fe852
SM
1692 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1693 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1694
773272d8
KH
16952000-10-19 Kenichi Handa <handa@etl.go.jp>
1696
c70fe852 1697 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1698 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1699 for ISO10646-1 fonts.
1700 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1701
772139c0
EZ
17022000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1703
1704 * faces.el (frame-set-background-mode): If a tty frame defines a
1705 background color, use that to compute the background mode, instead
1706 of always defaulting to "dark".
1707
d134a19f
MB
17082000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1709
8bb84cb2
MB
1710 * comint.el (comint-write-output): New function.
1711 (comint-mode-map): Add it to the menu.
e40a778f 1712 Bind `C-c C-s' to comint-write-output.
d134a19f 1713
dada41e1
GM
17142000-10-18 Gerd Moellmann <gerd@gnu.org>
1715
1716 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1717 Use fancy-splash-delay.
1718
9b5360aa
GM
17192000-10-18 Alex Schroeder <alex@gnu.org>
1720
1721 * progmodes/sql.el (sql-sybase-options): New option.
1722 (sql-sybase): Use it. Add sql-database to the list of parameters
1723 provided for login. The options -w 2048 -n are not used any more.
1724
9035a35a
GM
1725 * comint.el (comint-read-input-ring): Bugfix such that the first
1726 and the last entry of the input ring file are not lost.
1727
3556c6dd
GM
17282000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1729
1730 * ps-print.el: Internal variable changes to defcustom,
1731 make-local-hook changes to defvar. Doc fix.
1732 (ps-print-version): New version number (6.1).
1733 (ps-setup, ps-do-despool): Code fix.
1734 (ps-printer-name): Customization fix.
1735 (ps-printer-name-option): Now is a defcustom instead of an
1736 internal variable.
1737 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1738 (ps-print-begin-column-hook): Now are defvar instead of
1739 make-local-hook.
4836835a 1740
4e217e50
MB
17412000-10-18 Miles Bader <miles@gnu.org>
1742
1743 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1744 (comint-kill-output): Changed into an alias for `comint-delete-output',
1745 and made obsolete.
1746 (comint-mode-map): Rename references to comint-kill-output.
1747
34460354
EZ
17482000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1749
1750 * diff-mode.el (diff-header-face, diff-file-header-face)
1751 (diff-changed-face): Add bold and italic attributes to tty faces.
1752 (diff-function-face): New face.
1753 (diff-font-lock-keywords): Use it.
1754
17ea3cdb
MB
17552000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1756
1757 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1758 Remove commented-out call to force-mode-line-update.
1759 (comint-kill-output): Use `forward-line 0' instead of
1760 beginning-of-line to make sure we get past the prompt.
1761
9244f2c7
SM
17622000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1763
1764 * diff-mode.el (diff-header-face, diff-file-header-face):
1765 Add specific setting for dark background.
1766 (diff-context-face): Renamed from diff-comment-face.
1767 Set explicitly rather than inheriting from font-lock-comment-face.
1768
1592c1ef
EZ
17692000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1770
1771 * startup.el (command-line): Move the code which sets the default
1772 TTY colors to before before-init-hook.
1773
f86292a9
GM
17742000-10-17 Gerd Moellmann <gerd@gnu.org>
1775
1776 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1777
f7f2e883
EZ
17782000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1779
e854cc22
EZ
1780 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1781 extensions, for MS-DOS.
1782
f7f2e883
EZ
1783 * diff-mode.el (diff-header-face, diff-file-header-face)
1784 (diff-changed-face): Define tty-specific colors.
1785
c7b4f0f9
GM
17862000-10-17 Gerd Moellmann <gerd@gnu.org>
1787
1788 * startup.el (fancy-splash-text): Realign the text.
1789
12a72271
EZ
17902000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1791
1792 * font-lock.el (font-lock-comment-face): Define a separate default
1793 for dark-background tty's.
1794
61dfccfd
MB
17952000-10-17 Miles Bader <miles@gnu.org>
1796
1797 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1798 being obscured by whizzy mode-lines on graphics displays.
1799
333cd59e
EZ
18002000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1801
1802 * info.el (Info-title-1-face, Info-title-2-face)
1803 (Info-title-3-face): Define colors for tty's.
dada41e1 1804 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1805
dbf1fcc1
EZ
18062000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1807
1808 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1809 reverse from the frame parameters, and don't invert foreground and
1810 background colors.
1811
ac629823
MB
18122000-10-16 Miles Bader <miles@gnu.org>
1813
1814 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1815 string "*Info*". Call propertized-buffer-identification to spruce
1816 up the result.
1817
76eebffc
GM
18182000-10-16 Gerd Moellmann <gerd@gnu.org>
1819
3a6b59d9
GM
1820 * help.el: Provide `help' for the sake of define-minor-mode
1821 which generates defcustoms with requires.
1822
6569c3d3
GM
1823 * jit-lock.el (jit-lock-after-change): If we're in text that
1824 matches a multi-line font-lock pattern, make sure the whole text
1825 will be redisplayed.
1826
c2e0a611
GM
1827 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1828 author's name is unknown.
1829
76eebffc
GM
1830 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1831 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1832 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1833 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1834 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1835 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1836 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1837 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1838 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1839 Add author information.
1840
cf1e7b12
MB
18412000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1842
1843 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1844 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1845 full-color version (using the Gimp) to eliminate dithering artifacts.
1846
5586f3eb
SM
18472000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1848
1849 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1850
1851 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1852
ad64a888
DL
18532000-10-15 Dave Love <fx@gnu.org>
1854
1855 * progmodes/sh-script.el: Require skeleton and comint when
1856 compiling.
1857
1858 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1859
1860 * whitespace.el: Doc fixes.
1861 (top-level): Don't add hooks here.
1862 (whitespace-running-emacs): Deleted.
1863 (timer): Don't require.
1864 (whitespace): Add back :version conditional on xemacs test.
1865 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1866 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1867 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1868 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1869 Avoid specific xemacs test.
1870 (whitespace-global-mode): New option.
1871 (whitespace-global-mode): New command.
1872 (whitespace-unload-hook): New function.
1873
1874 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1875 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1876 (Info-fontify-node): `Goto' goes to `Go to'.
1877 (Info-fontify-node): Add help-echo to xref links.
1878
1ef49fc6
EZ
18792000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1880
1881 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1882
8b7707e1
SM
18832000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1884
b3b7f42f
SM
1885 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1886 Use plist-get and allow :inherit.
1887
1888 * emacs-lisp/cl-macs.el (cl-do-arglist):
1889 Use plist-get and plist-member instead of memq.
1890
3c7fafc7
SM
1891 * emacs-lisp/ewoc.el (ewoc-location): New function.
1892 (ewoc-enter-after, ewoc-enter-before): Document return value.
1893 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1894 Don't need make-local-hook any more.
1895 (cvs-addto-collection): Return the new tin.
1896 (cvs-mode-insert): Jump to the new line.
1897
8b7707e1
SM
1898 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1899
1900 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1901
1902 * font-lock.el (font-lock-syntactically-fontified): New var.
1903 (font-lock-fontify-syntactic-keywords-region): Use it.
1904 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1905
1906 * diff-mode.el (diff-find-file-name): Fix regexp.
1907
1908 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1909 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1910
1911 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1912 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1913 (sh-mode): Don't make all vars local here.
1914 (sh-kw): Reformat.
1915 (sh-set-shell): Use dolist. Don't set indent-region-function.
1916 (sh-mode-syntax-table): Use pop.
1917 (sh-remember-variable): Use push.
1918 (sh-help-string-for-variable): Use memq.
1919 (sh-safe-backward-sexp): Remove.
1920 (sh-safe-forward-sexp): Add ARG.
1921 (sh-get-indent-info, sh-prev-stmt): Use it.
1922 (sh-prev-line): Simplify by using forward-comment.
1923 (sh-this-is-a-continuation): Simplify.
1924 (sh-learn-buffer-indent): Use dolist.
1925 (sh-do-nothing): Remove.
1926 (sh-set-char-syntax, sh-set-here-doc-region):
1927 Use inhibit-modification-hooks.
1928 (sh-name-style): Use mapcar and push.
1929 (sh-load-style): Use dolist.
1930 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1931 (sh-case, sh-while-getopts): Use propertize directly rather
1932 than sh-electric-rparen.
1933
19342000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1935
1936 * textmodes/tex-mode.el: Require CL when compiling.
1937 (tex-mode-syntax-table): Init immediately.
1938 (tex-mode-map): Bind M-RET to latex-insert-item.
1939 (latex-mode): Set indent-line-function to latex-indent.
1940 (tex-common-initialization): Don't setup the syntax-table any more.
1941 (latex-insert-item): New skeleton.
1942 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1943 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1944 (latex-indent, latex-find-indent): New functions.
4836835a 1945 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1946 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1947 (tex-compilation-parse-errors): Use with-syntax-table.
1948
86b7fcbb
MB
19492000-10-15 Miles Bader <miles@gnu.org>
1950
1951 * font-lock.el (font-lock-comment-face): Change dark-background,
1952 color, non-tty, default to `chocolate1'.
1953
57a24508
JW
19542000-10-13 John Wiegley <johnw@gnu.org>
1955
1956 * eshell/esh-util.el (require): Added a missing `require' form,
1957 needed when compiling (for an ange-ftp macro definition).
1958
40ad3db4
DL
19592000-10-13 Dave Love <fx@gnu.org>
1960
1961 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1962
db460189
GM
19632000-10-13 Gerd Moellmann <gerd@gnu.org>
1964
b41c9501
GM
1965 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1966 fix.
1967
4836835a 1968 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1969 transparent -colors 8).
1970
3b5e21df
GM
19712000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1972
1973 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1974 that breaks with old list format timestamps.
1975 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1976 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1977 strings.
1978
16908a3f
JW
19792000-10-13 John Wiegley <johnw@gnu.org>
1980
d7103dda
JW
1981 * align.el, pcomplete.el, calendar/timeclock.el,
1982 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1983
dace60cf 1984 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1985 faulty math, where holiday hours were being computing as seconds.
1986
b6b70cda
JW
19872000-10-13 John Wiegley <johnw@gnu.org>
1988
1989 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1990 specifying what "other" kinds of buffers should be saved. This
1991 used to be hard-coded.
1992 (desktop-buffer-misc-functions): A global for specifying how
1993 auxiliary data should be determined for special buffer types.
1994 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1995 instead of hard-coding the special buffer types.
1996 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1997 auxiliary data, instead of hard-coding for Info buffers and dired.
1998 (desktop-buffer-info-misc-data): Aux function for determining Info
1999 buffer auxiliary info.
2000 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2001 (desktop-buffer-info): Changed this function to use the info
2002 gathered above.
2003 (desktop-create-buffer): Be a little more careful about what
2004 `minor-mode' means before calling it. This is important for some
2005 buffer types.
2006
8c6b1d83
JW
20072000-10-13 John Wiegley <johnw@gnu.org>
2008
2009 * eshell/esh-util.el: Added a global form which declares an
2010 autoload for `parse-time-string', if that function is not already
2011 defined, and if parse-time.el is available on the user's system.
2012
2013 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2014 to be aware of ange-ftp user info.
2015 (eshell-do-ls): Bind `ange-cache'. Also, use
2016 `eshell-file-attributes'.
2017 (eshell-ls-annotate): Use `eshell-file-attributes'.
2018 (eshell-ls-file): Made the user-id printing code a bit smarter.
2019
2020 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2021 allow identification of alias user ids in remote directories.
2022 It's manual, but there's no other way to know when the current
2023 user on the local machine, is also the owning user on the remote
2024 machine.
2025 (fboundp): Bind `ange-cache'.
2026 (eshell-directory-files-and-attributes): Re-organized the logic a
2027 bit to use `eshell-file-attributes' instead of `file-attributes'.
2028 The former is more sensitive to directories that are read via FTP,
2029 and knows how to use ange-ftp to determine full attribute
2030 information, instead of just the name and last modtime.
2031 (eshell-current-ange-uids): Return the current user id when in a
2032 remote directory.
2033 (eshell-parse-ange-ls): Parse a full directory listing that has
2034 been returned by ange-ftp.
2035 (eshell-file-attributes): This beefed up version of
2036 `file-attributes' is only special if the user is currently in a
2037 remote directory, in which case it does a lot of work to find out
2038 what the real attributes of a file are, as they appear on the
2039 remote machine. This makes usage of remote directories (i.e.,
2040 ange-ftp pathnames) much more useful. You can now use Eshell as a
2041 full-fledged FTP client, with much more manipulation ability than
2042 most other clients.
2043
2044 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2045 variable, which means that Eshell's du should always be preferred
2046 in remote directories.
2047 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2048 just `file-attributes'.
2049 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2050 when reading remote directories. This is an Eshell-specific
2051 variable (not part of ange-ftp).
2052 (eshell/ln): Bind `ange-cache'.
2053 (eshell/du): Added some extra logic for determining when to use
2054 Eshell's du (which is slow), and when to use the external version
2055 (which may or may not exist).
2056
2057 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2058 `eshell-interactive-process', rather than using
2059 `get-buffer-process', since backgrounded processes don't count in
2060 the context of this function's logic.
2061
2062 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2063 `forward-char', so that null strings are parsed correctly.
2064
87730e84 20652000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2066
2067 * eshell/em-pred.el (eshell-pred-file-type,
2068 eshell-pred-file-links, eshell-pred-file-size): Use
2069 `eshell-file-attributes'. This is more correct over ange-ftp.
2070
2071 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2072 that remote file globbing is more efficient.
2073
2074 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2075 gathering the files and attributes within a directory.
2076
2077 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2078 the command line is a special file (not a regular file, directory
2079 or symlink), always attempt to call the external version of cat.
2080
87730e84 20812000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2082
2083 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2084 Eshell-friendly version of find-tag.
2085
1c7e37a9
MB
20862000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2087
4836835a 2088 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2089 (image-file-name-regexps): Add autoload cookies.
2090
11a7f341
KH
20912000-10-13 Kenichi Handa <handa@etl.go.jp>
2092
2093 * international/mule-cmds.el (select-safe-coding-system): If FROM
2094 is string, show it in *Warning* buffer.
2095
8ddddcb0
EZ
20962000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2097
2098 * startup.el (normal-top-level): Use display-popup-menus-p instead
2099 of window-system.
2100 (command-line): Use display-graphic-p instead of window-system.
2101 (command-line-1): Use display-popup-menus-p and display-mouse-p
2102 instead of window-system.
2103
72200f89
SS
21042000-10-12 Sam Steingold <sds@gnu.org>
2105
2106 * tooltip.el (tooltip-use-echo-area): New user variable.
2107 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2108
8661c643
DL
21092000-10-12 Dave Love <fx@gnu.org>
2110
d0b40dc1
DL
2111 * recentf.el: Maintainer's checkdoc fixes.
2112
a622451f
DL
2113 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2114 character class, not ASCII when matching file names.
2115 (fancy-splash-head): Add trailing slash to URL.
2116 (command-line): Don't require XPM support for toolbar.
2117
8661c643
DL
2118 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2119 (cperl-invalid-face): Revert last change.
2120 (cperl-init-faces): Quote cperl-invalid-face.
2121
ef2ed8ab
KH
21222000-10-12 Kenichi Handa <handa@etl.go.jp>
2123
2124 * startup.el (fancy-splash-text): Remove superfluous quote.
2125
b0da379e
GM
21262000-10-12 Gerd Moellmann <gerd@gnu.org>
2127
dbeb499b
GM
2128 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2129 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2130 (command-line-1): Don't use fancy-splash-pending-command.
2131 (fancy-splash-screens-1): Goto point-min after inserting text.
2132
d861718a
GM
2133 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2134
b0da379e
GM
2135 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2136 instead of shared-lisp-mode-map.
2137
4fb2ad98
MB
21382000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2139
1cb4393e
MB
2140 * faces.el (header-line): Change tty-variant to use underlining.
2141
4fb2ad98
MB
2142 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2143 (isearch-highlight): Restore lazy-isearch face properties at old
2144 position, and suppress them at new position.
2145 (isearch-dehighlight): Restore lazy-isearch face properties.
2146 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2147 over the real isearch overlay, but in that case, don't give it a
2148 face property. Use `push'.
2149
eb991b25
KH
21502000-10-12 Kenichi Handa <handa@etl.go.jp>
2151
2152 * man.el (Man-getpage-in-background): Fix previous change.
2153 Decode the process output only when we are in multibyte mode.
2154
a818c1c0
DL
21552000-10-11 Dave Love <fx@gnu.org>
2156
c990f53a
DL
2157 * info.el (Info-mode-menu): Fix some help.
2158 (info-tool-bar-map): Add entry for Info-last.
2159
a818c1c0
DL
2160 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2161 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2162 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2163 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2164 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2165 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2166 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2167 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2168 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2169 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2170 Reduce colour requirements to 25 overall. (Probably wants
2171 revisiting from the originals to reduce further.)
2172
c1b096cb
EZ
21732000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2174
2175 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2176 buffer-file-coding-system, instead of raw-text.
2177 (dehexlify-buffer): Bind coding-system-for-read to
2178 buffer-file-coding-system, instead of raw-text.
2179
5c8b7eaf
SS
21802000-10-11 Sam Steingold <sds@gnu.org>
2181
2182 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2183 `underline' - fixes the bug introduced on 2000-09-21.
2184
2cfbdb7a
DL
21852000-10-11 Dave Love <fx@gnu.org>
2186
2187 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2188 compiler warnings.
2189 (scheme-mode): Doc fix.
2190 (scheme-font-lock-keywords-1): Match `define-syntax'.
2191
21922000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2193
2194 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2195 face specs as well as default ones. Only do anything if the
2196 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2197 (region): Make dark-background `region' face less in-your-face.
4b33f290 2198
690ec649
SS
21992000-10-10 Sam Steingold <sds@gnu.org>
2200
2201 * chistory.el, ielm.el, ledit.el:
2202 * progmodes/inf-lisp.el, progmodes/scheme.el:
2203 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2204
3b95d6bb
SM
22052000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2206
2207 * textmodes/texinfo.el: Update copyright and fix typo.
2208
2209 * desktop.el (desktop-modes-not-to-save): New var.
2210 (desktop-save-buffer-p): Use it.
2211 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2212 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2213
d646c828
DL
22142000-10-10 Dave Love <fx@gnu.org>
2215
2216 * toolbar/tool-bar.el (tool-bar-add-item)
2217 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2218 display.
2219
d646c828
DL
2220 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2221 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2222 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2223 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2224 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2225 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2226 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2227 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2228 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2229 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2230 the .xpms; probably need retouching.
2231
862a7e28
MB
22322000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2233
2234 * subr.el (add-to-list): Add optional argument APPEND.
2235 * battery.el (display-battery): Use `add-to-list'.
2236
46e33aee
TTN
22372000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2238
930baf47
TTN
2239 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2240 these vars as symbol properties.
2cfbdb7a
DL
2241 (zone, zone-when-idle, zone-leave-me-alone)
2242 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2243
5a430f9c
TTN
2244 * battery.el (display-battery): Doc spelling fix.
2245
46e33aee
TTN
2246 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2247 property.
2248
adf7d3a8
DL
22492000-10-09 Dave Love <fx@gnu.org>
2250
2251 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2252 has been initialized before calling tool-bar-setup.
c2156508 2253 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2254
06a8c9f8
EZ
22552000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2256
e4ca8f8c
EZ
2257 * menu-bar.el (send-mail-item-name): New function.
2258 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2259 of mail-user-agent in the menu. Don't display the "Send Mail"
2260 item if mail-user-agent is nil or its value is ignore.
2261 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2262 if read-mail-command is nil or its value is ignore.
2263
06a8c9f8
EZ
2264 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2265
7dbc9c8a
MB
22662000-10-09 Miles Bader <miles@gnu.org>
2267
29e0814b
MB
2268 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2269 Correct image size.
2270 * toolbar/left_arrow.xpm: Correct image size.
2271
7dbc9c8a
MB
2272 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2273 will be done by the definition of `auto-compression-mode' if
2274 necessary. Move code to uninstall existing file-name handler
2275 before definition of `auto-compression-mode'.
2276
2277 * image-file.el (auto-image-file-mode): Move to the end of the
2278 file, because `define-minor-mode' actually calls the mode-function
2279 if the associated variable is non-nil, which requires that all
2280 needed functions be already defined.
2281
65b61266
MB
2282 * mouse.el (popup-menu): Balance parens.
2283
d6b8c85b
SM
22842000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2285
2286 * mouse.el (popup-menu): Move the command call outside the loop
2287 so that popup-menu returns whatever the command returns.
2288
2289 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2290 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2291 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2292 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2293
2294 * vc.el (vc-version-diff): diff-switches can be a list.
2295 Use relative filenames for prettier output.
2296
46e33aee 2297 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2298 (vc-post-command-functions): Remove old-VC compatibility code.
2299
2300 * newcomment.el (comment-indent-default): Autoload.
2301
2302 * font-lock.el (font-lock-defaults): Make buffer-local.
2303 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2304 (font-lock-choose-keywords):
2305 Ignore LEVEL unless KEYWORDS is a list of syms.
2306 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2307 Don't wrap regexp-opt things in \(...\) unnecessarily.
2308
2309 * jit-lock.el: Don't require font-lock any more.
2310 (jit-lock-functions): Make buffer-local.
2311 (jit-lock-saved-fontify-buffer-function): Remove.
2312 (jit-lock-mode): Remove autoload cookie.
2313 Remove font-lock specific code.
2314 (jit-lock-unregister): Don't bother handling complex hooks any more.
2315 (jit-lock-refontify): New function.
2316 (jit-lock-fontify-buffer): Use it.
2317 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2318 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2319 Add optional args START and END.
2320 Never call font-lock-fontify-region directly.
2321 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2322
2323 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2324
a30ed6ac
DL
23252000-10-08 Dave Love <fx@gnu.org>
2326
4e7c7ca9
DL
2327 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2328
2329 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2330
2331 * play/studly.el (studlify-region, studlify-word): Add autoload
2332 cookie.
2333
2334 * play/morse.el (morse-region, unmorse-region): Add autoload
2335 cookie.
2336
2337 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2338 concat.
2339
2340 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2341 insist on symbols starting with word syntax.
2342 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2343 (eval-defun-1): Doc fix.
2344 (indent-sexp): Use nconc to build up indent-stack.
2345
2346 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2347 Gnus with little use.
2348 (mail-setup-hook): Add mail-abbrevs-setup to options.
2349
968f7c4a
DL
2350 * recentf.el: Doc fixes.
2351
2352 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2353 Clean up remainder.
2354
2355 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2356 without timezone and (8) with timezone to enforce some whitespace.
2357 Simplify code somewhat.
2358
2359 * options.el (list-options): Doc that you should use customize.
2360
2361 * iswitchb.el (iswitchb-mode): Add :require.
2362
a30ed6ac
DL
2363 * info.el (Info-goto-node, Info-menu): Doc fix.
2364 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2365 (info-tool-bar-map): New variable.
2366 (Info-mode): Use it.
2367 (Info-edit-map): Define all in defvar.
2368 (speedbar-attached-frame): Avoid compiler warning.
2369
2370 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2371 (global-map): Bind [tool-bar] to a filtered map.
2372 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2373 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2374 Allow PBM icons.
2375 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2376
2377 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2378 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2379 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2380 icons, except up_arrow, which is left-arrow rotated.
2381
2382 * imenu.el (imenu-add-to-menubar): Fix last change.
2383
4e953aff
PB
23842000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2385
2386 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2387 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2388
739e92a7
EZ
23892000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2390
d20faceb
EZ
2391 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2392 typos in doc strings.
2393
a640322e
EZ
2394 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2395 the doc strings how to customize Font Lock faces.
2396
739e92a7
EZ
2397 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2398 computing growth when dragging the header line.
2399
8be7408c
EZ
24002000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2401
2402 * simple.el (kill-line): Doc fix.
2403
6fee86a3
MB
24042000-10-08 Miles Bader <miles@gnu.org>
2405
445a653e
MB
2406 * faces.el (secondary-selection): Make foreground visible on tty.
2407
6fee86a3
MB
2408 * jka-compr.el (auto-compression-mode): Move to the end of the
2409 file, because `define-minor-mode' actually calls the mode-function
2410 if the associated variable is non-nil, which requires that all
2411 needed functions be already defined.
2412 (with-auto-compression-mode): Add autoload cookie.
2413
a115794c
EZ
24142000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * files.el (find-backup-file-name) [ms-dos]: If support for long
2417 file names is not available, behave as if version-control were set
2418 to never.
2419
b12e6de3
DL
24202000-10-07 Dave Love <fx@gnu.org>
2421
2422 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2423 (browse-url-gnome-moz): New function.
2424 (browse-url-browser-function): Use it.
2425 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2426
20b1d079
SM
24272000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2428
2429 * indent.el (tab-always-indent): New var.
2430 (indent-for-tab-command): Use it.
39250ec3 2431
9ee45b2c 2432 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2433 raise an error. This way it can still default to a sane value.
9ee45b2c 2434
8c6b1d83
JW
24352000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2436
39250ec3
SM
2437 * startup.el (fancy-splash-screens): Use local rather than global map.
2438 Don't use `update-menu-bindings' any more.
2439 Get rid of assumptions about keymap representation.
2440
a23ccdf2
DL
24412000-10-06 Dave Love <fx@gnu.org>
2442
814299a7 2443 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2444 (sentence-end-without-period): Doc fix.
2445 (adaptive-fill-regexp): Purecopy.
2446 (unjustify-current-line): Use line-end-position.
2447 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2448
2449 * net/eudc-vars.el (eudc): Add :version, :link.
2450
39250ec3 2451 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2452
2453 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2454 Fix for define-minor-mode.
2455 (function-at-point): Alias to function-called-at-point.
2456
2457 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2458
2459 * simple.el (backward-word): Doc fix.
2460
a23ccdf2
DL
2461 * image-file.el (image-file-name-regexp): image-file-regexps ->
2462 image-file-name-regexps.
742c1822 2463 (image-file-name-extensions): Add pbm.
a23ccdf2 2464
39250ec3
SM
24652000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2468 and add filename to the names so that diff-mode can jump to source.
2469
2470 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2471 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2472 (tex-font-lock-keywords-1): Remove.
2473 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2474 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2475 (font-lock-default-fontify-region):
2476 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2477 (font-lock-fontify-anchored-keywords):
2478 Include the anchor text as part of the multiline.
2479
8d5dfacd
GM
24802000-10-06 Gerd Moellmann <gerd@gnu.org>
2481
2482 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2483 latter needs the autoloaded define-minor-mode macro during the
2484 bootstrap.
2485
2486 * startup.el (command-line): For now, activate tool-bar-mode only
2487 if XPM images are supported.
2488
2489 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2490 window by dragging a header-line at the top of the frame; that's
4c19fbce 2491 confusing because the header-line doesn't move.
8d5dfacd
GM
2492 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2493 of treating the event as a list. Some cleanup.
2494
f69aad2b 24952000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2496
f69aad2b
MB
2497 * simple.el (display-message-or-buffer): New function.
2498 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2499
09cb7646
MB
2500 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2501 docstring parts.
2502
814299a7 2503 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2504 (smbclient-prompt-regexp): Add usage note to doc string.
2505 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2506 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2507 Use add-hook for adding the comint filter function, and only do so
2508 if it's not already in the global hook list.
2509 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2510 to `make-local-variable'.
2511 (nslookup-font-lock-keywords): Remove prompt entry.
2512 (nslookup): Don't set the process-filter.
2513 (finger): Exit the loop correctly when the regexps list runs out.
2514 (ftp, smbclient, smbclient-list-shares):
2515 Set the real major mode immediately, not after execing.
2516 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2517
2518 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2519
4c19fbce
SM
25202000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2521
2522 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2523
2524 * which-func.el (which-func-format): Remove spurious space.
2525 (which-func-mode): Don't make it permanent-local.
2526 (which-func-ff-hook): Allow which-func-maxout to be nil.
2527 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2528 (which-func-mode): Simplify.
2529 Use post-command-idle-hook rather than post-command-hook.
2530 Go through all buffers and update their state.
2531 (which-function): Also try add-log-current-defun-function.
2532
2533 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2534 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2535 Update call to with-vc-properties accordingly.
2536 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2537 (vc-revert-buffer): More careful about window selection and deletion.
2538 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2539
2540 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2541 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2542 (cvs-dired-action): Change the default to quickdir.
2543
2544 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2545 if comment-indent-function returns nil.
2546 (comment-indent-default): New function.
2547 (comment-indent-function): Use it and document the new semantics.
2548
2549 * image-file.el: Docstring fixes.
2550
2551 * help.el (help-xref-on-pp): Use match-string.
2552 (describe-variable): New arg BUFFER.
2553 Store the current buffer in the help-xref-stack.
2554 (temp-buffer-resize-mode): Use define-minor-mode.
2555
2556 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2557 consistently with its docstring.
2558 Set jit-lock-first-unfontify-pos in an idempotent way.
2559 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2560
542c6552
GM
25612000-10-05 Alex Schroeder <alex@gnu.org>
2562
2563 * sql.el (sql-mysql-options): New variable.
2564 (sql-mysql): Use it.
2565
a3489ece
MB
25662000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2567
77f6105c
MB
2568 * image.el (image): New group.
2569
814299a7 2570 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2571 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2572
3478046b
PB
25732000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2574
2575 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2576 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2577 Ignore the value of wqindow-system; always define keywords
2578
22aca186
KH
25792000-10-05 Kenichi Handa <handa@etl.go.jp>
2580
2581 * startup.el (fancy-splash-screens): Remove the code for
2582 debugging; `(trace-to-stderr "EXITTT\n")'.
2583
55d5d717
MB
25842000-10-05 Miles Bader <miles@gnu.org>
2585
2586 * diff-mode.el (diff-goto-source): Update call to
2587 `diff-hunk-status-msg' to reflect new REV variable.
2588
41fa7178
SM
25892000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2590
2591 * progmodes/icon.el (icon-mode):
2592 Don't gratuitously override the default for comment-column.
2593
2594 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2595
2596 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2597 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2598 (jit-lock-functions): New var.
2599 (jit-lock-function-1): Use it if non-nil.
2600 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2601 Set the `fontified' property before doing the fontification to avoid
2602 repeatedly going through the same error.
2603 Don't turn errors into messages.
2604 (jit-lock-register, jit-lock-unregister): New functions.
2605
2606 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2607 Use with-current-buffer.
2608
2609 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2610 Turn comment into docstring.
2611
2612 * apropos.el (apropos-mode): Use define-derived-mode.
2613
3dc78168
GM
26142000-10-04 Gerd Moellmann <gerd@gnu.org>
2615
2616 * startup.el (fancy-splash-pending-command): New variable.
2617 (fancy-splash-pre-command): New function.
2618 (fancy-splash-screens): Rewritten.
2619 (command-line-1): If fancy-splash-pending-command is set, call it
2620 interactively.
2621
dae9dc56
DL
26222000-10-04 Dave Love <fx@gnu.org>
2623
2624 * toolbar/tool-bar.el (tool-bar-setup): New function.
2625 (tool-bar-mode): Use it.
2626
2627 * subr.el (substitute-key-definition): Doc fix.
2628 (play-sound-file): New command.
2629
3388f0a5
AS
26302000-10-04 Andre Spiegel <spiegel@gnu.org>
2631
814299a7 2632 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2633 vc-version-backup-file-name): New functions.
2634
2635 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2636
2637 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2638 vc-cvs-stay-local-p.
2639
2640 * vc.el (vc-revert-buffer): Handle empty diff properly.
2641 (vc-version-backup-file): New function.
2642 (vc-checkout): Create a version backup if necessary.
2643 (vc-checkin): If a version backup file exists, delete it.
2644 (vc-version-diff): Diff locally using version backups, if available.
2645 (vc-revert-file): If there's a version backup, revert locally.
2646 (vc-transfer-file): Use version backup for base version, if
2647 available. If not, ask for confirmation whether to get it from the
2648 server. Update mode line before check-in.
2649
ebd4825d
DL
26502000-10-04 Dave Love <fx@gnu.org>
2651
2652 * toolbar/tool-bar.el (tool-bar-setup): New function.
2653 (tool-bar-mode): Use it.
2654
1b24f4b7
PB
26552000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2656
3dc78168 2657 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2658 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2659 Only set if window-system is non-nil
2660 (net-utils-run-program): Returns buffer.
2661 (network-connection-reconnect): Added this function.
2662
814299a7
MB
2663 * generic.el:
2664 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2665 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2666 Uses cl compile-time macros.
3dc78168
GM
2667 (generic-mode-name, generic-comment-list)
2668 (generic-keywords-list, generic-font-lock-expressions)
2669 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2670 Removed variables.
2671 (generic-mode-alist): Renamed to generic-mode-list.
2672 (generic-find-file-regexp): Default changed to "^#".
2673 (generic-read-type): Uses completing read on generic-mode-list.
2674 (generic-mode-sanity-check): removed this function.
2675 (generic-add-to-auto-mode): Removed this function
3dc78168 2676 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2677 into function instead of putting them in alist.
2678 (generic-mode-set-comments): Reworked extensively.
2679 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2680 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2681
814299a7 2682 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2683 Make sure directory name ends with "/".
2684
814299a7 2685 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2686 Regexp now allows leading whitespace.
2687 (rc-generic-mode): Added eval-when-compile
2688 around generic-make-keywords-list.
2689 Deleted duplicate regexp
2690 (rul-generic-mode): Added eval-when-compile
2691 around generic-make-keywords-list.
2692 (etc-fstab-generic-mode): New generic mode.
2693 (rul-generic-mode): Removed one eval-when-compile
814299a7 2694 which caused a max-specpdl-size exceeded error.
1b24f4b7 2695
a7bf5cf3
MB
26962000-10-04 Miles Bader <miles@gnu.org>
2697
2698 * simple.el (minibuffer-temporary-goal-position): New variable.
2699 (next-history-element): Try to keep the position of point in the
2700 input string constant.
2701
2702 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2703 (dired-do-create-files): If there's only one file, pass it in as
2704 the DEFAULT arg to dired-mark-read-file-name.
2705
ce1087a9
SM
27062000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2707
2708 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2709 (diff-goto-source): Be smarter when choosing REVERSE or not.
2710
2711 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2712 (texinfo-mode-menu): Add an explicit shortcut for update all.
2713
0e41e1d6
AS
27142000-10-03 Andre Spiegel <spiegel@gnu.org>
2715
814299a7 2716 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2717 factorize backend-specific code cleanly (this was essentially
2718 conceived by Stefan Monnier).
2719 (vc-unregister): Function removed.
814299a7 2720 (vc-revert-file): New function.
858f7cb4
AS
2721 (vc-revert-buffer): Delegate some of the work to it.
2722
0e41e1d6
AS
2723 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2724 default branch unconditionally.
2725 (vc-rcs-set-default-branch): New function.
2726 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2727 (vc-rcs-checkin): If an appropriate default branch has been set,
2728 force creation of that branch.
858f7cb4
AS
2729 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2730 code (as suggested by Stefan Monnier).
0e41e1d6 2731
01c86c56
GM
27322000-10-02 Gerd Moellmann <gerd@gnu.org>
2733
45c477b4
GM
2734 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2735 highlighting overlay with a different face over the overlay
2736 isearch uses to highlight the current match because that can lead
2737 to bad face combinations.
2738
01c86c56
GM
2739 * loadup.el (toplevel): Load faces before isearch.
2740
2741 * isearch.el (isearch-faces): New custom group.
2742 (isearch): New defface; was already tested for in the code.
2743 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2744 (isearch-highlight): Always use face `isearch'.
2745
944425c0
DL
27462000-10-02 Dave Love <fx@gnu.org>
2747
2748 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2749 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2750 comparison of opcode with operand.
2751
2a099bcc
MB
27522000-10-03 Miles Bader <miles@gnu.org>
2753
2754 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2755 buffer, since the echo area will now grow to accommodate them.
2756
4300ecb8
AS
27572000-10-02 Andre Spiegel <spiegel@gnu.org>
2758
2759 * vc-hooks.el (vc-registered): If FILE used to be registered under
2760 a certain backend, try that one first.
2761
814299a7 2762 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2763 argument list. Handle multiple backends correctly.
2764 (vc-find-new-backend): Function removed.
2765 (vc-register): Use vc-responsible-backend, as before.
2766 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2767
64e6cc18
GM
27682000-10-02 Gerd Moellmann <gerd@gnu.org>
2769
2770 * startup.el (fancy-splash-head): Change message below the
2771 logo.
2772
00df919e
MB
27732000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2774
2775 * diff-mode.el (diff-goto-source): Emit a status message.
2776 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2777 (diff-test-hunk): Fix doc string.
00df919e
MB
2778 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2779 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2780 (diff-apply-hunk): Don't return a value.
00df919e 2781
ceec5a0c
SM
27822000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2783
2784 * vc.el (vc-editable-p): Minor optimization.
2785 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2786 (vc-find-new-backend): New function split from vc-responsible-backend.
2787 (vc-register): Use it.
2788 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2789 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2790 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2791 (vc-clear-headers): Don't use find-file.
2792 (vc-revert-buffer): Use `and' again (must have been a braino).
2793 (vc-switch-backend): Only prompt if requested.
2794 Short circuit if nothing is to be done.
2795 Don't use vc-resynch-buffer which could lose unsaved editing.
2796 (vc-default-receive-file): Update call to vc-unregister.
2797 (with-vc-file, vc-next-action-on-file):
2798 Use vc-backend rather than vc-registered.
2799 (vc-next-action-on-file): Use intern-soft.
2800 Deal with read-only *vc-diff* buffer.
2801 (vc-transfer-file): Docstring fix.
2802
2803 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2804 (vc-rcs-receive-file): Avoid with-vc-properties.
2805 Update call to vc-unregister.
2806 Use constant `RCS' rather than (dynamically bound) var `backend'.
2807
4ad5da8f
AS
28082000-10-01 Andre Spiegel <spiegel@gnu.org>
2809
814299a7 2810 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2811 is visited.
2812 (vc-start-entry): New argument initial-contents. Don't visit the file
2813 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2814 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2815 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2816 vc-start-entry.
2817 (vc-finish-logentry): Make sure to bury log buffer only if there
2818 really is one. Call `vc-resynch-buffer' on log-file, not
2819 buffer-file-name.
2820 (vc-default-comment-history, vc-default-wash-log): New functions.
2821 (vc-index-of): Removed.
2822 (vc-transfer-file): Make do without the above.
2823 (vc-default-receive-file): Call comment-history unconditionally. Pass
2824 the resulting string to vc-checkin, instead of inserting it into the
2825 comment ring.
2826
2827 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2828 unconditionally. Use the comments as initial contents of the log
814299a7 2829 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2830 changes.
2831
aa0c3dca
MB
28322000-10-01 Miles Bader <miles@gnu.org>
2833
2834 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2835 `recenter' with an arg to prevent redrawing the display.
2836
d5f5a2c5
SM
28372000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2838
2839 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2840
2841 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2842
814299a7 2843 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2844 Don't gratuitously override the default for comment-column.
2845
2846 * textmodes/tex-mode.el (latex-metasection-list): New var.
2847 (latex-imenu-create-index): Use it.
2848 Move the regexp construction outside loops (and use push).
814299a7 2849 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2850 (tex-font-lock-keywords): Moved from font-lock.el.
2851 (tex-comment-indent): Remove.
2852 (tex-common-initialization): Don't set comment-indent-function.
2853 (latex-block-default): New var.
2854 (tex-latex-block): Use it to provide a default choice.
2855 Add any unknown choice to latex-block-names.
2856 Insert [...] after {...}.
2857 (tex-last-unended-begin): Simplify regexp.
2858 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2859 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2860 (latex-mode): Set forward-sexp-function.
2861
2862 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2863 Add regexp for @ignore ... @end ignore.
2864 (texinfo-heading-face): New face.
2865 (texinfo-font-lock-keywords): Use it.
2866 (texinfo-mode-menu): New menu.
2867 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2868 New functions.
2869 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2870 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2871 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2872 Remove declaration.
2873 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2874
2875 * delsel.el (delete-selection-mode): Use define-minor-mode.
2876
2877 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2878
28792000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2880
2881 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2882
8a5506f2
GM
28832000-09-30 Gerd Moellmann <gerd@gnu.org>
2884
068127d6
GM
2885 * replace.el (keep-lines-read-args): New function.
2886 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2887 read arguments interactively. Add parameters RSTART and REND.
2888 Operate on the active region in Transient Mark mode.
2889
d777bb8f
GM
2890 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2891
8a5506f2
GM
2892 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2893 (authors-obsolete-files-regexps): New variable.
2894 (authors-add): Don't record changes in obsolete files.
2895
3fa87bfc
SM
28962000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2897
2898 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2899
2900 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2901 (comment-indent): Make sure there's a space between code and comment.
2902 Shift comments left to avoid going past fill-column.
2903
f02149ce
GM
29042000-09-29 Gerd Moellmann <gerd@gnu.org>
2905
2906 * startup.el (startup-echo-area-message): New function.
2907 (display-startup-echo-area-message): Use it.
2908 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2909 (fancy-splash-default-action): New function.
2910 (fancy-splash-screens-1): New function.
2911 (fancy-splash-head): Put a help-echo and a keymap under the image.
2912
a3ef6569
SM
29132000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2914
2915 * diff-mode.el (diff-add-log-file-name): Remove.
2916 (diff-mode): Use add-log-buffer-file-name-function.
2917
2918 * add-log.el (find-change-log): New arg BUFFER-FILE.
2919 (add-log-file-name): Obey add-log-file-name-function.
2920 (add-log-buffer-file-name-function): New var.
2921 (add-change-log-entry): Use it.
2922
75e5b373
MB
29232000-09-29 Miles Bader <miles@gnu.org>
2924
2925 * image-file.el (image-file-name-extensions): New variable.
2926 (image-file-name-regexps): Renamed from `image-file-regexps'.
2927 New default value is nil. Call `auto-image-file-mode'.
2928 (image-file-name-regexp): New function.
2929 (auto-image-file-mode): New minor mode.
2930 (insert-image-file): Don't make conditional on the image-file
2931 handler being enabled.
2932 (image-file-handler): Make the call here conditional instead.
2933 (set-image-file-handler-enabled, enable-image-file-handler)
2934 (disable-image-file-handler): Functions removed.
2935
2936 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2937 string.
2938
de6e1f7c
GM
29392000-09-29 Gerd Moellmann <gerd@gnu.org>
2940
2941 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2942 it's a function from CL.
2943 (latex-imenu-create-index): Replace eval-when-compile with progn
2944 because latex-section-alist is not bound while compiling.
2945
d8c201f5
SM
29462000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2947
2948 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2949 (outline-mode): Use define-derived-mode.
2950
814299a7 2951 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2952 * progmodes/awk-mode.el (awk-mode):
2953 * progmodes/asm-mode.el (asm-mode):
2954 Don't gratuitously override the default for comment-column.
2955
2956 * emacs-lisp/lisp.el (lisp-complete-symbol):
2957 Distinguish the let-binding case from the funcall case.
2958 (forward-sexp-function): New variable.
2959 (forward-sexp): Use it.
2960
2961 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2962 (easy-mmode-defmap): Remove the now useless autoload.
2963
2964 * time.el (display-time-mode): Use define-minor-mode.
2965
2966 * subr.el (add-minor-mode): Don't eval NAME.
2967 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2968 Use if rather than cond.
2969
2970 * simple.el (read-expression-map): Define more properly.
2971 (comment-indent-hook): Remove.
2972 (string-to-syntax): Bug fix.
2973
2974 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2975 (cvs-ediff-diff): Fix typo.
2976 (cvs-revert-if-needed): Don't bother preserving read-only.
2977
2978 * paren.el (show-paren-mode): Use define-minor-mode.
2979
2980 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2981 (toggle-auto-compression): Remove.
2982 (jka-compr-build-file-regexp): Remove useless grouping.
2983
2984 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2985 Avoid user-reserved bindings.
2986 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2987 (diff-header-face): Revert to grey85.
2988
2989 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2990
2991 * complete.el (partial-completion-mode) <defcustom>: Remove.
2992 (partial-completion-mode): Use define-minor-mode.
2993 (PC-do-completion): Understand `completion-auto-help = delay'
2994 to mean to popup the completion buffer only the second time.
814299a7 2995 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2996 (PC-include-file-all-completions): Don't quote lambda.
2997
2998 * comint.el (comint-mode-hook): Docstring fix.
2999 (comint-mode): Use define-derived-mode.
3000 (comint-mode-map): Remove obsolete comment.
3001 (make-comint): Minor stylistic change.
3002 (comint-insert-clicked-input): Be more careful to find the overlay.
3003 Use this-command-keys rather than hardcoding mouse-2.
3004
3005 * font-lock.el: Replace confusing (,@ with ,
3006 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3007 Don't use regexp-opt-depth. Spice up the regexp for args.
3008 Don't distinguish between cmds that can take an opt arg or not.
3009 Use `append' and `prepend' rather than `keep'.
3010
3011 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3012 (latex-outline-regexp): New var.
3013 (latex-outline-level): New fun.
3014 (latex-section-alist): New var.
3015 (latex-imenu-create-index): Use it. Use `push' as well.
3016 (tex-shell-map): Initialize it properly.
3017 (tex-mode): Minor stylistic change.
3018 (plain-tex-mode): Use define-derived-mode.
3019 (latex-mode): Use define-derived-mode.
3020 Construct the paragraph regexps in a more readable way.
3021 Set the buffer-local outline-{level,regexp} vars.
3022 (slitex-mode): Derive from latex-mode.
3023 (tex-common-initialization): Don't kill-all-vars anymore.
3024 Add setting for comment-add and font-lock-defaults.
3025 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3026 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3027 (tex-start-tex): New arg DIR (and send a chdir command for it).
3028 Also display the shell buffer and save it in tex-last-buffer-texed.
3029 (tex-region): Use expand-file-name rather than concat.
3030 Remove code made useless by changes in tex-start-tex.
3031 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3032
3033 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3034
ff398532
DL
30352000-09-28 Dave Love <fx@gnu.org>
3036
3037 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3038
f9415d5b
GM
30392000-09-28 Gerd Moellmann <gerd@gnu.org>
3040
3041 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3042 `append'.
3043
fa003899
SM
30442000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3045
3046 * info.el (Info-extract-pointer): Undo last change.
3047 Instead, fix the position of the `bound' arg to re-search-backward.
3048
30492000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3050
3051 * info.el (Info-extract-pointer):
3052 Widen more carefully, to avoid finding pointers in other nodes.
3053 (Info-index): Use push.
3054
f9415d5b 30552000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3056
3057 * frame.el (set-frame-font): Remove call to obsolete function
3058 frame-update-faces.
3059 (set-foreground-color, set-background-color): Likewise for
3060 frame-update-face-colors.
3061
5538b8ba
MB
30622000-09-27 Miles Bader <miles@gnu.org>
3063
3064 * image-file.el: New file.
3065
60536eea
GM
30662000-09-27 Gerd Moellmann <gerd@gnu.org>
3067
5b551d58
GM
3068 * frame.el (frame-notice-user-settings): Don't call
3069 frame-update-faces, which is a no-op now.
814299a7 3070
60536eea
GM
3071 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3072 tool-bar-lines.
3073
36f1966f
DL
30742000-09-27 Dave Love <fx@gnu.org>
3075
3076 * mouse.el: Fix last change.
3077
c5785b73
MB
30782000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3079
3080 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3081
672172d9
KH
30822000-09-22 Kenichi Handa <handa@etl.go.jp>
3083
3084 * international/quail.el (quail-help): The output message is
3085 improved.
3086
4653b4ea
DL
30872000-09-26 Dave Love <fx@gnu.org>
3088
3089 * mouse.el (popup-menu): If POSITION is nil, set it using
3090 mouse-position.
3091
63900fcf
SS
30922000-09-25 Sam Steingold <sds@gnu.org>
3093
3094 * net/browse-url.el (browse-url-file-url): Check for null maps.
3095
cd3b81be
GM
30962000-09-26 Gerd Moellmann <gerd@gnu.org>
3097
876512ab 3098 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3099 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3100
fa003899
SM
3101 * frame.el (frame-notice-user-settings):
3102 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3103
cd3b81be
GM
3104 * toolbar/tool-bar.el (tool-bar-help): New function.
3105
d8b4516f
GM
31062000-09-25 Gerd Moellmann <gerd@gnu.org>
3107
6567e9b5
GM
3108 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3109 current-load-list in top-level forms. Else this leaks a cons cell
3110 every time a defun is called.
63900fcf 3111
d8b4516f 3112 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3113
a461758e
DL
31142000-09-25 Dave Love <fx@gnu.org>
3115
7df6adc3
DL
3116 * startup.el (fancy-splash-head): Check XPM is available.
3117
a461758e
DL
3118 * autoinsert.el (auto-insert): Doc fix.
3119 (auto-insert-alist): Following GNU notices, don't say `copyright
3120 _by_'. Use line-beginning-position.
3121 (auto-insert): Check buffer-file-name is non-nil before use.
3122
b11af2dd
GM
31232000-09-25 Gerd Moellmann <gerd@gnu.org>
3124
3125 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3126 starting with `@def' or `@multitable', in addition to ones
3127 specified by the user in auto-fill-inhibit-regexp.
3128
5f9f981b
GM
31292000-09-25 Markus Rost <rost@math.ohio-state.edu>
3130
3131 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3132 rmail-dont-reply-to-names matches the empty string.
63900fcf 3133
8ff16b4e
GM
31342000-09-25 Gerd Moellmann <gerd@gnu.org>
3135
63900fcf 3136 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3137 text to sound more friendly.
3138
9b4a7800
TTN
31392000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3140
3141 * progmodes/hideshow.el: Update author email address.
3142 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3143 (hs-hide-all-non-comment-function): New var.
3144 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3145 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3146 (hs-show-region): Delete this command.
3147 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3148
4c7c1f3f
DL
31492000-09-22 Dave Love <fx@gnu.org>
3150
3151 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3152 (hl-line-highlight): Specify buffer when moving overlay.
3153
3154 * progmodes/fortran.el (fortran-mode): Locally set
3155 normal-auto-fill-function.
3156 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3157 (fortran-mode-map): Adjust auto-fill menu entry.
3158
13f93dee
GM
31592000-09-22 Gerd Moellmann <gerd@gnu.org>
3160
36eb0a91
GM
3161 * vc-rcs.el (toplevel): Require `vc' when compiling.
3162
fa003899 3163 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3164
36a03bf9
AS
31652000-09-22 Andre Spiegel <spiegel@gnu.org>
3166
9b4a7800 3167 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3168 registered under the new backend.
3169
9b4a7800 3170 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3171 without explicit revision number.
3172
6e4e8a3b
SM
31732000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3176 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3177 (diff-xor): New function.
3178 (diff-find-source-location): Use it. Fix a stupid name clash.
3179 (diff-hunk-status-msg): New function.
3180 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3181 (diff-test-hunk): Use diff-find-source-location.
3182 (diff-goto-source): Favor the `reverse'.
3183 (diff-hunk-text): Properly handle one-sided context diffs.
3184 (diff-apply-hunk): When done, advance to the next hunk.
3185
1b24b888
GM
31862000-09-21 Gerd Moellmann <gerd@gnu.org>
3187
623a0aae
GM
3188 * startup.el (command-line): If frame was created with a non-zero
3189 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3190
1b24b888
GM
3191 * add-log.el (change-log-date-face, change-log-name-face)
3192 (change-log-email-face, change-log-file-face)
3193 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3194 (change-log-function-face, change-log-acknowledgement-face):
3195 New faces, inheriting from font-lock faces.
1b24b888 3196 (change-log-font-lock-keywords): Use them.
9b4a7800 3197
93b3a1c8
DL
31982000-09-21 Dave Love <fx@gnu.org>
3199
80585273
DL
3200 * progmodes/cperl-mode.el (top-level): Clean up
3201 `eval-when-compile's and assorted defvars.
3202 (cperl-invalid-face): Don't double-quote value. Change custom
3203 type.
3204 (cperl-mode): Set normal-auto-fill-function and don't zap
3205 auto-fill-function.
3206 (cperl-imenu--function-name-regexp-perl): Renamed from
3207 imenu-example--function-name-regexp-perl.
3208 (cperl-imenu--create-perl-index): Renamed from
3209 imenu-example--create-perl-index.
3210 (cperl-xsub-scan): Don't require cl.
3211
93b3a1c8
DL
3212 * msb.el (msb-mode-map): Use substitute-key-definition.
3213 (msb-mode): Use msb-mode-map.
3214
43ccb598
AS
32152000-09-21 Andre Spiegel <spiegel@gnu.org>
3216
3217 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3218 New functions.
fa003899 3219 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3220 (vc-switch-backend): New function.
3221 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3222 (vc-register): Fix prompt.
3223 (vc-unregister, vc-default-unregister): New functions.
3224 (vc-version-diff): Handle empty buffer in sentinel.
3225
3226 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3227 (vc-rcs-state-heuristic): Use it to guess the state of files with
3228 non-strict locking.
3229 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3230 been set with -b, but not created yet.
3231 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3232 contents in order to find the state.
3233 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3234 (vc-rcs-unregister, vc-rcs-receive-file)
3235 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3236
9b4a7800 3237 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3238 in case it is missing.
9b4a7800 3239
95fadcca
GM
32402000-09-21 Gerd Moellmann <gerd@gnu.org>
3241
3242 * startup.el (fancy-splash-tail): Use a different foreground
3243 color on a dark frame background.
3244
470f23e1
MB
32452000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3246
3247 * info.el: Use the correct capitalization when making Info-mode
3248 and Info-edit-mode `special' modes.
3249
281096ed
SM
32502000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3251
3252 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3253 (diff-mode): Add support for add-log.el.
3254 (diff-hunk-text): Use char offsets rather than line offsets.
3255 (diff-find-source-location): Replace LINE with line-offset (nil
3256 if not found) and always set POS to a meaningful position.
3257 Adapt to the new char-offsets.
3258 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3259 Adapt to the new diff-find-source-location.
3260 (diff-goto-source): Adapt to the new diff-find-source-location.
3261
3262 * add-log.el (add-log-file-name): New function (split out of
3263 add-change-log-entry).
3264 (add-change-log-entry): Use it.
3265 Call add-log-file-name-function with the changelog file name if
3266 the current buffer is not associated with any file.
3267 Avoid find-file if the selected window is dedicated.
3268
3269 * diff-mode.el (diff-find-source-location):
3270 Move code from diff-apply-hunk. Return buffer rather than file.
3271 (diff-apply-hunk): Use the new result from diff-find-source-location.
3272 (diff-goto-source): Use the new diff-find-source-location.
3273
c29d77c4
DL
32742000-09-20 Dave Love <fx@gnu.org>
3275
3276 * iswitchb.el: Some doc fixes.
3277 (iswitchb-mode-map): Define completely initially. Inherit
3278 minibuffer-local-map.
3279 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3280 fundamental-mode.
3281 (iswitchb-global-map): New variable.
3282 (iswitchb-summaries-to-end): Amalgamate regexps.
3283 (iswitchb-mode): New.
3284 (iswitchb-mode-hook): New variable.
3285 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3286 `extensions'.
3287
49939379
GM
32882000-09-20 Gerd Moellmann <gerd@gnu.org>
3289
d05c87ac
GM
3290 * ehelp.el (electric-help): New defgroup.
3291 (electric-help-shrink-window): New user-option.
3292 (with-electric-help): Use it.
3293
1ec082d4
GM
3294 * window.el (shrink-window-if-larger-than-buffer): If face
3295 `mode-line' has a :box, and we're on a graphical frame, add 1
3296 to the needed window height.
3297
f46c275e
GM
3298 * frame.el (frame-notice-user-settings): Add a last parameter nil
3299 to a call to `append', because the last list passed to `append' is
3300 not copied, and so subsequent calls to assq-delete-all will modify
3301 default-frame-alist.
3302
b7e11c5b
GM
3303 * startup.el (fancy-splash-image): Change :type.
3304 (fancy-splash-head): Use an XBM image if appropriate.
3305 (command-line-1): Show splash screens in more cases.
3306
26ff68aa
GM
3307 * startup.el (fancy-splash-text): Don't quote faces.
3308
8320414c
GM
3309 * dired.el (dired-font-lock-keywords): Undo last change.
3310 (dired-readin): Bind indent-tabs-mode to nil.
3311
49939379
GM
3312 * startup.el (fancy-splash-head): If frame's background mode
3313 is `dark', change the black background of the image to gray.
3314 (fancy-splash-screens): Display startup echo area message.
3315 (display-startup-echo-area-message): New function.
3316
c3b27206
MB
33172000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3318
55a3d2a1
MB
3319 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3320
3321 * info.el (info-header-node): Tweak for color ttys.
3322
37a99821
MB
3323 * faces.el (face-valid-attribute-values): Make sure directories we
3324 search for stipples both exist and are readable before trying to
3325 search them.
3326
0415d0d0
MB
3327 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3328 in the dry-run case.
3329
523b128c
MB
3330 * jka-compr.el (with-auto-compression-mode): New macro.
3331
c3b27206
MB
3332 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3333 (custom-group-tag-face, custom-variable-tag-face): Use relative
3334 :height and inherit from `variable-pitch' face instead of
3335 hardwiring :family.
3336 * hi-lock.el (hi-black-hb): Likewise.
3337
ddba99ad
MB
3338 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3339 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3340 toolbar-add-item, if image doesn't have a mask add a `:mask
3341 heuristic'.
3342
7e99fbde
SM
33432000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3344
3345 * diff-mode.el: Docstring fixes.
3346 (diff-header-face, diff-comment-face): New faces.
3347 (diff-font-lock-keywords): Highlight a bit differently.
3348 (diff-find-source-location): Don't return SPAN any more.
3349 (diff-hunk-text): Don't bother erasing the temp buffer.
3350 (diff-find-text): Drop argument LINE.
3351 (diff-apply-hunk): Update calls to diff-find-text.
3352 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3353
3354 * calendar/calendar.el: Docstring fixes.
3355 (calendar-make-alist): Don't quote lambda.
3356 (calendar-star-date): Use make-local-variable.
3357
fb275c02
DL
33582000-09-19 Dave Love <fx@gnu.org>
3359
7e99fbde
SM
3360 * toolbar/tool-bar.el: Renamed from toolbar.el.
3361 Change `toolbar' to `tool-bar' generally in symbols.
3362 Make some items invisible in `special' major modes.
3363 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3364 Add arg PROPS.
532cb34d 3365
7e99fbde
SM
3366 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3367 Add :version here.
fb275c02
DL
3368 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3369
8f4ca9a5
GM
33702000-09-19 Gerd Moellmann <gerd@gnu.org>
3371
8b7707e1 3372 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3373
8b7707e1 3374 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3375 (find-file-noselect): Use it.
3376
8b7707e1 3377 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3378 (fancy-splash-screen): Defgroup.
3379
8f4ca9a5
GM
3380 * add-log.el (change-log-font-lock-keywords): Match names
3381 more exactly for the case that font-lock-constant-face is
3382 underlined.
3383
ba9eeda1 33842000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3385
8b7707e1 3386 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3387
289eaef9
AS
33882000-09-19 Andre Spiegel <spiegel@gnu.org>
3389
3390 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3391
ce9ded5d
GM
33922000-09-19 Gerd Moellmann <gerd@gnu.org>
3393
c113de23
GM
3394 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3395 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3396 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3397 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3398 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3399 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3400 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3401 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3402 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3403 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3404 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3405 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3406
ce9ded5d
GM
3407 * startup.el (fancy-splash-text): New variable.
3408 (fancy-splash-delay, fancy-splash-image): New user-options.
3409 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3410 (fancy-splash-screens): New functions.
3411 (command-line-1): If display has a `display' frame parameter, has
3412 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3413
b9b1c3a9
DL
34142000-09-19 Dave Love <fx@gnu.org>
3415
3416 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3417 with null `help'. Use modern backquote syntax.
3418
1af25534
GM
34192000-09-19 Gerd Moellmann <gerd@gnu.org>
3420
afd3c8cd
GM
3421 * font-lock.el (font-lock-mode): Change message telling the user
3422 that ``the buffer is too big''.
3423
1af25534
GM
3424 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3425 for instance for the case that tab-width is 2.
3426
05b1f851
GM
34272000-09-18 Gerd Moellmann <gerd@gnu.org>
3428
3429 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3430 toolbar-add-item, if image doesn't have a mask add a `:mask
3431 heuristic'.
3432
8ec8f673
MB
34332000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3434
2b612b1f
MB
3435 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3436 and return a cons if it's non-nil.
3437 (diff-apply-hunk): Try to jump to the line in the source text
3438 corresponding to the position of point in the in the hunk.
3439
9b4a7800 3440 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3441 (Info-title-1-face): Use face inheritance and relative sizes
3442 instead of hard-wiring things.
3443
3444 * faces.el (secondary-selection): Make dark-background variant sane.
3445
5eedab4d
AI
34462000-09-16 Andrew Innes <andrewi@gnu.org>
3447
5eedab4d
AI
3448 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3449 read-only, since they aren't under VC now.
3450
6a142f26
DL
34512000-09-17 Dave Love <fx@gnu.org>
3452
e07436e1
DL
3453 * tmm.el: Replace mapcar with mapc in several places.
3454
3455 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3456 ad-unadvise.
3457
7d354dd5
DL
3458 * international/latin1-disp.el: New file.
3459
6a142f26
DL
3460 * calendar/cal-move.el (scroll-calendar-left)
3461 (scroll-calendar-right): Make arg optional (for active mode line).
3462
3463 * calendar/calendar.el (calendar-mode-line-format): Make fields
3464 mouse-sensitive.
3465 (calendar-read-date, calendar-read-date, calendar-window-list):
3466 Unquote lambda.
3467 (calendar-month-name): Use aref, not sref.
3468
3469 * view.el (minor-mode-alist): Propertize the string.
3470
3471 * international/characters.el (standard-case-table): Add entries
3472 for Greek.
3473
50ac70af
MB
34742000-09-18 Miles Bader <miles@gnu.org>
3475
53c9ab4f
MB
3476 * info.el (info-node, info-xref): Add dark-background variants.
3477
a114b1ca
MB
3478 * faces.el (header-line): Change defaults to be less confusing
3479 when mixed with mode-lines.
3480
50ac70af
MB
3481 * info.el (Info-fontify-node): Make a few cleanups.
3482 Add extra `help-echo' and `local-map' props to node xrefs.
3483 Use header-specific faces for node-names & xrefs.
3484 (Info-use-header-line): New variable.
53c9ab4f 3485 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3486 (Info-setup-header-line): New function.
3487 (Info-select-node): Call Info-setup-header-line when enabled.
3488 (Info-extract-pointer): Work even if the header line is hidden.
3489 (Info-header-line): New variable.
3490
729927ff
SM
34912000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3492
3493 * vms-patch.el (print-region-function): Don't quote lambda.
3494
3495 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3496
3497 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3498 (lm-get-header-re): Allow spaces between the header and the colon.
3499 (lm-header): Allow $ in non-RCS headers.
3500 (lm-header-multiline): Put the strings back into order.
3501 Stop at an empty line. Don't require two space chars if the
3502 line is clearly not another header line.
3503
3504 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3505 (popup-menu-popup): Remove.
3506
7a98d821
GM
35072000-09-15 Gerd Moellmann <gerd@gnu.org>
3508
7f8f1edc
GM
3509 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3510 specification if or if not tool-bar item contains an `:enabled'
3511 property.
3512
7a98d821
GM
3513 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3514 current buffer has no file name.
3515
a7bc704b
DL
35162000-09-15 Dave Love <fx@gnu.org>
3517
3518 * strokes.el: Sync with maintainer's current version with changes
3519 for Emacs, but avoid runtime cl and levents.
3520 (toplevel): Change autoloads and compilation requires.
3521 (strokes-version, strokes-bug-address, strokes-lift): Values
3522 changed.
3523 (strokes-xpm-header, strokes-insinuated): New variable.
3524 (strokes): Add :link.
3525 (strokes-mode): Customized.
3526 (strokes-while-inhibiting-garbage-collector): New macro.
3527 (strokes-remassoc): Avoid remove-if.
3528 (strokes-fix-button2-command): Don't use ad-do-it.
3529 (strokes-insinuate): New function.
3530 (strokes-button-press-event-p, strokes-button-release-event-p):
3531 New functions, used instead of non-`strokes-' versions..
3532 (strokes-mouse-event-p): Rewritten.
3533 (strokes-event-closest-point): Avoid event-point.
3534 (strokes-get-grid-position): Avoid cdadr, caadr
3535 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3536 functions.
3537 (strokes-help): Use with-output-to-temp-buffer.
3538 (strokes-window-configuration-changed-p): New function.
3539 (strokes-update-window-configuration): Use buffer-live-p,
3540 strokes-window-configuration-changed-p.
3541 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3542 (strokes-char-face): New face.
3543 (strokes-char-table, strokes-base64-chars): New variable.
3544 (strokes-xpm-for-stroke, strokes-list-strokes)
3545 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3546 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3547 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3548 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3549 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3550 functions.
3551
47e351a3
GM
35522000-09-15 Gerd Moellmann <gerd@gnu.org>
3553
ebb8f116
GM
3554 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3555
47e351a3
GM
3556 * image.el (create-image): Doc fix.
3557
3558 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3559 instead of `:heuristic-mask t'.
3560
fe83b953
AI
35612000-09-14 Andrew Innes <andrewi@gnu.org>
3562
3563 * makefile.w32-in: Revert to Unix line endings.
3564
52481729
AI
35652000-09-14 Andrew Innes <andrewi@gnu.org>
3566
3021e816
AI
3567 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3568 when installing.
3569
52481729
AI
3570 * makefile.nt (DONTCOMPILE): Fix typo.
3571
3572 * shell.el (shell-write-history-on-exit): New function.
3573 (shell-dumb-shell-regexp): New custom variable.
3574 (shell-mode): Make shell-write-history-on-exit the process
3575 sentinel if shell name matches shell-dumb-shell-regexp.
3576
3577 * w32-fns.el: Comment out before-init-hook function which resets
3578 source-directory based; this breaks bootstrap.
3579
f8034e41
DL
35802000-09-14 Dave Love <fx@gnu.org>
3581
3582 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3583 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3584 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3585 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3586 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3587 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3588 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3589 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3590 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3591
3592 * toolbar/toolbar.el: New.
3593
3594 * subdirs.el: Add toolbar.
3595
b9ce5694
GM
35962000-09-14 Gerd Moellmann <gerd@gnu.org>
3597
3598 * indent.el (indent-for-tab-command): Doc fix.
3599
986b7dee
GM
36002000-09-14 Alex Schroeder <alex@gnu.org>
3601
3602 * ansi-color.el (ansi-colors): Doc change.
3603 (ansi-color-get-face): Simplified regexp.
3604 (ansi-color-faces-vector): Added more faces, doc change.
3605 (ansi-color-names-vector): Doc change.
3606 (ansi-color-regexp): Simplified regexp.
3607 (ansi-color-parameter-regexp): New regexp.
3608 (ansi-color-filter-apply): Doc change.
3609 (ansi-color-filter-region): Doc change.
3610 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3611 deal with zero length parameters.
3612 (ansi-color-apply-on-region): Doc change.
3613 (ansi-color-map): Doc change.
3614 (ansi-color-map-update): Removed debugging message.
3615 (ansi-color-get-face-1): Added condition-case to trap
3616 args-out-of-range errors.
3617 (ansi-color-get-face): Doc change.
3618 (ansi-color-make-face): Removed.
3619 (ansi-color-for-shell-mode): New option.
9b4a7800 3620
076ff911
KH
36212000-09-13 Kenichi Handa <handa@etl.go.jp>
3622
3623 * international/quail.el (quail-start-translation): Translate KEY
3624 if necessary even if it doesn't have any mapping in the current
3625 input method.
3626 (quail-start-conversion): Likewise.
3627 (quail-help): The output message is improved.
3628
bdf08678
MB
36292000-09-13 Miles Bader <miles@gnu.org>
3630
3631 * comint.el (comint-output-filter): Revert to using
3632 `insert-before-markers'. Add bletcherous hack to undo damage
3633 caused by `insert-before-markers'. Put `front-sticky' property on
3634 overlays created here so that the field code understands how the
3635 overlay works. Use a let when making comint-last-prompt-overlay,
3636 so that the code is easier to read.
3637
ffb8db8d
DL
36382000-09-13 Dave Love <fx@gnu.org>
3639
3640 * wid-edit.el (widget-default-format-handler): DTRT when
3641 doc-property is a function.
3642
5dd05f61
GM
36432000-09-12 Francesco Potorti` <pot@gnu.org>
3644
3645 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3646 filed name if it's not there.
3647
35177617
DL
36482000-09-12 Dave Love <fx@gnu.org>
3649
9023837e
DL
3650 * simple.el (read-mail-command): Doc fix.
3651 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3652
35177617
DL
3653 * vc.el (vc-dired-listing-switches): Fix :version.
3654
3655 * vc-hooks.el: Doc fixes.
3656
3657 * subr.el (add-minor-mode): Use toggle-fun arg.
3658
3659 * speedbar.el: Add :version to several defcustoms.
3660
3661 * imenu.el (imenu--truncate-items, imenu--cleanup)
3662 (imenu--generic-function): Avoid mapcar.
3663 (imenu--replace-spaces): Function removed.
3664 (imenu--completion-buffer): Use subst-char-in-string.
3665 (imenu-add-to-menubar): Use keymap inheritance.
3666
1afaae94
MB
36672000-09-12 Miles Bader <miles@gnu.org>
3668
3669 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3670 (diff-mode-map): Bind `diff-test-hunk'.
3671 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3672
36732000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3674
3675 * bytecomp.el (byte-compile-defvar): Undo last change
3676 because it breaks '(make-variable-buffer-local (defvar ...)'
3677 which is used at least in dired.
3678
63c36c3c
KH
36792000-09-12 Kenichi Handa <handa@etl.go.jp>
3680
3681 * international/quail.el (quail-define-package): Docstring
3682 modified.
3683
1ad24be1
KH
36842000-09-12 Kenichi Handa <handa@etl.go.jp>
3685
362a8065
KH
3686 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3687 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3688 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3689 docstring of "chinese-py".
3690
1ad24be1
KH
3691 * international/quail.el (quail-translation-docstring): New
3692 variable.
3693 (quail-show-keyboard-layout): Docstring modified.
3694 (quail-select-current): Likewise.
3695 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3696 infinite recursive call.
3697 (quail-help): Check quail-translation-docstring. Format of the
3698 output changed.
3699 (quail-help-insert-keymap-description): Adjusted for the above
3700 change.
3701
cc0f95a4
GM
37022000-09-11 Gerd Moellmann <gerd@gnu.org>
3703
3704 * bytecomp.el (byte-compile-defvar): Only cons onto
3705 current-load-list in top-level forms. Else this leaks a cons cell
3706 every time a defun is called.
3707
7530b6da
MB
37082000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3709
3710 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3711 Now understands non-unified diffs. Some functionality moved into
3712 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3713 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3714 modify anything. Only reposition point in the patched file if the
3715 patch succeeds. Only pop up another window if POPUP is true.
3716 Emit a message describing what happened if successful, and at what
3717 line-offset. Automatically detect reversed hunks and do something
3718 appropriate.
3719 (diff-hunk-text, diff-find-text): New functions.
3720 (diff-filter-lines): Function removed.
3721 (diff-test-hunk): New function.
3722 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3723
6b124390
DL
37242000-09-10 Dave Love <fx@gnu.org>
3725
3726 * textmodes/tildify.el: Minor doc/commentary fixes.
3727 (tildify) <defgroup>: Add :version.
3728
3729 * faces.el (face-x-resources): Make custom type more specific.
3730 (frame-background-mode): Use mapc.
3731 (region) <defcustom>: Add :version.
3732
7f8b6551
SM
37332000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3734
9b4a7800
TTN
3735 * vc-sccs.el (vc-sccs-register):
3736 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3737 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3738 * vc.el (vc-register): Clear file's properties.
3739
c454aac1
GM
37402000-09-08 Gerd Moellmann <gerd@gnu.org>
3741
3742 * faces.el (face-spec-set): Only face-spec-reset-face when
3743 ATTRS is non-nil.
3744
bb934822
EZ
37452000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * help.el (help-insert-xref-button): Fix a typo in doc string.
3748
03419440
EZ
37492000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3750
7f8b6551
SM
3751 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3752 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3753 methods.
3754
03419440
EZ
3755 * menu-bar.el (read-mail-item-name): New function.
3756 (menu-bar-tools-menu): Use it to compute and display the package
3757 used to read email.
3758 (menu-bar-tools-menu): Fix typo in GUD's help string.
3759
dbcee71a
DL
37602000-09-07 Dave Love <fx@gnu.org>
3761
19e713d8
DL
3762 * diff-mode.el (diff-mouse-goto-source): New function.
3763
a7cafade 3764 * vc-sccs.el: Doc fixes.
7f8b6551 3765 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3766
3767 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3768 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3769 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3770 (vc-rcs-master-templates): Add or change :version.
3771
7f8b6551 3772 * vc-cvs.el: Doc fixes.
a7cafade
DL
3773 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3774 (vc-cvs-stay-local): Add :version.
3775
dbcee71a
DL
3776 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3777
ed254191
KH
37782000-09-07 Kenichi Handa <handa@etl.go.jp>
3779
3780 * international/quail.el (quail-help): Fix previous change.
3781
ab0ee409
GM
37822000-09-07 Gerd Moellmann <gerd@gnu.org>
3783
f46f845b 3784 * faces.el (color-values): Doc fix.
9b4a7800 3785
ab0ee409
GM
3786 * faces.el (frame-set-background-mode): Use frame-parameter
3787 instead of frame-parameters.
3788
3789 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3790 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3791 frame-parameters.
9b4a7800 3792
f7246ac7
KH
37932000-09-07 Kenichi Handa <handa@etl.go.jp>
3794
3795 * language/devan-util.el (devanagari-to-indian-region): In the
3796 loop, change the following char, not preceding char.
3797
96889af2
GM
37982000-09-07 Gerd Moellmann <gerd@gnu.org>
3799
1091dd67
GM
3800 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3801 instead of frame-parameters.
3802
9b4a7800 3803 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3804 internal-set-lisp-face-attribute with FRAME being 0.
3805
3806 * vc.el: Remove `Id' version control keyword.
96889af2 3807
0fddd0dc
KH
38082000-09-07 Kenichi Handa <handa@etl.go.jp>
3809
3810 * help.el (help-make-xrefs): Adjusted for the change of
3811 help-xref-mule-regexp.
3812 (help-insert-xref-button): New function.
3813
3814 * international/mule-cmds.el (help-xref-mule-regexp-template):
3815 Include the pattern for character set.
3816 (leim): New group.
3817
3818 * international/quail.el: Don't require face.
3819 (quail): New group.
7f8b6551 3820 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3821 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3822 (quail-keyboard-layout-substitution): New variable.
3823 (quail-update-keyboard-layout): New function.
3824 (quail-keyboard-layout-type): New customizable variable.
3825 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3826 (quail-keyboard-translate): Pay attention to
3827 quail-keyboard-layout-substitution.
3828 (quail-insert-kbd-layout): New function.
3829 (quail-show-keyboard-layout): New function.
3830 (quail-get-translation): If the definition is a vector of length
7f8b6551 3831 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3832 in that string.
3833 (quail-update-current-translations): Fix the case of
3834 relative-index out of range.
3835 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3836 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3837 Show key sequences for all available characters.
0fddd0dc
KH
3838 (quail-help-insert-keymap-description): Don't show such verbose
3839 key bindings as quail-self-insert-command.
3840
3841 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3842 Format changed, and each element now have extra documentations.
3843 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3844 Adjusted for the change of quail-cxterm-package-ext-info.
3845
8ddceaf1
GM
38462000-09-06 Gerd Moellmann <gerd@gnu.org>
3847
3848 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3849 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3850 during bootstrap.
3851
099bd78a
SM
38522000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3853
3854 * vc.el: (toplevel): Don't require `dired' at run-time.
3855 (vc-dired-resynch-file): Remove autoload cookie.
3856
38572000-09-05 Andre Spiegel <spiegel@gnu.org>
3858
3859 * vc.el: Made several backend functions optional.
3860 (vc-default-responsible-p): New function.
3861 (vc-merge): Use RET for first version to trigger merge-news, not
3862 prefix arg.
3863 (vc-annotate): Handle backends that do not support annotation.
3864 (vc-default-merge-news): Removed. The existence of a merge-news
3865 implementation is now checked on caller sites.
3866
9b4a7800 3867 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3868 case.
3869
9b4a7800 3870 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3871 special case that has been removed from the default in vc-hooks.el.
3872
38732000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3876
38772000-09-05 Andre Spiegel <spiegel@gnu.org>
3878
3879 * vc-hooks.el: Require vc during compilation.
3880 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3881 macro `with-vc-properties' in vc.el.
3882 (vc-file-getprop): Doc fix.
3883 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3884
099bd78a
SM
3885 * vc.el: Require dired-aux during compilation.
3886 (vc-name-assoc-file): Moved to vc-sccs.el.
3887 (with-vc-properties): New macro.
9b4a7800 3888 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3889 vc-finish-steal): Use it.
3890 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3891 to the backend-specific function is now supposed to do the checkout,
3892 too.
3893 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3894
9b4a7800 3895 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3896 set file properties; that gets done in the generic code now.
3897
3898 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3899 Changed parameter list, added code from vc.el that does the
3900 checkout, possibly with a double-take.
3901
3902 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3903 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3904 the above under the new name.
3905 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3906 parameter list, added checkout command.
3907 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3908 properties; that gets done in the generic code now.
3909
39102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3911
3912 * vc.el: Docstring fixes (courtesy of checkdoc).
3913
39142000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3915
3916 * vc.el (vc-checkout-writable-buffer-hook)
3917 (vc-checkout-writable-buffer): Remove.
3918 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3919 (vc-log-mode): Make it into a clean derived major mode.
3920 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3921 vc-log-mode if log-edit is not available.
3922 (vc-dired-mode-map): Don't set-keymap-parent yet.
3923 (vc-dired-mode): Do set-keymap-parent here.
3924 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3925
08ba3862
GM
39262000-09-05 Gerd Moellmann <gerd@gnu.org>
3927
3928 * faces.el (set-face-attribute, face-spec-reset-face)
3929 (face-spec-set): Avoid consing by removing calls to `apply'.
3930
3931 * frame.el (frame-parameter): Move to C code.
3932
3b4429b4
DL
39332000-09-05 Dave Love <fx@gnu.org>
3934
3935 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3936 insert-before-markers-and-inherit. Now checked systematically!
3937
877055f6
GM
39382000-09-05 Alex Schroeder <alex@gnu.org>
3939
3940 * sql.el (sql-postgres): Use sql-postgres-options.
3941 (sql-postgres-options): New variable.
3942
39432000-09-05 Alex Schroeder <alex@gnu.org>
3944
3945 * sql.el (sql-mode-menu): Work around missing variable mark-active
3946 in XEmacs.
3947 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3948 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3949 compatibility.
3950
7a004b71
GM
39512000-09-04 Gerd Moellmann <gerd@gnu.org>
3952
54baed30 3953 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3954
7a004b71
GM
3955 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3956
3957 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3958
39592000-09-04 Andre Spiegel <spiegel@gnu.org>
3960
3961 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3962 don't support anything else under SCCS yet.
3963
3964 * vc-hooks.el: Minor doc fixes.
3965
39662000-09-04 Andre Spiegel <spiegel@gnu.org>
3967
3968 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3969 not necessary. If verbose in state `needs-patch', do the same as
3970 under `up-to-date'. When NOT verbose and `needs-patch', check out
3971 latest version instead of `merge-news'.
3972 (vc-next-action-dired): Don't mess with default-directory here; it
3973 breaks other parts of dired. It is the job of the
099bd78a 3974 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3975 (vc-next-action): Remove a special CVS case.
3976 (vc-clear-headers): New optional arg FILE.
3977 (vc-checkin, vc-checkout): Set properties vc-state and
3978 vc-checkout-time properly.
099bd78a 3979 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3980 (vc-print-log): Use new backend function `show-log-entry'.
3981 (vc-cancel-version): Do the checks in a different order. Added a
3982 FIXME concerning RCS-only code.
3983
3984 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3985 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3986
3987 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3988
9b4a7800 3989 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3990 `needs-patch' as a `-' too.
3991
39922000-09-04 Andre Spiegel <spiegel@gnu.org>
3993
3994 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3995 (vc-default-could-register): New function.
3996 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3997 (vc-resynch-buffer): Call vc-dired-resynch-file.
3998 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3999 vc-resynch-buffer instead of vc-resynch-window.
4000 (vc-next-action-dired): Don't redisplay here, that gets done as a
4001 result of the individual file operations.
4002 (vc-retrieve-snapshot): Corrected prompt order.
4003
4004 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4005
7a004b71
GM
4006 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4007 as well.
4008 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4009 hostname regexps. Updated all callers.
4010 (vc-cvs-responsible-p): Handle directories as well.
4011 (vc-cvs-could-register): New function.
4012 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4013 properties up-to-date.
9b4a7800 4014
7a004b71
GM
4015 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4016 user whether to create one.
4017
40182000-09-04 Andre Spiegel <spiegel@gnu.org>
4019
4020 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4021 check out a non-existing file.
4022
4023 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4024 workfile does not exist.
4025
4026 * vc.el (vc-version-diff): Use `require' to check for existence of
4027 diff-mode.
4028
40292000-09-04 Andre Spiegel <spiegel@gnu.org>
4030
4031 * vc-cvs.el (vc-cvs-registered): Use new function
4032 vc-cvs-parse-entry to do the actual work.
4033
40342000-09-04 Andre Spiegel <spiegel@gnu.org>
4035
4036 * vc-hooks.el (vc-find-backend-function): If function doesn't
4037 exist, return nil instead of error.
4038 (vc-call-backend): Doc fix.
4039
4040 * vc.el (vc-do-command): Doc fix.
4041 (vc-finish-logentry): When checking in from vc-dired, choose the
4042 right backend for logentry check.
4043 (vc-dired-mode-map): Inherit from dired-mode-map.
4044 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4045 simplified.
4046 (vc-dired-state-info): Removed, updated caller.
4047 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4048 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4049 (vc-dired-listing-switches): New variable.
4050 (vc-directory): Use it, instead of dired-listing-switches.
4051
4052 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4053 (vc-cvs-dir-state): New function.
7f8b6551 4054 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4055 (vc-cvs-parse-entry): New function, also to be used in
4056 vc-cvs-registered.
9b4a7800 4057
7a004b71
GM
40582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4059
4060 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4061 *or* single-window-frames.
4062
40632000-09-04 Andre Spiegel <spiegel@gnu.org>
4064
4065 * vc.el (vc-update-changelog): Split into generic part and default
4066 implementation. Doc string adapted.
4067 (vc-default-update-changelog): New function. Call the `rcs2log'
4068 script in exec-directory, to fix a long-standing nuisance.
4069
4070 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4071 simply signals an error.
9b4a7800 4072
7a004b71
GM
40732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4074
4075 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4076 control-flow more clear and to avoid running `cvs' twice.
4077
4078 * vc.el (vc-next-action-on-file): Doc fix.
4079 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4080 (vc-print-log): Eval `file' before constructing the continuation.
4081
40822000-09-04 Andre Spiegel <spiegel@gnu.org>
4083
4084 * vc.el (vc-next-action-on-file): Corrected several messages.
4085 (vc-merge): Add prefix arg `merge-news'; handle it.
4086
4087 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4088 is not reached. It is.
4089 (vc-cvs-merge): Set state to 'edited after merge.
4090 (vc-cvs-merge-news): Set workfile version to nil if not known.
4091 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4092
4093 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4094 via stdout. (Merge from main line.)
9b4a7800 4095
7a004b71
GM
40962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4097
4098 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4099 detection.
4100
41012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4102
4103 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4104 against kill-all-local-variables.
4105 (vc-log-edit): Don't save vc-parent-buffer any more.
4106 (vc-last-comment-match): Initialize to an empty string.
4107 (vc-post-command-functions): New hook.
4108 (vc-do-command): Run it.
4109 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4110 (vc-finish-logentry): Only add the comment to the ring if it's
4111 different from the last comment entered.
4112 (vc-new-comment-index): New function.
4113 (vc-previous-comment): Use it. Make the minibuffer message
4114 slightly less terse.
4115 (vc-comment-search-reverse): Make it work forward as well. Don't
4116 set vc-comment-ring-index if no match is found. Use
4117 vc-new-comment-index.
4118 (vc-comment-search-forward): Use vc-comment-search-reverse.
4119 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4120 define-derived-mode will do it for us. Bind `v' to a keymap that
4121 inherits from vc-prefix-map so that we can bind `vt' without
4122 binding C-x v t.
4123 (vc-retrieve-snapshot): Parenthesis typo.
4124
4125 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4126 to 1. Make sure to switch to *vc* before looking for an error
4127 message. Use vc-parse-buffer.
4128
41292000-09-04 Andre Spiegel <spiegel@gnu.org>
4130
4131 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4132 and NAME.
4133 (vc-retrieve-snapshot): Split into two parts.
4134 (vc-default-retrieve-snapshot): New function.
4135
4136 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4137 (vc-cvs-retrieve-snapshot): New function (untested).
4138 (vc-cvs-stay-local): Default to t.
4139 (vc-cvs-remote-p): New function and property.
4140 (vc-cvs-state): Stay local only if the above is t.
4141 (vc-handle-cvs): Removed.
4142 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4143 done via vc-handled-backends now.
4144 (vc-cvs-header): Escape Id.
4145
41462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4147
4148 * vc.el (vc-do-command): Remove unused commands.
4149 (vc-version-diff): Make sure default-directory ends with a slash.
4150 Move the window commands into a vc-exec-after.
4151 (vc-print-log): Move more of the code into the `vc-exec-after'.
4152
41532000-09-04 Andre Spiegel <spiegel@gnu.org>
4154
4155 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4156 (vc-print-log): Search current revision from beginning of buffer.
4157 (vc-revert-buffer): Clear echo area after the diff is finished.
4158 (vc-prefix-map): Removed definition of "t" for terse display in vc
4159 dired.
4160 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4161 definition of "vt" for terse display.
4162 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4163
41642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4165
4166 * vc.el (vc-exec-after): Avoid caddr.
4167
41682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4169
4170 * vc.el (vc-exec-after): New function.
4171 (vc-do-command): Use it to add a termination message for async
4172 procs.
4173 (vc-checkout): Try to handle a missing-backend situation.
4174 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4175 of a directory with a backend using async diffs.
4176 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4177 present.
4178
4179 * vc-sccs.el (vc-sccs-state-heuristic): Use
4180 file-ownership-preserved-p.
4181
4182 * vc-rcs.el (vc-rcs-state-heuristic): Use
4183 file-ownership-preserved-p.
4184 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4185
41862000-09-04 Andre Spiegel <spiegel@gnu.org>
4187
4188 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4189 vc-do-command.
4190
4191 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4192 when there are no changes.
4193
41942000-09-04 Andre Spiegel <spiegel@gnu.org>
4195
4196 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4197
4198 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4199
42002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4201
4202 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4203
4204 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4205 the `fset' outside of the defvar so that it works even if
4206 vc-prefix-map was already defined.
4207 (vc-setup-buffer): New function, split out of vc-do-command.
4208 (vc-do-command): Allow BUFFER to be t to mean `just use the
4209 current buffer without any fuss'.
4210 (vc-version-diff): Change the `diff' backend operation to just put
4211 the diff in the current buffer without erasing it. Always use
4212 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4213 shrink-window-if-larger-than-buffer.
4214 (vc-print-log): Change the `print-log' backend operation to just
4215 put the log in the current buffer without erasing it. Protect
4216 shrink-window-if-larger-than-buffer.
4217 (vc-update-change-log): Fix setd typo.
4218
4219 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4220 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4221
4222 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4223 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4224 CMP.
4225
4226 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4227 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4228 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4229
42302000-09-04 Andre Spiegel <spiegel@gnu.org>
4231
4232 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4233 not possible, use vc-BACKEND-workfile-unchanged-p.
4234 (vc-default-workfile-unchanged-p): New function. Delegates to a
4235 full vc-BACKEND-diff.
4236
4237 * vc-hooks.el (vc-simple-command): Removed.
4238
4239 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4240 instead of vc-simple-command.
4241 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4242 avoid doing a diff when opening a file.
4243 (vc-rcs-state): Added check for unlocked-changes.
4244 (vc-rcs-header): Escape Id.
4245 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4246 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4247 version.
4248
4249 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4250 (vc-sccs-diff): Remove optional arg CMP.
4251 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4252 SCCS-specific function.
4253
4254 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4255 vc-simple-command.
4256
42572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4258
4259 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4260 (with-vc-file, vc-merge): Use vc-editable-p.
4261 (vc-do-command): Remove unused var vc-file and fix the
4262 doubly-defined `status' var. Add a user message when starting an
4263 async command.
4264 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4265 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4266 Use with-current-buffer.
4267 (vc-buffer-sync): Use unless.
4268 (vc-next-action-on-file): If the file is 'edited by read-only,
4269 make it read-write instead of trying to commit.
4270 (vc-version-diff, vc-update-change-log): Use `setq
4271 default-directory' rather than `cd'.
4272 (vc-log-edit): Don't forget to set default-directory in the
4273 buffer.
4274
4275 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4276 (vc-sccs-state-heuristic): Use file-writable-p instead of
4277 comparing userids.
4278 (vc-sccs-checkout): Use `unless'.
4279
4280 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4281 of comparing userids.
4282 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4283 Simplify the logic by eliminating unreachable code.
4284 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4285 just do a recursive call if we need to retry.
4286 (vc-rcs-checkout): Handle the case where rcs is missing by making
4287 the buffer read-write if requested and re-signalling the error.
4288
4289 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4290
42912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4292
4293 * vc-hooks.el (vc-handled-backends): Docstring change.
4294 (vc-ignore-vc-files): Mark obsolete.
4295 (vc-registered): Check vc-ignore-vc-files.
4296 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4297 vc-ignore-vc-files.
4298
4299 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4300
43012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4302
4303 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4304 files since ange-ftp already has vc-registered return nil.
4305
4306 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4307 (vc-sccs-workfile-version): Use with-temp-buffer and new
4308 vc-parse-buffer and don't bother setting the property.
4309 (vc-sccs-add-triple): Use with-current-buffer and
4310 find-file-noselect.
4311 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4312
4313 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4314 derives from the old vc-parse-buffer but uses the revision number
4315 rather than the date (much easier to compare robustly).
4316 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4317 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4318 locking-user more directly. Check strict locking and set
4319 checkout-model appropriately.
4320 (vc-rcs-parse-locks): Remove.
4321 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4322 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4323 (vc-rcs-system-release): Use with-current-buffer and
4324 vc-parse-buffer.
4325 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4326
4327 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4328 (vc-simple-command): Docstring fix.
4329 (vc-registered): Align the way the file-handler is called with the
4330 way the function itself works.
4331 (vc-file-owner): Remove.
4332
4333 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4334 extraction of fields and call to file-attributes because of a
4335 temporary bug in rcp.el.
4336 (vc-cvs-fetch-status): Use with-current-buffer.
4337
43382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4339
4340 * vc.el (vc-do-command): Use file-relative-name.
4341 (vc-responsible-backend): Use vc-backend if possible.
4342 (vc-create-snapshot): Improve the `interactive' spec. Add support
4343 for branches and dispatch to backend-specific `create-snapshot'.
4344 (vc-default-create-snapshot): New function, containing the bulk of
4345 the old vc-create-snapshot.
4346 (vc-retrieve-snapshot): Improve the interactive spec.
4347
4348 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4349 (vc-backend-hook-functions): Remove.
4350 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4351 (vc-backend): Reintroduce the test for `file = nil' now that I
4352 know why it was there (and added a comment to better remember).
4353
4354 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4355 code from vc-sccs-hooks.el.
4356 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4357 'vc anymore.
4358 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4359 and file-directory-p instead of file-exists-p.
4360 (vc-sccs-check-headers): Simplify the regexp.
4361
4362 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4363 from vc-rcs-hooks.el. Don't require 'vc anymore.
4364 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4365 file-directory-p instead of file-exists-p.
4366
4367 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4368 from vc-cvs-hooks.el.
4369 (proto vc-cvs-registered): Require 'vc-cvs instead of
4370 'vc-cvs-hooks. Don't require 'vc anymore.
4371 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4372 file-directory-p instead of file-exists-p.
4373 (vc-cvs-create-snapshot): New function, replacing
4374 vc-cvs-assign-name.
4375 (vc-cvs-assign-name): Remove.
4376
43772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * vc-cvs.el (vc-cvs-header): New var.
4380
4381 * vc-rcs.el (vc-rcs-exists): Remove.
4382 (vc-rcs-header): New var.
4383
4384 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4385 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4386 (vc-sccs-header): New var.
4387
4388 * vc.el (vc-do-command): Get rid of the `last' argument.
4389 (vc-header-alist): Remove, replaced by vc-X-header.
4390 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4391 (vc-dired-hook): Use expand-file-name instead of concat.
4392 (vc-directory): Use file-name-as-directory.
4393 (vc-snapshot-precondition, vc-create-snapshot)
4394 (vc-retrieve-snapshot): Allow the command to operate on any
4395 directory.
4396
4397 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4398 just removing the 'WORKFILE argument or by removing the 'MASTER
4399 argument and replacing `file' with (vc-name file).
4400
44012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * vc.el: Update Copyright and add a crude list of backend funs.
4404 (vc-writable-p): New function.
4405 (with-vc-file): Use vc-writable-p.
7f8b6551 4406 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4407 (vc-register): Avoid vc-name.
4408 (vc-locking-user): Remove.
4409 (vc-steal-lock): Make the `owner' arg non-optional.
4410 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4411 vc-checkout-model.
4412 (vc-default-dired-state-info): Use vc-state instead of
4413 vc-locking-user and return special strings for special states.
4414 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4415 and get rid of one of the special CVS cases.
4416 (vc-cancel-version): prettify error message with \\[...].
4417 (vc-rename-master): New function.
4418 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4419 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4420 the CVS special case generic.
4421 (vc-default-record-rename): Remove.
4422 (vc-file-tree-walk-internal): Only call FUNC for files that are
4423 under control of some VC backend and replace `concat' with
4424 expand-file-name.
4425 (vc-file-tree-walk): Update docstring.
4426 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4427 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4428
4429 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4430 vc-sccs-record-rename. Use `find-file-noselect' rather than
4431 `find-file' and call `vc-rename-master' to do the actual move.
4432 (vc-sccs-diff): Remove unused `backend' variable.
4433
4434 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4435 to delay loading of vc-sccs until it is really used.
4436 (vc-sccs-master-templates): Preload.
4437 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4438 (vc-sccs-project-dir): Remove (merged into
4439 vc-sccs-search-project-dir).
4440 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4441 rather than `concat', make sure it is preloaded and don't bother
4442 to check that the file actually exists.
4443 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4444 `locks' argument (use buffer's content instead) and eliminate n^2
4445 behavior.
4446
4447 * vc-rcs.el: Update Copyright.
4448 (vc-rcs-rename-file): New function.
4449 (vc-rcs-diff): Remove unused `backend' variable.
4450
4451 * vc-hooks.el: Update Copyright.
4452 (vc-backend): Don't accept a nil argument any more.
4453 (vc-up-to-date-p): Turn into a defsubst.
4454 (vc-possible-master): New function.
4455 (vc-check-master-templates): Use `vc-possible-master' and allow
4456 funs in vc-X-master-templates to return a non-existent file.
4457
4458 * vc-cvs.el: Update Copyright.
4459 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4460 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4461
4462 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4463
44642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4465
4466 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4467 since it can be called from vc-rcs.el.
4468 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4469
44702000-09-04 Andre Spiegel <spiegel@gnu.org>
4471
4472 * vc.el (vc-version-diff): Expand file name read from the
4473 minibuffer. Handle the case when a previous version number can't
4474 be guessed. Give suitable messages when there were no differences
4475 found.
4476 (vc-clear-headers): Call backend-specific implementation, if one
4477 exists.
4478 (vc-cancel-version): Made error checks generic. When done, clear
4479 headers generically, too.
4480
4481 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4482 from vc-clear-headers in vc.el.
4483
4484 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4485 correctly.
4486 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4487 optional. Handle the case when it's not there.
4488
44892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4492
44932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4494
4495 * vc-hooks.el (vc-loadup): Remove.
4496 (vc-find-backend-function): Use `require'. Also, handle the case
4497 where vc-BACKEND-hooks.el doesn't exist.
4498 (vc-call-backend): Cleanup.
4499
45002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4503 vc-rcs-grab-templates)
4504 (vc-rcs-registered): Remove. The default function works as well.
4505 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4506 vc-sccs-grab-templates)
4507 (vc-sccs-registered): Remove. The default function works as well.
4508
4509 * vc.el (vc-version-diff): Left out a vc- in call to
4510 vc-call-backend.
4511 (vc-default-dired-state-info, vc-default-record-rename)
4512 (vc-default-merge-news): Update for the new backend argument.
4513
4514 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4515 using the default function.
4516 (vc-call-backend): If calling the default function, pass it the
4517 backend as first argument. Update the docstring accordingly.
4518 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4519 for the new backend argument.
4520 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4521 (vc-find-backend-function): Use the new name.
4522 (vc-default-registered): New function.
4523
45242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4525
4526 * vc.el (vc-merge): Use vc-find-backend-function.
4527
4528 * vc-hooks.el (vc-backend-functions): Remove.
4529 (vc-loadup): Don't setup 'vc-functions.
4530 (vc-find-backend-function): New function.
4531 (vc-call-backend): Use above fun and populate 'vc-functions
4532 lazily.
4533 (vc-backend-defines): Remove.
4534
45352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4536
4537 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4538 Call vc-call-backend without the leading vc-.
4539 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4540 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4541 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4542 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4543 Call vc-call-backend without the leading vc-.
4544
4545 * vc-cvs.el (tail): Provide vc-cvs.
4546 * vc-sccs.el (tail): Provide vc-sccs.
4547 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4548
4549 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4550 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4551 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4552 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4553 (vc-call-backend): Always try to load vc-X-hooks.
4554 (vc-registered): Remove vc- in call to vc-call-backend.
4555
45562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4557
4558 * vc.el (vc-process-filter): New function.
4559 (vc-do-command): Setup `vc-process-filter' for the async process.
4560 (vc-maybe-resolve-conflicts): New function to reduce
4561 code-duplication. Additionally, it puts the buffer in
4562 `smerge-mode' if applicable.
4563 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4564 calling `merge-news'.
7f8b6551 4565 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4566 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4567 interfacing to log-edit.el.
4568 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4569 log-edit is available.
4570 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4571
45722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4573
4574 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4575 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4576 defvar and the initialization.
4577 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4578
4579 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4580 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4581
7f8b6551 4582 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4583
45842000-09-04 Andre Spiegel <spiegel@gnu.org>
4585
4586 * vc.el (vc-file-clear-masterprops): Removed.
4587 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4588 (vc-version-diff): Use buffer-size without argument.
4589 (vc-register): Heed vc-initial-comment.
4590
4591 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4592 default branch.
4593
4594 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4595 file name and workfile version.
4596 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4597
4598 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4599 vc-file-clear-masterprops.
4600
4601 * vc-sccs.el (vc-sccs-checkout): Removed call to
4602 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4603 rather than user login name.
4604
4605
46062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4607
4608 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4609 `want-differences-if-changed' and simplify.
4610 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4611 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4612 output (which is invalid for async vc-diff) to decide whether to
4613 do the revert silently or not.
4614
46152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4616
4617 * vc-hooks.el (vc-loadup): Load files quietly.
4618 (vc-call-backend): Oops, brain fart.
4619
46202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4621
4622 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4623 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4624
46252000-09-04 Andre Spiegel <spiegel@gnu.org>
4626
4627 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4628 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4629 vc-state or vc-up-to-date-p.
4630 (vc-merge): Use vc-backend-defines to check whether merging is
4631 possible. Set state to 'edited after successful merge.
4632
4633 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4634 return that name. Redocumented.
4635
46362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4637
4638 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4639 new `vc-state' semantics.
4640 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4641 'vc-locking-user to the current user.
4642 (vc-merge): Inline vc-backend-merge. Comment out code that I
4643 don't understand and hence can't adapt to the new `vc-state' and
4644 `vc-locking-user' semantics.
4645 (vc-backend-merge): Remove.
4646
4647 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4648 rather than 'vc-locking-user.
4649
4650 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4651
4652 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4653 (vc-state): Don't use 'reserved any more. Just use the same
4654 convention as the one used for vc-<backend>-state where the
4655 locking user (as a string) is returned.
4656 (vc-locking-user): Update, based on the above convention. The
4657 'vc-locking-user property has disappeared.
7f8b6551 4658 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4659
4660 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4661 with a heuristic one.
4662 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4663 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4664 error. That allows us to get to 'needs-merge even in the
4665 stay-local case. There's still no way to detect 'needs-patch in
4666 such a setup (or to force an update for that matter).
4667 (vc-cvs-logentry-check): Remove, the default works as well.
4668
46692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4670
7f8b6551 4671 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4672
4673 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4674 major-mode in which the buffer might have been put earlier. Use
4675 `remove' and `when'. Allow `okstatus' to be `async' and use
4676 `start-process' in this case.
4677 (vc-version-diff): Handle the case where the diff looks empty
4678 because of the use of an async process.
4679
46802000-09-04 Andre Spiegel <spiegel@gnu.org>
4681
4682 * vc.el (vc-next-action-on-file): Removed optional parameter
4683 `simple'. Recompute state unconditionally.
4684 (vc-default-toggle-read-only): Removed.
4685
4686 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4687 (vc-toggle-read-only): Undid prev change.
4688
4689 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4690 vc-cvs-simple-toggle. Redocumented.
4691 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4692 (vc-cvs-toggle-read-only): Removed.
4693
46942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4695
7f8b6551 4696 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4697 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4698 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4699 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4700 still is. So maybe it should be removed.
4701 (vc-head-version, vc-find-binary): Remove.
4702 (vc-recompute-state): Move from vc-hooks.el.
4703 (vc-next-action-on-file): Add a `simple' argument to allow
4704 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4705 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4706 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4707 (vc-dired-mode-map): Properly defvar it.
4708 (vc-print-log): Call log-view-mode if available.
4709 (small-temporary-file-directory): defvar instead of use boundp.
4710 (vc-merge-news): Moved to vc-cvs.el.
4711 (vc-default-merge-news): New function.
4712
4713 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4714 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4715 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4716 unknown `vc-latest-version' function. It should probably refer to
4717 vc-workfile-version or somesuch, but it's very unclear to me and I
4718 don't have SCCS to test things.
4719
4720 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4721 (vc-sccs-state-heuristic): Fix typo.
4722 (vc-sccs-workfile-unchanged-p): Add missing argument.
4723
4724 * vc-rcs.el: Require vc and vc-rcs-hooks.
4725 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4726 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4727 (vc-release-greater-or-equal-p): Move from vc.
4728 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4729 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4730 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4731 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4732
4733 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4734 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4735 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4736 than the apparently unbound `workfile-version'.
4737
4738 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4739 (vc-file-prop-obarray): Use `make-vector'.
4740 (vc-backend-functions): Add new hookable functions
4741 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4742 (vc-loadup): If neither backend nor default functions exist, use
4743 the backend function rather than nil.
4744 (vc-call-backend): If the function if not bound yet, try to load
4745 the non-hook file to see if it provides it.
4746 (vc-call): New macro plus use it wherever possible.
4747 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4748 nor `vc-find-binary' since it's only called from
7f8b6551 4749 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4750 (vc-checkout-model): Fix parenthesis.
4751 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4752
7f8b6551 4753 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4754 (vc-cvs-release, vc-cvs-system-release): Remove.
4755 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4756 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4757 status symbols.
4758 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4759 (vc-cvs-toggle-read-only): First cut at a function to allow a
4760 cvs-status-free vc-toggle-read-only.
4761 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4762 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4763 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4764 (vc-cvs-checkout): Modify access rights directly if the user
4765 requested not to use `cvs edit'. And refresh the mode line.
4766
4767 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4768 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4769
47702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4771
4772 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4773 workfile' that got lost when the code was extracted from vc.el.
4774 And merged the tail with the rest of the code (not possible in the
4775 old vc.el where the tail was shared among all backends). And
4776 explicitly set the state to 'edited if `writable' is set.
4777
4778 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4779 (vc-cvs-state): Be careful to return the value from
4780 vc-cvs-parse-state.
4781 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4782 property but return it instead. Also be careful to handle a nil
4783 or "" `rev' when workfile is non-nil (it was handled properly when
4784 workfile was nil).
4785
4786 * vc.el: Removed those pesky unnecessary `(function' quotes.
4787 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4788 directly in the defvar.
4789 (vc-do-command): Bind inhibit-read-only so as to properly handle
4790 the case where the destination buffer has been made read-only.
4791 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4792 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4793 (vc-annotate-mode-variables): Removed (code moved partly to
4794 defvars and partly to vc-annotate-add-menu).
4795 (vc-annotate-mode): Turned into a derived-mode.
4796 (vc-annotate-add-menu): Moved in code in
4797 vc-annotate-mode-variables.
4798 (vc-update-change-log): Use make-temp-file if available.
4799
48002000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4801
4802 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4803 `vc-checkout-model' updated to `vc-cvs-update-model'.
4804
48052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4806
4807 * vc.el (vc-next-action-on-file): Added handling of state
4808 `unlocked-changes'.
4809 (vc-checkout-carefully): Is now practically obsolete, unless the
4810 above is too slow to be enabled unconditionally.
4811 (vc-update-change-log): Fixed typo.
4812
4813 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4814
7f8b6551
SM
4815 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4816 Now handles state `unlocked-changes'.
4817 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4818
4819 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4820
4821 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4822 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4823 `unlocked-changes'.
4824 (vc-rcs-workfile-unchanged-p): Renamed from
4825 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4826 function yet, but supposed to become one soon.
4827
4828 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4829 `vc-steal-lock'.
4830 (vc-call-backend): Changed error message.
4831 (vc-state): Added description of state `unlocked-changes'.
4832
48332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4834
4835 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4836 always return t in CVS-controlled directories.
4837
4838 * vc.el (vc-responsible-backend): New function.
4839 (vc-register): Largely rewritten.
4840 (vc-admin): Removed (implementation moved into vc-register).
4841 (vc-checkin): Redocumented.
4842 (vc-finish-logentry): If no backend defined yet (because we are in
4843 the process of registering), use the responsible backend.
4844
4845 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4846 Updated function lists.
4847 (vc-call-backend): Fixed typo.
4848
7f8b6551
SM
4849 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4850 New functions.
4851 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4852 Removed query option. Redocumented.
7a004b71
GM
4853
48542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4855
4856 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4857
4858 * vc.el: Updated callers of `vc-checkout-required' to use
4859 `vc-checkout-model'.
4860
48612000-09-04 Martin Lorentzson <martinl@gnu.org>
4862
4863 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4864 stuff updated to reference this function instead of the old
4865 `vc-backend-release-p'.
4866
48672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4868
4869 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4870 vc-checkout-model. Return appropriate values. Updated callers.
4871
48722000-09-04 Martin Lorentzson <martinl@gnu.org>
4873
7f8b6551 4874 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4875 (vc-backend-revert): Function moved into `vc-revert';
4876 `vc-next-action' must be updated to accomodate this change.
4877 (vc-backend-steal): Function moved into `vc-finish-steal'.
4878 (vc-backend-logentry-check): Function moved into
4879 `vc-finish-logentry'.
4880 (vc-backend-printlog): Function moved into `vc-print-log'.
4881 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4882 (vc-backend-assign-name): Function moved into
4883 `vc-create-snapshot'.
4884
48852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4886
4887 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4888 Rename to vc-checkout-model. Return appropriate values.
4889 Update callers.
7a004b71 4890
7f8b6551 4891 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4892 to vc-checkout-model.
7f8b6551
SM
4893 (vc-checkout-required): Rename to vc-checkout-model.
4894 Re-implement and re-comment.
7a004b71
GM
4895 (vc-after-save): Use vc-checkout-model.
4896
48972000-09-04 Martin Lorentzson <martinl@gnu.org>
4898
7f8b6551
SM
4899 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4900 Update to use the vc-BACKEND-diff functions instead.
4901 `vc-diff' is now working.
7a004b71 4902
7f8b6551 4903 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4904
7f8b6551 4905 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4906
4907 * vc-sccs.el (vc-sccs-diff): Function changed name from
4908 `vc-backend-diff'. This makes `vc-diff' work.
4909
7f8b6551 4910 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4911 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4912 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4913 signaled during `vc-after-save'.
4914
7f8b6551
SM
4915 * vc.el: Fix typo.
4916 This checkin is made with our new VC code base for the very first time.
4917 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4918
4919 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4920 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4921
4922 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4923 updated to `vc-uses-locking'.
7f8b6551 4924 (vc-checkout-required): Call to backend function.
7a004b71
GM
4925 `vc-checkout-required' updated to `vc-uses-locking' instead.
4926
4927 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4928 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4929
7f8b6551 4930 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4931 to match the split into various backends.
7f8b6551 4932 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4933 (vc-retrieve-snapshot): Bug fix.
4934
49352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4936
4937 * vc-sccs.el (vc-sccs-release): Doc fix.
4938
49392000-09-04 Martin Lorentzson <martinl@gnu.org>
4940
4941 * vc.el (vc-next-action-on-file): Bug found and fixed.
4942 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4943 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4944
4945 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4946 (vc-rcs-checkout): Name space cleaned up. No more revision number
4947 crunching function names that are not prefixed with vc-rcs.
4948 (vc-rcs-checkout-model): Function added. References to
4949 `vc-checkout-model' replaced.
4950
49512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4952
4953 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4954 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4955 still need to be split, and implemented for RCS).
4956
49572000-09-04 Martin Lorentzson <martinl@gnu.org>
4958
4959 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4960
4961 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4962 required by the vc.el file.
4963
4964 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4965 required by the vc.el file.
4966 (vc-rcs-exists): Function added.
4967
4968 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4969 required by the vc.el file.
4970
4971 * vc.el (vc-admin): Updated to handle selection of appropriate
4972 backend. Current implementation is crufty and need re-thinking.
4973
4974 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4975
49762000-09-04 Martin Lorentzson <martinl@gnu.org>
4977
4978 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4979 beginning of annotate buffers correctly.
4980
4981 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4982 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4983 functionality updated quite a lot to support multiple backends.
4984 Variables `vc-annotate-mode', `vc-annotate-buffers',
4985 `vc-annotate-backend' added.
4986
4987 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4988 `vc-annotate-difference' added to supported backend functions.
4989
49902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4991
4992 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4993 Use with-temp-file instead of /bin/sh. Merged from mainline
4994
49952000-09-04 Martin Lorentzson <martinl@gnu.org>
4996
4997 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4998
4999 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5000
5001 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5002
50032000-09-04 Martin Lorentzson <martinl@gnu.org>
5004
5005 * vc-hooks.el: vc-state-heuristic added to
5006 vc-backend-hook-functions.
5007
5008 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5009
5010 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5011
7f8b6551
SM
5012 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5013 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5014 state to `reserved'.
5015
5016 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5017 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5018
50192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5020
7f8b6551 5021 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5022 untouched.
5023
7f8b6551 5024 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5025
7f8b6551 5026 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5027 if defined. (Merged from main line, slightly adapted.)
5028
5029 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5030 millenium problem (merged from mainline).
5031
50322000-09-04 Martin Lorentzson <martinl@gnu.org>
5033
5034 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5035 part and moved the non-BACKEND stuff to vc.el.
5036
5037 * vc.el: Split the annotate feature into a BACKEND specific part
5038 and moved it from the vc-cvs.el file to this one.
5039
50402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5041
7f8b6551
SM
5042 * vc-hooks.el: Implement new state model.
5043 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5044 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5045 locked by somebody else.
7f8b6551 5046 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5047 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5048 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5049 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5050
7f8b6551
SM
5051 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5052 Various simplifications and adaptations all over the place.
7a004b71 5053
7f8b6551
SM
5054 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5055 Simplify and adapt the rest.
7a004b71 5056
7f8b6551 5057 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5058 interaction with view mode according to recent RCS change.
7f8b6551 5059 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5060
50612000-09-04 Martin Lorentzson <martinl@gnu.org>
5062
7f8b6551 5063 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5064
50652000-09-04 Martin Lorentzson <martinl@gnu.org>
5066
5067 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5068 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5069 (vc-minor-part, vc-previous-version): Functions that operate and
5070 compare revision numbers got proper documentation. Comments added
5071 about their possible removal.
5072
50732000-09-04 Martin Lorentzson <martinl@gnu.org>
5074
5075 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5076 the vc-backend.el files.
5077
5078 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5079
5080 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5081 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5082 (vc-rcs-previous-version): Functions added.
5083
5084 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5085
5086 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5087
50882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5089
5090 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5091 Comment out the definition for now. What is the right procedure
7a004b71
GM
5092 to get rid of it?
5093 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5094 rewritten.
7f8b6551 5095 (vc-default-registered): Remove.
7a004b71
GM
5096 (vc-check-master-templates): New function; does mostly what the
5097 above did before.
5098 (vc-locking-user): Don't rely on the backend to set the property.
5099
5100 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5101 Rewrite documentation.
7a004b71
GM
5102 (vc-rcs-templates-grabbed): New variable.
5103 (vc-rcs-grab-templates): New function.
7f8b6551 5104 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5105
5106 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5107 Rewrite documentation.
7a004b71
GM
5108 (vc-sccs-templates-grabbed): New variable.
5109 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5110 (vc-sccs-registered): Rewrite to use above mechanism.
5111 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5112 Don't throw the result, simply return it.
7a004b71 5113
7f8b6551
SM
5114 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5115 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5116 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5117
7f8b6551 5118 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5119 from main line.
5120
51212000-09-04 Martin Lorentzson <martinl@gnu.org>
5122
7f8b6551 5123 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5124
7f8b6551 5125 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5126
7f8b6551
SM
5127 * vc-rcs.el (vc-rcs-diff): New function.
5128 (vc-rcs-checkout): Bug (typo) found and fixed.
5129 (vc-rcs-register-switches): New variable.
7a004b71
GM
5130
5131 * vc.el (vc-backend-diff): Function removed and placed in the
5132 backend files.
5133
51342000-09-04 Martin Lorentzson <martinl@gnu.org>
5135
5136 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5137
5138 * vc.el (vc-backend-checkout): Function removed and replaced in
5139 the vc-backend.el files.
5140
5141 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5142
5143 * vc.el (vc-backend-admin): Removed and replaced in the
5144 vc-backend.el files.
5145
5146 * vc.el (Martin): Removed all the annotate functionality since it
5147 is CVS backend specific.
5148
51492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5150
5151 * spec.txt: Added specification of vc-state.
5152
5153 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5154 Remove handling of vc-latest-version and
7a004b71
GM
5155 vc-your-latest-version. What used to be vc-latest-version, is now
5156 returned as vc-workfile-version.
7f8b6551 5157 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5158
51592000-09-04 Dave Love <fx@gnu.org>
5160
5161 * vc.el: [Merged from mainline.]
5162 (vc-dired-mode): Make the dired-move-to-filename-regexp
5163 regexp match the date, to avoid treating date as file size.
5164 Add YYYY S option to WESTERN/
5165
51662000-09-04 Dave Love <fx@gnu.org>
5167
5168 * vc.el: Require `compile' when compiling.
5169 (vc-logentry-check-hook): New option.
5170 (vc-steal-lock): Use compose-mail.
5171 (vc-dired-mode-map): Defvar when compiling.
5172 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5173 vc-sccs.el and renamed. Callers changed.
5174 (vc-backend-checkout, vc-backend-logentry-check)
5175 (vc-backend-merge-news): Doc fix.
5176 (vc-default-logentry-check): New function.
5177 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5178 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5179 (vc-backend-merge): Doc fix. Use backend functions.
5180 (vc-check-headers): Use backend functions.
5181
5182 * vc-cvs.el: Require vc when compiling.
5183 (vc-cvs-register-switches): Doc fix.
5184 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5185 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5186 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5187 New functions (code from vc.el).
5188 (vc-annotate-display-default): Fix interactive spec.
5189 (vc-annotate-time-span): Doc fix.
5190
5191 * vc-rcs.el: Require vc when compiling.
5192 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5193 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5194 (vc-rcs-checkin): New functions (code from vc.el).
5195 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5196 Doc fix.
5197 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5198
5199 * vc-sccs.el: Require vc when compiling.
5200 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5201 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5202 (vc-sccs-revert)
5203 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5204 from vc.el).
5205 (vc-sccs-add-triple, vc-sccs-record-rename)
5206 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5207 (vc-sccs-admin): Doc fix.
5208
52092000-09-04 Martin Lorentzson <martinl@gnu.org>
5210
5211 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5212 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5213 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5214 from vc.el.
5215
5216 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5217
5218 * vc-cvs.el: Moved the annotate functionality from vc.el.
5219 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5220
52212000-09-04 Dave Love <fx@gnu.org>
5222
5223 * vc.el (vc-backend-release): Call vc-system-release.
5224
5225 * vc-sccs.el (vc-sccs-system-release):
5226 Renamed from vc-sccs-backend-release.
5227
5228 * vc-rcs.el (vc-rcs-system-release):
5229 Renamed from vc-rcs-backend-release.
5230
5231 * vc-cvs.el (vc-cvs-system-release):
5232 Renamed from vc-cvs-backend-release.
5233
52342000-09-04 Dave Love <fx@gnu.org>
5235
5236 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5237 backend files.
5238 (vc-backend-release): Dispatch to backend functions.
5239 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5240 probably needs attention.]
5241
5242 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5243 (vc-sccs-backend-release): New function.
5244
5245 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5246 (vc-cvs-backend-release): New function.
5247
5248 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5249 Doc fix.
5250 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5251 (vc-default-dired-state-info): New function.
5252 (vc-dired-state-info): Dispatch to backends.
5253 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5254
5255 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5256 from vc.el and renamed.
5257
52582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5259
5260 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5261 (vc-version-other-window, vc-backend-assign-name): Removed
5262 references to vc-latest-version; sometimes changed into
5263 vc-workfile-version.
5264
5265 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5266 vc-rcs-master-workfile-version.
5267 (vc-rcs-workfile-version): Use the above. Don't call
5268 vc-latest-version (that was unreachable code, anyway).
5269 (vc-rcs-fetch-master-properties): Doc fix.
5270
5271 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5272 (vc-backend-hook-functions): Removed them from this list, too.
5273 (vc-fetch-properties): Removed.
5274 (vc-workfile-version): Doc fix.
5275
5276 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5277 (vc-rcs-workfile-version, vc-rcs-locking-user)
5278 (vc-rcs-uses-locking): Use it.
5279
5280 * vc-hooks.el (vc-consult-rcs-headers):
5281 Moved into vc-rcs-hooks.el, under the name
5282 vc-rcs-consult-headers.
5283
5284 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5285 headers.
5286 (vc-cvs-find-master): Use this name only; correct different
5287 versions of the name.
5288
5289 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5290 New functions.
5291 (vc-sccs-locking-user): Use the latter.
5292
5293 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5294 New functions.
5295
5296 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5297 Moved into both
5298 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5299 functions are implementation details of those two backends.
5300
53012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5302
5303 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5304 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5305
5306 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5307 (vc-sccs-parse-locks): SCCS-specific code moved here from
5308 vc-hooks.
5309
5310 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5311 code moved here from vc-hooks.
5312
5313 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5314 into back-end specific parts and removed. Callers not updated
5315 yet; because I guess these callers will disappear into back-end
5316 specific files anyway.
5317
53182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5319
5320 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5321 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5322 `vc-uses-locking'.
5323
5324 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5325 Store yes/no in the property, and return t/nil. Updated all
5326 callers.
5327
5328 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5329 vc-sccs-uses-locking. Don't set property.
5330 (vc-sccs-locking-user): Don't set property.
5331
5332 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5333 vc-cvs-uses-locking. Don't set property here; leave that to
5334 vc-hooks.
5335 (vc-cvs-locking-user): Reflect above change. Streamlined.
5336
5337 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5338 vc-rcs-uses-locking.
5339 (vc-rcs-locking-user): Reflect above change.
5340
53412000-09-04 Dave Love <fx@gnu.org>
5342
5343 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5344
5345 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5346
5347 * vc-hooks.el (vc-checkout-model): Punt to backends.
5348
5349 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5350
5351 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5352
5353 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5354 New functions.
5355
5356 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5357 New functions.
5358
5359 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5360 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5361
5362 * vc-hooks.el (vc-default-locking-user): New function.
5363 (vc-locking-user, vc-workfile-version): Punt to backends.
5364
53652000-09-04 Dave Love <fx@gnu.org>
5366
5367 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5368 (vc-master-workfile-version): Moved from vc-hooks.
5369
5370 * vc-rcs-hooks.el: Fix duplicate code in last change.
5371
5372 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5373 (vc-rcs-master-templates): Improve :type.
5374 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5375 vc-master-workfile-version): Moved from vc-hooks.
5376
5377 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5378 (vc-sccs-master-templates): Improve :type.
5379 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5380
5381 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5382
5383 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5384 (vc-cvs-master-templates): Improve :type. Use
5385 vc-cvs-find-cvs-master.
5386 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5387 from vc-hooks.
5388 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5389
5390 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5391 Moved to vc-cvs-hooks.
5392
5393 * vc-hooks.el: Add doc strings in various places. Simplify the
5394 minor mode setup.
5395 (vc-handled-backends): New user variable.
5396 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5397 simplification.
5398
53992000-09-04 Dave Love <fx@gnu.org>
5400
5401 * vc.el: Some doc fixes for autoloaded and interactive functions.
5402 Fix compilation warnings from ediff stuff.
5403 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5404
5405 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5406
5407 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5408
5409 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5410
54112000-09-04 Dave Love <fx@gnu.org>
5412
5413 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5414 New variable.
5415 (vc-make-backend-function, vc-loadup, vc-call-backend)
5416 (vc-backend-defines): New functions.
5417
5418 * vc-hooks.el: Various doc fixes.
5419 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5420 (vc-match-substring): Function removed. Callers changed to use
5421 match-string.
5422 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5423 Simplify.
5424
54252000-09-04 Dave Love <fx@gnu.org>
5426
5427 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5428 type.
5429 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5430 (vc-sccs-registered): Doc fix.
5431
5432 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5433 (vc-cvs-registered): Doc fix.
5434
5435 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5436 (vc-rcs-registered): Doc fix.
5437
54382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5439
5440 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5441
5442 * vc-hooks.el: vc-registered has been renamed
5443 vc-default-registered. Some functions have been moved to the
5444 backend specific files. they all support the
5445 vc-BACKEND-registered functions.
5446
54472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5448
5449 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5450
5451 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5452
a033ea13
DL
54532000-09-04 Dave Love <fx@gnu.org>
5454
179fc9ef
DL
5455 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5456 menu-bar-update-hook.
5457
5458 * help.el (help-manyarg-func-alist): Add
5459 find-operation-coding-system.
5460
a033ea13
DL
5461 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5462
5463 * custom.el (custom-set-variables): Print message about errors in
5464 setting.
5465
f8803e97
AI
54662000-09-03 Andrew Innes <andrewi@gnu.org>
5467
5468 * makefile.w32-in: Change to DOS line endings.
5469
59836110
EZ
54702000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5473 minor-mode keymaps, if they don't have one.
5474
5514ba5c
EZ
54752000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * eshell/esh-module.el (eval-when-compile): Don't lose if
5478 esh-module.el's file name is truncated to DOS 8+3 limits.
5479
79cf8e80
JW
54802000-09-01 John Wiegley <johnw@gnu.org>
5481
5482 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5483 predicate, which caused entries in the completion list to be
5484 doubled.
5485
54862000-08-30 John Wiegley <johnw@gnu.org>
5487
5488 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5489 sending to subprocesses. Also, hook pre-command-hook if
5490 `eshell-send-direct-to-subprocesses' is non-nil.
5491 (eshell-send-direct-to-subprocesses): New config variable. If t,
5492 subprocess input is send immediately.
5493 (eshell-toggle-direct-send): New function.
5494 (eshell-self-insert-command): New function.
5495 (eshell-intercept-commands): New function.
5496 (eshell-send-input): If direct subprocess sending is enabled,
5497 don't echo any input to the Eshell buffer. Let the subprocess
5498 handle that. This requires "stty echo" in bash, for example.
5499
55002000-08-28 John Wiegley <johnw@gnu.org>
5501
5502 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5503 completion function for Eshell's implementation of `unset'.
5504
778911b9
EZ
55052000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5506
5507 * info.el (Info-directory-list): Doc fix.
5508
05d07b49
PB
55092000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5510
9b4a7800 5511 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5512 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5513
9941d4c7
KH
55142000-08-31 Kenichi Handa <handa@etl.go.jp>
5515
5516 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5517 coding systems.
5518
af9ba8ad
AI
55192000-08-30 Andrew Innes <andrewi@gnu.org>
5520
5521 * timer.el (run-with-idle-timer): Undo last change, so that timer
5522 is not activated immediately if Emacs is already idle. Some
5523 existing code relies on this behaviour.
5524
caccd8f2
MB
55252000-08-30 Miles Bader <miles@gnu.org>
5526
5527 * frame.el (set-frame-font): Do completion of font-name for
5528 interactive use.
5529
b64c0a1c
KH
55302000-08-30 Kenichi Handa <handa@etl.go.jp>
5531
5532 * international/quail.el (quail-start-translation): Bind locally
5533 last-command-event, last-command, and this-command.
5534 (quail-start-conversion): Likewise.
75cf0095 5535 (quail-self-insert-command): Fix docstring.
b64c0a1c 5536
fd5f61d3
GM
55372000-08-29 Gerd Moellmann <gerd@gnu.org>
5538
5539 * progmodes/executable.el
5540 (executable-make-buffer-file-executable-if-script-p): Check that
5541 buffer contains at least 2 characters.
5542
5b671d04
EZ
55432000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5544
5545 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5546
485d9513
DL
55472000-08-29 Dave Love <fx@gnu.org>
5548
a39fb83d
DL
5549 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5550 (diff-mode-shared-map): Bind mouse-2.
5551 (diff-imenu-generic-expression): New variable.
5552 (diff-mode): Use it.
5553
485d9513
DL
5554 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5555 (mouse-popup-menubar): Add minor mode menus.
5556 (popup-menu): Check for lookup-key returning number.
5557
ba3478d9
MB
55582000-08-29 Miles Bader <miles@gnu.org>
5559
5560 * comint.el (comint-send-input): Create overlays using the proper
5561 front/read-advance arguments.
9b4a7800 5562
c3d6d211
GM
55632000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5564
5565 * ps-print.el: Even/odd pages printing. Doc fix.
5566 (ps-print-version): New version number (6.0).
5567 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5568 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5569 (ps-print-duplex-feature): Variable eliminated.
5570 (ps-even-or-odd-pages): New variable.
5571
ba087cd7 5572 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5573 (ebnf-version): New version (3.3).
5574 (ebnf-user-arrow): Change variable customization to sexp.
5575 (ebnf-user-arrow): Function eliminated.
5576 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5577
d313265f
KH
55782000-08-29 Kenichi Handa <handa@etl.go.jp>
5579
cba62b78 5580 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5581 (help-make-xrefs): Handle help-xref-mule-regexp.
5582
5583 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5584 variable.
5585 (describe-input-method): Temporarily activate the specfied input
5586 method to display the information.
5587 (describe-language-environment): Hyperlinks to mule related items.
5588
5589 * international/mule-diag.el (charset-multibyte-form-string): New
5590 function.
5591 (list-character-sets-1): Use charset-multibyte-form-string.
5592 (describe-character-set): New function.
5593 (describe-coding-system): Hyperlinks to safe character sets.
5594
5595 * international/quail.el (quail-help): New arg PACKAGE.
5596 Hyperlinks to mule related items.
5597 (quail-help-insert-keymap-description): Use
5598 substitute-command-keys instead of describe-bindings.
5599 (quail-translation-help): Hyperlinks to mule related items.
5600
b4bd214e
JW
56012000-08-28 John Wiegley <johnw@gnu.org>
5602
ca7aae91
JW
5603 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5604 have a defsubst call itself. Made `eshell-flatten-list' back into
5605 a function again.
5606
b4bd214e
JW
5607 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5608 catch, in case re-centering point at bottom messes up the display.
5609 This happens frequently in Emacs 21, due I believe to variable
5610 line heights.
5611
5612 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5613 to call `find-tag-interactive'.
5614
5615 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5616 the list of remember directories.
5617
d44e146b
JW
56182000-08-28 John Wiegley <johnw@gnu.org>
5619
5620 * align.el: Test align-region-separate to see if it's a symbol.
5621
546c0888 56222000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5623
5624 * eshell/esh-util.el (eshell-flatten-list): Made this function
5625 into a defsubst form. It gets used very frequently, although
5626 calls don't occur all that often.
5627
5628 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5629 examining it.
5630
5631 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5632 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5633 `eshell-protect'.
5634 (eshell-copy-handles): Created a new macro for duplicating the
5635 current set of open handles. This is needed by the looping
5636 functions.
5637 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5638 is not incorrectly stomped on.
5639
5640 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5641 declaration for pcomplete-use-paring.
5642 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5643 value of eshell-cmpl-use-paring.
5644 * pcomplete.el (pcomplete-use-paring): New config variable, to
5645 indicate whether paring should be used.
5646 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5647 completion alternatives that have already been used.
5648
5649 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5650 bound to C-c C-y, which will repeat the previous N arguments
5651 (based on prefix argument).
5652 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5653
5654 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5655 if there is no *Help* buffer. This is for XEmacs, which renames
5656 its help buffers uniquely. TODO: Find out what the current buffer
5657 name to delete is.
5658
5659 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5660 first entry that correlates to a passwd/group number. Later
5661 entries (used for group/user name aliasing to multiple IDs) are
5662 ignored.
5663
9b4a7800
TTN
5664 * eshell/em-xtra.el (eshell/expr):
5665 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5666 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5667 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5668 argument list, before passing it to the system command.
5669
5670 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5671 `find-tag' for use at final position in Eshell buffers (which
5672 otherwise triggers an error on Emacs 21).
5673 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5674 buffer, if it is currently bound to `find-tag'.
5675
5676 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5677 in the list of matched Makefile names.
5678 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5679 directory, prefer its contents to Makefile.
5680
5681 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5682 directory parts (like "cd old new", or "cd =regexp"), are now case
5683 sensitive on non-Windows/DOS platforms.
5684
5685 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5686 types RET after an open delimiter (like "), display a message
5687 indicating that Eshell is waiting for the closing delimiter.
5688
5689 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5690 environment variables.
5691
5692 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5693 gracefully if the user enters incorrect arguments.
5694
5695 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5696 Eshell buffers.
5697
9b4a7800
TTN
5698 * eshell/esh-var.el (eshell-interpolate-variable):
5699 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5700 * eshell/em-unix.el (eshell-du-sum-directory):
5701 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5702 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5703 (not (= ...)).
5704
5705 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5706 to ensure the `preserve' flag gets propagated when doing recursive
5707 directory copies.
5708
546c0888 57092000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5710
5711 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5712 Don't convert \n into \0177 in memory.
5713 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5714 and back again, when reading and writing.
9b4a7800 5715
546c0888 57162000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5717
5718 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5719 testing of `fboundp' on `processp'.
5720
5721 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5722 (eshell/jobs): Don't call process-list if it is not bound.
5723 (eshell-gather-process-output): Support systems where async
5724 subprocesses aren't supported.
5725 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5726 variables.
5727
5728 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5729 eshell-do-eval returns t.
5730 (eshell-do-pipelines-synchronously): New defmacro.
5731 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5732 when async subprocesses aren't supported.
5733 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5734 if async subprocesses aren't supported.
5735 (eshell-resume-command): Don't assume STATUS is a string.
5736
5737 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5738
5739 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5740 (eshell-close-target, eshell-get-target): Use eshell-processp.
5741 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5742 fix.
5743 (eshell-get-target, eshell-create-handles): Doc fix.
5744
546c0888 57452000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5746
546c0888 5747 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5748 criterion to include commands that output something, as long as it
5749 leaves both the command and the end-of-buffer visible when the
5750 command has exited.
5751 (eshell-review-quick-commands): Adjust the help doc string
5752 accordingly.
5753
2a371c3b
PB
57542000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5755
8348e1f9 5756 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5757 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5758
9b4a7800 5759 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5760 (file-cache-assoc-function): New variable
5761 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5762 Use file-cache-case-fold-search variable
5763 (file-cache-add-file): Use file-cache-assoc-function
5764 (file-cache-delete-file): likewise
5765 (file-cache-directory-name): likewise
5766 (file-cache-debug-read-from-minibuffer): likewise
5767
95931eb1
GM
57682000-08-28 Gerd Moellmann <gerd@gnu.org>
5769
5770 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5771 (abbrev-table-name): New function.
5772 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5773 If non-nil list local abbrev, only.
5774
bb17930d
GM
57752000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5776
546c0888
EZ
5777 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5778 from Gnus support code, and use special article copy buffer
bb17930d
GM
5779 `(gnus-original-article-buffer)' instead. This allows to get rid
5780 of article-hide-headers usage (which breaks in the latest Gnus
5781 version). Thanks to Detlev Zundel.
5782
41a68aef
KH
57832000-08-28 Kenichi Handa <handa@etl.go.jp>
5784
5785 * international/quail.el (quail-use-package): Hide "... loaded"
5786 message.
5787 (quail-start-translation, quail-start-conversion): Likewise.
5788
5789 * international/kkc.el (kkc-region): Hide "... loaded" message.
5790
28bb2cef
DL
57912000-08-27 Dave Love <fx@gnu.org>
5792
5793 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5794
11a1118d
MB
57952000-08-27 Miles Bader <miles@gnu.org>
5796
5797 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5798
0f85d477
KH
57992000-08-27 Kenichi Handa <handa@etl.go.jp>
5800
5801 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5802 'ja-dic-cnv), not (require 'skkdic-cnv).
5803
2d73e8d3
MB
58042000-08-26 Miles Bader <miles@gnu.org>
5805
a0e5a5a4
MB
5806 * faces.el (face-x-resources): Add entry for :inherit.
5807 * cus-face.el (custom-face-attributes): Add support for :inherit
5808 attribute. Add support for relative face heights.
5809 (custom-face-attributes-get): Treat `nil' as being a default value
5810 for :inherit (as well as `unspecified').
5811
19feb949
MB
5812 * faces.el (set-face-attribute): Update doc string.
5813 (face-attribute-name-alist): Add :inherit.
5814 (face-valid-attribute-values): Handle :inherit.
5815 (face-read-string): Rephrase prompt to be less confusing.
5816 Assume that DEFAULT is a string, since we must return a string.
5817 (face-read-integer): Use `format' to turn DEFAULT into an
5818 acceptable default for face-read-string. Match NEW-VALUE against
5819 the string "unspecified", not the symbol `unspecified', since
5820 that's what face-read-string returns.
5821 (read-face-attribute): Lookup a name for old-value in valid, and
5822 use it as a default if we find one. Treat all values from
5823 face-read-string as strings. If the default is used, don't do any
5824 more processing on the value, just use the old value directly.
5825 (read-face-and-attribute, modify-face): Tweak prompt.
5826 (read-face-name): Don't assume prompt ends with a space.
5827
2d73e8d3
MB
5828 * faces.el (describe-face): Add support for :inherit attribute.
5829
a1a2e38f
KH
58302000-08-25 Kenichi Handa <handa@etl.go.jp>
5831
e84fa7c5
KH
5832 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5833 concat doesn't accept interger.
5834
a1a2e38f
KH
5835 * international/kkc.el: Remove SKK from Keywords. Require
5836 ja-dic-utl instead of skkdic-utl.
5837
5838 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5839 Provide ja-dic-cnv instead of skkdic-cnv.
5840 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5841 (iso-2022-7bit-short): Add safe-charsets property.
5842 (skkdic-convert-postfix): Search Japanese chou-on character in
5843 addition to Hiragana character.
5844 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5845 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5846 (batch-skkdic-convert): Likewise.
5847
5848 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5849 Provide ja-dic-utl instead of skkdic-utl.
5850 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5851
f6499c03
DL
58522000-08-24 Dave Love <fx@gnu.org>
5853
1c2c3f16
DL
5854 * disp-table.el (standard-display-default): Make the test of `l'
5855 useful.
5856
f6499c03
DL
5857 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5858 mod sample text.
5859
5860 * international/iso-ascii.el: Make pilcrow convenient string
5861 consistent with section.
5862 (iso-ascii-display): Set up multibyte characters as well as
5863 unibyte.
5864
c543db81
KH
58652000-08-24 Kenichi Handa <handa@etl.go.jp>
5866
5867 * international/mule-cmds.el (reset-language-environment): Set
5868 default-process-coding-system to '(undecided . iso-latin-1), which
5869 makes process I/O almost consistent with file I/O. Call this
5870 function when mule-cmds.el[c] is loaded.
5871
746d9caf
AI
58722000-08-22 Andrew Innes <andrewi@gnu.org>
5873
5874 * makefile.w32-in: New file.
5875
5484005d
MB
58762000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5877
5878 * comint.el (comint-output-filter): Compare end of
5879 comint-last-output-overlay with the start of the newly inserted
5880 text, not the end, when deciding whether to extend it.
9b4a7800 5881 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5882
5883 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5884 since this is now done independently of font-lock mode.
5885
7a912f63
GM
58862000-08-21 Gerd Moellmann <gerd@gnu.org>
5887
5888 * server.el (server-kill-new-buffers): New user option.
5889 (server-existing-buffer): New buffer-local variable.
5890 (server-visit-files): When using an existing buffer, set
5891 server-existing-buffer to t.
5892 (server-buffer-done): If server-kill-new-buffers is t, kill the
5893 buffer, unless it was already present before visiting it with
5894 Emacs server.
9b4a7800 5895
240301df
EZ
58962000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5897
5898 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5899 even if the display doesn't support colors: some displays will
5900 support bold/underline faces.
5901
cbcef616
GM
59022000-08-21 Gerd Moellmann <gerd@gnu.org>
5903
6917e6bb
GM
5904 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5905
cbcef616
GM
5906 * startup.el (command-line): If user's init file had an error,
5907 add explanatory text to *Messages*.
5908
6922b018
KH
59092000-08-21 Kenichi Handa <handa@etl.go.jp>
5910
5911 * man.el (Man-getpage-in-background): Decode the process output by
5912 the system locale coding system.
5913
e50c4203
DL
59142000-08-20 Dave Love <fx@gnu.org>
5915
96ab6351
DL
5916 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5917 Don't test x-popup-menu.
5918 (function) <complete-function>: Complete only fbound symbols.
5919 <validate, value>: New.
5920 (variable) <complete-function>: Complete only bound symbols.
5921 (coding-system): Add :base-only, :complete-function, :validate,
5922 :value, :prompt-match.
5923 (widget-coding-system-prompt-value): Use read-coding-system and
5924 act on :base-only.
5925 (editable-field): Add :help-echo.
5926 (widget-push-button-gui, widget-push-button-cache)
5927 (widget-gui-action, widget-editable-list-gui): COmment out, along
5928 with uses.
5929 (widget-at): Make arg optional.
5930 (widget-echo-help): Adjust for current help-echo calling sequence.
5931 (widget-specify-field, widget-specify-button)
5932 (widget-specify-insert, widget-get-sibling, widget-image-find)
5933 (widget-convert, widget-insert, widget-leave-text)
5934 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5935 (widget-setup, widget-field-find, widget-before-change)
5936 (widget-after-change, widget-default-complete)
5937 (widget-default-create, widget-default-delete)
5938 (widget-push-button-value-create, editable-field)
5939 (widget-field-prompt-value, widget-field-validate)
5940 (widget-choice-value-create, widget-choice-action)
5941 (widget-choice-validate, widget-checklist-add-item)
5942 (widget-radio-add-item, widget-radio-chosen)
5943 (widget-radio-value-inline, widget-editable-list-value-create)
5944 (widget-editable-list-entry-create)
5945 (widget-documentation-link-add)
5946 (widget-documentation-string-value-create)
5947 (widget-regexp-validate, widget-file-complete)
5948 (widget-sexp-validate, widget-plist-convert-widget)
5949 (widget-plist-convert-widget, widget-alist-convert-widget)
5950 (widget-alist-convert-widget, widget-color-complete): Simplify,
5951 particularly to avoid bindings which aren't optimized out.
5952
e50c4203
DL
5953 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5954 Doc fix.
5955 (down-list, backward-up-list, up-list, kill-sexp)
5956 (backward-kill-sexp, mark-sexp): Make arg optional.
5957 (lisp-complete-symbol): Add optional arg PREDICATE.
5958
5959 * cus-start.el: Add display-buffer-reuse-frames,
5960 file-coding-system-alist.
5961
511bd4eb
GM
59622000-08-20 Gerd Moellmann <gerd@gnu.org>
5963
5964 * startup.el (command-line): Clear realized faces after
5965 modifying TTY color mappings.
5966
a9de7d29
MB
59672000-08-20 Miles Bader <miles@gnu.org>
5968
5969 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5970 merely a subset of FACE's attributes.
5971
8a8023d9
MB
59722000-08-19 Miles Bader <miles@gnu.org>
5973
5974 * comint.el (comint-output-filter): Save the point with a marker,
5975 not just a buffer position.
5976
5977 * international/mule.el (set-buffer-process-coding-system): Make
5978 interactive prompt less confusing.
5979
1433385f
GM
59802000-08-19 Gerd Moellmann <gerd@gnu.org>
5981
5982 * hilit-chg.el: General cleanup of doc strings, comments and
5983 code formatting.
5984
136b4eda
MB
59852000-08-19 Miles Bader <miles@gnu.org>
5986
5987 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5988 Compiler macro removed; beginning-of-line is no longer always
5989 equivalent to forward-line, in the presence of fields.
5990
5991 * comint.el (comint-output-filter): Remove ad-hoc saving of
5992 restriction, and just use save-restriction, now that it works
5993 correctly. Don't adjust comint-last-input-start to account for
5994 our insertion; it shouldn't have moved because we don't use
5995 insert-before-markers anymore. Comment out call to
5996 `force-mode-line-update'; why is it here?
5997
5998 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5999 while checking for prompt to delete. Use `forward-line 0'
6000 instead of beginning-of-line.
6001 (gud-filter): Temporarily widen gud comint buffer while
6002 examining output.
6003
cdd0f857
SM
60042000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6005
ebf96bfa
SM
6006 * progmodes/sh-script.el: Big bag of typos.
6007
cdd0f857
SM
6008 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6009 check since ispell-process is not bound when ispell is not yet loaded.
6010
9bb7a286
DL
60112000-08-18 Dave Love <fx@gnu.org>
6012
6013 * image.el (find-image): Copy `spec' before using plist-put.
6014
74ec6045
GM
60152000-08-18 Gerd Moellmann <gerd@gnu.org>
6016
6017 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6018 `portugues'.
6019
6020 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6021 backward-kill-sexp, analogous to kill-sexp.
6022
6023 * progmodes/icon.el (icon-indent-line)
6024 (icon-is-continuation-line): Handle comments specially.
6025
60262000-08-17 Ken Stevens <k.stevens@ieee.org>
6027
6028 * ispell.el: Set to standard author/maintainer/keyword fields.
6029 Fine tuning to menu map appearance and operation, and added help.
6030 Remove `start' and `end' error messages when compiling.
6031 (ispell-choices-win-default-height): Fixed comment string.
6032 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6033 castellano8 dictionaries.
6034 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6035 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6036 dictionary, added italiano dictionary.
6037 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6038 word character
6039 (ispell-tex-skip-alists): Added psfig support.
6040 (ispell-skip-html): Renamed from ispell-skip-sgml.
6041 (ispell-begin-skip-region-regexp, ispell-skip-region)
6042 (ispell-minor-check): Improved html skipping support to skip across
6043 code, and recognize `&' commands without propper `;' syntax;
6044 (ispell-process-line): Fix alignment error when manually
6045 correcting spelling.
6046 (ispell): Fix comment string.
6047 (ispell-add-per-file-word-list): Always put word list on new line.
6048
3787e12e
GM
60492000-08-17 Gerd Moellmann <gerd@gnu.org>
6050
a7b28523
GM
6051 * format.el (format-encode-run-method): Fix error message to say
6052 `encode' instead of `decode'. Use save-window-excursion around
6053 shell-command-on-region as in format-decode-run-method because
6054 shell-command-on-region can display a buffer with error output.
6055 (format-decode): Don't record undo information for the decoding.
6056 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6057 that number part of the temporary buffer name so that more than
6058 one decoding using a temporary buffer can happen safely.
6059
6060 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6061 of `A-z' in the regexp.
6062
6063 * hilit-chg.el: Fix typos in commentary.
6064
3787e12e
GM
6065 * help.el (view-emacs-news): Rewritten for new naming scheme
6066 for old NEWS files.
6067
6068 * startup.el (command-line): Pop to *Messages* in case an error
6069 is signaled while loading user-init-file.
6070
d2473540
AS
60712000-08-17 Andreas Schwab <schwab@suse.de>
6072
6073 * files.el (insert-directory): Don't lose original file name,
6074 undoing an undocumented change.
6075
c0bbaf57
GM
60762000-08-17 Alex Schroeder <alex@gnu.org>
6077
6078 * sql.el (sql-magic-go): Use comint-bol.
6079 (sql-copy-column): Use comint-line-beginning-position.
6080 (comint-line-beginning-position): Define a replacement for
6081 comint-line-beginning-position if it is not fboundp.
6082
60832000-08-17 Alex Schroeder <alex@gnu.org>
6084
6085 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6086 it didn't have any effect anyway.
6087
60882000-08-17 Alex Schroeder <alex@gnu.org>
6089
6090 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6091 --pset and pager=off instead of sending \\o|cat at the beginning
6092 of the session.
6093
9d245da5
MB
60942000-08-17 Miles Bader <miles@gnu.org>
6095
6096 * progmodes/octave-inf.el: Add compatibility definition of
6097 comint-line-beginning-position.
6098
abfdbd2e
KH
60992000-08-17 Kenichi Handa <handa@etl.go.jp>
6100
6101 * startup.el (normal-top-level): Look in each dir in load-path for
6102 a leim-list.el file too. This assures of loading leim-list.el
6103 that is created at Emacs installation time even if a user have his
6104 own leim-list.el.
6105
a0b8c939
MB
61062000-08-17 Miles Bader <miles@gnu.org>
6107
6108 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6109 foreground color to black if the background is dark.
6110
7382bcae
SM
61112000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6112
6113 * loadhist.el (unload-feature): Typo.
6114
9b4a7800 6115 * finder.el (finder-compile-keywords):
7382bcae
SM
6116 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6117 to the generated file.
6118
6119 * mail/mh-e.el (mh-make-local-vars):
6120 Replace make-variable-buffer-local with make-local-variable.
6121
cdd0f857 6122 * play/landmark.el:
7382bcae 6123 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6124 * mail/mailabbrev.el (mail-abbrevs-mode):
6125 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6126 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6127
6128 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6129
6130 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6131 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6132 Allow going past the last element.
9b4a7800 6133 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6134 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6135 (cvs-mouse-toggle-mark): Don't move point.
6136 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6137
6138 * progmodes/compile.el (grep): Provide a default set of files.
6139 (next-error): Docstring fix.
6140 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6141
6142 * emacs-lisp/easy-mmode.el (define-minor-mode):
6143 Use `symbol-value' to keep the byte-compiler quiet.
6144
6145 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6146 (diff-find-source-location): New fun, extracted from diff-goto-source.
6147 (diff-goto-source): Use it.
6148 (diff-next-complex-hunk, diff-filter-lines): New function.
6149 (diff-apply-hunk): New command.
6150
6151 * smerge-mode.el (smerge-mode-menu): Doc fix.
6152
6153 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6154
4f00b8c1
DL
61552000-08-16 Dave Love <fx@gnu.org>
6156
2b5198bb
DL
6157 * windmove.el (windmove) <defgroup>: Add :version.
6158
6159 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6160 (goto-address-fontify-p, goto-address-highlight-p)
6161 (goto-address-url-face, goto-address-url-mouse-face)
6162 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6163 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6164 (goto-address-fontify, goto-address-at-mouse): Simplify,
6165 (goto-address-at-point): browse-url-url-at-point,
6166 goto-address-find-address-at-point can return nil.
6167 (goto-address-find-address-at-point): Return nil on failure.
6168
6169 * align.el (align) <defgroup>: Add :version.
6170
6171 * calculator.el (calculator): Add :version.
6172 (calculator): Use two lines for calculator window if `modeline'
6173 face is boxed.
6174
4f00b8c1
DL
6175 * play/5x5.el: Doc fixes.
6176 (5x5) <defgroup>: Add :version.
6177
6178 * play/fortune.el (fortune) <defgroup>: Add :version.
6179 (fortune-append): Fix error message.
6180 (fortune-from-region): Doc fix.
6181
6182 * play/pong.el (pong): Doc fix.
6183
6184 * play/morse.el: Keywords, commentary, autoloads.
6185
69db7ee7
EZ
61862000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * desktop.el (desktop-save): Don't look at symbol-value of a
6189 member of minor-mode-alist, unless it is boundp.
6190
10e1dad9
SS
61912000-08-16 Sam Steingold <sds@gnu.org>
6192
a0b8c939 6193 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6194 `while'; use `with-current-buffer' instead of `save-excursion'.
6195 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6196
9d7bcb2e
KH
61972000-08-16 Kenichi Handa <handa@etl.go.jp>
6198
6199 * international/ccl.el (declare-ccl-program): Docstring modified.
6200 (ccl-execute-with-args): Likewise.
6201
04231ab8
MB
62022000-08-16 Miles Bader <miles@gnu.org>
6203
9d245da5 6204 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6205 comint-line-beginning-position.
6206
f68446ef
GM
62072000-08-15 Gerd Moellmann <gerd@gnu.org>
6208
dc28878c
GM
6209 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6210 'buffer-menu' property.
6211 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6212 fails.
6213 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6214 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6215 wasn't killed.
10e1dad9 6216
58ed0d3b
GM
6217 * buff-menu.el (list-buffers-noselect): Don't display the
6218 *Buffer List* buffer.
6219
32dc52f7
GM
6220 * font-lock.el: Require jit-lock to prevent a very late
6221 `Loading jit-lock' message.
6222
f68446ef 6223 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6224 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6225 mail address.
6226
90ac90a2
MB
62272000-08-15 Miles Bader <miles@gnu.org>
6228
6229 * textmodes/ispell.el (ispell-graphic-p): New constant.
6230 (ispell-choices-win-default-height, ispell-help): Use
6231 `ispell-graphic-p' instead of `xemacsp'.
6232
b0a0e263
DL
62332000-08-15 Dave Love <fx@gnu.org>
6234
c1e757e3
DL
6235 * simple.el: Autoload widget-convert when compiling.
6236 (mail-user-agent): Doc fix.
6237
6238 * help.el (function-called-at-point, variable-at-point): Use
6239 with-syntax-table.
6240 (help-manyarg-func-alist): Add insert-and-inherit.
6241
6242 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6243
6244 * delsel.el (delsel-unload-hook): New function.
6245
6246 * find-file.el: Doc fixes. Move provide to end.
6247 (ff) <defgroup>: Add :link.
6248 (ff-goto-click): Deleted.
6249 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6250 Use mouse-set-point.
6251
6252 * textmodes/tildify.el: Doc fixes.
6253 (tildify) <defgroup>: Add:version.
6254
6255 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6256 (glasses-custom-set): Use set-default, not set.
6257 (minor-mode-alist): Propertize the lighter.
6258 (glasses-mode): Provide optional arg.
6259
5f847612
DL
6260 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6261 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6262 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6263 option. Provide :type.
6264 (cwarn-configuration): Provide :type.
6265 (cwarn-mode): Doc fix.
6266
6267 * add-log.el (change-log-merge): Doc fix.
6268 (change-log-redate): New command.
6269
b0a0e263
DL
6270 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6271 Doze and Dog.
6272 (browse-url): Use dolist, not mapcar.
6273 (browse-url-at-point): Check for null url.
6274 (browse-url-event-buffer, browse-url-event-point): Functions
6275 deleted.
6276 (browse-url-at-mouse, browse-url-netscape): Simplify.
6277
6278 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6279 modes.
6280 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6281 Fix previous change to mapcan.
6282 (msb--init-file-alist, msb--add-separators)
6283 (msb--make-keymap-menu): Simplify.
6284 (msb--choose-file-menu): Use copy-sequence.
6285 (msb-mode-map): Add title to keymap.
6286 (msb-unload-hook): New function.
6287
6288 * bs.el: Fix indentation.
6289 (bs) <defgroup>: Add :links.
2b5198bb
DL
6290 (bs-show): Doc fix.
6291 (bs-apply-sort-faces): Don't use window-system.
6292 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6293
70f1b78e
EZ
62942000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6295
6296 * calendar/timeclock.el (timeclock-file): Run .timelog through
6297 convert-standard-filename.
6298
956777b3
GM
62992000-08-14 Gerd Moellmann <gerd@gnu.org>
6300
3215096c
GM
6301 * emacs-lisp/authors.el: New file.
6302
956777b3
GM
6303 * paren.el (show-paren-priority): New user option.
6304 (show-paren-function): Set overlay priorities to
6305 show-paren-priority.
10e1dad9 6306
0cde1424
MB
63072000-08-14 Miles Bader <miles@gnu.org>
6308
6309 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6310 beginning-of-line with inhibit-field-text-motion bound.
6311
90cbf47e
GM
63122000-08-14 Gerd Moellmann <gerd@gnu.org>
6313
6314 * calendar/timeclock.el: New file.
6315
63162000-08-14 David Ponce <david@dponce.com>
6317
6318 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6319 `widget-button-click'. so that one can use left mouse button to
6320 click on dialog buttons.
6321
63222000-08-14 Emmanuel Briot <briot@gnat.com>
6323
6324 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6325 identifiers, since XML is case sensitive
10e1dad9 6326
79e8dca7 63272000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6328
660394d1
MB
6329 * comint.el (comint-output-filter): Don't bother frobbing
6330 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6331
6332 * comint.el (comint-send-string, comint-send-region): Make into
6333 real functions. Snapshot the prompt before sending.
6334
218c2cc7
EZ
63352000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6336
6337 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6338 technique similar to Info-index, instead of relying on specific
6339 names of relevant Index nodes.
6340 (Info-goto-emacs-command-node): Bind Info-history to nil when
6341 going to the first node found by Info-find-emacs-command-nodes.
6342
51e066d2 63432000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6344
6345 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6346
867102f2
MB
63472000-08-10 Miles Bader <miles@gnu.org>
6348
6349 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6350
af718538
EZ
63512000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6352
6353 * info.el (Info-file-list-for-emacs): More elements for the
6354 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6355 and woman manuals.
6356
c51bacd6
MB
63572000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6358
6359 * comint.el (comint-send-input): Make the newline boundary overlay
6360 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6361 (comint-output-filter): Use `insert' instead of
6362 `insert-before-markers'. Extend comint-last-output-overlay when
6363 necessary since we can't rely on insert-before-markers to do it.
6364 * gud.el (gud-filter): Use `with-current-buffer' instead of
6365 save-excursion when inserting the output, so that point gets
6366 updated correctly; the old method relied on a rather dodgy
6367 side-effect of comint-output-filter to avoid the effect of
6368 save-excursion.
6369
98532b12
EZ
63702000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * files.el (recover-file): Call insert-directory instead of
6373 invoking `ls' directly.
6374
3db4b719
MB
63752000-08-10 Miles Bader <miles@gnu.org>
6376
6377 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6378 (comint-last-prompt-overlay): New variables.
6379 (comint-output-filter): Implement prompt highlighting.
6380 (comint-snapshot-last-prompt): New function.
6381 (comint-send-input): Snapshot the last prompt.
6382 Use comint-highlight-input-face.
6383 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6384 Use defface instead of defcustom.
6385 (send-invisible, comint-send-eof): Snapshot the last prompt.
6386 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6387 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6388
96190aa1
SM
63892000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6390
5cda4b07
SM
6391 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6392 (regexp-opt-group): Use a list of chars for `letters'.
6393 (regexp-opt-charset): `chars' is now a list of chars.
6394 Use a char-table rather than a vector so it works for multibyte chars.
6395
96190aa1
SM
6396 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6397 Set cvs-minor-current-files to the selected fileinfo.
6398 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6399 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6400
7d093d56
EZ
64012000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6402
6403 * files.el (insert-directory): Don't call access-file on
6404 directories on DOS and Windows.
6405
b24c5811
KH
64062000-08-09 Kenichi Handa <handa@etl.go.jp>
6407
6408 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6409 longer if necessary.
6410 (ccl-embed-code): Call ccl-embed-data to store CODE in
6411 ccl-program-vector.
6412
0a6fd67e
MB
64132000-08-09 Miles Bader <miles@gnu.org>
6414
6415 * comint.el (comint-output-filter): Properly handle the case where
6416 the text surrounded by comint-last-output-overlay was deleted.
6417
9f6d1a6c
GM
64182000-08-08 Gerd Moellmann <gerd@gnu.org>
6419
25ad1371
GM
6420 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6421 non-nil.
6422 (Info-file-list-for-emacs): Remove "info" from the list because
6423 that leads to trying to use the documentation from file `info'
6424 in various situations where it isn't appropriate, for instance
6425 C-h C-k C-h i.
6426
6427 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6428 DIR and/or STRING are nil.
6429
6430 * progmodes/compile.el (compilation-setup): Make variable
6431 compilation-error-screen-columns buffer-local, as some comment
6432 in the code suggests it should be.
6433
6434 * files.el (auto-mode-interpreter-regexp): New variable.
6435 (set-auto-mode): Use it.
6436
6437 * indent.el (indent-for-tab-command): Doc fix.
6438
6439 * mouse-sel.el (mouse-sel-mode): Doc fix.
6440
9f6d1a6c
GM
6441 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6442 labels.
6443
6444 * help.el (print-help-return-message): When
6445 display-buffer-reuse-frames is set, let the help window been quit,
6446 instead of deleting it, which might delete a reused frame.
6447
3d819a75
EZ
64482000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6449
6450 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6451 rename a directory to a name that differs only by its letter case.
6452
c5a52529
KH
64532000-08-08 Kenichi Handa <handa@etl.go.jp>
6454
6455 * international/quail.el (quail-define-rules): Handle Quail decode
6456 map correctly. Add code for supporting annotations.
6457 (quail-install-decode-map): New function.
6458 (quail-defrule-internal): New optional arguments decode-map and
6459 props.
6460 (quail-advice): New function.
6461
5e9e032a
SS
64622000-08-07 Sam Steingold <sds@gnu.org>
6463
6464 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6465 `defconst', `define-condition', `with-slots'.
6466 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6467
46645f4b
MB
64682000-08-03 Miles Bader <miles@gnu.org>
6469
6470 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6471 New variable.
6472 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6473 comint-use-prompt-regexp-instead-of-fields.
6474 (comint-send-input): Add `input' field property to stuff we send to
6475 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6476 (comint-output-filter): Add `output' field property to process
6477 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6478 (comint-replace-by-expanded-history)
6479 (comint-get-old-input-default, comint-show-output)
6480 (comint-backward-matching-input, comint-forward-matching-input)
6481 (comint-next-prompt, comint-previous-prompt): Use field
6482 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6483 (comint-line-beginning-position): New function.
6484 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6485 (comint-replace-by-expanded-history-before-point): Use
6486 comint-line-beginning-position and line-end-position.
6487 (comint-last-output-overlay): New variable.
6488 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6489
6490 * shell.el (shell-prompt-pattern): Doc change.
6491 (shell-backward-command): Use line-beginning-position.
6492
6493 * gud.el (gud-gdb-complete-command): Use
6494 comint-line-beginning-position.
6495
6496 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6497 comint-bol doesn't actually go to the beginning of the line.
6498
6499 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6500 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6501 (try-expand-line-all-buffers): Likewise.
6502
6503 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6504 explicitly matching comint-prompt-regexp.
6505 (sql-copy-column): Use comint-line-beginning-position instead of
6506 explicitly matching comint-prompt-regexp.
6507
6508 * progmodes/octave-inf.el (inferior-octave-complete): Use
6509 comint-line-beginning-position.
6510
6511 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6512
6513 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6514 looking for a prompt, use `forward-line 0' instead of
6515 `beginning-of-line', to avoid getting caught by an input field.
6516
ff3d9573
GM
65172000-08-07 Gerd Moellmann <gerd@gnu.org>
6518
6519 * files.el (shell-quote-wildcard-pattern): Make sure to return
6520 PATTERN, in the Unix case.
6521
e0d8827b
EZ
65222000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6523
6524 * play/zone.el (zone): Discard any pending input before running
6525 the randomly-chosen pgm.
6526
24d55b8f
KH
65272000-08-07 Kenichi Handa <handa@etl.go.jp>
6528
6529 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6530 checking the existence of any multibyte characters.
6531
3d05e1ee
GM
65322000-08-06 Gerd Moellmann <gerd@gnu.org>
6533
6c4a4368
GM
6534 * help.el (describe-mode): Test minor-mode symbol for being
6535 bound before testing its value for being nil.
6536
3d05e1ee
GM
6537 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6538 `first', `second', and `third'.
6539
6540 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6541 (second): Make it an alias for `cadr'.
6542
6968a481
EZ
65432000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6544
6545 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6546 types of display support faces now.
6547
e49aa397
GM
65482000-08-05 Gerd Moellmann <gerd@gnu.org>
6549
6550 * pcvs.el (require): Require `cl' during compilation, only.
6551
6552 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6553 (toplevel): Remove `remq' and `remove' from autoloads.
6554 (cl-fake-autoloads): New variable. If set, arrange for an error
6555 when CL functions etc. are autoloaded.
6556
588aca27
EZ
65572000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6558
2e78d4ab
EZ
6559 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6560
85628348
EZ
6561 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6562 popped up, but the user clicks outside the menu, return an empty
6563 regexp (that causes unhighlight-regexp to have no effect).
6564
74f0e552
EZ
6565 * menu-bar.el (menu-bar-games-menu): Add Zone.
6566
588aca27
EZ
6567 * hi-lock.el (toplevel): Require font-lock.
6568
f4988be7
GM
65692000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6570
ba087cd7 6571 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6572 (ebnf-8-bit-chars): New var for bug fix.
6573 (ebnf-string): Bug fix.
6574
027b73ac
SS
65752000-08-03 Sam Steingold <sds@gnu.org>
6576
6577 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6578 instead of `buffer-string'.
6579 (require 'cl): Always, not just when compiling.
6580 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6581 necessary.
6582
2f1fa038
EZ
65832000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6584
6585 * international/mule-cmds.el (select-safe-coding-system): Make
6586 the message text about selecting a safe coding system more clear.
6587
ead53494
GM
65882000-08-02 Gerd Moellmann <gerd@gnu.org>
6589
abb2db1c
GM
6590 * hi-lock.el: New file.
6591
6592 * play/zone.el: New file.
6593
ead53494
GM
6594 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6595 value of tab-width in the original buffer. Choose a line number
6596 format that's a multiple of the original buffer's tab width, so
6597 that lines appear right.
6598
6599 * textmodes/ispell.el (ispell): New function, replacing an alias.
6600 Spell-check active region if in transient-mark-mode and mark
6601 is active; otherwise spell-check buffer.
6602
66032000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6604
6605 * ps-mule.el: Fix a customization problem on
6606 ps-mule-font-info-database-default.
6607
f4a2b0a4
EZ
66082000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6611 display-mouse-p instead of window-system.
6612 (ebrowse-member-mode-map): Ditto.
6613
b685181e
GM
66142000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6615
ba087cd7
EZ
6616 * progmodes/ebnf2ps.el: Update ps-print functions call.
6617 Indentation fix. Doc fix.
b685181e
GM
6618 (ebnf-version): New version number (3.2).
6619 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6620
3b5fab87
EZ
66212000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6622
032ebb29
EZ
6623 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6624 font lock support on window-system.
6625 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6626
3b5fab87
EZ
6627 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6628 display-color-p, if fboundp, instead of window-system.
6629
7e2605e7
EZ
66302000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6631
6632 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6633 instead of window-system.
6634
6635 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6636 window-system.
6637 (widget-choice-mouse-down-action): Use display-popup-menus-p
6638 instead of window-system.
6639
6640 * strokes.el (strokes-file): Run the file name through
6641 convert-standard-filename.
6642 (strokes-mode): Call display-mouse-p instead of looking at
6643 window-system. Change the error message accordingly.
6644
6645 * progmodes/cpp.el (toplevel): Support faces on tty's.
6646
6647 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6648 (lm-plot-square, lm-init-display): Don't use window-system.
6649
6650 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6651 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6652
6653 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6654 instead of looking at window-system.
6655
26119624
GM
66562000-07-30 Gerd Moellmann <gerd@gnu.org>
6657
6658 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6659 of testing if iswitchb-prepost-hooks is bound, because the
6660 latter will always be true when invoking a recursive minibuffer
6661 from an active Iswitchb buffer.
6662
c90596f3
EZ
66632000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6664
6665 * files.el (shell-quote-wildcard-pattern): New function.
6666 (insert-directory): Call it. Only prepend "\" to command on Unix
6667 and GNU/Linux systems.
6668
18925e78
GM
66692000-07-30 Gerd Moellmann <gerd@gnu.org>
6670
6671 * eshell/esh-groups.el: Change custom :link file names
6672 from `eshell.info' to `eshell'.
6673
66742000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6675
6676 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6677 correctly in recursive ange-ftp listings.
6678
66792000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6680
6681 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6682 ps-header-font-size-internal and
6683 ps-header-title-font-size-internal variables are not set,
6684 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6685 face text property is (foreground-color . COLOR) or
6686 `(background-color . COLOR)', ps-print crashes. Doc fix.
6687 (ps-print-version): New version number (5.2.4).
6688 (ps-plot-region): Code fix.
6689 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6690 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6691 Bug fix 2.
6692
66932000-07-30 Milan Zamazal <pdm@freesoft.cz>
6694
6695 * glasses.el (glasses-make-readable): Fix uncapitalization of
6696 identifiers like `myXMLDocument'.
6697
aeb4c63e
KF
66982000-07-28 Karl Fogel <kfogel@red-bean.com>
6699
18925e78
GM
6700 * mail/mail-hist.el (mail-hist-previous-input)
6701 (mail-hist-next-input): Do the obvious code factorization.
6702 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6703 code of above two.
6704 If inserting a message body, leave point at top.
6705
9d453139
SS
67062000-07-28 Sam Steingold <sds@gnu.org>
6707
6708 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6709 Use `<=', not `<' to compare times!
6710 (ange-ftp-ls): Remove.
9d453139 6711
b548072f
GM
67122000-07-27 Gerd Moellmann <gerd@gnu.org>
6713
27848c01
GM
6714 * play/cookie1.el: Add explanation of how to make cookie.el
6715 compatible with strfile(1) to comment.
6716
6717 * subr.el (remove, remq): New functions.
6718
3ab82477
GM
6719 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6720 escape `*' in regexps.
6721 (midnight-find): Reverse order of arguments in the funcall of
6722 TEST.
6723
6724 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6725 and `.class'.
6726
b548072f
GM
6727 * play/meese.el: Add Commentary section.
6728
27848c01
GM
67292000-07-27 Alex Schroeder <alex@gnu.org>
6730
6731 * sql.el (sql-ms): Added autoload cookie.
6732 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6733 (sql-oracle): Ditto.
6734 (sql-help): Doc change.
6735
6736 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6737 types and exceptions.
6738
67392000-07-27 Alex Schroeder <alex@gnu.org>
6740
6741 * sql.el (sql-placeholder-history): New variable.
6742 (sql-query-placeholders-and-send): New function that will query
6743 the user and replace placeholders with user input.
6744 (sql-oracle): If running on NT, set comint-input-sender to
6745 sql-query-placeholders-and-send.
6746
6747 (sql-stop): If in the SQLi buffer, insert stop notification, else
6748 present it as a message.
6749
67502000-07-27 Alex Schroeder <alex@gnu.org>
6751
6752 * sql.el (sql-input-ring-separator): Doc change.
6753 (sql-input-ring-file-name): Doc change.
6754 (sql-interactive-mode): Use `sql-input-ring-separator' and
6755 `sql-input-ring-file-name' to set the comint-mode equivalents
6756 without making them local variables.
6757 (sql-stop): Don't bind `sql-input-ring-separator' and
6758 `sql-input-ring-file-name' dynamically to their comint-mode
6759 equivalents.
6760
91ae8751
KH
67612000-07-27 Kenichi Handa <handa@etl.go.jp>
6762
6763 * international/mule.el (register-char-codings): New function.
6764 (make-coding-system): Handle `safe-chars' specification in the arg
6765 PROPERTY.
6766
6767 * international/mule-cmds.el
6768 (find-coding-systems-region-subset-p): This function deleted.
6769 (sort-coding-systems-predicate): New variable.
6770 (sort-coding-systems): New function.
6771 (find-coding-systems-region): Use
6772 find-coding-systems-region-internal.
6773 (find-coding-systems-string): Use find-coding-systems-region.
6774 (find-coding-systems-for-charsets): Check
6775 char-coding-system-table.
6776 (select-safe-coding-system-accept-default-p): New variable.
6777 (select-safe-coding-system): Mostly rewritten. New argument
6778 ACCEPT-DEFAULT-P.
6779 (select-message-coding-system): Call select-safe-coding-system
6780 with ACCEPT-DEFAULT-P arg.
6781 (reset-language-environment): Reset default-sendmail-coding-system
6782 to the default value iso-latin-1.
6783 (set-language-environment): Don't set the obsolete variable
6784 charset-origin-alist.
6785
6786 * international/codepage.el (cp-coding-system-for-codepage-1):
6787 Give `safe-chars' property to make-coding-system.
6788
6789 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6790 calling select-message-coding-system twice.
6791
6792 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6793 instead of `safe-charsets'.
6794 (cyrillic-alternativnyj): Likewise.
6795 (ccl-encode-alternativnyj): Don't check the charset
6796 cyrillic-iso8859-5.
6797
90cf4474
KH
67982000-07-27 Kenichi Handa <handa@etl.go.jp>
6799
6800 * composite.el (compose-chars-after): Preserve match data.
6801
a1f84f6d
SS
68022000-07-26 Sam Steingold <sds@gnu.org>
6803
6804 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6805 (ange-ftp-real-file-newer-than-file-p): New function.
6806 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6807 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6808
6809 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6810 * midnight.el (midnight-float-time): Ditto.
6811
e092928e
AS
68122000-07-26 Andreas Schwab <schwab@suse.de>
6813
6814 * files.el (normal-backup-enable-predicate): Correct
6815 interpretation of the return value of compare-strings.
6816
7465ebef
GM
68172000-07-26 Gerd Moellmann <gerd@gnu.org>
6818
3353ef5a
GM
6819 * isearch.el (isearch-resume): New function.
6820 (isearch-done): Add something to command-history to resume
6821 the search.
6822 (isearch-yank-line, isearch-yank-word): Use
6823 buffer-substring-no-properties instead of buffer-substring.
6824
7465ebef
GM
6825 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6826 of flyspell-mouse-map.
6827
6828 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6829 duplicate definition.
6830 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6831
6832 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6833 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6834
5044b74a
SS
68352000-07-25 Sam Steingold <sds@gnu.org>
6836
25759a92
SS
6837 * net/ange-ftp.el: Get modtime over the net.
6838 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6839 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6840 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6841 Use it.
6842 (ange-ftp-dot-to-slash): New function.
6843 (ange-ftp-fix-name-for-vms): Use it.
6844
5044b74a
SS
6845 * midnight.el (midnight-buffer-display-time): Use
6846 `with-current-buffer'.
6847
5dcfb3f4
GM
68482000-07-25 Gerd Moellmann <gerd@gnu.org>
6849
6850 * find-dired.el: Update copyright notice.
6851 (find-dired): Offer to kill a running `find'.
6852
6853 * enriched.el (enriched-face-ans): For a `foreground-color'
6854 property, return '(("x-color" COLOR))' so that COLOR will be
6855 output as a parameter of the x-color annotation. Likewise for the
6856 `background-color' property. In the case of normal face
6857 properties, don't return annotations for unspecified foreground
6858 and background face attributes.
6859
8c662166
KH
68602000-07-25 Kenichi Handa <handa@etl.go.jp>
6861
6862 * language/japan-util.el (japanese-katakana-region): Fix handling
6863 HANKAKU argument.
6864
c28da489
MB
68652000-07-25 Miles Bader <miles@gnu.org>
6866
6867 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6868 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6869 constrain-to-field.
6870
ad349719
AI
68712000-07-24 Andrew Innes <andrewi@gnu.org>
6872
6873 * timer.el (timer-activate-when-idle): Add optional parameter
6874 DONT-WAIT. Update docstring.
6875 (run-with-idle-timer): Specify extra parameter to
6876 timer-activate-when-idle, so that timer will be activated
6877 immediately if Emacs is already idle.
6878
6879 * w32-fns.el (w32-using-nt): Fix docstring.
6880
c95162f5
DL
68812000-07-24 Dave Love <fx@gnu.org>
6882
6883 * mouse.el (popup-menu): Set last-command-event.
6884 (mouse-major-mode-menu-prefix): Declare.
6885
e3c31fd5
GM
68862000-07-24 Gerd Moellmann <gerd@gnu.org>
6887
6888 * textmodes/flyspell.el: Update to author's version 1.5d.
6889
6890 * progmodes/hideshow.el: Update copyright notice.
6891
6892 * vcursor.el: Set maintainer to FSF, since author cannot
6893 be reached.
6894
7636d2a3
EZ
68952000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6896
fbe0a958
EZ
6897 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6898 the prompt.
6899
7636d2a3
EZ
6900 * mouse.el (popup-menu): Run the keymap through indirect-function,
6901 in case it was defined with define-prefix-key. If the menu is a
6902 list of keymaps, look up the binding of user's choice in each one
6903 of the keymaps.
6904 (mouse-popup-menubar): If the global and local menu-bar keymaps
6905 don't have a prompt string, create one and insert it into the
6906 keymap. Don't barf if current-local-map returns nil.
6907
e024b101
GM
69082000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6909
6910 * dired.el (dired-sort-R-check): Added to allow recursive listing
6911 to be undone.
6912 (dired-sort-other): Use it.
6913
7972fcfc
GM
69142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6915
e024b101 6916 * Release of cc-mode 5.27
7972fcfc
GM
6917
69182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6919
6920 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6921 c-beginning-of-statement-1 that caused a bad case of recursion
6922 which could consume a lot of CPU in large classes in languages
6923 that have in-expression classes (i.e. Java and Pike).
6924
6925 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6926 statements before top level constructs (i.e. case 6 is moved
6927 before case 5 and is now case 4) to catch in-expression
6928 classes in top level expressions correctly.
6929
69302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6931
6932 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6933 objc-method-intro. Case 4 removed and case 5I added.
6934
6935 * cc-langs.el (c-append-paragraph-start): New variable used by
6936 c-common-init to get paragraph-start correct.
6937 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6938 initialize paragraph-start to make it correct both with and
6939 without the javadoc special case.
6940
6941 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6942 initialize paragraph-start for javadoc markup.
6943
6944 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6945 change by defaulting this to t. It's motivated by the
6946 confusing behavior that otherwise arise from the style system
6947 when editing both java and non-java files at the same time
6948 (see the comments about style setting in c-common-init).
6949
69502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6951
6952 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6953 similar to the one in c-fill-paragraph to check the fill
6954 prefix from the adaptive fill function for sanity.
6955
69562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6957
6958 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6959 defun block.
6960
69612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6962
5044b74a 6963 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6964
69652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6966
6967 * cc-align.el (c-lineup-multi-inher): Handle lines with
6968 leading comma nicely. Extended to handle member initializers
6969 too.
6970
e024b101 6971 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6972 c-guess-basic-syntax): Fixed recognition of inheritance lists
6973 when the lines begins with a comma.
6974
5044b74a 6975 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6976
6977 * cc-vars.el (c-offsets-alist): Changed default for
6978 member-init-cont to c-lineup-multi-inher since it now handles
6979 member initializers and indents better for leading commas.
6980
69812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6982
6983 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6984 handling that caused class open lines to be recognized as
6985 statement-conts in some cases.
6986
6987 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6988 guessed by the adaptive fill function unless point is on the
6989 first line of a block comment.
6990
6991 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6992 when the buffer ends with a macro continuation char.
6993
6994 * cc-engine.el (c-guess-basic-syntax): Added support for
6995 function definitions as statements in Pike. The first
6996 statement in a lambda block is now labeled defun-block-intro
6997 instead of statement-block-intro.
6998
6999 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7000 so that the class surrounding point is selected, not the one
7001 innermost in the state.
7002
7003 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7004 recognition of switch labels having hanging multiline
7005 statements.
7006
7007 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7008 some code in c-guess-basic-syntax to a separate function.
7009 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7010 recognition of member inits with multiple line arglists.
7011 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7012 member-init-cont when the commas are in funny places.
7013
70142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7015
7016 * cc-defs.el (c-auto-newline): Removed this macro since it's
7017 not used anymore.
7018
7019 * cc-engine.el (c-looking-at-bos): New helper function.
7020 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7021 inexpr and toplevel classes apart in Pike.
7022
7023 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7024 of case 9A.
7025
7026 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7027 constant, since "class" can introduce an in-expression class
7028 in Pike nowadays.
7029
70302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7031
7032 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7033 indentation on cpp-macro lines.
7034
7035 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7036 a syntax modifier like comment-intro, to make it possible to
7037 get syntactic indentation for preprocessor directives. It's
7038 incompatible wrt to lineup functions on cpp-macro, but it has
7039 no observable effect in the 99.9% common case where cpp-macro
7040 is set to -1000.
7041
70422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7043
7044 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7045 member-init-cont when the preceding arglist is several lines.
7046
70472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7048
7049 * cc-styles.el (c-style-alist): The basic offset for the BSD
7050 style corrected to 8.
7051
70522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7053
7054 * cc-styles.el (c-style-alist): Adjusted the indentation of
7055 brace list openers in the gnu style.
7056
70572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7058
7059 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7060
7061 * cc-cmds.el (c-electric-brace, c-electric-slash,
7062 c-electric-star, c-electric-semi&comma, c-electric-colon,
7063 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7064 when c-syntactic-indentation is nil.
7065
7066 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7067 we were left at comments preceding the first statement when
7068 reaching the beginning of the buffer.
7069
7070 * cc-vars.el (c-syntactic-indentation): New variable to turn
7071 off all syntactic indentation.
7072
70732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7074
7075 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7076 between the text and the block comment ender when it hangs,
7077 depending on how many there are before the fill.
7078
70792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7080
7081 * cc-engine.el (c-beginning-of-closest-statement): New helper
7082 function to go back to the closest preceding statement start,
7083 which could be inside a conditional statement.
7084 * cc-engine.el (c-guess-basic-syntax): Use
7085 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7086
7087 * cc-engine.el (c-guess-basic-syntax): Better handling of
7088 arglist-intro, arglist-cont-nonempty and arglist-close when
7089 the arglist is nested inside parens. Cases 7A, 7C and 7F
7090 changed.
7091
7092 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7093 up-to-date with javadoc 1.2.
7094
70952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7096
7097 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7098 multiline Pike type decls.
7099
71002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7101
7102 * cc-cmds.el (c-indent-new-comment-line): Always break
7103 multiline comments in multiline mode, regardless of
7104 comment-multi-line.
7105
71062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7107
7108 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7109 fully::qualified::names in C++ member init lists. Preamble in
7110 case 5D changed.
7111
71122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7113
7114 * cc-langs.el (c-common-init): Handling of obsolete variables
7115 moved to c-initialize-cc-mode. More compatible style override
7116 when using global style variables.
7117 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7118 variables moved here.
7119
e024b101 7120 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7121 c-special-indent-hook as a style variable. Don't talk about
7122 doing (c-make-styles-buffer-local t) in a mode hook, since
7123 that's already too late to work right.
5044b74a 7124
7972fcfc
GM
7125 * cc-styles.el (c-make-styles-buffer-local): Flag style
7126 variable localness in c-style-variables-are-local-p to make
7127 the compatibility measure in c-common-init work well.
7128
7129 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7130 longer contain set-from-style.
7131 * cc-styles.el (c-initialize-builtin-style): Don't check for
7132 set-from-style on c-special-indent-hook.
7133 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7134 copy-alist is sufficient now.
7135
7136 * cc-styles.el (c-set-style, c-set-style-1,
7137 c-get-style-variables): Fixes to variable initialization so
7138 that duplicate entries in styles have the same effect
7139 regardless of DONT-OVERRIDE.
7140
7141 * cc-styles.el (c-set-style-2): Fixed bug where the
7142 initialization of inheriting styles failed when the
7143 dont-override flag is set.
7144
7145 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7146 on this.
7147
71482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7149
7150 * cc-defs.el (c-forward-comment): Removed the workaround
7151 introduced in 5.38 since it had worse side-effects. If a line
7152 contains the string "//\"", it regarded the // as a comment
7153 start since the \ temporarily doesn't have escape syntax.
7154
71552000-07-17 Emmanuel Briot <briot@act-europe.fr>
7156
7157 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7158 ada-xref.el before ada-prj.el, so that the Project menu is created
7159 when ada-prj tries to add to it.
7160 (ada-activate-keys-for-case): Suppress the characters that are not
7161 part of the Ada syntax. Better compatibility with else-mode
7162 (ada-adjust-case-interactive): When auto-casing is not active,
7163 correctly insert newlines (used to insert only ^M). Prevent the
7164 syntax table from being changed in case of an error
814299a7 7165 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7166 Do nothing if ada-auto-case is nil.
7167 (ada-after-keyword-p): Ignore keywords that are also attributes
7168 (ada-batch-reformat): Update usage comment
7169 (ada-call-from-contextual-menu): New function
7170 (ada-case-read-exceptions): Reinitialize the casing exception list
7171 first to nil first, so that the casing exception file can be
7172 shared.
7173 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7174 files.
7175 (ada-compile-goto-error): Fix regexp used to detect a file:line
7176 anywhere in the error message
7177 (ada-contextual-menu-last-point): New variable
7178 (ada-create-keymap): If the variable delete-key-deletes-forward is
7179 t on XEmacs, it means that DEL should delete one character
7180 forward.
7181 (ada-create-menu): Use :included instead of :visible for XEmacs.
7182 New submenu "Options".
7183 (ada-end-stmt-re): Correctly indent "select ... then abort"
7184 statements.
7185 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7186 even if they don't match ada-fill-comment-prefix Fix handling of
7187 paragraphs on the first or last line of a file.
7188 (ada-format-paramlist): Fix handling of default parameter values.
7189 (ada-get-body-name): New function.
7190 (ada-get-current-indent): Optimized by searchling directly for an
7191 existing generic part or a statement outside of it. Handle
7192 ada-indent-align-comments when indenting comments Replaced some
7193 regexps by testing directly the next character. This results in a
7194 huge speedup on some files. New indentation scheme for renames
7195 statements. Stop looking for the 'while' or 'for' associated with
7196 a 'loop' at the first semicolon encountered. A "return" can also
7197 match an anonymous access subprogram declaration.
7198 (ada-get-indent-noindent): Ignore strings and comments when
7199 looking for the keywords "record" and "private".
7200 (ada-goto-matching-decl-start): When matching "if", make sure we
7201 are not in fact seeing "end if". Ignore "when" statements except
7202 when initial keyword was "begin". Fix handling of nested
7203 procedures. Add a recursive call to this function to skip over
7204 other 'end' statmts. Fix indentation for "when .. => begin"
7205 (ada-in-open-paren-p): Fix indentation for complex boolean
7206 expressions, where 'and then', 'or else' and parenthesis
7207 statements are mixed up.
7208 (ada-in-paramlist-p): Skip comments while searching for the
7209 beginning Fix handling of operator declarations.
7210 (ada-indent-align-comments): New variable
7211 (ada-indent-current): Change the syntax table only in the
7212 protected section, so that we are sure it is restored correctly.
7213 (ada-indent-on-previous-lines): Use ada-use-indent and
7214 ada-with-indent Correctly indent "select ... then"
7215 (ada-indent-region): Slight speedup.
7216 (ada-indent-renames): New variable.
7217 (ada-last-which-function-subprog, ada-last-which-function-line):
7218 New variables
7219 (ada-looking-at-semi-private): Correctly indent the 'private'
7220 keyword when it is the first word in a package declaration.
7221 (ada-loose-case-word): Stop searching if at the end of the buffer.
7222 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7223 even if point is not initially at the end of the word.
7224 (ada-matching-decl-start-re): Add "when".
7225 (ada-mode): Add support for abbrev-mode, outline-mode and
7226 which-func-mode Override the old find-file.el entry in
7227 ff-special-constructs since it is using the obsolete
7228 ada-spec-suffix variable
7229 (ada-no-auto-case): New function
7230 (ada-scan-paramlist): When parsing the argument type, accept
7231 spaces (as in "X 'Class", generated by Rational Rose).
7232 (ada-other-file-name): No longer loads the other file.
7233 (ada-popup-menu): Save and restore the current buffer and cursor
7234 position before and after displaying the menu.
7235 (ada-search-ignore-complex-boolean): New function.
7236 (ada-uncomment-region): Emacs21 already knows how to delete
7237 comments not starting in the first column.
7238 (ada-use-indent): New variable
7239 (ada-which-function): New function.
7240 (ada-with-indent): New variable
7241 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7242 can be batch-compiled from the command line.
7243
7244 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7245 Add to the menu when the file is loaded, not in ada-mode-hook.
7246 Add -toolbar to the default ddd command Switches moved from
7247 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7248 ada-prj-default-comp-opt
7249 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7250 Reference Manual to the menu
7251 (ada-check-current): rewritten as a call to ada-compile-current
7252 (ada-compile): Removed.
7253 (ada-compile-application, ada-compile-current, ada-check-current):
7254 Set the compilation-search-path so that compile.el automatically
7255 finds the sources in src_dir. Automatic scrollong of the
7256 compilation buffer. C-uC-cC-c asks for confirmation before
7257 compiling
7258 (ada-compile-current): New parameter, prj-field
7259 (ada-complete-identifier): Load the .ali file before doing
7260 processing
7261 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7262 conform to gnatmake's behavior.
7263 (ada-find-file-in-dir): New function
7264 (ada-find-references): Set the environment variables for gnatfind
7265 (ada-find-src-file-in-dir): New function.
7266 (ada-first-non-nil): Removed
7267 (ada-gdb-application): Add support for jdb, the java debugger.
7268 (ada-get-ada-file-name): Load the original-file first if not done
7269 yet.
7270 (ada-get-all-references): Handles the new ali syntax (parent types
7271 are found between <>).
7272 (ada-initialize-runtime-library): New function
7273 (ada-mode-hook): Always load a project file when a file is opened,
7274 so that the casing exceptions are correctly read.
7275 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7276 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7277 to open the project file, since the latter does not work with
7278 speedbar Get default values before loading the prj file, or the
7279 default executable file name is wrong. Use the absolute value of
7280 src_dir to initialize ada-search-directories and
7281 compilation-search-path,... Add the standard runtime library to
7282 the search path for find-file.
7283 (ada-prj-default-debugger): Was missing an opening '{'
7284 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7285 variables.
7286 (ada-prj-default-gnatmake-opt): New variable
7287 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7288 buffers, the project file is the default one Save the windows
7289 configuration before displaying the menu.
7290 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7291 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7292 ...) regexp-quote identifiers names to support operators +,
7293 -,... in regexps.
7294 (ada-remote): New function.
7295 (ada-run-application): Erase the output buffer before starting the
7296 run Support remote execution of the application. Use
7297 call-process, or the arguments are incorrectly parsed
7298 (ada-set-default-project-file): Reread the content of the active
7299 project file, not the one from the current buffer When a project
7300 file is set as the default project, all directories are
7301 automatically associated with it.
7302 (ada-set-environment): New function
7303 (ada-treat-cmd-string): New special variable ${current}
7304 (ada-treat-cmd-string): Revised. The substitution is now done for
7305 any ${...} substring
7306 (ada-xref-current): If no body was found, compiles the spec
7307 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7308 compiler to get rid of command line length limitations.
7309 (ada-xref-get-project-field): New function
7310 (ada-xref-project-files): New variable
7311 (ada-xref-runtime-library-specs-path)
7312 (ada-xref-runtime-library-ali-path): New variables
7313 (ada-xref-set-default-prj-values): Default run command now does a
7314 cd to the build directory. New field: main_unit Provide a default
7315 file name even if the current buffer has no prj file.
7316
7317 * ada-prj.el:
7318 Rewritten to show a tabbed-dialog.
7319 (ada-prj-add-ada-menu): Remove the map and name parameters.
7320 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7321 New function
7322 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7323 (ada-prj-load-from-file): New function
7324 (ada-prj-save): Always save fields that depend on the current buffer
7325 (ada-prj-show-value): New function
5044b74a 7326
7972fcfc
GM
7327 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7328 Ada mode. This will allow us to display the Ada menu in any buffer
7329 we want (for project items).
7330 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7331 number of spaces in the header.
5044b74a 7332
8730a8da
DL
73332000-07-24 Dave Love <fx@gnu.org>
7334
7335 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7336
db3ca487
NF
73372000-07-23 Noah Friedman <friedman@splode.com>
7338
ad953485
NF
7339 * type-break.el (type-break): perform autosave.
7340 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7341 (type-break-do-query): Cancel query schedule while performing
7342 actual query, to avoid possibility of a second query being made
7343 while first one is already in progress.
7344 (type-break-time-stamp-format): New variable.
7345 (type-break-time-stamp): New function.
7346 (type-break-time-warning): Use it.
7347 (type-break-keystroke-warning): Use it.
7348 (type-break-noninteractive-query): Use it.
7349
03a9c6d0
NF
7350 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7351 cookie.
7352 Use add-minor-mode to set minor-mode-alist, if available.
7353 (eldoc-echo-area-use-multiline-p): New user option.
7354 (eldoc-echo-area-multiline-supported-p): New variable.
7355 (eldoc-docstring-format-sym-doc): Use them.
7356 (eldoc-mode): If not using idle timers, append to local post and
7357 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7358 (eldoc-display-message-no-interference-p): Don't interfere with
7359 edebug.
7360 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7361 (eldoc-function-arglist): New function.
7362 (eldoc-function-argstring): Use it.
7363
db3ca487
NF
7364 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7365 auto save directory exists before calling directory-files.
7366
f7ad1899
DL
73672000-07-23 Dave Love <fx@gnu.org>
7368
7369 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7370 ^o, ^u.
7371
43e764c9
DL
73722000-07-21 Dave Love <fx@gnu.org>
7373
475de6f4
DL
7374 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7375 now passed to the function. It now works properly.
7376
43e764c9
DL
7377 * smerge-mode.el (smerge-mode-menu): Fill it out.
7378
e8bea4c0
GM
73792000-07-20 Gerd Moellmann <gerd@gnu.org>
7380
7381 * info-look.el (info-lookup): If *info* is shown in another frame
7382 on the same display, select that frame, instead of switching to
7383 the Info buffer in another window of the selected frame.
7384
7385 * simple.el (universal-argument-map): Bind numeric keypad keys
7386 kp-0 to kp-9 and kp-subtract.
7387 (digit-argument): Handle these keys.
7388
bc75b4fd
DL
73892000-07-20 Dave Love <fx@gnu.org>
7390
7391 * net/goto-addr.el (goto-address-fontify): Don't bother with
7392 buffer-modified and read-only stuff -- irrelevant with overlays.
7393 Put an extra property on the overlays and use it to clean up in
7394 case goto-address is re-run.
7395
8b7bc628
RS
73962000-07-19 Richard M. Stallman <rms@gnu.org>
7397
18e21ce8
RS
7398 * timer.el (run-with-idle-timer): Doc fix.
7399
db3ca487 7400 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7401 Handle case where <...> appears inside "...".
7402 Use replace-match to edit the string more simply.
7403 (rmail-dont-reply-to): Cope with an unmatched ".
7404
50575ec2
DL
74052000-07-19 Dave Love <fx@gnu.org>
7406
7407 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7408 implementation.
7409
7410 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7411 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7412 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7413
4279296d
GM
74142000-07-19 Gerd Moellmann <gerd@gnu.org>
7415
47db06aa
GM
7416 * textmodes/refer.el: Correct maintainer's email address.
7417
7418 * progmodes/hideif.el: Correct author's email address.
7419 Fix typo in comment.
7420
7421 * xml.el: New file.
7422
4279296d
GM
7423 * mail/mailheader.el: Correct author's mail address.
7424
7425 * gnus/parse-time.el: Correct author's mail address.
7426
47db06aa 74272000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7428
7429 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7430 New user options.
7431 (comint-input-ring-file-name): Change custom type.
7432 (comint-mode-map): Bind mouse-2.
7433 (comint-insert-clicked-input): New function.
7434 (comint-send-input): Handle input highlighting.
7435
21ad0f7b
SM
74362000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7437
7438 * mouse.el (popup-menu): New function.
7439 (mouse-major-mode-menu): Use it.
7440
3b33a005
DL
74412000-07-18 Dave Love <fx@gnu.org>
7442
7443 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7444 improvements.
7445
dc1cac59
GM
74462000-07-18 Gerd Moellmann <gerd@gnu.org>
7447
21ad0f7b 7448 * faces.el (face-font-selection-order)
dc1cac59 7449 (face-font-family-alternatives): Add custom type.
db3ca487 7450
f8276b77
DL
74512000-07-18 Dave Love <fx@gnu.org>
7452
7453 * cus-edit.el (custom-variable-reset-saved)
7454 (custom-variable-reset-standard): Remove unused bindings.
7455
7456 * rect.el (open-rectangle-line): Remove unused let.
7457
7458 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7459
3d6cd763
GM
74602000-07-18 Gerd Moellmann <gerd@gnu.org>
7461
7462 * cdl.el: Fix `Maintainer' keyword.
7463
7464 * play/pong.el: Add author's email address.
7465
34342a07
SS
74662000-07-17 Sam Steingold <sds@gnu.org>
7467
7468 * files.el (insert-directory): Call `split-string' instead of
7469 re-implementing it.
7470
088831a6
GM
74712000-07-18 Gerd Moellmann <gerd@gnu.org>
7472
7473 * mail/vms-pmail.el: Change maintainer to FSF.
7474
7475 * net/goto-addr.el: Change maintainer to FSF.
7476
7477 * recentf.el: Update from author.
7478
7479 * info.el (Info-title-face-alist): Removed.
db3ca487 7480
68be2869
EZ
74812000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7482
7483 * eshell/eshell.el (eshell): Replace links to eshell.info with
7484 links to eshell, to avoid problems on systems where the manual is
7485 installed as `eshell'.
7486 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7487 * eshell/em-smart.el (eshell-smart): Ditto.
7488 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7489 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7490
7491 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7492 same-file check in the MS-DOS version (it does support inodes).
7493
7494 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7495
21ad0f7b
SM
7496 * eshell/eshell.el (eshell-directory-name):
7497 Run default directory name through convert-standard-filename.
68be2869 7498
269b4dcb
KH
74992000-07-18 Kenichi Handa <handa@etl.go.jp>
7500
21ad0f7b
SM
7501 * international/mule-cmds.el (select-safe-coding-system):
7502 Fix typo in the comment.
240a16cf 7503
21ad0f7b
SM
7504 * language/european.el (compound-text):
7505 Force katakana-jisx0201 to be designated to G1.
aa96c820 7506
21ad0f7b
SM
7507 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7508 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7509 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7510
269b4dcb
KH
7511 * international/kkc.el (kkc-after-update-conversion-functions):
7512 New variable.
7513 (kkc-update-conversion): Run functions in it at the tail.
7514
68be2869 75152000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7516
21ad0f7b
SM
7517 * lisp/align.el (align-newline-and-indent):
7518 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7519 (align-region): Fixed badly formatted minibuffer message.
7520
7a3fd467
KH
75212000-07-17 Kenichi Handa <handa@etl.go.jp>
7522
21ad0f7b 7523 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7524 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7525 the conversion list at first if appropriate.
7526 (kkc-next): Don't update kkc-next-count here.
7527 (kkc-prev): Don't update kkc-prev-count here.
7528 (kkc-show-conversion-list-update): Fix setting up of conversion
7529 list message.
7530
a45423d8
SM
75312000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7532
088831a6 7533 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7534
91a38db1
DL
75352000-07-16 Dave Love <fx@gnu.org>
7536
7537 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7538 function to be more specific.
7539
7540 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7541 non-string help-echo.
7542 (widget-types-convert-widget): Defsubst it.
7543 (widget-echo-help): Try to cope with a help-echo function of two
7544 possible sorts.
7545
3fddcdc3
JR
75462000-07-15 Jason Rumney <jasonr@gnu.org>
7547
7548 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7549 Declare as obsolete.
7550
7551 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7552
bd23a692
GM
75532000-07-14 Gerd Moellmann <gerd@gnu.org>
7554
7555 * hilit-chg.el: Fix typo.
7556
d4af987a
DL
75572000-07-14 Dave Love <fx@gnu.org>
7558
7559 * info.el (Info-mode-menu): Fix use of :help, :enable.
7560
3a4f3f86
SM
75612000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7562
7563 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7564
cf6936a4
DL
75652000-07-13 Dave Love <fx@gnu.org>
7566
4d6d04b5
DL
7567 * emacs-lisp/easymenu.el: Doc fixes.
7568 (easy-menu-remove): Defalias to ignore.
7569
cf6936a4
DL
7570 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7571 Call throw correctly.
7572
56437999
GM
75732000-07-13 Gerd Moellmann <gerd@gnu.org>
7574
7575 * faces.el (frame-background-mode): Doc fix.
7576
7577 * simple.el (eval-expression-print-length): Change custom type to
7578 allow entering nil as value.
7579
d04a3972
DL
75802000-07-13 Dave Love <fx@gnu.org>
7581
3a4f3f86
SM
7582 * progmodes/fortran.el (fortran-imenu-generic-expression):
7583 Change definition layout.
a8189dfe
DL
7584 (fortran-mode-menu): Reinstate customize entries.
7585
d04a3972
DL
7586 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7587 Use :filter, per old XEmacs code.
7588
4bf4fb05
GM
75892000-07-12 Gerd Moellmann <gerd@gnu.org>
7590
7591 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7592 event when deciding what to send to the terminal.
7593
37328bcd
DL
75942000-07-12 Dave Love <fx@gnu.org>
7595
7596 * cus-start.el: Add optional version as 4th element of specs and
7597 use it for several things new in v21. Remove load-path. Fix type
7598 of line-number-display-limit.
7599
89492072
DL
76002000-07-11 Dave Love <fx@gnu.org>
7601
3a4f3f86
SM
7602 * progmodes/fortran.el: Don't require easymenu.
7603 Use repeat counts in various regexps.
315aa1de
DL
7604 (fortran-mode-syntax-table): Defvar directly.
7605 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7606 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7607 Use defvar, not defconst.
7608 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7609 (fortran-mode): Set fortran-comment-line-start-skip,
7610 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7611 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7612 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7613 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7614 (fortran-comment-region, fortran-electric-line-number): Simplify.
7615 (fortran-auto-fill): New function.
7616 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7617 (fortran-find-comment-start-skip):
7618 Check for non-null comment-start-skip.
7619 (fortran-auto-fill-mode, fortran-fill-statement):
7620 Use fortran-auto-fill.
315aa1de 7621 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7622 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7623
89492072
DL
7624 * widget.el (widget-plist-member): New alias.
7625
d55ead18
EZ
76262000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7627
7628 * eshell/esh-module.el (toplevel): Reference
7629 byte-compile-current-file only if it is bound.
7630
e82a2a05
GM
76312000-07-10 Gerd Moellmann <gerd@gnu.org>
7632
7633 * dired.el: Don't require `dired-aux'.
7634
1fc7fb2b
MB
76352000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7636
7637 * dired-aux.el (dired-show-file-type): New function.
7638 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7639 (dired-show-file-type): Add autoload.
7640
ab49ce15
KH
76412000-07-10 Kenichi Handa <handa@etl.go.jp>
7642
7643 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7644 change of fontset-info.
ab49ce15
KH
7645 (print-fontset): Likewise.
7646
f45aab65
SM
76472000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7648
7649 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7650
2f72fd2f
GM
76512000-07-07 Gerd Moellmann <gerd@gnu.org>
7652
e82a2a05 7653 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7654
2f72fd2f
GM
7655 * dired.el (dired-find-alternate-file): New function.
7656 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7657 (toplevel): Require dired-aux when compiling.
7658 (dired-buffers): Move defvar within file to avoid compiler warning.
7659
7660 * info.el (Info-last-search): Variable removed.
7661 (Info-search-history): New variable.
7662 (Info-search): New Info-search-history.
7663
7664 * battery.el, info-look.el: Change author's mail address.
7665
965522f5 76662000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7667
965522f5
GM
7668 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7669 if rmail-ignored-headers is nil.
7670 (rmail-retry-failure): Bind rmail-ignored-headers and
7671 rmail-displayed-headers to nil.
7672
dd8888a1
GM
76732000-07-06 Gerd Moellmann <gerd@gnu.org>
7674
e5c81191
GM
7675 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7676 (print-region-1): Don't hard code `-h' here.
7677
dd8888a1
GM
7678 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7679
e5c81191
GM
76802000-07-01 Francesco Potorti` <pot@gnu.org>
7681
7682 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7683 exim can use "your message" instead of "the message".
34342a07 7684
f45aab65
SM
76852000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * facemenu.el: Docstrings fixes.
7688 (facemenu-get-face): Don't use internal-find-face.
7689 (facemenu-iterate): Rename arg to match the docstring.
7690
7691 * newcomment.el (uncomment-region): Be more careful when skipping
7692 backwards over `=' not to bump into BOBP.
7693
d396e521 76942000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7695
dd8888a1
GM
7696 * ediff-diff.el (ediff-wordify): Use syntax table.
7697 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7698 ediff-color-display-p.
dd8888a1 7699 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7700 from defsubst.
7701 Got rid of special cases for NeXT and OS/2.
dd8888a1 7702 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7703 face.
34342a07 7704
5e2dfaa4
SM
77052000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7706
7707 * emacs-lisp/lucid.el: Require CL.
7708 (copy-tree, remprop): Remove, it's provided by CL.
7709 (map-keymap): Define in terms of cl-map-keymap.
7710 (extent-property, set-extent-end-glyph): New functions.
7711
7712 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7713
d5c5cddd
GM
77142000-07-05 Gerd Moellmann <gerd@gnu.org>
7715
485266d0
GM
7716 * Makefile.in (DONTCOMPILE): Add comment that the name may
7717 not be changed without changing the make-dist script.
7718
5e2dfaa4 7719 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7720 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7721
e2c46326
AI
77222000-07-05 Andrew Innes <andrewi@gnu.org>
7723
7724 * makefile.nt: Add support for `bootstrap' and related targets.
7725
a027a91b
SM
77262000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7727
7728 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7729 (easy-menu-do-define): Use `menu-item' format.
7730 Handle case where easy-menu-create-menu returns a symbol.
7731 Manually call the potential top-level filter in the function binding.
7732 (easy-menu-filter-return): New arg NAME.
7733 Convert to a keymap if MENU is an XEmacs menu.
7734 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7735 (easy-menu-converted-items-table, easy-menu-convert-item):
7736 New var and fun to memoize easy-menu-convert-item-1.
7737 (easy-menu-do-add-item): Use it.
7738 (easy-menu-create-menu): Use easy-menu-convert-item.
7739 Wrap easy-menu-filter-return around any :filter specification.
7740 Don't convert the menu if a filter was specified.
7741 Tell easy-menu-make-symbol not to check for MENU being an expression.
7742 (easy-menu-make-symbol): New arg NOEXP.
7743
5e03eb84
GM
77442000-07-05 Gerd Moellmann <gerd@gnu.org>
7745
7746 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7747 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7748 (eval-defun): If called with prefix arg, instrument code for
7749 Edebug.
7750
7751 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7752 similar to that of eval-defun.
7753
fca68a95
DL
77542000-07-04 Dave Love <fx@gnu.org>
7755
7ccbba4c
DL
7756 * hl-line.el (hl-line-overlay): Make it permanent-local.
7757
fca68a95
DL
7758 * calendar/todo-mode.el: Replaced with a working version, based on
7759 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7760
77612000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7762
7763 * paths.el (prune-directory-list): New function.
7764 (Info-default-directory-list): Rewritten to more methodically
7765 enumerate a big list of possible info directories (based on the
7766 list used by the standalone info reader).
fca68a95 7767
78e7e8a0 7768 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7769 non-existent directories from Info-directory-list.
78e7e8a0 7770
78e7e8a0
MB
7771 * paths.el (Info-default-directory-list): Try a list of possible
7772 info-directories instead of a single one. Add the possible
7773 info directory "/usr/share/info".
7774
7775 * woman.el (woman-man.conf-path): Explicitly include the debian
7776 man-db config file "/etc/manpath.config".
7777 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7778 are present in `manpath.config'.
7779 (woman-manpath): Include "/usr/share/man".
7780
67c9a1d2
GM
77812000-07-03 Gerd Moellmann <gerd@gnu.org>
7782
6753393b
GM
7783 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7784
7785 * startup.el (command-line): Initialize blink-cursor based
7786 on window-system.
7787
e4f98ad3
GM
7788 * frame.el (blink-cursor): Default to nil if not running under
7789 a window-system.
7790
2f516940
GM
7791 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7792 (face-x-resources): Remove duplicate entry for :font.
7793
67c9a1d2
GM
7794 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7795 instead of cycling through windows with next-window.
7796
7797 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7798 of cycling through windows with next-window.
7799
7800 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7801 of cycling through windows with next-window.
7802
7803 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7804 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7805 instead of cycling through windows with next-window.
7806
7807 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7808 instead of cycling through windows with next-window.
7809
7810 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7811 of cycling through windows with next-window.
7812
7813 * terminal.el (te-process-output): Use walk-windows instead of
7814 cycling through windows with next-window.
7815
7816 * server.el (server-switch-buffer): Use some-window instead of
7817 cycling through windows with next-window.
7818
7819 * window.el (some-window): New function.
7820 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7821
3a4f3f86 7822 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7823
8b7bc628 78242000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7825
7826 * window.el (walk-windows): Guarantee termination by keeping a list
7827 of all the windows already handled.
7828
d0d57043
EZ
78292000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7830
7831 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7832 window-system.
7833
7834 * man.el (Man-notify-when-ready): Don't use window-system. If
7835 Man-notify-method is newframe, and the display is not
7836 multi-frame, select the frame created for the man page.
7837 (Man-init-defvars): Doc fix.
7838
d5483ab1
GM
78392000-06-28 Gerd Moellmann <gerd@gnu.org>
7840
af5c25e1
GM
7841 * faces.el (region): Change background color for light background.
7842
7843 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7844 attribute from mode-line face of Ediff control frame.
7845
d5483ab1
GM
7846 * replace.el (query-replace-map): Bind `e' like `E'.
7847
9d47450f
EZ
78482000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7849
3a4f3f86
SM
7850 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7851 Change name to "Select All".
496b7491 7852
9d47450f
EZ
7853 * dos-fns.el (convert-standard-filename): Fix last change.
7854
0b431deb
GM
78552000-06-27 Gerd Moellmann <gerd@gnu.org>
7856
4fa9f636
GM
7857 * help.el (describe-variable): Don't insert a second `'s' in front
7858 of the string `value is shown below'. Since the syntax-table is
7859 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7860 an existing `'s', so that this won't be deleted.
7861
0b431deb
GM
7862 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7863 * pcmpl-unix.el: New files.
7864
32cad0aa
SM
78652000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7866
7867 * wid-edit.el (widget-member): Use the new plist-member.
7868
2c69ced2
GM
78692000-06-26 Gerd Moellmann <gerd@gnu.org>
7870
44c0f771
GM
7871 * replace.el (perform-replace): Undo change of 2000-04-04.
7872 Instead, move backward 1 character at the end of the loop when
7873 necessary.
34342a07 7874
1d36487c
GM
7875 * faces.el (fringe): Change face for different backgrounds.
7876
7877 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7878 patch from John.
7879
2c69ced2
GM
7880 * eshell/*.el: Change spelling of the Free Software Foundation.
7881
7882 * eshell/esh-toggle.el: Removed.
7883
7884 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7885
7886 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7887 interactively.
7888
78892000-06-26 Alex Schroeder <alex@gnu.org>
7890
7891 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7892 `define-key'; instead of checking `(emacs-version)' check for
7893 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7894 for `;' and `o' which might be electric.
7895
7896 (sql-electric-stuff): New user option.
7897 (sql-magic-go): New function which uses `sql-electric-stuff'.
7898 (sql-magic-semicolon): New function which uses
7899 `sql-electric-stuff'.
7900
7901 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7902 is not fboundp.
7903
7904 (sql-oracle-options): New variable.
7905 (sql-oracle): Use it.
7906
7907 (sql-imenu-generic-expression): Doc change.
7908 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7909 is used.
7910
7911 (sql-informix): Added command line parameter "-" to force
7912 sql-informix-program to use stdout.
7913
db1306d8
EZ
79142000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7915
3a4f3f86 7916 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7917 (cp864-decode-table): Doc fix.
7918 (cp720-decode-table): New variable, supports the Arabic OEM
7919 codepage used by Windows.
7920 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7921
c69e5fcd
DL
79222000-06-23 Dave Love <fx@gnu.org>
7923
7924 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7925 (font-lock-fontify-anchored-keywords): Use
7926 line-beginning-position.
7927 (global-font-lock-mode): Use mapc.
7928
30ad8f23
SM
79292000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7930
7931 * eshell/esh-module.el: Require CL when compiling.
7932
26b4dc84
GM
79332000-06-23 Gerd Moellmann <gerd@gnu.org>
7934
78c56e70
GM
7935 * comint.el (comint-substitute-in-file-name): Call replace-match
7936 with second and third arg t.
7937
34342a07 7938 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7939 Specify foreground color.
7940
7941 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7942 color.
7943
affbf647
GM
7944 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7945
7946 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7947 cddr instead of cdddr.
7948
25fffb31
GM
7949 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7950 instead of copy-list.
7951
7952 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7953 of copy-list.
7954
26b4dc84
GM
7955 * subdirs.el: Add eshell subdirectory.
7956
7957 * eshell: New subdirectory containing the Eshell package.
7958
7959 * pcomplete.el: New file.
7960
78c56e70
GM
79612000-06-23 Paul Eggert <eggert@twinsun.com>
7962
ea055732
GM
7963 * mail/mailpost.el (post-mail-send-it): Make sure file has
7964 proper permissions from birth.
7965
7966 * files.el (basic-save-buffer-2): When temporarily setting
7967 file modes, set them to current modes plus 0200, not to 0777.
7968
78c56e70
GM
7969 * emerge.el (emerge-make-temp-file): Make sure file has proper
7970 permissions from birth.
7971
a3a7ff33
EZ
79722000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7973
7974 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7975 backup file name through convert-standard-filename.
7976
7977 * dos-fns.el (convert-standard-filename): Convert leading
7978 directories as well. When long file names are supported, convert
7979 characters that are invalid in Windows file names.
7980
1fd9b7fe
GM
79812000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7982
7983 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7984 ps-print crashes. New feature: page selection for printing. Create
7985 raw-text-unix coding system for XEmacs. Doc fix.
7986 (ps-print-version): New version number (5.2.3).
7987 (ps-plot-region): Bug fix.
7988 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7989 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7990 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7991 funs.
7992 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7993 (ps-last-page): New vars.
7994
16ed8416
GM
79952000-06-21 Gerd Moellmann <gerd@gnu.org>
7996
7997 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7998 empty option string.
7999
4fbee715
EZ
80002000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8001
8002 * man.el (man): Doc fix.
8003
eaecfc94
KH
80042000-06-21 Kenichi Handa <handa@etl.go.jp>
8005
8006 * international/mule-cmds.el (set-language-info-alist): Docstring
8007 fixed.
8008
4a27bdfb
GM
80092000-06-20 Gerd Moellmann <gerd@gnu.org>
8010
8011 * version.el (emacs-version): Use ISO date format.
8012
8013 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8014 instead of `M-backspace'.
8015
8016 * simple.el (turn-off-auto-fill): New function.
8017
8972fe79
SM
80182000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8019
8020 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8021 Renamed from with-buffer-prepared-for-font-lock and use
8022 inhibit-modification-hooks rather than setting *-change-functions.
8023 Update all functions to use the new name.
8024 (jit-lock-first-unfontify-pos): New semantics (and doc).
8025 (jit-lock-mode): Make non-interactive.
8026 Don't automatically turn on font-lock.
8027 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8028 Always use jit-lock-after-change.
8029 Remove and restore font-lock-after-change-function.
8030 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8031 (jit-lock-after-unfontify-buffer): Remove.
8032 (jit-lock-stealth-fontify):
8033 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8034 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8035
5d80cc9c
SS
80362000-06-20 Sam Steingold <sds@gnu.org>
8037
8038 * emacs-lisp/cl-indent.el (toplevel): Indent
8039 `print-unreadable-object' properly. Untabify.
8040
f54e4d13
CD
80412000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8042
8043 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8044 Support for bibentry.
8045 (reftex-compile-variables): Fixed problem with end of section-re.
8046
8047 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8048 reftex-view-crossref-from-bibtex):
8049 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8050 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8051 Replaced `remprop' with `put'.
8972fe79
SM
8052 (reftex-view-crossref, reftex-view-crossref-when-idle):
8053 Support for bibentry.
f54e4d13 8054
8972fe79
SM
8055 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8056 New entry for bibentry package.
f54e4d13 8057
8972fe79
SM
8058 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8059 Regexp also matches "\nobibliography".
f54e4d13 8060
8972fe79
SM
8061 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8062 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8063 (reftex-ensure-write-access): New function.
8064
f54e4d13
CD
80652000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8066
8067 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8068
8069 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8070
8071 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8072
8073 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8074
8075
560c43f4
DL
80762000-06-20 Dave Love <fx@gnu.org>
8077
8078 * faces.el (frame-background-mode): Use set-default, not set, in
8079 setter.
8080 (frame-update-faces, frame-update-face-colors): Define with
8081 defalias.
8082
8083 * enriched.el (enriched-decode-foreground)
8084 (enriched-decode-background): Don't use internal-find-face.
8085
8086 * apropos.el: Doc fixes.
8087
8088 * cus-edit.el (customize-changed-options): Check arg.
8089 (customize-version-lessp): Don't require decimal point.
8090
8091 * custom.el (defcustom, defgroup): Doc fix.
8092
8093 * newcomment.el (comment) <defgroup>: Add :version.
8094 (comment-multi-line): Doc fix.
8095
8096 * emulation/mlsupport.el (define-hooked-local-abbrev,
8097 define-hooked-global-abbrev): Fix, using define-abbrev.
8098
cdf0357b
GM
80992000-06-19 Gerd Moellmann <gerd@gnu.org>
8100
8101 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8102 the whole buffer.
8103
10013d74
DL
81042000-06-19 Dave Love <fx@gnu.org>
8105
8106 * menu-bar.el (menu-bar-options-save): New function.
8107 (menu-bar-options-menu): Use it.
8108 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8109 Simplify.
8110
6922f208
AS
81112000-06-19 Andreas Schwab <schwab@suse.de>
8112
8113 * progmodes/etags.el (tags-query-replace): Put new parameters
8114 START and END at the end, for backward compatibility.
8115
10d7bf84
KH
81162000-06-19 Kenichi Handa <handa@etl.go.jp>
8117
8118 * international/codepage.el:
8119 (cp-coding-system-for-codepage-1): Delete special codes for
8120 generating xxx-dos coding system because now a CCL based coding
8121 system can handle EOL conversion by default.
8122
8123 * international/mule.el (make-coding-system): Generate subsidiary
8124 coding systems for EOL handling variants even for a CCL based
8125 coding system.
8126
8f3c9a3d
KH
81272000-06-19 Kenichi Handa <handa@etl.go.jp>
8128
8129 * international/isearch-x.el (isearch-minibuffer-input-method)
8130 (isearch-minibuffer-input-method-function): These variables
8131 deleted.
8132 (isearch-with-input-method): Don't use the above variables.
8133 (isearch-process-search-multibyte-characters): Likewise. Call
8134 read-string with the arg INHERIT-INPUT-METHOD t.
8135
c2acf685
SM
81362000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8137
13f0d185
SM
8138 * font-lock.el (font-lock-after-fontify-buffer)
8139 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8140
8141 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8142 Use consistent make-local-variable style for font-lock-fontified.
8143 (jit-lock-fontify-buffer):
8144 Don't bother checking for font-lock-mode and jit-lock-mode.
8145
c2acf685
SM
8146 * time.el: Remove trailing ^M that prevent CVS-merging.
8147
a9021acd
GM
81482000-06-16 Gerd Moellmann <gerd@gnu.org>
8149
8150 * Makefile.in (distclean): New target.
5d80cc9c 8151
0df68e9f
SM
81522000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8153
8154 * Makefile.in (srcdir): Define for update-subdirs.
8155
6344985d
GM
81562000-06-16 Gerd Moellmann <gerd@gnu.org>
8157
8158 * find-lisp.el: New file.
8159
63239267
AI
81602000-06-16 Andrew Innes <andrewi@gnu.org>
8161
8162 * time.el (display-time-mail-function): New variable, to allow
8163 external packages to indicate when new mail is available.
8164 (display-time-update): Use it.
8165
1699f991
KH
81662000-06-16 Kenichi Handa <handa@etl.go.jp>
8167
a3b37893
KH
8168 * international/mule.el (mule-version): Change version name to
8169 SAKAKI. AOI has already been used by Meadow.
8170
1699f991
KH
8171 * international/quail.el (quail-show-guidance-buf): To find the
8172 bottom window (but minibuffer), pay attention to the height of
8173 minibuffer.
8174
228b083e
EZ
81752000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8176
7d5c8691
EZ
8177 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8178 menu-bar menus. Add help strings. Don't remove the Edit menu
8179 from the menu bar, as the menu bar has enough space now.
8180
261f3289
EZ
8181 * Makefile.in (SHELL): Make sure /bin/sh is used.
8182
228b083e
EZ
8183 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8184 characters, which use series of two ^H characters instead of one.
8185
e27e8d71
GM
81862000-06-15 Gerd Moellmann <gerd@gnu.org>
8187
5d80cc9c 8188 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8189 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8190 functions.
451ec4e3
GM
8191 (Info-find-node-2): Try a case-sensitive search first, then
8192 do a case-insensitive search.
8193
8194 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8195 tutorials.
8196
b675095c
GM
8197 * complete.el (PC-env-vars-alist): New variable.
8198 (PC-complete-as-file-name): New function.
8199 (partial-completion-mode): Initialize PC-env-vars-alist from
8200 process-environment.
8201 (PC-do-completion): Handle completion of env vars.
8202
8203 * info.el (Info-set-mode-line): Show file name in mode line,
8204 use `*Info*' instead of `Info:'.
8205
e27e8d71
GM
8206 * startup.el (command-line-1): Change copyright messages to year
8207 2000.
8208
28223a7e
DL
82092000-06-15 Dave Love <fx@gnu.org>
8210
8211 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8212 not local-map.
8213
32684631
KH
82142000-06-15 Kenichi Handa <handa@etl.go.jp>
8215
8216 * international/mule.el (set-buffer-file-coding-system): Almost
8217 rewritten to handle `undecided' as no-op.
8218
9f817ea4
GM
82192000-06-14 Gerd Moellmann <gerd@gnu.org>
8220
e27e8d71 8221 * Makefile.in: New file.
dce6b995
GM
8222
8223 * Makefile: Removed.
8224
9f817ea4
GM
8225 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8226 (goto-address-highlight-keymap): Bind C-c RET.
8227
2de33f94
KH
82282000-06-14 Kenichi Handa <handa@etl.go.jp>
8229
bbf1e8a5
KH
8230 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8231 inherits buffer-file-coding-system of the current buffer.
725a6897 8232
02891cc3
KH
8233 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8234 0. Give correct argument to set-auto-coding-function.
8235 (tar-expunge): For goto-char, use (point-min), not 0.
8236 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8237 (tar-subfile-save-buffer): Likewize.
8238
2de33f94
KH
8239 * international/mule.el
8240 (after-insert-file-set-buffer-file-coding-system): Call
8241 set-buffer-file-coding-system with the arg FORCE t.
8242
1681ead6
GM
82432000-06-13 Gerd Moellmann <gerd@gnu.org>
8244
8245 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8246 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8247 the sender is set with `-f'.
1681ead6 8248
fdf4b680
DL
82492000-06-13 Dave Love <fx@gnu.org>
8250
9c50afce
DL
8251 * help.el (describe-function-1): Kluge around cases of functions
8252 fset to subrs whose doc doesn't match their symbol-name.
8253
0ad550ba 8254 * image.el (insert-image): Default STRING to a space.
f290ca08 8255
fdf4b680 8256 * info.el Doc fixes.
5d80cc9c 8257 (Info-build-node-completions): Match Ref tags.
fdf4b680 8258
9b6610db
EZ
82592000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8260
a704139d
EZ
8261 * frame.el (display-multi-frame-p, display-multi-font-p): New
8262 defaliases for display-graphic-p.
8263
9b6610db
EZ
8264 * hl-line.el: Fixed a typo in commentary.
8265
7a5ea398
KH
82662000-06-13 Kenichi Handa <handa@etl.go.jp>
8267
8268 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8269 fixed.
8270
0dc91c57
DL
82712000-06-12 Dave Love <fx@gnu.org>
8272
8273 * image.el (insert-image): Save a little consing.
8274
0bd5914b
KH
82752000-06-12 Kenichi Handa <handa@etl.go.jp>
8276
8277 * language/tibet-util.el: Convert all tibetan-1-column characters
8278 to the corresponding tibetan characters.
8279 (tibetan-add-components): Delete code for the special treatment of
8280 'a chung.
8281
8282 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8283 change.
8284 (tibetan-vowel-transcription-alist): More rules added.
8285 (tibetan-composite-vowel-alist): New variable.
8286 (tibetan-precomposition-rule-alist): More rules added.
8287
6dc7d3d5
SM
82882000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8289
9c04c393
SM
8290 * startup.el (command-line): Only call menu-bar-mode if interactive.
8291
8292 * thingatpt.el (toplevel symbol-properties):
8293 * textmodes/makeinfo.el (makeinfo-compile):
8294 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8295 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8296 (hide-ifdef-use-define-alist):
5d80cc9c 8297 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8298 (ange-ftp-vms-add-file-entry):
8299 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8300 * man.el (Man-build-man-command):
8301 * mail/rnewspost.el (news-reply-header-hook):
8302 * info.el (Info-insert-dir):
8303 * emulation/mlconvert.el (backward-word, forward-word, setq):
8304 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8305 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8306 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8307 (byte-optimize-apply, end of file):
8308 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8309 (ad-make-freeze-definition):
8310 * startup.el (command-line, command-line-1): Don't quote lambdas.
8311
6dc7d3d5
SM
8312 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8313 (cvs-cleanup-removed): New function.
8314 (cvs-cleanup-functions): New var.
8315 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8316 some flexibility in specifying additional entries to auto-cleanup.
8317 (cvs-quickdir): New function.
8318 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8319 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8320 (cvs-mode-find-file): Check that we are on a filename or dirname
8321 when invoked through a mouse-click.
8322 (cvs-full-path): Remove.
8323 (cvs-dired-action): Re-introduced.
8324 (cvs-dired-noselect): Use it.
8325 (vc-post-command-functions): use this new hook if available.
8326
8327 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8328 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8329 (cvs-filename-map, cvs-dirname-map): Remove.
8330 (cvs-default-action): Remove.
8331 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8332 if the arg is really a keymap.
8333 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8334 Don't hardcode the mapping from state (aka type) to face, but check
8335 the var cvs-fi-<type>-face instead.
8336 (cvs-fileinfo-from-entries): New function.
8337
8338 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8339 Docstring fix.
8340 (cvs-find-file-and-jump): Change default to be safer.
8341 (cvs-mode-diff-map): Define it as a function as well.
8342 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8343 Bind mouse-2 in this global map rather than with text-properties.
8344
8345 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8346 file to resolve the ambiguity between C(conflict) and C(need-merge).
8347
5050a2ef
KH
83482000-06-12 Kenichi Handa <handa@etl.go.jp>
8349
8350 * international/mule.el (set-buffer-file-coding-system): If
8351 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8352 unconditionally.
8353
35a7ac84
DL
83542000-06-12 Dave Love <fx@gnu.org>
8355
8356 * wid-edit.el (widget-specify-button): Really suppress the face if
8357 required.
8358
db8eeecd
GM
83592000-06-11 Gerd Moellmann <gerd@gnu.org>
8360
8361 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8362
70223ca4
SM
83632000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * imenu.el (imenu-generic-expression): Docstring fix.
8366
8367 * composite.el (composition-function-table): Move the `put'
8368 below the autoload cookie so we can load the file before loaddefs.
8369
8370 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8371
8372 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8373 Handle easy-mmode-define-global-mode.
8374 For complex macros like define-minor-mode that can generate
8375 several autoload entries, try to autoload entries in the
8376 macroexpanded code.
8377
8378 * emacs-lisp/easy-mmode.el (define-minor-mode):
8379 If KEYMAP is a symbol, just use it.
8380 Use byte-compile-current-file and load-file-name to infer the
8381 proper :require to pass to defcustom.
8382 Wrap the hook var into `progn' so as not to autoload it.
8383 Add a :autoload-end cookie.
8384 Be more careful about the evaluation of KEYMAP.
8385 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8386 (define-derived-mode): Move define-abbrev-table outside of defvar.
8387
83882000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8389
8390 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8391 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8392 (backup-compiled-files): Ignore errors during `tar'.
8393 (bootstrap): Make autoloads before elc files.
8394
9c53b34e
KH
83952000-06-10 Kenichi Handa <handa@etl.go.jp>
8396
8397 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8398 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8399
8400 * international/mule-conf.el (unix): New alias for the coding
8401 system undecided-unix.
8402
22ddd299
DL
84032000-06-09 Dave Love <fx@gnu.org>
8404
5ee42746
DL
8405 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8406
70223ca4 8407 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8408 (executable-insert): Change custom type.
8409 (executable-find): Add autoload cookie.
cc7e1d18
DL
8410 (executable-make-buffer-file-executable-if-script-p): New
8411 function. After Noah Friedman.
22ddd299
DL
8412
8413 * files.el (after-save-hook): Customize, with
cc7e1d18 8414 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8415
41ea3794
KH
84162000-06-09 Kenichi Handa <handa@etl.go.jp>
8417
f89437e3
KH
8418 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8419 "tib24p-mule.bdf" for Tibetan.
8420
7a4ee259
KH
8421 * composite.el (decompose-composite-char): Declare it as obsolete.
8422
ff6a65c2
KH
8423 * man.el (Man-fontify-manpage): Pay attention to underline and
8424 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8425
f83fe4b4
GM
84262000-06-08 Gerd Moellmann <gerd@gnu.org>
8427
8428 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8429 Set maintainer to FSF since author isn't reachable.
8430
e56d7900
DL
84312000-06-08 Dave Love <fx@gnu.org>
8432
8433 * international/mule-cmds.el (select-safe-coding-system): If
8434 DEFAULT-CODING-SYSTEM is not specified, also check the most
8435 preferred coding-system if buffer-file-coding-system is
8436 `undecided'. From Handa.
8437
d3981b49
KH
84382000-06-08 Kenichi Handa <handa@etl.go.jp>
8439
8440 * international/mule.el
8441 (after-insert-file-set-buffer-file-coding-system): If the buffer
8442 size is greater than INSERTED, judget that we are not visiting.
8443
bff71087
RV
84442000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8445
8446 * whitespace.el (defgroup whitespace): Comment out `:version'.
8447 XEmacs 20.4 has problems defining the group with this present.
8448 We'll have this commented out till get resolve the problem.
8449
45f485a6
GM
84502000-06-07 Gerd Moellmann <gerd@gnu.org>
8451
8452 * align.el: Update from author.
8453
84542000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8455
8456 * apropos.el (apropos-mode-hook): New user variable.
8457 (apropos-mode): Run apropos-mode-hook.
bff71087 8458
45f485a6
GM
84592000-06-07 David Ponce <david@dponce.com>
8460
8461 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8462 commands. Require `wid-edit' at run-time.
8463
84642000-06-07 David Ponce <david@dponce.com>
8465
8466 * recentf.el: Added some "Commentary".
8467 (recentf-open-more-files, recentf-edit-list): Minor changes to
8468 move the point at the top of the file list. This behaviour is
8469 consistent with the menu one when the list contains a lot of
8470 files.
8471 (recentf-cleanup): Now displays the number of items removed from
8472 the list.
8473 (recentf-relative-filter) New menu filter to show filenames
8474 relative to `default-directory'.
bff71087 8475
45f485a6
GM
84762000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8477
8478 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8479 with/without giving an error if PostScript printer doesn't have this
8480 kind of page size. Zebra Stripe continues or restarts on next page.
8481 Manual/automatic paper feeding. Switch or not the header.
8482 (ps-print-version): New version number (5.2.2).
8483 (ps-windows-system): Include emx as a Windows system.
8484 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8485 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8486 (ps-background-text): Code fix.
8487 (ps-error-handler-message, ps-user-defined-prologue)
8488 (ps-print-prologue-header, ps-printer-name)
8489 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8490 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8491 (ps-use-face-background): Customization fix.
8492 (ps-n-up-database): Data fix.
8493 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8494 (ps-switch-header): New vars.
8495 (ps-xemacs-color-name, ps-face-foreground-name)
8496 (ps-face-background-name, ps-boolean-constant): New funs.
8497
c14dcd22
DL
84982000-06-07 Dave Love <fx@gnu.org>
8499
8500 * allout.el: New version from Manheimer.
8501
e4044bb0
KH
85022000-06-07 Kenichi Handa <handa@etl.go.jp>
8503
8504 * textmodes/fill.el (fill-find-break-point): Check the validity of
8505 charset.
8506
59cfe8b9
KF
85072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8508
8509 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8510 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8511 Call display-color-p and display-mouse-p instead of looking at
8512 window-system.
8513
bb2337f5
DL
85142000-06-06 Dave Love <fx@gnu.org>
8515
8516 * image.el (find-image): Doc fix. Return nil if image not found.
8517 (put-image, insert-image): Make STRING arg optional.
8518
8e624fa2
KH
85192000-06-06 Kenichi Handa <handa@etl.go.jp>
8520
8521 * language/vietnamese.el: Remove eval-when-compile.
8522 (viet-viscii-nonascii-translation-table): Define it as a
8523 translation table made from viet-viscii-decode-table.
8524 (viet-viscii-encode-table): Define it as a translation table made
8525 from the reverse map of above.
8526 (viet-vscii-nonascii-translation-table): Define it as a
8527 translation table made from viet-vscii-decode-table.
8528 (viet-vscii-encode-table): Define it as a translation table made
8529 from the reverse map of above.
8530 (ccl-decode-viscii): Use translate-character.
8531 (ccl-encode-viscii, ccl-encode-viscii-font)
8532 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8533 Likewize.
bff71087 8534
8e624fa2
KH
8535 * language/cyrillic.el: Remove eval-when-compile.
8536 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8537 translation table made from cyrillic-koi8-r-decode-table.
8538 (cyrillic-koi8-r-encode-table): Define it as a translation table
8539 made from the reverse map of above.
8540 (ccl-decode-koi8): Use translate-character.
8541 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8542 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8543 a translation table made from cyrillic-alternativnyj-decode-table.
8544 (cyrillic-alternativnyj-encode-table): Define it as a translation
8545 table made from the reverse map of above.
8546 (ccl-decode-alternativnyj): Use translate-character.
8547 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8548 Likewize
8549
8550 * international/mule-diag.el (non-iso-charset-alist): Specify
8551 translation table symbol instead of translation table itself.
8552 (list-block-of-chars): CHARSET may be a translation table symbol.
8553
8554 * international/mule.el (make-coding-system): If CODING-SYSTEM
8555 already exists, override it.
8556
8557 * international/fontset.el: Use family `proportional' for Tibetan
8558 fonts.
8559
8560 * international/ccl.el (ccl-compile-translate-character): Don't
8561 check if Rrr has property translation-table.
8562 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8563
1969fae2
GM
85642000-06-05 Gerd Moellmann <gerd@gnu.org>
8565
8566 * info.el: Bind case-fold-search to t when searching in case
8567 a user sets it to nil in a hook.
8568
d5b037c5
SM
85692000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8570
d3d02e65
SM
8571 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8572 * hl-line.el (hl-line-mode): Use the new :global key argument.
8573
8574 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8575 (tar-clip-time-string): Prepend a space.
8576 (tar-grind-file-mode): Construct a string rather than modifying one.
8577 (tar-header-block-summarize): Fix docstring.
8578 Use `format' rather than an error-prone set of copy-loops.
8579
8580 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8581 (diff-goto-source, diff-unified->context, diff-context->unified)
8582 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8583 understand the format output by the `-p' argument to diff.
8584
bff71087 8585 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8586 (sh-re-done): Use defconst.
8587 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8588 (sh-help-string-for-variable, sh-guess-basic-offset):
8589 Don't quote lambdas.
8590 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8591 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8592
f7c4478f
SM
8593 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8594 (mh-letter-mode): Derive from text-mode.
8595 This implicitly means that it now calls kill-all-local-variables.
8596 Also remove the Emacs-18 compatibility code.
8597
a8add29d
SM
8598 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8599 Make use of symbol-property doc-string-elt.
8600 Use memq rather than a sequence of eq.
8601 (doc-string-elt): Fix the wrong or missing previously unused values.
8602 (autoload-print-form): New function extracted from
8603 generate-file-autoloads to allow recursion when handling progn
8604 so that defvar's and defun's docstrings are properly printed.
8605 (generate-file-autoloads): Use it.
8606
d5b037c5
SM
8607 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8608 Use find-file-hooks in the minor-mode function.
8609 Be careful not to loop indefinitely in the post-command-hook function.
8610
560ef11a 86112000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8612
1969fae2 8613 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8614 tty's.
1969fae2 8615 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8616 differences whenever appropriate.
1969fae2
GM
8617 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8618 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8619 wildcards.
8620
b5bbbb76
SM
86212000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8622
d5b037c5
SM
8623 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8624 (jit-lock-fontify-buffer): New function for JIT refontification.
8625 (jit-lock-mode): Fix docstring.
8626 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8627 Remove jit-lock-after-change from the _local_ hook.
8628 (jit-lock-function-1): Fix docstring.
8629
8630 * info.el (Info-on-current-buffer): Initialize info.
8631
8632 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8633
8634 * progmodes/tcl.el (tcl-indent-for-comment):
8635 Ignore comment-indent-hook.
8636
8637 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8638 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8639 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8640 and improve to use the lighter to guess the capitalization.
8641 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8642 Add keyword arguments to specify global-ness or the custom group.
8643 Add local-map and help-echo properties to the lighter.
8644 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8645 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8646
bfa6c260
DL
86472000-06-02 Dave Love <fx@gnu.org>
8648
8649 * wid-edit.el: byte-compile-dynamic since we typically don't use
8650 all the widgets. Don't require cl or widget. Remove
8651 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8652 (widget-read-event): Removed. Callers changed to use read-event.
8653 (widget-button-release-event-p): Renamed from
8654 button-release-event-p.
8655 (widget-field-add-space, widget-field-use-before-change):
8656 Uncustomize.
8657 (widget-specify-field): Use keymap property, not local-map.
8658 (widget-specify-button): Obey :suppress-face.
8659 (widget-specify-insert): Use modern backquote syntax.
8660 (widget-image-directory): Renamed from widget-glyph-directory.
8661 (widget-image-enable): Renamed from widget-glyph-enable.
8662 (widget-image-find): Replaces widget-glyph-find.
8663 (widget-button-pressed-face): Move defvar.
8664 (widget-image-insert): Replaces widget-glyph-insert.
8665 (widget-convert): Use keywordp.
8666 (widget-leave-text, widget-children-value-delete): Use mapc.
8667 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8668 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8669 (widget-button-click): Don't set point at the click, but re-centre
8670 if we scroll out of window. Rewritten for images v. glyphs &c.
8671 (widget-tabable-at): Use POS arg, not point.
8672 (widget-beginning-of-line, widget-end-of-line)
8673 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8674 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8675 (widget-default-create): Use widget-image-insert; some rewriting.
8676 (widget-visibility-value-create)
8677 (widget-push-button-value-create, widget-toggle-value-create): Use
8678 widget-image-insert.
8679 (checkbox): Create on and off images dynamically.
8680 (documentation-link): Change :help-echo.
8681 (widget-documentation-link-echo-help): Remove.
8682
3837de12
SM
86832000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8684
8685 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8686
8687 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8688 (easy-mmode-define-toggle, define-minor-mode): Use it.
8689 (easy-mmode-define-keymap): Docstring fix.
8690 (define-derived-mode): Default PARENT to fundamental-mode.
8691 Add the derived-mode-parent symbol-property.
8692 (easy-mmode-derived-mode-p): New function.
8693
90aa4ea8
DL
86942000-06-02 Dave Love <fx@gnu.org>
8695
37193ee6
DL
8696 * files.el (convert-standard-filename): Doc fix.
8697 (normal-backup-enable-predicate): New function.
8698 (backup-enable-predicate): Use it to replace the lambda form.
8699
8700 * calendar/todo-mode.el: [This needs more work on the outline
8701 stuff.] Doc fixes.
8702 (todo) <defgroup>: Add :version.
8703 (todo-add-category): Don't use pushnew.
8704 (todo-cmd-raise): Fix typo.
8705 (todo-top-priorities): Change temp buffer name.
8706 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8707 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8708 Use outline-next-heading.
37193ee6 8709
90aa4ea8
DL
8710 * autoarg.el: Rewritten to use define-minor-mode.
8711 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8712 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8713
2e54623a
KH
87142000-06-02 Kenichi Handa <handa@etl.go.jp>
8715
8716 * isearch.el (isearch-other-meta-char): Fix previous change.
8717
c5def0db
SM
87182000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8719
3837de12
SM
8720 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8721 (log-edit-done): Only add the comment to the ring if it's different
8722 from the last comment entered.
8723
c5def0db
SM
8724 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8725
2330c9d4
DL
87262000-06-01 Dave Love <fx@gnu.org>
8727
8728 * hl-line.el: Rewritten using define-minor-mode.
8729
8730 * help.el (describe-function-1): Distinguish special form from
8731 builtin function. Sanity-check presence of arglist for builtins.
8732
6e5dfc31
KH
87332000-06-01 Kenichi Handa <handa@etl.go.jp>
8734
4dc1225b
KH
8735 * international/characters.el: Fix syntax/category setting of
8736 Tibetan characters.
8737
8738 * language/tibet-util.el (tibetan-add-components): Fixes for new
8739 encoding of Tibetan characters.
8740 (tibetan-decompose-precomposition-alist): New variable.
8741 (tibetan-decompose-region): Convert precomposed characters to
8742 non-precomposed characters.
8743 (tibetan-decompose-string): Likewise.
8744 (tibetan-composition-function): Fix args to
8745 thibetan-compose-string.
8746
8747 * language/tibetan.el (tibetan-composable-pattern): More
8748 characters included.
8749 (tibetan-consonant-transcription-alist): Rule for "R" added.
8750 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8751 "+R" added.
8752 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8753
eadef5e6
KH
8754 * language/lao-util.el (lao-composition-function): Fix args to
8755 compose-string.
8756
8757 * language/thai-util.el (thai-composition-function): Fix args to
8758 compose-string.
8759
6e5dfc31 8760 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8761 to prevent the point moving to the end of a composition when a
8762 part of a composition is searched.
6e5dfc31
KH
8763 (isearch-other-meta-char): If the key invoking this command can be
8764 mapped by function-key-map to a printing char, call
8765 isearch-process-search-char directly.
8766
2598a293
SM
87672000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8768
8769 * emacs-lisp/bytecomp.el:
8770 * frame.el:
8771 * international/mule-cmds.el:
8772 * international/mule-util.el:
8773 * international/mule.el:
8774 * mouse.el:
8775 * subr.el:
8776 * faces.el: Update calls to make-obsolete with a WHEN argument.
8777
8778 * byte-run.el (make-obsolete, make-obsolete-variable):
8779 Add an optional WHEN argument and change the format of the
bff71087 8780 symbol-property information.
2598a293
SM
8781 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8782 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8783 new obsolete-symbol-property format and print WHEN if it is provided.
8784
28d8dff1
DL
87852000-05-31 Dave Love <fx@gnu.org>
8786
8787 * loadhist.el (loadhist-hook-functions): Remove
8788 before-change-function, after-change-function.
8789 (unload-feature): Deal with symbols which are both bound and
8790 fbound.
8791
8792 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8793 before-change-function, after-change-function.
8794
8795 * simple.el (newline): Don't bind before-change-function,
8796 after-change-function.
8797
7f565d87
RV
87982000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8799
8800 * whitespace.el (whitespace-rescan-timer-time): Update interval
8801 set to 600 seconds (10 minutes) instead of 60 seconds since
8802 a large number of whitespace buffers causes emacs to `freeze'
8803 for a considerable amount of time.
8804
bff71087 8805 * whitespace.el: Updated email address
7f565d87 8806
a8d693d8
DL
88072000-05-31 Dave Love <fx@gnu.org>
8808
8809 * add-log.el (change-log-font-lock-keywords) <function>: Add
8810 pattern for function of change.
8811 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8812 acknowledgements patterns.
8813
a50192e7
KH
88142000-05-31 Kenichi Handa <handa@etl.go.jp>
8815
8816 * isearch.el (isearch-printing-char): If keyboard coding system is
8817 being used, call isearch-process-search-multibyte-characters.
8818
8819 * international/isearch-x.el: Mostly rewritten.
8820
8821 * international/quail.el (quail-start-conversion): Don't include
8822 unhandled events in the returned events, but set them in
8823 unread-command-events. Exit if all inputs are deleted.
8824
7e492772
JR
88252000-05-30 Jason Rumney <jasonr@gnu.org>
8826
8827 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8828
8829 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8830 Reenable code to create initial fontsets.
8831 Use set-fontset-font in place of put-charset-property.
8832
10fc3187
GM
88332000-05-30 Gerd Moellmann <gerd@gnu.org>
8834
79148ea7
GM
8835 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8836 label, ensure that the first colon isn't followed by another.
8837
8838 * paths.el (Info-default-directory-list): Doc fix.
8839
086d5b87
GM
8840 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8841 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8842 send a query containing USER only, not USER@HOST.
8843
10fc3187
GM
8844 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8845 and rmail-msgend to compute the restriction at the end, instead of
8846 computing it.
8847
49e70dec
GM
88482000-05-29 Gerd Moellmann <gerd@gnu.org>
8849
66254a13
GM
8850 * dabbrev.el (dabbrev-expand): Don't display messages in the
8851 echo area if the minibuffer window is active.
8852
49e70dec
GM
8853 * jit-lock.el (jit-lock-mode): Add after change function to
8854 local hook.
8855
88562000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8857
8858 * antlr-mode.el: New commands: hide/unhide actions,
8859 upcase/downcase literals.
8860 (antlr-tiny-action-length): New user option.
8861 (antlr-hide-actions): New command. Suggested by
8862 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8863 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8864 (antlr-mode-menu): New entries.
8865 (antlr-downcase-literals): New command.
8866 (antlr-upcase-literals): Ditto.
8867
8868 * antlr-mode.el: Minor changes: indendation, mode-name.
8869 (antlr-indent-line): Indent cpp directive at column 0.
8870 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8871
8872 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8873 (antlr-font-lock-additional-keywords): Workaround for intentional
8874 bug in XEmacs version of font-lock.
8875 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8876 be used by a smarter version of `buffers-menu-grouping-function'.
8877
88782000-05-29 Gerd Moellmann <gerd@gnu.org>
8879
8880 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8881 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8882
49f93684
KH
88832000-05-29 Kenichi Handa <handa@etl.go.jp>
8884
8885 * international/encoded-kb.el
8886 (encoded-kbd-iso2022-designation-map): Pay attention to that
8887 charset-iso-final-char return -1 for eight-bit-control and
8888 eight-bit-graphic.
8889
5b1ae051
EZ
88902000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8891
8892 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8893 (speedbar-easymenu-definition-base): Use display-graphic-p where
8894 available, instead of window-system.
8895
a205e32a
EZ
88962000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8897
8898 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8899 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8900 coding systems.
8901
dd854dc2
DL
89022000-05-26 Dave Love <fx@gnu.org>
8903
c88a85d5
DL
8904 * disp-table.el (standard-display-underline): Don't use
8905 internal-find-face.
8906
dd854dc2
DL
8907 * mail/reporter.el: Maintainer change. Doc fixes.
8908 (reporter-version): Deleted.
8909
8910 * emacs-lisp/elp.el: Maintainer change.
8911 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8912
dc29aa6c
SM
89132000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8914
8915 * add-log.el (add-change-log-entry): Merge the current entry with the
8916 previous one if the previous one is empty.
8917
ed62683d
DL
89182000-05-26 Dave Love <fx@gnu.org>
8919
4370a375
DL
8920 * loadhist.el (unload-feature): Fix interactive spec [from
8921 lijnzaad@ebi.ac.uk].
8922
ed62683d
DL
8923 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8924 subr-arity to check primitives.
8925 (byte-compile-flush-pending, byte-compile-file-form-progn)
8926 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8927 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8928 mapcar.
8929
ba9f8f95
KH
89302000-05-26 Kenichi Handa <handa@etl.go.jp>
8931
0f3e0672
KH
8932 * international/fontset.el: Set family names of non-latin charsets
8933 in default fontset to "*".
8934
cebefb44
KH
8935 * international/mule-diag.el (print-fontset): Combine family part
8936 and registry part of the fontname by "-*-" instead of "-".
8937
ba9f8f95
KH
8938 * international/mule-cmds.el (encode-coding-char): Make strings
8939 multibyte before calling encode-coding-string.
8940
931d0724
SM
89412000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8942
8943 * derived.el: Fix keywords.
8ccce2b0 8944 (define-derived-mode): Only define if needed.
931d0724
SM
8945
8946 * simple.el (fill-comment, comment-column, comment-start)
8947 (comment-start-skip, comment-end, comment-indent-function)
8948 (block-comment-start, block-comment-end, indent-for-comment)
8949 (set-comment-column, kill-comment, comment-padding, comment-region)
8950 (comment-multi-line, indent-new-comment-line): Remove.
8951
8952 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8953 function names for comment operations.
8954
8955 * newcomment.el: Add abundant autoload cookies.
8956 (comment-style): Don't depend on runtime data at compile-time.
8957 (comment-indent-hook): Remove.
8958 (comment-indent): Check if comment-indent-hook is bound.
8959 (comment-region): Docstring fix.
8960
6fc596cf
DL
89612000-05-25 Dave Love <fx@gnu.org>
8962
8963 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8964 byte-code-function-p.
8965
8966 * mail/rmailsum.el: Add provide.
8967
8968 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8969
8970 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8971 defcustom.
8972
7997f1ca 89732000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8974
7997f1ca
MK
8975 * ediff-diff.el (ediff-exec-process): delete --binary option from
8976 non-buffer ediff jobs.
7f565d87 8977
e7a903e8
EZ
89782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8979
8980 * hilit-chg.el (highlight-changes-mode): Ask about color or
8981 grayscale support, not about window-system.
8982
8983 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8984 window-system.
8985 (ffap-highlight): Always default to t.
8986
8987 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8988 display-popup-menus-p instead of looking at window-system.
8989
8990 * disp-table.el (standard-display-g1, standard-display-graphic):
8991 Only refuse to use string glyphs on X and MS-Windows.
8992
8993 * avoid.el: Remove window-system from commentary, suggest to use
8994 display-*-p instead.
8995
8996 * apropos.el (apropos-print): Use display-mouse-p instead of
8997 window-system.
8998
14028d57
EZ
89992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9000
9001 * international/codepage.el (cp-decoding-vector-for-codepage):
9002 Fill up unsupported characters with their own codes. From Kenichi
9003 Handa.
9004
1a4f9cc1
EZ
90052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9006
9007 * international/mule-diag.el (describe-char-after): Use
9008 display-graphic-p instead of window-system, so that this function
9009 works on MS-DOS.
9010
89f6ca4e
EZ
90112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9012
9013 * international/codepage.el (cp-make-coding-systems-for-codepage):
9014 Remove the eight-bit-graphic and eight-bit-control charsets from
9015 the list of charsets which we convert into `?'.
9016
eacfd7fe
KH
90172000-05-25 Kenichi Handa <handa@etl.go.jp>
9018
9019 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9020 private charsets.
9021 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9022 japanese-jisx0213-2): New charsets.
9023
9024 * international/fontset.el: Setup default fontset for new charsets.
9025
deadf7e3
DL
90262000-05-24 Dave Love <fx@gnu.org>
9027
9028 * info.el (Info-find-node-2): Restructure [following "Vadim
9029 S. Solomin" <sovs@uic.nnov.ru>].
9030
9031 * icomplete.el: Fix header for Finder.
9032
90332000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9034
9035 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9036 STAY.
9037
9038 * rmail.el (rmail-automatic-folder-directives): New user variable.
9039 (rmail-show-message): Add call to `rmail-auto-file' during
9040 display.
9041 (rmail-auto-file): New function.
9042
6de3983f 90432000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9044
fc6a6a4e 9045 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9046 account.
fc6a6a4e
GM
9047 (ediff-test-utility,ediff-diff-mandatory-option)
9048 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9049 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9050
fc6a6a4e 9051 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9052 variable.
7f565d87 9053
fc6a6a4e 9054 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9055 ediff-merge-filename-prefix.
9056
fc290d1d
MK
90572000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9058
fc6a6a4e 9059 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9060
273182b8
EZ
90612000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9062
9063 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9064 aliases for hebrew-iso-8bit.
9065
f471ea57
EZ
90662000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9067
9068 * woman.el: New version from Francis J. Wright
9069 <F.J.Wright@Maths.QMW.ac.uk>.
9070 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9071 names in environment variables regardless of the path separator.
9072 (woman-topic-all-completions-1): Don't call file-name-directory-p
9073 on all files, since woman-file-regexp already filters out any
9074 directories.
9075
01162f24
KH
90762000-05-24 Kenichi Handa <handa@etl.go.jp>
9077
48e3df76
KH
9078 * international/quail.el (quail-start-translation): Don't change
9079 modified-p of the current buffer.
9080 (quail-start-conversion): Likewise.
9081
9082 * international/kkc.el (kkc-region): Don't change modified-p of
9083 the current buffer.
9084
747d90ea
KH
9085 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9086 conform to RFC1468.
9087 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9088
17a223ff
EL
90892000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9090
9091 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9092 (speedbar-insert-button): Invisible text property fix.
9093 (speedbar-directory-plus): Renamed from speedbar-directory-+
9094 (speedbar-directory-minus): Renamed from speedbar-directory--
9095 (speedbar-page-plus): Renamed from speedbar-file-+
9096 (speedbar-page-minus): Renamed from speedbar-file--
9097 (speedbar-page): Renamed from speedbar-file-
9098 (speedbar-tag): Renamed from speedbar-tag-
9099 (speedbar-tag-plus): Renamed from speedbar-tag-+
9100 (speedbar-tag-minus): Renamed from speedbar-tag--
9101 (speedbar-expand-image-button-alist): Use above renames.
9102
9103 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9104 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9105 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9106 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9107 * sb-pg.xpm: Renamed from sb-file.xpm
9108 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9109 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9110
e6b6fc18
KH
91112000-05-24 Kenichi Handa <handa@etl.go.jp>
9112
9113 * international/quail.el (quail-show-guidance-buf): Set
9114 current-input-method of the guidance buffer to the name of the
9115 curren input method.
9116
a1a336eb
SM
91172000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9118
9119 * progmodes/compile.el (compile-internal): Style typo.
9120
9121 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9122 quote vars and functions in the docstring.
9123
9124 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9125
9126 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9127 Don't quote lambdas.
9128
9129 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9130
9695b783
GM
91312000-05-23 Gerd Moellmann <gerd@gnu.org>
9132
716e3b88
GM
9133 * startup.el (command-line): Determine source file of compiled
9134 user init file differently. Warn if compiled user init file
9135 is older than its source file.
9136
9695b783 9137 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9138
41ac433f
EZ
91392000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9140
9141 * files.el (make-backup-file-name-1): Replace slashes with `!'
9142 rather than `|' (which is not allowed on Windows). Replace the
9143 drive letters with a string "drive_X".
9144
46600ab1
GM
91452000-05-23 Gerd Moellmann <gerd@gnu.org>
9146
9147 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9148
9149 * files.el (interpreter-mode-alist): Add `bash2'.
9150
79a64d87
DL
91512000-05-22 Dave Love <fx@gnu.org>
9152
9153 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9154 mapc.
9155 (feature-file): Avoid calling symbol-name. Doc fix.
9156 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9157 (loadhist-hook-functions): Add mouse-position-function.
9158 (unload-feature): Change uses of mapcar.
9159
9160 * files.el (parse-colon-path): Doc fix.
9161 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9162 (set-auto-mode): Use mapc.
9163
9164 * complete.el (PC-look-for-include-file): Use :alnum: character
9165 class.
9166 (partial-completion-mode): Add autoload cookie.
9167
0e8c11d8
SS
91682000-05-22 Sam Steingold <sds@gnu.org>
9169
ce75fd23 9170 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9171 `add-text-properties' (bug introduced on 2000-05-18).
9172
d8d0fa6c
DL
91732000-05-22 Dave Love <fx@gnu.org>
9174
9175 * bindings.el: Remove debug-ignored-errors set in other files.
9176
9177 * progmodes/etags.el: Add to debug-ignored-errors.
9178 (visit-tags-table-buffer): Clear out buffers holding old tables
9179 when making a new list.
9180 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9181 mapc.
9182
9183 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9184 quote keywords.
9185 (cmpl-string-case-type): Use character classes.
9186
0e8c11d8
SS
9187 * comint.el:
9188 * textmodes/ispell.el:
9189 * imenu.el:
d8d0fa6c
DL
9190 * mail/mh-e.el:
9191 * progmodes/compile.el: Add to debug-ignored-errors.
9192
9193 * dabbrev.el: Add to debug-ignored-errors.
9194 (dabbrev-completion): Use mapc.
9195
1edbbf8a
EZ
91962000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9197
9198 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9199 (woman-mapcan, woman-parse-man.conf)
9200 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9201 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9202 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9203 path syntax better.
9204 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9205 (woman-manpath): Call woman-parse-man.conf.
9206 (woman-emulation): New defcustom, defaults to nroff.
9207 (woman-font-support): New defconst.
9208 (woman-use-symbol-font): New defcustom.
9209 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9210 "Emulation".
9211 Many functions: Doc fix.
9212
5bd2148c
KH
92132000-05-22 Kenichi Handa <handa@etl.go.jp>
9214
9215 * international/quail.el (quail-simple-translation-keymap): Map
9216 128..255 to quail-self-insert-command.
9217 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9218
4125ec7e
SM
92192000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9220
a1a336eb
SM
9221 * help.el (help-manyarg-func-alist): Typo.
9222
40aeecad
SM
9223 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9224 intervals which makes it heaps simpler.
9225
4125ec7e
SM
9226 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9227 the nested comment markers.
e4da9c1c
SM
9228
9229 * subr.el (remove-hook): Don't turn the hook's value into a list.
9230
cb7216a7
DL
92312000-05-21 Dave Love <fx@gnu.org>
9232
ac266581
DL
9233 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9234 are invalid characters.
9235
cb7216a7
DL
9236 * international/mule-util.el (detect-coding-with-priority): Use
9237 mapc. Remove redundant lambda.
9238
9239 * international/mule-diag.el (list-non-iso-charset-chars)
9240 (describe-fontset): Remove redundant lambda.
9241
9242 * emulation/crisp.el (brief-mode): New alias.
9243
9244 * emacs-lisp/ring.el (ring-elements): New function.
9245
9246 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9247 (easy-menu-do-add-item): Use keywordp.
9248
9249 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9250
9251 * replace.el: Doc and error message fixes.
9252 (replace-highlight): Use facep, not internal-find-face.
9253
9b0d1d6e
SM
92542000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9255
b2d2cf58
SM
9256 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9257
ffe7dc64
SM
9258 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9259 (log-edit-insert-changelog): Drop `:' as well.
9260
9261 * log-view.el: Fix file description.
9262 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9263 available.
9264 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9265 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9266
c8c21615
SM
9267 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9268 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9269 Print a status message if the toggle is called interactively.
9270 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9271 for global minor modes and use `defcustom' for them.
9272 Use add-minor-mode.
9273 (easy-mmode-define-derived-mode): Remove.
9274 (define-derived-mode): Fancier default docstring.
9275 (easy-mmode-define-navigation): Signal an error rather than (ding).
9276
9b0d1d6e
SM
9277 * newcomment.el (comment-styles): New `box-multi'.
9278 (comment-normalize-vars): Better default for comment-continue to
9279 avoid whitespace-only continuations.
9280 (comment-search-forward): Always move even in the no-syntax case.
9281 (comment-padright): Only obey N if it's only obeyed for padleft.
9282 (comment-make-extra-lines): Better handling of empty continuations.
9283 Use `=' for the filler if comment-start has only one character.
9284 (uncomment-region): Try handling the special `=' filler.
9285 (comment-region): Allow LINES even if MULTI is nil.
9286 (comment-box): Choose box style based on comment-style.
9287
f5ee6d0f
KH
92882000-05-20 Kenichi Handa <handa@etl.go.jp>
9289
9b0d1d6e 9290 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9291 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9292
c9671f81
KH
92932000-05-20 Kenichi HANDA <handa@etl.go.jp>
9294
9295 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9296 and insert, not subst-char-in-region.
9297
9298 * international/mule-diag.el (list-character-sets-1): Handle
9299 charsets eight-bit-control and eight-bit-graphic.
9300 (list-iso-charset-chars): Likewise.
9301 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9302 charactes as is. Use indent-to to align characters.
9303
9304 * international/mule-cmds.el (find-multibyte-characters): Never
9305 exclude charsets eight-bit-control and eight-bit-graphic.
9306
1426aa5c
SM
93072000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9308
9309 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9310 Don't quote lambdas.
9311
9312 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9313
2b63d473
GM
93142000-05-19 Gerd Moellmann <gerd@gnu.org>
9315
9316 * gud.el (gud-jdb-directories): Doc fix.
9317
f1355756
SM
93182000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9319
9320 * newcomment.el: New file.
9321
5f64c9e0
GM
93222000-05-19 Gerd Moellmann <gerd@gnu.org>
9323
2b63d473 9324 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9325
db7314bd
AS
93262000-05-18 Andreas Schwab <schwab@suse.de>
9327
9328 * dired.el (dired-between-files): Also skip lines beginning with
9329 `used'.
9330
25bb0401
GM
93312000-05-18 Gerd Moellmann <gerd@gnu.org>
9332
9333 * msb.el (msb-menu-cond): Add choice `user'.
9334
a199a865 93352000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9336
a199a865
GM
9337 * ps-print.el: Compatibility, customization and doc fix.
9338 (ps-printer-name-option): Replace defconst by defvar.
9339 (ps-postscript-code-directory): XEmacs compatibility.
9340 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9341 fix.
9342 (ps-user-defined-prologue, ps-print-prologue-header)
9343 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9344 compatibility and code fix.
9345 (ps-print-background-image, ps-print-background-text):
9346 Customization fix.
9347 (ps-line-number-start, ps-n-up-on): New vars.
9348
25bb0401
GM
93492000-05-18 Espen Skoglund <esk@ira.uka.de>
9350
9351 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9352 the indent-comment function to just return the appropriate indent.
9353
68e6c83a
EL
93542000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9355
9356 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9357 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9358 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9359
dae6cb9f
DL
93602000-05-18 Dave Love <fx@gnu.org>
9361
9362 * info.el (Info-fontify-node): Add intangible property as well as
9363 invisible.
9364
9365 * calendar/appt.el (appt-make-list): Match all lines of entry.
9366 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9367
813086ea
KH
93682000-05-18 Kenichi Handa <handa@etl.go.jp>
9369
9370 * international/mule-diag.el (describe-char-after): Call
9371 internal-char-font, not char-font. If internal-char-font returns
9372 nil, display "-- none --".
9373
24978190
EZ
93742000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9375
9376 * image.el (image-type-available-p): Don't reference image-types
9377 if it isn't bound.
9378
2fca2d5d
SM
93792000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9380
9381 * autoarg.el (autoarg-mode): Typo in the :set argument.
9382
cfc75d05
EZ
93832000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9384
9385 * startup.el (command-line-1): Don't signal an error if the
9386 directory for auto-save-list files does not yet exist.
9387
c4e30387
KH
93882000-05-17 Kenichi Handa <handa@etl.go.jp>
9389
9390 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9391
dd6b8ea7
SM
93922000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9393
9394 * subr.el (remove-hook): `setq' hook-value, not `set'.
9395
399c88ad
SS
93962000-05-16 Sam Steingold <sds@gnu.org>
9397
a199a865 9398 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9399
01651f07
DL
94002000-05-16 Dave Love <fx@gnu.org>
9401
9402 * cus-edit.el: Don't require cl or easymenu.
9403 (custom-variable-prompt): Test standard-value property, not
9404 user-variable-p.
9405
2248c40d
SS
94062000-05-16 Sam Steingold <sds@gnu.org>
9407
9408 * subr.el (add-hook): `setq' hook-value, not `set'.
9409
b15f3b77
GM
94102000-05-16 Gerd Moellmann <gerd@gnu.org>
9411
9412 * startup.el (command-line-1): Mention the FAQ in the startup
9413 message.
9414
9415 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9416
9417 * progmodes/compile.el (compilation-parse-errors): Collect
9418 `nomessage' regexps last.
9419
9420 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9421
9422 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9423 to the function name.
9424
f9bbcfac
EL
94252000-05-15 Dave Love <fx@gnu.org>
9426
9427 * speedbar.el (speedbar-recenter): Typo.
9428 (speedbar-expand-line): Make arg optional.
9429 (speedbar-mode): Avoid a compiler warning.
9430
119b42eb
GM
94312000-05-15 Gerd Moellmann <gerd@gnu.org>
9432
9433 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9434 user-specified option string is empty.
9435
9436 * mouse.el (mouse-yank-at-click): Doc fix.
9437
f685bea9
EZ
94382000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9439
9440 * term/internal.el (IT-character-translations): More updates of
9441 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9442 documents.
9443
a1b8d58b
GM
94442000-05-15 Gerd Moellmann <gerd@gnu.org>
9445
9446 * env.el (getenv): New function, interactively callable.
9447 (setenv, getenv): Remove autoload cookies.
9448
9449 * loadup.el: Load `env'.
9450
9451 * progmodes/f90.el: Change author's mail address.
9452
c9bba7ed
DL
94532000-05-14 Dave Love <fx@gnu.org>
9454
e5c83697
DL
9455 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9456 goto-addr as an option.
9457
9458 * help.el (help-xref-stack): Doc fix.
9459 (help-xref-following): New variable.
9460 (help-make-xrefs): Use it.
9461 (help-xref-go-back): Use position information from stack element.
9462 (help-follow): Make position in stack element a pair. Use
9463 help-xref-following.
399c88ad 9464
e5c83697
DL
9465 * autoarg.el: New file.
9466
9467 * faces.el: Declare more functions obsolete.
9468
c9bba7ed
DL
9469 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9470 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9471 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9472 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9473 Remove all the setup-...-environment functions.
9474
b6389bfb
EL
94752000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9476
a1b8d58b
GM
9477 * speedbar.el: Updated the commentary section. xemacs20p now uses
9478 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9479 (speedbar-easymenu-definition-base): Add toggle for images.
9480 (speedbar-easymenu-definition-special): Add flush cache & expand.
9481 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9482 (speedbar-reconfigure-keymaps-hook): New variable.
9483 (speedbar-frame-parameters): Updated documentation.
9484 (speedbar-use-imenu-flag): Updated custom tag
9485 (speedbar-dynamic-tags-function-list): New variable.
9486 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9487 (speedbar-indentation-width, speedbar-indentation-width) New
9488 variables.
9489 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9490 (speedbar-vc-indicator): Doc update.
9491 (speedbar-ignored-path-expressions): Updated default value.
9492 (speedbar-supported-extension-expressions): Updated default value.
9493 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9494 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9495 as "+". Added overlay aliases.
9496 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9497 `force-mode-line-update'.
9498 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9499 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9500 `mouse-set-point'
b6389bfb 9501 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9502 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9503 of arbitrary text, and new helper functions.
9504 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9505 filename finder.
b6389bfb
EL
9506 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9507 (speedbar-directory-buttons): Update path search/expansion.
9508 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9509 `speedbar-indentation-width'. Use more care w/ invisible
9510 properties.
b6389bfb
EL
9511 (speedbar-change-expand-button-char): Call
9512 `speedbar-insert-image-button-maybe'.
9513 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9514 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9515 (speedbar-trim-words-tag-hierarchy)
9516 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9517 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9518 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9519 functions.
b6389bfb
EL
9520 (speedbar-mouse-set-point): New function
9521 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9522 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9523 of tag prefix text.
9524 (speedbar-expand-line, speedbar-contract-line): Make more robust
9525 to strange text.
9526 (speedbar-expand-line): Takes universal argument to flush the
9527 cache.
b6389bfb
EL
9528 (speedbar-flush-expand-line): New function.
9529 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9530 Use new generator insertion method.
9531 (speedbar-fetch-dynamic-tags): New function.
9532 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9533 `speedbar-fetch-dynamic-imenu'.
9534 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9535 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9536 "Revert Buffer" menu items.
9537 (speedbar-buffer-buttons-engine): Be smarter when creating a
9538 filename tag (for expansion purposes.).
a1b8d58b
GM
9539 (speedbar-highlight-one-tag-line,
9540 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9541 (speedbar-recenter): New functions.
b6389bfb 9542 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9543 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9544 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9545 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9546 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9547 (speedbar-expand-image-button-alist): New variable.
9548 (speedbar-insert-image-button-maybe): Insert an image over some
9549 buttons.
9550
43fe9244
KH
95512000-05-13 Kenichi Handa <handa@etl.go.jp>
9552
9553 * international/mule-cmds.el (encode-coding-char): An ASCII
9554 character is always encodable.
9555
9556 * international/mule-conf.el: Add more information in descriptions
9557 of character sets.
9558
813086ea 9559 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9560 (describe-font-internal): Adjusted for the change of font-info.
9561 (describe-font): Likewise.
9562 (print-fontset): Rewritten for the new fontset implementation.
9563 (describe-fontset): Include fontset alias names in completion.
9564 (list-fontsets): Adjusted for the change of print-fontset.
9565
9566 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9567 describe-char-after instead of displaying the detail in the echo
9568 area.
813086ea
KH
9569 (syntax-code-table): Format changed.
9570 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9571
e8564f57
SM
95722000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9573
9574 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9575
9278c60d
DL
95762000-05-12 Dave Love <fx@gnu.org>
9577
9578 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9579 dependence. Use line-{beginning,end}-position, not
9580 point-at{b,e}ol. Some doc fixes.
9581 (todo-position): New function. Fix callers of position to use it.
9582 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9583
be0505fe
GM
95842000-05-12 Gerd Moellmann <gerd@gnu.org>
9585
9586 * time.el (display-time-mail-icon): Use `:ascent center'.
9587
a8a3541c
GM
9588 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9589 handling FTP security extensions.
399c88ad 9590
44d5f148
DL
95912000-05-11 Dave Love <fx@gnu.org>
9592
33d0c179 9593 * calendar/todo-mode.el: New file.
44d5f148 9594
da4496b6
GM
95952000-05-11 Gerd Moellmann <gerd@gnu.org>
9596
cdc4401d
GM
9597 * comint.el (comint-read-input-ring): Move reference to
9598 comint-input-ring-size outside of the save-excursion. It was
9599 causing the default value to be the only one ever seen.
399c88ad 9600
0279f991
GM
9601 * font-lock.el: Update copyright. Remove Simon Marshall's email
9602 address on request from him.
9603
da4496b6
GM
9604 * subr.el (substitute-key-definition): Add comment describing
9605 the meaning of PREFIX.
9606
ac5cb26d
SM
96072000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9608
9609 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9610
9611 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9612 (add-minor-mode): Don't make the variable buffer-local and add a
9613 reference to define-minor-mode in the docstring.
9614
9615 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9616 HEADER/FOOTER and fix bug with trailing empty directory.
9617 (cvs-append-to-ignore): Use vc-editable-p if available.
9618 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9619 (vc-do-command): Tweak advice to handle the new VC.
9620
9621 * log-view.el (log-view-goto-rev): New function for the new VC.
9622 (log-view-minor-wrap): Use mark-active.
9623
9624 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9625 (log-edit-changelog-full-paragraphs): New var.
9626 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9627 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9628 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9629 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9630 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9631 Replace the `cvs' prefix with `log-edit'.
9632
9633 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9634
9635 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9636 (diff-font-lock-defaults): Explicitly turn off multiline.
9637 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9638 (diff-ediff-patch): Fix call to ediff-patch-file.
9639 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9640 Handle comments.
9641
9642 * frame.el (automatic-hscrolling): Typo.
9643
9644 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9645
21c34da3
DL
96462000-05-09 Sam Steingold <sds@goems.com>
9647
9648 * apropos.el (apropos-print): use `describe-face' instead of
9649 `customize-face-other-window'.
9650
950cf06f
DL
96512000-05-09 Dave Love <fx@gnu.org>
9652
9653 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9654
9655 * help.el (describe-variable): Have customize button pop the
9656 help-xref stack when invoked.
9657 (help-xref-symbol-regexp): Add `face'.
9658 (help-make-xrefs): Check for quoted face names and adapt regexp
9659 submatch numbers to cope.
9660 (help-xref-interned): Maybe insert face doc too. Separate
9661 sections with a line of hyphens.
9662
0623e40f 9663 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9664 (describe-face): Add customize button. Return the help
9665 text. Fix prompt.
9666
82e2ca9d
EZ
96672000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9668
9669 * term/internal.el (IT-character-translations): Fix last change.
9670
10c00b5c
EZ
96712000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9672
9673 * woman.el: New file
9674 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9675
9deed82f
EZ
96762000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9677
001ad319
EZ
9678 * term/internal.el (IT-character-translations): Update ASCII
9679 simulations for greek-iso8859-7, add latin-iso8859-14 and
9680 latin-iso8859-15.
9681
9deed82f
EZ
9682 * international/mule-cmds.el (set-language-info-alist): Call
9683 define-prefix-command with 3 arguments, to make the map suitable
9684 for a menu.
9685
4f37b78a
DL
96862000-05-07 Dave Love <fx@gnu.org>
9687
1ec321a7 9688 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9689
64a4c526
DL
96902000-05-05 Dave Love <fx@gnu.org>
9691
9692 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9693 list in doc string. Don't quote keyword symbols.
9694 * emacs-lisp/cl.el: Likewise
9695 * emacs-lisp/cl-seq.el: Likewise
9696
056565f7
GM
96972000-05-05 Gerd Moellmann <gerd@gnu.org>
9698
9699 * abbrev.el (abbrev-mode): Make ARG optional.
9700
4656b314
GM
97012000-05-04 Gerd Moellmann <gerd@gnu.org>
9702
ec82fb2f
GM
9703 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9704
9705 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9706
4656b314
GM
9707 * subr.el (substitute-key-definition): Clarify documentation.
9708
97092000-05-04 Milan Zamazal <pdm@freesoft.cz>
9710
9711 * glasses.el (glasses-convert-to-unreadable): Use
9712 `glasses-separator' instead of the hard-wired "_".
9713 (glasses-mode): Call `glasses-make-unreadable' only in a single
9714 place.
9715
7b081c78
EZ
97162000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9717
9718 * term/internal.el (cjk-codepages-alist): Add associations for
9719 Chinese and Korean codepages. Remove FIXME comment.
9720
baa5536e
DL
97212000-05-03 Dave Love <fx@gnu.org>
9722
9723 * time.el (display-time-mail-face, display-time-use-mail-icon):
9724 New option.
9725 (display-time-mail-icon): New variable.
9726 (display-time-string-forms): Use the above. Fix the local-map.
9727
cbf18892
GM
97282000-05-03 Gerd Moellmann <gerd@gnu.org>
9729
4ff40dd0
GM
9730 * replace.el (query-replace-map): Add binding for `E'.
9731 (query-replace-help): Extend help text.
9732 (perform-replace): Allow editing the replacement string.
9733
9734 * make-mode.el (makefile-mode-abbrev-table): New variable.
9735 (makefile-mode): Set local abbrev table to
9736 makefile-mode-abbrev-table.
9737 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9738
cbf18892
GM
9739 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9740 set TOGGLE's value.
9741
4ff40dd0
GM
9742 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9743 mail-interactive-insert-alias.
9744 (mail-abbrev-complete-alias): New command.
9745 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9746
ffec4d9f
KH
97472000-05-03 Kenichi Handa <handa@etl.go.jp>
9748
9749 * language/lao-util.el (lao-compose-region): New function.
9750
1b0672c3
GM
97512000-05-02 Gerd Moellmann <gerd@gnu.org>
9752
576da55d
GM
9753 * files.el (recover-session): Make directories as necessary
9754 if they don't exist yet.
9755
399c88ad
SS
9756 * calendar/cal-french.el
9757 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9758 (french-calendar-special-days-array): Change French text.
9759 (calendar-french-date-string): Change output.
9760 (calendar-goto-french-date): Likewise.
9761
97622000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9763
9764 * wid-edit.el (widget-default-active): Obey `:always-active'.
9765 (widget-documentation-string-value-create): Set `:always-active'.
9766
4b33deaa
EZ
97672000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9768
9769 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9770 default prefix to `~/_emacs.d/auto-save.list/_s'.
9771 (normal-top-level): Create the directory for auto-save files, if
9772 it doesn't already exist (in the ms-dos case only).
9773
5c922ea7
EZ
97742000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9775
9776 * international/mule-cmds.el (set-language-environment): Don't
9777 concat an integer (dos-codepage), use format instead.
9778
820ad5e7
DL
97792000-05-02 Dave Love <fx@gnu.org>
9780
9781 * help.el (help-xref-on-pp): Check for constant symbols.
9782
57cb56f5
GM
97832000-04-29 Gerd Moellmann <gerd@gnu.org>
9784
9785 * startup.el (normal-top-level): Put a condition-case around
9786 the code loading subdirs.el.
9787
97882000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9789
57cb56f5
GM
9790 * ps-print.el: Upside-down and face background color printing,
9791 line number step, doc fix.
9792 (ps-print-version): New version number (5.2).
9793 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9794 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9795 (ps-spool-config): Var fix.
9796 (ps-printer-name-option): Const fix.
9797 (ps-print-upside-down, ps-use-face-background)
9798 (ps-line-number-step): New vars.
9799 (ps-window-system, ps-lp-system): New consts.
9800 (ps-face-background): New fun.
9801
084cec2f
GM
98022000-04-28 Richard Stallman <rms@gnu.org>
9803
9804 * files.el (make-auto-save-file-name):
9805 Apply auto-save-file-name-transforms to visited file name
9806 before generating auto save file name.
9807 (auto-save-file-name-transforms): New variable.
9808
399c88ad 9809 * files.el (backup-enable-predicate):
084cec2f
GM
9810 Correctly test for a file under a temporary directory.
9811
c94f4677
GM
98122000-04-28 Gerd Moellmann <gerd@gnu.org>
9813
9814 * subr.el (add-minor-mode): Rewritten.
9815
7b211df5
KH
98162000-04-28 Kenichi Handa <handa@etl.go.jp>
9817
9818 * mail/sendmail.el (sendmail-send-it): Set
9819 buffer-file-coding-system to the selected coding system for MIME
9820 header.
9821
c76e04a8 98222000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9823
c76e04a8
GM
9824 * dired.el (dired-move-to-filename-regexp): Allow format where
9825 YYYY is followed by two spaces.
e3e36d74 9826
c76e04a8
GM
9827 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9828 in the second character class of the regexp.
9829
9830 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9831 mh-etc, too.
353964e3 9832
c76e04a8
GM
9833 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9834 nil.
399c88ad 9835
353964e3
GM
9836 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9837
9838 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9839 argument.
9840
c76e04a8 98412000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9842
c76e04a8
GM
9843 * emacs-lisp/crm.el (crm-completion-table): New variable.
9844 (crm-collection-fn, crm-test-completion)
9845 (completing-read-multiple): Use it.
9846
98472000-04-27 Dave Love <fx@gnu.org>
9848
9849 * help.el (locate-library): Use mapc.
9850 (help-manyarg-func-alist): Add call-process-region.
9851
7464346d
GM
98522000-04-26 Gerd Moellmann <gerd@gnu.org>
9853
b35bd33d
GM
9854 * subr.el (add-minor-mode): Make argument MAP optional.
9855
7464346d
GM
9856 * desktop.el (desktop-save): Save list of minor modes.
9857 (desktop-create-buffer): Restore minor modes.
9858 (desktop-minor-mode-table): New user-option.
9859
9860 * subr.el (add-minor-mode): New function.
9861
9862 * image.el (find-image): New function.
9863 (defimage): Rewritten to find image at load time.
9864
9865 * startup.el (normal-top-level-add-to-load-path): Handle
9866 case that the default directory is not in load-path.
9867
9868 * help.el: Old patch from Stefan Monnier.
9869 (help-xref-on-pp): New function.
9870 (describe-variable): Use it to display xrefs in a symbol's value.
9871
23c0fb21
SM
98722000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9873
9874 * cus-edit.el (custom-face): Fix parenthesis.
9875
fad95037
KH
98762000-04-26 Kenichi Handa <handa@etl.go.jp>
9877
f03392a1
KH
9878 * mail/rmail.el (rmail-expunge): When there are no deleted
9879 messages, do nothing.
fad95037 9880
0d7c5bb9
DL
98812000-04-26 Dave Love <fx@gnu.org>
9882
9883 * international/mule-cmds.el (locale-translation-file-name):
9884 Defvar to nil.
9885 (set-locale-environment): Set it here (at runtime).
9886
612839b6
GM
98872000-04-25 Gerd Moellmann <gerd@gnu.org>
9888
9889 * replace.el (perform-replace): Add parameters START and END. Use
9890 them instead of the check for a region in Transient Mark mode.
9891 (query-replace-read-args): Return two more list elements for the
9892 start and end of the region in Transient Mark mode.
9893 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9894 (map-query-replace-regexp, replace-string, replace-regexp): Add
9895 optional last arguments START and END and pass them to
9896 perform-replace.
9897
9898 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9899 form with additional arguments for perform-replace.
9900
9901 * progmodes/etags.el (tags-query-replace): Add parameters START
9902 and END. Construct a form with additional arguments for
9903 perform-replace.
9904
9905 * simple.el (shell-command): Set default directory for "*Shell
9906 Command Output" buffer.
9907
9908 * language/european.el (iso-latin-4): Fix typo.
9909
9910 * emacs-lisp/crm.el: New file.
9911
2917cc05
DL
99122000-04-24 Dave Love <fx@gnu.org>
9913
9914 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9915 (Custom-reset-saved, Custom-reset-standard)
9916 (custom-group-value-create, custom-group-set, custom-group-save)
9917 (custom-group-reset-current, custom-group-reset-saved)
9918 (custom-group-reset-standard): Use mapc.
9919 (custom-buffer-create-internal): Disable undo when creating items.
9920 Use mapc.
9921 (custom-face): Avoid redundant lambda.
9922
abfcc168
GM
99232000-04-24 Gerd Moellmann <gerd@gnu.org>
9924
9925 * startup.el (auto-save-list-file-prefix): Set default to
9926 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9927
fa78f71b
SS
99282000-04-24 Sam Steingold <sds@gnu.org>
9929
9930 * time-stamp.el (time-stamp-string-preprocess): Always convert
9931 `field-result' to a string.
9932
cc181e95
GM
99332000-04-24 Gerd Moellmann <gerd@gnu.org>
9934
9935 * frame.el (scrolling): New group.
9936 (automatic-hscrolling): New user-option.
9937
9938 * startup.el (command-line-x-option-alist): Add `-lsp' and
9939 `--line-spacing'.
9940
6142fdcb
DL
99412000-04-19 Dave Love <fx@gnu.org>
9942
9943 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9944 (cl-mapc): Rename from mapc. Fix the funcall.
9945
5e3dac3f
GM
99462000-04-19 Gerd Moellmann <gerd@gnu.org>
9947
1c459486
GM
9948 * simple.el (clone-indirect-buffer-other-window): New command.
9949 (clone-indirect-buffer): Add optional arg NORECROD.
9950 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9951
271b4185
GM
9952 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9953
9954 * window.el (count-screen-lines): New function.
9955 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9956 instead of window-buffer-height.
9957
9958 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9959 non-existing variable comint-input-sentinel.
9960 (inferior-lisp-args-to-list): Removed.
9961 (inferior-lisp): Use split-string instead of
9962 inferior-lisp-args-to-list.
9963
9964 * hexl.el (hexl-insert-hex-string): New command.
9965
5e3dac3f
GM
9966 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9967 instead of concat.
9968
f6d3257b
GM
99692000-04-18 Gerd Moellmann <gerd@gnu.org>
9970
9971 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9972 at the start of an existing but empty folder.
9973
99742000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9975
9976 * ps-mule.el: Customization fix, doc fix.
9977 (ps-multibyte-buffer): Customization fix.
9978
8b7bc628 99792000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9980
9981 * subr.el (read-passwd): Use read-char-exclusive.
9982
0daee095
GM
99832000-04-17 Gerd Moellmann <gerd@gnu.org>
9984
9985 * textmodes/texinfo.el (texinfo-insert-@email)
9986 (texinfo-insert-@emph, texinfo-insert-@quotation)
9987 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9988 (texinfo-mode-map): Add key bindings for them.
9989
9990 * files.el (basic-save-buffer-2): Use a template with `$'
9991 instead of `#' for VMS.
9992
9993 * simple.el (clone-indirect-buffer): New function.
9994
e10f64e7
GM
99952000-04-16 Stephen Eglen <stephen@gnu.org>
9996
9997 * iswitchb.el (iswitchb-case): New function. If the user input
9998 contains any upper-case characters, the search is made
9999 case-sensitive.
10000
e3721db1
SM
100012000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10002
e10f64e7
GM
10003 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10004 comment-end.
e3721db1
SM
10005 (texinfo-font-lock-syntactic-keywords): New var.
10006 (texinfo-font-lock-keywords): Remove comment regexp.
10007 (texinfo-insert-block): New function.
10008 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10009 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10010 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10011 (texinfo-environments): New var.
e10f64e7
GM
10012 (texinfo-environment-regexp): Use regexp-opt and
10013 texinfo-environments.
e3721db1 10014
e10f64e7
GM
10015 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10016 ispell-process is bound since this might be eval'd before ispell
10017 is loaded.
10018 (ispell-message): Use a tiny bit less magic and a bit more hard
10019 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10020
10021 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10022
10023 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10024 (insert-cyclic-diary-entry): Unquote the lambda.
10025
10026 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10027
10028 * files.el (backup-enable-predicate): Unquote the lambda.
10029
10030 * cus-edit.el (custom-face, face): Unquote the lambda.
10031
712dc9e0
GM
100322000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10033
10034 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10035
712dc9e0
GM
10036 * ps-print.el: Fix counting lines in a region.
10037 (ps-print-version): New version number (5.1.5).
10038 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10039 (ps-printing-region): Fun code fix.
10040
ffc50f2a
GM
100412000-04-15 Gerd Moellmann <gerd@gnu.org>
10042
10043 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10044 to file-directory-p.
10045
a2522dca
GM
100462000-04-14 Gerd Moellmann <gerd@gnu.org>
10047
10048 * gud.el (gud-jdb-build-source-files-list): Check that directory
10049 exists before calling directory-files.
10050
6e883610
DL
100512000-04-13 Dave Love <fx@gnu.org>
10052
10053 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10054 syntax.
10055
10056 * emacs-lisp/cl-specs.el: Remove when, unless.
10057
10058 * emacs-lisp/cl-extra.el: Don't quote keywords.
10059 (cl-old-mapc): New variable.
10060 (mapc): Use it.
10061 (cl-map-intervals): Use with-current-buffer. Don't check for
10062 next-property-change.
10063 (cl-map-overlays): Use with-current-buffer.
10064 (cl-expt): Remove.
10065 (copy-tree, remprop): Define unconditionally.
10066
10067 * emacs-lisp/cl-compat.el (keywordp): Remove.
10068
10069 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10070 to use keywordp.
10071 (edebug-spec): Enable keywordp.
10072
10073 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10074 string-lessp.
10075
10076 * cus-start.el: Use keywordp.
10077
198e3c7a
GM
100782000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10079
10080 * diary-lib.el (include-other-diary-files): Fix the fix of
10081 2000-02-18 by doing a save-excursion.
10082
100832000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10084
10085 * ps-print.el: Customization fix, doc fix.
10086 (ps-print-version): New version number (5.1.4).
10087 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10088 (ps-print-preprint): Adjust code.
10089 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10090 (ps-print-prologue-header, ps-print-control-characters)
10091 (ps-spool-config): Customization fix.
fa78f71b 10092
8eba343c
EZ
100932000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10094
10095 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10096 converted to the new menu-item format, names silightly changed,
10097 help strings added.
10098
10099 Support for spelling without async subprocesses:
10100
10101 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10102 (ispell-session-buffer): New variables.
10103 (ispell-start-process, ispell-process-status,
10104 ispell-accept-output, ispell-send-string): New functions, for
10105 Ispell invocation when async subprocesses aren't supported.
10106 (ispell-word, ispell-pdict-save, ispell-command-loop,
10107 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10108 to process-send-string with calls to ispell-send-string, and
10109 accept-process-output with ispell-accept-output.
10110 (ispell-init-process): Call ispell-process-status instead of
10111 process-status with.
10112 (ispell-init-process): Call ispell-start-process. Call
10113 ispell-accept-output and ispell-send-string. Don't call
10114 process-kill-without-query and kill-process if they are unbound.
10115 (ispell-async-processp): New function.
10116
3d30065d
DL
101172000-04-12 Dave Love <fx@gnu.org>
10118
10119 * info.el: Add debug-ignored-errors.
10120 (Info-mode-menu): Add some items.
10121 (Info-directory): Add autoload cookie.
10122
10123 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10124 Modify `truncate-lines'. Make `describe-language-environment'
10125 always visible and add help. Modify `describe-key' help. Invoke
10126 Info-directory from `info'. New entry `emacs-manual'.
10127
1a1b1895
GM
101282000-04-10 Gerd Moellmann <gerd@gnu.org>
10129
8b2affc5
GM
10130 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10131 propertized-buffer-identification.
10132 (ebrowse-update-member-buffer-mode-line): Likewise.
10133 (ebrowse--mode-strings): Removed.
10134 (ebrowse--mode-line-props): Removed.
10135
1a1b1895
GM
10136 * files.el (auto-mode-alist): Add `EBROWSE'.
10137
10138 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10139 space before testing for end of buffer.
10140 (ebrowse-load): Removed.
10141 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10142 (ebrowse-create-tree-buffer): Rewritten.
10143 (ebrowse-tree-mode): Read tree from buffer.
10144
10145 * progmodes/ebrowse-ffh.el: Removed.
10146
223f3c91
KH
101472000-04-10 Kenichi Handa <handa@etl.go.jp>
10148
10149 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10150
25fbf2c4
GM
101512000-04-10 Gerd Moellmann <gerd@gnu.org>
10152
10153 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10154 at the wrong place.
10155
92c13173
DL
101562000-04-09 Dave Love <fx@gnu.org>
10157
10158 * files.el (backup-enable-predicate): Use
10159 temporary-file-directory, small-temporary-file-directory.
10160 (make-backup-file-name-function, backup-directory-alist): New
10161 variables.
10162 (make-backup-file-name-1): New function.
10163 (make-backup-file-name): Use it.
10164 (find-backup-file-name): Likewise. Use format for clarity, not
10165 concat.
10166 (file-newest-backup): Use make-backup-file-name.
10167
be0dbdab
GM
101682000-04-09 Gerd Moellmann <gerd@gnu.org>
10169
c45be9ac 10170 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10171
c45be9ac
GM
10172 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10173 to ebrowse-ffh.el.
10174 (ebrowse-load): Add autoload.
10175
10176 * finder.el (finder-commentary): Add autoload cookie.
10177
be0dbdab
GM
10178 * mail/rfc2368.el: Correct author's email address.
10179
10180 * progmodes/ebrowse.el: New file.
10181
10182 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10183 item help string.
10184 (easy-menu-do-add-item): Ditto.
10185 (easy-menu-define): Extend doc string.
10186
10187 * jit-lock.el (with-buffer-unmodified): Use
10188 restore-buffer-modified-p.
10189 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10190 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10191 with-buffer-unmodified.
10192
3f923efe
DL
101932000-04-08 Dave Love <fx@gnu.org>
10194
10195 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10196 unless, when.
10197
d35bee0e
MK
101982000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10199
10200 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10201 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10202 doesn't support face.
d35bee0e 10203 Use `viper-put-on-search-overlay'.
fa78f71b 10204
c407c570
GM
102052000-04-04 Gerd Moellmann <gerd@gnu.org>
10206
10207 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10208 like C-r.
10209
10210 * progmodes/make-mode.el: Some doc fixes.
10211 (makefile-mode-abbrev-table): New variable.
10212 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10213 (makefile-font-lock-keywords): Fontify includes and conditionals.
10214 (toplevel): Require `dabbrev' and `add-log' when compiling.
10215
10216 * replace.el (perform-replace): Don't move forward one char
10217 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10218 to do that because it leaves point 1 position after the last
10219 replacement, after everything has been replaced.
10220
10221 * jit-lock.el (with-buffer-unmodified): New macro.
10222 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10223 modified state.
10224 (jit-lock-function-1): Extracted from jit-lock-function; not
10225 preserving buffer's modified state.
10226 (jit-lock-function, jit-lock-stealth-fontify): Call
10227 jit-lock-function-1.
10228
10229 * mail/rfc2368.el: Remove supernumerary copyright line.
10230
685e5ed2
GM
102312000-04-04 Milan Zamazal <pdm@freesoft.cz>
10232
10233 * glasses.el: Provide facilities for inserting space before left
10234 parentheses and uncapitalization of identifiers.
10235 (glasses-mode): Try to remove old overlays in all cases.
10236
0166aed1
GM
102372000-04-03 Gerd Moellmann <gerd@gnu.org>
10238
62f20204
GM
10239 * progmodes/compile.el (compile-internal): Display the compilation
10240 buffer in a different frame, if it's already displayed there.
10241
6460c400
GM
10242 * mail/rfc2368.el: New file.
10243
c0510d27
GM
10244 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10245 header and insert its value as mail body.
10246
10247 * subr.el (member-ignore-case): New function.
10248
10249 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10250 (dabbrev--find-expansion): Ignore buffers matching a regexp
10251 from dabbrev-ignored-regexps.
10252
0166aed1
GM
10253 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10254 to extensions handled by gzip.
10255
c0510d27
GM
102562000-04-03 Richard M. Stallman <rms@gnu.org>
10257
10258 * files.el (insert-directory): List the total free space
10259 along with the used space.
fa78f71b 10260
c0510d27
GM
10261 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10262 line is followed by one that matches CITATION-REGEXP, end the
10263 paragraph.
10264
102652000-04-03 Markus Rost <rost@delysid.gnu.org>
10266
10267 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10268 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10269
14c04384
KH
102702000-04-03 Kenichi Handa <handa@etl.go.jp>
10271
10272 * international/mule-cmds.el (encoded-string-description):
10273 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10274 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10275 for hexadecimal format.
14c04384 10276
ccf5869a
DL
102772000-04-01 Dave Love <fx@gnu.org>
10278
10279 * cpp.el: Change customization group to `c' from `C'.
10280
10281 * vcursor.el (vcursor-move): Use display-color-p.
10282
10283 * international/mule-util.el: Provide mule-utils.
10284 (string-to-sequence): Simplify and speed up.
10285
10286 * international/mule.el (make-coding-system): Purecopy doc-string.
10287
10288 * international/mule-cmds.el: Various menu changes.
10289 (describe-specified-language-support): Handle `Default'.
10290 (set-language-info): Purecopy `info'.
10291
610d841e
GM
102922000-03-31 Andrew Innes <andrewi@gnu.org>
10293
10294 * vc.el (vc-backend-diff): Return the correct status if we had to
10295 retry the rcsdiff command without the --brief option.
fa78f71b 10296
7f9de034
DL
102972000-03-31 Dave Love <fx@gnu.org>
10298
2de47765
DL
10299 * help.el (help-manyarg-func-alist): Correct several omissions.
10300
72838819
DL
10301 * add-log.el: Don't require cl, fortran.
10302 (add-log-current-defun-function): Doc fix.
10303 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10304 fix.
10305 (change-log-version-rcs): Function deleted.
10306 (change-log-version-number-search): Doc fix. Use
10307 vc-workfile-version. Avoid CL dolist.
10308 (add-change-log-entry): Just call add-log-current-defun to get
10309 defun. Simplify somewhat.
10310 (change-log-get-method-definition-1): Likewise.
10311 (add-log-current-defun): Return nil if calling
10312 add-log-current-defun-function does so. Move Fortran stuff to
10313 fortran.el. Return string without properties.
10314
7f9de034
DL
10315 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10316 and :alpha: char classes.
10317
10318 * mail/supercite.el: Defvar curline when compiling.
10319 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10320 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10321 rather than a-zA-Z0-9 to allow non-ASCII characters.
10322
aa110c0c
GM
103232000-03-31 Gerd Moellmann <gerd@gnu.org>
10324
10325 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10326
10327 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10328 Re-enable new code.
10329
10330 * lpr.el (print-region-1): Use -d to specify printer name for
10331 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10332
103332000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10334
aa110c0c
GM
10335 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10336 for function definition in symbol's function value slot first
10337 instead of first consulting byte-compile-function-environment.
fa78f71b 10338
6733d074
KH
103392000-03-31 Kenichi Handa <handa@etl.go.jp>
10340
10341 * language/european.el ("Polish"): New language environment.
10342 (setup-polish-environment): New function.
10343
63fcfa04
GM
103442000-03-30 Gerd Moellmann <gerd@gnu.org>
10345
10346 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10347 Disable new code.
10348
10349 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10350 trying to `load' the symbol of an autoload instead of the file
10351 recorded in the autoload. Fix error messages.
10352
7438c86b
GM
103532000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10354
10355 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10356 (ps-print-version): New version number (5.1.3).
10357 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10358 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10359 (ps-generate-postscript-with-faces): Code fix.
10360 (ps-color-values): XEmacs compatibility.
10361 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10362 (ps-default-fg, ps-default-bg): Adjust customization.
10363 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10364 (ps-color-scale): Renaming old ps-color-value fun.
10365 (ps-print-headers): Replace ps-print-header group to avoid conflict
10366 with ps-print-header variable.
10367 (ps-print-miscellany): New group.
10368 (ps-format-color, ps-rgb-color): New funs.
10369 (ps-default-foreground): New var.
10370 (ps-printer-name-option): New const.
fa78f71b 10371
326855a0
PB
103722000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10373
1f56ba73
PB
10374 * net/net-utils.el:
10375 (network-connection-host, network-connection-service): New variables
10376 (network-connection-mode): New mode, derived from comint-mode
10377 (network-connection-mode-setup): New function, saves host and
fa78f71b 10378 service information in local variables.
1f56ba73 10379
326855a0
PB
10380 * lisp/locate.el:
10381 (locate-word-at-point): Added this function
10382 (locate): Default to using locate-word-at-point as input
10383 Run dired-mode-hook
10384
141384bd
DL
103852000-03-29 Dave Love <fx@gnu.org>
10386
10387 * calendar/appt.el: Doc fixes.
10388 (appt-check): Convert min-to-app to a string before passing to
10389 appt-disp-window-function or concat.
10390 (appt-delete-window): Remove test for frame-root-window.
10391 (appt-select-lowest-window, appt-convert-time): Simplify.
10392
10393 * emacs-lisp/bytecomp.el: Doc fixes.
10394 (byte-compile-file-form-autoload): Update
10395 byte-compile-function-environment.
10396
c5aa0fc2
AS
103972000-03-29 Andreas Schwab <schwab@suse.de>
10398
10399 * emacs-lisp/autoload.el: Also print defsubst doc string
10400 specially.
10401
10402 * dired.el (dired-insert-directory): If dired-free-space-program
10403 failed just delete its output.
10404
f1d6fe69
DL
104052000-03-29 Dave Love <fx@gnu.org>
10406
10407 * international/iso-cvt.el: Move provide to end. Doc fixes.
10408 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10409 (iso-iso2sgml, iso-sgml2iso): New functions.
10410 (iso-cvt-define-menu): Fix some entries and use backquote for
10411 clarity.
10412
10413 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10414
b61f1215
GM
104152000-03-28 Gerd Moellmann <gerd@gnu.org>
10416
10417 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10418 ISO-DATE. If non-nil, return date in ISO 8601 format.
10419
ea4b0ca3
SM
104202000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10421
3831af62
SM
10422 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10423 if it ever becomes used.
10424 (log-edit-mode-hook): Default to vc-log-mode-hook.
10425 (log-edit-mode): Fix the docstring.
10426
ea4b0ca3
SM
10427 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10428 the code.
10429
08f8b1cc
DL
104302000-03-26 Dave Love <fx@gnu.org>
10431
082527fe
DL
10432 * net/browse-url.el (browse-url): Re-fix case of
10433 browse-url-browser-function being an alist.
10434 (browse-url): Add :link to defgroup.
10435
08f8b1cc
DL
10436 * files.el: Doc fixes.
10437 (file-truename): Include `[' in wildcard characters.
10438 (automount-dir-prefix): Customize.
10439 (find-file-wildcards): Add :version.
10440 (find-file-noselect): Simplify a mapcar call.
10441
10442 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10443 compatible with inf-lisp version.
10444 (eval-defun-1): Fix custom-declare-variable case.
10445
ea4b0ca3
SM
104462000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10447
10448 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10449
9a0dd3dc
GM
104502000-03-24 Gerd Moellmann <gerd@gnu.org>
10451
b68c375f
GM
10452 * Makefile (COMPILE_FIRST): New macro.
10453 (compile-files): Compile files from COMPILE_FIRST first.
10454
10455 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10456 code.
10457
9a0dd3dc
GM
10458 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10459 matching open parenthesis in column 0 to defun-prompt-regexp
10460 only if open-paren-in-column-0-is-defun-start is set.
10461
10462 * sun-curs.el: Require CL at compile-time only.
10463
10464 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10465 instead of copy-list which is a function from CL.
10466 (msb--choose-menu, msb--mode-menu-cond)
10467 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10468 (msb--init-file-alist): Use mapcar instead of mapcan.
10469 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10470 `(' in column 0 in doc string.
10471 (msb--add-separators): Use mapcar instead of mapcan.
10472
10473 * cus-dep.el: Require CL at compile-time only.
10474
c7dcadb5
SM
104752000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10476
10477 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10478 (byte-compile-warnings): New warning `noruntime'.
10479 (byte-compile-constants, byte-compile-variables): Fix docstring.
10480 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10481 execute `eval-whenc-compile's body.
10482 (byte-compile-unresolved-functions): Fix docstring.
10483 (byte-compile-eval): New function.
10484 (byte-compile-callargs-warn): Check if the function will be available
10485 at runtime (via property `byte-compile-noruntime').
10486 (byte-compile-print-syms): New function.
10487 (byte-compile-warn-about-unresolved-functions): Also warn about
10488 `noruntime' functions (and use `byte-compile-print-syms').
10489 (byte-compile-file): Capitalize the message.
10490
3b55acc9
GM
104912000-03-24 Gerd Moellmann <gerd@gnu.org>
10492
10493 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10494 (rmail-expunge): Ask for confirmation depending on the setting
10495 of rmail-confirm-expunge.
10496
104972000-03-23 Gerd Moellmann <gerd@gnu.org>
10498
10499 * Makefile (bootstrap-clean): If $(emacs) exists, build
10500 loaddefs.el first. A loaddefs.el that's not up-to-date might
10501 cause a bootstrap failure because things don't autoload as
10502 expected.
10503
02c76af4
DL
105042000-03-23 Dave Love <fx@gnu.org>
10505
10506 * net/browse-url.el: Restore previous use of
10507 browse-url-maybe-new-window.
10508
1a3199d9
GM
105092000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10510
10511 * ps-print.el: Skip banner page fix.
10512 (ps-print-version): New version number (5.1.2).
10513 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10514
1a3199d9
GM
105152000-03-23 Dave Pearson <davep@davep.org>
10516
10517 * net/quickurl.el Changed the type of parameter passed to the
10518 function defined by `quickurl-format-function'. Before only the
10519 text of the URL was passed. Now the whole URL structure is passed
10520 and the function is responsible for extracting the parts it
10521 requires. Changed the default of `quickurl-format-function'
10522 accordingly.
10523 (quickurl-insert): Changed the `funcall' of
10524 `quickurl-format-function' to match the above change.
10525 (quickurl-list-insert): Changed the `url' case so that it makes
10526 use of `quickurl-format-function', previous to this the format was
10527 hard wired.
fa78f71b 10528
72db3ab5
GM
105292000-03-22 Gerd Moellmann <gerd@gnu.org>
10530
10531 * startup.el: Change some spellings for the X Window System.
10532
68049bfa
SM
105332000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10534
10535 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10536 up the code and the regexp and make sure the cursor is temporarily
10537 moved to the suspicious line while querying the user.
10538
ff4df011
JR
105392000-03-22 Jason Rumney <jasonr@gnu.org>
10540
10541 * w32-fns.el (w32-charset-info-alist): Initialize.
10542
ee1c5b21
GM
105432000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10544
10545 * ps-print.el: N-up last page fix.
10546 (ps-print-version): New version number (5.1.1).
10547 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10548
d2cbfba0
SM
105492000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10550
bfb857d8
SM
10551 * files.el (find-file-run-dired): Update docstring.
10552 (find-directory-functions): New hook.
10553 (find-file-noselect): Run find-directory-functions rather than
10554 calling dired directly.
10555
10556 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10557
cb3430a1
SM
10558 * pcvs.el: Add a minimal leading commentary.
10559 (cvs-make-cvs-buffer): Change the header part by removing the startup
10560 message and adding a `Module' entry. Also replace the FOOTER and
10561 HEADER special fileinfos with the new support in ewoc for updating
10562 its own footer and header.
10563 (cvs-update-header): Update to use the header/footer of the ewoc.
10564 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10565 (cvs-is-within-p): New function.
10566 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10567 to only examine some subset of the buffers.
10568
10569 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10570 `format' instead of our own ad-hoc functions.
10571 Remove HEADER and FOOTER cases, now handled in the EWOC.
10572 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10573
10574 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10575 output to avoid scaring the user.
10576 (cvs-parse-table): Catch message for non-up-to-date commits.
10577
10578 * pcvs-defs.el (cvs-startup-message): Remove.
10579 (cvs-global-menu): New autoloaded menu.
10580
10581 * pcvs-util.el (cvs-string-fill): Remove.
10582
10583 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10584 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10585 PP part of it and also make it work for footers and headers.
10586 (ewoc-create): Drop POS and BUFFER arguments.
10587 Use the DLL's dummy node to store the end-of-footer position.
10588 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10589 (ewoc-refresh): Remove unused `header' variable.
10590 (ewoc-(get|set)-hf): New functions.
10591
d2cbfba0
SM
10592 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10593 log-view-*-(message|file) and use easy-mmode-define-navigation.
10594 (log-view-message-re): Match SCCS format as well.
10595 And match the revision line rather than the dashed separator line.
10596 (log-view-mode): Use the new define-derived-mode.
10597 (log-view-current-tag): Fill in with an actual implementation.
10598
10599 * cvs-status.el (cvs-status-(prev|next)): Rename from
10600 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10601 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10602 to let the output "breathe" a little more (more readable).
10603 (cvs-status-mode): Use the new define-derived-mode.
10604
10605 * smerge-mode.el (smerge-auto-leave): New function and variable.
10606 (smerge-basic-map): Rename from smerge-basic-keymap.
10607 Change the bindings for smerge-diff-*.
10608 (smerge-*-map): Use easy-mmode-defmap.
10609 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10610 (smerge-keep-*): Use smerge-auto-leave.
10611
51663132
JR
106122000-03-21 Jason Rumney <jasonr@gnu.org>
10613
10614 * cus-edit.el (custom-button-face): Use 3D look for w32.
10615 (custom-button-pressed-face): Likewise.
10616
3f6e4b8b
GM
106172000-03-21 Gerd Moellmann <gerd@gnu.org>
10618
10619 * progmodes/etags.el (tags-case-fold-search): New user-option.
10620 (tags-loop-eval): New function. Bind case-fold-search around eval
10621 depending on the value of tags-case-fold-search.
10622 (tags-loop-continue): Use tags-loop-eval.
10623 (find-tag-in-order): Bind case-fold-search depending on the value
10624 of tags-case-fold-search.
10625
c7ea3acc
SM
106262000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10627
0ae39f53
SM
10628 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10629 (diff-end-of-hunk): Return the end position for use in
10630 `easy-mmode-define-navigation'.
10631 (diff-recenter): Remove.
10632 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10633 of `easy-mmode-define-navigation'.
10634 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10635 previous renaming) and fix to use new names.
10636 (diff-merge-strings): Use \n as separator: simpler, faster.
10637 (diff-mode): Use `define-derived-mode'.
10638
c7ea3acc
SM
10639 * derived.el (define-derived-mode): Don't autoload anymore.
10640 Prefer the macro-only version provided by easy-mmode.el.
10641
10642 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10643 `easy-mmode-define-derived-mode'.
10644 Use `combine-run-hooks'.
10645 (easy-mmode-define-navigation): New macro.
10646
10647 * subr.el (combine-run-hooks): New function.
10648
6c4bfdc0
KH
106492000-03-21 Kenichi HANDA <handa@etl.go.jp>
10650
10651 * term/x-win.el: Fontsets related initialization is simplified.
10652
10653 * international/mule-diag.el (describe-font): Don't refer to
10654 global-fontset-alist, instead call font-list.
10655 (describe-fontset, list-fontsets, mule-diag): Likewise.
10656 (print-fontset): Adjusted for the change of fontset
10657 implementation.
10658
10659 * international/fontset.el (x-charset-registries): Variable
10660 removed, instead the corresponding data is stored in the default
10661 fontset.
10662 (register-alternate-fontnames): Function removed.
10663 (resolved-ascii-font): Variable removed.
10664 (x-compose-font-name): Ignore the second argument REDOCE.
10665 (x-complement-fontset-spec): Complement only an ASCII font and
10666 element for those charsets than can use that ASCII font.
10667 (generate-fontset-menu): Don't refer to global-fontset-alist,
10668 instead call fontset-list.
10669 (uninstantiated-fontset-alist): Variable removed.
10670 (x-style-funcs-alist): Likewise.
10671 (fontset-default-styles): Likewise.
10672 (x-modify-font-name): Function removed.
10673 (create-fontset-from-fontset-spec): Ignore the argument
10674 STYLE-VARIANT.
10675 (create-fontset-from-ascii-font): Docsting adjusted for the above
10676 change.
10677 (instantiate-fontset, resolve-fontset-name): Functions removed.
10678 (fontset-list): Now implemented by C code.
fa78f71b 10679
6c4bfdc0
KH
10680 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10681 (describe-face): Include `font' attribute in the description.
10682
9111d4b5
KH
106832000-03-21 Kenichi Handa <handa@etl.go.jp>
10684
10685 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10686
b33dd3b0
GM
106872000-03-20 Gerd Moellmann <gerd@gnu.org>
10688
a25bbe00
GM
10689 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10690 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10691 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10692
b33dd3b0
GM
10693 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10694 about behavior of set-buffer-modified-p wrt redisplay.
10695
8b7bc628 106962000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10697
10698 * view.el (view-mode-disable): Kill local binding of view-read-only.
10699
d7b511c4
GM
107002000-03-18 Gerd Moellmann <gerd@gnu.org>
10701
10702 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10703 is a string, convert it to a syntax cell using string-to-syntax.
10704
10705 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10706 (string-to-syntax): New function.
10707
10708 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10709 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10710 try to use passive ftp mode.
d7b511c4 10711
998ecc60
GM
107122000-03-17 Gerd Moellmann <gerd@gnu.org>
10713
b33dd3b0 10714 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10715
10716 * simple.el (append-to-buffer): Update point of windows after
10717 insertion.
10718
10719 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10720 forward then moving backward. Reindent.
10721
10722 * frame.el (other-frame): Call x-focus-frame only if
10723 focus-follows-mouse is off.
10724
235d6821
DL
107252000-03-17 Dave Love <fx@gnu.org>
10726
10727 * pcvs-util.el (cvs-strings->string): Rename
10728 replace-regexps-in-string.
10729
a29a2cd1
SM
107302000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10731
af595444
SM
10732 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10733 regexp for labels cannot span several lines.
10734
10735 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10736 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10737
a9be2843
DL
107382000-03-16 Dave Love <fx@gnu.org>
10739
10740 * progmodes/f90.el (f90): Put custom group under `languages', not
10741 `fortran'.
10742 (f90-mode-hook): Customize.
10743 (f90-mode): Set add-log-current-defun-function.
10744 (f90-current-defun): New function.
10745
d0ab3e9d
GM
107462000-03-16 Gerd Moellmann <gerd@gnu.org>
10747
16b20ed9
GM
10748 * cus-edit.el (custom-variable-tag-face): Handle case that
10749 default face's height is not a number.
10750 (custom-face-tag-face, custom-group-tag-face-1)
10751 (custom-group-tag-face): Ditto.
10752 (custom-group-tag-face-1): Add :group.
fa78f71b 10753
d0ab3e9d
GM
10754 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10755
ae8ab422
GM
107562000-03-15 Gerd Moellmann <gerd@gnu.org>
10757
10758 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10759 requiring easymenu.
10760
81c7ca69
GM
107612000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10762
10763 * ps-print.el: PostScript user-defined prologue, PostScript error
10764 handler, doc fix.
10765 (ps-print-version): New version number (5.1).
10766 (ps-user-defined-prologue, ps-error-handler-message)
10767 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10768 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10769 (ps-insert-string): New function.
fa78f71b 10770
dcf1003d
KH
107712000-03-15 Kenichi Handa <handa@etl.go.jp>
10772
10773 * international/ccl.el (ccl-compile-expression): Don't generate
10774 invalid self-assignment code.
10775
73825616
DL
107762000-03-14 Dave Love <fx@gnu.org>
10777
10778 * subr.el (replace-regexp-in-string): Renamed from
10779 replace-regexps-in-string. Doc fix.
10780
031020ac
DL
107812000-03-12 Dave Love <fx@gnu.org>
10782
10783 * cus-edit.el: Doc fixes.
10784 (customize-set-variable, customize-save-variable): Rename args for
10785 doc.
10786 (custom-variable-tag-face, custom-face-tag-face)
10787 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10788 style which user identify as hyperlink.
10789 (hook): Don't add undefined functions to the hook.
10790 (debug-ignored-errors): Transfer message from bindings.el.
10791
9b2f3c38
GM
107922000-03-12 Gerd Moellmann <gerd@gnu.org>
10793
10794 * recentf.el (recentf-keep-non-readable-files-p): Remove
10795 double/nested definition.
10796
0d6e23cf
DL
107972000-03-12 Dave Love <fx@gnu.org>
10798
10799 * facemenu.el (facemenu-get-face): Use display-color-p.
10800 * enriched.el (enriched-decode-foreground): Likewise.
10801 (enriched-decode-background): Likewise.
10802 * isearch.el (isearch-highlight): Likewise.
10803 * info-look.el (info-lookup): Likewise.
10804 * simple.el (completion-setup-function): Likewise.
10805
10806 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10807 :options.
10808
10809 * bindings.el (mode-line-format): Fix line-number and
10810 column-number items. Add help-echo for the background.
10811 (mode-line-mule-info): Modify help-echo.
10812
10813 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10814 defcustom.
10815
10816 * files.el (load-file): Allow completion to .elc.
10817
10818 * man.el: Doc fixes.
10819 (Man-init-defvars): Use display-color-p to set fontification.
10820
10821 * play/hanoi.el (hanoi-internal): Don't use oddp.
10822
e1cff360
GM
108232000-03-12 Gerd Moellmann <gerd@gnu.org>
10824
10825 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10826
10827 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10828
5e5dff44
GM
108292000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10830
10831 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10832 Fix comment.
10833
5b467bf4
SM
108342000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10835
83fef604
SM
10836 * font-lock.el (font-lock-keywords): Fix the doc now that
10837 regexp-opt-depth is unnecessary.
10838 (save-buffer-state): Set an edebug spec.
10839 (font-lock-fontify-anchored-keywords): Properly handle the case when
10840 the matcher goes past the limit.
10841
5b467bf4
SM
10842 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10843 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10844
83fef604
SM
10845 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10846 dll.el and cookie.el (from Elib) with heavy renaming and other
10847 massaging.
5b467bf4
SM
10848
10849 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10850 Autoload the functions used.
10851 (easy-mmode-define-syntax): Fix CL typo.
10852 (easy-mmode-define-derived-mode): Improve the docstring generation.
10853
d407456c
GM
108542000-03-10 Gerd Moellmann <gerd@gnu.org>
10855
10856 * textmodes/texinfo.el (texinfo-version): Variable and function
10857 removed.
10858
5a7a545c
SM
108592000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10860
0d6e23cf
DL
10861 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10862 allow more flexibility.
10863 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10864 fns.
10865 (easy-mmode-defmap, easy-mmode-defsyntax)
10866 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10867
d407456c 108682000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10869
10870 * rect.el (replace-rectangle): New function.
10871
108722000-03-09 Dave Love <fx@gnu.org>
10873
10874 * progmodes/fortran.el (fortran-comment-line-start): Define as
10875 "C".
10876 (fortran-comment-line-start-skip): Don't match cpp stuff.
10877 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10878 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10879 (fortran-mode): Don't set fortran-comment-line-start-skip,
10880 fortran-comment-line-start here. Set comment-start,
10881 add-log-current-defun.
10882 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10883 (fortran-current-defun): New function.
10884
80460654
GM
108852000-03-09 Gerd Moellmann <gerd@gnu.org>
10886
d1221ea9
GM
10887 * emacs-lisp/re-builder.el: New file.
10888
1853aa6b
GM
10889 * mouse.el (mouse-drag-region): Don't run up-event handler
10890 if hscroll has changed.
10891
80460654
GM
10892 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10893 builtin operators, use `font-lock-builtin-face' for Emacs and
10894 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10895
10896 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10897 `(defun (setf foo)' differently.
10898
c0056275
SM
108992000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10900
10901 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10902 (regexp-opt): Update comment and adapt the code the new meaning of
10903 the `paren' argument of regex-opt-group for shy-groups.
10904 (regexp-opt-depth): Handle shy groups as well as backslashed
10905 backslashes.
c0056275
SM
10906 (regexp-opt-group): Turn the leading comment into a docstring.
10907 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10908 Remove open-presuf and close-presuf. Instead of checking for `all
10909 one-char' and then later on check for `several one-char', handle
10910 both cases close together. Also apply a more generic algorithm
10911 for suffixes (the mirror image of the algorithm used for
10912 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10913 (regexp-opt-try-suffix): Removed.
10914
10915 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10916 from comint-mode-map, so we can just inherit from it. Also, move
10917 the initialization into the `defvar' since there's no docstring
10918 anyway and it's fairly short.
10919 (inferior-scheme-mode): Define it as derived-mode: the code is
10920 shorter and this way we inherit from comint-mode-map rather than
10921 copying it.
c0056275 10922
80460654
GM
10923 * subr.el (replace-regexps-in-string): Properly handle the case
10924 where we match an empty string.
c0056275 10925
80460654
GM
10926 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10927 when the command has a directory component (such as "./testml").
c0056275
SM
10928 Also fix a typo in the comment.
10929
5e91ff9e
GM
109302000-03-08 Gerd Moellmann <gerd@gnu.org>
10931
feab4fba
GM
10932 * Makefile (compile-files): Compile files one by one because
10933 that's the only way to ensure a clean compilation environment for
10934 each individual file.
10935
5e91ff9e
GM
10936 * frame.el (other-frame): Call x-focus-frame.
10937
76162e12
DL
109382000-03-07 Dave Love <fx@gnu.org>
10939
f64ce788
DL
10940 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10941 :require to defcustom.
10942
76162e12
DL
10943 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10944 lists.
10945
10946 * files.el (auto-mode-alist): Add configure.in.
10947
10948 * progmodes/autoconf.el: New file.
10949
f7daf1e1
GM
109502000-03-07 Gerd Moellmann <gerd@gnu.org>
10951
10952 * mail/mh-e.el: Change maintainer to `none'.
10953
10954 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10955 to remove-hook and add-hook.
10956
109572000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10958
10959 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10960 it as the default.
10961 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10962 (sendmail-send-it): Conditionally add MIME headers specifying the
10963 used character set.
fa78f71b 10964
63f6b2c4
DL
109652000-03-07 Dave Love <fx@gnu.org>
10966
10967 * winner.el: Fix keywords, autoload cookies. Split
10968 eval-when-compile form to avoid compilation failure.
10969
8330e2f9
KH
109702000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10971
10972 * international/mule.el: Modify comment about coding system
10973 property `coding-category'.
10974 (make-coding-system): New argument EOL-TYPE. Pay attention to
10975 coding-category property of PROPERTIES.
10976
10977 * international/mule-conf.el (coding-category-utf-8,
10978 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10979 categories. Include them in the argument for set-coding-priority.
10980
10981 * international/mule-cmds.el (reset-language-environment): Include
10982 coding-category-utf-8, coding-category-utf-16-be, and
10983 coding-category-utf-16-le in the argument for set-coding-priority.
10984 (reset-language-environment): Initialize coding-category-utf-8,
10985 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10986
18bb0684
GM
109872000-03-06 Karl Fogel <kfogel@red-bean.com>
10988
10989 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10990 code abstracted out of `bookmark-jump-noselect'. Now tries info
10991 extensions as well as compression extensions.
10992 (bookmark-jump-noselect): Use above new func.
fa78f71b 10993
71a6ba55
GM
109942000-03-03 Gerd Moellmann <gerd@gnu.org>
10995
10996 * strokes.el: Change maintainer's mail address.
10997
0d56cdff
KH
109982000-03-03 Kenichi Handa <handa@etl.go.jp>
10999
11000 * international/mule-diag.el (list-character-sets): Make help-echo
11001 string by substitute-command-keys.
11002 (list-character-sets): Likewise.
11003 (sort-listed-character-sets): Call help-setup-xref.
11004
900fa1f1
GM
110052000-03-02 Gerd Moellmann <gerd@gnu.org>
11006
11007 * time.el (display-time-mail-file): Add `none' to the list of
11008 choices.
11009
54d04320
DL
110102000-03-01 Dave Love <fx@gnu.org>
11011
43f3fa09
DL
11012 * help.el (help-xref-go-back): Don't try to set position.
11013
54d04320
DL
11014 * international/mule-diag.el (list-character-sets): Call
11015 help-setup-xref. Add help-echo to xrefs.
11016 (list-character-sets-1): Add help-echo to xrefs.
11017
d054101f
GM
110182000-03-02 Gerd Moellmann <gerd@gnu.org>
11019
11020 * frame.el (blink-cursor-mode): Switch cursor on when turning
11021 the mode off.
11022
11023 * add-log.el (add-log-current-defun): Add support for
11024 Autoconf mode.
11025
11026 * mail/rmail.el (rmail-quit-hook): New variable.
11027
d77dae5c
DL
110282000-03-01 Dave Love <fx@gnu.org>
11029
e5f597f0
DL
11030 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11031
d77dae5c
DL
11032 * help.el (help-xref-button): Add help-echo arg.
11033 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11034
11035 * faces.el (list-faces-display): Supply help-echo with
11036 help-make-xrefs.
11037
11038 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11039 nil.
11040
72d19d75
GM
110412000-03-01 Gerd Moellmann <gerd@gnu.org>
11042
2df636f4
GM
11043 * image.el (defimage): Look for image files in load-path.
11044
fa78f71b 11045 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11046 `number'.
11047
2df636f4
GM
110482000-03-01 David Ponce <david.ponce@wanadoo.fr>
11049
11050 * recentf.el (recentf): Added version tag to the defgroup of
11051 recentf.
11052
110532000-03-01 David Ponce <david.ponce@wanadoo.fr>
11054
11055 * recentf.el (recentf-cleanup): Changed to remove excluded file
11056 too.
11057 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11058 action to select/unselect a file.
11059 (recentf-edit-list): Code cleanup and improvement.
11060 (recentf-open-more-files-action): `recentf-open-more-files' button
11061 widget action to open a file.
11062 (recentf-open-more-files): No more use standard completion but
11063 widgets.
11064 (recentf-more-collection): Deleted.
11065 (recentf-more-history): Deleted.
11066 (recentf-setup-more-completion): Deleted.
11067
110682000-03-01 David Ponce <david.ponce@wanadoo.fr>
11069
11070 * recentf.el (recentf-mode): No more needs that Emacs is running
11071 under a window-system.
11072
110731999-03-01 David Ponce <david.ponce@wanadoo.fr>
11074
11075 * recentf.el (recentf-edit-list): New command to edit the recent
11076 list which allow the user to remove files.
11077 (recentf-edit-selected-items): New global variable, used by
11078 `recentf-edit-list' to hold the list of files to be removed from
11079 the recent list.
11080 (recentf-make-menu-items): Updated to display a "Edit list..."
11081 menu item. Minor code cleanup.
11082
110831999-03-01 David Ponce <david.ponce@wanadoo.fr>
11084
11085 * recentf.el (recentf-open-more-files): New command to open files
11086 that are not displayed in the menu.
11087 (recentf-more-collection): New global variable holding the set of
11088 permissible completions used by `recentf-open-more-files'.
11089 (recentf-more-history): New global variable holding the history list
11090 used by `recentf-open-more-files' completion.
11091 (recentf-setup-more-completion): New function to setup completion for
11092 `recentf-open-more-files'.
11093 (recentf-make-menu-items): Updated to display a "More..." menu item.
11094
110951999-03-01 David Ponce <david.ponce@wanadoo.fr>
11096
11097 * recentf.el (recentf-menu-action): Doc fixed.
11098
110991999-03-01 David Ponce <david.ponce@wanadoo.fr>
11100
11101 * recentf.el (recentf-menu-filter): Doc updated.
11102 (recentf-update-menu-hook): Allow menu filters to force menu update.
11103 (recentf-make-menu-items): New menu filter handling.
11104 (recentf-make-menu-item): New helper function.
11105 (recentf-menu-elements): New menu handling function.
11106 (recentf-sort-ascending): Updated to new menu filter handling.
11107 (recentf-sort-descending): Updated to new menu filter handling.
11108 (recentf-sort-basenames-ascending): New menu filter function.
11109 (recentf-sort-basenames-descending): New menu filter function.
11110 (recentf-show-basenames): New menu filter function.
11111 (recentf-show-basenames-ascending): New menu filter function.
11112 (recentf-show-basenames-descending): New menu filter function.
11113
72d19d75
GM
111142000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11115
11116 * diary-lib.el (list-diary-entries): Don't try to go forward at
11117 the end of the buffer.
11118
1ac1c836
KH
111192000-02-29 Kenichi Handa <handa@etl.go.jp>
11120
11121 * international/mule-diag.el (list-character-sets): Completely
11122 rewritten.
11123 (sort-listed-character-sets): New function.
11124 (list-character-sets-1): Completely rewritten.
11125 (list-character-sets-2): New function.
11126 (non-iso-charset-alist): New variable.
11127 (decode-codepage-char): New function.
11128 (charset-history): New variable.
11129 (read-charset) (list-block-of-chars)
11130 (list-iso-charset-chars)
11131 (list-non-iso-charset-chars)
11132 (list-charset-chars): New functions.
11133 (mule-diag): Call list-character-sets-2, not
11134 list-character-sets-2.
11135 (dump-charsets): Likewise.
11136
ed4d0512
GM
111372000-02-29 Gerd Moellmann <gerd@gnu.org>
11138
72d19d75
GM
11139 * dired-x.el (dired-filename-at-point): Add `@' to valid
11140 file name characters.
11141 (dired-filename-at-point): Handle ange-ftp file names.
11142
ed4d0512
GM
11143 * frame.el (frame-notice-user-settings): Use assq-delete-all
11144 instead of assoc-delete-all.
11145 (frame-notice-user-settings): Ditto.
11146
11147 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11148 Don't copy alist.
11149
32038c7a
GM
111502000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11151
11152 * calculator.el (calculator-use-menu): New option.
11153 (calculator-initial-bindings): Changed some bindings to work as
11154 macros.
11155 (calculator-forced-input): Removed.
11156 (calculator-restart-other-mode): New variable.
11157 (calculator-mode-map): Set up menu.
fa78f71b 11158
32038c7a
GM
111592000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11160
11161 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11162 tags.
fa78f71b 11163
55d7ff38 111642000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11165
55d7ff38
MK
11166 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11167 translate all ESC key sequences.
11168 (viper-goto-mark-subr): restore markers for files for which
11169 they were saved.
11170 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11171 * viper-util.el (viper-set-replace-overlay-glyphs,
11172 viper-set-replace-overlay): always check if the replacement
11173 overlay is live.
11174 * viper.el (viper-vi-state-mode-list): added major modes.
11175 * ediff-wind.el: minor comment changes.
11176 * ediff.el: copyright notice date fix.
fa78f71b 11177
387023ee
JR
111782000-02-27 Jason Rumney <jasonr@gnu.org>
11179
11180 * faces.el (face-font-family-alternatives): Add arial to helv.
11181 (mode-line, header-line, tool-bar): Same default as x for w32.
11182 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11183 face-font-family-alternatives from working.
11184 * term/w32-win.el (mouse-set-font): Do not build fontset from
11185 chosen font.
11186
f43d79c1
GM
111872000-02-25 Sam Steingold <sds@goems.com>
11188
5d80cc9c 11189 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11190 properly.
fa78f71b 11191
8b7bc628 111922000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11193
11194 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11195
4eb8436f
GM
111962000-02-25 Gerd Moellmann <gerd@gnu.org>
11197
11198 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11199 writable.
11200
449c3c52 11201 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11202
42088c12
GM
112032000-02-24 Gerd Moellmann <gerd@gnu.org>
11204
11205 * frame.el (show-cursor-in-non-selected-windows): New option.
11206
c60ea02e
GM
112072000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11208
11209 * diary-lib.el (include-other-diary-files): Undo the selective
11210 display in any included file and don't kill it.
11211
d066de8e
EZ
112122000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11213
11214 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11215 bar. Menu items converted to (menu-item format, help strings
11216 added.
11217 [downcase, upcase]: Don't enable on MS-DOS.
11218 [symlink, symlinks]: Don't show if make-symbolic-link is not
11219 bound.
11220 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11221
b6906b38
DL
112222000-02-23 Dave Love <fx@gnu.org>
11223
275cf1b2
DL
11224 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11225 (backward-kill-word): Revert addition of * to interactive spec --
11226 it's a feature.
11227
11228 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11229 (backward-kill-sentence, kill-sentence): Likewise.
11230
99d48056
DL
11231 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11232 scratch buffer name.
11233 (gud-format-command): Use int-to-string in ?l case. Simplify
11234 slightly.
11235
11236 * term/w32-win.el (internal-face-interactive): Update prompt for
11237 new read-face-name.
11238
11239 * mail/footnote.el (footnote): Add :version to defgroup.
11240 (footnote-section-tag-regexp): Customize.
11241 (footnote-start-tag, footnote-end-tag): New option.
11242 (footnote-latin-regexp): New variable.
11243 (Footnote-latin): New function.
11244 (footnote-style-alist): Add element for latin style.
11245 (footnote-style): Moved.
11246 (Footnote-goto-footnote): Use eq to test arg.
11247
11248 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11249
b6906b38
DL
11250 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11251 (byte-compile-trueconstp): Include keywords.
11252 (byte-optimize-quote, byte-optimize-lapcode): Use
11253 byte-compile-const-symbol-p.
11254 (byte-optimize-char-before): New optimization.
11255
11256 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11257 (byte-compile-const-symbol-p): New function.
11258 (byte-compile-constp, byte-compile-out-toplevel)
11259 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11260 Use it.
11261
11262 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11263
214f877f
KH
112642000-02-23 Kenichi Handa <handa@etl.go.jp>
11265
c709bcf1
KH
11266 * international/encoded-kb.el: Be sure to update minor-mode-alist
11267 and minor-mode-map-alist.
11268 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11269 codes SS2 and SS3 correctly.
11270 (encoded-kbd-self-insert-ccl): New function.
11271 (encoded-kbd-setup-keymap): New function.
11272 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11273 by calling encoded-kbd-setup-keymap.
11274
214f877f
KH
11275 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11276 characters.
11277 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11278 locally.
11279
b021ef18
DL
112802000-02-22 Dave Love <fx@gnu.org>
11281
11282 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11283 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11284 defvar.
11285 (lisp-mode-syntax-table): Set up for #|...|# comments.
11286 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11287 classes. Match `defface'.
11288 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11289 (eval-defun-1): Fix for defcustom.
11290 (lisp-indent-region): Doc fix.
11291
11292 * subr.el (when, unless, split-string): Doc fix.
11293 (read-passwd): Move call of clear-this-command-keys to the right
11294 place.
11295 (replace-regexps-in-string): New function.
11296
14cc00ad
GM
112972000-02-22 Gerd Moellmann <gerd@gnu.org>
11298
11299 * help.el (describe-variable): Set syntax table to
11300 emacs-lisp-mode-syntax-table when moving forward over the
11301 symbol's name.
11302
47da5efa
DL
113032000-02-22 Dave Love <fx@gnu.org>
11304
11305 * xt-mouse.el: Doc fixes.
11306 (xterm-mouse-position-function): New function, replacing advice of
11307 mouse-position.
11308 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11309
11310 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11311
f0a6c717
GM
113122000-02-21 Gerd Moellmann <gerd@gnu.org>
11313
11314 * format.el (format-annotate-single-property-change): Handle
11315 properties.with dotted-list values.
11316 (format-proper-list-p): New function.
11317
11318 * enriched.el (enriched-face-ans): Handle '(foreground-color
11319 . COLOR) and (background-color . COLOR).
11320
2be80b63
DL
113212000-02-20 Dave Love <fx@gnu.org>
11322
11323 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11324 and assignments to it.
11325 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11326 current local map.
11327 (make-flyspell-overlay): Use it.
11328 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11329
11330 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11331 (lm-get-header-re): Defun, not defsubst.
11332 (lm-get-package-name): Defun, not defsubst. Simplify.
11333 (lm-version): Doc fix. Simplify.
11334 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11335 (lm-crack-address, lm-last-modified-date, lm-commentary)
11336 (lm-verify, lm-synopsis): Simplify.
11337 (lm-report-bug): Require emacsbug. Use compose-mail.
11338
329eed9f
GM
113392000-02-20 Gerd Moellmann <gerd@gnu.org>
11340
11341 * dired.el (dired-mode): Call propertized-buffer-identification
11342 to set mode-line-buffer-identification to something having
11343 the right text properties.
11344
11345 * bindings.el (propertized-buffer-identification): New function.
11346
be5bb146
DL
113472000-02-20 Dave Love <fx@gnu.org>
11348
11349 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11350 check for t-mouse too.
11351
11352 * cus-start.el: Make echo-keystrokes `number'.
11353
1d4311c3
EZ
113542000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11355
11356 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11357 Don't call ring-empty-p unless tags-location-ring is bound.
11358 From Noah Friedman <friedman@splode.com>.
11359
a23c5037
TTN
113602000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11361
11362 * progmodes/hideshow.el (hs-flag-region): No longer use
11363 `intangible' overlay property.
11364
11365 (hs-toggle-hiding): New command.
11366 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11367
11368 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11369 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11370 and deactivation.
11371
b6a22bf8
GM
113722000-02-18 Gerd Moellmann <gerd@gnu.org>
11373
11374 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11375
d621caf7
GM
113762000-02-17 Gerd Moellmann <gerd@gnu.org>
11377
3c0ed7ce
GM
11378 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11379
d621caf7
GM
11380 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11381 of `*' to handle `(* ... *)' comments.
11382
538d88fb
EZ
113832000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11384
53c80cf6 11385 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11386 window-system.
53c80cf6 11387
538d88fb
EZ
11388 * menu-bar.el (global-map): Menu-bar items converted to the new
11389 format (menu-item..., rearranged for better CUA compliance, and
11390 their names changed for better clarity. Help strings added.
11391
11392 * international/mule-cmds.el (mule-menu-keymap)
11393 (describe-language-environment-map, set-coding-system-map)
11394 (setup-language-environment-map): Convert to new (menu-item...
11395 form, add help strings. Change names of menu items for better
11396 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11397 submenu).
11398
8389e1e2 113992000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11400
a23c5037 11401 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11402 within the code.
a23c5037 11403
8389e1e2 114042000-02-16 Dave Love <fx@gnu.org>
a23c5037 11405
84fe35f0
DL
11406 * faces.el: Don't require custom. Add more specific :groups to
11407 various deffaces.
11408 (set-face-attribute): Purecopy args.
11409 (read-face-name): Default to name at point and use it in prompt.
11410 Remove colon from arg in all callers.
11411 (list-faces-display): Hyperlink to face descriptions and customize
11412 buffers.
11413
b2aeee30
DL
114142000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11415
11416 * wid-edit.el (widget-match-inline): An atom never matches a
11417 list.
11418
99e95407
GM
114192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11420
82d2c7c5
DL
11421 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11422 at ':' characters by call to split-string.
99e95407
GM
11423
114242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11425
82d2c7c5 11426 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11427
114282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11429
82d2c7c5
DL
11430 * textmodes/bibtex.el: Some temporary comments removed.
11431 (bibtex-field-name, bibtex-entry-type): Made the relationship
11432 explicit.
11433 (bibtex-field-const): Allow capital letters.
11434 (bibtex-start-of-string): Deleted because unused.
11435
11436 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11437 use the term 'reference' to describe a bibtex entry as a whole.
11438 Further, reference keys are no longer called 'labels'.
11439 (bibtex-keys): Renamed to bibtex-reference-keys.
11440 (bibtex-reformat-previous-labels): Renamed to
11441 bibtex-reformat-previous-reference-keys.
11442 (bibtex-reference-type): Renamed to bibtex-entry-type.
11443 (bibtex-reference-head): Renamed to bibtex-entry-head.
11444 (bibtex-reference-maybe-empty-head): Renamed to
11445 bibtex-entry-maybe-empty-head.
11446 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11447 (bibtex-search-reference): Renamed to bibtex-search-entry.
11448 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11449 bibtex-enclosing-entry-maybe-empty-head.
11450 (bibtex-entry-field-alist, bibtex-entry-head,
11451 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11452 bibtex-map-entries, bibtex-search-entry,
11453 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11454 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11455 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11456 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11457 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11458 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11459 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11460
114612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11462
82d2c7c5
DL
11463 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11464 comment.
11465 (bibtex-format-field-delimiters): New function, functionality
11466 extracted from bibtex-format-entry.
11467 (bibtex-autokey-get-yearfield-digits): New function, functionality
11468 extracted from bibtex-autokey-get-yearfield.
11469
11470 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11471 entries in order to avoid stack overflow in the regexp matcher if
11472 field contents become large.
11473 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11474 bibtex-field-string-part-not-braced,
11475 bibtex-field-string-part-no-inner-braces,
11476 bibtex-field-string-part-1-inner-brace,
11477 bibtex-field-string-part-2-inner-braces,
11478 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11479 bibtex-field-string-quoted, bibtex-field-string,
11480 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11481 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11482 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11483 as parsing is now performed by the following functions.
11484 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11485 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11486 bibtex-parse-field-string, bibtex-search-forward-field-string,
11487 bibtex-parse-association, bibtex-field-name-for-parsing,
11488 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11489 bibtex-search-forward-field, bibtex-search-backward-field,
11490 bibtex-start-of-field, bibtex-end-of-field,
11491 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11492 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11493 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11494 bibtex-parse-string, bibtex-search-forward-string,
11495 bibtex-search-backward-string, bibtex-start-of-string,
11496 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11497 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11498 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11499 entries. Instead of reporting the results of the parsing by
11500 match-beginning or match-end, these functions return data structures
11501 that hold the corresponding positions.
11502 (bibtex-enclosing-field): Changed to also report field boundaries by
11503 return values rather than by match-beginning or match-end. The
11504 following functions have been adapted to use the new parsing
11505 functions.
11506 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11507 bibtex-enclosing-field, bibtex-format-entry,
11508 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11509 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11510 bibtex-print-help-message, bibtex-end-of-entry,
11511 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11512 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11513 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11514 method for parsing.
11515 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11516 bibtex-map-entries, bibtex-flash-head,
11517 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11518 bibtex-autokey-change, bibtex-autokey-get-namefield,
11519 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11520 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11521 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11522 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11523 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11524 order to make the new binding of case-fold-search immediately
11525 visible.
99e95407
GM
11526
115272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11528
82d2c7c5
DL
11529 * textmodes/bibtex.el: Copyright notice is up to date.
11530 Added constant 'bibtex-maintainer-salutation.
99e95407 11531
82d2c7c5
DL
11532 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11533 than make-temp-name, use match-string-no-properties and eliminate
11534 a quadratic behavior when building bibtex-strings.
99e95407 11535
82d2c7c5
DL
11536 * bibtex.el (bibtex-reference-key): Accept string entries whose
11537 reference key contains upper case letters.
99e95407
GM
11538
115392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11540
82d2c7c5
DL
11541 * bibtex.el (bibtex-reference-head): Allow entries to start with
11542 a new line.
99e95407
GM
11543
115442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11545
82d2c7c5
DL
11546 * bibtex.el: Hiding of entry bodies is not longer provided by
11547 bibtex.el directly. Instead the hideshow package can be used.
11548 Added a special bibtex entry to hs-special-modes-alist.
11549 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11550
115512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11552
f24fef2f
SM
11553 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11554 at ':' characters by call to split-string.
8389e1e2
GM
11555
115562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11557
f24fef2f 11558 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11559
115602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11561
f24fef2f
SM
11562 * textmodes/bibtex.el: Some temporary comments removed.
11563 (bibtex-field-name, bibtex-entry-type): Made the relationship
11564 explicit.
11565 (bibtex-field-const): Allow capital letters.
11566 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11567
f24fef2f
SM
11568 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11569 use the term 'reference' to describe a bibtex entry as a whole.
11570 Further, reference keys are no longer called 'labels'.
11571 (bibtex-keys): Renamed to bibtex-reference-keys.
11572 (bibtex-reformat-previous-labels): Renamed to
11573 bibtex-reformat-previous-reference-keys.
11574 (bibtex-reference-type): Renamed to bibtex-entry-type.
11575 (bibtex-reference-head): Renamed to bibtex-entry-head.
11576 (bibtex-reference-maybe-empty-head): Renamed to
11577 bibtex-entry-maybe-empty-head.
11578 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11579 (bibtex-search-reference): Renamed to bibtex-search-entry.
11580 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11581 bibtex-enclosing-entry-maybe-empty-head.
11582 (bibtex-entry-field-alist, bibtex-entry-head,
11583 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11584 bibtex-map-entries, bibtex-search-entry,
11585 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11586 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11587 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11588 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11589 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11590 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11591 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11592
115932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11594
f24fef2f
SM
11595 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11596 comment.
11597 (bibtex-format-field-delimiters): New function, functionality
11598 extracted from bibtex-format-entry.
11599 (bibtex-autokey-get-yearfield-digits): New function, functionality
11600 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11601
f24fef2f
SM
11602 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11603 entries in order to avoid stack overflow in the regexp matcher if
11604 field contents become large.
11605 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11606 bibtex-field-string-part-not-braced,
11607 bibtex-field-string-part-no-inner-braces,
11608 bibtex-field-string-part-1-inner-brace,
11609 bibtex-field-string-part-2-inner-braces,
11610 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11611 bibtex-field-string-quoted, bibtex-field-string,
11612 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11613 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11614 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11615 as parsing is now performed by the following functions.
11616 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11617 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11618 bibtex-parse-field-string, bibtex-search-forward-field-string,
11619 bibtex-parse-association, bibtex-field-name-for-parsing,
11620 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11621 bibtex-search-forward-field, bibtex-search-backward-field,
11622 bibtex-start-of-field, bibtex-end-of-field,
11623 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11624 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11625 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11626 bibtex-parse-string, bibtex-search-forward-string,
11627 bibtex-search-backward-string, bibtex-start-of-string,
11628 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11629 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11630 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11631 entries. Instead of reporting the results of the parsing by
11632 match-beginning or match-end, these functions return data structures
11633 that hold the corresponding positions.
11634 (bibtex-enclosing-field): Changed to also report field boundaries by
11635 return values rather than by match-beginning or match-end. The
11636 following functions have been adapted to use the new parsing
11637 functions.
11638 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11639 bibtex-enclosing-field, bibtex-format-entry,
11640 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11641 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11642 bibtex-print-help-message, bibtex-end-of-entry,
11643 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11644 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11645 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11646 method for parsing.
11647 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11648 bibtex-map-entries, bibtex-flash-head,
11649 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11650 bibtex-autokey-change, bibtex-autokey-get-namefield,
11651 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11652 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11653 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11654 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11655 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11656 order to make the new binding of case-fold-search immediately
11657 visible.
8389e1e2
GM
11658
116592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11660
f24fef2f
SM
11661 * textmodes/bibtex.el: Copyright notice is up to date.
11662 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11663
f24fef2f
SM
11664 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11665 than make-temp-name, use match-string-no-properties and eliminate
11666 a quadratic behavior when building bibtex-strings.
fa78f71b 11667
f24fef2f
SM
11668 * bibtex.el (bibtex-reference-key): Accept string entries whose
11669 reference key contains upper case letters.
8389e1e2
GM
11670
116712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11672
f24fef2f
SM
11673 * bibtex.el (bibtex-reference-head): Allow entries to start with
11674 a new line.
8389e1e2
GM
11675
116762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11677
f24fef2f
SM
11678 * bibtex.el: Hiding of entry bodies is not longer provided by
11679 bibtex.el directly. Instead the hideshow package can be used.
11680 Added a special bibtex entry to hs-special-modes-alist.
11681 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11682
116832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11684
82d2c7c5 11685 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11686 proceedings entry type (for cross referencing). Thanks to Wagner
11687 Toledo Correa for the suggestion.
11688
82d2c7c5 11689 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11690
eae61d8f
KH
116912000-02-14 Kenichi Handa <handa@etl.go.jp>
11692
11693 * international/characters.el: Setup case table for Vietnamese.
11694
fb07a302
GM
116952000-02-12 Gerd Moellmann <gerd@gnu.org>
11696
11697 * uniquify.el (toplevel): Require CL at compile time.
11698 (uniquify-push): Removed.
11699
11700 * shadowfile.el (shadow-when): Removed.
11701
11702 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11703 (tempo-process-and-insert-string): Use dolist instead of
11704 tempo-dolist.
11705
11706 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11707 regexp for paragraph-start.
11708
11709 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11710 commas as well.
11711
a0eddf92
DL
117122000-02-10 Dave Love <fx@gnu.org>
11713
11714 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11715 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11716 Deleted.
11717 (widget-specify-field, widget-specify-button): Don't use
11718 widget-mouse-help as help-echo property.
11719 (default): Use #'ignore for :validate and :mouse-down-action.
11720 (checkbox): Add help-echo.
11721 (widget-sexp-validate): Rewritten to clarify error messages.
11722 (character): Use char-valid-p in :match function.
11723 (widget-color-complete): Use facemenu-color-alist.
11724 (widget-color-action): Use facemenu-read-color.
11725
11726 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11727 set up `caar' &c that we now have.
11728
82d2c7c5
DL
117292000-02-09 Ray Blaak <blaak@gnu.org>
11730
11731 * delphi.el: Make resourcestring a declaration region, like const
11732 and var.
11733
6cbc1482
DL
117342000-02-09 Dave Love <fx@gnu.org>
11735
11736 * bindings.el (mode-line-input-method-map): New variable.
11737 (mode-line-mule-info): Use it; fix last change.
11738 (mode-line-mode-menu): Move definition.
11739 (mode-line-mouse-sensitive-p): Deleted.
11740 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11741 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11742 level.
11743
11744 * startup.el (command-line-1): Don't call
11745 make-mode-line-mouse-sensitive.
11746
f7136ee8
GM
117472000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11748
11749 * mail/rmail.el (rmail-retry-failure): Use
11750 rmail-beginning-of-message before rmail-toggle-header, because the
11751 former toggles headers.
11752
6e1d0d15
SM
117532000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11754
fef8c55b
SM
11755 * diff-mode.el (diff-kill-junk): New interactive function.
11756 (diff-reverse-direction): Use delete-and-extract-region.
11757 (diff-post-command-hook): Restrict the area so that the hook also works
11758 outside of any diff hunk. This is necessary for the minor-mode.
11759 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11760 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11761
6e1d0d15
SM
11762 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11763 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11764 so that it can be used more easily in <foo>-mode-hook. Also make sure
11765 to avoid duplicate entries.
11766 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11767 (font-lock-remove-keywords): Just as was done for `add', allow it to
11768 work even if font-lock-mode is nil. Also make sure we don't modify
11769 any pre-existing list by forcing a copy-sequence. Finally rename
11770 `major-mode' to `mode'.
11771 (font-lock-fontify-syntactic-anchored-keywords)
11772 (font-lock-fontify-anchored-keywords)
11773 (font-lock-fontify-keywords-region): Use line-end-position.
11774 Don't make `font-lock-multiline' local (it's now done in
11775 font-lock-set-defaults).
11776 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11777 move the `font-lock-fontified' creation to inside the `unless'.
11778
a75dfea0
AI
117792000-02-06 Andrew Innes <andrewi@gnu.org>
11780
11781 * term/w32-win.el (x-handle-args): Comment out call to message,
11782 which occurs before window system is initialized.
11783
11784 * makefile.nt: Add support for recompiling lisp code.
11785
b85e9462
DL
117862000-02-04 Dave Love <fx@gnu.org>
11787
9ff33afb
DL
11788 * bindings.el (mode-line-mule-info): Fix/extend last change.
11789
b85e9462
DL
11790 * completion.el: Replace completion-dolist with dolist.
11791
11792 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11793 dotimes.
11794
44dff075
CD
117952000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11796
11797 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11798 environment names before they go into the section regexp.
11799
11800 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11801 char class in regexp.
11802
11803 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11804 `case-fold-search' to nil.
11805
11806 * progmodes/idlwave.el (idlwave-template): Respect
11807 `idlwave-abbrev-change-case'.
11808 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11809 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11810 idlwave-while): respect `idlwave-reserved-word-upcase'.
11811 (idlwave-rw-case): New function.
11812 (idlwave-statement-match): Fixed problem with assignment regexp.
11813 (idlwave-font-lock-keywords): Improved regexp for keyword
11814 parameters.
a23c5037 11815 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11816 operators longer than 1 char.
11817
11818 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11819 idlwave-shell-expression-overlay. Implemented printing of
11820 expressions on higher levels of the calling stack.
11821 (idlwave-shell-display-level-in-calling-stack): Restore stack
11822 level.
11823 (idlwave-retrieve-expression-from-level): New function.
11824 (idlwave-shell-last-calling-stack): Variable removed.
11825 (idlwave-shell-reset): Argument action reversed (`visible' to
11826 `hidden'). Also remove stop-line overlay.
11827 (idlwave-shell-calling-stack-routine): New variable.
11828 (idlwave-shell-parse-stack-and-display): Messages now display
11829 negative level numbers.
11830 (idlwave-shell-mode): Set `modeline-format'.
11831 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11832 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11833 21.
11834 (idlwave-shell-print-expression-function): New option.
a23c5037 11835
44dff075
CD
11836 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11837 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11838 `tool-bar' instead of `toolbar'.
11839
f26c34fd
DL
118402000-02-02 Dave Love <fx@gnu.org>
11841
11842 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11843 emacs-lisp-mode-hook. Don't check for defalias being defined.
11844
11845 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11846 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11847 the new builtins directly.
11848
11849 * whitespace.el (whitespace): Add :version to defgroup.
11850
11851 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11852 Doc fix.
11853
11854 * thingatpt.el (sexp-at-point, symbol-at-point)
11855 (number-at-point, list-at-point): Add autoload cookie.
11856
11857 * recentf.el (recentf): Add :version to defgroup.
11858
11859 * quickurl.el (quickurl): Add :version to defgroup.
11860
11861 * elide-head.el (elide-head): Use point-marker more.
11862
11863 * bs.el (bs): Add :version to defgroup.
11864
11865 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11866
11867 * progmodes/delphi.el (delphi): Add :version to defgroup.
11868
d240a249
GM
118692000-02-02 Gerd Moellmann <gerd@gnu.org>
11870
11871 * ange-ftp.el (ange-ftp-write-region): Handle case that
11872 succeeding process operation sets a different coding system.
11873
11874 * calculator.el: New file.
11875
d5179a01
EZ
118762000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11877
11878 * frame.el (frames-on-display-list, framep-on-display): New
11879 functions.
11880 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11881 (display-selections-p, display-screens, display-pixel-width)
11882 (display-pixel-height, display-mm-width, display-mm-height)
11883 (display-backing-store, display-save-under, display-planes)
11884 (display-color-cells, display-visual-class): New functions.
11885
11886 * term/tty-colors.el (tty-color-gray-shades): New function.
11887
11888 * faces.el (display-color-p): Use framep-on-display.
11889 (display-grayscale-p): New function.
11890
968e00f0
DL
118912000-01-31 Dave Love <fx@gnu.org>
11892
11893 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11894 (create-fontset-from-x-resource): Don't concat integers.
11895
2cb750ba
GM
118962000-01-31 Inge Frick <inge@nada.kth.se>
11897
11898 * view.el: Some changes in documentation. Removed some trailing
11899 whitespace. Changed some parameter names to agree with
11900 documentation.
11901 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11902 window is not deleted. Modifies change 1998-04-26.
a23c5037 11903
74e9213b
GM
119042000-01-31 Gerd Moellmann <gerd@gnu.org>
11905
47569935
GM
11906 * windmove.el: New file.
11907
74e9213b
GM
11908 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11909 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11910 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11911
74e9213b
GM
11912 * jit-lock.el (jit-lock-function): Widen before calculating end
11913 position.
11914 (jit-lock-stealth-chunk-start): Rewritten.
11915
11916 * info.el (Info-title-face-alist): Removed.
11917 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11918 faces.
11919 (Info-fontify-node): Use these faces.
11920
994c5afe
GM
119212000-01-30 Gerd Moellmann <gerd@gnu.org>
11922
11923 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11924 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11925 `&allow-other-keywords'.
11926
11927 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11928 the list of directories scanned heuristically.
11929
11930 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11931 exist.
11932
f00276e3
JR
119332000-01-30 Jason Rumney <jasonr@gnu.org>
11934
11935 * w32-fns.el: Define w32-tty-standard-colors.
11936
11937 * startup.el (command-line): Use w32-tty-standard-colors when in
11938 w32 console mode.
11939
cc4dfff0
DL
119402000-01-30 Dave Love <fx@gnu.org>
11941
e645e77b
DL
11942 * jka-compr.el (jka-compr-load): Fix up load-history.
11943
cc4dfff0
DL
11944 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11945
11946 * emacs-lisp/cl-macs.el: Revert previous change.
11947
16215eb0
DL
119482000-01-29 Dave Love <fx@gnu.org>
11949
11950 * facemenu.el: Purecopy various strings.
11951
11952 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11953 years. Deal with three-digit years.
11954
11955 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11956 defconst, purecopy.
11957 (help-back-label): Purecopy it.
11958
bbd9b566
GM
119592000-01-18 Gerd Moellmann <gerd@gnu.org>
11960
11961 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11962 variable. If non-nil, order the buffer list according to the
11963 currently selected frame.
11964 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11965 non-nil, pass the selected frame to function buffer-list.
a23c5037 11966
887448e1
GM
119672000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11968
11969 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11970
7df85084
DL
119712000-01-28 Dave Love <fx@gnu.org>
11972
142e109c
DL
11973 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11974
7df85084
DL
11975 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11976 Don't use lisp-indent-hook property.
11977 (cl-abs): Remove.
11978
11979 * subr.el: Move out indent and edebug specs for when and unless.
11980
11981 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11982 when, unless.
11983
11984 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11985 unless, when.
11986
3b43c01c
GM
119872000-01-28 Gerd Moellmann <gerd@gnu.org>
11988
d060bc9f
GM
11989 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11990 `collecting' as synonym for `collect'.
11991
11992 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11993 for the case it contains spaces.
11994
11995 * simple.el (what-cursor-position): Change formatting of
11996 messages.
11997
b02786f9
GM
11998 * frame.el (delete-other-frames): New function.
11999 (toplevel): Bind it to C-x 5 1.
12000
efd68b8a
GM
12001 * sort.el (sort-numeric-base): New option.
12002 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12003 interpret it as octal or hexadecimal. Use sort-numeric-base
12004 as default base.
12005
3b43c01c
GM
12006 * progmodes/glasses.el: New file.
12007
984ae001
GM
120082000-01-27 Gerd Moellmann <gerd@gnu.org>
12009
a0b796e3
GM
12010 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12011 userids differently.
12012
984ae001
GM
12013 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12014 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12015 progmodes/ebnf-yac.el: New files.
12016
6c67ddee
DL
120172000-01-26 Dave Love <fx@gnu.org>
12018
12019 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12020 on a function with an empty body. [From Eric Ludlam.]
12021
4e6473c8
GM
120222000-01-25 Andre Spiegel <spiegel@gnu.org>
12023
12024 * vc.el (vc-version-diff): Make sure file name is expanded.
12025
e12489f9
GM
120262000-01-25 Gerd Moellmann <gerd@gnu.org>
12027
12028 * scroll-bar.el (scroll-bar-timer): Variable removed.
12029 (scroll-bar-toolkit-scroll): Don't use a timer.
12030
8dbe2b07
KH
120312000-01-25 Kenichi Handa <handa@etl.go.jp>
12032
12033 * language/thai-util.el (thai-composition-function): Delete
12034 superfluous `a'.
12035
26ef1c87
DL
120362000-01-24 Dave Love <fx@gnu.org>
12037
12038 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12039 end-of-defun-function.
12040
12041 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12042 &c.
12043
7ed4e9a7
JR
120442000-01-22 Jason Rumney <jasonr@gnu.org>
12045
12046 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12047 conflicts with new face support.
12048
8b7bc628 120492000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12050
12051 * replace.el (query-replace): Rename last arg to DELIMITED.
12052 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12053 (query-replace-regexp): Likewise.
12054
8b7bc628 120552000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12056
02b14400
RS
12057 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12058
5bb6f079
RS
12059 * emacs-lisp/lisp.el (beginning-of-defun-function):
12060 Variable renamed from beginning-of-defun.
12061 Do not call make-variable-buffer-local.
12062 (beginning-of-defun-raw): Use new variable name; doc fix.
12063 (beginning-of-defun): Doc fix.
12064 (end-of-defun-function): Variable renamed from end-of-defun.
12065 Do not call make-variable-buffer-local.
12066 (end-of-defun): Use new variable name; doc fix.
12067
02b14400
RS
12068 * subr.el (dolist, dotimes): Copied from cl-macs.el
12069 and made to work.
2d5e9b54 12070
a23c5037 12071 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12072 Variable replaces rmail-digest-end-regexp.
12073 Allows multiple regexps for detecting the end line.
12074 (undigestify-rmail-message): Corresponding changes.
12075
60af03f1
DL
120762000-01-19 Dave Love <fx@gnu.org>
12077
fe5d99e1
DL
12078 * files.el (user-init-file): Don't declare here -- is primitive.
12079
60af03f1
DL
12080 * startup.el (command-line): Check for compiled user-init-file and
12081 set to uncompiled version if necessary.
12082
72dbbc7d
GM
120832000-01-18 Gerd Moellmann <gerd@gnu.org>
12084
6a1950ec
GM
12085 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12086 (undigestify-rmail-message): Use it.
12087
72dbbc7d
GM
12088 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12089
fbe91bbd
GM
120902000-01-17 Gerd Moellmann <gerd@gnu.org>
12091
12092 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12093 of mini-buffer.
12094
33a6685b
GM
120952000-01-14 Gerd Moellmann <gerd@gnu.org>
12096
b3303df7
GM
12097 * emacs-lisp/copyright.el (copyright-update): Removed the
12098 requirement for a trailing space from `copyright-regexp', to
12099 support copyrights with owner specified on a separate line..
a23c5037 12100
3c4c8064
GM
12101 * align.el: New file.
12102
33a6685b
GM
12103 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12104
12105 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12106
044a4975
DL
121072000-01-13 Dave Love <fx@gnu.org>
12108
12109 * ph.el: Removed. (Obsoleted by EUDC.)
12110
0a352cd7
GM
121112000-01-13 Gerd Moellmann <gerd@gnu.org>
12112
12113 * net/eudc.el (toplevel): Remove autoloaded code installing
12114 menu with easymenu, because that causes build problems.
12115
12116 * frame.el (frame-notice-user-settings): New variable.
12117 (frame-notice-user-settings): Don't modify frame parameters
12118 if called a second time.
12119
8b7bc628 121202000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12121
12122 * frame.el (frame-notice-user-settings):
12123 Notice default-frame-parameters even for non-window frames.
12124
feb450e0
GM
121252000-01-13 Gerd Moellmann <gerd@gnu.org>
12126
12127 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12128 for Emacs.
12129 (eudc-bob-can-display-inline-images): Extend for Emacs.
12130 (eudc-bob-toggle-inline-display): Ditto.
12131 (eudc-bob-display-jpeg): Ditto.
12132
99c6d63b
GM
121332000-01-12 Gerd Moellmann <gerd@gnu.org>
12134
7970b229
GM
12135 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12136 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12137 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12138
e4936aa9
GM
12139 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12140 nil)'.
12141
12142 * subdirs.el: Add `net' directory.
12143
133c9e59
GM
12144 * net: New directory.
12145
99c6d63b
GM
12146 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12147 eval-last-sexp. Don't bind debug-on-error here.
12148 (eval-last-sexp): New function. Bind debug-on-error if
12149 eval-expression-debug-on-error is non-nil.
12150 (eval-defun-2, eval-defun): Likewise.
12151
12152 * simple.el (eval-expression): Don't bind debug-on-error if
12153 eval-expression-debug-on-error is nil. Detect changed
12154 debug-on-error, and propagate new value to global binding, if
12155 eval-expression-debug-on-error is non-nil,
12156 (eval-expression-debug-on-error): Change doc string.
a23c5037 12157
8b7bc628 121582000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12159
12160 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12161
12162 * emacs-lisp/lisp-mode.el (with-syntax-table):
12163 Set up lisp-indent-function property.
12164
12165 * subr.el (with-syntax-table): Moved from simple.el.
12166
12167 * simple.el (with-syntax-table): Moved to subr.el.
12168
7e3c74fa
GM
121692000-01-11 Gerd Moellmann <gerd@gnu.org>
12170
1fab1775
GM
12171 * tmm.el (tmm-shortcut): Delete region after prompt instead
12172 of erasing buffer.
12173
7e3c74fa 12174 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12175 (fill-context-prefix): Use the longest common prefix of first
12176 and second line fill prefix, if there is one.
7e3c74fa 12177
8b7bc628 121782000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12179
12180 * array.el (array-mode): Don't use make-variable-buffer-local.
12181 Use make-local-variable for `truncate-lines'.
12182
aa705642 121832000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12184
aa705642
GM
12185 * add-log.el (add-log-current-defun): Handle user-defined
12186 add-log-current-function returning nil,
a23c5037 12187
57df2446 12188 * add-log.el (add-change-log-entry): Insert version number
aa705642 12189 if having found a current function
c1356086
GM
12190
12191 * add-log.el (add-log-current-defun): Call
12192 `add-log-current-defun-function'. Try matches at level 0 and
12193 level 1. Strip whitespace from defun found.
a23c5037 12194
1d8c59e9
RS
121952000-01-10 John Wiegley <johnw@gnu.org>
12196
12197 * allout.el (isearch-done/outline-provisions): Added `edit'
12198 argument to correspond with the current definition of
12199 `isearch-done'.
12200
8cf87e9b
DL
122012000-01-10 Dave Love <fx@gnu.org>
12202
12203 * elide-head.el (elide-head): Use point-marker, not point.
12204
9050446c
GM
122052000-01-10 Gerd Moellmann <gerd@gnu.org>
12206
8321b22a
GM
12207 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12208 before and after the year 2000.
a23c5037 12209
9050446c
GM
12210 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12211 Add ispell- prefix.
12212
122132000-01-10 Ken Stevens <k.stevens@ieee.org>
12214
12215 * ispell.el: Only define dictionaries in menus when they exist.
12216 (version18p): New variable.
12217 (version20p): New variable.
12218 (xemacsp): New variable.
12219 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12220 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12221 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12222 run-together words.
9050446c
GM
12223 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12224 (ispell-dictionary-alist): Add koi8-r to customize definition.
12225 (check-ispell-version): Added documentation string. Returns
f24fef2f 12226 library path when called non-interactively.
9050446c
GM
12227 (ispell-menu-map-needed): Uses new variables.
12228 (ispell-library-path): New variable.
12229 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12230 (ispell-word): Improved documentation string. Test for valid
12231 character mappings. Correctly check typed in word changes that can
12232 result in single words split into multiple words. Returns
12233 replacement word.
12234 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12235 replace in recursive query replace mode. Help message for
12236 recursive edit mode.
12237 (ispell-show-choices): Protect against bad framepop bindings.
12238 (ispell-help): Fix to work with XEmacs.
12239 (ispell-highlight-spelling-error): Use new variables.
12240 (ispell-overlay-window): Fix to work with XEmacs.
12241 (ispell-parse-output): Passed and returns location information
12242 tracking spelling corrections. Doesn't recheck same word on
12243 current line.
12244 (ispell-init-process): Protect against bogus XEmacs variable binding.
12245 Fix call to single argument in sleep-for. Use new variables.
12246 (ispell-region): Passed and returns location information tracking
12247 spelling corrections. Doesn't check same word on current line.
12248 Improved documentation string. Doesn't resend a line already
12249 checked to the ispell process - fixes bug in LaTeX parsing.
12250 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12251 (ispell-skip-region): No longer skips <TT> in SGML.
12252 (ispell-process-line): Tracks location information with spelling
12253 corrections. Added documentation string. Accounts for words
12254 already accepted on this line. Don't allow query-replace on line
12255 starting with math characters. Doesn't resend a line already sent
12256 to ispell process. Fixes alignment error bug.
a23c5037 12257
8b7bc628 122582000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12259
a23c5037 12260 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12261 Suggest xloadimage, which is free, not xv, which isn't.
12262
a23c5037 12263 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12264 Don't ever include the host name or user name in the value.
12265
9ed79f5d
GM
122662000-01-09 Gerd Moellmann <gerd@gnu.org>
12267
12268 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12269 of a real newline.
12270
b950abb1
GM
122712000-01-09 Stephen Eglen <stephen@gnu.org>
12272
a23c5037 12273 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12274 for .png files.
12275
3c708e98
GM
122762000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12277
12278 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12279
bf61662d
GM
122802000-01-09 Gerd Moellmann <gerd@gnu.org>
12281
f1d851ae
GM
12282 * progmodes/cperl-mode.el: Replace ^F with ^L.
12283
bf61662d 12284 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12285 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12286 recursion.
12287
c65d14ee
DL
122882000-01-08 Dave Love <fx@gnu.org>
12289
8cf87e9b
DL
12290 * emacs-lisp/backquote.el: Remove inappropriate customization
12291 (allowing custom.el to use backquote).
c65d14ee 12292
83de2ebc
DL
122932000-01-07 Dave Love <fx@gnu.org>
12294
12295 * add-log.el (add-log-debugging): Deleted.
12296 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12297 file. Remove debugging code.
12298 (change-log-get-method-definition, change-log-name): Add doc.
12299 (change-log-sortable-date-at): New function.
12300 (change-log-merge): New command.
12301
12302 * time.el (display-time-string-forms): Make the Mail string active.
12303 (display-time-update): Provide help-echo for load average.
12304
12305 * bindings.el (make-mode-line-mouse2-map): New function.
12306 (mode-line-modified): Use it and simplify.
12307 (mode-line-mule-info): Provide help-echo info.
12308 (minor-mode-alist): Activate the strings.
12309 (make-mode-line-mouse-sensitive): Simplify for
12310 mode-line-buffer-identification.
12311
c1475eae
GM
123122000-01-07 Gerd Moellmann <gerd@gnu.org>
12313
12314 * play/pong.el: New file.
12315
83de2ebc
DL
123162000-01-06 Dave Love <fx@gnu.org>
12317
12318 * array.el: Assorted cleanups for compiler warnings, doc strings,
12319 `array-' prefix for symbols.
12320
123212000-01-05 Dave Love <fx@gnu.org>
12322
12323 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12324 outline-headers-as-kill.
12325 (outline-mode): Define imenu-generic-expression.
12326 (outline-headers-as-kill): New command.
12327
12328 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12329 from paragraph-start.
12330 (paragraph-indent-minor-mode): New command.
12331
12332 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12333 M-C-e, M-C-h, C-j, C-xnd, TAB.
12334 (fortran-mode): Set beginning-of-defun, end-of-defun.
12335 (fortran-column-ruler): Simplify.
12336 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12337 (fortran-with-subprogram-narrowing): Likewise.
12338 (fortran-indent-subprogram): Call mark-defun.
12339 (fortran-check-for-matching-do): Change narrowing.
12340
12341 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12342 (cl-lucid-hash-tag): Delete.
12343 (cl-hash-table-p): Correct test for native table.
12344 (cl-hash-table-count): Use hash-table-count.
12345
12346 * browse-url.el (browse-url): Fix case of
12347 browse-url-browser-function being an alist.
12348
676ac023
CD
123492000-01-05 Carsten Dominik <cd@gnu.org>
12350
c1475eae
GM
12351 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12352 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12353
12354 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12355 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12356
12357 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12358 `reftex-parse-file-extension'.
eb483e17 12359
88807984
DL
123602000-01-05 Dave Love <fx@gnu.org>
12361
83de2ebc 12362 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12363 (beginning-of-defun-raw): Use it.
12364 (end-of-defun): New variable.
12365 (end-of-defun): Use it.
12366 (check-parens): New command.
12367
1362aeb4
TTN
123682000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12369
c1475eae
GM
12370 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12371 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12372
7ddafb95
TTN
12373 Fix buglet in local variables initialization.
12374
7334aa99
AS
123752000-01-05 Andreas Schwab <schwab@suse.de>
12376
12377 * hscroll.el (hscroll): Doc fix.
12378
b12e24cd
CD
123792000-01-05 Carsten Dominik <cd@gnu.org>
12380
12381 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12382 idlw-toolbar.
12383
12384 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12385 file idlw-rinfo.el.
1362aeb4
TTN
12386 (idlwave-customize): load must read file idlw-shell.el.
12387 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12388
d6226972
CD
123892000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12390
12391 * progmodes/idlw-shell.el: Also provide idlwave-shell
12392 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12393 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12394
12395 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12396 both reftex-dcr and reftex-vcr.
1362aeb4 12397
d6226972
CD
12398 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12399
6ddb893f 124002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12401
12402 * ps-print.el: PostScript code now is in separate files, doc fix.
12403 (ps-print-version): New version number (5.0.3).
12404 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12405 local.
12406 (ps-spool-config): Initialization fix.
c1475eae
GM
12407 (ps-print-prologue-1, ps-print-prologue-2)
12408 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12409 (ps-background-image): Little code reformating.
12410 (ps-begin-file, ps-begin-job): Fix code.
88807984 12411 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12412 (ps-prologue-file): New fun.
12413
ae833aae
KH
124142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12415
c1475eae 12416 * ps-vars.el: Eliminated.
ae833aae
KH
12417
12418 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12419 `;;;###autoload'.
12420
12421 * ps-print.el: ps-vars eliminated, doc fix.
12422 (ps-print-version): New version number (5.0.2).
12423 (ps-spool-config): Initialization fix.
12424 (ps-print-customize): New fun.
12425
560a7bd2
GM
124262000-01-04 Gerd Moellmann <gerd@gnu.org>
12427
12428 * autorevert.el (auto-revert-mode): Return value of
12429 auto-revert-mode.
12430
f45dd0f4
DL
124312000-01-04 Dave Love <fx@gnu.org>
12432
fae2ac05
DL
12433 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12434 menu items.
f45dd0f4 12435
61255981
DL
124362000-01-03 Dave Love <fx@gnu.org>
12437
88807984 12438 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12439
83de2ebc 12440 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12441 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12442 `cl-hash-table-p', not `hash-table-p'.
12443 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12444
c182a70f
EZ
124452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12446
12447 * faces.el (face-read-integer, read-face-attribute)
12448 (color-defined-p, color-values): unspecified-{f,b}g are now
12449 strings.
12450
047f434a
GM
124512000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12452
12453 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12454 at comment end, and re-insert them after filling.
12455
bab531e2
EZ
124562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12457
12458 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12459 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12460 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12461
d684c676
EZ
124622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12463
12464 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12465 the new name of face-color-supported-p.
12466
12467 * term/w32-win.el (xw-defined-colors): Likewise.
12468
0aad4805
EZ
124692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12470
12471 * simple.el (completion-setup-function): Count completion-size
12472 from minibuffer-prompt-end, not from point-min.
12473
5fe1d139
EZ
124742000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12475
12476 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12477 Pass the frame to tty-color-* functions.
12478 (display-color-p, frame-set-background-mode): Pass the frame to
12479 tty-display-color-p.
12480
12481 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12482 tty-color-alist.
12483 (tty-color-alist, tty-modify-color-alist): New functions.
12484 (tty-color-define, tty-color-clear, tty-color-approximate)
12485 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12486 an optional parameter FRAME.
12487
162dec01
GM
124882000-01-01 Gerd Moellmann <gerd@gnu.org>
12489
27189709
GM
12490 * image.el (create-image, defimage): Don't assume image data is a
12491 string.
12492
162dec01
GM
12493 * image.el (defimage): Handle specifications containing :data
12494 instead of :file.
12495 (image-type-from-data): New function.
12496 (image-type-from-file-header): Use it.
12497 (create-image): Add parameter DATA-P.
1362aeb4 12498
bea56df7 12499See ChangeLog.8 for earlier changes.
25a6fab1
KH
12500
12501;; Local Variables:
e64c3a75 12502;; coding: iso-2022-7bit
25a6fab1 12503;; End: