(makefile-mode): Set SYNTAX-BEGIN member
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c7ca58df
EZ
12001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5
587b5737
AI
62001-02-06 Andrew Innes <andrewi@gnu.org>
7
8 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
9 absolute.
10
baf7eee4
GM
112001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
12
13 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
14 buffers. When hi-lock turned on rather than only checking current
15 buffer for regexps, all buffers are checked. Moved activation of
16 font-lock to hi-lock-refontify. When font-lock turned off rather
17 than removing added highlighting just in current buffer, remove it
18 in all buffers. Changed edit menu text from "Automatic
19 Highlighting" to "Regexp Highlighting" Documentation for
20 highlighting phrases, minor documentation changes.
21 (hi-lock-set-file-patterns): Execute only if there are new or
22 existing file patterns.
23 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
24 unfontify and, if a support mode is active, will not refontify the
25 whole buffer. If necessary, turn on font lock. (Removed
26 font-lock-unfontify and font-lock support-mode-specific calls,
27 such as lazy-lock-fontify-window.)
28 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
29 patterns are found. Not useful now since find-file-hook is removed
30 if hi-lock is off, but may be needed for per-buffer hi-lock
31 activation.
32 (hi-lock-face-phrase-buffer): New function. Also added related
33 menu item and keybinding.
34 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
35 (hi-lock-process-phrase): New function.
36 (hi-lock-line-face-buffer): Doc fixes.
37 (hi-lock-face-buffer): Doc fixes.
38 (hi-lock-unface-buffer): Doc fixes.
39
36710aa6
GM
402001-02-06 Gerd Moellmann <gerd@gnu.org>
41
42 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
43 dabbrev-ignored-regexps.
44
d3f22784
EZ
452001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
46
47 * simple.el (kill-line): Doc fix.
48
5cb3c8d4
DL
492001-02-05 Dave Love <fx@gnu.org>
50
51 * loadup.el: Revert last two changes -- bootstrapping works with
52 regenerated loaddefs.
53
e6297e7d
EZ
542001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
55
1e14b095
EZ
56 * isearch.el (isearch-forward): Doc fix.
57
e6297e7d
EZ
58 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
59 of font-lock-defaults to backward-paragraph.
60
e16f52ce
GM
612001-02-05 Gerd Moellmann <gerd@gnu.org>
62
63 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
64 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
65
01d19dd7
GM
662001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
67
68 * ebnf2ps.el: Eliminate time-stamp functions.
69 (ebnf-version): New version (3.5).
70 (ebnf-eps-finish-and-write): Replace time-stamp functions by
71 format-time-string.
72
24886813
GM
732001-02-05 Gerd Moellmann <gerd@gnu.org>
74
75 * simple.el (next-line): Goto end-of-line before inserting a newline.
76
65e70fc4
MB
772001-02-05 Miles Bader <miles@gnu.org>
78
79 * image-file.el (insert-image-file): When visiting an image, also
80 set `truncate-lines' to t so that any fringe arrow looks correct.
81
482f06c9
KH
822001-02-05 Kenichi Handa <handa@etl.go.jp>
83
84 * isearch.el (isearch-forward): Add description about input method
85 in the docsting.
86
02399da7
SM
872001-02-04 Stefan Monnier <monnier@cs.yale.edu>
88
89 * skeleton.el (skeleton-internal-1): Always push the mark for @.
90
2c366083
EZ
912001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
92
93 * info.el (info-initialize): If installation-directory is nil, for
94 DOS/Windows systems try looking in a sibling of
95 invocation-directory.
96
bdadfce3
GM
972001-02-02 Gerd Moellmann <gerd@gnu.org>
98
79fb38c0
GM
99 * wid-edit.el (widget-button-click): Fix last change.
100
bdadfce3
GM
101 * frame.el (frame-notice-user-settings): When resizing the initial
102 frame because the tool bar is off, also change the frame's top
103 position if a negative top position was specified.
104
33155ffb
MB
1052001-02-02 Miles Bader <miles@gnu.org>
106
107 * image-file.el (insert-image-file): When visiting an image,
108 suppress the cursor in the image buffer.
109
1355ba0c
DL
1102001-02-01 Dave Love <fx@gnu.org>
111
112 * progmodes/f90.el (f90-mode): Remove startup message.
113
fb758d2d
AS
114 * vc-cvs.el: Remove autoloads. Require vc when compiling.
115
01acdb05
GM
1162001-02-01 Gerd Moellmann <gerd@gnu.org>
117
118 * startup.el (command-line): Fix code determining whether or not
119 to use delete-key-deletes-forward-mode.
120
5b1ee316
AS
1212001-02-01 Andre Spiegel <spiegel@gnu.org>
122
123 * vc.el (vc-diff-switches): New user option.
124 (vc-version-diff): Use it.
125 (vc-diff-switches-list): New macro.
126
127 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
128 customization options.
129 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
130
131 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
132
00b1e7a1
GM
1332001-02-01 Gerd Moellmann <gerd@gnu.org>
134
135 * msb.el (toplevel): Quote hook symbols.
136
85827036
KH
1372001-02-01 Kenichi Handa <handa@etl.go.jp>
138
8e028499 139 * international/mule.el (make-coding-system): Add description
3c948dde 140 about recognized properties in the docstring.
8e028499 141
85827036
KH
142 * international/mule-conf.el: Remove unused charsets
143 mac-roman-lower and mac-roman-upper.
144
7ccf7ab9
GM
1452001-01-31 Gerd Moellmann <gerd@gnu.org>
146
2441692d
GM
147 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
148 is in front of the left-margin, if any.
149
ee5cece0
GM
150 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
151 like `delete'.
152
153 * bindings.el: Define `kp-delete' like `delete' in
154 function-key-map.
155
7ccf7ab9
GM
156 * term/w32-win.el (mouse-set-font): Doc fix.
157
b4f30ec5
GM
1582001-01-31 Stefan Monnier <monnier@cs.yale.edu>
159
160 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
161 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
162 on already.
163
03e0fe6e
GM
1642001-01-31 Markus Rost <rost@math.ohio-state.edu>
165
166 * files.el (save-buffer): Don't give message if (buffer-file-name)
167 returns nil.
168
8f289acc
EZ
1692001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
170
cb4aae04
EZ
171 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
172
dbd98b19
EZ
173 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
174 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
175
8f289acc
EZ
176 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
177 display problems.
178
c12553c1
KH
1792001-01-31 Kenichi Handa <handa@etl.go.jp>
180
c7bf5db9
KH
181 * international/mule.el (charset-info): Fix docstring.
182
183 * international/mule-diag.el (describe-character-set): Check final
184 char valid before printing it.
c12553c1 185
14f16b9c
GM
1862001-01-30 Gerd Moellmann <gerd@gnu.org>
187
efaa080b
GM
188 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
189
eef93f99
GM
190 * frame.el (frame-notice-user-settings): Do the tool-bar
191 stuff only for graphical displays. Fix a braino.
192
14f16b9c
GM
193 * frame.el (frame-initialize): Create initial frame visible.
194 (frame-notice-user-settings): When tool-bar has been switched off,
195 correct the frame size and sync too-bar-mode.
196
197 * startup.el (command-line): Remove manipulation of frame
198 height for tool bars.
199
4ad25e43
EZ
2002001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
201
202 * lpr.el: Compatibility with XEmacs and doc fixes.
203 (lpr-windows-system, lpr-lp-system): New vars.
204 (lpr-printer-switch): New defcustom.
205 (printer-name, lpr-command): Customization fix.
206 (print-region-1): Code fix.
207 (print-region-new-buffer, printify-region): Indentation fix.
208 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
209 functions.
210
e8f044a0
GM
2112001-01-29 Gerd Moellmann <gerd@gnu.org>
212
213 * msb.el (toplevel): Fix the eval-after-load.
214
850d5045
GM
2152001-01-29 Dave Love <fx@gnu.org>
216
762fe76e
DL
217 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
218
219 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
220
850d5045
GM
221 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
222 compiling.
223 (tcl-using-emacs-19-23): Consider Emacs 21+.
224 (tcl-help-directory-list, tcl-command-switches): Fix :type.
225 (tcl-add-emacs-menu): Supply menu name.
226 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
227
3a768251
GM
2282001-01-29 Gerd Moellmann <gerd@gnu.org>
229
230 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
231
274d02f7
SM
2322001-01-29 Stefan Monnier <monnier@cs.yale.edu>
233
234 * pcvs.el (cvs-mark-fis-dead): New function.
235 (cvs-mode-add): Use it.
236 (cvs-mode-add-change-log-entry-other-window):
237 Rebind change-log-default-name to itself rather than to nil.
238
ed5d446e
SS
2392001-01-29 Sam Steingold <sds@gnu.org>
240
efaa080b 241 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
242 `autoload' statements.
243
e2a80284
EZ
2442001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
245
8e1db7b3
EZ
246 * files.el (confirm-kill-emacs): Doc fix.
247
ff2a1c79
EZ
248 * frame.el (frame-initialize): Doc fix.
249
e7b0deaf
EZ
250 * time-stamp.el (time-stamp-string): Doc fix.
251
e2a80284
EZ
252 * woman.el (WoMan-log-1): Make the log buffer writable. From
253 Markus Rost <rost@math.ohio-state.edu>.
254
005913e4
GM
2552001-01-29 Gerd Moellmann <gerd@gnu.org>
256
257 * imenu.el (imenu-syntax-alist): Add autoload cookie for
258 the `make-variable-buffer-local'.
259
58622cc5
GM
2602001-01-29 Dave Love <fx@gnu.org>
261
262 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
263 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
264 autoload cookie.
265 (ansi-color-apply-sequence): Fix typo.
266
0404d031
GM
2672001-01-29 Gerd Moellmann <gerd@gnu.org>
268
ed5d446e 269 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
270 Postscript printing in black and white.
271
0404d031
GM
272 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
273 X-Mailman-Version, Precedence, List-Help, List-Post,
274 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
275 Content-Type, Content-Length.
276
3b6ed359
DL
2772001-01-29 Dave Love <fx@gnu.org>
278
ddd16e7a
DL
279 * elide-head.el (elide-head): Make overlay evaporate.
280
3b6ed359
DL
281 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
282 fix.
283
8005142f
EZ
2842001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
285
286 * isearch.el (isearch-highlight): Don't punt if the display
287 doesn't support colors, since isearch faces are defined for
288 monochrome displays as well.
289
84728570
SS
2902001-01-27 Sam Steingold <sds@gnu.org>
291
292 * shell.el (shell-write-history-on-exit): Make sure that we are in
293 the shell buffer (M-x tex-file RET inserted the error message into
294 the TeX buffer).
295
e26f9ced
EZ
2962001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * simple.el (transient-mark-mode): Doc fix.
299
dc0274bd
GM
3002001-01-27 Gerd Moellmann <gerd@gnu.org>
301
84728570 302 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
303 tags-file-name.
304
c1acacc4
EZ
3052001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
306
f5058b96
EZ
307 * shell.el (shell-unquote-argument): If the shell is one of the
308 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
309 quote character.
310 (shell-dumb-shell-regexp): Document that the shells which match
311 this regexp are supposed to not treat a backslash as a quote
312 character.
313
c1acacc4
EZ
314 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
315 from 2001-01-12. It is not needed, since backspace is mapped into
316 DEL.
317
8dc5c94d
GM
3182001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
319
84728570 320 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
321 Treat a one-capital-letter abbrev as "not all upper case",
322 so as to force preservation of the expansion's pattern
323 if the expansion starts with a capital letter.
324
cfa70244
EZ
3252001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
326
cfee9de7
EZ
327 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
328 Doc fix.
329
cfa70244
EZ
330 * simple.el (transient-mark-mode): Document the fact that many
331 commands act on the region when mark is active.
332
17d90d6b
KH
3332001-01-27 Kenichi Handa <handa@etl.go.jp>
334
335 * international/quail.el (quail-setup-completion-buf): Make the
336 multibyteness of current buffer inherited to Quail completion
337 buffer.
338 (quail-show-guidance-buf): Make the multibyteness of current
339 buffer inherited to Quail guidance buffer.
340 (quail-help): Make the multibyteness of current buffer inherited
341 to Quail help buffer.
342
61076b20
DL
3432001-01-26 Dave Love <fx@gnu.org>
344
c47e2c68
DL
345 * time-stamp.el: Doc fixes.
346
84728570 347 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
348 (delphi-keyword-face, delphi-other-face): Fix :type.
349
940f14b4
DL
350 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
351
352 * mail/feedmail.el (feedmail): Add :link.
353 (feedmail-send-it): Doc fix.
354
355 * mail/sendmail.el: Doc fixes.
356 (sendmail-send-it): Fix the non-ASCII regexp and use
357 rfc2047-encode-string.
358
61076b20
DL
359 * dired.el, dired-aux.el: Revert last change.
360
6c317bd2
GM
3612001-01-26 Gerd Moellmann <gerd@gnu.org>
362
363 * makefile.w32-in (DONTCOMPILE): Add various term files.
364
3652001-01-26 Dave Love <fx@gnu.org>
366
367 * Makefile.in (DONTCOMPILE): Add various term files.
368
1c636b5f
GM
3692001-01-26 Gerd Moellmann <gerd@gnu.org>
370
af900b23
GM
371 * man.el (Man-default-man-entry, Man-mode): Doc fix.
372
15fa6db0
GM
373 * startup.el (display-startup-echo-area-message): Make sure
374 the echo area is resized to fit the size of the startup
375 message.
376
1c636b5f
GM
377 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
378 part of which is a constant.
379
9b1adbd5
EZ
3802001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
383 twice.
384
207d7545
GM
3852001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
386
387 * simple.el (next-line): Don't let `newline' expand abbrevs.
388 Simplify slightly.
389 (open-line): Don't let `newline' expand abbrevs.
390
219227ea
JW
3912001-01-25 John Wiegley <johnw@gnu.org>
392
393 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
394 to `repeat' in the :type field.
395
396 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
397 allow a choice of regexp or nil.
d2906bf8 398 (pcomplete-dir-ignore): Same.
219227ea
JW
399
400 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
401 a command) to always fail.
402
ceba0dac
GM
4032001-01-25 Gerd Moellmann <gerd@gnu.org>
404
405 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
406 discard the result.
407 (iswitchb-to-end): Likewise.
408
9b0630e5
SS
4092001-01-25 Sam Steingold <sds@gnu.org>
410
411 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 412 Require vc.
9b0630e5 413
a2ed9670
SM
4142001-01-25 Stefan Monnier <monnier@cs.yale.edu>
415
f0c1adab
SM
416 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
417
a2ed9670
SM
418 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
419
34ac3367
DL
4202001-01-25 Dave Love <fx@gnu.org>
421
61076b20
DL
422 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
423 (describe-coding-system): Tweak the English text.
424
34ac3367
DL
425 * loadup.el: Preload international/ccl for utf-8.
426
4685e6b7
EZ
4272001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
428
429 * mail/rmail.el (rmail-redecode-body): Doc fix.
430
0fdb4475
KH
4312001-01-25 Kenichi Handa <handa@etl.go.jp>
432
23cfab61
KH
433 * international/mule-cmds.el (reset-language-environment): Reset
434 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
435
436 * international/mule-conf.el (coding-category-utf-8): Initialize
437 to mule-utf-8.
438
9b0630e5 439 * loadup.el: Preload international/utf-8.
0fdb4475
KH
440
441 * international/utf-8.el: New file.
442
245ed2b1
SM
4432001-01-24 Stefan Monnier <monnier@cs.yale.edu>
444
445 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
446
e95b0c08
SS
4472001-01-24 Sam Steingold <sds@gnu.org>
448
449 * dired.el (dired-replace-in-string): Removed.
450 (dired-sort-toggle): Use `replace-regexps-in-string'
451 instead of `dired-replace-in-string'.
9b0630e5 452
ceba0dac
GM
453 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
454 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 455
e95b0c08
SS
456 * gs.el (gs-replace-in-string): Removed.
457 (gs-options): Use `replace-regexps-in-string'
458 instead of `gs-replace-in-string'.
459
c3902c3e
EZ
4602001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
461
462 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
463 bug report is mailed to an email list and posted to a news group.
464
b66b6aeb
GM
4652001-01-24 Gerd Moellmann <gerd@gnu.org>
466
e7e41584
GM
467 * comint.el (comint-replace-by-expanded-history-before-point): Fix
468 change of 2000-08-03 to move point to the start of the line again.
469
b66b6aeb
GM
470 * startup.el (tool-bar-images-pixel-height): New variable.
471 (command-line): After loading the user's init file, when
472 tool-bar-mode is on, increase the frame's size by some lines for
473 the tool-bar.
474
475 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 476
ff890e66
SZ
4772001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
478
479 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
480 (chinese-big5): MIME:Big5.
481
04363179
GM
4822001-01-24 Gerd Moellmann <gerd@gnu.org>
483
e95b0c08 484 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
485 Handle commands with prefix args.
486
d56aaa64
GM
4872001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
488
489 * calendar/diary-lib.el (diary-float): Fix case of MONTH
490 being a list of numbers.
491 (diary-mail-entries): Rewritten.
492
99858627
DL
4932001-01-23 Dave Love <fx@gnu.org>
494
7aeb1fa9
DL
495 * international/mule.el (make-coding-system): Fix typo.
496
99858627
DL
497 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
498 backward-paragraph as font-lock-beginning-of-syntax-function.
499
5a43decf
EZ
5002001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
501
502 * font-lock.el (font-lock-mode): Doc fix.
503
b0e98867
KH
5042001-01-23 Kenichi Handa <handa@etl.go.jp>
505
506 * international/mule.el (make-translation-table): Fix docstring.
507
9c8acefd
EZ
5082001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
509
fd4976b8
EZ
510 * mail/rmail.el (rmail-redecode-body): New function.
511
9c8acefd
EZ
512 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
513
871e0439
GM
5142001-01-22 Gerd Moellmann <gerd@gnu.org>
515
21c2bbe0
GM
516 * isearch.el (isearch-lazy-highlight-case-fold-search)
517 (isearch-lazy-highlight-regexp): New variables.
518 (isearch-lazy-highlight-cleanup): Update lazy highlight if
519 case-fold search or regexp search has been toggled.
520
5710730c
GM
521 * wid-edit.el (widget-button-click): Avoid a save-excursion
522 around running a global binding.
523
871e0439
GM
524 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
525 to 0.25.
526
d0554957
MB
5272001-01-20 Miles Bader <miles@gnu.org>
528
529 * cus-edit.el (custom-face-save): Do post-processing on the face's
530 new value like `custom-face-set' does.
531
1519f618
EZ
5322001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
533
ccd87890
EZ
534 * mail/emacsbug.el (report-emacs-bug): Report the value of
535 LC_CTYPE, not LC_TYPE.
536
1519f618
EZ
537 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
538 isearch-toggle-regexp and isearch-edit-string to doc string.
539
9724173b
GM
5402001-01-19 Gerd Moellmann <gerd@gnu.org>
541
48bb9196
GM
542 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
543 as font-lock-beginning-of-syntax-function in font-lock-defaults.
544
e95b0c08 545 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
546 font-lock-beginning-of-syntax-function to nil.
547
dc81f8a2
EZ
5482001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
549
550 * mail/emacsbug.el (report-emacs-bug): Report values of
551 locale-coding-system, default-enable-multibyte-characters, and the
552 environment variables LC_ALL, LC_TYPE, and LANG.
553
99327974
GM
5542001-01-19 Gerd Moellmann <gerd@gnu.org>
555
111c181e
GM
556 * font-lock.el (font-lock-default-fontify-region): Fix last
557 change.
e95b0c08 558
2be6ecc6
GM
559 * font-lock.el (font-lock-multiline): Default to nil.
560 (font-lock-default-fontify-region): If font-lock-multiline is
561 nil, don't check the property `font-lock-multiline'.
562
99327974
GM
563 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
564 is nil, don't check the `font-lock-multiline' text property.
565
2550055a
MK
5662001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
567
0a949811 568 * viper.el: Call initial-major-mode on startup.
e95b0c08 569
0a949811 570 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 571
8501998a 572 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 573
2550055a 5742001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 575
0a949811 576 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 577 diff mode, if available.
e95b0c08 578
0a949811 5792001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 580
8501998a 581 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 582
2550055a
MK
583 * ediff-init.el (subst-char-in-string): Define and use it, unless
584 it's already defined.
e95b0c08 585
8962e303
GM
5862001-01-18 Gerd Moellmann <gerd@gnu.org>
587
588 * tooltip.el (tooltip-hide-delay): New user-option.
589 (tooltip-show): Use tooltip-hide-delay instead of the default.
590
6b453381
KH
5912001-01-18 Kenichi Handa <handa@etl.go.jp>
592
593 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
594 kill-local-variable doesn't work for enable-multibyte-characters.
595
9eaf396b
DL
5962001-01-17 Dave Love <fx@gnu.org>
597
cebd37ce
DL
598 * ediff-init.el (ediff-before-setup-hook)
599 (ediff-merge-filename-prefix): Add :version.
600
9eaf396b
DL
601 * international/latin1-disp.el: Require disp-table.
602 (latin1-display): Fix :set.
603
604 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
605
f864120f
GM
6062001-01-17 Gerd Moellmann <gerd@gnu.org>
607
608 * isearch.el (isearch-lazy-highlight-initial-delay)
609 (isearch-lazy-highlight-interval): Default to 0.
610
6112001-01-17 Bob Glickstein <bobg@zanshin.com>
612
613 * isearch.el (isearch-highlight): Set isearch-overlay priority to
614 1 here rather than each time through
615 isearch-lazy-highlight-new-loop.
616 (isearch-lazy-highlight-max): Variable deleted.
617 (isearch-lazy-highlight-max-at-a-time): New user variable, like
618 isearch-lazy-highlight-max but controls a single invocation of
619 isearch-lazy-highlight-update.
620 (isearch-lazy-highlight-wrapped): Variable recreated.
621 (isearch-lazy-highlight-window-start): New variable.
622 (isearch-lazy-highlight-cleanup): Restored to behavior of
623 before 2-Jan.
624 (isearch-lazy-highlight-remove-overlays): Function deleted;
625 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
626 behavior removed.
627 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
628 isearch-lazy-highlight-update in a loop rather than just once.
629 Test isearch-invalid-regexp here and decide not to start a new
630 loop, rather than testing it each time through
631 isearch-lazy-highlight-update.
632 (isearch-lazy-highlight-search): Function restored.
633 (isearch-lazy-highlight-update): Get called in a timer loop again,
634 but this time highlight more than one match each time through.
635 Only highlight matches in the visible part of the window. Start
636 at point, move in the direction of the search, and wrap around at
637 the edge of the window. Use sit-for to force redisplay and ensure
638 window-start is credible. "Face suppressing" behavior removed;
639 overlay priorities should make it unnecessary, right?
640 (isearch-highlight): Face suppressing behavior removed.
641 (isearch-dehighlight): Face suppressing behavior removed.
642 (isearch-set-lazy-highlight-faces-at): Removed.
643
076ec540
KH
6442001-01-17 Kenichi Handa <handa@etl.go.jp>
645
646 * language/european.el ("Latin-1"): Make the format of description
647 about additional language environments same as that of Latin-2.
648
92328ec5
DL
6492001-01-16 Dave Love <fx@gnu.org>
650
39f2174e
DL
651 * isearch.el (isearch-lazy-highlight): Add :version.
652
92328ec5
DL
653 * simple.el (backward-delete-char-untabify-method)
654 (next-line-add-newlines): Add :version.
655
f251459d
GM
6562001-01-16 Gerd Moellmann <gerd@gnu.org>
657
9d4850e5
GM
658 * bindings.el: Bind <backspace> and <delete> via function-key-map.
659 Don't bind <delete> otherwise.
660
661 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
662 and <delete> via function-key-map.
663
f251459d
GM
664 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
665 Subject line only if point is after the `Subject:'.
666
771ffcf7
KH
6672001-01-16 Kenichi Handa <handa@etl.go.jp>
668
bda6b481
KH
669 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
670 japanese-jisx0213-2 in `charset' property of this lang. env.
671
35793af7
KH
672 * language/european.el ("Latin-1"): Add description for Dutch and
673 Spanish lang. env.
674
771ffcf7
KH
675 * international/mule.el (decode-char): Fix conditions.
676 (encode-char): Handle eight-bit-control too.
1c8102ff 677 (transform-make-coding-system-args): New function.
50c29104
KH
678 (make-coding-system): Accept XEmacs style arguments for CCL base
679 coding system.
771ffcf7 680
e1cf67b6
GM
6812001-01-15 Gerd Moellmann <gerd@gnu.org>
682
683 * progmodes/etags.el (find-tag-noselect): Save the value of
684 tags-file-name before switching buffers, for the case it has a
685 buffer-local value.
686
b3287acf
GM
6872001-01-15 Alex Schroeder <alex@gnu.org>
688
9eaf396b
DL
689 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
690 From Dave Love <fx@gnu.org>.
b3287acf
GM
691 (ansi-color-for-comint-mode): Fix :version.
692
6932001-01-15 Alex Schroeder <alex@gnu.org>
694
695 * ansi-color.el (ansi-color-unfontify-region): Doc change.
696
8d7ff9c8
EZ
6972001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
698
699 * dired.el (dired-insert-directory): If file-system-info fails,
700 remove the " free " part, but don't signal an error.
701
dbe99ae9
SS
7022001-01-12 Sam Steingold <sds@gnu.org>
703
704 * bookmark.el (bookmark-maybe-historicize-string):
705 Use new backquote syntax.
706
420198cb
RS
7072001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
708
709 * subr.el (last): Handle a list that doesn't end in nil.
710
ca2ddd8e
SS
7112001-01-12 Sam Steingold <sds@gnu.org>
712
713 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
714 to `backward-delete-char-untabify'.
715
1751c874
DL
7162001-01-12 Dave Love <fx@gnu.org>
717
718 * cus-edit.el (customize-menu-create): Fix the :filter following
719 easymenu change.
720
721 * wid-edit.el (function): Add :match-alternatives.
722 (widget-color-action): Doc fix.
723
3cccce8d
GM
7242001-01-12 Gerd Moellmann <gerd@gnu.org>
725
726 * calendar/calendar.el (calendar-basic-setup): Doc fix.
727
18bfd6b5
KH
7282001-01-12 Kenichi Handa <handa@etl.go.jp>
729
60a62fdc
KH
730 * international/mule-cmds.el (prefer-coding-system): Fix
731 docstring.
732
18bfd6b5
KH
733 * international/ccl.el (define-ccl-program): Fix docstring.
734
562e00da
DL
7352001-01-11 Dave Love <fx@gnu.org>
736
14fd0da3
DL
737 * international/mule-cmds.el (standard-display-european-internal):
738 Set display table for 2208 as for 160.
739
740 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
741
562e00da
DL
742 * progmodes/fortran.el (fortran-mode-map): Modify Customization
743 entry for custom-menu-create change.
744 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
745 don't cons it in the search loop.
746
747 * imenu.el (imenu--truncate-items): Revert last change.
748
6e961dcd
EZ
7492001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
750
751 * info.el (Info-setup-header-line): If the node header includes
752 either Next: or Prev: links, don't show the File: and Node: parts
753 in the header line.
754
2c2ff7f2
GM
7552001-01-11 Gerd Moellmann <gerd@gnu.org>
756
a7ee2d2e
GM
757 * comint.el (comint-goto-process-mark): Don't print a message
758 when running in batch mode.
759
c5348233
GM
760 * isearch.el (isearch-search): In the condition-case handler for
761 `error', set isearch-invalid-regexp to the whole error message.
762
422717d1
GM
763 * subr.el (eval-after-load): Call load-symbol-file-load-history to
764 ensure that eval-after-load works for files dumped with Emacs.
765
766 * help.el (load-symbol-file-load-history): New function extracted
767 from function symbol-file.
768 (symbol-file): Use it.
769
2c2ff7f2
GM
770 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
771 exit.xpm.
772
926861fb
EZ
7732001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
774
775 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
776 behave as if there were no prefix argument.
777 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
778 argument were nil.
779
afa1f52c
RS
7802001-01-11 Richard M. Stallman <rms@gnu.org>
781
ca2ddd8e 782 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
783 Don't look for more potential matches once maximum is exceeded.
784 Use overlays-in to check correctly for overlap with current match.
785 Ignore empty matches.
786
47a9f362
MB
7872001-01-11 Miles Bader <miles@gnu.org>
788
789 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
790 (ispell-overlay-window, ispell-help, ispell-show-choices)
791 (ispell-command-loop): Use it instead of `window-height'.
792
d196f58d
GM
7932001-01-10 Gerd Moellmann <gerd@gnu.org>
794
cf523f0e
GM
795 * files.el (confirm-kill-emacs): New user-option.
796 (save-buffers-kill-emacs): Ask for final confirmation before
797 killing Emacs.
798
d196f58d
GM
799 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
800 to nil.
801
7c6c3d8e
GM
8022001-01-10 Dave Love <fx@gnu.org>
803
1f8be15d
DL
804 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
805
806 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
807 :type.
808
809 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
810
811 * calculator.el (calculator-number-digits): Fix :type.
812
0d5184de
DL
813 * vc-cvs.el (vc-cvs-header): Fix :type.
814 * vc-rcs.el (vc-rcs-header): Fix :type.
815 * vc-sccs.el (vc-sccs-header): Fix :type.
816
817 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
818
7c6c3d8e
GM
819 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
820
8c9f73a2
GM
821 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
822
457b792c
GM
8232001-01-10 Gerd Moellmann <gerd@gnu.org>
824
825 * simple.el (set-variable): Force a thorough redisplay for the
826 case that the variable has an effect on the display, like
827 `tab-width' has.
828
d2622d08
AS
8292001-01-10 Andre Spiegel <spiegel@gnu.org>
830
831 * vc.el: Add documentation for backend interface.
832
ae4b5f4f
KH
8332001-01-10 Kenichi Handa <handa@etl.go.jp>
834
e0844717
KH
835 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
836
ae4b5f4f
KH
837 * international/mule-conf.el (latin-extra-code-table): Set to t
838 for \223 and \224.
839
3184082b
KH
8402001-01-09 Kenichi Handa <handa@etl.go.jp>
841
842 * international/mule-cmds.el (locale-language-names): Map "es" to
843 "Spanish" and "nl" to "Dutch".
844
732b9cdd
GM
8452001-01-09 Gerd Moellmann <gerd@gnu.org>
846
1dfca644
GM
847 * bindings.el (global-map): Bind <home> to beginning-of-line,
848 <end> to end-of-line, C-<home> to beginning-of-buffer, and
849 C-<end> to end-of-buffer.
850
732b9cdd
GM
851 * language/european.el: Add Dutch and Spanish language info
852 to be able to use the appropriate tutorials.
853
8542001-01-09 Alex Schroeder <alex@gnu.org>
855
856 * ansi-color.el (ansi-color-process-output): Use markers instead
857 of positions for start and end of region.
858 (ansi-color-apply-on-region): Rewrote code to make it more robust.
859 Previously, occasional mistakes happend when fontifying many
860 chunks of output (eg. ls --color=yes /dev). This happened
861 whenever an overlay was created up to the end of the region, which
862 coincided with the process-mark. New text would then be added
863 within that overlay instead of after it.
864 (ansi-color-make-extent): Overlays are created with the property
865 `modification-hooks' set to '(ansi-color-freeze-overlay).
866 (ansi-color-freeze-overlay): New function. When inserting text at
867 the end of the overlay, the overlay will resize.
868
8692000-01-09 Alex Schroeder <alex@gnu.org>
870
871 * ansi-color.el (ansi-color-process-output): Doc change.
872 (ansi-color-unfontify-region): Doc change. No longer installed
873 automatically in font-lock-unfontify-region-function.
874 (ansi-color-apply): Doc change.
875 (ansi-color-apply-on-region): Use extents or overlays instead of
876 text-properties.
877 (ansi-color-make-extent): New function.
878 (ansi-color-set-extent-face): New function.
879
8802000-01-09 Alex Schroeder <alex@gnu.org>
881
882 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
883 both use ansi-color-process-output, now.
884 (ansi-color-process-output): Doesn't return string anymore. It is
885 installed in comint-output-filter-functions for both Emacs and
886 XEmacs, now.
887 (ansi-color-unfontify-region): Simplified code removing variables
888 pos and start-ansi.
889 (ansi-color-apply): Put text-property ansi-color before putting
890 text-property face because ansi-color-unfontify-region is called
891 immediately after the call to put-text-property.
892 (ansi-color-context-region): Doc change.
893 (ansi-color-filter-region): Simplified code.
894 (ansi-color-apply-on-region): Changed start to start-marker, using
895 a marker explicitly. Put text-property ansi-color before putting
896 text-property face because ansi-color-unfontify-region is called
897 immediately after the call to put-text-property.
898
8992000-01-09 Alex Schroeder <alex@gnu.org>
900
901 * ansi-color.el (ansi-color-faces-vector): Doc change.
902 (ansi-color-for-comint-mode): Changed :type property to choice.
903 (ansi-color-last-context): Removed.
904 (ansi-color-process-output): Don't use ansi-color-last-context, as
905 the main functions will store their context now.
906 (ansi-color-context): Doc change.
907 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
908 Uses ansi-color-context such that repeated calls will strip
909 partial escape sequences, too.
910 (ansi-color-apply): Simplified code. Colorize end of string if
911 face is not null. Store context in new (FACE STRING) format, such
912 that repeated calls will strip partial escape sequences, too.
913 Append faces to face property using ansi-color-apply-sequence such
914 that cumulative mode actually works.
915 (ansi-color-context-region): New variable.
916 (ansi-color-filter-region): Rewrote it based on
917 ansi-color-apply-on-region. Uses ansi-color-context-region such
918 that repeated calls will strip partial escape sequences, too.
919 (ansi-color-apply-on-region): Simplified code. Colorize end of
920 region if face is not null. Store context in new (FACE POS)
921 format, such that repeated calls will strip partial escape
922 sequences, too. Append faces to face property using
923 ansi-color-apply-sequence such that cumulative mode actually
924 works.
925 (ansi-color-apply-sequence): New function.
926 (ansi-color-get-face): When the default face is added to the list
927 of faces, all previous settings are discarded and the list of
928 faces is set to '(default).
929
9302000-01-09 Alex Schroeder <alex@gnu.org>
931
932 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
933 face, such that ansi-color-apply and ansi-color-apply-on-region
934 will do the right thing.
935 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
936 returns nil, set the list of faces back to nil instead of
937 appending the result of ansi-color-get-face to the front of the
938 list.
939
9402000-01-09 Alex Schroeder <alex@gnu.org>
941
942 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
943 (ansi-color-process): Doc change.
944 (ansi-color-last-context): New buffer-local variable.
945 (ansi-color-process-output): New function. It is automatically
946 added to comint-output-filter-functions if this is XEmacs.
947 (ansi-color-unfontify-region): New optional parameter for XEmacs
948 compatibility. Check wether font-lock-syntactic-keywords is
949 boundp before removing the syntax table text property, as XEmacs
950 doesn't have it.
951 (ansi-color-filter-region): Doc change.
952 (ansi-color-apply-on-region): Doc change.
953 (ansi-color-make-face): New function. Compatibility layer for
954 XEmacs. Return temporary faces instead of cons cells for XEmacs.
955 (ansi-color-make-color-map): Use ansi-color-make-face.
956 (ansi-color-get-face): Avoid face text property '(nil) as results
957 in an errow for XEmacs.
958
9592000-01-09 Alex Schroeder <alex@gnu.org>
960
961 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
962 text-property ansi-color in order to preserve fontification by
963 ansi-color. When the package is loaded, a lambda expression is
964 put onto font-lock-mode-hook. This lambda expression will check
965 font-lock-unfontify-region-function and replace
966 font-lock-default-unfontify-region with
967 ansi-color-unfontify-region.
968 (ansi-color-apply): Add text-property ansi-color in addition to
969 text-property face.
970 (ansi-color-apply-on-region): Add text-property ansi-color in
971 addition to text-property face.
972 (save-buffer-state): Copy of the macro that is also used by
973 lazy-lock and font-lock.
974
975 (ansi-color-for-comint-mode): New option.
976 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
977 (ansi-color-for-comint-mode-off): Ditto.
978 (ansi-color-for-comint-mode-filter): Ditto.
979 (ansi-color-process): New function. Uses
980 ansi-color-for-comint-mode to decide what to do. This function is
981 added to comint-preoutput-filter-functions when the package is
982 loaded.
983
984 (ansi-color-for-shell-mode-set): Removed.
985 (ansi-color-for-shell-mode): Removed.
986
9872000-01-09 Alex Schroeder <alex@gnu.org>
988
989 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
990 the lambda expression from the ansi-color-for-shell-mode :set
991 property. Additionally, modify shell-mode-hook to enable or
992 disable font-lock-mode for future shell buffers.
993 (ansi-color-for-shell-mode): The :set property calls
994 ansi-color-for-shell-mode-set instead of a lambda expression.
995
9962000-01-09 Alex Schroeder <alex@gnu.org>
997
998 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
999 (ansi-color-context): New variable.
1000 (ansi-color-apply): Save context between calls.
1001
fb55ff10
EZ
10022001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1003
29910493
EZ
1004 * isearch.el (isearch, isearch-lazy-highlight-face): New
1005 definitions for face colors and attributes.
1006
fb55ff10
EZ
1007 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1008 of display-mouse-p.
1009
134d6265
KH
10102001-01-09 Kenichi Handa <handa@etl.go.jp>
1011
1012 * international/mule.el (make-coding-system): If the coding system
1013 accepts extra latin codes, register such codes as safe for the
1014 coding system.
1015
78b8eee8
RS
10162001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1017
984c9f75
RS
1018 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1019 don't mention the file name or the date here, because they are
1020 logged at the start of the file.
1021
10222001-01-08 Richard M. Stallman <rms@gnu.org>
1023
78b8eee8
RS
1024 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1025 Change screen-width to frame-width.
1026
1460e5d4
EZ
10272001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1028
1029 * info.el (Info-search): Print the default as part of the prompt.
1030
56f24bc1
AS
10312001-01-08 Andre Spiegel <spiegel@gnu.org>
1032
ca2ddd8e 1033 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1034 constant implementations in backends.
1035
1036 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1037 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1038
1039 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1040 WRITABLE to EDITABLE.
1041
1042 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1043 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1044 to EDITABLE.
1045
b7812d30
EZ
10462001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1049 (copyright, copyright-update): Compute the current year at run
1050 time.
1051
7e56ea04
GM
10522001-01-08 Gerd Moellmann <gerd@gnu.org>
1053
1054 * isearch.el (isearch-old-signal-hook): Removed.
1055 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1056 instead of setting signal-hook-function.
1057 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1058
a758f97d
GM
10592001-01-08 Kevin Gallagher <kevingal@onramp.net>
1060
1061 * emulation/edt.el: Update to version 4.0. Provide support for
1062 EDT scroll margins at top and bottom of the window. Provide an
1063 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1064 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1065 user when file-related buffer modifications exist. Provide
1066 support for running EDT Emulation in XEmacs. Provide customize
1067 access to some user updatable variables. Add Commentary section
1068 to file header. Fixed a few minor bugs and cleaned up some code.
1069
1070 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1071 for detecting a keypress that generates an ASCII key sequence.
1072 (Previously, only a keypress that generates a vector was
1073 recognized.) Embed Window Manager name into name of the generated
1074 EDT Emulation initialization file since the initialization file is
1075 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1076
30db89f9
EZ
10772001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1078
4deb3ba9
EZ
1079 * mail/sendmail.el (mail-mode): Doc fix.
1080
30db89f9
EZ
1081 * info.el (Info-goto-emacs-command-node): Doc fix.
1082 (Info-goto-emacs-key-command-node): Doc fix.
1083
c3f2772b
EZ
10842001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1085
8726e79b 1086 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1087 systems without long file-name support.
1088
0dac6924
AI
10892001-01-06 Andrew Innes <andrewi@gnu.org>
1090
1091 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1092
4e6ef391
EZ
10932001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1094
380866a2
EZ
1095 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1096 (isearch-lazy-highlight-update): Doc fix.
1097
148b5960
EZ
1098 * ffap.el (ffap-bindings): Doc fix.
1099
4e6ef391
EZ
1100 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1101
4cb1bcc2
DL
11022001-01-05 Dave Love <fx@gnu.org>
1103
1104 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1105
3828218c
GM
11062001-01-05 Gerd Moellmann <gerd@gnu.org>
1107
f1ade7d3
GM
1108 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1109 scroll-preserve-screen-position to nil.
1110
1f4139d5
GM
1111 * isearch.el (isearch-old-signal-hook): New variable.
1112 (isearch-mode): Set signal-hook-function to isearch-done.
1113 (isearch-done): Restore old signal-hook-function.
1114
3828218c
GM
1115 * info.el (Info-fontify-node): Mark one more char as intangible.
1116
3970013f
KH
11172000-01-05 Kenichi Handa <handa@etl.go.jp>
1118
3828218c 1119 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1120 it is non-nil, compose preceding characters by compose-region with
1121 COMPONENTS.
1122
1123 * international/quail.el (quail-input-string-to-events): New function.
1124 (quail-input-method): Convert input string to events here.
1125 (quail-start-translation): Return input string, not event list.
1126 (quail-start-conversion): Likewise.
1127
f3b05e99
GM
11282001-01-04 Gerd Moellmann <gerd@gnu.org>
1129
ca2ddd8e 1130 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1131 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1132 and tooltip-add-timeout.
1133 (tooltip-show): Set border color from faces's foreground.
1134 (tooltip-show-help-function): If called with the same help string
1135 as last time, do nothing.
1136 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1137
0f2ac578
GM
1138 * startup.el (fancy-splash-screens): Don't bind show-help-function
1139 to nil.
1140
f3b05e99
GM
1141 * tooltip.el (tooltip-frame-parameters): Remove colors.
1142 (tooltip): New face
1143 (tooltip-set-param): New function.
1144 (tooltip-show): Set up color frame parameters from face `tooltip'.
1145 Display the tooltip text in face `tooltip'.
1146
8416e94a
DL
11472001-01-04 Dave Love <fx@gnu.org>
1148
1149 * whitespace.el (whitespace-global-mode): Fix typo.
1150
1151 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1152
30db89f9
EZ
11532001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1154
1155 * help.el (help-for-help): Fix a typo in a doc string. From
1156 kwzh@gnu.org (Karl Heuer).
1157
b847eb8c
DL
11582001-01-03 Dave Love <fx@gnu.org>
1159
1160 * dired-x.el: Doc fixes. Maintainer change.
1161 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1162 :type.
1163 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1164 (dired-guess-shell-alist-user): Customize.
1165 (dired-x-help-address): Set to bug-gnu-emacs.
1166 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1167 (dired-default-directory): Renamed from default-directory.
1168
1169 * hl-line.el (hl-line): Doc fix.
1170
43c4b570
KF
11712001-01-03 Karl Fogel <kfogel@red-bean.com>
1172
1bf6b1bf 1173 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1174
984c9f75 11752001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1176
1177 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1178 to remove all the current alternative-match highlighting.
1179 If nil, remove only what's outside the current window.
1180 (isearch-lazy-highlight-remove-overlays): Take optional
1181 region within which NOT to remove them.
1182 (isearch-lazy-highlight-new-loop): Greatly simplified.
1183 (isearch-lazy-highlight-update): Find all the other occurrences
1184 visible in the window, in just one call.
1185 (isearch-lazy-highlight-start): Now holds start of region to scan.
1186 (isearch-lazy-highlight-end): Now holds end of region to scan.
1187 (isearch-lazy-highlight-wrapped): Variable deleted.
1188 (isearch-lazy-highlight-search): Function deleted.
1189
13d6a61c
AI
11902000-01-02 Andrew Innes <andrewi@gnu.org>
1191
1192 * w32-fns.el (convert-standard-filename): Do length check on name
1193 before aref.
1194
064866e7
DL
11952001-01-02 Dave Love <fx@gnu.org>
1196
b33e041b
DL
1197 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1198 value.
1199 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1200
1201 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1202
8166ffd5
DL
1203 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1204 read syntax.
1205
064866e7
DL
1206 * calendar/todo-mode.el (todo): Add :link, :version.
1207 (todo-save-top-priorities): Remove autoload cookie.
1208 (todo-add-category, todo-add-item-non-interactively)
1209 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1210 cookie.
1211
6dde6abc
GM
12122001-01-02 Gerd Moellmann <gerd@gnu.org>
1213
1214 * comint.el (comint-input-history-ignore): New variable.
1215 (comint-read-input-ring): Ignore entries matching
1216 comint-input-history-ignore.
1217
1a8a9daf
GM
12182001-01-02 Eric M. Ludlam <zappo@gnu.org>
1219
1220 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1221 (lm-copyright-mark): New function.
1222 (lm-crack-copyright): New function.
1223 (lm-verify): Check that the file has a copyright.
1224 Check that the file is copyright Free Software Foundation.
1225
9c92eb53
KH
12262000-12-30 Kenichi Handa <handa@etl.go.jp>
1227
1228 * international/mule-diag.el (print-fontset): Indent font name by
1229 24 columns, not 25.
1230
49172314
GM
12312000-12-29 Gerd Moellmann <gerd@gnu.org>
1232
762a68ec
GM
1233 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1234 in Subject line.
1235
49172314
GM
1236 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1237 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1238 continuing an interrupted message with C-u C-x m for instence,
1239 winds up in Mail mode without abbrevs.
1240
bd7a2e26
GM
12412000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1242
1243 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1244 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1245 fix.
bd7a2e26
GM
1246 (ps-print-version): New version number (6.3.3).
1247 (ps-end-with-control-d): Initialization fix.
1248 (ps-lines-printed): New var.
1249 (ps-skip-newline): New fun.
1250 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1251 (ps-next-line, ps-continue-line, ps-plot-region)
1252 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1253
2b3f28a4
KH
12542000-12-29 Kenichi Handa <handa@etl.go.jp>
1255
1256 * international/fontset.el (x-complement-fontset-spec): Resolve
1257 ASCII font name so that the same family name is used for fonts
1258 registered in x-font-name-charset-alist.
1259 (create-fontset-from-fontset-spec): Adjusted for the above change.
1260 The name of fontset alias should be a unresolved ASCII font name.
1261
2ece9174
GM
12622000-12-28 Gerd Moellmann <gerd@gnu.org>
1263
1264 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1265 and delete in isearch-mode-map.
1266
cbe3ad7a
RS
12672000-12-28 Richard M. Stallman <rms@gnu.org>
1268
ca2ddd8e 1269 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1270 Use xpdf instead of acroread.
1271
a816f1c5
KH
12722000-12-28 Kenichi Handa <handa@etl.go.jp>
1273
f086e73c
KH
1274 * textmodes/artist.el (artist-butlast): Deleted.
1275 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1276 artist-butlast.
f086e73c 1277
a816f1c5
KH
1278 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1279
1280 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1281
b202115b
EZ
12822000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1283
1284 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1285
1286 * ls-lisp.el: Better support for the Mac and MS-Windows.
1287 (ls-lisp): New defgroup.
1288 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1289 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1290 (ls-lisp-support-shell-wildcards): New defcustoms.
1291 (ls-lisp-parse-symlink): New function.
1292 (insert-directory): Code to convert switches to a list and set up
1293 the wildcard argument copied from ls-lisp-insert-directory.
1294 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1295 for -C and -R switches.
1296 (ls-lisp-column-format): New function.
ca2ddd8e 1297 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1298 (ls-lisp-format-time): Add doc strings.
1299 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1300 Support ls-lisp-dirs-first.
1301 (ls-lisp-classify, ls-lisp-extension): New functions.
1302 (ls-lisp-format): Optionally support emulation of symlinks.
1303 Support -i, -s, and -G switches.
1304
6061fbf0
GM
13052000-12-27 Gerd Moellmann <gerd@gnu.org>
1306
5e25feee
GM
1307 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1308
6061fbf0
GM
1309 * version.el (emacs-version): Print X scroll bar information.
1310
1311 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1312 instead of x-toolkit-scroll-bars-p.
1313
1314 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1315 of x-toolkit-scroll-bars-p.
1316
25050dab
EZ
13172000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1318
1319 * ffap.el (ffap-bindings): Make interactive and add an autoload
1320 cookie.
1321 (ffap-bindings): Doc fix, to reflect the above change.
1322
c1786874
KH
13232000-12-27 Kenichi Handa <handa@etl.go.jp>
1324
1325 * term.el (term-char-mode): Define all non-ascii self-inserting
1326 characters to 'term-send-raw in term-raw-map.
1327
7261ece3 13282000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1329
6061fbf0 1330 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1331 guard.
ca2ddd8e 1332
6061fbf0 1333 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1334 initialization; use add-hook.
6061fbf0 1335 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1336
6061fbf0 1337 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1338
6061fbf0
GM
1339 * ediff.el (ediff-patch-buffer): Bug fix.
1340 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1341
83f40583
SM
13422000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1343
1344 * subr.el (combine-run-hooks): Remove.
1345
1346 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1347 and remove the rogue second spec.
1348
bdd6d4e8
GM
13492000-12-23 Gerd Moellmann <gerd@gnu.org>
1350
1351 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1352
26736ce3
SM
13532000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1354
0e86b6b0
SM
1355 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1356 Use minibuffer menu prompt for the `=' prefix.
1357 (smerge-command-prefix): Change default to C-^.
6eabfb26 1358 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1359
26736ce3
SM
1360 * skeleton.el (skeleton-internal-1): Make sure the first line of
1361 the region is also re-indented.
d21584d6
SM
1362 (skeleton-end-newline): New var.
1363 (skeleton-end-hook): Use it.
26736ce3 1364
95fa4fd7
MB
13652000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1366
1367 * comint.el (comint-password-prompt-regexp): Support CVS.
1368
f060b834
GM
13692000-12-22 Gerd Moellmann <gerd@gnu.org>
1370
856ff7a7
GM
1371 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1372 backspace key combinations, depending on
1373 delete-key-deletes-forward.
1374
1375 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1376
f060b834
GM
1377 * simple.el (delete-key-deletes-forward): Doc fix.
1378
653558a1
GM
13792000-08-22 Emmanuel Briot <briot@gnat.com>
1380
1381 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1382 white spaces are relevant in the XML file.
653558a1
GM
1383 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1384 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1385 of XML files.
653558a1
GM
1386 (xml-parse-tag): Check that the casing is the same in the start
1387 tag and end tag, since XML is case-sensitive. Allows for spaces
1388 in the end tag, after the name of the tag.
1389 (xml-parse-attlist): Allow for the character '-' in the name of
1390 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1391 the properties in the XML tree, since they are not relevant.
653558a1 1392
3ad93d8d
SM
13932000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1394
1395 * generic.el (generic-read-type): Undo last change, inline into
1396 `generic-mode' and then remove.
1397 (generic-mode): Inline generic-read-type.
1398 (define-generic-mode): Push the symbol name rather than the symbol
1399 onto generic-mode-list.
1400
177f4e88
GM
14012000-12-21 Gerd Moellmann <gerd@gnu.org>
1402
8e15274f
GM
1403 * generic.el (generic-read-type): Build an alist for
1404 completing-read as in 20.7.
1405
1406 * play/landmark.el (lm): Use interactive spec `P'.
1407 (toplevel): Don't set debug-on-error.
1408
177f4e88
GM
1409 * server.el (server-switch-buffer): Choose a window on a visible
1410 frame.
1411
6ba384dc
GM
14122000-12-21 Dave Pearson <davep@davep.org>
1413
1414 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1415
647a066c
GM
14162000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1417
1418 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1419 ranges like \177-\237, but accepts the character sequence from \177 to
1420 \237. Doc fix.
1421 (ebnf-version): New version (3.4).
1422 (ebnf-setup): Code fix.
1423 (ebnf-range-regexp): New fun.
1424 (ebnf-8-bit-chars): Const fix.
1425
1426 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1427 entry. Doc fix.
1428 (ebnf-bnf-lex): Code fix.
1429 (ebnf-bnf-comment-chars): Const fix.
1430
1431 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1432 entry. Doc fix.
1433 (ebnf-iso-comment-chars): Const fix.
1434
1435 * ebnf-otz.el: Doc fix.
1436
1437 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1438 entry. Doc fix.
1439 (ebnf-yac-skip-code): Code fix.
1440 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1441
bc22fd18
EZ
14422000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1443
1444 * files.el (insert-directory-safely): New function.
834d23b2 1445 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1446 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1447
587fc3f9
KH
14482000-12-21 Kenichi Handa <handa@etl.go.jp>
1449
eeefcfde 1450 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1451 coding-category-list more rigidly. Improve help message.
eeefcfde 1452
587fc3f9
KH
1453 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1454
01860fb9
MB
14552000-12-21 Miles Bader <miles@gnu.org>
1456
587fc3f9
KH
1457 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1458 prefix.
01860fb9 1459
3f9d67a6
KH
14602000-12-21 Kenichi Handa <handa@etl.go.jp>
1461
9fd1c1f7
KH
1462 * international/mule-diag.el (describe-char-after): Make *Help*
1463 buffer inherit multibyteness of the current buffer.
1464
3f9d67a6
KH
1465 * international/mule.el (make-char): Docstring adjusted for the
1466 change of make-char-internal.
1467
c9669fac
SM
14682000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1469
1470 * international/iso-cvt.el: Docstrings fix.
1471
19594307
DL
14722000-12-20 Dave Love <fx@gnu.org>
1473
1474 * subr.el (eval-after-load): Doc fix.
1475
b1a447b3
KH
14762000-12-20 Kenichi Handa <handa@etl.go.jp>
1477
1478 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1479 for numbers.
1480
09877d5d
MB
14812000-12-20 Miles Bader <miles@gnu.org>
1482
1483 * international/quail.el (quail-help): Resize the help window
1484 again after it has all its contents. Remove unneeded progn.
1485
71d4497a
GM
14862000-12-19 Gerd Moellmann <gerd@gnu.org>
1487
1488 * pcmpl-linux.el: Fix copy/paste error.
1489
741e56a0
AI
14902000-12-19 Andrew Innes <andrewi@gnu.org>
1491
1492 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1493 docstring.
1494
cc24d91c
CD
14952000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1496
ba4c05aa
CD
1497 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1498
1499 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1500
1501 * progmodes/idlw-shell.el: Fixed copyright notice.
1502
1503 * progmodes/idlwave.el: Fixed copyright notice.
1504
71d4497a 1505 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1506 TAB as key separators.
1507
524c8caf
GM
15082000-12-19 Alex Schroeder <alex@gnu.org>
1509
1510 * sql.el (sql-sybase-options): New option.
1511 (sql-sybase): Use it. Add sql-database to the list of parameters
1512 provided for login. The options -w 2048 -n are not used any more.
1513 (sql-postgres-options): Changed default from "--pset" to "-P".
1514 (sql-mysql-options): Doc change.
1515 (sql-stop): Doc change.
1516
b5fa513d
KH
15172000-12-19 Kenichi Handa <handa@etl.go.jp>
1518
1519 * international/quail.el (quail-input-method): Always hide
1520 the guidance buffer on exiting.
1521
91c9e6ce
GM
15222000-12-18 Gerd Moellmann <gerd@gnu.org>
1523
c6da4eb4
GM
1524 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1525 isn't fboundp.
1526
3d2a0e0b
GM
1527 * server.el (server-buffer-done): Bury the buffer before
1528 killing it.
1529
91c9e6ce
GM
1530 * faces.el (face-spec-set): Interpret a nil in specs for
1531 foreground and background colors as `unspecified', for
1532 compatibility with 20.x.
1533
40fa0008
DL
15342000-12-18 Dave Love <fx@gnu.org>
1535
22adbe54
DL
1536 * simple.el (mail-user-agent): Doc fix.
1537 (input-mode-8-bit): Removed.
1538
1539 * international/mule.el (set-keyboard-coding-system): Doc fix.
1540 (keyboard-coding-system): New option.
1541
40fa0008
DL
1542 * mail/sendmail.el (send-mail-function): Customize.
1543
6f4745e2
EZ
15442000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1545
1546 * international/codepage.el (cp866-decode-table): New table.
1547
82b90229
GM
15482000-12-18 Gerd Moellmann <gerd@gnu.org>
1549
1550 * version.el (emacs-version): Remove `%a' from the time format
1551 because the weekday doesn't fit well into each locale.
1552
5a047002
MB
15532000-12-18 Miles Bader <miles@gnu.org>
1554
7f49aa07
MB
1555 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1556
ca2ddd8e 1557 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1558 Check that emacs-major-version is `=' to 20, not `>='.
1559 (artist-replace-chars): Use `make-string' instead of a loop.
1560
22ea2607
EZ
15612000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1564 (cvs-execute-single-file): Don't change directory.
1565 Patch from Per Cederqvist.
1566
6c825f8e
EZ
15672000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * textmodes/ispell.el (check-ispell-version): If
1570 `ispell-program-name' is "aspell", pass it the -v switch instead
1571 of -vv.
1572
8ff06845
KH
15732000-12-16 Kenichi Handa <handa@etl.go.jp>
1574
af4bb4c8
KH
1575 * international/mule-diag.el (mule-diag): Insert information about
1576 configure options, multibyte awareness, language env.
1577
8ff06845
KH
1578 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1579 regexp to search for candidates.
1580
b24e84ab
EZ
15812000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * info.el (Info-forward-node): If the node has an
1584 Info-header-line, widen the buffer before searching for "next:"
1585 and "up:" pointers, and set the search limit to stay in the
1586 current node.
1587
7981d89f
MB
15882000-12-16 Miles Bader <miles@gnu.org>
1589
1590 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1591
88ee7917
MB
15922000-12-15 Miles Bader <miles@gnu.org>
1593
1594 * comint.el (comint-send-string, comint-send-region): Also accept
1595 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1596 process-send-string/region.
1597
0c28d842
GM
15982000-12-15 Gerd Moellmann <gerd@gnu.org>
1599
4ea7fdca
GM
1600 * isearch.el (isearch-lazy-highlight-max): New user-option.
1601 (isearch-lazy-highlight-update): Don't highlight more than
1602 isearch-lazy-highlight-max matches.
1603
0c28d842
GM
1604 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1605
984c9f75 16062000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1607
8062e53a
GM
1608 * sort.el (sort-columns): Fix error message.
1609
3ffa545b
GM
1610 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1611 `upcase' or `downcase' or nil.
1612 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1613 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1614 (dabbrev--substitute-expansion): New arg record-case-pattern.
1615 If it is non-nil, set dabbrev--last-case-pattern.
1616 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1617
1618 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1619
c2d7f289
MB
16202000-12-15 Miles Bader <miles@gnu.org>
1621
b6348438
MB
1622 * paths.el (Info-default-directory-list): Don't delete
1623 configure-info-directory from the list of standard info
1624 directories when appending it to the end -- their order is
1625 important.
1626
f9056dd9
MB
1627 * faces.el (read-face-attribute): If there's no entry for the
1628 user's input in VALID, just use it as-is (this will often result
1629 in an error, but it may be OK for e.g. colors using hexadecimal
1630 notation, and at least will yield a better error message).
1631
c2d7f289 1632 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1633 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1634 Variables removed.
1635 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1636 window is really the right size. Use vertical-motion
1637 rather than forward-line.
1638 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1639 (ispell-command-loop, ispell-show-choices): Use the variable
1640 ispell-choices-win-default-height, rather than the function.
1641 (ispell-choices-win-default-height): Function removed.
1642 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1643
8f530b95
SM
16442000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1645
1646 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1647
6d435deb
EZ
16482000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1649
4dddb0b7
EZ
1650 * paths.el (Info-default-directory-list): If
1651 configure-info-directory is not one of the standard directories,
1652 put it first in the list; otherwise put it last. Doc string
1653 changed accordingly.
1654
1655 * info.el (Info-directory-list): Change doc string to reflect the
1656 change in Info-default-directory-list.
1657
6d435deb
EZ
1658 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1659 windows-nt as windowed environments, even under -nw.
1660
1661 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1662 if not fboundp. Switch delete-forward mode for the <delete> key
1663 on all PC platforms, even under -nw.
1664
1665 * term/internal.el ([M-delete]): Remap to M-d.
1666
9d7d9263
GM
16672000-12-14 Gerd Moellmann <gerd@gnu.org>
1668
1669 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1670
7cf0153a
EZ
16712000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1672
1673 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1674
5e5b3d41
GM
16752000-12-14 Gerd Moellmann <gerd@gnu.org>
1676
5f368d29
GM
1677 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1678 if appropriate.
1679
1680 * simple.el (delete-key-deletes-forward): New user-option.
1681 (delete-key-deletes-forward-mode): New function.
1682
9d7d9263 1683 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1684
5e5b3d41
GM
1685 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1686 if symbol is bound before getting its value.
1687
1688 * tooltip.el (tooltip-show): If an error is signaled in
1689 x-show-tip, display that error, and display the help in the
1690 echo area.
ca2ddd8e 1691
191b83b6
KH
16922000-12-14 Kenichi Handa <handa@etl.go.jp>
1693
1694 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1695 "... entries" messages for every 10000 entries, not 10.
1696
6192b604
KF
16972000-12-13 Karl Fogel <kfogel@red-bean.com>
1698
1699 * bookmark.el: Provide a generic exit hook, as suggested by
1700 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1701 (bookmark-exit-hook): New var.
1702 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1703 old raw lambda form in `kill-emacs-hook', and runs new
1704 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1705 as logically that feature must have been provided if this function
1706 is running.
1707 Removed ;;;###autoload before the `add-hook' call.
1708
5edf6b55
SM
17092000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1710
1711 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1712 (easy-menu-current-active-maps): New function.
1713 (easy-menu-get-map): Use it.
1714 Make a proper menu entry when creating a new keymap.
1715
16b5e8e6
KH
17162000-12-13 Kenichi Handa <handa@etl.go.jp>
1717
d49fc4eb
KH
1718 * international/characters.el: Fix cases and syntaxes for
1719 mule-unicode-0100-24ff.
1720
3b53d876
KH
1721 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1722 that a Japanese character is not appended after day and year.
1723
16b5e8e6
KH
1724 * info.el (Info-suffix-list): Change format for a command that
1725 requires arguments.
1726 (info-insert-file-contents): Adjusted for the above change.
1727
1df1c518
AS
17282000-12-12 Andreas Schwab <schwab@suse.de>
1729
1730 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1731 on the name of the tar buffer. Verify that the existing buffer is
1732 visiting the same subfile.
1733
a7a07b98
DL
17342000-12-12 Dave Love <fx@gnu.org>
1735
1736 * subdirs.el: Add obsolete.
1737
4fdbd809
GM
17382000-12-12 Gerd Moellmann <gerd@gnu.org>
1739
bfdb75ee
GM
1740 * mail/rmailsum.el (rmail-summary-expunge)
1741 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1742 instead of rmail-confirm-expunge.
1743
4fdbd809
GM
1744 * replace.el (perform-replace): Don't use an empty match adjacent
1745 to a non-empty match when computing the next match before the
1746 replacement is performed.
1747
e9a59cad
GM
17482000-12-12 Milan Zamazal <pdm@freesoft.cz>
1749
1750 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1751 definition (patch by Stefan Monnier).
1752 (glasses-mode): Use jit-lock instead of `after-change-functions'
1753 (patch by Stefan Monnier).
1754
c2def7a0
MB
17552000-12-12 Miles Bader <miles@gnu.org>
1756
1757 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1758 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1759
591b63b4
AC
17602000-12-12 Andrew Choi <akochoi@i-cable.com>
1761
1762 * term/mac-win.el: Remove load for ls-lisp.
1763
a924cf63 1764 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1765
5ff4ba3d
MB
17662000-12-12 Miles Bader <miles@gnu.org>
1767
1768 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1769 Respect field end too.
1770 (just-one-space): Respect fields as `delete-horizontal-space'.
1771 (newline-and-indent, reindent-then-newline-and-indent): Use
1772 `delete-horizontal-space'.
1773
d0c679bc
SM
17742000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1775
adf9c994
SM
1776 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1777 (so as to obey the field property in the minibuffer).
1778
4b0cd42d
SM
1779 * obsolete/c-mode.el: Moved from lisp/progmodes.
1780 * obsolete/auto-show.el: Moved from lisp.
1781 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1782
89f85863
CD
17832000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1784
1785 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1786 changes to list them here.
1787
1788 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1789 many changes to list them here.
1790
1791 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1792 many changes to list them here.
1793
1794 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1795
3e0d35ce
GM
17962000-12-11 Gerd Moellmann <gerd@gnu.org>
1797
d990421f
GM
1798 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1799 nil.
1800
ca2ddd8e 1801 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1802 Comment fix.
1803
3e0d35ce
GM
1804 * hscroll.el: Moved to `obsolete' subdir.
1805
ff904dd6
MB
18062000-12-11 Miles Bader <miles@gnu.org>
1807
1808 * window.el (window-text-height): Function removed (now in C).
1809
fb97d87f
SM
18102000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1811
1812 * log-edit.el (log-edit-parent-buffer): New var.
1813 (log-edit): Set it. Add BUFFER argument.
1814 (log-edit-done): Use char-before.
1815 Don't bother checking validity of vc-comment-ring.
1816 Only bury the buffer if log-edit popped it up.
1817
1818 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1819 (cvs-mode-diff-help): Remove.
1820 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1821 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1822
1823 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1824 Remove binding for ? now made unnecessary.
1825
7de77417
CD
18262000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1827
1828 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1829 function
1830 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1831
1832 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1833 when master file is not open.
1834
4efa209f
SM
18352000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1836
1837 * progmodes/ada-stmt.el: Update `maintainer'.
1838
0a8052bd
GM
18392000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1840
1841 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1842 choices to match documentation string.
1843
a12167c5
MB
18442000-12-09 Miles Bader <miles@gnu.org>
1845
2161605d
MB
1846 * minibuf-eldef.el: New file.
1847
a12167c5
MB
1848 * window.el (fit-window-to-buffer): Don't pass last argument to
1849 pos-visible-in-window-p, now that its meaning is inverted.
1850
9ea8de1b
EZ
18512000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1852
1853 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1854 <ceder@lysator.liu.se>.
1855
5002ddbb
SM
18562000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1857
b6114d80
SM
1858 * autoinsert.el (auto-insert-alist): Add missing final \n.
1859
ee8d23ee
SM
1860 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1861 (cvs-menu-map): Remove.
1862 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1863 (cvs-mode-quit): Turn it back into a plain function.
1864
5002ddbb 1865 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1866 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1867
1868 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1869 file where it's more visible.
1870 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1871 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1872 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1873 (texinfo-inside-macro-p): Only catch `scan-error's.
1874 (texinfo-inside-env-p): Make better use of the match info.
1875 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1876 (texinfo-insert-@end): Slight re-organization.
1877 Also remove useless `looking-at' call.
1878
30cd075d
AI
18792000-12-08 Andrew Innes <andrewi@gnu.org>
1880
1881 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1882 accessible in -nw mode.
1883
1884 * term/w32-win.el: Remove stuff about selection timeout, which is
1885 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1886 it is accessible in -nw mode.
1887
01b91009
DL
18882000-12-08 Dave Love <fx@gnu.org>
1889
1890 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1891 font-lock-keywords-case-fold-search.
1892
842b2a94
GM
18932000-12-08 Gerd Moellmann <gerd@gnu.org>
1894
1895 * textmodes/ispell.el (ispell): Doc fix.
1896
f9d5f611
KH
18972000-12-08 Kenichi Handa <handa@etl.go.jp>
1898
1899 * international/quail.el (quail-insert-decode-map): Check the
1900 frame width of a window displaying the current buffer, not that of
1901 the selected frame.
1902 (quail-help): Make sure that the help buffer has window before
1903 inserting text in it.
1904
e04d21aa
SS
19052000-12-07 Sam Steingold <sds@gnu.org>
1906
1907 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1908 Backquote is used in isearch.el, so autoloading saves nothing.
1909
fc3e23a4
EZ
19102000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1911
137cad7c
EZ
1912 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1913 the CVS and RCS subdirectories case-insensitively.
1914
fc3e23a4
EZ
1915 * dired.el (dired-insert-directory): If file-system-info is
1916 fboundp, call it instead of invoking dired-free-space-program.
1917
796ecd10
GM
19182000-12-07 Gerd Moellmann <gerd@gnu.org>
1919
0f5f7c3e
GM
1920 * server.el (server-visit-files): Push files on file-name-history.
1921
3764ba49
GM
1922 * progmodes/cc-langs.el: Update copyright.
1923
8e7931da
GM
1924 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1925
ae0d7485 1926 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 1927
796ecd10
GM
1928 * bindings.el (mode-line-mode-menu): Reverse the order
1929 of define-keys so that the menu appears in alphabetical order.
1930
ae0d7485
GM
19312000-12-07 Milan Zamazal <pdm@freesoft.cz>
1932
1933 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1934 of the function.
1935
e2849090
DL
19362000-12-07 Dave Love <fx@gnu.org>
1937
1938 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1939
1940 * facemenu.el (facemenu-unlisted-faces): Fix value.
1941
5c7f629c
SM
19422000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1943
1944 * font-lock.el (font-lock-default-fontify-region):
1945 Include the terminating \n (off-by-one error).
1946 (font-lock-set-defaults): Use dolist.
1947
1948 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1949
73481ae3
KH
19502000-12-07 Kenichi Handa <handa@etl.go.jp>
1951
ffbaa122
KH
1952 * international/mule-cmds.el (describe-language-environment): Fix
1953 for the case that an input method title is not string but a list.
1954
73481ae3
KH
1955 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1956 of wrong SIZE record.
1957
e2896b22
DL
19582000-12-06 Dave Love <fx@gnu.org>
1959
67292061
DL
1960 * newcomment.el (comment-region, comment-dwim): Doc fix.
1961
1962 * textmodes/texinfo.el: Require tex-mode when compiling.
1963 (texinfo-update-node): Doc fix.
1964 (texinfo-imenu-generic-expression): Add @anchor.
1965 (texinfo-font-lock-keywords): Add @uref.
1966 (texinfo-inside-macro-p): Don't use ignore-errors.
1967 (texinfo-insert-quote): Match more contexts.
1968
e76938e7
DL
1969 * international/mule.el (decode-char, encode-char): Doc fix.
1970 (auto-coding-alist): Customize.
1971
1972 * files.el (load-file): Fix change of 2000-03-12.
1973
e2896b22
DL
1974 * wid-edit.el (widget-text-keymap): Doc fix.
1975
6610f4b2
AI
19762000-12-06 Andrew Innes <andrewi@gnu.org>
1977
1978 * makefile.w32-in (lisp): Set to an absolute directory, namely
1979 $(CURDIR).
1980
9e3366e4
EZ
19812000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1982
1983 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1984 read generated-autoload-file, and set buffer-file-coding-system to
1985 raw-text-unix after reading the file.
1986
1987 * international/mule-conf.el (file-coding-system-alist): Use
1988 raw-text for reading loaddefs.el and raw-text-unix for writing
1989 it.
1990
d94d636f
GM
19912000-12-06 Gerd Moellmann <gerd@gnu.org>
1992
384333ee
GM
1993 * replace.el (occur): Make line-number-width 1 smaller for the
1994 colon following the line number.
1995
347d0813
GM
1996 * startup.el (fancy-splash-text, command-line-1): Use
1997 `File' for the menu name instead of `Files'.
e04d21aa 1998
d4b72d58
GM
1999 * tmm.el: Update copyright.
2000
d94d636f
GM
2001 * cus-start.el: Add entry for even-window-heights.
2002
6e424019
MB
20032000-12-06 Miles Bader <miles@gnu.org>
2004
2005 * faces.el (frame-set-background-mode): Avoid stomping on
2006 locally modified faces.
2007
e6477b58
KH
20082000-12-06 Kenichi Handa <handa@etl.go.jp>
2009
2010 * international/fontset.el: Correct the font registries for
2011 japanese-jisx0213-1 and japanese-jisx0213-2.
2012
21999ab9
GM
20132000-12-05 Gerd Moellmann <gerd@gnu.org>
2014
57d6e381
GM
2015 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2016
21999ab9
GM
2017 * iswitchb.el: Update customization commentary.
2018
7422819c
GM
20192000-12-05 Rob Riepel <riepel@Stanford.EDU>
2020
2021 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2022 (tpu-search-highlight): Fixed comparison of overlay end positions.
2023 (tpu-trim-line-ends): Implemented trimming logic locally.
2024
2025 * emulation/tpu-extras.el (tpu-write-file-hook)
2026 (tpu-set-cursor-bound): Replaced picture-clean with
2027 tpu-trim-line-ends.
2028
73daff18
KH
20292000-12-05 Kenichi Handa <handa@etl.go.jp>
2030
2031 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2032 to cn-gb.
2033 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2034
6a4cd002
DL
20352000-12-04 Dave Love <fx@gnu.org>
2036
2037 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2038
6452929e
GM
20392000-12-04 Gerd Moellmann <gerd@gnu.org>
2040
e04d21aa 2041 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2042 (rmail-summary-expunge-and-save): Ask for confirmation with
2043 rmail-expunge-confirmed.
2044
2045 * mail/rmail.el (rmail-expunge-confirmed): New function.
2046 (rmail-expunge): Use it.
2047
0c68ce6f
GM
2048 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2049 (etags-recognize-tags-table, find-tag-in-order): New
2050 functionality: interpret file names as tags.
e04d21aa 2051
7a53d8c8
EZ
20522000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2053
2054 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2055 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2056 visit the first subnode until the bottom of the current node is
2057 visible.
2058
caa15ef7
GM
20592000-12-04 Gerd Moellmann <gerd@gnu.org>
2060
2061 * format.el (format-decode): Don't change buffer's undo list.
2062
e225faa7
KH
20632000-12-04 Kenichi Handa <handa@etl.go.jp>
2064
2065 * faces.el (face-font-registry-alternatives): Add entries for CJK
2066 fonts. Doc-string adjusted for the actual usage of this data.
2067
2068 * international/fontset.el: Change the font registries for CJK
2069 fonts in the default fontset. Don't append '*' to registries.
2070
8b262a65
SM
20712000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2072
e04d21aa 2073 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2074 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2075
2076 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2077 (derived-mode-p): New function.
2078 (derived-mode-make-docstring): Add `docstring' argument.
2079 Use it if available and complete it if necessary.
2080
33c4460b
AS
20812000-12-03 Andreas Schwab <schwab@suse.de>
2082
2083 * type-break.el (type-break): Don't make parent of itself.
2084
5c9b3fac
MB
20852000-12-03 Miles Bader <miles@gnu.org>
2086
2087 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2088
27ce741e
SM
20892000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2090
07c16ec4
SM
2091 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2092 (tex-main-file, tex-file): Simplify.
2093 (tex-generate-zap-file-name): Use subst-char-in-string.
2094 (tex-strip-dots): Remove.
2095
c19cc275
SM
2096 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2097
27ce741e
SM
2098 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2099 to check if the match succeeded.
2100
285991dc
GM
21012000-12-02 Gerd Moellmann <gerd@gnu.org>
2102
2103 * startup.el (use-fancy-splash-screens-p): New function.
2104 (command-line-1): Use it to determine whether or not to use
2105 a fancy splash screen.
2106
52dca1b2
AS
21072000-12-02 Andreas Schwab <schwab@suse.de>
2108
2109 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2110
d3e7e7cf
EZ
21112000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2112
2dce2360
EZ
2113 * international/mule.el (make-char): Fix last change.
2114
9768eaa7
EZ
2115 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2116 New defcustoms.
2117 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2118 autoloading tex-mode; instead, do the same manually. Use
2119 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2120 with numeric argument. Docstring fix.
2121 (toplevel): Require cl when compiling.
e04d21aa 2122
285991dc 2123 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2124
0dd5e255
JR
21252000-12-02 Jason Rumney <jasonr@gnu.org>
2126
2127 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2128 the Emacs Lisp manual)
2129
fbb87147
EZ
21302000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2131
5cbb3e93
EZ
2132 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2133
fbb87147
EZ
2134 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2135 the Emacs Lisp manual).
2136
1636ca09
GM
21372000-12-02 Gerd Moellmann <gerd@gnu.org>
2138
2139 * simple.el (next-line-add-newlines): Change default to nil.
2140
68875f0e
EZ
21412000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2142
2143 * files.el (revert-buffer, recover-file): Bind
2144 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2145
fd9ac94c
GM
21462000-12-01 Gerd Moellmann <gerd@gnu.org>
2147
2148 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2149
45450dd5
MB
21502000-12-01 Miles Bader <miles@gnu.org>
2151
2152 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2153
09df8881
KH
21542000-12-01 Kenichi Handa <handa@etl.go.jp>
2155
2156 * international/mule-diag.el (describe-char-after): Fix typo.
2157 (describe-character-set, non-iso-charset-alist): Fix typo.
2158
dea0a87d
MB
21592000-12-01 Miles Bader <miles@gnu.org>
2160
b170205b
MB
2161 * image-file.el (image-file-name-regexp): Automatically add
2162 upper-case variants of each filename extension in
2163 `image-file-name-extensions', since they seem to be common.
2164
e04d21aa 2165 * simple.el (minibuffer-contents)
dea0a87d
MB
2166 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2167 New functions.
2168 * filecache.el (file-cache-directory-name)
2169 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2170
2b69bc11 21712000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2172
dea0a87d
MB
2173 * filecache.el (file-cache-minibuffer-complete): Don't try to
2174 delete the minibuffer prompt.
2175
a8a1b05d
DL
21762000-11-30 Dave Love <fx@gnu.org>
2177
2178 * cus-start.el: Fix read-buffer-function type.
2179
693c4692
GM
21802000-11-30 Gerd Moellmann <gerd@gnu.org>
2181
2182 * md5.el: Removed. There's a built-in function, now.
2183
2c0b1898
GM
21842000-11-30 Markus Rost <rost@math.ohio-state.edu>
2185
2186 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2187 as dummy 0-th char of rmail-deleted-vector.
2188
63dfcf4b
EZ
21892000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * ps-print.el (ps-end-job): Bind case-fold-search only after
2192 switching to ps-spool-buffer.
2193
21942000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2195
2196 * ps-print.el: Line number font customization. PostScript: Lines and
2197 PageCount are initialized on each page. Doc Fix.
2198 (ps-print-version): New version number (6.3.2).
2199 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2200 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2201 (ps-right-header): Customization fix.
2202 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2203 Fix code.
2204 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2205 New vars.
2206
df3aedcf
GM
22072000-11-30 Gerd Moellmann <gerd@gnu.org>
2208
edfb795e
GM
2209 * bs.el: Fix typos and spelling errors.
2210 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2211 (bs-configuration): Doc fix.
e04d21aa 2212
df3aedcf
GM
2213 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2214
8b8a7f01
GM
22152000-11-30 Rob Riepel <riepel@Stanford.EDU>
2216
2217 * emulation/tpu-edt.el (tpu-version): New version.
2218 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2219 (tpu-original-mode-line): Variable deleted.
2220 (tpu-mark-flag): New initial value.
2221 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2222 tpu-mark-flag to minor-mode-alist.
2223 (tpu-update-mode-line): New mark flag logic.
2224 (tpu-get): Use find-file-wildcards.
2225 (tpu-search-highlight): Move overlay less, reset overlay properly.
2226 (tpu-unselect): Deactivate mark.
2227 (tpu-lm-replace): Reset overlay properly.
2228 (tpu-forward-line): Use forward-visible-line.
2229 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2230
2231 * emulation/tpu-extras.el (tpu-forward-line): Use
2232 forward-visible-line.
e04d21aa 2233
c069a9d3
GM
22342000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2235
2236 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2237
b02cd40b
GM
22382000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2239
2240 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2241 and skip whitespace and newlines.
e04d21aa 2242
b7a90344
SM
22432000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2244
2245 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2246
be6bbb55
GM
22472000-11-29 Gerd Moellmann <gerd@gnu.org>
2248
0383ed60
GM
2249 * help.el (describe-function-1): Regexp-quote function name
2250 when used as part of a regexp.
2251
c7957947
GM
2252 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2253 face-attribute instead of face-foreground and face-background.
2254 (tool-bar-add-item): Likewise, and handle unspecified colors.
2255
2256 * enriched.el (enriched-face-ans): Use face-attribute instead
2257 of face-foreground and face-background.
2258
2259 * faces.el (face-foreground, face-background, face-stipple):
2260 Return nil if attribute is unspecified, for backward
2261 compatibility.
2262
7423978d
GM
2263 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2264
ef128c78
GM
2265 * play/5x5.el: Remove version info.
2266
a81fc510
GM
2267 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2268
be6bbb55
GM
2269 * frame.el (blink-cursor-mode): Doc fix.
2270
f9396e03
GM
22712000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2272
2273 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2274 to create Makefile rules.
2275 (antlr-tool-command): New user option.
2276 (antlr-ask-about-save): New user option.
2277 (antlr-makefile-specification): New user option.
2278 (antlr-file-formats-alist): New variable.
2279 (antlr-special-file-formats): New variable.
2280 (antlr-unknown-file-formats): New user option.
2281 (antlr-help-unknown-file-text): New variable.
2282 (antlr-help-rules-intro): New variable.
2283 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2284 (antlr-mode-menu): Add entries.
2285 (antlr-file-dependencies): New function.
2286 (antlr-directory-dependencies): New function.
2287 (antlr-superclasses-glibs): New function.
2288 (antlr-run-tool): New command.
2289 (antlr-makefile-insert-variable): New function.
2290 (antlr-insert-makefile-rules): New function.
2291 (antlr-show-makefile-rules): New command.
2292
2293 * antlr-mode.el: More Emacs/XEmacs stuff.
2294 (antlr-no-action-keywords): New constant with value nil.
2295 (antlr-font-lock-keywords-alist): Use it. Old value would break
2296 syntax highlighting in Emacs-21.0.
2297 (antlr-default-directory): Emacs/XEmacs dependend function.
2298 (antlr-read-shell-command): Ditto.
2299 (antlr-with-displaying-help-buffer): Ditto.
2300
23012000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2302
2303 * antlr-mode.el: imenu, parsing and highlighting changes.
2304 (antlr-imenu-create-index-function): Don't create extra submenus
2305 for definitions in different grammar classes. It is not necessary
2306 for the menu and would make command `imenu' awkward to use.
2307 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2308 header actions and more than one.
2309 (antlr-font-lock-tokendef-face): Changed color.
2310 (antlr-font-lock-tokenref-face): Changed color.
2311 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2312 (antlr-mode-syntax-table): New variable.
2313 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2314 (antlr-with-syntax-table): Don't copy syntax table.
2315
23162000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2317
2318 * antlr-mode.el: Minor changes: language setting.
2319 (antlr-language-alist): The value for file option "language" can
2320 be both an identifier and a string.
2321 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2322 (antlr-language-limit-n-regexp): Change accordingly.
2323
23242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2325
2326 * antlr-mode.el: Minor changes: tabs, hiding.
2327 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2328 (antlr-action-visibility): Also allow value nil to also hide the
2329 braces. Renamed from `antlr-tiny-action-length'.
2330 Suggested by Jay@aol.com.
2331 (antlr-hide-actions): Change accordingly. Hide line if completely
2332 hidden action is on a line of its own.
e04d21aa 2333
6ad948eb
SM
23342000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2335
2336 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2337
2338 * sort.el (sort-columns): Don't concat strings with numbers.
2339
9c6a4107
DL
23402000-11-29 Dave Love <fx@gnu.org>
2341
2342 * cus-edit.el (face): Fix :format.
2343
2344 * mail/feedmail.el: Require smtpmail when compiling.
2345 (mail-do-fcc): Autoload.
2346 (feedmail) <defgroup>: Fix :link.
2347 (feedmail-nuke-body-in-fcc): Fix :type.
2348 (feedmail-send-it): Add autoload cookie.
2349
053b8d35
SM
23502000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * newcomment.el (comment-indent): Save excursion around call to
2353 comment-indent-function.
2354
242c13e8
MB
23552000-11-29 Miles Bader <miles@gnu.org>
2356
2357 * subr.el (member-ignore-case): Return the tail of the list who's
2358 car matches, like `member', not the matching element itself.
2359
8f4b5f28
KH
23602000-11-29 Kenichi Handa <handa@etl.go.jp>
2361
2362 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2363 should not contain `\n'.
2364
bebe4a2c
GM
23652000-11-28 Gerd Moellmann <gerd@gnu.org>
2366
fd9ac94c 2367 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2368
ba7e40eb
GM
2369 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2370
75ab0c79
GM
2371 * dired-aux.el (dired-do-create-files): Construct default file
2372 name for dired-mark-read-file-name so that when the user enters
2373 just RET, the target file will end up in the target directory.
2374
bebe4a2c
GM
2375 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2376 local-abbrev-table before changing buffers because it might
2377 have a buffer-local binding.
2378
fa6d1ca8
MB
23792000-11-28 Miles Bader <miles@gnu.org>
2380
2381 * simple.el (delete-horizontal-space): Handle fields more generally.
2382
8d2c2642
GM
23832000-11-28 Gerd Moellmann <gerd@gnu.org>
2384
2385 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2386
8b31236d
DL
23872000-11-28 Dave Love <fx@gnu.org>
2388
3cbd02d2
DL
2389 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2390 comment-start-skip locally.
2391
8b31236d
DL
2392 * progmodes/fortran.el (fortran-mode): Don't set
2393 fortran-comment-line-start-skip. Set comment-start to
2394 fortran-comment-line-start.
2395 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2396 (fortran-comment-line-start-skip): Simplify slightly.
2397
ae4bf56d
GM
23982000-11-28 Gerd Moellmann <gerd@gnu.org>
2399
17ef7534
GM
2400 * play/5x5.el: Remove RCS keyword.
2401
fd9ac94c 2402 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2403
665b27a6
GM
24042000-11-28 Milan Zamazal <pdm@freesoft.cz>
2405
2406 * textmodes/tildify.el (tildify-string-alist): Add
2407 `plain-tex-mode' here.
2408
fe3c2ae3
GM
24092000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2410
2411 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2412 reference.
2413
d970106b
MB
24142000-11-28 Miles Bader <miles@gnu.org>
2415
36b80a0d
MB
2416 * cus-face.el (custom-face-attributes): Add post-filter function
2417 for :box. Make pre-filter function for :box handle all cases.
2418
d970106b
MB
2419 * wid-edit.el (widget-choose): Make sure pop-up window is large
2420 enough to display all the choices, as there's no way to scroll it.
2421
5a2bae6c
KH
24222000-11-28 Kenichi Handa <handa@etl.go.jp>
2423
2424 * international/mule-conf.el: Make the coding system no-conversion
2425 safe for all characters.
2426
9e836e23
DL
24272000-11-27 Dave Love <fx@gnu.org>
2428
8b31236d
DL
2429 * net/ldap.el (ldap) <defgroup>: Add :version.
2430
9e836e23
DL
2431 * tooltip.el (tooltip-use-echo-area): Doc fix.
2432
2433 * cus-start.el <minibuffer-prompt-properties>: Add version.
2434 <read-buffer-function>: Add.
2435
2436 * apropos.el (apropos-print): Add help-echo to active text.
2437
2438 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2439
4a74d071
GM
24402000-11-27 Gerd Moellmann <gerd@gnu.org>
2441
2442 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2443 type, group and version.
2444
76058c27
EZ
24452000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2446
4a74d071 2447 * select.el (x-get-selection): Docstring fix.
76058c27 2448
fd9ac94c 24492000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2450
fd9ac94c 2451 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2452
49060c51
AI
24532000-11-27 Andrew Innes <andrewi@gnu.org>
2454
2455 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2456
2457 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2458
b2a8e429
MB
24592000-11-27 Miles Bader <miles@gnu.org>
2460
2461 * dired.el (dired-get-filename): Return filename verbatim if
2462 LOCALP is `verbatim'.
2463 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2464 `verbatim' so that we don't inadvertently delete a non-existant
2465 directory name.
2466
5ac0366d
KH
24672000-11-27 Kenichi Handa <handa@etl.go.jp>
2468
2469 * international/characters.el: Specify cases and syntaxes for
2470 mule-unicode-0100-24ff.
2471
67f1cf4c
GM
24722000-11-27 Gerd Moellmann <gerd@gnu.org>
2473
2474 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2475 that foreground and/or background colors of the face `tool-bar'
2476 are unspecified.
2477
46c56972
MB
24782000-11-27 Miles Bader <miles@gnu.org>
2479
e04d21aa 2480 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2481 (widget-field-end): Handle widget field `pseudo-overlays'.
2482 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2483 if it's there instead of in `widget-field-list'.
2484
46c56972 2485 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2486 (help-make-xrefs): Delete extraneous newlines at the end of the
2487 docstring.
46c56972 2488
640a9cdd
JR
24892000-11-25 Jason Rumney <jasonr@gnu.org>
2490
2491 * startup.el (command-line): Call set-locale-environment after
2492 Window System init file is read, as it can result in a call to
2493 redraw-frame.
2494
0b3f96d4
EZ
24952000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2496
2497 * simple.el (shell-command): Mention the effect of the prefix
2498 argument in the doc string.
2499
8da6e2a1
MB
25002000-11-25 Miles Bader <miles@gnu.org>
2501
a658d039
MB
2502 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2503
8da6e2a1 2504 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2505 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2506
d3416cca
JR
25072000-11-24 Jason Rumney <jasonr@gnu.org>
2508
2509 * international/mule-cmds.el (locale-language-names): Add "jp" as
2510 a non-standard alternative for Japanese.
2511
17e37f53
AS
25122000-11-24 Andre Spiegel <spiegel@gnu.org>
2513
2514 * vc-hooks.el: Require 'cl during compilation.
2515
9aa5f148
GM
25162000-11-24 Gerd Moellmann <gerd@gnu.org>
2517
ba193890
GM
2518 * faces.el (face-set-after-frame-default): Let face attributes
2519 specified for new frames override frame parameters.
2520
9aa5f148
GM
2521 * startup.el (command-line): Fix computation of the source file
2522 for user-init-file when user-init-file is a compiled file.
2523
51a1edab
MB
25242000-11-24 Miles Bader <miles@gnu.org>
2525
e04d21aa 2526 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2527 (custom-post-filter-face-spec): New functions.
2528 (custom-face-set, custom-face-value-create): Filter the face spec
2529 before and after customization.
2530 (custom-face-set): If VALUE specifies a null face, pass a
2531 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2532 * cus-face.el (custom-face-attributes): Remove SET and GET
2533 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2534 cases they're needed.
2535
1ed74431
MB
2536 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2537 that it's distinguishable from the :off-glyph on dark-background
2538 displays. Set its background color too.
2539
67ee1125
MB
2540 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2541 so that people can easily turn it off.
2542
7d027816 25432000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2544
7d027816 2545 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2546
9aa5f148 2547 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2548
9aa5f148 2549 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2550
9aa5f148 2551 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2552 redundant skip-small-frames test.
e04d21aa 2553
9aa5f148 2554 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2555 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2556
9aa5f148
GM
2557 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2558 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2559 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2560 functions.
e04d21aa 2561
9aa5f148 2562 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2563
9aa5f148 2564 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2565
f07fa1b8
KH
25662000-11-24 Kenichi Handa <handa@etl.go.jp>
2567
2568 * international/mule-diag.el (list-iso-charset-chars): For
2569 two-byte charset, fix the `while' condition.
2570 (list-non-iso-charset-chars): Fix the `while' condition.
2571
ba8299ff
SM
25722000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2573
79372165
SM
2574 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2575 if the variable is make-variable-buffer-local.
2576
ba8299ff
SM
2577 * progmodes/ada-stmt.el (ada-template-map): Initialize
2578 and bind it to C-c t in ada-mode-map.
2579 (ada-stmt-mode-hook): New function extracted from old code.
2580 Only change the buffer-local side of skeleton-*.
2581 (ada-mode-hook): Use it.
2582
68a887fa
EZ
25832000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2584
2585 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2586 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2587 we expect to be returned by minibuffer-depth once we prompt the
2588 user in the minibuffer.
2589 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2590 as recorded in iswitchb-minibuf-depth, return non-nil.
2591
3b345582
EZ
25922000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2593
2594 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2595 (hscroll-window-maybe): Docstring fix.
2596
595dead2
DL
25972000-11-23 Dave Love <fx@gnu.org>
2598
2599 * rect.el (string-rectangle): Don't test delete-selection-mode.
2600
1e66b27a
GM
26012000-11-23 Gerd Moellmann <gerd@gnu.org>
2602
02790ce2
GM
2603 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2604 is in the tool bar.
2605
1e66b27a
GM
2606 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2607 with `no-dir'; we want the directory part to be able to remove
2608 it.
2609
a4caa65d
SM
26102000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2611
2612 * textmodes/outline.el (outline-flag-region):
2613 Don't bind inhibit-read-only since we don't modify the buffer.
2614 (outline-isearch-open-invisible): Don't jump to overlay-start
2615 since we're trying to unhide text around point.
2616 (outline-discard-overlays): Use dolist.
2617
2618 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2619
03e757c1
GM
26202000-11-22 Gerd Moellmann <gerd@gnu.org>
2621
e04d21aa 2622 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2623 y-or-n-p.
e04d21aa 2624
1598a961
SM
26252000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2626
2627 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2628 Fix ARG regexp to skip quoted braces.
2629 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2630 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2631 are (correctly) handled separately).
2632 Remove `caption' and `footnote' from `citations': they contain text.
2633 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2634 (latex-skeleton-end-hook): New function.
2635 (latex-mode): Use it.
2636 (tex-start-tex-marker): Remove.
2637 (tex-send-tex-command): Don't set tex-start-tex-marker.
2638 (tex-error-parse-syntax-table): New var.
2639 (tex-compilation-parse-errors): Use it.
2640 Ignore tex-start-tex-marker. Don't bother with marker-position.
2641 (tex-validate-buffer): Don't bother with marker-position.
2642
2643 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2644 (flyspell-generic-progmode-verify): Use it.
1598a961 2645
eaae8106
SS
26462000-11-22 Sam Steingold <sds@gnu.org>
2647
03e757c1
GM
2648 * simple.el (delete-trailing-whitespace): New interactive
2649 function.
e04d21aa 2650
eaae8106 2651 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2652 `ada-remove-trailing-spaces'.
eaae8106 2653 (ada-remove-trailing-spaces): Removed.
e04d21aa 2654
eaae8106 2655 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2656
1598a961
SM
2657 * textmodes/picture.el (picture-clean): Removed.
2658 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2659
a41d49e9
GM
26602000-11-22 Gerd Moellmann <gerd@gnu.org>
2661
e053c60f
GM
2662 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2663
a41d49e9
GM
2664 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2665 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2666 do anything special when jit-lock is active.
a41d49e9
GM
2667 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2668
197615f3
DL
26692000-11-22 Dave Love <fx@gnu.org>
2670
ddbfaa9f
DL
2671 * calendar/todo-mode.el (todo-top-priorities): Use
2672 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2673
ddc3c695
DL
2674 * language/chinese.el, language/cyrillic.el:
2675 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2676 * language/hebrew.el, language/indian.el, language/japanese.el:
2677 * language/korean.el, language/lao.el, language/misc-lang.el:
2678 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2679 Use provide.
2680
fb9fa98d
DL
2681 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2682 (custom-variable-set): Improve validation error mesage.
2683
197615f3
DL
2684 * rect.el (string-rectangle): Revert last change.
2685 (string-rectangle-line): New arg DELETE.
2686 (string-rectangle): Check delete-selection-mode.
2687
2688 * emacs-lisp/edebug.el (edebug-version)
2689 (edebug-maintainer-address): Deleted.
2690 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2691 (edebug-read-function): Account for other `'#' read forms.
2692 (edebug-mode-menus): Make some items toggles.
2693 (edebug-outside-unread-command-event, unread-command-event):
2694 Remove these to avoid warnings.
2695
f4117c4d
GM
26962000-11-22 David Ponce <david@dponce.com>
2697
2698 * recentf.el (recentf-menu-items-for-commands)
2699 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2700 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2701
f4117c4d
GM
2702 (recentf-build-dir-rules, recentf-dump-variable)
2703 (recentf-edit-list, recentf-open-files-item)
2704 (recentf-open-files): Replaced unnecessary `mapcar' with new
2705 built-in `mapc'.
eaae8106 2706
f8e2f3f2
MB
27072000-11-23 Miles Bader <miles@gnu.org>
2708
2709 * faces.el (menu): Make inverse-video on ttys too.
2710
4c4a541d
SM
27112000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2712
2713 * simple.el (comment-line-break-function): Use the new name
2714 indent-new-comment-line -> comment-indent-new-line.
2715 (clone-indirect-buffer): Don't ignore NORECORD.
2716 (next-completion): Properly handle the case where items are adjacent.
2717
2718 * mouse.el (popup-menu): Stupid typo.
2719
980d836e
GM
27202000-11-22 Gerd Moellmann <gerd@gnu.org>
2721
60e8e0a5
GM
2722 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2723 maintainer, keywords tags.
2724
980d836e
GM
2725 * rect.el (replace-rectangle): Don't call string-rectangle-line
2726 with too many arguments.
2727
e08b2069
AS
27282000-11-22 Andre Spiegel <spiegel@gnu.org>
2729
60e8e0a5 2730 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2731 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2732 vc-locking-user, which no longer exists.
2733
2734 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2735
c6779d8d
DL
27362000-11-22 Dave Love <fx@gnu.org>
2737
2738 * md5.el (md5): Provide.
2739 (md5): Fix error call.
2740
e672fdce
MB
27412000-11-22 Miles Bader <miles@gnu.org>
2742
eaae8106 2743 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2744 (refill-fill-paragraph-at): Remove debugging code.
2745
80e24c04
MB
2746 * calendar/calendar.el (generate-calendar-window): When we don't
2747 call `fit-window-to-buffer', make sure the top line is fully visible.
2748
3a17d6cc
MB
2749 * image-file.el (insert-image-file): Don't make `read-only'
2750 property rear-nonsticky.
2751
ae1a21c6
MB
2752 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2753 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2754 stashing away its original value.
2755 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2756 in the recursive edit.
2757 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2758 (isearch-done): Restore `minibuffer-message-timeout'.
2759
e672fdce
MB
2760 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2761
3ea79df8
SM
27622000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2763
2764 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2765
2766 * find-lisp.el (find-lisp-find-files-internal):
2767 Use dolist, when and file-name-as-directory.
2768
980d836e 2769 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2770 (define-derived-mode, define-minor-mode): Add specs.
2771
2772 * window.el: General comment and spacing fixes.
2773 (save-selected-window): Use backquotes.
2774 (window-safely-shrinkable-p): New function.
2775 (shrink-window-if-larger-than-buffer): Use it.
2776
2777 * subr.el (make-local-hook): Docstring fix.
2778
2779 * shell.el (shell-mode): Use define-derived-mode.
2780
2781 * newcomment.el (comment-indent): Insert comment before calling
2782 comment-indent-function. Don't insert in column 0.
2783 (comment-dwim): Indent before inserting comment.
2784
2785 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2786 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2787 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2788 Use mapc rather than map.
2789
2790 * files.el (find-buffer-visiting): Compare all attributes before
2791 declaring two files identical (rather than just their inode-no).
2792 (auto-mode-alist): Use \' rather than $.
2793
2794 * which-func.el: Update maintainer line.
2795
2796 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2797 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2798 (uniquify-buffer-file-name): Use it.
2799
8f62f2b8
MB
28002000-11-22 Miles Bader <miles@gnu.org>
2801
2802 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2803 * simple.el (minibuffer-avoid-prompt): New function.
2804
fb279a6d
GM
28052000-11-21 Gerd Moellmann <gerd@gnu.org>
2806
2807 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2808
867092e9
MB
28092000-11-21 Miles Bader <miles@gnu.org>
2810
ef860850
MB
2811 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2812 inclusion of `track-mouse'.
2813
867092e9
MB
2814 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2815 (refill-adjust-ignorable-overlay): New function.
2816 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2817 only the paragraph's tail if possible.
2818 Update `refill-ignorable-overlay'.
2819 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2820
2821 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2822 point inside the fill-prefix.
2823
2824 * textmodes/refill.el (refill-post-command-function): Don't reset
2825 refill-doit in the case where a self-insertion command doesn't
2826 case a refill. Use `refill-fill-paragraph-at', getting position
2827 from `refill-doit'.
2828 (refill-after-change-function): Set `refill-doit' to END.
2829 (refill-fill-paragraph-at): New function, mostly from old
2830 refill-fill-paragraph.
2831 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2832 (refill-pre-command-function): New function.
2833 (refill-mode): Add it to `pre-command-hook'.
2834
ff9ab414
GM
28352000-11-20 Gerd Moellmann <gerd@gnu.org>
2836
29a01b72
GM
2837 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2838
ff9ab414
GM
2839 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2840 javadoc tags.
eaae8106 2841
885b211b
AS
28422000-11-20 Andre Spiegel <spiegel@gnu.org>
2843
2844 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2845 vc.el).
2846
eaae8106 2847 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2848 require vc.
eaae8106
SS
2849
2850 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2851 checkouts.
eaae8106 2852
d1838556
DL
28532000-11-20 Dave Love <fx@gnu.org>
2854
2855 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2856
2b69bc11 28572000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2858
2b69bc11
GM
2859 * calculator.el (calculator-paste): Use `if' instead of `and'
2860 and `or'.
2861 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2862
b95b34e5
GM
28632000-11-19 Gerd Moellmann <gerd@gnu.org>
2864
030de92f
GM
2865 * info.el (info-menu-5): Doc fix.
2866
b95b34e5
GM
2867 * textmodes/artist.el: New file.
2868
54970452
AS
28692000-11-19 Andre Spiegel <spiegel@gnu.org>
2870
eaae8106 2871 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2872 and differentiate according to checkout model.
2873 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2874 since this function is only concerned with master state.
2875
eaae8106 2876 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2877 vc-default-workfile-unchanged-p): Moved here from vc.el.
2878
eaae8106 2879 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2880 vc-default-workfile-unchanged-p): See above.
2881
e5a9dabf
MB
28822000-11-19 Miles Bader <miles@gnu.org>
2883
2884 * image-file.el (insert-image-file): Make `intangible' and
2885 `read-only' properties rear-nonsticky too.
2886
24127af0
GM
28872000-11-18 Gerd Moellmann <gerd@gnu.org>
2888
d392e9c5 2889 * ps-print.el: Update copyright notice.
eaae8106 2890
d392e9c5
GM
2891 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2892 (tooltip-show): Use the offsets.
2893
24127af0 2894 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2895 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2896 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2897
2b69bc11 28982000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2899
2b69bc11
GM
2900 * ps-print.el (toplevel): Test for find-coding-system being
2901 fboundp before calling ps-x-find-coding-system.
08ea6f17 2902
66321b2f
SM
29032000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2904
2905 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2906 (vc-version-backup-file): Docstring fix.
2907
046110c6
GM
29082000-11-16 Gerd Moellmann <gerd@gnu.org>
2909
4104194e
GM
2910 * files.el (basic-save-buffer): Don't add a newline if
2911 find-file-literally is non-nil.
2912 (find-file-literally): Extend doc string.
2913
046110c6
GM
2914 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2915 sort(1) with the `-f' argument.
2916
6505c16e
AS
29172000-11-16 Andre Spiegel <spiegel@gnu.org>
2918
fd063975
AS
2919 * vc.el: Updated backend documentation.
2920 (vc-default-check-headers): New function.
2921
3d02dd81 2922 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
2923
2924 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 2925 up-to-date.
eaae8106 2926 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 2927 the minibuffer is not active.
fd063975 2928
eaae8106 2929 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 2930 `vc-cvs-use-edit' is on.
eaae8106
SS
2931 (vc-cvs-checkout): When this is used for reverting the workfile,
2932 make a backup of the original contents and revert to that in case
8791d617 2933 of error.
eaae8106 2934 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 2935 remote repositories.
eaae8106 2936
6505c16e
AS
2937 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2938 for both version and ratio in the minibuffer.
fd063975 2939
eaae8106 2940 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 2941 Use vc-do-command to perform the annotation, not call-process.
6505c16e 2942
a13f0660
KH
29432000-11-16 Kenichi Handa <handa@etl.go.jp>
2944
2945 * international/quail.el (quail-start-translation): Don't call
2946 `message' before reading key sequence.
2947
1389a414
MB
29482000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2949
2950 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2951
9256a532
KH
29522000-11-16 Kenichi Handa <handa@etl.go.jp>
2953
2954 * window.el (fit-window-to-buffer): Be sure to acquire at least
2955 one text line even if the buffer is empty.
2956
0e14fe9f
GM
29572000-11-16 Gerd Moellmann <gerd@gnu.org>
2958
eaae8106 2959 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
2960 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2961 ange-ftp-process-verbose to nil.
2962
da645c53
DL
29632000-11-15 Dave Love <fx@gnu.org>
2964
233d5cde
DL
2965 * wid-edit.el (widget-specify-field, widget-specify-button): If
2966 :help-echo is a function, set help-echo of overlay to
2967 widget-mouse-help.
2968 (widget-mouse-help): New function.
2969 (widget-echo-help): Rewritten for :help-echo functions only taking
2970 a widget arg.
2971
b12057b9
DL
2972 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2973 display-graphic-p.
2974 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2975 and that JPEG is available.
2976 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2977
da645c53
DL
2978 * international/mule-cmds.el (locale-charset-language-names):
2979 Match @euro.
2980
6d133d1f
GM
29812000-11-15 Gerd Moellmann <gerd@gnu.org>
2982
2983 * faces.el (face-set-after-frame-default): If
0e14fe9f 2984 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
2985 default face from X resources.
2986
49ac2ac5
EZ
29872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2988
2989 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2990 Don't set EMACSLOADPATH.
2991
4fb0a34c
EZ
29922000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2993
2994 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2995 texinfo-insert-@url.
2996 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2997 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2998
bb304a7a
SM
29992000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3000
82bc80bf
SM
3001 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3002 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3003 (checkdoc-minor-keymap): Backward compatibility.
3004 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3005 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3006 (checkdoc-this-string-valid-engine): Be a bit more strict
3007 to avoid matching substrings of `...' quoted vars/funs.
3008 (checkdoc-defun-info): Only look for `interactive' if alone.
3009 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3010
e8c87124
SM
3011 * progmodes/compile.el (grep): `tag-default' can be nil.
3012
bb304a7a
SM
3013 * newcomment.el (comment-indent): Paren typo.
3014
8628686a
DL
30152000-11-14 Dave Love <fx@gnu.org>
3016
25c269ef
DL
3017 * calculator.el: New maintainer version.
3018
66321b2f 3019 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3020
8628686a
DL
3021 * cmuscheme.el: Doc fixes.
3022 (cmuscheme) <defgroup>: Use `scheme' as parent.
3023 (cmuscheme-program-name): Remove. Change uses to
3024 scheme-program-name.
3025
3026 * xscheme.el (scheme-program-name): Don't define here.
3027
3028 * progmodes/scheme.el (scheme-program-name): New variable
3029 (originally in cmuscheme).
3030
88f0a1eb
MB
30312000-11-14 Miles Bader <miles@gnu.org>
3032
3033 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3034 Handle header-lines. Don't loop forever if we can't enlarge the
3035 window anymore. Simplify a bit.
3036
cd9a000c
KH
30372000-11-14 Kenichi Handa <handa@etl.go.jp>
3038
3039 * window.el (fit-window-to-buffer): Don't check
3040 window-text-height. Assure that the last line is fully visible.
3041
3042 * international/quail.el (quail-show-guidance-buf): Call
3043 fit-window-to-buffer to assure the enough height of the guidance
3044 buffer.
3045 (quail-update-guidance): Avoid making the guidance buffer shorter.
3046
d3fcda22
SM
30472000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3048
bdbd9606
SM
3049 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3050 rather than `prepend' and add an interesting comment.
3051 (tex-math-face, tex-font-lock-syntactic-face-function):
3052 New face and function to use it.
3053 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3054 than `menu-enable' symbol property.
3055 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3056 (tex-mode): Add some latex-mode commands for auto-selection.
3057 Use tex-font-lock-syntactic-face-function.
3058 (tex-insert-quote): Simplify.
3059 (tex-shell): New mode.
3060 (tex-start-shell): Use it.
3061 (tex-shell-proc, tex-shell-buf): New functions.
3062 (tex-send-command): Use it.
3063 (tex-main-file): Fix the meaning of the new arg REALFILE.
3064 (tex-send-tex-command): New function split from `tex-start-tex'.
3065 Set compilation-last-buffer and compilation-parsing-end.
3066
d3fcda22
SM
3067 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3068 when it follows non-comment text on the line.
3069
3070 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3071 Set font-lock-defaults.
3072 (lisp-mode-shared-map): Init inside the defvar.
3073 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3074 Use define-derived-mode.
3075
bdab1d43
MB
30762000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3077
3078 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3079
936ae731
GM
30802000-11-14 Gerd Moellmann <gerd@gnu.org>
3081
3082 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3083 recursively optimize body because that can lead to infinite
3084 recursion; see comment there.
3085
1695ca2b
EZ
30862000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3087
3088 * faces.el (face-spec-set-match-display): Revert the change from
3089 2000-10-24. Add a FIXME for after v21.1.
3090
9d348294
MB
30912000-11-13 Miles Bader <miles@gnu.org>
3092
3093 * textmodes/fill.el (skip-line-prefix): New function.
3094 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3095 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3096 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3097 point inside the fill-prefix.
9d348294 3098
b85fa13c
MB
30992000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3100
3101 * calendar/calendar.el (generate-calendar-window): Use
3102 `fit-window-to-buffer'.
3103
a0b47716
SM
31042000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3105
3106 * gud.el (gud-minor-mode): New var.
3107 (gud-symbol, gud-val): New functions.
3108 (gud-find-file): Copy gud-minor-mode to the new buffer.
3109 (gud-menu-map): Include entries for commands that are not always
3110 available, using :enable to (de)activate them.
3111 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3112 (gud-mode-map): New map.
eaae8106 3113 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3114 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3115 Don't set up gud's menu (it's done by the minor-mode).
3116 (gud-minibuffer-local-map): New.
3117 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3118 (gud-query-cmdline): New function.
3119 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3120 (gud-mode): Use define-derived-mode.
3121 Don't set up gud's menu (it's done by the minor-mode).
3122 (gud-chop-words): Remove.
3123 (gud-common-init): Use split-string instead.
3124 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3125
3126 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3127 Add keyword arg :name.
3128
3129 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3130 (diff-count-matches, diff-split-hunk): New functions.
3131 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3132
3133 * pcvs-info.el (cvs-fi-conflict-face): New var.
3134
3135 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3136 Make it into a simple syntax-table, shared among all submodes.
3137 (sh-heredoc-face): Re-introduce.
3138 (sh-font-lock-syntactic-face-function): New function.
3139 (sh-mode): Use it. Also use define-derived-mode.
3140 Remove old bogus setting of indent-region-function.
3141 (sh-set-shell): Don't set the syntax-table any more.
3142 (sh-mode-syntax-table) <defun>: Remove.
3143
f5ed37df
MB
31442000-11-12 Miles Bader <miles@gnu.org>
3145
3146 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3147 message if interactive.
3148
0b074c2f
DL
31492000-11-12 Dave Love <fx@gnu.org>
3150
3151 * mail/feedmail.el: Fix header,
3152 (feedmail) <defgroup>: Add :link.
3153
3154 * view.el: Use local-map property, not keymap on mode-line string.
3155
3156 * scroll-all.el (scroll-all-mode): Customize variable. Add
3157 autoload cookie to function.
3158
3159 * lazy-lock.el: Remove compatibility code.
3160
3161 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3162 (finder-help-echo): New variable.
3163 (finder-mouse-face-on-line): Add help-echo stuff.
3164 (finder-list-keywords, finder-list-matches): Use mapc.
3165
3166 * faces.el (face-font-registry-alternatives): Add :version.
3167
3168 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3169 tags-table-list.
3170
a0b47716 3171 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3172
a0b47716 3173 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3174 (mail-mode): Use [:alnum:] in some regexps.
3175
6d502396
DL
31762000-11-10 Dave Love <fx@gnu.org>
3177
3178 * ediff.el (ediff-regions-internal, ediff-documentation):
3179 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3180 fundamental mode.
3181
3182 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3183 buffer into fundamental mode.
3184 (ediff-set-difference): Use copy-sequence if available.
3185
3186 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3187 ediff-patch-map non-nil.
3188 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3189 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3190 buffer into fundamental mode.
3191
3192 * ediff-merg.el (state-or-merge): Defvar when compiling.
3193
a82fe213
JR
31942000-11-10 Jason Rumney <jasonr@gnu.org>
3195
3196 * w32-fns.el (w32-add-charset-info): New function.
3197 (w32-charset-info-alist): Use it.
3198
52d89894
GM
31992000-11-10 Gerd Moellmann <gerd@gnu.org>
3200
3201 * faces.el (face-font-registry-alternatives): New user-option.
3202
178932de
SM
32032000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3204
d7fa3319
SM
3205 * textmodes/texinfo.el (texinfo-block-default): New var.
3206 (texinfo-insert-block): Use it. Insert a newline if needed.
3207
178932de
SM
3208 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3209 (fill-region-as-paragraph): Use it.
3210
3211 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3212 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3213 Tweak paragraph regexps to allow a leading [ \t]*.
3214 (tex-latex-block): Insert a newline if necessary.
3215 (latex-insert-item): Only insert a newline if necessary.
3216 (tex-guess-main-file): New function.
3217 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3218 Set tex-main-file if TeX-master is provided.
3219 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3220
bd02b8e0
GM
32212000-11-10 Gerd Moellmann <gerd@gnu.org>
3222
3223 * startup.el (command-line): Set the default tooltip-mode
3224 to t for graphical displays which implement x-show-tip.
3225
3226 * tooltip.el (tooltip-mode): Add a comment about startup.el
3227 setting the default value of this user-option.
3228
b29b03eb
SM
32292000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3230
3231 * font-lock.el (font-lock-*-face) <defvar>: Move.
3232 (font-lock-defaults-alist): Mark obsolete.
3233 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3234 (font-lock-mode): Use define-minor-mode.
3235 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3236 (font-lock-turn-off-thing-lock): Be more explicit.
3237 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3238 (font-lock-syntactic-face-function): New var.
3239 (font-lock-fontify-syntactically-region): Use it.
3240 (font-lock-doc-face): New.
3241
3242 * pcvs.el (cvs-enabledp): Ignore errors.
3243 (cvs-commit-filelist): Never query.
3244 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3245 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3246 (cvs-do-removal): Use cvs-partition rather than delete-if.
3247 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3248 cvs-bury-buffer.
3249
3250 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3251 Allow `next' to jump to after the end of the last match.
3252
778fbc46
GM
32532000-11-09 Gerd Moellmann <gerd@gnu.org>
3254
730c746c
GM
3255 * simple.el (byte-compiling-files-p): New function.
3256
3257 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3258 if it is there.
3259
3260 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3261 nil again.
3262
778fbc46
GM
3263 * textmodes/ispell.el (ispell-library-path): Don't call
3264 check-ispell-version when byte-compiling because that starts
3265 an ispell process, and ispell might not be installed.
3266 (toplevel): Don't set up a menu when byte-compiling.
3267
3268 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3269 it, so that a boundp test can be used to determine if we're
3270 currently byte-compiling.
3271
5912c5bb
DL
32722000-11-09 Dave Love <fx@gnu.org>
3273
3274 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3275 eval-after-load.
3276
7bb054a5
GM
32772000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3278
3279 * ps-print.el: Patch for variable initialization when spooling. Doc
3280 fix.
3281 (ps-output-list): Fun eliminated.
3282 (ps-begin-file, ps-begin-job): Code fix.
3283
9db2706e
DL
32842000-11-08 Dave Love <fx@gnu.org>
3285
3286 * ediff-wind.el (ediff-control-frame-parameters): Zero
3287 tool-bar-lines.
3288
f7eb32aa
GM
32892000-11-08 Gerd Moellmann <gerd@gnu.org>
3290
3291 * simple.el (shell-command, display-message-or-buffer)
3292 (shell-command-on-region): Mention resize-mini-windows in the doc
3293 string.
3294 (display-message-or-buffer): Take the value of resize-mini-windows
3295 into account.
3296
7b01b08c
GM
32972000-11-07 Gerd Moellmann <gerd@gnu.org>
3298
acad3c0b
GM
3299 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3300
7b01b08c
GM
3301 * dired.el (dired-between-files): Add `^. find' as an alternative
3302 to the regular expression, for find-dired.
3303
6f602bd0
SM
33042000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3305
3306 * textmodes/texnfo-upd.el: Require texinfo.
3307 (defmacro, defgroup): Remove.
3308 (texinfo-section-to-generic-alist): Remove.
3309 Use texinfo-section-list instead (i.e. level is changed string->int).
3310 (texinfo-filter): New function.
3311 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3312 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3313 Use it. And use regexp-opt.
3314 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3315 (texinfo-update-menu-region-beginning)
3316 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3317 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3318 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3319 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3320 (texinfo-sequential-node-update): Remove autoload cookie.
3321
3322 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3323 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3324 (texinfo-chapter-level-regexp): Remove.
3325 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3326
bb216218
DL
33272000-11-06 Dave Love <fx@gnu.org>
3328
6f602bd0 3329 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3330
6f602bd0
SM
3331 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3332 Match defun*.
bb216218 3333
ff8dd5d5
KH
33342000-11-06 Kenichi Handa <handa@etl.go.jp>
3335
3336 * composite.el (composition-function-table): Variable declaration
3337 moved to src/composite.c.
3338 (compose-chars-after): New optional arg object.
3339
e9da51a1
GM
33402000-11-06 Gerd Moellmann <gerd@gnu.org>
3341
e0c12c68
GM
3342 * bindings.el (mode-line-toggle-read-only)
3343 (mode-line-toggle-modified, mode-line-widen)
3344 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3345 (make-mode-line-mouse2-map): Rewritten.
3346 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3347 functions so that C-h k can show something with a doc string.
eaae8106 3348
e9da51a1
GM
3349 * startup.el (fancy-splash-delay): Set to 10 seconds.
3350 (fancy-splash-max-time): New user-option.
3351 (fancy-splash-stop-time): New variable.
3352 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3353 (fancy-splash-screens-1): Throw `stop-splashing' when current
3354 time is greater than fancy-splash-stop-time.
3355
611dbdf0
SM
33562000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3357
4d2806e2
SM
3358 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3359
611dbdf0
SM
3360 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3361 Prompt user for a file rather than raising an error.
3362 (cvs-enabledp): Fix call to cvs-mode-marked.
3363 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3364 (cvs-mode-insert): Use it. Change the init prompt' value.
3365 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3366
3367 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3368 Don't pass default arg to ewoc-locate.
3369 (ewoc-collect): Return result in the right order.
3370
3371 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3372
3373 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3374 (cvs-status-get-tags): Fix regexp.
3375 (cvs-status-trees, cvs-status-cvstrees):
3376 Combine after change hooks and don't sit-for.
4d2806e2
SM
3377 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3378 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3379 Use make-char rather than hard-coded cryptic data.
3380 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3381
3382 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3383
3384 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3385 (cvs-insert-strings): New function.
3386
937b2877
MB
33872000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3388
3389 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3390 `mwheel-scroll-amount'.
3391 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3392 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3393 string-matching against the version string.
3394
c6c97763
KH
33952000-11-06 Kenichi Handa <handa@etl.go.jp>
3396
6eaec747
KH
3397 * language/thai.el ("Thai"): Set a lisp form that produces
3398 composed string in `sample-text' language info.
3399
3400 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3401 composed string in `sample-text' language info.
3402
3403 * international/mule-cmds.el (describe-language-environment): Eval
3404 `sample-text' data and insert the result.
3405
c6c97763
KH
3406 * international/mule-conf.el (compound-text): Define this coding
3407 system here. Make x-ctext and ctext aliases of it.
3408
3409 * language/european.el (compound-text, ctext): Moved to
3410 international/mule-conf.el.
3411
d1145f85
AI
34122000-11-05 Andrew Innes <andrewi@gnu.org>
3413
3414 * w32-fns.el (w32-version): New function.
3415
178a6a45
SM
34162000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3417
3418 * progmodes/awk-mode.el: Update copyright.
3419 (awk-mode-abbrev-table): Remove.
3420 (awk-font-lock-keywords): Use regexp-opt.
3421 (awk-mode): Use define-derived-mode.
3422
3423 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3424 when extracting a suffix.
3425
1ba90166
AS
34262000-11-04 Andre Spiegel <spiegel@gnu.org>
3427
3428 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3429 auto-save-mode.
3430
546790cb
JR
34312000-11-04 Jason Rumney <jasonr@gnu.org>
3432
3433 * language/european.el (decode-mac-roman): Test against r1 not r0.
3434
d247e32d
SM
34352000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3436
fbf44f44
SM
3437 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3438 (icon-mode): Define indent-line-function.
3439 (icon-comment-indent): Simplify.
3440 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3441
3442 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3443
3444 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3445 Bind change-log-default-mode to defeat the caching done on it.
3446 Don't bother saving excursion any more.
3447
3448 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3449
3450 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3451 (set-frame-font): Use the new name (and the old for compatibility).
3452
eaae8106
SS
3453 * toolbar/tool-bar.el (tool-bar-mode):
3454 * time.el (display-time-mode):
3455 * recentf.el (recentf-mode):
3456 * paren.el (show-paren-mode):
3457 * mwheel.el (mouse-wheel-mode):
3458 * msb.el (msb-mode):
3459 * jka-compr.el (auto-compression-mode):
3460 * image-file.el (auto-image-file-mode):
3461 * hl-line.el (hl-line-mode):
3462 * delsel.el (delete-selection-mode):
3463 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3464 * complete.el (partial-completion-mode): Drop unneeded positional args.
3465
eaae8106 3466 * info.el (Info-mode):
79372165 3467 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3468
d247e32d
SM
3469 * log-edit.el (log-edit-menu): New menu.
3470
4921558e
MB
34712000-11-03 Miles Bader <miles@gnu.org>
3472
3473 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3474 definition, so that trailing spaces are handled properly.
3475 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3476
1fc02b3c
GM
34772000-11-03 Gerd Moellmann <gerd@gnu.org>
3478
3479 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3480 tab character.
3481 (fancy-splash-screens): Set tab-width to 20.
3482
51d001f7
DL
34832000-11-03 Dave Love <fx@gnu.org>
3484
3485 * comint.el (comint-completion-addsuffix): Fix custom type.
3486
ba22aeff
SM
34872000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3488
3489 * font-lock.el (font-lock-buffers): Remove.
3490 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3491 (font-lock-change-major-mode): Remove.
3492 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3493 (font-lock-default-fontify-region): Extend the multiline
3494 fontification to whole lines.
3495 (font-lock-fontify-anchored-keywords)
3496 (font-lock-fontify-keywords-region): If matching just one
3497 line (with \n) only mark the \n as multiline.
3498
3499 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3500 Correctly handle the case where several :group args are supplied.
3501 Allow :extra-args.
3502 (easy-mmode-define-global-mode): Allow :extra-args.
3503 Correctly handle the case where several :group args are supplied.
3504
9c887ada
MB
35052000-11-02 Miles Bader <miles@gnu.org>
3506
eaae8106 3507 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3508 (holiday-face): Remove dependency on `window-system'.
3509
7f25090d
KR
35102000-11-02 Ken Raeburn <raeburn@gnu.org>
3511
3512 * Makefile.in (emacs): Set EMACSLOADPATH always.
3513 (update-authors, .el.elc, compile-files): Don't do it explicitly
3514 here.
9b911107 3515 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3516
7dd6009c
DL
35172000-11-02 Dave Love <fx@gnu.org>
3518
3519 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3520
94821e4f
EZ
35212000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3522
3523 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3524 punctuation in the warning inserted into the *mail* buffer.
3525
1ac3fc42
GM
35262000-11-02 Gerd Moellmann <gerd@gnu.org>
3527
57731876
GM
3528 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3529 (authors-public-domain-p): New function.
3530 (authors-print): Use it.
3531
975f82c9
GM
3532 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3533
1ac3fc42
GM
3534 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3535
4b3eb10f
GM
35362000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3537
975f82c9 3538 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3539 (ps-print-version): New version number (6.3.1).
3540 (ps-even-or-odd-pages): Customization fix.
3541 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3542 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3543 (ps-page-count): Var replaced by `ps-page-column'.
3544 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3545 (ps-print-sheet-p): New fun.
3546
7da794df
MB
35472000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3548
3549 * tooltip.el (tooltip-gud-tips-setup): New function.
3550 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3551 (tooltip-mode): Call tooltip-gud-tips-setup.
3552 (tooltip-gud-tips): Use `gud-basic-call' instead of
3553 process-send-string, so the prompt gets frobbed appropriately.
3554 Handle nil return value from `tooltip-gud-print-command'.
3555
0e40b809
EL
35562000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3557
3558 * comint.el (comint-add-to-input-history): New function.
3559 (comint-send-input): Use `comint-add-to-input-history'.
3560
50ada0db
MB
35612000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3562
973a3104
MB
3563 * info.el (info-menu-header): New face.
3564 (Info-fontify-menu-headers): New function.
3565 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3566
50ada0db
MB
3567 * info.el (Info-insert-dir): Don't include blank lines at
3568 beginning of additional dir files (one is added automatically).
3569
bff53411
SM
35702000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3571
3572 * emacs-lisp/easy-mmode.el (define-minor-mode):
3573 Revert the latest changes.
3574 Allow the three positional arguments to be skipped and replaced
3575 by keyword arguments.
3576 Add a :toggle argument to determine whether a nil arg means toggle
3577 or means turn-on. The default is unchanged.
3578 Add a call to force-mode-line-update.
3579
6b8a0b2d
DL
35802000-11-01 Dave Love <fx@gnu.org>
3581
3582 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3583 cookie.
3584
5bf99100
MB
35852000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3586
3587 * calendar/calendar.el (diary-face, holiday-face): Add
3588 dark-background variants.
3589
a4032611
SS
35902000-10-31 Sam Steingold <sds@gnu.org>
3591
3592 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3593 `tex-main-file' does not have directory in it.
3594
c286608e
SM
35952000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3596
3597 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3598
4836835a
TTN
35992000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3600
3601 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3602 functional change.
3603
26dcb81b
GM
36042000-10-31 Gerd Moellmann <gerd@gnu.org>
3605
3606 * files.el (find-file-noselect): When we expand a wildcard, return
3607 a list of buffers, as we should do according to the doc string.
3608
49fc4500
KR
36092000-10-31 Ken Raeburn <raeburn@gnu.org>
3610
3611 * loadup.el (top level): Adjust load path if program name is
3612 "../src/bootstrap-emacs", in case it's not dumped and thus the
3613 load path adjustment hasn't already been done.
3614
ea0c615d
GM
36152000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3616
3617 * ps-print.el: Fix bug on selected pages for printing. Use
3618 `color-values' for Emacs 21. Ensure fontification when jit-lock
3619 is on. Try to avoid warning messages when compiling. Doc Fix.
3620 (ps-print-version): New version number (6.3).
3621 (ps-color-device): Use `color-values' to determine if device
3622 supports color.
3623 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3624 (ps-print-page-p): Changed from defsubst to defun.
3625 (ps-page-number): Changed from defmacro to defun.
3626 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3627 printing.
c286608e 3628 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3629 (ps-end-file, ps-dummy-page): Funs eliminated.
3630 (ps-print-color-scale): Changed default value.
3631 (ps-page-n-up, ps-print-page-p): New internal vars.
3632 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3633 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3634
9e20722f
GM
3635 * delim-col.el: Little programming improvement.
3636 (delimit-columns-str): New macro.
3637 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3638
d7a0fd00
KH
36392000-10-31 Kenichi Handa <handa@etl.go.jp>
3640
c286608e
SM
3641 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3642 Moved to european.el.
d7a0fd00
KH
3643 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3644 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3645 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3646 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3647
234be340
DL
36482000-10-30 Dave Love <fx@gnu.org>
3649
3650 * progmodes/cc-menus.el (imenu-generic-expression)
3651 (imenu-progress-message): Only defvar when compiling.
3652
4edc4a39
DL
3653 * emacs-lisp/elp.el (elp-unload-hook): New function.
3654
3655 * loadhist.el (unload-feature): Call elp-restore-function,
3656 checking for symbols; don't use elp-restore-all.
3657 (loadhist-hook-functions): Doc fix.
3658
70c825df
SM
36592000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3660
3661 * log-edit.el (log-edit-confirm): Fix the default.
3662
1d3baf74
GM
36632000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3664
3665 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3666 delimit-columns-format.
3667 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3668
1ec321a7
MB
36692000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3670
3671 * comint.el (comint-replace-by-expanded-history): Don't use
3672 comint-get-old-input (we're not looking at *old* input).
3673 (comint-get-old-input-default): If using fields, signal an error
3674 when the point is not in an input field.
3675
70737ea9
KH
36762000-10-30 Kenichi Handa <handa@etl.go.jp>
3677
3678 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3679 and mule-unicode-e000-ffff.
3680
fa0cb51d 3681 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3682 (make-coding-system): Accept a symbol of translation table as a
3683 value of property `safe-chars'.
3684
3685 * international/mule-cmds.el (encode-coding-char): Check property
3686 safe-chars instead of safe-charsets.
3687
3688 * international/fontset.el (fontset-default): Modified for
3689 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3690 (x-font-name-charset-alist): Likewise.
3691 (ccl-encode-unicode-font): New CCL program. Record it in
3692 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3693
70c825df
SM
3694 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3695 New translation tables.
70737ea9
KH
3696 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3697 programs are modified and moved from mac-win.el.
3698 (mac-roman): Definition of this coding system is modified and
3699 moved from mac-win.el.
4836835a 3700
fda2ce24 37012000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3702
1d3baf74 3703 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3704 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3705
dd4d3cb6
MB
37062000-10-29 Miles Bader <miles@gnu.org>
3707
3708 * custom.el (custom-add-to-group): Allow multiple entries for a
3709 given value OPTION, as long as their widget types are different.
3710 * cus-edit.el (custom-face-value-create): If face name doesn't end
3711 with "face", add such here (similar to custom group widgets).
3712
3713 * comint.el (comint-highlight-prompt): Add :type.
3714
dace60cf
JW
37152000-10-28 John Wiegley <johnw@gnu.org>
3716
3717 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3718 Changed this function to operate on a temporary buffer instead of
3719 the main buffer. This not only keeps flyspell from marking a
3720 buffer as changed that wasn't, but it solves the jumpy cursor
3721 problem when attempts are made to edit incorrect words.
3722 (flyspell-maybe-correct-doubling): Same change as for
3723 `flyspell-maybe-correct-transposition'.
3724
3725 * calendar/timeclock.el (timeclock-log): Doc fix.
3726 (timeclock-last-event): Doc fix.
3727 (timeclock-log): Kill the timelog buffer after appending a new
3728 event.
3729 (timeclock-find-discrep): Use a temp buffer to read in the
3730 timelog, instead of visiting the file.
3731 (timeclock-log-data): A new function, along with a host of helper
3732 functions, for the purpose of making timelog data accessible to
3733 programmers.
3734
3735 * eshell/esh-mode.el (window-height test): Make certain that
3736 `eshell-stringify-t' is non-nil.
3737 (eshell-password-prompt-regexp): Changed to a much simpler
3738 password regexp.
3739 (eshell-send-input): If `eshell-invoke-directly' returns t,
3740 directly invoke the parsed command using `eval'. This improves
3741 turn-around time on simple commands by a factor of three or
3742 greater, such as cd, ls, pwd, etc. -- which get used very often.
3743 It also conserves thousands of cons cells per call (since
3744 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3745 in the Pacific Cookie Company).
3746
3747 * eshell/esh-test.el (eshell-test): Whitespace fix.
3748
3749 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3750 `eshell-ls-initial-args' nil when inserting directory contents.
3751
3752 * eshell/em-script.el (eshell-script-initialize): Add names to
3753 `eshell-complex-commands, since `source' and `.' are complex.
3754
0467b076
EZ
3755 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3756 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3757 `eshell-copy-handles'.
3758 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3759 bodies.
3760 (eshell-separate-commands): Whitespace fix.
3761 (eshell-complex-commands): Added a new list of names, for
3762 determining whether a given command is as simple as it looks.
3763 (eshell-invoke-directly): New function. Returns t if a command
3764 should be invoked directly (using `eval'), rather than indirectly
3765 using `eshell-do-eval'.
3766 (eshell-do-eval): Whitespace fix.
3767
3768 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3769 which provides an emulation of the DOS shell behavior of assuming
3770 that cp/mv/ln should copy/move/link to the current directory.
3771 (eshell-remove-entries): Added a doc string.
3772 (eshell-shuffle-files): Removed the check for `target' being null.
3773 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3774 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3775 it to do a smarter check of whether a destination was provided.
3776 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3777 (eshell/ln): Enable `:preserve-args', and use
3778 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3779 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3780 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3781 list after flattening it. This makes it possible to cat files
3782 with numerical names.
3783 (eshell-unix-initialize): Added several names to
3784 `eshell-complex-commands.
3785 (eshell-unix-command-complex-p): Return t if a given command name
3786 may result in external processes being invoked.
3787
3788 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3789 variable nil by default, since it slows down glob processing by a
3790 factor of two or more, and increases memory consumption.
3791
3792 * eshell/em-smart.el: Added a note about how memory consumptive
3793 smart display mode can be (at least this is true in Emacs 21).
3794 (eshell-smart-initialize): Whitespace fix.
3795 (eshell-refresh-windows): Use `if' instead of `when'.
3796 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3797 not necessary.
3798 (eshell-currently-handling-window): Added a missing global
3799 variable.
3800
3801 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3802 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3803 Whitespace fix.
3804 (eshell-ls-exclude-hidden): Added this variable in addition to
3805 `eshell-ls-exclude-regexp'. This one prevents files beginning
3806 with . from even being read, which can improve memory consumption
3807 quite a bit.
3808 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3809 read file entries beginning with a dot. In home directories with
3810 lots of hidden files, fully two-thirds of the time spent in ls is
3811 used to read directory entries that are immediately thrown away.
3812 (eshell-ls-initial-args): Added back this configuration variable,
3813 for specifying default initial arguments to every call to ls.
3814 Much faster than using an alias to do the same thing.
3815 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3816 (eshell-ls-dir): Whitespace change.
3817
3818 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3819
3820 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3821 available.
3822 (eshell-stringify-t): Added a customization variable, to indicate
3823 whether `t' should be rendered as a string at all. If not, one
3824 can still determine if the result of an expression is true using
3825 "file-exists-p FILE && echo true".
3826 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3827 stringify t!
3828
3829 * eshell/esh-module.el: Whitespace fix.
3830
3831 * eshell/em-alias.el (eshell-alias-initialize): Added
3832 `eshell-command-aliased-p' to `eshell-complex-commands'.
3833 (eshell-command-aliased-p): New function that returns t if a
3834 command name names an aliased.
3835
657f9cb8 38362000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3837
0467b076 3838 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3839 redrawing the screen when changing cursor color.
0467b076
EZ
3840 (viper-insert-state-pre-command-sentinel)
3841 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3842 (viper-replace-state-post-command-sentinel):
3843 Use viper-preserve-cursor-color.
657f9cb8
MK
3844 Many functions changed to use viper= instead of = when comparing
3845 characters.
0467b076 3846 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3847 working with characters.
0467b076 3848 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3849 Many functions changed to use viper= instead of = when comparing
3850 characters.
0467b076 3851 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3852
0467b076 3853 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3854 Several typos fixed in various docstrings.
0467b076
EZ
3855 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3856 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3857 hook.
0467b076
EZ
3858 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3859 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3860 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3861 (ediff-get-selected-buffers): New function.
3862 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3863 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3864 save-window-excursion.
0467b076 3865 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3866 termination check in while loop.
0467b076 3867 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3868 dired buffer.
0467b076
EZ
3869 (ediff-files,ediff-merge-files,ediff-files3)
3870 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3871
4f490d99
DL
38722000-10-28 Dave Love <fx@gnu.org>
3873
3874 * info.el (Info-fontify-node): Add help-echo for menu items.
3875
45b84006
EZ
38762000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3877
5ebc02b3
EZ
3878 * startup.el (normal-top-level): If the value of $TERM indicates
3879 we are running from xterm or one of its work-alikes, default to a
3880 light background mode.
3881
45b84006
EZ
3882 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3883 * faces.el (tty-handle-reverse-video): New function.
3884 (tty-create-frame-with-faces): Call it.
3885
3886 * frame.el (frame-notice-user-settings): Don't apply
3887 default-frame-alist and initial-frame-alist to MS-DOS frames.
3888 Call tty-handle-reverse-video, frame-set-background-mode, and
3889 face-set-after-frame-default for non-MS-DOS frames.
3890
3891 * startup.el (tty-long-option-alist): New variable.
3892 (tty-handle-args): New function.
3893 (command-line): Call tty-handle-args.
3894
3895 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3896 startup.el now does that for all character-terminal frames.
3897
eab6e8b9
MB
38982000-10-28 Miles Bader <miles@gnu.org>
3899
3900 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3901 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3902 global. If :global is followed by a non-nil but non-t value,
3903 make the mode buffer-local, but also generate a `global-MODE'
3904 version using `easy-mmode-define-global-mode'. Add
3905 :conditional-turn-on keyword argument.
3906
51a29efc
DL
39072000-10-28 Dave Love <fx@gnu.org>
3908
3909 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3910 use window-system.
3911
d71d7114
EZ
39122000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3913
3914 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3915 Don't call find-buffer-file-type-coding-system. Instead, just
3916 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3917 if the file is on an untranslated filesystem.
3918 (add-untranslated-filesystem): Use "D" instead of "f" inside
3919 interactive.
3920
1f9cab4b
DL
39212000-10-27 Dave Love <fx@gnu.org>
3922
70c825df 3923 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
3924 (refill-mode): Use it.
3925
70c825df
SM
39262000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3927
3928 * international/quail.el (quail-activate): Don't make-local-hook.
3929
7432cf10
AS
39302000-10-27 Andre Spiegel <spiegel@gnu.org>
3931
4836835a 3932 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 3933 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
3934 (vc-make-version-backup): Don't do it on MS-DOS without long file
3935 names.
4836835a 3936
7432cf10
AS
3937 * vc.el (vc-version-other-window): If an automatic backup of the
3938 desired version exists, rename it instead of copying it.
3939
4836835a
TTN
3940 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3941 after command. If there's an unexpected error, signal it instead
7432cf10 3942 of being silent.
e1483c38 3943 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 3944
05ea7ef2
MB
39452000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3946
fd1035aa
MB
3947 * shell.el (shell): Add BUFFER argument.
3948 * comint.el (make-comint-in-buffer): New function.
3949 (make-comint): Use it.
3950
05ea7ef2
MB
3951 * faces.el (face-spec-choose): Change syntax so that the list of
3952 attribute-value pairs is now the cdr of each clause, not the cadr.
3953 Detect old-style entries, and handle them. Use pop.
3954
835a55fe
SM
39552000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3956
f5ab1cdd
SM
3957 * cus-edit.el (custom-mode-map): Use a sparse map.
3958 (custom-mode): Don't bother with make-local-hook.
3959
3960 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3961
835a55fe
SM
3962 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3963
c13b0ec8
GM
39642000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3965
3966 * ps-print.el: Avoid compilation gripes.
3967 (ps-print-version): New version number (6.2.1).
4836835a 3968
e9f63196
DL
39692000-10-26 Dave Love <fx@gnu.org>
3970
0b95284b
DL
3971 * menu-bar.el: Modify some menu item help strings.
3972 (menu-bar-help-menu): Add link to MORE.STUFF.
3973
e9f63196
DL
3974 * cus-edit.el (custom-mode): Add `special' mode-class property.
3975
3976 * wid-browse.el (widget-browse-mode): Likewise.
3977
3978 * wid-edit.el (widget-specify-field): Revert to using local-map
3979 property, not keymap.
3980
e276a14a
MB
39812000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3982
c1545d88
MB
3983 * wid-edit.el (widget-field-end): When checking for a `boundary'
3984 field, do so in the correct buffer.
3985
3c1b77ca
MB
3986 * simple.el (undo): Correctly distinguish between numeric and
3987 non-numeric prefix args in non-transient-mark-mode, as per the doc
3988 string. When in transient-mark-mode, treat all prefix-args as
3989 numeric.
3990
f5ab1cdd
SM
3991 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3992 Position point on match. Handle N == 0 correctly.
22626d9d
MB
3993
3994 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3995 (comint-mode-map): Reverse order of `comint-write-output' and
3996 `comint-append-output-to-file'.
3997 (comint-append-output-to-file): Reinstate this function, for the
3998 benefit of the menu.
3999
d97151cb
SM
40002000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4001
4002 * vc.el (vc-version-other-window): Bind `file'.
4003
ea7d6f5b
GM
40042000-10-25 Gerd Moellmann <gerd@gnu.org>
4005
f5ab1cdd 4006 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4007
4008 * emacs-lisp/authors.el (batch-update-authors): New function.
4009 (authors-fixed-entries): New defconst.
4010 (authors-add-fixed-entries): New function.
4011 (authors): Call it.: Don't process lispref/.
4012
17c25cea
JR
40132000-10-25 Jason Rumney <jasonr@gnu.org>
4014
4015 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4016 Merge x w32 and mac definitions.
4017
4ecda532
GM
40182000-10-25 Gerd Moellmann <gerd@gnu.org>
4019
4020 * menu-bar.el (menu-bar-options-menu): Add a help string for
4021 `uniquify'.
4022
b6735035
GM
40232000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4024
f5ab1cdd
SM
4025 * time-stamp.el (time-stamp-string-preprocess):
4026 Fix a wrong type argument error.
b6735035 4027
f4cbc7a0
MB
40282000-10-25 Miles Bader <miles@gnu.org>
4029
4030 * recentf.el (recentf-mode): Variable removed.
4031 (recentf-mode): Use `define-minor-mode'.
4032
4033 * mwheel.el (mouse-wheel-mode): New global minor mode.
4034 (mwheel-install): Use `mouse-wheel-mode'.
4035
f4b020f6
DL
40362000-10-25 Dave Love <fx@gnu.org>
4037
f5ab1cdd
SM
4038 * progmodes/cperl-mode.el (cperl-mode):
4039 Set normal-auto-fill-function correctly.
072cb6f9 4040
f4b020f6
DL
4041 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4042 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4043 bindings.
f4b020f6 4044
ebe2a441
MB
40452000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4046
ff4dcd4b
MB
4047 * wid-edit.el (widget-field-at): New function.
4048 (widget-at, widget-field-activate): Use it.
4049 (widget-tabable-at): Use `widget-at'.
4050 (widget-specify-field): If the terminating character of the widget
4051 field (which is read-only) is a newline, put it into a special
4052 `boundary' field so that C-n/C-p act more naturally.
4053 (widget-field-end): Also don't subtract one if a special
4054 `boundary' field has been added after the widget field.
4055
ebe2a441
MB
4056 * comint.el (comint-output-filter, comint-send-input): Don't
4057 bother adding stickiness fields to overlays to fool the field
4058 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4059
ebe2a441
MB
4060 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4061 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4062 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4063
fe50b6ab
GM
40642000-10-24 Gerd Moellmann <gerd@gnu.org>
4065
53df4dda
GM
4066 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4067 (authors): Set file coding system to iso-2022-7bit. Add
4068 file-local variables to output buffer.
4069
4836835a 4070 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4071 WARN is nil.
4072
53df4dda
GM
40732000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4074
4075 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4076
4077 * delim-col.el: Now there is a column formatting mechanism.
4078 Modified to customization mechanisms convention. Doc fix.
4079 (columns): New group for delim-col.
4080 (delimit-columns-before, delimit-columns-after)
4081 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4082 (delimit-columns-end): New vars.
4083 (delimit-columns-customize, delimit-columns-format): New funs.
4084 (delimit-columns-region, delimit-columns-rectangle)
4085 (delimit-columns-rectangle-line): Modified to support column
4086 formatting.
4836835a 4087
a9839779
DL
40882000-10-24 Dave Love <fx@gnu.org>
4089
4090 * log-edit.el (log-edit): Add :version and a :group for vc.
4091
df0267b8
GM
40922000-10-24 Gerd Moellmann <gerd@gnu.org>
4093
9acc3873
GM
4094 * files.el (after-find-file): Don't print a message ``New file''
4095 if WARN is nil.
4096
63e1b552
GM
4097 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4098 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4099 get duplicate tool-bar entries because we'll see the global ones
4100 on more than one path through keymaps.
4101
1946f901
GM
4102 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4103
df0267b8
GM
4104 * progmodes/cmacexp.el: Change Francesco's email address.
4105
ae3b264b
KH
41062000-10-24 Kenichi Handa <handa@etl.go.jp>
4107
4108 * window.el (fit-window-to-buffer): Adjust point of the window
4109 buffer, not that of the current buffer.
4110
23afac01
EZ
41112000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4112
4113 * progmodes/cmacexp.el: Update the euthor's email address.
4114
22d1a4ed
MB
41152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4116
4117 * faces.el (face-spec-set-match-display): Add `graphic' display
4118 type (the inverse of `tty'). Use `display-graphic-p' instead of
4119 the window-system variable.
4120
f408aa48
KH
41212000-10-24 Kenichi Handa <handa@etl.go.jp>
4122
4123 * international/isearch-x.el (isearch-with-input-method): Call
4124 input-method-function with the first event in
4125 unread-command-events.
4126
94fe8a31
MB
41272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4128
4129 * faces.el (face-default-spec, face-user-default-spec): Make
4130 defsubsts.
4131
8f47302e
AC
41322000-10-24 Andrew Choi <akochoi@i-cable.com>
4133
4134 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4135 New charsets.
4136
4137 * term/mac-win.el: Remove definitions of mac-roman-lower and
4138 mac-roman-upper, require dired, and define instead of set
4139 mac-ready-for-drag-n-drop to avoid compilation error.
4140
446c097e
AI
41412000-10-23 Andrew Innes <andrewi@gnu.org>
4142
4143 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4144 superfluous calls to subst-char-in-string; instead apply
4145 expand-file-name after convert-standard-filename to ensure
4146 expected directory separators are used.
4147
379b70e7
EZ
41482000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4149
4150 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4151
85c766e9
DL
41522000-10-23 Dave Love <fx@gnu.org>
4153
b7e03a67
DL
4154 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4155 (tool-bar-add-item): Set foreground and background for XBM icons.
4156
4157 * international/latin1-disp.el (latin1-char-displayable-p): New
4158 function (from Handa).
4159 (latin1-display-check-font): Use it.
4160
0dcf8835
DL
4161 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4162 using :key-sequence, making it much more usable. Use nconc, not
4163 append.
4164 (imenu--create-keymap-1): Avoid append.
4165
85c766e9 4166 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4167
cb3069bb
MB
41682000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4169
4170 [the following changes fix a bug where `define-minor-mode' didn't
4171 correctly generate :require clauses for defcustoms in compiled files]
4172 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4173 (byte-compile-log-file, byte-compile-log-1): Don't set
4174 `byte-compile-current-file' to nil. Instead set
4175 `byte-compile-last-logged-file' to it. Test whether
4176 byte-compile-current-file equals byte-compile-last-logged-file
4177 instead of whether its nil.
3b6542ba 4178 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4179
6db6243b
SM
41802000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * textmodes/refill.el: Fix var names in doc.
4183 (refill-mode): Don't bother with make-local-hook anymore.
4184
98490598
MB
41852000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4186
e01cd227
MB
4187 * faces.el (face-user-default-spec, face-default-spec): New functions.
4188 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4189 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4190 Use `face-user-default-spec'. Simplify code slightly.
4191
4836835a 4192 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4193 (woman-unknown-face): Add dark-background variants.
4194 (woman-default-faces): Renamed from `woman-colour-faces'.
4195 Set using the stored defaults, rather than using hard-wired colors.
4196 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4197 Just make the foreground `unspecified' rather than "black".
4198 (woman-menu): Rename menu entries accordingly.
4199
98490598
MB
4200 * faces.el (header-line): Make more reasonable on mono/grayscale
4201 displays.
4202
1a578e9b
AC
42032000-10-23 Andrew Choi <akochoi@i-cable.com>
4204
4205 * cus-edit.el (custom-button-face): Use 3D look for mac.
4206 (custom-button-pressed-face): Likewise.
4207
4208 * faces.el (set-face-attributes-from-resources): Handle mac frames
4209 in the same way as x and w32 frames.
4210 (face-valid-attribute-values): Likewise.
4211 (read-face-attribute): Likewise.
4212 (defined-colors): Likewise.
4213 (color-defined-p): Likewise.
4214 (color-values): Likewise.
4215 (display-grayscale-p): Likewise.
4216 (face-set-after-frame-default): Likewise.
4217 (mode-line): Same default face as for x and w32.
4218 (tool-bar): Likewise.
4219
4220 * frame.el: Remove call to frame-notice-user-settings at end of
4221 the file.
4222
4223 * info.el (Info-fontify-node): make underlines invisible for mac
4224 as for x, pc, and w32 frame types.
4225
4226 * term/mac-win.el: New file.
4227
aaaf7be7
DL
42282000-10-22 Dave Love <fx@gnu.org>
4229
4230 * textmodes/refill.el: New file.
4231
5392d654
AS
42322000-10-22 Andre Spiegel <spiegel@gnu.org>
4233
4836835a 4234 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4235 MANUAL and REGEXP.
4836835a 4236 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4237 New functions.
4238 (vc-before-save): Use the latter.
4239 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4240 confusion.
4241
4836835a 4242 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4243 expected by vc[-hooks].el.
4244
4245 * vc.el (vc-checkout): Added `-p' suffix in call to
4246 vc-make-version-backups-p; use vc-make-version-backup to actually
4247 make the backup.
4248 (vc-version-other-window, vc-version-backup-file): Handle both
4249 automatic and manual backups.
4250 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4251 of all of them.
4252
1e221c16
MB
42532000-10-22 Miles Bader <miles@gnu.org>
4254
7ff4fda5
MB
4255 * comint.el (comint-highlight-input, comint-highlight-prompt):
4256 Renamed, `-face' at end removed.
4257 (comint-send-input, comint-output-filter): Use renamed faces.
4258
3511cde8
MB
4259 * window.el (fit-window-to-buffer): Change defaulting of
4260 MAX-HEIGHT slightly.
4261
1e221c16
MB
4262 * faces.el (color-values, color-defined-p): Use `member', not
4263 `memq', because it works correctly for strings.
4264 (frame-set-background-mode): Actually, "unspecified-fg" and
4265 "unspecified-bg" *are* strings. Use `member', not `memq', and
4266 `equal', not `eq', when a string value is possible.
4267
b6ef4898
EZ
42682000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4269
4270 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4271
34939e2c
SM
42722000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4273
4274 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4275 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4276 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4277 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4278 (sh-font-lock-syntactic-keywords): Use them.
4279 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4280 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4281 (sh-mode): Don't override font-lock-unfontify-region-function.
4282 Use a copy of sh-font-lock-syntactic-keywords.
4283 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4284 Don't call sh-scan-buffer since font-lock does it on the fly.
4285 (sh-get-indent-info): Use `face' rather than `syntax-table'
4286 text-property to detect here-documents.
4287 Replace sh-special-syntax with sh-st-punc.
4288 (sh-prev-line): Use `face' rather than `syntax-table'
4289 text-property to skip over here-documents.
4290 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4291 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4292 (sh-electric-less, sh-set-here-doc-region)
4836835a 4293 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4294 (sh-scan-buffer, sh-rescan-buffer): Remove.
4295
f3d3c491
AI
42962000-10-21 Andrew Innes <andrewi@gnu.org>
4297
4298 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4299 remote (ange-ftp) file names.
4300
b86c791c
MB
43012000-10-21 Miles Bader <miles@gnu.org>
4302
d9c30bdf
MB
4303 * window.el (fit-window-to-buffer): New function.
4304 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4305 (window-text-height): Don't expect minibuffers to have mode-lines.
4306
d9c30bdf 4307 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4308 * international/quail.el (quail-update-guidance): Use
4309 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4310
617fee5a
MB
4311 * international/quail.el (quail-show-guidance-buf): Make sure
4312 guidance window really has enough room.
4313 (quail-update-guidance): If quail-guidance-win is already shown,
4314 make sure its height is OK.
4315
b86c791c
MB
4316 * window.el (window-text-height, set-window-text-height):
4317 New functions.
4318 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4319 instead of `window-height' & `mode-line-window-height-fudge'.
4320 (mode-line-window-height-fudge): Add FACE parameter.
4321 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4322 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4323
e34850d1
MB
43242000-10-20 Miles Bader <miles@gnu.org>
4325
4326 * window.el (height-affecting-face-attributes): Use `defconst'.
4327
4328 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4329 New function, conditionally aliased to `mode-line-window-height-fudge'.
4330 (ispell-help): Use it.
4331 (ispell-choices-win-default-height): Don't include mode-line fudge.
4332 (ispell-choices-win-default-height): New function.
4333 (ispell-show-choices, ispell-command-loop): Use function
4334 `ispell-choices-win-default-height' instead of variable.
4335
a8b883c2
MB
43362000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4337
8c6e4a58
MB
4338 * window.el (mode-line-window-height-fudge): New variable.
4339 (height-affecting-face-attributes): New variable.
4340 (mode-line-window-height-fudge): New function.
4341 (shrink-window-if-larger-than-buffer): Use it.
4342 * help.el (resize-temp-buffer-window): Likewise.
4343
a8b883c2
MB
4344 * info.el (Info-fontify-node): Add support for @subsubsection
4345 titles, which use `Info-title-4-face'.
4346 (Info-title-4-face): New face.
4347 (Info-title-3-face): Inherit from Info-title-4-face instead of
4348 variable-pitch.
4349
e64c3a75
JR
43502000-10-19 Jason Rumney <jasonr@gnu.org>
4351
4352 * dired.el (dired-insert-directory): Do not let errors signalled by
4353 attempt to run dired-free-space-program prevent dired from working.
4354
c70fe852
SM
43552000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4356
4357 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4358
877cf6b4
GM
43592000-10-19 Gerd Moellmann <gerd@gnu.org>
4360
5de037e0
GM
4361 * dirtrack.el (dirtrack): Fix call to run-hooks.
4362
6deb9af9
GM
4363 * cmuscheme.el (cmuscheme-program-name): Renamed from
4364 scheme-program-name because xscheme.el contains a defcustom with
4365 the same name. As a consequence, customizing group `cmuscheme'
4366 loaded `xscheme' which redefined run-scheme.
4367 (run-scheme): Use cmuscheme-program-name.
4368
877cf6b4
GM
4369 * ps-print.el (ps-print-emacs-type): Move into the
4370 eval-and-compile.
4371
e597d8fb 4372 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4373 anonymous address, and add a website for Befrienders International.
4836835a 4374
3e9cb08f
GM
43752000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4376
c70fe852
SM
4377 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4378 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4379 (ps-print-version): New version number (6.2).
4380 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4381 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4382 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4383 (ps-x-extent-priority, ps-x-extent-start-position)
4384 (ps-x-face-font-instance, ps-x-find-coding-system)
4385 (ps-x-font-instance-properties, ps-x-make-color-instance)
4386 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4387 avoid compilation gripes without defining functions.
4388 (ps-e-find-composition): Alias for function find-composition, to have a
4389 suitable function depending on Emacs version.
4390 (ps-color-device, ps-color-values, ps-face-foreground-name)
4391 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4392 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4393 (ps-print-ensure-fontified): Function definitions surrounded by
4394 `eval-and-compile' to avoid compilation gripes.
4395 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4396 by symbol-value to avoid compilation gripes.
4397 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4398 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4399
d8abcd91
MB
44002000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4401
13ab33c4
MB
4402 * startup.el (normal-top-level): Call `frame-set-background-mode'
4403 after `frame-notice-user-settings' because the latter doesn't call
4404 the former on a tty.
4405
d8abcd91
MB
4406 * faces.el (frame-set-background-mode): `unspecified' &c are
4407 symbols, not strings.
4408
e8bce0a9
EZ
44092000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4410
c70fe852
SM
4411 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4412 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4413
c70fe852
SM
4414 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4415 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4416
773272d8
KH
44172000-10-19 Kenichi Handa <handa@etl.go.jp>
4418
c70fe852 4419 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4420 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4421 for ISO10646-1 fonts.
4422 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4423
772139c0
EZ
44242000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4425
4426 * faces.el (frame-set-background-mode): If a tty frame defines a
4427 background color, use that to compute the background mode, instead
4428 of always defaulting to "dark".
4429
d134a19f
MB
44302000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4431
8bb84cb2
MB
4432 * comint.el (comint-write-output): New function.
4433 (comint-mode-map): Add it to the menu.
e40a778f 4434 Bind `C-c C-s' to comint-write-output.
d134a19f 4435
dada41e1
GM
44362000-10-18 Gerd Moellmann <gerd@gnu.org>
4437
4438 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4439 Use fancy-splash-delay.
4440
9b5360aa
GM
44412000-10-18 Alex Schroeder <alex@gnu.org>
4442
4443 * progmodes/sql.el (sql-sybase-options): New option.
4444 (sql-sybase): Use it. Add sql-database to the list of parameters
4445 provided for login. The options -w 2048 -n are not used any more.
4446
9035a35a
GM
4447 * comint.el (comint-read-input-ring): Bugfix such that the first
4448 and the last entry of the input ring file are not lost.
4449
3556c6dd
GM
44502000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4451
4452 * ps-print.el: Internal variable changes to defcustom,
4453 make-local-hook changes to defvar. Doc fix.
4454 (ps-print-version): New version number (6.1).
4455 (ps-setup, ps-do-despool): Code fix.
4456 (ps-printer-name): Customization fix.
4457 (ps-printer-name-option): Now is a defcustom instead of an
4458 internal variable.
4459 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4460 (ps-print-begin-column-hook): Now are defvar instead of
4461 make-local-hook.
4836835a 4462
4e217e50
MB
44632000-10-18 Miles Bader <miles@gnu.org>
4464
4465 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4466 (comint-kill-output): Changed into an alias for `comint-delete-output',
4467 and made obsolete.
4468 (comint-mode-map): Rename references to comint-kill-output.
4469
34460354
EZ
44702000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * diff-mode.el (diff-header-face, diff-file-header-face)
4473 (diff-changed-face): Add bold and italic attributes to tty faces.
4474 (diff-function-face): New face.
4475 (diff-font-lock-keywords): Use it.
4476
17ea3cdb
MB
44772000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4478
4479 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4480 Remove commented-out call to force-mode-line-update.
4481 (comint-kill-output): Use `forward-line 0' instead of
4482 beginning-of-line to make sure we get past the prompt.
4483
9244f2c7
SM
44842000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4485
4486 * diff-mode.el (diff-header-face, diff-file-header-face):
4487 Add specific setting for dark background.
4488 (diff-context-face): Renamed from diff-comment-face.
4489 Set explicitly rather than inheriting from font-lock-comment-face.
4490
1592c1ef
EZ
44912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4492
4493 * startup.el (command-line): Move the code which sets the default
4494 TTY colors to before before-init-hook.
4495
f86292a9
GM
44962000-10-17 Gerd Moellmann <gerd@gnu.org>
4497
4498 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4499
f7f2e883
EZ
45002000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4501
e854cc22
EZ
4502 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4503 extensions, for MS-DOS.
4504
f7f2e883
EZ
4505 * diff-mode.el (diff-header-face, diff-file-header-face)
4506 (diff-changed-face): Define tty-specific colors.
4507
c7b4f0f9
GM
45082000-10-17 Gerd Moellmann <gerd@gnu.org>
4509
4510 * startup.el (fancy-splash-text): Realign the text.
4511
12a72271
EZ
45122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4513
4514 * font-lock.el (font-lock-comment-face): Define a separate default
4515 for dark-background tty's.
4516
61dfccfd
MB
45172000-10-17 Miles Bader <miles@gnu.org>
4518
4519 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4520 being obscured by whizzy mode-lines on graphics displays.
4521
333cd59e
EZ
45222000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4523
4524 * info.el (Info-title-1-face, Info-title-2-face)
4525 (Info-title-3-face): Define colors for tty's.
dada41e1 4526 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4527
dbf1fcc1
EZ
45282000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4529
4530 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4531 reverse from the frame parameters, and don't invert foreground and
4532 background colors.
4533
ac629823
MB
45342000-10-16 Miles Bader <miles@gnu.org>
4535
4536 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4537 string "*Info*". Call propertized-buffer-identification to spruce
4538 up the result.
4539
76eebffc
GM
45402000-10-16 Gerd Moellmann <gerd@gnu.org>
4541
3a6b59d9
GM
4542 * help.el: Provide `help' for the sake of define-minor-mode
4543 which generates defcustoms with requires.
4544
6569c3d3
GM
4545 * jit-lock.el (jit-lock-after-change): If we're in text that
4546 matches a multi-line font-lock pattern, make sure the whole text
4547 will be redisplayed.
4548
c2e0a611
GM
4549 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4550 author's name is unknown.
4551
76eebffc
GM
4552 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4553 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4554 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4555 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4556 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4557 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4558 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4559 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4560 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4561 Add author information.
4562
cf1e7b12
MB
45632000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4564
4565 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4566 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4567 full-color version (using the Gimp) to eliminate dithering artifacts.
4568
5586f3eb
SM
45692000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4570
4571 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4572
4573 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4574
ad64a888
DL
45752000-10-15 Dave Love <fx@gnu.org>
4576
4577 * progmodes/sh-script.el: Require skeleton and comint when
4578 compiling.
4579
4580 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4581
4582 * whitespace.el: Doc fixes.
4583 (top-level): Don't add hooks here.
4584 (whitespace-running-emacs): Deleted.
4585 (timer): Don't require.
4586 (whitespace): Add back :version conditional on xemacs test.
4587 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4588 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4589 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4590 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4591 Avoid specific xemacs test.
4592 (whitespace-global-mode): New option.
4593 (whitespace-global-mode): New command.
4594 (whitespace-unload-hook): New function.
4595
4596 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4597 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4598 (Info-fontify-node): `Goto' goes to `Go to'.
4599 (Info-fontify-node): Add help-echo to xref links.
4600
1ef49fc6
EZ
46012000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4602
4603 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4604
8b7707e1
SM
46052000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4606
b3b7f42f
SM
4607 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4608 Use plist-get and allow :inherit.
4609
4610 * emacs-lisp/cl-macs.el (cl-do-arglist):
4611 Use plist-get and plist-member instead of memq.
4612
3c7fafc7
SM
4613 * emacs-lisp/ewoc.el (ewoc-location): New function.
4614 (ewoc-enter-after, ewoc-enter-before): Document return value.
4615 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4616 Don't need make-local-hook any more.
4617 (cvs-addto-collection): Return the new tin.
4618 (cvs-mode-insert): Jump to the new line.
4619
8b7707e1
SM
4620 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4621
4622 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4623
4624 * font-lock.el (font-lock-syntactically-fontified): New var.
4625 (font-lock-fontify-syntactic-keywords-region): Use it.
4626 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4627
4628 * diff-mode.el (diff-find-file-name): Fix regexp.
4629
4630 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4631 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4632
4633 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4634 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4635 (sh-mode): Don't make all vars local here.
4636 (sh-kw): Reformat.
4637 (sh-set-shell): Use dolist. Don't set indent-region-function.
4638 (sh-mode-syntax-table): Use pop.
4639 (sh-remember-variable): Use push.
4640 (sh-help-string-for-variable): Use memq.
4641 (sh-safe-backward-sexp): Remove.
4642 (sh-safe-forward-sexp): Add ARG.
4643 (sh-get-indent-info, sh-prev-stmt): Use it.
4644 (sh-prev-line): Simplify by using forward-comment.
4645 (sh-this-is-a-continuation): Simplify.
4646 (sh-learn-buffer-indent): Use dolist.
4647 (sh-do-nothing): Remove.
4648 (sh-set-char-syntax, sh-set-here-doc-region):
4649 Use inhibit-modification-hooks.
4650 (sh-name-style): Use mapcar and push.
4651 (sh-load-style): Use dolist.
4652 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4653 (sh-case, sh-while-getopts): Use propertize directly rather
4654 than sh-electric-rparen.
4655
46562000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4657
4658 * textmodes/tex-mode.el: Require CL when compiling.
4659 (tex-mode-syntax-table): Init immediately.
4660 (tex-mode-map): Bind M-RET to latex-insert-item.
4661 (latex-mode): Set indent-line-function to latex-indent.
4662 (tex-common-initialization): Don't setup the syntax-table any more.
4663 (latex-insert-item): New skeleton.
4664 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4665 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4666 (latex-indent, latex-find-indent): New functions.
4836835a 4667 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4668 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4669 (tex-compilation-parse-errors): Use with-syntax-table.
4670
86b7fcbb
MB
46712000-10-15 Miles Bader <miles@gnu.org>
4672
4673 * font-lock.el (font-lock-comment-face): Change dark-background,
4674 color, non-tty, default to `chocolate1'.
4675
57a24508
JW
46762000-10-13 John Wiegley <johnw@gnu.org>
4677
4678 * eshell/esh-util.el (require): Added a missing `require' form,
4679 needed when compiling (for an ange-ftp macro definition).
4680
40ad3db4
DL
46812000-10-13 Dave Love <fx@gnu.org>
4682
4683 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4684
db460189
GM
46852000-10-13 Gerd Moellmann <gerd@gnu.org>
4686
b41c9501
GM
4687 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4688 fix.
4689
4836835a 4690 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4691 transparent -colors 8).
4692
3b5e21df
GM
46932000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4694
4695 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4696 that breaks with old list format timestamps.
4697 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4698 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4699 strings.
4700
16908a3f
JW
47012000-10-13 John Wiegley <johnw@gnu.org>
4702
d7103dda
JW
4703 * align.el, pcomplete.el, calendar/timeclock.el,
4704 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4705
dace60cf 4706 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4707 faulty math, where holiday hours were being computing as seconds.
4708
b6b70cda
JW
47092000-10-13 John Wiegley <johnw@gnu.org>
4710
4711 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4712 specifying what "other" kinds of buffers should be saved. This
4713 used to be hard-coded.
4714 (desktop-buffer-misc-functions): A global for specifying how
4715 auxiliary data should be determined for special buffer types.
4716 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4717 instead of hard-coding the special buffer types.
4718 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4719 auxiliary data, instead of hard-coding for Info buffers and dired.
4720 (desktop-buffer-info-misc-data): Aux function for determining Info
4721 buffer auxiliary info.
4722 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4723 (desktop-buffer-info): Changed this function to use the info
4724 gathered above.
4725 (desktop-create-buffer): Be a little more careful about what
4726 `minor-mode' means before calling it. This is important for some
4727 buffer types.
4728
8c6b1d83
JW
47292000-10-13 John Wiegley <johnw@gnu.org>
4730
4731 * eshell/esh-util.el: Added a global form which declares an
4732 autoload for `parse-time-string', if that function is not already
4733 defined, and if parse-time.el is available on the user's system.
4734
4735 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4736 to be aware of ange-ftp user info.
4737 (eshell-do-ls): Bind `ange-cache'. Also, use
4738 `eshell-file-attributes'.
4739 (eshell-ls-annotate): Use `eshell-file-attributes'.
4740 (eshell-ls-file): Made the user-id printing code a bit smarter.
4741
4742 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4743 allow identification of alias user ids in remote directories.
4744 It's manual, but there's no other way to know when the current
4745 user on the local machine, is also the owning user on the remote
4746 machine.
4747 (fboundp): Bind `ange-cache'.
4748 (eshell-directory-files-and-attributes): Re-organized the logic a
4749 bit to use `eshell-file-attributes' instead of `file-attributes'.
4750 The former is more sensitive to directories that are read via FTP,
4751 and knows how to use ange-ftp to determine full attribute
4752 information, instead of just the name and last modtime.
4753 (eshell-current-ange-uids): Return the current user id when in a
4754 remote directory.
4755 (eshell-parse-ange-ls): Parse a full directory listing that has
4756 been returned by ange-ftp.
4757 (eshell-file-attributes): This beefed up version of
4758 `file-attributes' is only special if the user is currently in a
4759 remote directory, in which case it does a lot of work to find out
4760 what the real attributes of a file are, as they appear on the
4761 remote machine. This makes usage of remote directories (i.e.,
4762 ange-ftp pathnames) much more useful. You can now use Eshell as a
4763 full-fledged FTP client, with much more manipulation ability than
4764 most other clients.
4765
4766 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4767 variable, which means that Eshell's du should always be preferred
4768 in remote directories.
4769 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4770 just `file-attributes'.
4771 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4772 when reading remote directories. This is an Eshell-specific
4773 variable (not part of ange-ftp).
4774 (eshell/ln): Bind `ange-cache'.
4775 (eshell/du): Added some extra logic for determining when to use
4776 Eshell's du (which is slow), and when to use the external version
4777 (which may or may not exist).
4778
4779 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4780 `eshell-interactive-process', rather than using
4781 `get-buffer-process', since backgrounded processes don't count in
4782 the context of this function's logic.
4783
4784 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4785 `forward-char', so that null strings are parsed correctly.
4786
87730e84 47872000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4788
4789 * eshell/em-pred.el (eshell-pred-file-type,
4790 eshell-pred-file-links, eshell-pred-file-size): Use
4791 `eshell-file-attributes'. This is more correct over ange-ftp.
4792
4793 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4794 that remote file globbing is more efficient.
4795
4796 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4797 gathering the files and attributes within a directory.
4798
4799 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4800 the command line is a special file (not a regular file, directory
4801 or symlink), always attempt to call the external version of cat.
4802
87730e84 48032000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4804
4805 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4806 Eshell-friendly version of find-tag.
4807
1c7e37a9
MB
48082000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4809
4836835a 4810 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4811 (image-file-name-regexps): Add autoload cookies.
4812
11a7f341
KH
48132000-10-13 Kenichi Handa <handa@etl.go.jp>
4814
4815 * international/mule-cmds.el (select-safe-coding-system): If FROM
4816 is string, show it in *Warning* buffer.
4817
8ddddcb0
EZ
48182000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4819
4820 * startup.el (normal-top-level): Use display-popup-menus-p instead
4821 of window-system.
4822 (command-line): Use display-graphic-p instead of window-system.
4823 (command-line-1): Use display-popup-menus-p and display-mouse-p
4824 instead of window-system.
4825
72200f89
SS
48262000-10-12 Sam Steingold <sds@gnu.org>
4827
4828 * tooltip.el (tooltip-use-echo-area): New user variable.
4829 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4830
8661c643
DL
48312000-10-12 Dave Love <fx@gnu.org>
4832
d0b40dc1
DL
4833 * recentf.el: Maintainer's checkdoc fixes.
4834
a622451f
DL
4835 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4836 character class, not ASCII when matching file names.
4837 (fancy-splash-head): Add trailing slash to URL.
4838 (command-line): Don't require XPM support for toolbar.
4839
8661c643
DL
4840 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4841 (cperl-invalid-face): Revert last change.
4842 (cperl-init-faces): Quote cperl-invalid-face.
4843
ef2ed8ab
KH
48442000-10-12 Kenichi Handa <handa@etl.go.jp>
4845
4846 * startup.el (fancy-splash-text): Remove superfluous quote.
4847
b0da379e
GM
48482000-10-12 Gerd Moellmann <gerd@gnu.org>
4849
dbeb499b
GM
4850 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4851 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4852 (command-line-1): Don't use fancy-splash-pending-command.
4853 (fancy-splash-screens-1): Goto point-min after inserting text.
4854
d861718a
GM
4855 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4856
b0da379e
GM
4857 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4858 instead of shared-lisp-mode-map.
4859
4fb2ad98
MB
48602000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4861
1cb4393e
MB
4862 * faces.el (header-line): Change tty-variant to use underlining.
4863
4fb2ad98
MB
4864 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4865 (isearch-highlight): Restore lazy-isearch face properties at old
4866 position, and suppress them at new position.
4867 (isearch-dehighlight): Restore lazy-isearch face properties.
4868 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4869 over the real isearch overlay, but in that case, don't give it a
4870 face property. Use `push'.
4871
eb991b25
KH
48722000-10-12 Kenichi Handa <handa@etl.go.jp>
4873
4874 * man.el (Man-getpage-in-background): Fix previous change.
4875 Decode the process output only when we are in multibyte mode.
4876
a818c1c0
DL
48772000-10-11 Dave Love <fx@gnu.org>
4878
c990f53a
DL
4879 * info.el (Info-mode-menu): Fix some help.
4880 (info-tool-bar-map): Add entry for Info-last.
4881
a818c1c0
DL
4882 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4883 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4884 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4885 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4886 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4887 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4888 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4889 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4890 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4891 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4892 Reduce colour requirements to 25 overall. (Probably wants
4893 revisiting from the originals to reduce further.)
4894
c1b096cb
EZ
48952000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4896
4897 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4898 buffer-file-coding-system, instead of raw-text.
4899 (dehexlify-buffer): Bind coding-system-for-read to
4900 buffer-file-coding-system, instead of raw-text.
4901
5c8b7eaf
SS
49022000-10-11 Sam Steingold <sds@gnu.org>
4903
4904 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4905 `underline' - fixes the bug introduced on 2000-09-21.
4906
2cfbdb7a
DL
49072000-10-11 Dave Love <fx@gnu.org>
4908
4909 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4910 compiler warnings.
4911 (scheme-mode): Doc fix.
4912 (scheme-font-lock-keywords-1): Match `define-syntax'.
4913
49142000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
4915
4916 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
4917 face specs as well as default ones. Only do anything if the
4918 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 4919 (region): Make dark-background `region' face less in-your-face.
4b33f290 4920
690ec649
SS
49212000-10-10 Sam Steingold <sds@gnu.org>
4922
4923 * chistory.el, ielm.el, ledit.el:
4924 * progmodes/inf-lisp.el, progmodes/scheme.el:
4925 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4926
3b95d6bb
SM
49272000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4928
4929 * textmodes/texinfo.el: Update copyright and fix typo.
4930
4931 * desktop.el (desktop-modes-not-to-save): New var.
4932 (desktop-save-buffer-p): Use it.
a30eb617
DL
4933 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4934 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4935
49362000-10-10 Dave Love <fx@gnu.org>
4937
4938 * toolbar/tool-bar.el (tool-bar-add-item)
4939 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4940 display.
4941
4942 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4943 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4944 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4945 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4946 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4947 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4948 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4949 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4950 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4951 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4952 the .xpms; probably need retouching.
4953
49542000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4955
4956 * subr.el (add-to-list): Add optional argument APPEND.
4957 * battery.el (display-battery): Use `add-to-list'.
4958
49592000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4960
4961 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4962 these vars as symbol properties.
4963 (zone, zone-when-idle, zone-leave-me-alone)
4964 (zone-pgm-whack-chars): Use new symbol properties.
4965
4966 * battery.el (display-battery): Doc spelling fix.
4967
4968 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4969 property.
4970
49712000-10-09 Dave Love <fx@gnu.org>
4972
4973 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4974 has been initialized before calling tool-bar-setup.
4975 (tool-bar-add-item-from-menu): Add autoload cookie.
4976
49772000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4978
4979 * menu-bar.el (send-mail-item-name): New function.
4980 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4981 of mail-user-agent in the menu. Don't display the "Send Mail"
4982 item if mail-user-agent is nil or its value is ignore.
4983 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4984 if read-mail-command is nil or its value is ignore.
4985
4986 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4987
49882000-10-09 Miles Bader <miles@gnu.org>
4989
4990 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4991 Correct image size.
4992 * toolbar/left_arrow.xpm: Correct image size.
4993
4994 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4995 will be done by the definition of `auto-compression-mode' if
4996 necessary. Move code to uninstall existing file-name handler
4997 before definition of `auto-compression-mode'.
4998
4999 * image-file.el (auto-image-file-mode): Move to the end of the
5000 file, because `define-minor-mode' actually calls the mode-function
5001 if the associated variable is non-nil, which requires that all
5002 needed functions be already defined.
5003
5004 * mouse.el (popup-menu): Balance parens.
5005
50062000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5007
5008 * mouse.el (popup-menu): Move the command call outside the loop
5009 so that popup-menu returns whatever the command returns.
5010
5011 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5012 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5013 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5014 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5015
5016 * vc.el (vc-version-diff): diff-switches can be a list.
5017 Use relative filenames for prettier output.
5018
5019 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5020 (vc-post-command-functions): Remove old-VC compatibility code.
5021
5022 * newcomment.el (comment-indent-default): Autoload.
5023
5024 * font-lock.el (font-lock-defaults): Make buffer-local.
5025 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5026 (font-lock-choose-keywords):
5027 Ignore LEVEL unless KEYWORDS is a list of syms.
5028 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5029 Don't wrap regexp-opt things in \(...\) unnecessarily.
5030
5031 * jit-lock.el: Don't require font-lock any more.
5032 (jit-lock-functions): Make buffer-local.
5033 (jit-lock-saved-fontify-buffer-function): Remove.
5034 (jit-lock-mode): Remove autoload cookie.
5035 Remove font-lock specific code.
5036 (jit-lock-unregister): Don't bother handling complex hooks any more.
5037 (jit-lock-refontify): New function.
5038 (jit-lock-fontify-buffer): Use it.
5039 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5040 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5041 Add optional args START and END.
5042 Never call font-lock-fontify-region directly.
5043 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5044
5045 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5046
50472000-10-08 Dave Love <fx@gnu.org>
5048
5049 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5050
5051 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5052
5053 * play/studly.el (studlify-region, studlify-word): Add autoload
5054 cookie.
5055
5056 * play/morse.el (morse-region, unmorse-region): Add autoload
5057 cookie.
5058
5059 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5060 concat.
5061
5062 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5063 insist on symbols starting with word syntax.
5064 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5065 (eval-defun-1): Doc fix.
5066 (indent-sexp): Use nconc to build up indent-stack.
5067
5068 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5069 Gnus with little use.
5070 (mail-setup-hook): Add mail-abbrevs-setup to options.
5071
5072 * recentf.el: Doc fixes.
5073
5074 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5075 Clean up remainder.
5076
5077 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5078 without timezone and (8) with timezone to enforce some whitespace.
5079 Simplify code somewhat.
5080
5081 * options.el (list-options): Doc that you should use customize.
5082
5083 * iswitchb.el (iswitchb-mode): Add :require.
5084
5085 * info.el (Info-goto-node, Info-menu): Doc fix.
5086 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5087 (info-tool-bar-map): New variable.
5088 (Info-mode): Use it.
5089 (Info-edit-map): Define all in defvar.
5090 (speedbar-attached-frame): Avoid compiler warning.
5091
5092 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5093 (global-map): Bind [tool-bar] to a filtered map.
5094 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5095 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5096 Allow PBM icons.
5097 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5098
5099 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5100 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5101 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5102 icons, except up_arrow, which is left-arrow rotated.
5103
5104 * imenu.el (imenu-add-to-menubar): Fix last change.
5105
51062000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5107
5108 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5109 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5110
51112000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5114 typos in doc strings.
5115
5116 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5117 the doc strings how to customize Font Lock faces.
5118
5119 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5120 computing growth when dragging the header line.
5121
51222000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5123
5124 * simple.el (kill-line): Doc fix.
5125
51262000-10-08 Miles Bader <miles@gnu.org>
5127
5128 * faces.el (secondary-selection): Make foreground visible on tty.
5129
5130 * jka-compr.el (auto-compression-mode): Move to the end of the
5131 file, because `define-minor-mode' actually calls the mode-function
5132 if the associated variable is non-nil, which requires that all
5133 needed functions be already defined.
5134 (with-auto-compression-mode): Add autoload cookie.
5135
51362000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5137
5138 * files.el (find-backup-file-name) [ms-dos]: If support for long
5139 file names is not available, behave as if version-control were set
5140 to never.
5141
51422000-10-07 Dave Love <fx@gnu.org>
5143
5144 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5145 (browse-url-gnome-moz): New function.
5146 (browse-url-browser-function): Use it.
5147 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5148
51492000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * indent.el (tab-always-indent): New var.
5152 (indent-for-tab-command): Use it.
5153
5154 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5155 raise an error. This way it can still default to a sane value.
5156
51572000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5158
5159 * startup.el (fancy-splash-screens): Use local rather than global map.
5160 Don't use `update-menu-bindings' any more.
5161 Get rid of assumptions about keymap representation.
5162
51632000-10-06 Dave Love <fx@gnu.org>
5164
5165 * textmodes/fill.el (sentence-end-double-space)
5166 (sentence-end-without-period): Doc fix.
5167 (adaptive-fill-regexp): Purecopy.
5168 (unjustify-current-line): Use line-end-position.
5169 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5170
5171 * net/eudc-vars.el (eudc): Add :version, :link.
5172
5173 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5174
5175 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5176 Fix for define-minor-mode.
5177 (function-at-point): Alias to function-called-at-point.
5178
5179 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5180
5181 * simple.el (backward-word): Doc fix.
5182
5183 * image-file.el (image-file-name-regexp): image-file-regexps ->
5184 image-file-name-regexps.
5185 (image-file-name-extensions): Add pbm.
5186
51872000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5188
5189 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5190 and add filename to the names so that diff-mode can jump to source.
5191
5192 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5193 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5194 (tex-font-lock-keywords-1): Remove.
5195 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5196 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5197 (font-lock-default-fontify-region):
5198 Expand beg..end correctly when just following a multiline region.
5199 (font-lock-fontify-anchored-keywords):
5200 Include the anchor text as part of the multiline.
5201
52022000-10-06 Gerd Moellmann <gerd@gnu.org>
5203
5204 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5205 latter needs the autoloaded define-minor-mode macro during the
5206 bootstrap.
5207
5208 * startup.el (command-line): For now, activate tool-bar-mode only
5209 if XPM images are supported.
5210
5211 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5212 window by dragging a header-line at the top of the frame; that's
5213 confusing because the header-line doesn't move.
5214 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5215 of treating the event as a list. Some cleanup.
5216
52172000-10-06 Miles Bader <miles@gnu.org>
5218
5219 * simple.el (display-message-or-buffer): New function.
5220 (shell-command-on-region): Use `display-message-or-buffer'.
5221
5222 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5223 docstring parts.
5224
5225 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5226 (smbclient-prompt-regexp): Add usage note to doc string.
5227 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5228 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5229 Use add-hook for adding the comint filter function, and only do so
5230 if it's not already in the global hook list.
5231 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5232 to `make-local-variable'.
5233 (nslookup-font-lock-keywords): Remove prompt entry.
5234 (nslookup): Don't set the process-filter.
5235 (finger): Exit the loop correctly when the regexps list runs out.
5236 (ftp, smbclient, smbclient-list-shares):
5237 Set the real major mode immediately, not after execing.
5238 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5239
5240 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5241
52422000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5243
5244 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5245
5246 * which-func.el (which-func-format): Remove spurious space.
5247 (which-func-mode): Don't make it permanent-local.
5248 (which-func-ff-hook): Allow which-func-maxout to be nil.
5249 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5250 (which-func-mode): Simplify.
5251 Use post-command-idle-hook rather than post-command-hook.
5252 Go through all buffers and update their state.
5253 (which-function): Also try add-log-current-defun-function.
5254
5255 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5256 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5257 Update call to with-vc-properties accordingly.
5258 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5259 (vc-revert-buffer): More careful about window selection and deletion.
5260 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5261
5262 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5263 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5264 (cvs-dired-action): Change the default to quickdir.
5265
5266 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5267 if comment-indent-function returns nil.
5268 (comment-indent-default): New function.
5269 (comment-indent-function): Use it and document the new semantics.
5270
5271 * image-file.el: Docstring fixes.
5272
5273 * help.el (help-xref-on-pp): Use match-string.
5274 (describe-variable): New arg BUFFER.
5275 Store the current buffer in the help-xref-stack.
5276 (temp-buffer-resize-mode): Use define-minor-mode.
5277
5278 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5279 consistently with its docstring.
5280 Set jit-lock-first-unfontify-pos in an idempotent way.
5281 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5282
52832000-10-05 Alex Schroeder <alex@gnu.org>
5284
5285 * sql.el (sql-mysql-options): New variable.
5286 (sql-mysql): Use it.
5287
52882000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5289
5290 * image.el (image): New group.
5291
5292 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5293 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5294
52952000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5296
5297 * net/net-utils.el (nslookup-font-lock-keywords)
5298 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5299 Ignore the value of wqindow-system; always define keywords
5300
53012000-10-05 Kenichi Handa <handa@etl.go.jp>
5302
5303 * startup.el (fancy-splash-screens): Remove the code for
5304 debugging; `(trace-to-stderr "EXITTT\n")'.
5305
53062000-10-05 Miles Bader <miles@gnu.org>
5307
5308 * diff-mode.el (diff-goto-source): Update call to
5309 `diff-hunk-status-msg' to reflect new REV variable.
5310
53112000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * progmodes/icon.el (icon-mode):
5314 Don't gratuitously override the default for comment-column.
5315
5316 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5317
5318 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5319 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5320 (jit-lock-functions): New var.
5321 (jit-lock-function-1): Use it if non-nil.
5322 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5323 Set the `fontified' property before doing the fontification to avoid
5324 repeatedly going through the same error.
5325 Don't turn errors into messages.
5326 (jit-lock-register, jit-lock-unregister): New functions.
5327
5328 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5329 Use with-current-buffer.
5330
5331 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5332 Turn comment into docstring.
5333
5334 * apropos.el (apropos-mode): Use define-derived-mode.
5335
53362000-10-04 Gerd Moellmann <gerd@gnu.org>
5337
5338 * startup.el (fancy-splash-pending-command): New variable.
5339 (fancy-splash-pre-command): New function.
5340 (fancy-splash-screens): Rewritten.
5341 (command-line-1): If fancy-splash-pending-command is set, call it
5342 interactively.
5343
53442000-10-04 Dave Love <fx@gnu.org>
5345
5346 * toolbar/tool-bar.el (tool-bar-setup): New function.
5347 (tool-bar-mode): Use it.
5348
5349 * subr.el (substitute-key-definition): Doc fix.
5350 (play-sound-file): New command.
5351
53522000-10-04 Andre Spiegel <spiegel@gnu.org>
5353
5354 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5355 vc-version-backup-file-name): New functions.
5356
5357 * files.el (basic-save-buffer): Call vc-before-save before saving.
5358
5359 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5360 vc-cvs-stay-local-p.
5361
5362 * vc.el (vc-revert-buffer): Handle empty diff properly.
5363 (vc-version-backup-file): New function.
5364 (vc-checkout): Create a version backup if necessary.
5365 (vc-checkin): If a version backup file exists, delete it.
5366 (vc-version-diff): Diff locally using version backups, if available.
5367 (vc-revert-file): If there's a version backup, revert locally.
5368 (vc-transfer-file): Use version backup for base version, if
5369 available. If not, ask for confirmation whether to get it from the
5370 server. Update mode line before check-in.
5371
53722000-10-04 Dave Love <fx@gnu.org>
5373
5374 * toolbar/tool-bar.el (tool-bar-setup): New function.
5375 (tool-bar-mode): Use it.
5376
53772000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5378
5379 * net/net-utils.el (nslookup-font-lock-keywords)
5380 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5381 Only set if window-system is non-nil
5382 (net-utils-run-program): Returns buffer.
5383 (network-connection-reconnect): Added this function.
5384
5385 * generic.el:
5386 Incorporates extensive cleanup and docfixes by
5387 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5388 Uses cl compile-time macros.
5389 (generic-mode-name, generic-comment-list)
5390 (generic-keywords-list, generic-font-lock-expressions)
5391 (generic-mode-function-list, generic-mode-syntax-table):
5392 Removed variables.
5393 (generic-mode-alist): Renamed to generic-mode-list.
5394 (generic-find-file-regexp): Default changed to "^#".
5395 (generic-read-type): Uses completing read on generic-mode-list.
5396 (generic-mode-sanity-check): removed this function.
5397 (generic-add-to-auto-mode): Removed this function
5398 (generic-mode-internal): Bind mode-specific definitions
5399 into function instead of putting them in alist.
5400 (generic-mode-set-comments): Reworked extensively.
5401 (generic-mode-find-file-hook): Simplified regexp searching
5402 (generic-make-keywords-list): Omit extra pair of parens
5403
5404 * find-lisp.el (find-lisp-find-files-internal):
5405 Make sure directory name ends with "/".
5406
5407 * generic-x.el (apache-conf-generic-mode):
5408 Regexp now allows leading whitespace.
5409 (rc-generic-mode): Added eval-when-compile
5410 around generic-make-keywords-list.
5411 Deleted duplicate regexp
5412 (rul-generic-mode): Added eval-when-compile
5413 around generic-make-keywords-list.
5414 (etc-fstab-generic-mode): New generic mode.
5415 (rul-generic-mode): Removed one eval-when-compile
5416 which caused a max-specpdl-size exceeded error.
5417
54182000-10-04 Miles Bader <miles@gnu.org>
5419
5420 * simple.el (minibuffer-temporary-goal-position): New variable.
5421 (next-history-element): Try to keep the position of point in the
5422 input string constant.
5423
5424 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5425 (dired-do-create-files): If there's only one file, pass it in as
5426 the DEFAULT arg to dired-mark-read-file-name.
5427
54282000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5429
5430 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5431 (diff-goto-source): Be smarter when choosing REVERSE or not.
5432
5433 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5434 (texinfo-mode-menu): Add an explicit shortcut for update all.
5435
54362000-10-03 Andre Spiegel <spiegel@gnu.org>
5437
5438 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5439 factorize backend-specific code cleanly (this was essentially
5440 conceived by Stefan Monnier).
5441 (vc-unregister): Function removed.
5442 (vc-revert-file): New function.
5443 (vc-revert-buffer): Delegate some of the work to it.
5444
5445 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5446 default branch unconditionally.
5447 (vc-rcs-set-default-branch): New function.
5448 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5449 (vc-rcs-checkin): If an appropriate default branch has been set,
5450 force creation of that branch.
5451 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5452 code (as suggested by Stefan Monnier).
5453
54542000-10-02 Gerd Moellmann <gerd@gnu.org>
5455
5456 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5457 highlighting overlay with a different face over the overlay
5458 isearch uses to highlight the current match because that can lead
5459 to bad face combinations.
5460
5461 * loadup.el (toplevel): Load faces before isearch.
5462
5463 * isearch.el (isearch-faces): New custom group.
5464 (isearch): New defface; was already tested for in the code.
5465 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5466 (isearch-highlight): Always use face `isearch'.
5467
54682000-10-02 Dave Love <fx@gnu.org>
5469
5470 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5471 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5472 comparison of opcode with operand.
5473
54742000-10-03 Miles Bader <miles@gnu.org>
5475
5476 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5477 buffer, since the echo area will now grow to accommodate them.
5478
54792000-10-02 Andre Spiegel <spiegel@gnu.org>
5480
5481 * vc-hooks.el (vc-registered): If FILE used to be registered under
5482 a certain backend, try that one first.
5483
5484 * vc.el (vc-responsible-backend): Undo the previous change in the
5485 argument list. Handle multiple backends correctly.
5486 (vc-find-new-backend): Function removed.
5487 (vc-register): Use vc-responsible-backend, as before.
5488 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5489
54902000-10-02 Gerd Moellmann <gerd@gnu.org>
5491
5492 * startup.el (fancy-splash-head): Change message below the
5493 logo.
5494
54952000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5496
5497 * diff-mode.el (diff-goto-source): Emit a status message.
5498 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5499 (diff-test-hunk): Fix doc string.
5500 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5501 (diff-advance-after-apply-hunk): New variable.
5502 (diff-apply-hunk): Don't return a value.
5503
55042000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5505
5506 * vc.el (vc-editable-p): Minor optimization.
5507 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5508 (vc-find-new-backend): New function split from vc-responsible-backend.
5509 (vc-register): Use it.
5510 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5511 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5512 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5513 (vc-clear-headers): Don't use find-file.
5514 (vc-revert-buffer): Use `and' again (must have been a braino).
5515 (vc-switch-backend): Only prompt if requested.
5516 Short circuit if nothing is to be done.
5517 Don't use vc-resynch-buffer which could lose unsaved editing.
5518 (vc-default-receive-file): Update call to vc-unregister.
5519 (with-vc-file, vc-next-action-on-file):
5520 Use vc-backend rather than vc-registered.
5521 (vc-next-action-on-file): Use intern-soft.
5522 Deal with read-only *vc-diff* buffer.
5523 (vc-transfer-file): Docstring fix.
5524
5525 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5526 (vc-rcs-receive-file): Avoid with-vc-properties.
5527 Update call to vc-unregister.
5528 Use constant `RCS' rather than (dynamically bound) var `backend'.
5529
55302000-10-01 Andre Spiegel <spiegel@gnu.org>
5531
5532 * vc.el (vc-next-action-on-file): Update mode line only if file
5533 is visited.
5534 (vc-start-entry): New argument initial-contents. Don't visit the file
5535 if it isn't already visited. Brought documentation up-to-date.
5536 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5537 (vc-checkin): New optional arg initial-contents, which is passed to
5538 vc-start-entry.
5539 (vc-finish-logentry): Make sure to bury log buffer only if there
5540 really is one. Call `vc-resynch-buffer' on log-file, not
5541 buffer-file-name.
5542 (vc-default-comment-history, vc-default-wash-log): New functions.
5543 (vc-index-of): Removed.
5544 (vc-transfer-file): Make do without the above.
5545 (vc-default-receive-file): Call comment-history unconditionally. Pass
5546 the resulting string to vc-checkin, instead of inserting it into the
5547 comment ring.
5548
5549 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5550 unconditionally. Use the comments as initial contents of the log
5551 entry buffer. Document the trick to force branch creation with no
5552 changes.
5553
55542000-10-01 Miles Bader <miles@gnu.org>
5555
5556 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5557 `recenter' with an arg to prevent redrawing the display.
5558
55592000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5560
5561 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5562
5563 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5564
5565 * progmodes/c-mode.el (c-mode):
5566 Don't gratuitously override the default for comment-column.
5567
5568 * textmodes/tex-mode.el (latex-metasection-list): New var.
5569 (latex-imenu-create-index): Use it.
5570 Move the regexp construction outside loops (and use push).
5571 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5572 (tex-font-lock-keywords): Moved from font-lock.el.
5573 (tex-comment-indent): Remove.
5574 (tex-common-initialization): Don't set comment-indent-function.
5575 (latex-block-default): New var.
5576 (tex-latex-block): Use it to provide a default choice.
5577 Add any unknown choice to latex-block-names.
5578 Insert [...] after {...}.
5579 (tex-last-unended-begin): Simplify regexp.
5580 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5581 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5582 (latex-mode): Set forward-sexp-function.
5583
5584 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5585 Add regexp for @ignore ... @end ignore.
5586 (texinfo-heading-face): New face.
5587 (texinfo-font-lock-keywords): Use it.
5588 (texinfo-mode-menu): New menu.
5589 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5590 New functions.
5591 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5592 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5593 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5594 Remove declaration.
5595 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5596
5597 * delsel.el (delete-selection-mode): Use define-minor-mode.
5598
5599 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5600
56012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5602
5603 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5604
56052000-09-30 Gerd Moellmann <gerd@gnu.org>
5606
5607 * replace.el (keep-lines-read-args): New function.
5608 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5609 read arguments interactively. Add parameters RSTART and REND.
5610 Operate on the active region in Transient Mark mode.
5611
5612 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5613
5614 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5615 (authors-obsolete-files-regexps): New variable.
5616 (authors-add): Don't record changes in obsolete files.
5617
56182000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5619
5620 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5621
5622 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5623 (comment-indent): Make sure there's a space between code and comment.
5624 Shift comments left to avoid going past fill-column.
5625
56262000-09-29 Gerd Moellmann <gerd@gnu.org>
5627
5628 * startup.el (startup-echo-area-message): New function.
5629 (display-startup-echo-area-message): Use it.
5630 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5631 (fancy-splash-default-action): New function.
5632 (fancy-splash-screens-1): New function.
5633 (fancy-splash-head): Put a help-echo and a keymap under the image.
5634
56352000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5636
5637 * diff-mode.el (diff-add-log-file-name): Remove.
5638 (diff-mode): Use add-log-buffer-file-name-function.
5639
5640 * add-log.el (find-change-log): New arg BUFFER-FILE.
5641 (add-log-file-name): Obey add-log-file-name-function.
5642 (add-log-buffer-file-name-function): New var.
5643 (add-change-log-entry): Use it.
5644
56452000-09-29 Miles Bader <miles@gnu.org>
5646
5647 * image-file.el (image-file-name-extensions): New variable.
5648 (image-file-name-regexps): Renamed from `image-file-regexps'.
5649 New default value is nil. Call `auto-image-file-mode'.
5650 (image-file-name-regexp): New function.
5651 (auto-image-file-mode): New minor mode.
5652 (insert-image-file): Don't make conditional on the image-file
5653 handler being enabled.
5654 (image-file-handler): Make the call here conditional instead.
5655 (set-image-file-handler-enabled, enable-image-file-handler)
5656 (disable-image-file-handler): Functions removed.
5657
5658 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5659 string.
5660
56612000-09-29 Gerd Moellmann <gerd@gnu.org>
5662
5663 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5664 it's a function from CL.
5665 (latex-imenu-create-index): Replace eval-when-compile with progn
5666 because latex-section-alist is not bound while compiling.
5667
56682000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5669
5670 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5671 (outline-mode): Use define-derived-mode.
5672
5673 * progmodes/perl-mode.el (perl-mode):
5674 * progmodes/awk-mode.el (awk-mode):
5675 * progmodes/asm-mode.el (asm-mode):
5676 Don't gratuitously override the default for comment-column.
5677
5678 * emacs-lisp/lisp.el (lisp-complete-symbol):
5679 Distinguish the let-binding case from the funcall case.
5680 (forward-sexp-function): New variable.
5681 (forward-sexp): Use it.
5682
5683 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5684 (easy-mmode-defmap): Remove the now useless autoload.
5685
5686 * time.el (display-time-mode): Use define-minor-mode.
5687
5688 * subr.el (add-minor-mode): Don't eval NAME.
5689 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5690 Use if rather than cond.
5691
5692 * simple.el (read-expression-map): Define more properly.
5693 (comment-indent-hook): Remove.
5694 (string-to-syntax): Bug fix.
5695
5696 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5697 (cvs-ediff-diff): Fix typo.
5698 (cvs-revert-if-needed): Don't bother preserving read-only.
5699
5700 * paren.el (show-paren-mode): Use define-minor-mode.
5701
5702 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5703 (toggle-auto-compression): Remove.
5704 (jka-compr-build-file-regexp): Remove useless grouping.
5705
5706 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5707 Avoid user-reserved bindings.
5708 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5709 (diff-header-face): Revert to grey85.
5710
5711 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5712
5713 * complete.el (partial-completion-mode) <defcustom>: Remove.
5714 (partial-completion-mode): Use define-minor-mode.
5715 (PC-do-completion): Understand `completion-auto-help = delay'
5716 to mean to popup the completion buffer only the second time.
5717 (PC-include-file-all-completions, PC-include-file-all-completions)
5718 (PC-include-file-all-completions): Don't quote lambda.
5719
5720 * comint.el (comint-mode-hook): Docstring fix.
5721 (comint-mode): Use define-derived-mode.
5722 (comint-mode-map): Remove obsolete comment.
5723 (make-comint): Minor stylistic change.
5724 (comint-insert-clicked-input): Be more careful to find the overlay.
5725 Use this-command-keys rather than hardcoding mouse-2.
5726
5727 * font-lock.el: Replace confusing (,@ with ,
5728 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5729 Don't use regexp-opt-depth. Spice up the regexp for args.
5730 Don't distinguish between cmds that can take an opt arg or not.
5731 Use `append' and `prepend' rather than `keep'.
5732
5733 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5734 (latex-outline-regexp): New var.
5735 (latex-outline-level): New fun.
5736 (latex-section-alist): New var.
5737 (latex-imenu-create-index): Use it. Use `push' as well.
5738 (tex-shell-map): Initialize it properly.
5739 (tex-mode): Minor stylistic change.
5740 (plain-tex-mode): Use define-derived-mode.
5741 (latex-mode): Use define-derived-mode.
5742 Construct the paragraph regexps in a more readable way.
5743 Set the buffer-local outline-{level,regexp} vars.
5744 (slitex-mode): Derive from latex-mode.
5745 (tex-common-initialization): Don't kill-all-vars anymore.
5746 Add setting for comment-add and font-lock-defaults.
5747 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5748 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5749 (tex-start-tex): New arg DIR (and send a chdir command for it).
5750 Also display the shell buffer and save it in tex-last-buffer-texed.
5751 (tex-region): Use expand-file-name rather than concat.
5752 Remove code made useless by changes in tex-start-tex.
5753 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5754
5755 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5756
57572000-09-28 Dave Love <fx@gnu.org>
5758
5759 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5760
57612000-09-28 Gerd Moellmann <gerd@gnu.org>
5762
5763 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5764 `append'.
5765
57662000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5767
5768 * info.el (Info-extract-pointer): Undo last change.
5769 Instead, fix the position of the `bound' arg to re-search-backward.
5770
57712000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5772
5773 * info.el (Info-extract-pointer):
5774 Widen more carefully, to avoid finding pointers in other nodes.
5775 (Info-index): Use push.
5776
57772000-09-27 Gerd Moellmann <gerd@gnu.org>
5778
5779 * frame.el (set-frame-font): Remove call to obsolete function
5780 frame-update-faces.
5781 (set-foreground-color, set-background-color): Likewise for
5782 frame-update-face-colors.
5783
57842000-09-27 Miles Bader <miles@gnu.org>
5785
5786 * image-file.el: New file.
5787
57882000-09-27 Gerd Moellmann <gerd@gnu.org>
5789
5790 * frame.el (frame-notice-user-settings): Don't call
5791 frame-update-faces, which is a no-op now.
5792
5793 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5794 tool-bar-lines.
5795
57962000-09-27 Dave Love <fx@gnu.org>
5797
5798 * mouse.el: Fix last change.
5799
58002000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5801
5802 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5803
58042000-09-22 Kenichi Handa <handa@etl.go.jp>
5805
5806 * international/quail.el (quail-help): The output message is
5807 improved.
5808
58092000-09-26 Dave Love <fx@gnu.org>
5810
5811 * mouse.el (popup-menu): If POSITION is nil, set it using
5812 mouse-position.
5813
58142000-09-25 Sam Steingold <sds@gnu.org>
5815
5816 * net/browse-url.el (browse-url-file-url): Check for null maps.
5817
58182000-09-26 Gerd Moellmann <gerd@gnu.org>
5819
5820 * frame.el (frame-notice-user-settings): Don't add a
5821 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5822
5823 * frame.el (frame-notice-user-settings):
5824 Make tool-bar-mode and default-frame-alist consistent.
5825
5826 * toolbar/tool-bar.el (tool-bar-help): New function.
5827
58282000-09-25 Gerd Moellmann <gerd@gnu.org>
5829
5830 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5831 current-load-list in top-level forms. Else this leaks a cons cell
5832 every time a defun is called.
5833
5834 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5835
58362000-09-25 Dave Love <fx@gnu.org>
5837
5838 * startup.el (fancy-splash-head): Check XPM is available.
5839
5840 * autoinsert.el (auto-insert): Doc fix.
5841 (auto-insert-alist): Following GNU notices, don't say `copyright
5842 _by_'. Use line-beginning-position.
5843 (auto-insert): Check buffer-file-name is non-nil before use.
5844
58452000-09-25 Gerd Moellmann <gerd@gnu.org>
5846
5847 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5848 starting with `@def' or `@multitable', in addition to ones
5849 specified by the user in auto-fill-inhibit-regexp.
5850
58512000-09-25 Markus Rost <rost@math.ohio-state.edu>
5852
5853 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5854 rmail-dont-reply-to-names matches the empty string.
5855
58562000-09-25 Gerd Moellmann <gerd@gnu.org>
5857
5858 * startup.el (command-line-1, fancy-splash-text): Change the
5859 text to sound more friendly.
5860
58612000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5862
5863 * progmodes/hideshow.el: Update author email address.
5864 Generally, sync w/ maintainer version 5.22.
5865 (hs-hide-all-non-comment-function): New var.
5866 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5867 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5868 (hs-show-region): Delete this command.
5869 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5870
58712000-09-22 Dave Love <fx@gnu.org>
5872
5873 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5874 (hl-line-highlight): Specify buffer when moving overlay.
5875
5876 * progmodes/fortran.el (fortran-mode): Locally set
5877 normal-auto-fill-function.
5878 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5879 (fortran-mode-map): Adjust auto-fill menu entry.
5880
58812000-09-22 Gerd Moellmann <gerd@gnu.org>
5882
5883 * vc-rcs.el (toplevel): Require `vc' when compiling.
5884
5885 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5886
58872000-09-22 Andre Spiegel <spiegel@gnu.org>
5888
5889 * vc.el (vc-switch-backend): Signal an error if the file is not
5890 registered under the new backend.
5891
5892 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5893 without explicit revision number.
5894
58952000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5896
5897 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5898 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5899 (diff-xor): New function.
5900 (diff-find-source-location): Use it. Fix a stupid name clash.
5901 (diff-hunk-status-msg): New function.
5902 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5903 (diff-test-hunk): Use diff-find-source-location.
5904 (diff-goto-source): Favor the `reverse'.
5905 (diff-hunk-text): Properly handle one-sided context diffs.
5906 (diff-apply-hunk): When done, advance to the next hunk.
5907
59082000-09-21 Gerd Moellmann <gerd@gnu.org>
5909
5910 * startup.el (command-line): If frame was created with a non-zero
5911 tool-bar-lines parameter, switch tool-bar-mode on.
5912
5913 * add-log.el (change-log-date-face, change-log-name-face)
5914 (change-log-email-face, change-log-file-face)
5915 (change-log-list-face, change-log-conditionals-face)
5916 (change-log-function-face, change-log-acknowledgement-face):
5917 New faces, inheriting from font-lock faces.
5918 (change-log-font-lock-keywords): Use them.
5919
59202000-09-21 Dave Love <fx@gnu.org>
5921
5922 * progmodes/cperl-mode.el (top-level): Clean up
5923 `eval-when-compile's and assorted defvars.
5924 (cperl-invalid-face): Don't double-quote value. Change custom
5925 type.
5926 (cperl-mode): Set normal-auto-fill-function and don't zap
5927 auto-fill-function.
5928 (cperl-imenu--function-name-regexp-perl): Renamed from
5929 imenu-example--function-name-regexp-perl.
5930 (cperl-imenu--create-perl-index): Renamed from
5931 imenu-example--create-perl-index.
5932 (cperl-xsub-scan): Don't require cl.
5933
5934 * msb.el (msb-mode-map): Use substitute-key-definition.
5935 (msb-mode): Use msb-mode-map.
5936
59372000-09-21 Andre Spiegel <spiegel@gnu.org>
5938
5939 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5940 New functions.
5941 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5942 (vc-switch-backend): New function.
5943 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5944 (vc-register): Fix prompt.
5945 (vc-unregister, vc-default-unregister): New functions.
5946 (vc-version-diff): Handle empty buffer in sentinel.
5947
5948 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5949 (vc-rcs-state-heuristic): Use it to guess the state of files with
5950 non-strict locking.
5951 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5952 been set with -b, but not created yet.
5953 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5954 contents in order to find the state.
5955 (vc-rcs-checkin): Allow creation of branches with no changes.
5956 (vc-rcs-unregister, vc-rcs-receive-file)
5957 (vc-rcs-set-non-strict-locking): New functions.
5958
5959 * vc-hooks.el (vc-name): Force correct computation of the value
5960 in case it is missing.
5961
59622000-09-21 Gerd Moellmann <gerd@gnu.org>
5963
5964 * startup.el (fancy-splash-tail): Use a different foreground
5965 color on a dark frame background.
5966
59672000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5968
5969 * info.el: Use the correct capitalization when making Info-mode
5970 and Info-edit-mode `special' modes.
5971
59722000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5973
5974 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5975 (diff-mode): Add support for add-log.el.
5976 (diff-hunk-text): Use char offsets rather than line offsets.
5977 (diff-find-source-location): Replace LINE with line-offset (nil
5978 if not found) and always set POS to a meaningful position.
5979 Adapt to the new char-offsets.
5980 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5981 Adapt to the new diff-find-source-location.
5982 (diff-goto-source): Adapt to the new diff-find-source-location.
5983
5984 * add-log.el (add-log-file-name): New function (split out of
5985 add-change-log-entry).
5986 (add-change-log-entry): Use it.
5987 Call add-log-file-name-function with the changelog file name if
5988 the current buffer is not associated with any file.
5989 Avoid find-file if the selected window is dedicated.
5990
5991 * diff-mode.el (diff-find-source-location):
5992 Move code from diff-apply-hunk. Return buffer rather than file.
5993 (diff-apply-hunk): Use the new result from diff-find-source-location.
5994 (diff-goto-source): Use the new diff-find-source-location.
5995
59962000-09-20 Dave Love <fx@gnu.org>
5997
5998 * iswitchb.el: Some doc fixes.
5999 (iswitchb-mode-map): Define completely initially. Inherit
6000 minibuffer-local-map.
6001 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6002 fundamental-mode.
6003 (iswitchb-global-map): New variable.
6004 (iswitchb-summaries-to-end): Amalgamate regexps.
6005 (iswitchb-mode): New.
6006 (iswitchb-mode-hook): New variable.
6007 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6008 `extensions'.
6009
60102000-09-20 Gerd Moellmann <gerd@gnu.org>
6011
6012 * ehelp.el (electric-help): New defgroup.
6013 (electric-help-shrink-window): New user-option.
6014 (with-electric-help): Use it.
6015
6016 * window.el (shrink-window-if-larger-than-buffer): If face
6017 `mode-line' has a :box, and we're on a graphical frame, add 1
6018 to the needed window height.
6019
6020 * frame.el (frame-notice-user-settings): Add a last parameter nil
6021 to a call to `append', because the last list passed to `append' is
6022 not copied, and so subsequent calls to assq-delete-all will modify
6023 default-frame-alist.
6024
6025 * startup.el (fancy-splash-image): Change :type.
6026 (fancy-splash-head): Use an XBM image if appropriate.
6027 (command-line-1): Show splash screens in more cases.
6028
6029 * startup.el (fancy-splash-text): Don't quote faces.
6030
6031 * dired.el (dired-font-lock-keywords): Undo last change.
6032 (dired-readin): Bind indent-tabs-mode to nil.
6033
6034 * startup.el (fancy-splash-head): If frame's background mode
6035 is `dark', change the black background of the image to gray.
6036 (fancy-splash-screens): Display startup echo area message.
6037 (display-startup-echo-area-message): New function.
6038
60392000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6040
6041 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6042
6043 * info.el (info-header-node): Tweak for color ttys.
6044
6045 * faces.el (face-valid-attribute-values): Make sure directories we
6046 search for stipples both exist and are readable before trying to
6047 search them.
6048
6049 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6050 in the dry-run case.
6051
6052 * jka-compr.el (with-auto-compression-mode): New macro.
6053
6054 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6055 (custom-group-tag-face, custom-variable-tag-face): Use relative
6056 :height and inherit from `variable-pitch' face instead of
6057 hardwiring :family.
6058 * hi-lock.el (hi-black-hb): Likewise.
6059
6060 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6061 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6062 toolbar-add-item, if image doesn't have a mask add a `:mask
6063 heuristic'.
6064
60652000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6066
6067 * diff-mode.el: Docstring fixes.
6068 (diff-header-face, diff-comment-face): New faces.
6069 (diff-font-lock-keywords): Highlight a bit differently.
6070 (diff-find-source-location): Don't return SPAN any more.
6071 (diff-hunk-text): Don't bother erasing the temp buffer.
6072 (diff-find-text): Drop argument LINE.
6073 (diff-apply-hunk): Update calls to diff-find-text.
6074 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6075
6076 * calendar/calendar.el: Docstring fixes.
6077 (calendar-make-alist): Don't quote lambda.
6078 (calendar-star-date): Use make-local-variable.
6079
60802000-09-19 Dave Love <fx@gnu.org>
6081
6082 * toolbar/tool-bar.el: Renamed from toolbar.el.
6083 Change `toolbar' to `tool-bar' generally in symbols.
6084 Make some items invisible in `special' major modes.
6085 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6086 Add arg PROPS.
6087
6088 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6089 Add :version here.
6090 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6091
60922000-09-19 Gerd Moellmann <gerd@gnu.org>
6093
6094 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6095
6096 * files.el (find-file-suppress-same-file-warnings): New user-option.
6097 (find-file-noselect): Use it.
6098
6099 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6100 (fancy-splash-screen): Defgroup.
6101
6102 * add-log.el (change-log-font-lock-keywords): Match names
6103 more exactly for the case that font-lock-constant-face is
6104 underlined.
6105
61062000-09-19 Richard M. Stallman <rms@gnu.org>
6107
6108 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6109
61102000-09-19 Andre Spiegel <spiegel@gnu.org>
6111
6112 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6113
61142000-09-19 Gerd Moellmann <gerd@gnu.org>
6115
6116 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6117 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6118 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6119 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6120 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6121 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6122 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6123 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6124 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6125 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6126 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6127 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6128
6129 * startup.el (fancy-splash-text): New variable.
6130 (fancy-splash-delay, fancy-splash-image): New user-options.
6131 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6132 (fancy-splash-screens): New functions.
6133 (command-line-1): If display has a `display' frame parameter, has
6134 colors, and we have XPM support, show more fancy splash screens.
6135
61362000-09-19 Dave Love <fx@gnu.org>
6137
6138 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6139 with null `help'. Use modern backquote syntax.
6140
61412000-09-19 Gerd Moellmann <gerd@gnu.org>
6142
6143 * font-lock.el (font-lock-mode): Change message telling the user
6144 that ``the buffer is too big''.
6145
6146 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6147 for instance for the case that tab-width is 2.
6148
61492000-09-18 Gerd Moellmann <gerd@gnu.org>
6150
6151 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6152 toolbar-add-item, if image doesn't have a mask add a `:mask
6153 heuristic'.
6154
61552000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6156
6157 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6158 and return a cons if it's non-nil.
6159 (diff-apply-hunk): Try to jump to the line in the source text
6160 corresponding to the position of point in the in the hunk.
6161
6162 * info.el (Info-title-3-face, Info-title-2-face)
6163 (Info-title-1-face): Use face inheritance and relative sizes
6164 instead of hard-wiring things.
6165
6166 * faces.el (secondary-selection): Make dark-background variant sane.
6167
61682000-09-16 Andrew Innes <andrewi@gnu.org>
6169
6170 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6171 read-only, since they aren't under VC now.
6172
61732000-09-17 Dave Love <fx@gnu.org>
6174
6175 * tmm.el: Replace mapcar with mapc in several places.
6176
6177 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6178 ad-unadvise.
6179
6180 * international/latin1-disp.el: New file.
6181
6182 * calendar/cal-move.el (scroll-calendar-left)
6183 (scroll-calendar-right): Make arg optional (for active mode line).
6184
6185 * calendar/calendar.el (calendar-mode-line-format): Make fields
6186 mouse-sensitive.
6187 (calendar-read-date, calendar-read-date, calendar-window-list):
6188 Unquote lambda.
6189 (calendar-month-name): Use aref, not sref.
6190
6191 * view.el (minor-mode-alist): Propertize the string.
6192
6193 * international/characters.el (standard-case-table): Add entries
6194 for Greek.
6195
61962000-09-18 Miles Bader <miles@gnu.org>
6197
6198 * info.el (info-node, info-xref): Add dark-background variants.
6199
6200 * faces.el (header-line): Change defaults to be less confusing
6201 when mixed with mode-lines.
6202
6203 * info.el (Info-fontify-node): Make a few cleanups.
6204 Add extra `help-echo' and `local-map' props to node xrefs.
6205 Use header-specific faces for node-names & xrefs.
6206 (Info-use-header-line): New variable.
6207 (info-header-xref, info-header-node): New faces.
6208 (Info-setup-header-line): New function.
6209 (Info-select-node): Call Info-setup-header-line when enabled.
6210 (Info-extract-pointer): Work even if the header line is hidden.
6211 (Info-header-line): New variable.
6212
62132000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6214
6215 * vms-patch.el (print-region-function): Don't quote lambda.
6216
6217 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6218
6219 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6220 (lm-get-header-re): Allow spaces between the header and the colon.
6221 (lm-header): Allow $ in non-RCS headers.
6222 (lm-header-multiline): Put the strings back into order.
6223 Stop at an empty line. Don't require two space chars if the
6224 line is clearly not another header line.
6225
6226 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6227 (popup-menu-popup): Remove.
6228
62292000-09-15 Gerd Moellmann <gerd@gnu.org>
6230
6231 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6232 specification if or if not tool-bar item contains an `:enabled'
6233 property.
6234
6235 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6236 current buffer has no file name.
6237
62382000-09-15 Dave Love <fx@gnu.org>
6239
6240 * strokes.el: Sync with maintainer's current version with changes
6241 for Emacs, but avoid runtime cl and levents.
6242 (toplevel): Change autoloads and compilation requires.
6243 (strokes-version, strokes-bug-address, strokes-lift): Values
6244 changed.
6245 (strokes-xpm-header, strokes-insinuated): New variable.
6246 (strokes): Add :link.
6247 (strokes-mode): Customized.
6248 (strokes-while-inhibiting-garbage-collector): New macro.
6249 (strokes-remassoc): Avoid remove-if.
6250 (strokes-fix-button2-command): Don't use ad-do-it.
6251 (strokes-insinuate): New function.
6252 (strokes-button-press-event-p, strokes-button-release-event-p):
6253 New functions, used instead of non-`strokes-' versions..
6254 (strokes-mouse-event-p): Rewritten.
6255 (strokes-event-closest-point): Avoid event-point.
6256 (strokes-get-grid-position): Avoid cdadr, caadr
6257 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6258 functions.
6259 (strokes-help): Use with-output-to-temp-buffer.
6260 (strokes-window-configuration-changed-p): New function.
6261 (strokes-update-window-configuration): Use buffer-live-p,
6262 strokes-window-configuration-changed-p.
6263 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6264 (strokes-char-face): New face.
6265 (strokes-char-table, strokes-base64-chars): New variable.
6266 (strokes-xpm-for-stroke, strokes-list-strokes)
6267 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6268 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6269 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6270 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6271 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6272 functions.
6273
62742000-09-15 Gerd Moellmann <gerd@gnu.org>
6275
6276 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6277
6278 * image.el (create-image): Doc fix.
6279
6280 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6281 instead of `:heuristic-mask t'.
6282
62832000-09-14 Andrew Innes <andrewi@gnu.org>
6284
6285 * makefile.w32-in: Revert to Unix line endings.
6286
62872000-09-14 Andrew Innes <andrewi@gnu.org>
6288
6289 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6290 when installing.
6291
6292 * makefile.nt (DONTCOMPILE): Fix typo.
6293
6294 * shell.el (shell-write-history-on-exit): New function.
6295 (shell-dumb-shell-regexp): New custom variable.
6296 (shell-mode): Make shell-write-history-on-exit the process
6297 sentinel if shell name matches shell-dumb-shell-regexp.
6298
6299 * w32-fns.el: Comment out before-init-hook function which resets
6300 source-directory based; this breaks bootstrap.
6301
63022000-09-14 Dave Love <fx@gnu.org>
6303
6304 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6305 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6306 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6307 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6308 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6309 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6310 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6311 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6312 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6313
6314 * toolbar/toolbar.el: New.
6315
6316 * subdirs.el: Add toolbar.
6317
63182000-09-14 Gerd Moellmann <gerd@gnu.org>
6319
6320 * indent.el (indent-for-tab-command): Doc fix.
6321
63222000-09-14 Alex Schroeder <alex@gnu.org>
6323
6324 * ansi-color.el (ansi-colors): Doc change.
6325 (ansi-color-get-face): Simplified regexp.
6326 (ansi-color-faces-vector): Added more faces, doc change.
6327 (ansi-color-names-vector): Doc change.
6328 (ansi-color-regexp): Simplified regexp.
6329 (ansi-color-parameter-regexp): New regexp.
6330 (ansi-color-filter-apply): Doc change.
6331 (ansi-color-filter-region): Doc change.
6332 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6333 deal with zero length parameters.
6334 (ansi-color-apply-on-region): Doc change.
6335 (ansi-color-map): Doc change.
6336 (ansi-color-map-update): Removed debugging message.
6337 (ansi-color-get-face-1): Added condition-case to trap
6338 args-out-of-range errors.
6339 (ansi-color-get-face): Doc change.
6340 (ansi-color-make-face): Removed.
6341 (ansi-color-for-shell-mode): New option.
6342
63432000-09-13 Kenichi Handa <handa@etl.go.jp>
6344
6345 * international/quail.el (quail-start-translation): Translate KEY
6346 if necessary even if it doesn't have any mapping in the current
6347 input method.
6348 (quail-start-conversion): Likewise.
6349 (quail-help): The output message is improved.
6350
63512000-09-13 Miles Bader <miles@gnu.org>
6352
6353 * comint.el (comint-output-filter): Revert to using
6354 `insert-before-markers'. Add bletcherous hack to undo damage
6355 caused by `insert-before-markers'. Put `front-sticky' property on
6356 overlays created here so that the field code understands how the
6357 overlay works. Use a let when making comint-last-prompt-overlay,
6358 so that the code is easier to read.
6359
63602000-09-13 Dave Love <fx@gnu.org>
6361
6362 * wid-edit.el (widget-default-format-handler): DTRT when
6363 doc-property is a function.
6364
63652000-09-12 Francesco Potorti` <pot@gnu.org>
6366
6367 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6368 filed name if it's not there.
6369
63702000-09-12 Dave Love <fx@gnu.org>
6371
6372 * simple.el (read-mail-command): Doc fix.
6373 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6374
6375 * vc.el (vc-dired-listing-switches): Fix :version.
6376
6377 * vc-hooks.el: Doc fixes.
6378
6379 * subr.el (add-minor-mode): Use toggle-fun arg.
6380
6381 * speedbar.el: Add :version to several defcustoms.
6382
6383 * imenu.el (imenu--truncate-items, imenu--cleanup)
6384 (imenu--generic-function): Avoid mapcar.
6385 (imenu--replace-spaces): Function removed.
6386 (imenu--completion-buffer): Use subst-char-in-string.
6387 (imenu-add-to-menubar): Use keymap inheritance.
6388
63892000-09-12 Miles Bader <miles@gnu.org>
6390
6391 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6392 (diff-mode-map): Bind `diff-test-hunk'.
6393 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6394
63952000-09-11 Gerd Moellmann <gerd@gnu.org>
6396
6397 * bytecomp.el (byte-compile-defvar): Undo last change
6398 because it breaks '(make-variable-buffer-local (defvar ...)'
6399 which is used at least in dired.
6400
64012000-09-12 Kenichi Handa <handa@etl.go.jp>
6402
6403 * international/quail.el (quail-define-package): Docstring
6404 modified.
6405
64062000-09-12 Kenichi Handa <handa@etl.go.jp>
6407
6408 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6409 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6410 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6411 docstring of "chinese-py".
6412
6413 * international/quail.el (quail-translation-docstring): New
6414 variable.
6415 (quail-show-keyboard-layout): Docstring modified.
6416 (quail-select-current): Likewise.
6417 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6418 infinite recursive call.
6419 (quail-help): Check quail-translation-docstring. Format of the
6420 output changed.
6421 (quail-help-insert-keymap-description): Adjusted for the above
6422 change.
6423
64242000-09-11 Gerd Moellmann <gerd@gnu.org>
6425
6426 * bytecomp.el (byte-compile-defvar): Only cons onto
6427 current-load-list in top-level forms. Else this leaks a cons cell
6428 every time a defun is called.
6429
64302000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6431
6432 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6433 Now understands non-unified diffs. Some functionality moved into
6434 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6435 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6436 modify anything. Only reposition point in the patched file if the
6437 patch succeeds. Only pop up another window if POPUP is true.
6438 Emit a message describing what happened if successful, and at what
6439 line-offset. Automatically detect reversed hunks and do something
6440 appropriate.
6441 (diff-hunk-text, diff-find-text): New functions.
6442 (diff-filter-lines): Function removed.
6443 (diff-test-hunk): New function.
6444 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6445
64462000-09-10 Dave Love <fx@gnu.org>
6447
6448 * textmodes/tildify.el: Minor doc/commentary fixes.
6449 (tildify) <defgroup>: Add :version.
6450
6451 * faces.el (face-x-resources): Make custom type more specific.
6452 (frame-background-mode): Use mapc.
6453 (region) <defcustom>: Add :version.
6454
64552000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * vc-sccs.el (vc-sccs-register):
6458 * vc-rcs.el (vc-rcs-register):
6459 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6460 * vc.el (vc-register): Clear file's properties.
6461
64622000-09-08 Gerd Moellmann <gerd@gnu.org>
6463
6464 * faces.el (face-spec-set): Only face-spec-reset-face when
6465 ATTRS is non-nil.
6466
64672000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6468
6469 * help.el (help-insert-xref-button): Fix a typo in doc string.
6470
64712000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6472
6473 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6474 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6475 methods.
6476
6477 * menu-bar.el (read-mail-item-name): New function.
6478 (menu-bar-tools-menu): Use it to compute and display the package
6479 used to read email.
6480 (menu-bar-tools-menu): Fix typo in GUD's help string.
6481
64822000-09-07 Dave Love <fx@gnu.org>
6483
6484 * diff-mode.el (diff-mouse-goto-source): New function.
6485
6486 * vc-sccs.el: Doc fixes.
6487 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6488
6489 * vc-rcs.el: Doc fixes.
6490 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6491 (vc-rcs-checkout-switches, vc-rcs-header)
6492 (vc-rcs-master-templates): Add or change :version.
6493
6494 * vc-cvs.el: Doc fixes.
6495 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6496 (vc-cvs-stay-local): Add :version.
6497
6498 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6499
65002000-09-07 Kenichi Handa <handa@etl.go.jp>
6501
6502 * international/quail.el (quail-help): Fix previous change.
6503
65042000-09-07 Gerd Moellmann <gerd@gnu.org>
6505
6506 * faces.el (color-values): Doc fix.
6507
6508 * faces.el (frame-set-background-mode): Use frame-parameter
6509 instead of frame-parameters.
6510
6511 * frame.el (filtered-frame-list): Reduce consing.
6512 (frames-on-display-list): Call frame-parameter instead of
6513 frame-parameters.
6514
65152000-09-07 Kenichi Handa <handa@etl.go.jp>
6516
6517 * language/devan-util.el (devanagari-to-indian-region): In the
6518 loop, change the following char, not preceding char.
6519
65202000-09-07 Gerd Moellmann <gerd@gnu.org>
6521
6522 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6523 instead of frame-parameters.
6524
6525 * faces.el (set-face-attribute): Simplify by calling
6526 internal-set-lisp-face-attribute with FRAME being 0.
6527
6528 * vc.el: Remove `Id' version control keyword.
6529
65302000-09-07 Kenichi Handa <handa@etl.go.jp>
6531
6532 * help.el (help-make-xrefs): Adjusted for the change of
6533 help-xref-mule-regexp.
6534 (help-insert-xref-button): New function.
6535
6536 * international/mule-cmds.el (help-xref-mule-regexp-template):
6537 Include the pattern for character set.
6538 (leim): New group.
6539
6540 * international/quail.el: Don't require face.
6541 (quail): New group.
6542 (quail-other-command): Dummy command to make quail-help work better.
6543 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6544 (quail-keyboard-layout-substitution): New variable.
6545 (quail-update-keyboard-layout): New function.
6546 (quail-keyboard-layout-type): New customizable variable.
6547 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6548 (quail-keyboard-translate): Pay attention to
6549 quail-keyboard-layout-substitution.
6550 (quail-insert-kbd-layout): New function.
6551 (quail-show-keyboard-layout): New function.
6552 (quail-get-translation): If the definition is a vector of length
6553 1, and the element is a string of length 1, return the character
6554 in that string.
6555 (quail-update-current-translations): Fix the case of
6556 relative-index out of range.
6557 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6558 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6559 Show key sequences for all available characters.
6560 (quail-help-insert-keymap-description): Don't show such verbose
6561 key bindings as quail-self-insert-command.
6562
6563 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6564 Format changed, and each element now have extra documentations.
6565 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6566 Adjusted for the change of quail-cxterm-package-ext-info.
6567
65682000-09-06 Gerd Moellmann <gerd@gnu.org>
6569
6570 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6571 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6572 during bootstrap.
6573
65742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6575
6576 * vc.el: (toplevel): Don't require `dired' at run-time.
6577 (vc-dired-resynch-file): Remove autoload cookie.
6578
65792000-09-05 Andre Spiegel <spiegel@gnu.org>
6580
6581 * vc.el: Made several backend functions optional.
6582 (vc-default-responsible-p): New function.
6583 (vc-merge): Use RET for first version to trigger merge-news, not
6584 prefix arg.
6585 (vc-annotate): Handle backends that do not support annotation.
6586 (vc-default-merge-news): Removed. The existence of a merge-news
6587 implementation is now checked on caller sites.
6588
6589 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6590 case.
6591
6592 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6593 special case that has been removed from the default in vc-hooks.el.
6594
65952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6596
6597 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6598
65992000-09-05 Andre Spiegel <spiegel@gnu.org>
6600
6601 * vc-hooks.el: Require vc during compilation.
6602 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6603 macro `with-vc-properties' in vc.el.
6604 (vc-file-getprop): Doc fix.
6605 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6606
6607 * vc.el: Require dired-aux during compilation.
6608 (vc-name-assoc-file): Moved to vc-sccs.el.
6609 (with-vc-properties): New macro.
6610 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6611 vc-finish-steal): Use it.
6612 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6613 to the backend-specific function is now supposed to do the checkout,
6614 too.
6615 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6616
6617 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6618 set file properties; that gets done in the generic code now.
6619
6620 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6621 Changed parameter list, added code from vc.el that does the
6622 checkout, possibly with a double-take.
6623
6624 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6625 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6626 the above under the new name.
6627 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6628 parameter list, added checkout command.
6629 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6630 properties; that gets done in the generic code now.
6631
66322000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6633
6634 * vc.el: Docstring fixes (courtesy of checkdoc).
6635
66362000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6637
6638 * vc.el (vc-checkout-writable-buffer-hook)
6639 (vc-checkout-writable-buffer): Remove.
6640 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6641 (vc-log-mode): Make it into a clean derived major mode.
6642 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6643 vc-log-mode if log-edit is not available.
6644 (vc-dired-mode-map): Don't set-keymap-parent yet.
6645 (vc-dired-mode): Do set-keymap-parent here.
6646 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6647
66482000-09-05 Gerd Moellmann <gerd@gnu.org>
6649
6650 * faces.el (set-face-attribute, face-spec-reset-face)
6651 (face-spec-set): Avoid consing by removing calls to `apply'.
6652
6653 * frame.el (frame-parameter): Move to C code.
6654
66552000-09-05 Dave Love <fx@gnu.org>
6656
6657 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6658 insert-before-markers-and-inherit. Now checked systematically!
6659
66602000-09-05 Alex Schroeder <alex@gnu.org>
6661
6662 * sql.el (sql-postgres): Use sql-postgres-options.
6663 (sql-postgres-options): New variable.
6664
66652000-09-05 Alex Schroeder <alex@gnu.org>
6666
6667 * sql.el (sql-mode-menu): Work around missing variable mark-active
6668 in XEmacs.
6669 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6670 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6671 compatibility.
6672
66732000-09-04 Gerd Moellmann <gerd@gnu.org>
6674
6675 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6676
6677 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6678
6679 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6680
66812000-09-04 Andre Spiegel <spiegel@gnu.org>
6682
6683 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6684 don't support anything else under SCCS yet.
6685
6686 * vc-hooks.el: Minor doc fixes.
6687
66882000-09-04 Andre Spiegel <spiegel@gnu.org>
6689
6690 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6691 not necessary. If verbose in state `needs-patch', do the same as
6692 under `up-to-date'. When NOT verbose and `needs-patch', check out
6693 latest version instead of `merge-news'.
6694 (vc-next-action-dired): Don't mess with default-directory here; it
6695 breaks other parts of dired. It is the job of the
6696 backend-specific functions to adjust it temporarily if they need it.
6697 (vc-next-action): Remove a special CVS case.
6698 (vc-clear-headers): New optional arg FILE.
6699 (vc-checkin, vc-checkout): Set properties vc-state and
6700 vc-checkout-time properly.
6701 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6702 (vc-print-log): Use new backend function `show-log-entry'.
6703 (vc-cancel-version): Do the checks in a different order. Added a
6704 FIXME concerning RCS-only code.
6705
6706 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6707 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6708
6709 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6710
6711 * vc-hooks.el (vc-default-mode-line-string): Show state
6712 `needs-patch' as a `-' too.
6713
67142000-09-04 Andre Spiegel <spiegel@gnu.org>
6715
6716 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6717 (vc-default-could-register): New function.
6718 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6719 (vc-resynch-buffer): Call vc-dired-resynch-file.
6720 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6721 vc-resynch-buffer instead of vc-resynch-window.
6722 (vc-next-action-dired): Don't redisplay here, that gets done as a
6723 result of the individual file operations.
6724 (vc-retrieve-snapshot): Corrected prompt order.
6725
6726 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6727
6728 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6729 as well.
6730 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6731 hostname regexps. Updated all callers.
6732 (vc-cvs-responsible-p): Handle directories as well.
6733 (vc-cvs-could-register): New function.
6734 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6735 properties up-to-date.
6736
6737 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6738 user whether to create one.
6739
67402000-09-04 Andre Spiegel <spiegel@gnu.org>
6741
6742 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6743 check out a non-existing file.
6744
6745 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6746 workfile does not exist.
6747
6748 * vc.el (vc-version-diff): Use `require' to check for existence of
6749 diff-mode.
6750
67512000-09-04 Andre Spiegel <spiegel@gnu.org>
6752
6753 * vc-cvs.el (vc-cvs-registered): Use new function
6754 vc-cvs-parse-entry to do the actual work.
6755
67562000-09-04 Andre Spiegel <spiegel@gnu.org>
6757
6758 * vc-hooks.el (vc-find-backend-function): If function doesn't
6759 exist, return nil instead of error.
6760 (vc-call-backend): Doc fix.
6761
6762 * vc.el (vc-do-command): Doc fix.
6763 (vc-finish-logentry): When checking in from vc-dired, choose the
6764 right backend for logentry check.
6765 (vc-dired-mode-map): Inherit from dired-mode-map.
6766 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6767 simplified.
6768 (vc-dired-state-info): Removed, updated caller.
6769 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6770 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6771 (vc-dired-listing-switches): New variable.
6772 (vc-directory): Use it, instead of dired-listing-switches.
6773
6774 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6775 (vc-cvs-dir-state): New function.
6776 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6777 (vc-cvs-parse-entry): New function, also to be used in
6778 vc-cvs-registered.
6779
67802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6781
6782 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6783 *or* single-window-frames.
6784
67852000-09-04 Andre Spiegel <spiegel@gnu.org>
6786
6787 * vc.el (vc-update-changelog): Split into generic part and default
6788 implementation. Doc string adapted.
6789 (vc-default-update-changelog): New function. Call the `rcs2log'
6790 script in exec-directory, to fix a long-standing nuisance.
6791
6792 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6793 simply signals an error.
6794
67952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6796
6797 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6798 control-flow more clear and to avoid running `cvs' twice.
6799
6800 * vc.el (vc-next-action-on-file): Doc fix.
6801 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6802 (vc-print-log): Eval `file' before constructing the continuation.
6803
68042000-09-04 Andre Spiegel <spiegel@gnu.org>
6805
6806 * vc.el (vc-next-action-on-file): Corrected several messages.
6807 (vc-merge): Add prefix arg `merge-news'; handle it.
6808
6809 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6810 is not reached. It is.
6811 (vc-cvs-merge): Set state to 'edited after merge.
6812 (vc-cvs-merge-news): Set workfile version to nil if not known.
6813 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6814
6815 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6816 via stdout. (Merge from main line.)
6817
68182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6819
6820 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6821 detection.
6822
68232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6826 against kill-all-local-variables.
6827 (vc-log-edit): Don't save vc-parent-buffer any more.
6828 (vc-last-comment-match): Initialize to an empty string.
6829 (vc-post-command-functions): New hook.
6830 (vc-do-command): Run it.
6831 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6832 (vc-finish-logentry): Only add the comment to the ring if it's
6833 different from the last comment entered.
6834 (vc-new-comment-index): New function.
6835 (vc-previous-comment): Use it. Make the minibuffer message
6836 slightly less terse.
6837 (vc-comment-search-reverse): Make it work forward as well. Don't
6838 set vc-comment-ring-index if no match is found. Use
6839 vc-new-comment-index.
6840 (vc-comment-search-forward): Use vc-comment-search-reverse.
6841 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6842 define-derived-mode will do it for us. Bind `v' to a keymap that
6843 inherits from vc-prefix-map so that we can bind `vt' without
6844 binding C-x v t.
6845 (vc-retrieve-snapshot): Parenthesis typo.
6846
6847 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6848 to 1. Make sure to switch to *vc* before looking for an error
6849 message. Use vc-parse-buffer.
6850
68512000-09-04 Andre Spiegel <spiegel@gnu.org>
6852
6853 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6854 and NAME.
6855 (vc-retrieve-snapshot): Split into two parts.
6856 (vc-default-retrieve-snapshot): New function.
6857
6858 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6859 (vc-cvs-retrieve-snapshot): New function (untested).
6860 (vc-cvs-stay-local): Default to t.
6861 (vc-cvs-remote-p): New function and property.
6862 (vc-cvs-state): Stay local only if the above is t.
6863 (vc-handle-cvs): Removed.
6864 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6865 done via vc-handled-backends now.
6866 (vc-cvs-header): Escape Id.
6867
68682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6869
6870 * vc.el (vc-do-command): Remove unused commands.
6871 (vc-version-diff): Make sure default-directory ends with a slash.
6872 Move the window commands into a vc-exec-after.
6873 (vc-print-log): Move more of the code into the `vc-exec-after'.
6874
68752000-09-04 Andre Spiegel <spiegel@gnu.org>
6876
6877 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6878 (vc-print-log): Search current revision from beginning of buffer.
6879 (vc-revert-buffer): Clear echo area after the diff is finished.
6880 (vc-prefix-map): Removed definition of "t" for terse display in vc
6881 dired.
6882 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6883 definition of "vt" for terse display.
6884 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6885
68862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * vc.el (vc-exec-after): Avoid caddr.
6889
68902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6891
6892 * vc.el (vc-exec-after): New function.
6893 (vc-do-command): Use it to add a termination message for async
6894 procs.
6895 (vc-checkout): Try to handle a missing-backend situation.
6896 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6897 of a directory with a backend using async diffs.
6898 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6899 present.
6900
6901 * vc-sccs.el (vc-sccs-state-heuristic): Use
6902 file-ownership-preserved-p.
6903
6904 * vc-rcs.el (vc-rcs-state-heuristic): Use
6905 file-ownership-preserved-p.
6906 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6907
69082000-09-04 Andre Spiegel <spiegel@gnu.org>
6909
6910 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6911 vc-do-command.
6912
6913 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6914 when there are no changes.
6915
69162000-09-04 Andre Spiegel <spiegel@gnu.org>
6917
6918 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6919
6920 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6921
69222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6925
6926 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6927 the `fset' outside of the defvar so that it works even if
6928 vc-prefix-map was already defined.
6929 (vc-setup-buffer): New function, split out of vc-do-command.
6930 (vc-do-command): Allow BUFFER to be t to mean `just use the
6931 current buffer without any fuss'.
6932 (vc-version-diff): Change the `diff' backend operation to just put
6933 the diff in the current buffer without erasing it. Always use
6934 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6935 shrink-window-if-larger-than-buffer.
6936 (vc-print-log): Change the `print-log' backend operation to just
6937 put the log in the current buffer without erasing it. Protect
6938 shrink-window-if-larger-than-buffer.
6939 (vc-update-change-log): Fix setd typo.
6940
6941 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6942 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6943
6944 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6945 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6946 CMP.
6947
6948 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6949 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6950 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6951
69522000-09-04 Andre Spiegel <spiegel@gnu.org>
6953
6954 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6955 not possible, use vc-BACKEND-workfile-unchanged-p.
6956 (vc-default-workfile-unchanged-p): New function. Delegates to a
6957 full vc-BACKEND-diff.
6958
6959 * vc-hooks.el (vc-simple-command): Removed.
6960
6961 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6962 instead of vc-simple-command.
6963 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6964 avoid doing a diff when opening a file.
6965 (vc-rcs-state): Added check for unlocked-changes.
6966 (vc-rcs-header): Escape Id.
6967 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6968 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6969 version.
6970
6971 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6972 (vc-sccs-diff): Remove optional arg CMP.
6973 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6974 SCCS-specific function.
6975
6976 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6977 vc-simple-command.
6978
69792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6980
6981 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6982 (with-vc-file, vc-merge): Use vc-editable-p.
6983 (vc-do-command): Remove unused var vc-file and fix the
6984 doubly-defined `status' var. Add a user message when starting an
6985 async command.
6986 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6987 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6988 Use with-current-buffer.
6989 (vc-buffer-sync): Use unless.
6990 (vc-next-action-on-file): If the file is 'edited by read-only,
6991 make it read-write instead of trying to commit.
6992 (vc-version-diff, vc-update-change-log): Use `setq
6993 default-directory' rather than `cd'.
6994 (vc-log-edit): Don't forget to set default-directory in the
6995 buffer.
6996
6997 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6998 (vc-sccs-state-heuristic): Use file-writable-p instead of
6999 comparing userids.
7000 (vc-sccs-checkout): Use `unless'.
7001
7002 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7003 of comparing userids.
7004 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7005 Simplify the logic by eliminating unreachable code.
7006 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7007 just do a recursive call if we need to retry.
7008 (vc-rcs-checkout): Handle the case where rcs is missing by making
7009 the buffer read-write if requested and re-signalling the error.
7010
7011 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7012
70132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7014
7015 * vc-hooks.el (vc-handled-backends): Docstring change.
7016 (vc-ignore-vc-files): Mark obsolete.
7017 (vc-registered): Check vc-ignore-vc-files.
7018 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7019 vc-ignore-vc-files.
7020
7021 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7022
70232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7024
7025 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7026 files since ange-ftp already has vc-registered return nil.
7027
7028 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7029 (vc-sccs-workfile-version): Use with-temp-buffer and new
7030 vc-parse-buffer and don't bother setting the property.
7031 (vc-sccs-add-triple): Use with-current-buffer and
7032 find-file-noselect.
7033 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7034
7035 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7036 derives from the old vc-parse-buffer but uses the revision number
7037 rather than the date (much easier to compare robustly).
7038 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7039 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7040 locking-user more directly. Check strict locking and set
7041 checkout-model appropriately.
7042 (vc-rcs-parse-locks): Remove.
7043 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7044 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7045 (vc-rcs-system-release): Use with-current-buffer and
7046 vc-parse-buffer.
7047 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7048
7049 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7050 (vc-simple-command): Docstring fix.
7051 (vc-registered): Align the way the file-handler is called with the
7052 way the function itself works.
7053 (vc-file-owner): Remove.
7054
7055 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7056 extraction of fields and call to file-attributes because of a
7057 temporary bug in rcp.el.
7058 (vc-cvs-fetch-status): Use with-current-buffer.
7059
70602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7061
7062 * vc.el (vc-do-command): Use file-relative-name.
7063 (vc-responsible-backend): Use vc-backend if possible.
7064 (vc-create-snapshot): Improve the `interactive' spec. Add support
7065 for branches and dispatch to backend-specific `create-snapshot'.
7066 (vc-default-create-snapshot): New function, containing the bulk of
7067 the old vc-create-snapshot.
7068 (vc-retrieve-snapshot): Improve the interactive spec.
7069
7070 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7071 (vc-backend-hook-functions): Remove.
7072 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7073 (vc-backend): Reintroduce the test for `file = nil' now that I
7074 know why it was there (and added a comment to better remember).
7075
7076 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7077 code from vc-sccs-hooks.el.
7078 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7079 'vc anymore.
7080 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7081 and file-directory-p instead of file-exists-p.
7082 (vc-sccs-check-headers): Simplify the regexp.
7083
7084 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7085 from vc-rcs-hooks.el. Don't require 'vc anymore.
7086 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7087 file-directory-p instead of file-exists-p.
7088
7089 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7090 from vc-cvs-hooks.el.
7091 (proto vc-cvs-registered): Require 'vc-cvs instead of
7092 'vc-cvs-hooks. Don't require 'vc anymore.
7093 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7094 file-directory-p instead of file-exists-p.
7095 (vc-cvs-create-snapshot): New function, replacing
7096 vc-cvs-assign-name.
7097 (vc-cvs-assign-name): Remove.
7098
70992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7100
7101 * vc-cvs.el (vc-cvs-header): New var.
7102
7103 * vc-rcs.el (vc-rcs-exists): Remove.
7104 (vc-rcs-header): New var.
7105
7106 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7107 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7108 (vc-sccs-header): New var.
7109
7110 * vc.el (vc-do-command): Get rid of the `last' argument.
7111 (vc-header-alist): Remove, replaced by vc-X-header.
7112 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7113 (vc-dired-hook): Use expand-file-name instead of concat.
7114 (vc-directory): Use file-name-as-directory.
7115 (vc-snapshot-precondition, vc-create-snapshot)
7116 (vc-retrieve-snapshot): Allow the command to operate on any
7117 directory.
7118
7119 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7120 just removing the 'WORKFILE argument or by removing the 'MASTER
7121 argument and replacing `file' with (vc-name file).
7122
71232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * vc.el: Update Copyright and add a crude list of backend funs.
7126 (vc-writable-p): New function.
7127 (with-vc-file): Use vc-writable-p.
7128 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7129 (vc-register): Avoid vc-name.
7130 (vc-locking-user): Remove.
7131 (vc-steal-lock): Make the `owner' arg non-optional.
7132 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7133 vc-checkout-model.
7134 (vc-default-dired-state-info): Use vc-state instead of
7135 vc-locking-user and return special strings for special states.
7136 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7137 and get rid of one of the special CVS cases.
7138 (vc-cancel-version): prettify error message with \\[...].
7139 (vc-rename-master): New function.
7140 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7141 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7142 the CVS special case generic.
7143 (vc-default-record-rename): Remove.
7144 (vc-file-tree-walk-internal): Only call FUNC for files that are
7145 under control of some VC backend and replace `concat' with
7146 expand-file-name.
7147 (vc-file-tree-walk): Update docstring.
7148 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7149 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7150
7151 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7152 vc-sccs-record-rename. Use `find-file-noselect' rather than
7153 `find-file' and call `vc-rename-master' to do the actual move.
7154 (vc-sccs-diff): Remove unused `backend' variable.
7155
7156 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7157 to delay loading of vc-sccs until it is really used.
7158 (vc-sccs-master-templates): Preload.
7159 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7160 (vc-sccs-project-dir): Remove (merged into
7161 vc-sccs-search-project-dir).
7162 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7163 rather than `concat', make sure it is preloaded and don't bother
7164 to check that the file actually exists.
7165 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7166 `locks' argument (use buffer's content instead) and eliminate n^2
7167 behavior.
7168
7169 * vc-rcs.el: Update Copyright.
7170 (vc-rcs-rename-file): New function.
7171 (vc-rcs-diff): Remove unused `backend' variable.
7172
7173 * vc-hooks.el: Update Copyright.
7174 (vc-backend): Don't accept a nil argument any more.
7175 (vc-up-to-date-p): Turn into a defsubst.
7176 (vc-possible-master): New function.
7177 (vc-check-master-templates): Use `vc-possible-master' and allow
7178 funs in vc-X-master-templates to return a non-existent file.
7179
7180 * vc-cvs.el: Update Copyright.
7181 (vc-cvs-diff): Remove unused `backend' variable.
7182 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7183
7184 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7185
71862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7187
7188 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7189 since it can be called from vc-rcs.el.
7190 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7191
71922000-09-04 Andre Spiegel <spiegel@gnu.org>
7193
7194 * vc.el (vc-version-diff): Expand file name read from the
7195 minibuffer. Handle the case when a previous version number can't
7196 be guessed. Give suitable messages when there were no differences
7197 found.
7198 (vc-clear-headers): Call backend-specific implementation, if one
7199 exists.
7200 (vc-cancel-version): Made error checks generic. When done, clear
7201 headers generically, too.
7202
7203 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7204 from vc-clear-headers in vc.el.
7205
7206 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7207 correctly.
7208 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7209 optional. Handle the case when it's not there.
7210
72112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7212
7213 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7214
72152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7216
7217 * vc-hooks.el (vc-loadup): Remove.
7218 (vc-find-backend-function): Use `require'. Also, handle the case
7219 where vc-BACKEND-hooks.el doesn't exist.
7220 (vc-call-backend): Cleanup.
7221
72222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7223
7224 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7225 vc-rcs-grab-templates)
7226 (vc-rcs-registered): Remove. The default function works as well.
7227 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7228 vc-sccs-grab-templates)
7229 (vc-sccs-registered): Remove. The default function works as well.
7230
7231 * vc.el (vc-version-diff): Left out a vc- in call to
7232 vc-call-backend.
7233 (vc-default-dired-state-info, vc-default-record-rename)
7234 (vc-default-merge-news): Update for the new backend argument.
7235
7236 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7237 using the default function.
7238 (vc-call-backend): If calling the default function, pass it the
7239 backend as first argument. Update the docstring accordingly.
7240 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7241 for the new backend argument.
7242 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7243 (vc-find-backend-function): Use the new name.
7244 (vc-default-registered): New function.
7245
72462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7247
7248 * vc.el (vc-merge): Use vc-find-backend-function.
7249
7250 * vc-hooks.el (vc-backend-functions): Remove.
7251 (vc-loadup): Don't setup 'vc-functions.
7252 (vc-find-backend-function): New function.
7253 (vc-call-backend): Use above fun and populate 'vc-functions
7254 lazily.
7255 (vc-backend-defines): Remove.
7256
72572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7258
7259 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7260 Call vc-call-backend without the leading vc-.
7261 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7262 (vc-check-headers): Call vc-call-backend without the leading vc-.
7263 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7264 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7265 Call vc-call-backend without the leading vc-.
7266
7267 * vc-cvs.el (tail): Provide vc-cvs.
7268 * vc-sccs.el (tail): Provide vc-sccs.
7269 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7270
7271 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7272 (vc-make-backend-function, vc-call): Pass names without leading
7273 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7274 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7275 (vc-call-backend): Always try to load vc-X-hooks.
7276 (vc-registered): Remove vc- in call to vc-call-backend.
7277
72782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7279
7280 * vc.el (vc-process-filter): New function.
7281 (vc-do-command): Setup `vc-process-filter' for the async process.
7282 (vc-maybe-resolve-conflicts): New function to reduce
7283 code-duplication. Additionally, it puts the buffer in
7284 `smerge-mode' if applicable.
7285 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7286 calling `merge-news'.
7287 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7288 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7289 interfacing to log-edit.el.
7290 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7291 log-edit is available.
7292 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7293
72942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7297 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7298 defvar and the initialization.
7299 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7300
7301 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7302 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7303
7304 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7305
73062000-09-04 Andre Spiegel <spiegel@gnu.org>
7307
7308 * vc.el (vc-file-clear-masterprops): Removed.
7309 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7310 (vc-version-diff): Use buffer-size without argument.
7311 (vc-register): Heed vc-initial-comment.
7312
7313 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7314 default branch.
7315
7316 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7317 file name and workfile version.
7318 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7319
7320 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7321 vc-file-clear-masterprops.
7322
7323 * vc-sccs.el (vc-sccs-checkout): Removed call to
7324 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7325 rather than user login name.
7326
7327
73282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7331 `want-differences-if-changed' and simplify.
7332 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7333 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7334 output (which is invalid for async vc-diff) to decide whether to
7335 do the revert silently or not.
7336
73372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7338
7339 * vc-hooks.el (vc-loadup): Load files quietly.
7340 (vc-call-backend): Oops, brain fart.
7341
73422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7343
7344 * vc-cvs.el (vc-cvs-state): Typo.
7345 (vc-cvs-merge-news): Return the status code rather than the error msg.
7346
73472000-09-04 Andre Spiegel <spiegel@gnu.org>
7348
7349 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7350 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7351 vc-state or vc-up-to-date-p.
7352 (vc-merge): Use vc-backend-defines to check whether merging is
7353 possible. Set state to 'edited after successful merge.
7354
7355 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7356 return that name. Redocumented.
7357
73582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7359
7360 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7361 new `vc-state' semantics.
7362 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7363 'vc-locking-user to the current user.
7364 (vc-merge): Inline vc-backend-merge. Comment out code that I
7365 don't understand and hence can't adapt to the new `vc-state' and
7366 `vc-locking-user' semantics.
7367 (vc-backend-merge): Remove.
7368
7369 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7370 rather than 'vc-locking-user.
7371
7372 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7373
7374 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7375 (vc-state): Don't use 'reserved any more. Just use the same
7376 convention as the one used for vc-<backend>-state where the
7377 locking user (as a string) is returned.
7378 (vc-locking-user): Update, based on the above convention. The
7379 'vc-locking-user property has disappeared.
7380 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7381
7382 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7383 with a heuristic one.
7384 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7385 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7386 error. That allows us to get to 'needs-merge even in the
7387 stay-local case. There's still no way to detect 'needs-patch in
7388 such a setup (or to force an update for that matter).
7389 (vc-cvs-logentry-check): Remove, the default works as well.
7390
73912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7392
7393 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7394
7395 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7396 major-mode in which the buffer might have been put earlier. Use
7397 `remove' and `when'. Allow `okstatus' to be `async' and use
7398 `start-process' in this case.
7399 (vc-version-diff): Handle the case where the diff looks empty
7400 because of the use of an async process.
7401
74022000-09-04 Andre Spiegel <spiegel@gnu.org>
7403
7404 * vc.el (vc-next-action-on-file): Removed optional parameter
7405 `simple'. Recompute state unconditionally.
7406 (vc-default-toggle-read-only): Removed.
7407
7408 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7409 (vc-toggle-read-only): Undid prev change.
7410
7411 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7412 vc-cvs-simple-toggle. Redocumented.
7413 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7414 (vc-cvs-toggle-read-only): Removed.
7415
74162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7417
7418 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7419 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7420 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7421 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7422 still is. So maybe it should be removed.
7423 (vc-head-version, vc-find-binary): Remove.
7424 (vc-recompute-state): Move from vc-hooks.el.
7425 (vc-next-action-on-file): Add a `simple' argument to allow
7426 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7427 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7428 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7429 (vc-dired-mode-map): Properly defvar it.
7430 (vc-print-log): Call log-view-mode if available.
7431 (small-temporary-file-directory): defvar instead of use boundp.
7432 (vc-merge-news): Moved to vc-cvs.el.
7433 (vc-default-merge-news): New function.
7434
7435 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7436 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7437 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7438 unknown `vc-latest-version' function. It should probably refer to
7439 vc-workfile-version or somesuch, but it's very unclear to me and I
7440 don't have SCCS to test things.
7441
7442 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7443 (vc-sccs-state-heuristic): Fix typo.
7444 (vc-sccs-workfile-unchanged-p): Add missing argument.
7445
7446 * vc-rcs.el: Require vc and vc-rcs-hooks.
7447 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7448 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7449 (vc-release-greater-or-equal-p): Move from vc.
7450 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7451 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7452 (vc-rcs-checkout): Add a missing `new-version' argument in the
7453 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7454
7455 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7456 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7457 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7458 than the apparently unbound `workfile-version'.
7459
7460 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7461 (vc-file-prop-obarray): Use `make-vector'.
7462 (vc-backend-functions): Add new hookable functions
7463 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7464 (vc-loadup): If neither backend nor default functions exist, use
7465 the backend function rather than nil.
7466 (vc-call-backend): If the function if not bound yet, try to load
7467 the non-hook file to see if it provides it.
7468 (vc-call): New macro plus use it wherever possible.
7469 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7470 nor `vc-find-binary' since it's only called from
7471 vc-mistrust-permission which is only used once the backend is known.
7472 (vc-checkout-model): Fix parenthesis.
7473 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7474
7475 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7476 (vc-cvs-release, vc-cvs-system-release): Remove.
7477 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7478 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7479 status symbols.
7480 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7481 (vc-cvs-toggle-read-only): First cut at a function to allow a
7482 cvs-status-free vc-toggle-read-only.
7483 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7484 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7485 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7486 (vc-cvs-checkout): Modify access rights directly if the user
7487 requested not to use `cvs edit'. And refresh the mode line.
7488
7489 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7490 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7491
74922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7493
7494 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7495 workfile' that got lost when the code was extracted from vc.el.
7496 And merged the tail with the rest of the code (not possible in the
7497 old vc.el where the tail was shared among all backends). And
7498 explicitly set the state to 'edited if `writable' is set.
7499
7500 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7501 (vc-cvs-state): Be careful to return the value from
7502 vc-cvs-parse-state.
7503 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7504 property but return it instead. Also be careful to handle a nil
7505 or "" `rev' when workfile is non-nil (it was handled properly when
7506 workfile was nil).
7507
7508 * vc.el: Removed those pesky unnecessary `(function' quotes.
7509 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7510 directly in the defvar.
7511 (vc-do-command): Bind inhibit-read-only so as to properly handle
7512 the case where the destination buffer has been made read-only.
7513 (vc-diff): Delegate to vc-version-diff in all cases.
7514 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7515 (vc-annotate-mode-variables): Removed (code moved partly to
7516 defvars and partly to vc-annotate-add-menu).
7517 (vc-annotate-mode): Turned into a derived-mode.
7518 (vc-annotate-add-menu): Moved in code in
7519 vc-annotate-mode-variables.
7520 (vc-update-change-log): Use make-temp-file if available.
7521
75222000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7523
7524 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7525 `vc-checkout-model' updated to `vc-cvs-update-model'.
7526
75272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7528
7529 * vc.el (vc-next-action-on-file): Added handling of state
7530 `unlocked-changes'.
7531 (vc-checkout-carefully): Is now practically obsolete, unless the
7532 above is too slow to be enabled unconditionally.
7533 (vc-update-change-log): Fixed typo.
7534
7535 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7536
7537 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7538 Now handles state `unlocked-changes'.
7539 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7540
7541 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7542
7543 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7544 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7545 `unlocked-changes'.
7546 (vc-rcs-workfile-unchanged-p): Renamed from
7547 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7548 function yet, but supposed to become one soon.
7549
7550 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7551 `vc-steal-lock'.
7552 (vc-call-backend): Changed error message.
7553 (vc-state): Added description of state `unlocked-changes'.
7554
75552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7556
7557 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7558 always return t in CVS-controlled directories.
7559
7560 * vc.el (vc-responsible-backend): New function.
7561 (vc-register): Largely rewritten.
7562 (vc-admin): Removed (implementation moved into vc-register).
7563 (vc-checkin): Redocumented.
7564 (vc-finish-logentry): If no backend defined yet (because we are in
7565 the process of registering), use the responsible backend.
7566
7567 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7568 Updated function lists.
7569 (vc-call-backend): Fixed typo.
7570
7571 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7572 New functions.
7573 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7574 Removed query option. Redocumented.
7575
75762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7577
7578 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7579
7580 * vc.el: Updated callers of `vc-checkout-required' to use
7581 `vc-checkout-model'.
7582
75832000-09-04 Martin Lorentzson <martinl@gnu.org>
7584
7585 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7586 stuff updated to reference this function instead of the old
7587 `vc-backend-release-p'.
7588
75892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7590
7591 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7592 vc-checkout-model. Return appropriate values. Updated callers.
7593
75942000-09-04 Martin Lorentzson <martinl@gnu.org>
7595
7596 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7597 (vc-backend-revert): Function moved into `vc-revert';
7598 `vc-next-action' must be updated to accomodate this change.
7599 (vc-backend-steal): Function moved into `vc-finish-steal'.
7600 (vc-backend-logentry-check): Function moved into
7601 `vc-finish-logentry'.
7602 (vc-backend-printlog): Function moved into `vc-print-log'.
7603 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7604 (vc-backend-assign-name): Function moved into
7605 `vc-create-snapshot'.
7606
76072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7608
7609 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7610 Rename to vc-checkout-model. Return appropriate values.
7611 Update callers.
7612
7613 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7614 to vc-checkout-model.
7615 (vc-checkout-required): Rename to vc-checkout-model.
7616 Re-implement and re-comment.
7617 (vc-after-save): Use vc-checkout-model.
7618
76192000-09-04 Martin Lorentzson <martinl@gnu.org>
7620
7621 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7622 Update to use the vc-BACKEND-diff functions instead.
7623 `vc-diff' is now working.
7624
7625 * vc-rcs.el (vc-rcs-logentry-check): New function.
7626
7627 * vc-cvs.el (vc-cvs-logentry-check): New function.
7628
7629 * vc-sccs.el (vc-sccs-diff): Function changed name from
7630 `vc-backend-diff'. This makes `vc-diff' work.
7631
7632 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7633 of functions possibly implemented in a vc-BACKEND library.
7634 (vc-checkout-required): Fix bug that caused an error to be
7635 signaled during `vc-after-save'.
7636
7637 * vc.el: Fix typo.
7638 This checkin is made with our new VC code base for the very first time.
7639 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7640
7641 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7642 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7643
7644 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7645 updated to `vc-uses-locking'.
7646 (vc-checkout-required): Call to backend function.
7647 `vc-checkout-required' updated to `vc-uses-locking' instead.
7648
7649 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7650 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7651
7652 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7653 to match the split into various backends.
7654 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7655 (vc-retrieve-snapshot): Bug fix.
7656
76572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7658
7659 * vc-sccs.el (vc-sccs-release): Doc fix.
7660
76612000-09-04 Martin Lorentzson <martinl@gnu.org>
7662
7663 * vc.el (vc-next-action-on-file): Bug found and fixed.
7664 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7665 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7666
7667 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7668 (vc-rcs-checkout): Name space cleaned up. No more revision number
7669 crunching function names that are not prefixed with vc-rcs.
7670 (vc-rcs-checkout-model): Function added. References to
7671 `vc-checkout-model' replaced.
7672
76732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7674
7675 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7676 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7677 still need to be split, and implemented for RCS).
7678
76792000-09-04 Martin Lorentzson <martinl@gnu.org>
7680
7681 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7682
7683 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7684 required by the vc.el file.
7685
7686 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7687 required by the vc.el file.
7688 (vc-rcs-exists): Function added.
7689
7690 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7691 required by the vc.el file.
7692
7693 * vc.el (vc-admin): Updated to handle selection of appropriate
7694 backend. Current implementation is crufty and need re-thinking.
7695
7696 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7697
76982000-09-04 Martin Lorentzson <martinl@gnu.org>
7699
7700 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7701 beginning of annotate buffers correctly.
7702
7703 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7704 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7705 functionality updated quite a lot to support multiple backends.
7706 Variables `vc-annotate-mode', `vc-annotate-buffers',
7707 `vc-annotate-backend' added.
7708
7709 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7710 `vc-annotate-difference' added to supported backend functions.
7711
77122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7713
7714 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7715 Use with-temp-file instead of /bin/sh. Merged from mainline
7716
77172000-09-04 Martin Lorentzson <martinl@gnu.org>
7718
7719 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7720
7721 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7722
7723 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7724
77252000-09-04 Martin Lorentzson <martinl@gnu.org>
7726
7727 * vc-hooks.el: vc-state-heuristic added to
7728 vc-backend-hook-functions.
7729
7730 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7731
7732 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7733
7734 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7735 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7736 state to `reserved'.
7737
7738 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7739 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7740
77412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7742
7743 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7744 untouched.
7745
7746 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7747
7748 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7749 if defined. (Merged from main line, slightly adapted.)
7750
7751 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7752 millenium problem (merged from mainline).
7753
77542000-09-04 Martin Lorentzson <martinl@gnu.org>
7755
7756 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7757 part and moved the non-BACKEND stuff to vc.el.
7758
7759 * vc.el: Split the annotate feature into a BACKEND specific part
7760 and moved it from the vc-cvs.el file to this one.
7761
77622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7763
7764 * vc-hooks.el: Implement new state model.
7765 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7766 (vc-locking-user): Simplify. Now only needed if the file is
7767 locked by somebody else.
7768 (vc-lock-from-permissions): Remove. Functionality is in
7769 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7770 (vc-mode-line-string): New name for former vc-status. Adapted.
7771 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7772
7773 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7774 Various simplifications and adaptations all over the place.
7775
7776 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7777 Simplify and adapt the rest.
7778
7779 * vc.el (vc-resynch-window): Add TODO comment: check for
7780 interaction with view mode according to recent RCS change.
7781 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7782
77832000-09-04 Martin Lorentzson <martinl@gnu.org>
7784
7785 * vc.el: Convert the remaining function comments to docstrings.
7786
77872000-09-04 Martin Lorentzson <martinl@gnu.org>
7788
7789 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7790 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7791 (vc-minor-part, vc-previous-version): Functions that operate and
7792 compare revision numbers got proper documentation. Comments added
7793 about their possible removal.
7794
77952000-09-04 Martin Lorentzson <martinl@gnu.org>
7796
7797 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7798 the vc-backend.el files.
7799
7800 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7801
7802 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7803 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7804 (vc-rcs-previous-version): Functions added.
7805
7806 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7807
7808 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7809
78102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7811
7812 * vc-hooks.el (vc-master-templates): Is really obsolete.
7813 Comment out the definition for now. What is the right procedure
7814 to get rid of it?
7815 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7816 rewritten.
7817 (vc-default-registered): Remove.
7818 (vc-check-master-templates): New function; does mostly what the
7819 above did before.
7820 (vc-locking-user): Don't rely on the backend to set the property.
7821
7822 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7823 Rewrite documentation.
7824 (vc-rcs-templates-grabbed): New variable.
7825 (vc-rcs-grab-templates): New function.
7826 (vc-rcs-registered): Rewrite to use above mechanism.
7827
7828 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7829 Rewrite documentation.
7830 (vc-sccs-templates-grabbed): New variable.
7831 (vc-sccs-grab-templates): New function.
7832 (vc-sccs-registered): Rewrite to use above mechanism.
7833 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7834 Don't throw the result, simply return it.
7835
7836 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7837 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7838 (vc-cvs-registered): Does the check itself now. Simplify.
7839
7840 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7841 from main line.
7842
78432000-09-04 Martin Lorentzson <martinl@gnu.org>
7844
7845 * vc-cvs.el (vc-cvs-diff): New function.
7846
7847 * vc-sccs.el (vc-sccs-diff): New function.
7848
7849 * vc-rcs.el (vc-rcs-diff): New function.
7850 (vc-rcs-checkout): Bug (typo) found and fixed.
7851 (vc-rcs-register-switches): New variable.
7852
7853 * vc.el (vc-backend-diff): Function removed and placed in the
7854 backend files.
7855
78562000-09-04 Martin Lorentzson <martinl@gnu.org>
7857
7858 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7859
7860 * vc.el (vc-backend-checkout): Function removed and replaced in
7861 the vc-backend.el files.
7862
7863 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7864
7865 * vc.el (vc-backend-admin): Removed and replaced in the
7866 vc-backend.el files.
7867
7868 * vc.el (Martin): Removed all the annotate functionality since it
7869 is CVS backend specific.
7870
78712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7872
7873 * spec.txt: Added specification of vc-state.
7874
7875 * vc-sccs-hooks.el (vc-sccs-master-properties):
7876 Remove handling of vc-latest-version and
7877 vc-your-latest-version. What used to be vc-latest-version, is now
7878 returned as vc-workfile-version.
7879 (vc-sccs-workfile-version): Adapt.
7880
78812000-09-04 Dave Love <fx@gnu.org>
7882
7883 * vc.el: [Merged from mainline.]
7884 (vc-dired-mode): Make the dired-move-to-filename-regexp
7885 regexp match the date, to avoid treating date as file size.
7886 Add YYYY S option to WESTERN/
7887
78882000-09-04 Dave Love <fx@gnu.org>
7889
7890 * vc.el: Require `compile' when compiling.
7891 (vc-logentry-check-hook): New option.
7892 (vc-steal-lock): Use compose-mail.
7893 (vc-dired-mode-map): Defvar when compiling.
7894 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7895 vc-sccs.el and renamed. Callers changed.
7896 (vc-backend-checkout, vc-backend-logentry-check)
7897 (vc-backend-merge-news): Doc fix.
7898 (vc-default-logentry-check): New function.
7899 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7900 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7901 (vc-backend-merge): Doc fix. Use backend functions.
7902 (vc-check-headers): Use backend functions.
7903
7904 * vc-cvs.el: Require vc when compiling.
7905 (vc-cvs-register-switches): Doc fix.
7906 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7907 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7908 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7909 New functions (code from vc.el).
7910 (vc-annotate-display-default): Fix interactive spec.
7911 (vc-annotate-time-span): Doc fix.
7912
7913 * vc-rcs.el: Require vc when compiling.
7914 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7915 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7916 (vc-rcs-checkin): New functions (code from vc.el).
7917 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7918 Doc fix.
7919 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7920
7921 * vc-sccs.el: Require vc when compiling.
7922 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7923 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7924 (vc-sccs-revert)
7925 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7926 from vc.el).
7927 (vc-sccs-add-triple, vc-sccs-record-rename)
7928 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7929 (vc-sccs-admin): Doc fix.
7930
79312000-09-04 Martin Lorentzson <martinl@gnu.org>
7932
7933 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7934 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7935 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7936 from vc.el.
7937
7938 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7939
7940 * vc-cvs.el: Moved the annotate functionality from vc.el.
7941 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7942
79432000-09-04 Dave Love <fx@gnu.org>
7944
7945 * vc.el (vc-backend-release): Call vc-system-release.
7946
7947 * vc-sccs.el (vc-sccs-system-release):
7948 Renamed from vc-sccs-backend-release.
7949
7950 * vc-rcs.el (vc-rcs-system-release):
7951 Renamed from vc-rcs-backend-release.
7952
7953 * vc-cvs.el (vc-cvs-system-release):
7954 Renamed from vc-cvs-backend-release.
7955
79562000-09-04 Dave Love <fx@gnu.org>
7957
7958 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7959 backend files.
7960 (vc-backend-release): Dispatch to backend functions.
7961 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7962 probably needs attention.]
7963
7964 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7965 (vc-sccs-backend-release): New function.
7966
7967 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7968 (vc-cvs-backend-release): New function.
7969
7970 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7971 Doc fix.
7972 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7973 (vc-default-dired-state-info): New function.
7974 (vc-dired-state-info): Dispatch to backends.
7975 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7976
7977 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7978 from vc.el and renamed.
7979
79802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7981
7982 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7983 (vc-version-other-window, vc-backend-assign-name): Removed
7984 references to vc-latest-version; sometimes changed into
7985 vc-workfile-version.
7986
7987 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7988 vc-rcs-master-workfile-version.
7989 (vc-rcs-workfile-version): Use the above. Don't call
7990 vc-latest-version (that was unreachable code, anyway).
7991 (vc-rcs-fetch-master-properties): Doc fix.
7992
7993 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7994 (vc-backend-hook-functions): Removed them from this list, too.
7995 (vc-fetch-properties): Removed.
7996 (vc-workfile-version): Doc fix.
7997
7998 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7999 (vc-rcs-workfile-version, vc-rcs-locking-user)
8000 (vc-rcs-uses-locking): Use it.
8001
8002 * vc-hooks.el (vc-consult-rcs-headers):
8003 Moved into vc-rcs-hooks.el, under the name
8004 vc-rcs-consult-headers.
8005
8006 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8007 headers.
8008 (vc-cvs-find-master): Use this name only; correct different
8009 versions of the name.
8010
8011 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8012 New functions.
8013 (vc-sccs-locking-user): Use the latter.
8014
8015 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8016 New functions.
8017
8018 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8019 Moved into both
8020 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8021 functions are implementation details of those two backends.
8022
80232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8024
8025 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8026 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8027
8028 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8029 (vc-sccs-parse-locks): SCCS-specific code moved here from
8030 vc-hooks.
8031
8032 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8033 code moved here from vc-hooks.
8034
8035 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8036 into back-end specific parts and removed. Callers not updated
8037 yet; because I guess these callers will disappear into back-end
8038 specific files anyway.
8039
80402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8041
8042 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8043 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8044 `vc-uses-locking'.
8045
8046 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8047 Store yes/no in the property, and return t/nil. Updated all
8048 callers.
8049
8050 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8051 vc-sccs-uses-locking. Don't set property.
8052 (vc-sccs-locking-user): Don't set property.
8053
8054 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8055 vc-cvs-uses-locking. Don't set property here; leave that to
8056 vc-hooks.
8057 (vc-cvs-locking-user): Reflect above change. Streamlined.
8058
8059 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8060 vc-rcs-uses-locking.
8061 (vc-rcs-locking-user): Reflect above change.
8062
80632000-09-04 Dave Love <fx@gnu.org>
8064
8065 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8066
8067 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8068
8069 * vc-hooks.el (vc-checkout-model): Punt to backends.
8070
8071 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8072
8073 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8074
8075 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8076 New functions.
8077
8078 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8079 New functions.
8080
8081 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8082 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8083
8084 * vc-hooks.el (vc-default-locking-user): New function.
8085 (vc-locking-user, vc-workfile-version): Punt to backends.
8086
80872000-09-04 Dave Love <fx@gnu.org>
8088
8089 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8090 (vc-master-workfile-version): Moved from vc-hooks.
8091
8092 * vc-rcs-hooks.el: Fix duplicate code in last change.
8093
8094 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8095 (vc-rcs-master-templates): Improve :type.
8096 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8097 vc-master-workfile-version): Moved from vc-hooks.
8098
8099 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8100 (vc-sccs-master-templates): Improve :type.
8101 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8102
8103 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8104
8105 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8106 (vc-cvs-master-templates): Improve :type. Use
8107 vc-cvs-find-cvs-master.
8108 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8109 from vc-hooks.
8110 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8111
8112 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8113 Moved to vc-cvs-hooks.
8114
8115 * vc-hooks.el: Add doc strings in various places. Simplify the
8116 minor mode setup.
8117 (vc-handled-backends): New user variable.
8118 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8119 simplification.
8120
81212000-09-04 Dave Love <fx@gnu.org>
8122
8123 * vc.el: Some doc fixes for autoloaded and interactive functions.
8124 Fix compilation warnings from ediff stuff.
8125 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8126
8127 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8128
8129 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8130
8131 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8132
81332000-09-04 Dave Love <fx@gnu.org>
8134
8135 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8136 New variable.
8137 (vc-make-backend-function, vc-loadup, vc-call-backend)
8138 (vc-backend-defines): New functions.
8139
8140 * vc-hooks.el: Various doc fixes.
8141 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8142 (vc-match-substring): Function removed. Callers changed to use
8143 match-string.
8144 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8145 Simplify.
8146
81472000-09-04 Dave Love <fx@gnu.org>
8148
8149 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8150 type.
8151 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8152 (vc-sccs-registered): Doc fix.
8153
8154 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8155 (vc-cvs-registered): Doc fix.
8156
8157 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8158 (vc-rcs-registered): Doc fix.
8159
81602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8161
8162 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8163
8164 * vc-hooks.el: vc-registered has been renamed
8165 vc-default-registered. Some functions have been moved to the
8166 backend specific files. they all support the
8167 vc-BACKEND-registered functions.
8168
81692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8170
8171 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8172
8173 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8174
81752000-09-04 Dave Love <fx@gnu.org>
8176
8177 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8178 menu-bar-update-hook.
8179
8180 * help.el (help-manyarg-func-alist): Add
8181 find-operation-coding-system.
8182
8183 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8184
8185 * custom.el (custom-set-variables): Print message about errors in
8186 setting.
8187
81882000-09-03 Andrew Innes <andrewi@gnu.org>
8189
8190 * makefile.w32-in: Change to DOS line endings.
8191
81922000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8193
8194 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8195 minor-mode keymaps, if they don't have one.
8196
81972000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8198
8199 * eshell/esh-module.el (eval-when-compile): Don't lose if
8200 esh-module.el's file name is truncated to DOS 8+3 limits.
8201
82022000-09-01 John Wiegley <johnw@gnu.org>
8203
8204 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8205 predicate, which caused entries in the completion list to be
8206 doubled.
8207
82082000-08-30 John Wiegley <johnw@gnu.org>
8209
8210 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8211 sending to subprocesses. Also, hook pre-command-hook if
8212 `eshell-send-direct-to-subprocesses' is non-nil.
8213 (eshell-send-direct-to-subprocesses): New config variable. If t,
8214 subprocess input is send immediately.
8215 (eshell-toggle-direct-send): New function.
8216 (eshell-self-insert-command): New function.
8217 (eshell-intercept-commands): New function.
8218 (eshell-send-input): If direct subprocess sending is enabled,
8219 don't echo any input to the Eshell buffer. Let the subprocess
8220 handle that. This requires "stty echo" in bash, for example.
8221
82222000-08-28 John Wiegley <johnw@gnu.org>
8223
8224 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8225 completion function for Eshell's implementation of `unset'.
8226
82272000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8228
8229 * info.el (Info-directory-list): Doc fix.
8230
82312000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8232
8233 * filecache.el (file-cache-add-directory-using-find): Don't quote
8234 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8235
82362000-08-31 Kenichi Handa <handa@etl.go.jp>
8237
8238 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8239 coding systems.
8240
82412000-08-30 Andrew Innes <andrewi@gnu.org>
8242
8243 * timer.el (run-with-idle-timer): Undo last change, so that timer
8244 is not activated immediately if Emacs is already idle. Some
8245 existing code relies on this behaviour.
8246
82472000-08-30 Miles Bader <miles@gnu.org>
8248
8249 * frame.el (set-frame-font): Do completion of font-name for
8250 interactive use.
8251
82522000-08-30 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/quail.el (quail-start-translation): Bind locally
8255 last-command-event, last-command, and this-command.
8256 (quail-start-conversion): Likewise.
8257 (quail-self-insert-command): Fix docstring.
8258
82592000-08-29 Gerd Moellmann <gerd@gnu.org>
8260
8261 * progmodes/executable.el
8262 (executable-make-buffer-file-executable-if-script-p): Check that
8263 buffer contains at least 2 characters.
8264
82652000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8266
8267 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8268
82692000-08-29 Dave Love <fx@gnu.org>
8270
8271 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8272 (diff-mode-shared-map): Bind mouse-2.
8273 (diff-imenu-generic-expression): New variable.
8274 (diff-mode): Use it.
8275
8276 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8277 (mouse-popup-menubar): Add minor mode menus.
8278 (popup-menu): Check for lookup-key returning number.
8279
82802000-08-29 Miles Bader <miles@gnu.org>
8281
8282 * comint.el (comint-send-input): Create overlays using the proper
8283 front/read-advance arguments.
8284
82852000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8286
8287 * ps-print.el: Even/odd pages printing. Doc fix.
8288 (ps-print-version): New version number (6.0).
8289 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8290 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8291 (ps-print-duplex-feature): Variable eliminated.
8292 (ps-even-or-odd-pages): New variable.
8293
8294 * progmodes/ebnf2ps.el: Doc fix.
8295 (ebnf-version): New version (3.3).
8296 (ebnf-user-arrow): Change variable customization to sexp.
8297 (ebnf-user-arrow): Function eliminated.
8298 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8299
83002000-08-29 Kenichi Handa <handa@etl.go.jp>
8301
8302 * help.el (help-xref-mule-regexp): New variable.
8303 (help-make-xrefs): Handle help-xref-mule-regexp.
8304
8305 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8306 variable.
8307 (describe-input-method): Temporarily activate the specfied input
8308 method to display the information.
8309 (describe-language-environment): Hyperlinks to mule related items.
8310
8311 * international/mule-diag.el (charset-multibyte-form-string): New
8312 function.
8313 (list-character-sets-1): Use charset-multibyte-form-string.
8314 (describe-character-set): New function.
8315 (describe-coding-system): Hyperlinks to safe character sets.
8316
8317 * international/quail.el (quail-help): New arg PACKAGE.
8318 Hyperlinks to mule related items.
8319 (quail-help-insert-keymap-description): Use
8320 substitute-command-keys instead of describe-bindings.
8321 (quail-translation-help): Hyperlinks to mule related items.
8322
83232000-08-28 John Wiegley <johnw@gnu.org>
8324
8325 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8326 have a defsubst call itself. Made `eshell-flatten-list' back into
8327 a function again.
8328
8329 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8330 catch, in case re-centering point at bottom messes up the display.
8331 This happens frequently in Emacs 21, due I believe to variable
8332 line heights.
8333
8334 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8335 to call `find-tag-interactive'.
8336
8337 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8338 the list of remember directories.
8339
83402000-08-28 John Wiegley <johnw@gnu.org>
8341
8342 * align.el: Test align-region-separate to see if it's a symbol.
8343
83442000-08-28 John Wiegley <johnw@gnu.org>
8345
8346 * eshell/esh-util.el (eshell-flatten-list): Made this function
8347 into a defsubst form. It gets used very frequently, although
8348 calls don't occur all that often.
8349
8350 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8351 examining it.
8352
8353 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8354 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8355 `eshell-protect'.
8356 (eshell-copy-handles): Created a new macro for duplicating the
8357 current set of open handles. This is needed by the looping
8358 functions.
8359 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8360 is not incorrectly stomped on.
8361
8362 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8363 declaration for pcomplete-use-paring.
8364 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8365 value of eshell-cmpl-use-paring.
8366 * pcomplete.el (pcomplete-use-paring): New config variable, to
8367 indicate whether paring should be used.
8368 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8369 completion alternatives that have already been used.
8370
8371 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8372 bound to C-c C-y, which will repeat the previous N arguments
8373 (based on prefix argument).
8374 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8375
8376 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8377 if there is no *Help* buffer. This is for XEmacs, which renames
8378 its help buffers uniquely. TODO: Find out what the current buffer
8379 name to delete is.
8380
8381 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8382 first entry that correlates to a passwd/group number. Later
8383 entries (used for group/user name aliasing to multiple IDs) are
8384 ignored.
8385
8386 * eshell/em-xtra.el (eshell/expr):
8387 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8388 (eshell-grep, eshell/diff, eshell/locate):
8389 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8390 argument list, before passing it to the system command.
8391
8392 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8393 `find-tag' for use at final position in Eshell buffers (which
8394 otherwise triggers an error on Emacs 21).
8395 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8396 buffer, if it is currently bound to `find-tag'.
8397
8398 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8399 in the list of matched Makefile names.
8400 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8401 directory, prefer its contents to Makefile.
8402
8403 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8404 directory parts (like "cd old new", or "cd =regexp"), are now case
8405 sensitive on non-Windows/DOS platforms.
8406
8407 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8408 types RET after an open delimiter (like "), display a message
8409 indicating that Eshell is waiting for the closing delimiter.
8410
8411 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8412 environment variables.
8413
8414 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8415 gracefully if the user enters incorrect arguments.
8416
8417 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8418 Eshell buffers.
8419
8420 * eshell/esh-var.el (eshell-interpolate-variable):
8421 * eshell/esh-mode.el (eshell-move-argument):
8422 * eshell/em-unix.el (eshell-du-sum-directory):
8423 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8424 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8425 (not (= ...)).
8426
8427 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8428 to ensure the `preserve' flag gets propagated when doing recursive
8429 directory copies.
8430
84312000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8432
8433 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8434 Don't convert \n into \0177 in memory.
8435 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8436 and back again, when reading and writing.
8437
84382000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8439
8440 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8441 testing of `fboundp' on `processp'.
8442
8443 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8444 (eshell/jobs): Don't call process-list if it is not bound.
8445 (eshell-gather-process-output): Support systems where async
8446 subprocesses aren't supported.
8447 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8448 variables.
8449
8450 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8451 eshell-do-eval returns t.
8452 (eshell-do-pipelines-synchronously): New defmacro.
8453 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8454 when async subprocesses aren't supported.
8455 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8456 if async subprocesses aren't supported.
8457 (eshell-resume-command): Don't assume STATUS is a string.
8458
8459 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8460
8461 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8462 (eshell-close-target, eshell-get-target): Use eshell-processp.
8463 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8464 fix.
8465 (eshell-get-target, eshell-create-handles): Doc fix.
8466
84672000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8468
8469 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8470 criterion to include commands that output something, as long as it
8471 leaves both the command and the end-of-buffer visible when the
8472 command has exited.
8473 (eshell-review-quick-commands): Adjust the help doc string
8474 accordingly.
8475
84762000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8477
8478 * locate.el (locate): Cleaned up locate command's interactive prompting
8479 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8480
8481 * filecache.el (file-cache-case-fold-search): New variable
8482 (file-cache-assoc-function): New variable
8483 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8484 Use file-cache-case-fold-search variable
8485 (file-cache-add-file): Use file-cache-assoc-function
8486 (file-cache-delete-file): likewise
8487 (file-cache-directory-name): likewise
8488 (file-cache-debug-read-from-minibuffer): likewise
8489
84902000-08-28 Gerd Moellmann <gerd@gnu.org>
8491
8492 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8493 (abbrev-table-name): New function.
8494 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8495 If non-nil list local abbrev, only.
8496
84972000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8498
8499 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8500 from Gnus support code, and use special article copy buffer
8501 `(gnus-original-article-buffer)' instead. This allows to get rid
8502 of article-hide-headers usage (which breaks in the latest Gnus
8503 version). Thanks to Detlev Zundel.
8504
85052000-08-28 Kenichi Handa <handa@etl.go.jp>
8506
8507 * international/quail.el (quail-use-package): Hide "... loaded"
8508 message.
8509 (quail-start-translation, quail-start-conversion): Likewise.
8510
8511 * international/kkc.el (kkc-region): Hide "... loaded" message.
8512
85132000-08-27 Dave Love <fx@gnu.org>
8514
8515 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8516
85172000-08-27 Miles Bader <miles@gnu.org>
8518
8519 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8520
85212000-08-27 Kenichi Handa <handa@etl.go.jp>
8522
8523 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8524 'ja-dic-cnv), not (require 'skkdic-cnv).
8525
85262000-08-26 Miles Bader <miles@gnu.org>
8527
8528 * faces.el (face-x-resources): Add entry for :inherit.
8529 * cus-face.el (custom-face-attributes): Add support for :inherit
8530 attribute. Add support for relative face heights.
8531 (custom-face-attributes-get): Treat `nil' as being a default value
8532 for :inherit (as well as `unspecified').
8533
8534 * faces.el (set-face-attribute): Update doc string.
8535 (face-attribute-name-alist): Add :inherit.
8536 (face-valid-attribute-values): Handle :inherit.
8537 (face-read-string): Rephrase prompt to be less confusing.
8538 Assume that DEFAULT is a string, since we must return a string.
8539 (face-read-integer): Use `format' to turn DEFAULT into an
8540 acceptable default for face-read-string. Match NEW-VALUE against
8541 the string "unspecified", not the symbol `unspecified', since
8542 that's what face-read-string returns.
8543 (read-face-attribute): Lookup a name for old-value in valid, and
8544 use it as a default if we find one. Treat all values from
8545 face-read-string as strings. If the default is used, don't do any
8546 more processing on the value, just use the old value directly.
8547 (read-face-and-attribute, modify-face): Tweak prompt.
8548 (read-face-name): Don't assume prompt ends with a space.
8549
8550 * faces.el (describe-face): Add support for :inherit attribute.
8551
85522000-08-25 Kenichi Handa <handa@etl.go.jp>
8553
8554 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8555 concat doesn't accept interger.
8556
8557 * international/kkc.el: Remove SKK from Keywords. Require
8558 ja-dic-utl instead of skkdic-utl.
8559
8560 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8561 Provide ja-dic-cnv instead of skkdic-cnv.
8562 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8563 (iso-2022-7bit-short): Add safe-charsets property.
8564 (skkdic-convert-postfix): Search Japanese chou-on character in
8565 addition to Hiragana character.
8566 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8567 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8568 (batch-skkdic-convert): Likewise.
8569
8570 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8571 Provide ja-dic-utl instead of skkdic-utl.
8572 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8573
85742000-08-24 Dave Love <fx@gnu.org>
8575
8576 * disp-table.el (standard-display-default): Make the test of `l'
8577 useful.
8578
8579 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8580 mod sample text.
8581
8582 * international/iso-ascii.el: Make pilcrow convenient string
8583 consistent with section.
8584 (iso-ascii-display): Set up multibyte characters as well as
8585 unibyte.
8586
85872000-08-24 Kenichi Handa <handa@etl.go.jp>
8588
8589 * international/mule-cmds.el (reset-language-environment): Set
8590 default-process-coding-system to '(undecided . iso-latin-1), which
8591 makes process I/O almost consistent with file I/O. Call this
8592 function when mule-cmds.el[c] is loaded.
8593
85942000-08-22 Andrew Innes <andrewi@gnu.org>
8595
8596 * makefile.w32-in: New file.
8597
85982000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8599
8600 * comint.el (comint-output-filter): Compare end of
8601 comint-last-output-overlay with the start of the newly inserted
8602 text, not the end, when deciding whether to extend it.
8603 Set saved-point's insertion type to advance after insertion.
8604
8605 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8606 since this is now done independently of font-lock mode.
8607
86082000-08-21 Gerd Moellmann <gerd@gnu.org>
8609
8610 * server.el (server-kill-new-buffers): New user option.
8611 (server-existing-buffer): New buffer-local variable.
8612 (server-visit-files): When using an existing buffer, set
8613 server-existing-buffer to t.
8614 (server-buffer-done): If server-kill-new-buffers is t, kill the
8615 buffer, unless it was already present before visiting it with
8616 Emacs server.
8617
86182000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8619
8620 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8621 even if the display doesn't support colors: some displays will
8622 support bold/underline faces.
8623
86242000-08-21 Gerd Moellmann <gerd@gnu.org>
8625
8626 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8627
8628 * startup.el (command-line): If user's init file had an error,
8629 add explanatory text to *Messages*.
8630
86312000-08-21 Kenichi Handa <handa@etl.go.jp>
8632
8633 * man.el (Man-getpage-in-background): Decode the process output by
8634 the system locale coding system.
8635
86362000-08-20 Dave Love <fx@gnu.org>
8637
8638 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8639 Don't test x-popup-menu.
8640 (function) <complete-function>: Complete only fbound symbols.
8641 <validate, value>: New.
8642 (variable) <complete-function>: Complete only bound symbols.
8643 (coding-system): Add :base-only, :complete-function, :validate,
8644 :value, :prompt-match.
8645 (widget-coding-system-prompt-value): Use read-coding-system and
8646 act on :base-only.
8647 (editable-field): Add :help-echo.
8648 (widget-push-button-gui, widget-push-button-cache)
8649 (widget-gui-action, widget-editable-list-gui): COmment out, along
8650 with uses.
8651 (widget-at): Make arg optional.
8652 (widget-echo-help): Adjust for current help-echo calling sequence.
8653 (widget-specify-field, widget-specify-button)
8654 (widget-specify-insert, widget-get-sibling, widget-image-find)
8655 (widget-convert, widget-insert, widget-leave-text)
8656 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8657 (widget-setup, widget-field-find, widget-before-change)
8658 (widget-after-change, widget-default-complete)
8659 (widget-default-create, widget-default-delete)
8660 (widget-push-button-value-create, editable-field)
8661 (widget-field-prompt-value, widget-field-validate)
8662 (widget-choice-value-create, widget-choice-action)
8663 (widget-choice-validate, widget-checklist-add-item)
8664 (widget-radio-add-item, widget-radio-chosen)
8665 (widget-radio-value-inline, widget-editable-list-value-create)
8666 (widget-editable-list-entry-create)
8667 (widget-documentation-link-add)
8668 (widget-documentation-string-value-create)
8669 (widget-regexp-validate, widget-file-complete)
8670 (widget-sexp-validate, widget-plist-convert-widget)
8671 (widget-plist-convert-widget, widget-alist-convert-widget)
8672 (widget-alist-convert-widget, widget-color-complete): Simplify,
8673 particularly to avoid bindings which aren't optimized out.
8674
8675 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8676 Doc fix.
8677 (down-list, backward-up-list, up-list, kill-sexp)
8678 (backward-kill-sexp, mark-sexp): Make arg optional.
8679 (lisp-complete-symbol): Add optional arg PREDICATE.
8680
8681 * cus-start.el: Add display-buffer-reuse-frames,
8682 file-coding-system-alist.
8683
86842000-08-20 Gerd Moellmann <gerd@gnu.org>
8685
8686 * startup.el (command-line): Clear realized faces after
8687 modifying TTY color mappings.
8688
86892000-08-20 Miles Bader <miles@gnu.org>
8690
8691 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8692 merely a subset of FACE's attributes.
8693
86942000-08-19 Miles Bader <miles@gnu.org>
8695
8696 * comint.el (comint-output-filter): Save the point with a marker,
8697 not just a buffer position.
8698
8699 * international/mule.el (set-buffer-process-coding-system): Make
8700 interactive prompt less confusing.
8701
87022000-08-19 Gerd Moellmann <gerd@gnu.org>
8703
8704 * hilit-chg.el: General cleanup of doc strings, comments and
8705 code formatting.
8706
87072000-08-19 Miles Bader <miles@gnu.org>
8708
8709 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8710 Compiler macro removed; beginning-of-line is no longer always
8711 equivalent to forward-line, in the presence of fields.
8712
8713 * comint.el (comint-output-filter): Remove ad-hoc saving of
8714 restriction, and just use save-restriction, now that it works
8715 correctly. Don't adjust comint-last-input-start to account for
8716 our insertion; it shouldn't have moved because we don't use
8717 insert-before-markers anymore. Comment out call to
8718 `force-mode-line-update'; why is it here?
8719
8720 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8721 while checking for prompt to delete. Use `forward-line 0'
8722 instead of beginning-of-line.
8723 (gud-filter): Temporarily widen gud comint buffer while
8724 examining output.
8725
87262000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8727
8728 * progmodes/sh-script.el: Big bag of typos.
8729
8730 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8731 check since ispell-process is not bound when ispell is not yet loaded.
8732
87332000-08-18 Dave Love <fx@gnu.org>
8734
8735 * image.el (find-image): Copy `spec' before using plist-put.
8736
87372000-08-18 Gerd Moellmann <gerd@gnu.org>
8738
8739 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8740 `portugues'.
8741
8742 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8743 backward-kill-sexp, analogous to kill-sexp.
8744
8745 * progmodes/icon.el (icon-indent-line)
8746 (icon-is-continuation-line): Handle comments specially.
8747
87482000-08-17 Ken Stevens <k.stevens@ieee.org>
8749
8750 * ispell.el: Set to standard author/maintainer/keyword fields.
8751 Fine tuning to menu map appearance and operation, and added help.
8752 Remove `start' and `end' error messages when compiling.
8753 (ispell-choices-win-default-height): Fixed comment string.
8754 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8755 castellano8 dictionaries.
8756 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8757 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8758 dictionary, added italiano dictionary.
8759 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8760 word character
8761 (ispell-tex-skip-alists): Added psfig support.
8762 (ispell-skip-html): Renamed from ispell-skip-sgml.
8763 (ispell-begin-skip-region-regexp, ispell-skip-region)
8764 (ispell-minor-check): Improved html skipping support to skip across
8765 code, and recognize `&' commands without propper `;' syntax;
8766 (ispell-process-line): Fix alignment error when manually
8767 correcting spelling.
8768 (ispell): Fix comment string.
8769 (ispell-add-per-file-word-list): Always put word list on new line.
8770
87712000-08-17 Gerd Moellmann <gerd@gnu.org>
8772
8773 * format.el (format-encode-run-method): Fix error message to say
8774 `encode' instead of `decode'. Use save-window-excursion around
8775 shell-command-on-region as in format-decode-run-method because
8776 shell-command-on-region can display a buffer with error output.
8777 (format-decode): Don't record undo information for the decoding.
8778 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8779 that number part of the temporary buffer name so that more than
8780 one decoding using a temporary buffer can happen safely.
8781
8782 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8783 of `A-z' in the regexp.
8784
8785 * hilit-chg.el: Fix typos in commentary.
8786
8787 * help.el (view-emacs-news): Rewritten for new naming scheme
8788 for old NEWS files.
8789
8790 * startup.el (command-line): Pop to *Messages* in case an error
8791 is signaled while loading user-init-file.
8792
87932000-08-17 Andreas Schwab <schwab@suse.de>
8794
8795 * files.el (insert-directory): Don't lose original file name,
8796 undoing an undocumented change.
8797
87982000-08-17 Alex Schroeder <alex@gnu.org>
8799
8800 * sql.el (sql-magic-go): Use comint-bol.
8801 (sql-copy-column): Use comint-line-beginning-position.
8802 (comint-line-beginning-position): Define a replacement for
8803 comint-line-beginning-position if it is not fboundp.
8804
88052000-08-17 Alex Schroeder <alex@gnu.org>
8806
8807 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8808 it didn't have any effect anyway.
8809
88102000-08-17 Alex Schroeder <alex@gnu.org>
8811
8812 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8813 --pset and pager=off instead of sending \\o|cat at the beginning
8814 of the session.
8815
88162000-08-17 Miles Bader <miles@gnu.org>
8817
8818 * progmodes/octave-inf.el: Add compatibility definition of
8819 comint-line-beginning-position.
8820
88212000-08-17 Kenichi Handa <handa@etl.go.jp>
8822
8823 * startup.el (normal-top-level): Look in each dir in load-path for
8824 a leim-list.el file too. This assures of loading leim-list.el
8825 that is created at Emacs installation time even if a user have his
8826 own leim-list.el.
8827
88282000-08-17 Miles Bader <miles@gnu.org>
8829
8830 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8831 foreground color to black if the background is dark.
8832
88332000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8834
8835 * loadhist.el (unload-feature): Typo.
8836
8837 * finder.el (finder-compile-keywords):
8838 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8839 to the generated file.
8840
8841 * mail/mh-e.el (mh-make-local-vars):
8842 Replace make-variable-buffer-local with make-local-variable.
8843
8844 * play/landmark.el:
8845 * options.el (Edit-options-{set,toggle,t,nil}):
8846 * mail/mailabbrev.el (mail-abbrevs-mode):
8847 * textmodes/tex-mode.el (tex-expand-files):
8848 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8849
8850 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8851
8852 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8853 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8854 Allow going past the last element.
8855 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8856 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8857 (cvs-mouse-toggle-mark): Don't move point.
8858 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8859
8860 * progmodes/compile.el (grep): Provide a default set of files.
8861 (next-error): Docstring fix.
8862 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8863
8864 * emacs-lisp/easy-mmode.el (define-minor-mode):
8865 Use `symbol-value' to keep the byte-compiler quiet.
8866
8867 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8868 (diff-find-source-location): New fun, extracted from diff-goto-source.
8869 (diff-goto-source): Use it.
8870 (diff-next-complex-hunk, diff-filter-lines): New function.
8871 (diff-apply-hunk): New command.
8872
8873 * smerge-mode.el (smerge-mode-menu): Doc fix.
8874
8875 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8876
88772000-08-16 Dave Love <fx@gnu.org>
8878
8879 * windmove.el (windmove) <defgroup>: Add :version.
8880
8881 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8882 (goto-address-fontify-p, goto-address-highlight-p)
8883 (goto-address-url-face, goto-address-url-mouse-face)
8884 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8885 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8886 (goto-address-fontify, goto-address-at-mouse): Simplify,
8887 (goto-address-at-point): browse-url-url-at-point,
8888 goto-address-find-address-at-point can return nil.
8889 (goto-address-find-address-at-point): Return nil on failure.
8890
8891 * align.el (align) <defgroup>: Add :version.
8892
8893 * calculator.el (calculator): Add :version.
8894 (calculator): Use two lines for calculator window if `modeline'
8895 face is boxed.
8896
8897 * play/5x5.el: Doc fixes.
8898 (5x5) <defgroup>: Add :version.
8899
8900 * play/fortune.el (fortune) <defgroup>: Add :version.
8901 (fortune-append): Fix error message.
8902 (fortune-from-region): Doc fix.
8903
8904 * play/pong.el (pong): Doc fix.
8905
8906 * play/morse.el: Keywords, commentary, autoloads.
8907
89082000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8909
8910 * desktop.el (desktop-save): Don't look at symbol-value of a
8911 member of minor-mode-alist, unless it is boundp.
8912
89132000-08-16 Sam Steingold <sds@gnu.org>
8914
8915 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8916 `while'; use `with-current-buffer' instead of `save-excursion'.
8917 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8918
89192000-08-16 Kenichi Handa <handa@etl.go.jp>
8920
8921 * international/ccl.el (declare-ccl-program): Docstring modified.
8922 (ccl-execute-with-args): Likewise.
8923
89242000-08-16 Miles Bader <miles@gnu.org>
8925
8926 * progmodes/sql.el: Add compatibility definition of
8927 comint-line-beginning-position.
8928
89292000-08-15 Gerd Moellmann <gerd@gnu.org>
8930
8931 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8932 'buffer-menu' property.
8933 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8934 fails.
8935 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8936 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8937 wasn't killed.
8938
8939 * buff-menu.el (list-buffers-noselect): Don't display the
8940 *Buffer List* buffer.
8941
8942 * font-lock.el: Require jit-lock to prevent a very late
8943 `Loading jit-lock' message.
8944
8945 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8946 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8947 mail address.
8948
89492000-08-15 Miles Bader <miles@gnu.org>
8950
8951 * textmodes/ispell.el (ispell-graphic-p): New constant.
8952 (ispell-choices-win-default-height, ispell-help): Use
8953 `ispell-graphic-p' instead of `xemacsp'.
8954
89552000-08-15 Dave Love <fx@gnu.org>
8956
8957 * simple.el: Autoload widget-convert when compiling.
8958 (mail-user-agent): Doc fix.
8959
8960 * help.el (function-called-at-point, variable-at-point): Use
8961 with-syntax-table.
8962 (help-manyarg-func-alist): Add insert-and-inherit.
8963
8964 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8965
8966 * delsel.el (delsel-unload-hook): New function.
8967
8968 * find-file.el: Doc fixes. Move provide to end.
8969 (ff) <defgroup>: Add :link.
8970 (ff-goto-click): Deleted.
8971 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8972 Use mouse-set-point.
8973
8974 * textmodes/tildify.el: Doc fixes.
8975 (tildify) <defgroup>: Add:version.
8976
8977 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8978 (glasses-custom-set): Use set-default, not set.
8979 (minor-mode-alist): Propertize the lighter.
8980 (glasses-mode): Provide optional arg.
8981
8982 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8983 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8984 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8985 option. Provide :type.
8986 (cwarn-configuration): Provide :type.
8987 (cwarn-mode): Doc fix.
8988
8989 * add-log.el (change-log-merge): Doc fix.
8990 (change-log-redate): New command.
8991
8992 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8993 Doze and Dog.
8994 (browse-url): Use dolist, not mapcar.
8995 (browse-url-at-point): Check for null url.
8996 (browse-url-event-buffer, browse-url-event-point): Functions
8997 deleted.
8998 (browse-url-at-mouse, browse-url-netscape): Simplify.
8999
9000 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9001 modes.
9002 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9003 Fix previous change to mapcan.
9004 (msb--init-file-alist, msb--add-separators)
9005 (msb--make-keymap-menu): Simplify.
9006 (msb--choose-file-menu): Use copy-sequence.
9007 (msb-mode-map): Add title to keymap.
9008 (msb-unload-hook): New function.
9009
9010 * bs.el: Fix indentation.
9011 (bs) <defgroup>: Add :links.
9012 (bs-show): Doc fix.
9013 (bs-apply-sort-faces): Don't use window-system.
9014 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9015
90162000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9017
9018 * calendar/timeclock.el (timeclock-file): Run .timelog through
9019 convert-standard-filename.
9020
90212000-08-14 Gerd Moellmann <gerd@gnu.org>
9022
9023 * emacs-lisp/authors.el: New file.
9024
9025 * paren.el (show-paren-priority): New user option.
9026 (show-paren-function): Set overlay priorities to
9027 show-paren-priority.
9028
90292000-08-14 Miles Bader <miles@gnu.org>
9030
9031 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9032 beginning-of-line with inhibit-field-text-motion bound.
9033
90342000-08-14 Gerd Moellmann <gerd@gnu.org>
9035
9036 * calendar/timeclock.el: New file.
9037
90382000-08-14 David Ponce <david@dponce.com>
9039
9040 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9041 `widget-button-click'. so that one can use left mouse button to
9042 click on dialog buttons.
9043
90442000-08-14 Emmanuel Briot <briot@gnat.com>
9045
9046 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9047 identifiers, since XML is case sensitive
9048
90492000-08-12 Miles Bader <miles@gnu.org>
9050
9051 * comint.el (comint-output-filter): Don't bother frobbing
9052 window-start, it doesn't seem to be necessary.
9053
9054 * comint.el (comint-send-string, comint-send-region): Make into
9055 real functions. Snapshot the prompt before sending.
9056
90572000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9058
9059 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9060 technique similar to Info-index, instead of relying on specific
9061 names of relevant Index nodes.
9062 (Info-goto-emacs-command-node): Bind Info-history to nil when
9063 going to the first node found by Info-find-emacs-command-nodes.
9064
90652000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9066
9067 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9068
90692000-08-10 Miles Bader <miles@gnu.org>
9070
9071 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9072
90732000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9074
9075 * info.el (Info-file-list-for-emacs): More elements for the
9076 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9077 and woman manuals.
9078
90792000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9080
9081 * comint.el (comint-send-input): Make the newline boundary overlay
9082 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9083 (comint-output-filter): Use `insert' instead of
9084 `insert-before-markers'. Extend comint-last-output-overlay when
9085 necessary since we can't rely on insert-before-markers to do it.
9086 * gud.el (gud-filter): Use `with-current-buffer' instead of
9087 save-excursion when inserting the output, so that point gets
9088 updated correctly; the old method relied on a rather dodgy
9089 side-effect of comint-output-filter to avoid the effect of
9090 save-excursion.
9091
90922000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9093
9094 * files.el (recover-file): Call insert-directory instead of
9095 invoking `ls' directly.
9096
90972000-08-10 Miles Bader <miles@gnu.org>
9098
9099 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9100 (comint-last-prompt-overlay): New variables.
9101 (comint-output-filter): Implement prompt highlighting.
9102 (comint-snapshot-last-prompt): New function.
9103 (comint-send-input): Snapshot the last prompt.
9104 Use comint-highlight-input-face.
9105 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9106 Use defface instead of defcustom.
9107 (send-invisible, comint-send-eof): Snapshot the last prompt.
9108 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9109 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9110
91112000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9112
9113 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9114 (regexp-opt-group): Use a list of chars for `letters'.
9115 (regexp-opt-charset): `chars' is now a list of chars.
9116 Use a char-table rather than a vector so it works for multibyte chars.
9117
9118 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9119 Set cvs-minor-current-files to the selected fileinfo.
9120 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9121 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9122
91232000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9124
9125 * files.el (insert-directory): Don't call access-file on
9126 directories on DOS and Windows.
9127
91282000-08-09 Kenichi Handa <handa@etl.go.jp>
9129
9130 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9131 longer if necessary.
9132 (ccl-embed-code): Call ccl-embed-data to store CODE in
9133 ccl-program-vector.
9134
91352000-08-09 Miles Bader <miles@gnu.org>
9136
9137 * comint.el (comint-output-filter): Properly handle the case where
9138 the text surrounded by comint-last-output-overlay was deleted.
9139
91402000-08-08 Gerd Moellmann <gerd@gnu.org>
9141
9142 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9143 non-nil.
9144 (Info-file-list-for-emacs): Remove "info" from the list because
9145 that leads to trying to use the documentation from file `info'
9146 in various situations where it isn't appropriate, for instance
9147 C-h C-k C-h i.
9148
9149 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9150 DIR and/or STRING are nil.
9151
9152 * progmodes/compile.el (compilation-setup): Make variable
9153 compilation-error-screen-columns buffer-local, as some comment
9154 in the code suggests it should be.
9155
9156 * files.el (auto-mode-interpreter-regexp): New variable.
9157 (set-auto-mode): Use it.
9158
9159 * indent.el (indent-for-tab-command): Doc fix.
9160
9161 * mouse-sel.el (mouse-sel-mode): Doc fix.
9162
9163 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9164 labels.
9165
9166 * help.el (print-help-return-message): When
9167 display-buffer-reuse-frames is set, let the help window been quit,
9168 instead of deleting it, which might delete a reused frame.
9169
91702000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9173 rename a directory to a name that differs only by its letter case.
9174
91752000-08-08 Kenichi Handa <handa@etl.go.jp>
9176
9177 * international/quail.el (quail-define-rules): Handle Quail decode
9178 map correctly. Add code for supporting annotations.
9179 (quail-install-decode-map): New function.
9180 (quail-defrule-internal): New optional arguments decode-map and
9181 props.
9182 (quail-advice): New function.
9183
91842000-08-07 Sam Steingold <sds@gnu.org>
9185
9186 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9187 `defconst', `define-condition', `with-slots'.
9188 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9189
91902000-08-03 Miles Bader <miles@gnu.org>
9191
9192 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9193 New variable.
9194 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9195 comint-use-prompt-regexp-instead-of-fields.
9196 (comint-send-input): Add `input' field property to stuff we send to
9197 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9198 (comint-output-filter): Add `output' field property to process
9199 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9200 (comint-replace-by-expanded-history)
9201 (comint-get-old-input-default, comint-show-output)
9202 (comint-backward-matching-input, comint-forward-matching-input)
9203 (comint-next-prompt, comint-previous-prompt): Use field
9204 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9205 (comint-line-beginning-position): New function.
9206 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9207 (comint-replace-by-expanded-history-before-point): Use
9208 comint-line-beginning-position and line-end-position.
9209 (comint-last-output-overlay): New variable.
9210 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9211
9212 * shell.el (shell-prompt-pattern): Doc change.
9213 (shell-backward-command): Use line-beginning-position.
9214
9215 * gud.el (gud-gdb-complete-command): Use
9216 comint-line-beginning-position.
9217
9218 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9219 comint-bol doesn't actually go to the beginning of the line.
9220
9221 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9222 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9223 (try-expand-line-all-buffers): Likewise.
9224
9225 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9226 explicitly matching comint-prompt-regexp.
9227 (sql-copy-column): Use comint-line-beginning-position instead of
9228 explicitly matching comint-prompt-regexp.
9229
9230 * progmodes/octave-inf.el (inferior-octave-complete): Use
9231 comint-line-beginning-position.
9232
9233 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9234
9235 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9236 looking for a prompt, use `forward-line 0' instead of
9237 `beginning-of-line', to avoid getting caught by an input field.
9238
92392000-08-07 Gerd Moellmann <gerd@gnu.org>
9240
9241 * files.el (shell-quote-wildcard-pattern): Make sure to return
9242 PATTERN, in the Unix case.
9243
92442000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9245
9246 * play/zone.el (zone): Discard any pending input before running
9247 the randomly-chosen pgm.
9248
92492000-08-07 Kenichi Handa <handa@etl.go.jp>
9250
9251 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9252 checking the existence of any multibyte characters.
9253
92542000-08-06 Gerd Moellmann <gerd@gnu.org>
9255
9256 * help.el (describe-mode): Test minor-mode symbol for being
9257 bound before testing its value for being nil.
9258
9259 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9260 `first', `second', and `third'.
9261
9262 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9263 (second): Make it an alias for `cadr'.
9264
92652000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9266
9267 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9268 types of display support faces now.
9269
92702000-08-05 Gerd Moellmann <gerd@gnu.org>
9271
9272 * pcvs.el (require): Require `cl' during compilation, only.
9273
9274 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9275 (toplevel): Remove `remq' and `remove' from autoloads.
9276 (cl-fake-autoloads): New variable. If set, arrange for an error
9277 when CL functions etc. are autoloaded.
9278
92792000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9280
9281 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9282
9283 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9284 popped up, but the user clicks outside the menu, return an empty
9285 regexp (that causes unhighlight-regexp to have no effect).
9286
9287 * menu-bar.el (menu-bar-games-menu): Add Zone.
9288
9289 * hi-lock.el (toplevel): Require font-lock.
9290
92912000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9292
9293 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9294 (ebnf-8-bit-chars): New var for bug fix.
9295 (ebnf-string): Bug fix.
9296
92972000-08-03 Sam Steingold <sds@gnu.org>
9298
9299 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9300 instead of `buffer-string'.
9301 (require 'cl): Always, not just when compiling.
9302 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9303 necessary.
9304
93052000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9306
9307 * international/mule-cmds.el (select-safe-coding-system): Make
9308 the message text about selecting a safe coding system more clear.
9309
93102000-08-02 Gerd Moellmann <gerd@gnu.org>
9311
9312 * hi-lock.el: New file.
9313
9314 * play/zone.el: New file.
9315
9316 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9317 value of tab-width in the original buffer. Choose a line number
9318 format that's a multiple of the original buffer's tab width, so
9319 that lines appear right.
9320
9321 * textmodes/ispell.el (ispell): New function, replacing an alias.
9322 Spell-check active region if in transient-mark-mode and mark
9323 is active; otherwise spell-check buffer.
9324
93252000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9326
9327 * ps-mule.el: Fix a customization problem on
9328 ps-mule-font-info-database-default.
9329
93302000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9331
9332 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9333 display-mouse-p instead of window-system.
9334 (ebrowse-member-mode-map): Ditto.
9335
93362000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9337
9338 * progmodes/ebnf2ps.el: Update ps-print functions call.
9339 Indentation fix. Doc fix.
9340 (ebnf-version): New version number (3.2).
9341 (ebnf-format-color, ebnf-begin-job): Code fix.
9342
93432000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9344
9345 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9346 font lock support on window-system.
9347 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9348
9349 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9350 display-color-p, if fboundp, instead of window-system.
9351
93522000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9353
9354 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9355 instead of window-system.
9356
9357 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9358 window-system.
9359 (widget-choice-mouse-down-action): Use display-popup-menus-p
9360 instead of window-system.
9361
9362 * strokes.el (strokes-file): Run the file name through
9363 convert-standard-filename.
9364 (strokes-mode): Call display-mouse-p instead of looking at
9365 window-system. Change the error message accordingly.
9366
9367 * progmodes/cpp.el (toplevel): Support faces on tty's.
9368
9369 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9370 (lm-plot-square, lm-init-display): Don't use window-system.
9371
9372 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9373 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9374
9375 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9376 instead of looking at window-system.
9377
93782000-07-30 Gerd Moellmann <gerd@gnu.org>
9379
9380 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9381 of testing if iswitchb-prepost-hooks is bound, because the
9382 latter will always be true when invoking a recursive minibuffer
9383 from an active Iswitchb buffer.
9384
93852000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9386
9387 * files.el (shell-quote-wildcard-pattern): New function.
9388 (insert-directory): Call it. Only prepend "\" to command on Unix
9389 and GNU/Linux systems.
9390
93912000-07-30 Gerd Moellmann <gerd@gnu.org>
9392
9393 * eshell/esh-groups.el: Change custom :link file names
9394 from `eshell.info' to `eshell'.
9395
93962000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9397
9398 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9399 correctly in recursive ange-ftp listings.
9400
94012000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9402
9403 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9404 ps-header-font-size-internal and
9405 ps-header-title-font-size-internal variables are not set,
9406 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9407 face text property is (foreground-color . COLOR) or
9408 `(background-color . COLOR)', ps-print crashes. Doc fix.
9409 (ps-print-version): New version number (5.2.4).
9410 (ps-plot-region): Code fix.
9411 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9412 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9413 Bug fix 2.
9414
94152000-07-30 Milan Zamazal <pdm@freesoft.cz>
9416
9417 * glasses.el (glasses-make-readable): Fix uncapitalization of
9418 identifiers like `myXMLDocument'.
9419
94202000-07-28 Karl Fogel <kfogel@red-bean.com>
9421
9422 * mail/mail-hist.el (mail-hist-previous-input)
9423 (mail-hist-next-input): Do the obvious code factorization.
9424 (mail-hist-retrieve-and-insert): New func, contains common
9425 code of above two.
9426 If inserting a message body, leave point at top.
9427
94282000-07-28 Sam Steingold <sds@gnu.org>
9429
9430 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9431 Use `<=', not `<' to compare times!
9432 (ange-ftp-ls): Remove.
9433
94342000-07-27 Gerd Moellmann <gerd@gnu.org>
9435
9436 * play/cookie1.el: Add explanation of how to make cookie.el
9437 compatible with strfile(1) to comment.
9438
9439 * subr.el (remove, remq): New functions.
9440
9441 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9442 escape `*' in regexps.
9443 (midnight-find): Reverse order of arguments in the funcall of
9444 TEST.
9445
9446 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9447 and `.class'.
9448
9449 * play/meese.el: Add Commentary section.
9450
94512000-07-27 Alex Schroeder <alex@gnu.org>
9452
9453 * sql.el (sql-ms): Added autoload cookie.
9454 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9455 (sql-oracle): Ditto.
9456 (sql-help): Doc change.
9457
9458 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9459 types and exceptions.
9460
94612000-07-27 Alex Schroeder <alex@gnu.org>
9462
9463 * sql.el (sql-placeholder-history): New variable.
9464 (sql-query-placeholders-and-send): New function that will query
9465 the user and replace placeholders with user input.
9466 (sql-oracle): If running on NT, set comint-input-sender to
9467 sql-query-placeholders-and-send.
9468
9469 (sql-stop): If in the SQLi buffer, insert stop notification, else
9470 present it as a message.
9471
94722000-07-27 Alex Schroeder <alex@gnu.org>
9473
9474 * sql.el (sql-input-ring-separator): Doc change.
9475 (sql-input-ring-file-name): Doc change.
9476 (sql-interactive-mode): Use `sql-input-ring-separator' and
9477 `sql-input-ring-file-name' to set the comint-mode equivalents
9478 without making them local variables.
9479 (sql-stop): Don't bind `sql-input-ring-separator' and
9480 `sql-input-ring-file-name' dynamically to their comint-mode
9481 equivalents.
9482
94832000-07-27 Kenichi Handa <handa@etl.go.jp>
9484
9485 * international/mule.el (register-char-codings): New function.
9486 (make-coding-system): Handle `safe-chars' specification in the arg
9487 PROPERTY.
9488
9489 * international/mule-cmds.el
9490 (find-coding-systems-region-subset-p): This function deleted.
9491 (sort-coding-systems-predicate): New variable.
9492 (sort-coding-systems): New function.
9493 (find-coding-systems-region): Use
9494 find-coding-systems-region-internal.
9495 (find-coding-systems-string): Use find-coding-systems-region.
9496 (find-coding-systems-for-charsets): Check
9497 char-coding-system-table.
9498 (select-safe-coding-system-accept-default-p): New variable.
9499 (select-safe-coding-system): Mostly rewritten. New argument
9500 ACCEPT-DEFAULT-P.
9501 (select-message-coding-system): Call select-safe-coding-system
9502 with ACCEPT-DEFAULT-P arg.
9503 (reset-language-environment): Reset default-sendmail-coding-system
9504 to the default value iso-latin-1.
9505 (set-language-environment): Don't set the obsolete variable
9506 charset-origin-alist.
9507
9508 * international/codepage.el (cp-coding-system-for-codepage-1):
9509 Give `safe-chars' property to make-coding-system.
9510
9511 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9512 calling select-message-coding-system twice.
9513
9514 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9515 instead of `safe-charsets'.
9516 (cyrillic-alternativnyj): Likewise.
9517 (ccl-encode-alternativnyj): Don't check the charset
9518 cyrillic-iso8859-5.
9519
95202000-07-27 Kenichi Handa <handa@etl.go.jp>
9521
9522 * composite.el (compose-chars-after): Preserve match data.
9523
95242000-07-26 Sam Steingold <sds@gnu.org>
9525
9526 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9527 (ange-ftp-real-file-newer-than-file-p): New function.
9528 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9529 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9530
9531 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9532 * midnight.el (midnight-float-time): Ditto.
9533
95342000-07-26 Andreas Schwab <schwab@suse.de>
9535
9536 * files.el (normal-backup-enable-predicate): Correct
9537 interpretation of the return value of compare-strings.
9538
95392000-07-26 Gerd Moellmann <gerd@gnu.org>
9540
9541 * isearch.el (isearch-resume): New function.
9542 (isearch-done): Add something to command-history to resume
9543 the search.
9544 (isearch-yank-line, isearch-yank-word): Use
9545 buffer-substring-no-properties instead of buffer-substring.
9546
9547 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9548 of flyspell-mouse-map.
9549
9550 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9551 duplicate definition.
9552 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9553
9554 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9555 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9556
95572000-07-25 Sam Steingold <sds@gnu.org>
9558
9559 * net/ange-ftp.el: Get modtime over the net.
9560 (ange-ftp-file-modtime): New function.
9561 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9562 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9563 Use it.
9564 (ange-ftp-dot-to-slash): New function.
9565 (ange-ftp-fix-name-for-vms): Use it.
9566
9567 * midnight.el (midnight-buffer-display-time): Use
9568 `with-current-buffer'.
9569
95702000-07-25 Gerd Moellmann <gerd@gnu.org>
9571
9572 * find-dired.el: Update copyright notice.
9573 (find-dired): Offer to kill a running `find'.
9574
9575 * enriched.el (enriched-face-ans): For a `foreground-color'
9576 property, return '(("x-color" COLOR))' so that COLOR will be
9577 output as a parameter of the x-color annotation. Likewise for the
9578 `background-color' property. In the case of normal face
9579 properties, don't return annotations for unspecified foreground
9580 and background face attributes.
9581
95822000-07-25 Kenichi Handa <handa@etl.go.jp>
9583
9584 * language/japan-util.el (japanese-katakana-region): Fix handling
9585 HANKAKU argument.
9586
95872000-07-25 Miles Bader <miles@gnu.org>
9588
9589 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9590 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9591 constrain-to-field.
9592
95932000-07-24 Andrew Innes <andrewi@gnu.org>
9594
9595 * timer.el (timer-activate-when-idle): Add optional parameter
9596 DONT-WAIT. Update docstring.
9597 (run-with-idle-timer): Specify extra parameter to
9598 timer-activate-when-idle, so that timer will be activated
9599 immediately if Emacs is already idle.
9600
9601 * w32-fns.el (w32-using-nt): Fix docstring.
9602
96032000-07-24 Dave Love <fx@gnu.org>
9604
9605 * mouse.el (popup-menu): Set last-command-event.
9606 (mouse-major-mode-menu-prefix): Declare.
9607
96082000-07-24 Gerd Moellmann <gerd@gnu.org>
9609
9610 * textmodes/flyspell.el: Update to author's version 1.5d.
9611
9612 * progmodes/hideshow.el: Update copyright notice.
9613
9614 * vcursor.el: Set maintainer to FSF, since author cannot
9615 be reached.
9616
96172000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9620 the prompt.
9621
9622 * mouse.el (popup-menu): Run the keymap through indirect-function,
9623 in case it was defined with define-prefix-key. If the menu is a
9624 list of keymaps, look up the binding of user's choice in each one
9625 of the keymaps.
9626 (mouse-popup-menubar): If the global and local menu-bar keymaps
9627 don't have a prompt string, create one and insert it into the
9628 keymap. Don't barf if current-local-map returns nil.
9629
96302000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9631
9632 * dired.el (dired-sort-R-check): Added to allow recursive listing
9633 to be undone.
9634 (dired-sort-other): Use it.
9635
96362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9637
9638 * Release of cc-mode 5.27
9639
96402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9641
9642 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9643 c-beginning-of-statement-1 that caused a bad case of recursion
9644 which could consume a lot of CPU in large classes in languages
9645 that have in-expression classes (i.e. Java and Pike).
9646
9647 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9648 statements before top level constructs (i.e. case 6 is moved
9649 before case 5 and is now case 4) to catch in-expression
9650 classes in top level expressions correctly.
9651
96522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9653
9654 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9655 objc-method-intro. Case 4 removed and case 5I added.
9656
9657 * cc-langs.el (c-append-paragraph-start): New variable used by
9658 c-common-init to get paragraph-start correct.
9659 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9660 initialize paragraph-start to make it correct both with and
9661 without the javadoc special case.
9662
9663 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9664 initialize paragraph-start for javadoc markup.
9665
9666 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9667 change by defaulting this to t. It's motivated by the
9668 confusing behavior that otherwise arise from the style system
9669 when editing both java and non-java files at the same time
9670 (see the comments about style setting in c-common-init).
9671
96722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9673
9674 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9675 similar to the one in c-fill-paragraph to check the fill
9676 prefix from the adaptive fill function for sanity.
9677
96782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9679
9680 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9681 defun block.
9682
96832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9684
9685 * cc-mode.texi Documented the change of cpp-macro.
9686
96872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9688
9689 * cc-align.el (c-lineup-multi-inher): Handle lines with
9690 leading comma nicely. Extended to handle member initializers
9691 too.
9692
9693 * cc-engine.el: (c-beginning-of-inheritance-list,
9694 c-guess-basic-syntax): Fixed recognition of inheritance lists
9695 when the lines begins with a comma.
9696
9697 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9698
9699 * cc-vars.el (c-offsets-alist): Changed default for
9700 member-init-cont to c-lineup-multi-inher since it now handles
9701 member initializers and indents better for leading commas.
9702
97032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9704
9705 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9706 handling that caused class open lines to be recognized as
9707 statement-conts in some cases.
9708
9709 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9710 guessed by the adaptive fill function unless point is on the
9711 first line of a block comment.
9712
9713 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9714 when the buffer ends with a macro continuation char.
9715
9716 * cc-engine.el (c-guess-basic-syntax): Added support for
9717 function definitions as statements in Pike. The first
9718 statement in a lambda block is now labeled defun-block-intro
9719 instead of statement-block-intro.
9720
9721 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9722 so that the class surrounding point is selected, not the one
9723 innermost in the state.
9724
9725 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9726 recognition of switch labels having hanging multiline
9727 statements.
9728
9729 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9730 some code in c-guess-basic-syntax to a separate function.
9731 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9732 recognition of member inits with multiple line arglists.
9733 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9734 member-init-cont when the commas are in funny places.
9735
97362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9737
9738 * cc-defs.el (c-auto-newline): Removed this macro since it's
9739 not used anymore.
9740
9741 * cc-engine.el (c-looking-at-bos): New helper function.
9742 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9743 inexpr and toplevel classes apart in Pike.
9744
9745 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9746 of case 9A.
9747
9748 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9749 constant, since "class" can introduce an in-expression class
9750 in Pike nowadays.
9751
97522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9753
9754 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9755 indentation on cpp-macro lines.
9756
9757 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9758 a syntax modifier like comment-intro, to make it possible to
9759 get syntactic indentation for preprocessor directives. It's
9760 incompatible wrt to lineup functions on cpp-macro, but it has
9761 no observable effect in the 99.9% common case where cpp-macro
9762 is set to -1000.
9763
97642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9765
9766 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9767 member-init-cont when the preceding arglist is several lines.
9768
97692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9770
9771 * cc-styles.el (c-style-alist): The basic offset for the BSD
9772 style corrected to 8.
9773
97742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9775
9776 * cc-styles.el (c-style-alist): Adjusted the indentation of
9777 brace list openers in the gnu style.
9778
97792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9780
9781 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9782
9783 * cc-cmds.el (c-electric-brace, c-electric-slash,
9784 c-electric-star, c-electric-semi&comma, c-electric-colon,
9785 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9786 when c-syntactic-indentation is nil.
9787
9788 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9789 we were left at comments preceding the first statement when
9790 reaching the beginning of the buffer.
9791
9792 * cc-vars.el (c-syntactic-indentation): New variable to turn
9793 off all syntactic indentation.
9794
97952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9796
9797 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9798 between the text and the block comment ender when it hangs,
9799 depending on how many there are before the fill.
9800
98012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9802
9803 * cc-engine.el (c-beginning-of-closest-statement): New helper
9804 function to go back to the closest preceding statement start,
9805 which could be inside a conditional statement.
9806 * cc-engine.el (c-guess-basic-syntax): Use
9807 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9808
9809 * cc-engine.el (c-guess-basic-syntax): Better handling of
9810 arglist-intro, arglist-cont-nonempty and arglist-close when
9811 the arglist is nested inside parens. Cases 7A, 7C and 7F
9812 changed.
9813
9814 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9815 up-to-date with javadoc 1.2.
9816
98172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9818
9819 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9820 multiline Pike type decls.
9821
98222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9823
9824 * cc-cmds.el (c-indent-new-comment-line): Always break
9825 multiline comments in multiline mode, regardless of
9826 comment-multi-line.
9827
98282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9829
9830 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9831 fully::qualified::names in C++ member init lists. Preamble in
9832 case 5D changed.
9833
98342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9835
9836 * cc-langs.el (c-common-init): Handling of obsolete variables
9837 moved to c-initialize-cc-mode. More compatible style override
9838 when using global style variables.
9839 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9840 variables moved here.
9841
9842 * cc-mode.texi: Documented the special behavior of
9843 c-special-indent-hook as a style variable. Don't talk about
9844 doing (c-make-styles-buffer-local t) in a mode hook, since
9845 that's already too late to work right.
9846
9847 * cc-styles.el (c-make-styles-buffer-local): Flag style
9848 variable localness in c-style-variables-are-local-p to make
9849 the compatibility measure in c-common-init work well.
9850
9851 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9852 longer contain set-from-style.
9853 * cc-styles.el (c-initialize-builtin-style): Don't check for
9854 set-from-style on c-special-indent-hook.
9855 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9856 copy-alist is sufficient now.
9857
9858 * cc-styles.el (c-set-style, c-set-style-1,
9859 c-get-style-variables): Fixes to variable initialization so
9860 that duplicate entries in styles have the same effect
9861 regardless of DONT-OVERRIDE.
9862
9863 * cc-styles.el (c-set-style-2): Fixed bug where the
9864 initialization of inheriting styles failed when the
9865 dont-override flag is set.
9866
9867 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9868 on this.
9869
98702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9871
9872 * cc-defs.el (c-forward-comment): Removed the workaround
9873 introduced in 5.38 since it had worse side-effects. If a line
9874 contains the string "//\"", it regarded the // as a comment
9875 start since the \ temporarily doesn't have escape syntax.
9876
98772000-07-17 Emmanuel Briot <briot@act-europe.fr>
9878
9879 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9880 ada-xref.el before ada-prj.el, so that the Project menu is created
9881 when ada-prj tries to add to it.
9882 (ada-activate-keys-for-case): Suppress the characters that are not
9883 part of the Ada syntax. Better compatibility with else-mode
9884 (ada-adjust-case-interactive): When auto-casing is not active,
9885 correctly insert newlines (used to insert only ^M). Prevent the
9886 syntax table from being changed in case of an error
9887 (or '_' becomes part of a word and some commands are confused).
9888 Do nothing if ada-auto-case is nil.
9889 (ada-after-keyword-p): Ignore keywords that are also attributes
9890 (ada-batch-reformat): Update usage comment
9891 (ada-call-from-contextual-menu): New function
9892 (ada-case-read-exceptions): Reinitialize the casing exception list
9893 first to nil first, so that the casing exception file can be
9894 shared.
9895 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9896 files.
9897 (ada-compile-goto-error): Fix regexp used to detect a file:line
9898 anywhere in the error message
9899 (ada-contextual-menu-last-point): New variable
9900 (ada-create-keymap): If the variable delete-key-deletes-forward is
9901 t on XEmacs, it means that DEL should delete one character
9902 forward.
9903 (ada-create-menu): Use :included instead of :visible for XEmacs.
9904 New submenu "Options".
9905 (ada-end-stmt-re): Correctly indent "select ... then abort"
9906 statements.
9907 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9908 even if they don't match ada-fill-comment-prefix Fix handling of
9909 paragraphs on the first or last line of a file.
9910 (ada-format-paramlist): Fix handling of default parameter values.
9911 (ada-get-body-name): New function.
9912 (ada-get-current-indent): Optimized by searchling directly for an
9913 existing generic part or a statement outside of it. Handle
9914 ada-indent-align-comments when indenting comments Replaced some
9915 regexps by testing directly the next character. This results in a
9916 huge speedup on some files. New indentation scheme for renames
9917 statements. Stop looking for the 'while' or 'for' associated with
9918 a 'loop' at the first semicolon encountered. A "return" can also
9919 match an anonymous access subprogram declaration.
9920 (ada-get-indent-noindent): Ignore strings and comments when
9921 looking for the keywords "record" and "private".
9922 (ada-goto-matching-decl-start): When matching "if", make sure we
9923 are not in fact seeing "end if". Ignore "when" statements except
9924 when initial keyword was "begin". Fix handling of nested
9925 procedures. Add a recursive call to this function to skip over
9926 other 'end' statmts. Fix indentation for "when .. => begin"
9927 (ada-in-open-paren-p): Fix indentation for complex boolean
9928 expressions, where 'and then', 'or else' and parenthesis
9929 statements are mixed up.
9930 (ada-in-paramlist-p): Skip comments while searching for the
9931 beginning Fix handling of operator declarations.
9932 (ada-indent-align-comments): New variable
9933 (ada-indent-current): Change the syntax table only in the
9934 protected section, so that we are sure it is restored correctly.
9935 (ada-indent-on-previous-lines): Use ada-use-indent and
9936 ada-with-indent Correctly indent "select ... then"
9937 (ada-indent-region): Slight speedup.
9938 (ada-indent-renames): New variable.
9939 (ada-last-which-function-subprog, ada-last-which-function-line):
9940 New variables
9941 (ada-looking-at-semi-private): Correctly indent the 'private'
9942 keyword when it is the first word in a package declaration.
9943 (ada-loose-case-word): Stop searching if at the end of the buffer.
9944 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9945 even if point is not initially at the end of the word.
9946 (ada-matching-decl-start-re): Add "when".
9947 (ada-mode): Add support for abbrev-mode, outline-mode and
9948 which-func-mode Override the old find-file.el entry in
9949 ff-special-constructs since it is using the obsolete
9950 ada-spec-suffix variable
9951 (ada-no-auto-case): New function
9952 (ada-scan-paramlist): When parsing the argument type, accept
9953 spaces (as in "X 'Class", generated by Rational Rose).
9954 (ada-other-file-name): No longer loads the other file.
9955 (ada-popup-menu): Save and restore the current buffer and cursor
9956 position before and after displaying the menu.
9957 (ada-search-ignore-complex-boolean): New function.
9958 (ada-uncomment-region): Emacs21 already knows how to delete
9959 comments not starting in the first column.
9960 (ada-use-indent): New variable
9961 (ada-which-function): New function.
9962 (ada-with-indent): New variable
9963 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9964 can be batch-compiled from the command line.
9965
9966 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9967 Add to the menu when the file is loaded, not in ada-mode-hook.
9968 Add -toolbar to the default ddd command Switches moved from
9969 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9970 ada-prj-default-comp-opt
9971 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9972 Reference Manual to the menu
9973 (ada-check-current): rewritten as a call to ada-compile-current
9974 (ada-compile): Removed.
9975 (ada-compile-application, ada-compile-current, ada-check-current):
9976 Set the compilation-search-path so that compile.el automatically
9977 finds the sources in src_dir. Automatic scrollong of the
9978 compilation buffer. C-uC-cC-c asks for confirmation before
9979 compiling
9980 (ada-compile-current): New parameter, prj-field
9981 (ada-complete-identifier): Load the .ali file before doing
9982 processing
9983 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9984 conform to gnatmake's behavior.
9985 (ada-find-file-in-dir): New function
9986 (ada-find-references): Set the environment variables for gnatfind
9987 (ada-find-src-file-in-dir): New function.
9988 (ada-first-non-nil): Removed
9989 (ada-gdb-application): Add support for jdb, the java debugger.
9990 (ada-get-ada-file-name): Load the original-file first if not done
9991 yet.
9992 (ada-get-all-references): Handles the new ali syntax (parent types
9993 are found between <>).
9994 (ada-initialize-runtime-library): New function
9995 (ada-mode-hook): Always load a project file when a file is opened,
9996 so that the casing exceptions are correctly read.
9997 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9998 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9999 to open the project file, since the latter does not work with
10000 speedbar Get default values before loading the prj file, or the
10001 default executable file name is wrong. Use the absolute value of
10002 src_dir to initialize ada-search-directories and
10003 compilation-search-path,... Add the standard runtime library to
10004 the search path for find-file.
10005 (ada-prj-default-debugger): Was missing an opening '{'
10006 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10007 variables.
10008 (ada-prj-default-gnatmake-opt): New variable
10009 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10010 buffers, the project file is the default one Save the windows
10011 configuration before displaying the menu.
10012 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10013 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10014 ...) regexp-quote identifiers names to support operators +,
10015 -,... in regexps.
10016 (ada-remote): New function.
10017 (ada-run-application): Erase the output buffer before starting the
10018 run Support remote execution of the application. Use
10019 call-process, or the arguments are incorrectly parsed
10020 (ada-set-default-project-file): Reread the content of the active
10021 project file, not the one from the current buffer When a project
10022 file is set as the default project, all directories are
10023 automatically associated with it.
10024 (ada-set-environment): New function
10025 (ada-treat-cmd-string): New special variable ${current}
10026 (ada-treat-cmd-string): Revised. The substitution is now done for
10027 any ${...} substring
10028 (ada-xref-current): If no body was found, compiles the spec
10029 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10030 compiler to get rid of command line length limitations.
10031 (ada-xref-get-project-field): New function
10032 (ada-xref-project-files): New variable
10033 (ada-xref-runtime-library-specs-path)
10034 (ada-xref-runtime-library-ali-path): New variables
10035 (ada-xref-set-default-prj-values): Default run command now does a
10036 cd to the build directory. New field: main_unit Provide a default
10037 file name even if the current buffer has no prj file.
10038
10039 * ada-prj.el:
10040 Rewritten to show a tabbed-dialog.
10041 (ada-prj-add-ada-menu): Remove the map and name parameters.
10042 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10043 New function
10044 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10045 (ada-prj-load-from-file): New function
10046 (ada-prj-save): Always save fields that depend on the current buffer
10047 (ada-prj-show-value): New function
10048
10049 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10050 Ada mode. This will allow us to display the Ada menu in any buffer
10051 we want (for project items).
10052 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10053 number of spaces in the header.
10054
100552000-07-24 Dave Love <fx@gnu.org>
10056
10057 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10058
100592000-07-23 Noah Friedman <friedman@splode.com>
10060
10061 * type-break.el (type-break): perform autosave.
10062 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10063 (type-break-do-query): Cancel query schedule while performing
10064 actual query, to avoid possibility of a second query being made
10065 while first one is already in progress.
10066 (type-break-time-stamp-format): New variable.
10067 (type-break-time-stamp): New function.
10068 (type-break-time-warning): Use it.
10069 (type-break-keystroke-warning): Use it.
10070 (type-break-noninteractive-query): Use it.
10071
10072 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10073 cookie.
10074 Use add-minor-mode to set minor-mode-alist, if available.
10075 (eldoc-echo-area-use-multiline-p): New user option.
10076 (eldoc-echo-area-multiline-supported-p): New variable.
10077 (eldoc-docstring-format-sym-doc): Use them.
10078 (eldoc-mode): If not using idle timers, append to local post and
10079 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10080 (eldoc-display-message-no-interference-p): Don't interfere with
10081 edebug.
10082 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10083 (eldoc-function-arglist): New function.
10084 (eldoc-function-argstring): Use it.
10085
10086 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10087 auto save directory exists before calling directory-files.
10088
100892000-07-23 Dave Love <fx@gnu.org>
10090
10091 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10092 ^o, ^u.
10093
100942000-07-21 Dave Love <fx@gnu.org>
10095
10096 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10097 now passed to the function. It now works properly.
10098
10099 * smerge-mode.el (smerge-mode-menu): Fill it out.
10100
101012000-07-20 Gerd Moellmann <gerd@gnu.org>
10102
10103 * info-look.el (info-lookup): If *info* is shown in another frame
10104 on the same display, select that frame, instead of switching to
10105 the Info buffer in another window of the selected frame.
10106
10107 * simple.el (universal-argument-map): Bind numeric keypad keys
10108 kp-0 to kp-9 and kp-subtract.
10109 (digit-argument): Handle these keys.
10110
101112000-07-20 Dave Love <fx@gnu.org>
10112
10113 * net/goto-addr.el (goto-address-fontify): Don't bother with
10114 buffer-modified and read-only stuff -- irrelevant with overlays.
10115 Put an extra property on the overlays and use it to clean up in
10116 case goto-address is re-run.
10117
101182000-07-19 Richard M. Stallman <rms@gnu.org>
10119
10120 * timer.el (run-with-idle-timer): Doc fix.
10121
10122 * mail/mail-utils.el (mail-strip-quoted-names):
10123 Handle case where <...> appears inside "...".
10124 Use replace-match to edit the string more simply.
10125 (rmail-dont-reply-to): Cope with an unmatched ".
10126
101272000-07-19 Dave Love <fx@gnu.org>
10128
10129 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10130 implementation.
10131
10132 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10133 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10134 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10135
101362000-07-19 Gerd Moellmann <gerd@gnu.org>
10137
10138 * textmodes/refer.el: Correct maintainer's email address.
10139
10140 * progmodes/hideif.el: Correct author's email address.
10141 Fix typo in comment.
10142
10143 * xml.el: New file.
10144
10145 * mail/mailheader.el: Correct author's mail address.
10146
10147 * gnus/parse-time.el: Correct author's mail address.
10148
101492000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10150
10151 * comint.el (comint-highlight-input, comint-highlight-face):
10152 New user options.
10153 (comint-input-ring-file-name): Change custom type.
10154 (comint-mode-map): Bind mouse-2.
10155 (comint-insert-clicked-input): New function.
10156 (comint-send-input): Handle input highlighting.
10157
101582000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10159
10160 * mouse.el (popup-menu): New function.
10161 (mouse-major-mode-menu): Use it.
10162
101632000-07-18 Dave Love <fx@gnu.org>
10164
10165 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10166 improvements.
10167
101682000-07-18 Gerd Moellmann <gerd@gnu.org>
10169
10170 * faces.el (face-font-selection-order)
10171 (face-font-family-alternatives): Add custom type.
10172
101732000-07-18 Dave Love <fx@gnu.org>
10174
10175 * cus-edit.el (custom-variable-reset-saved)
10176 (custom-variable-reset-standard): Remove unused bindings.
10177
10178 * rect.el (open-rectangle-line): Remove unused let.
10179
10180 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10181
101822000-07-18 Gerd Moellmann <gerd@gnu.org>
10183
10184 * cdl.el: Fix `Maintainer' keyword.
10185
10186 * play/pong.el: Add author's email address.
10187
101882000-07-17 Sam Steingold <sds@gnu.org>
10189
10190 * files.el (insert-directory): Call `split-string' instead of
10191 re-implementing it.
10192
101932000-07-18 Gerd Moellmann <gerd@gnu.org>
10194
10195 * mail/vms-pmail.el: Change maintainer to FSF.
10196
10197 * net/goto-addr.el: Change maintainer to FSF.
10198
10199 * info.el (Info-title-face-alist): Removed.
10200
102012000-07-18 David Ponce <david@dponce.com>
10202
10203 * recentf.el (recentf-open-files): New command that works like
10204 `recentf-open-more-files', but shows the whole list of files (not just
10205 those omitted from the menu). Useful if you don't use a menu-bar!
10206 (recentf-open-more-files) Modified to use `recentf-open-files'.
10207
10208 (recentf-open-files, recentf-open-more-files)
10209 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10210
10211 (recentf-dialog-mode): New mode for dialogs. You can now just type
10212 "q" to cancel the dialogs.
10213
102142000-07-18 David Ponce <david@dponce.com>
10215
10216 * recentf.el: This is a major update of recentf.el. It adds new
10217 features to better organize the recentf menu and "More..." buffer.
10218
10219 Using new provided menu filtering functions you can now organize the
10220 recent files list:
10221
10222 - by major modes
10223 - by directories
10224 - by user defined rules
10225
10226 Finally, with the new `recentf-filter-changer' customizable filter you
10227 can define a ring of filters and dynamically (via the menu) cycle on
10228 each menu organization in the ring (a la msb).
10229
102302000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10231
10232 * eshell/eshell.el (eshell): Replace links to eshell.info with
10233 links to eshell, to avoid problems on systems where the manual is
10234 installed as `eshell'.
10235 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10236 * eshell/em-smart.el (eshell-smart): Ditto.
10237 * eshell/em-banner.el (eshell-banner): Ditto.
10238 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10239
10240 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10241 same-file check in the MS-DOS version (it does support inodes).
10242
10243 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10244
10245 * eshell/eshell.el (eshell-directory-name):
10246 Run default directory name through convert-standard-filename.
10247
102482000-07-18 Kenichi Handa <handa@etl.go.jp>
10249
10250 * international/mule-cmds.el (select-safe-coding-system):
10251 Fix typo in the comment.
10252
10253 * language/european.el (compound-text):
10254 Force katakana-jisx0201 to be designated to G1.
10255
10256 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10257 Don't translate some national variant characters of latin-jisx0201.
10258 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10259
10260 * international/kkc.el (kkc-after-update-conversion-functions):
10261 New variable.
10262 (kkc-update-conversion): Run functions in it at the tail.
10263
102642000-07-16 John Wiegley <johnw@gnu.org>
10265
10266 * lisp/align.el (align-newline-and-indent):
10267 Adding new function. for auto-aligning blocks of code on RET.
10268 (align-region): Fixed badly formatted minibuffer message.
10269
102702000-07-17 Kenichi Handa <handa@etl.go.jp>
10271
10272 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10273 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10274 the conversion list at first if appropriate.
10275 (kkc-next): Don't update kkc-next-count here.
10276 (kkc-prev): Don't update kkc-prev-count here.
10277 (kkc-show-conversion-list-update): Fix setting up of conversion
10278 list message.
10279
102802000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10281
10282 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10283
102842000-07-16 Dave Love <fx@gnu.org>
10285
10286 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10287 function to be more specific.
10288
10289 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10290 non-string help-echo.
10291 (widget-types-convert-widget): Defsubst it.
10292 (widget-echo-help): Try to cope with a help-echo function of two
10293 possible sorts.
10294
102952000-07-15 Jason Rumney <jasonr@gnu.org>
10296
10297 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10298 Declare as obsolete.
10299
10300 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10301
103022000-07-14 Gerd Moellmann <gerd@gnu.org>
10303
10304 * hilit-chg.el: Fix typo.
10305
103062000-07-14 Dave Love <fx@gnu.org>
10307
10308 * info.el (Info-mode-menu): Fix use of :help, :enable.
10309
103102000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10311
10312 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10313
103142000-07-13 Dave Love <fx@gnu.org>
10315
10316 * emacs-lisp/easymenu.el: Doc fixes.
10317 (easy-menu-remove): Defalias to ignore.
10318
10319 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10320 Call throw correctly.
10321
103222000-07-13 Gerd Moellmann <gerd@gnu.org>
10323
10324 * faces.el (frame-background-mode): Doc fix.
10325
10326 * simple.el (eval-expression-print-length): Change custom type to
10327 allow entering nil as value.
10328
103292000-07-13 Dave Love <fx@gnu.org>
10330
10331 * progmodes/fortran.el (fortran-imenu-generic-expression):
10332 Change definition layout.
10333 (fortran-mode-menu): Reinstate customize entries.
10334
10335 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10336 Use :filter, per old XEmacs code.
10337
103382000-07-12 Gerd Moellmann <gerd@gnu.org>
10339
10340 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10341 event when deciding what to send to the terminal.
10342
103432000-07-12 Dave Love <fx@gnu.org>
10344
10345 * cus-start.el: Add optional version as 4th element of specs and
10346 use it for several things new in v21. Remove load-path. Fix type
10347 of line-number-display-limit.
10348
103492000-07-11 Dave Love <fx@gnu.org>
10350
10351 * progmodes/fortran.el: Don't require easymenu.
10352 Use repeat counts in various regexps.
10353 (fortran-mode-syntax-table): Defvar directly.
10354 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10355 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10356 Use defvar, not defconst.
10357 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10358 (fortran-mode): Set fortran-comment-line-start-skip,
10359 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10360 (fortran-comment-indent): Use defsubst.
10361 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10362 Use fortran-comment-indent, not fortran-comment-indent-function.
10363 (fortran-comment-region, fortran-electric-line-number): Simplify.
10364 (fortran-auto-fill): New function.
10365 (fortran-do-auto-fill): Deleted.
10366 (fortran-find-comment-start-skip):
10367 Check for non-null comment-start-skip.
10368 (fortran-auto-fill-mode, fortran-fill-statement):
10369 Use fortran-auto-fill.
10370 (fortran-fill): Use fortran-auto-fill. Check for null
10371 comment-start-skip. Simplify final clause and use end-of-line finally.
10372
10373 * widget.el (widget-plist-member): New alias.
10374
103752000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10376
10377 * eshell/esh-module.el (toplevel): Reference
10378 byte-compile-current-file only if it is bound.
10379
103802000-07-10 Gerd Moellmann <gerd@gnu.org>
10381
10382 * dired.el: Don't require `dired-aux'.
10383
103842000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10385
10386 * dired-aux.el (dired-show-file-type): New function.
10387 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10388 (dired-show-file-type): Add autoload.
10389
103902000-07-10 Kenichi Handa <handa@etl.go.jp>
10391
10392 * international/mule-diag.el (describe-font): Adjusted for the
10393 change of fontset-info.
10394 (print-fontset): Likewise.
10395
103962000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10397
10398 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10399
104002000-07-07 Gerd Moellmann <gerd@gnu.org>
10401
10402 * bindings.el: Bind `[delete]' to delete-char.
10403
10404 * dired.el (dired-find-alternate-file): New function.
10405 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10406 (toplevel): Require dired-aux when compiling.
10407 (dired-buffers): Move defvar within file to avoid compiler warning.
10408
10409 * info.el (Info-last-search): Variable removed.
10410 (Info-search-history): New variable.
10411 (Info-search): New Info-search-history.
10412
10413 * battery.el, info-look.el: Change author's mail address.
10414
104152000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10416
10417 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10418 if rmail-ignored-headers is nil.
10419 (rmail-retry-failure): Bind rmail-ignored-headers and
10420 rmail-displayed-headers to nil.
10421
104222000-07-06 Gerd Moellmann <gerd@gnu.org>
10423
10424 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10425 (print-region-1): Don't hard code `-h' here.
10426
10427 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10428
104292000-07-01 Francesco Potorti` <pot@gnu.org>
10430
10431 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10432 exim can use "your message" instead of "the message".
10433
104342000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10435
10436 * facemenu.el: Docstrings fixes.
10437 (facemenu-get-face): Don't use internal-find-face.
10438 (facemenu-iterate): Rename arg to match the docstring.
10439
10440 * newcomment.el (uncomment-region): Be more careful when skipping
10441 backwards over `=' not to bump into BOBP.
10442
104432000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10444
10445 * ediff-diff.el (ediff-wordify): Use syntax table.
10446 * ediff-init.el (ediff-has-face-support-p): Use
10447 ediff-color-display-p.
10448 (ediff-color-display-p): Use display-color-p, changed to defun
10449 from defsubst.
10450 Got rid of special cases for NeXT and OS/2.
10451 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10452 face.
10453
104542000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10455
10456 * emacs-lisp/lucid.el: Require CL.
10457 (copy-tree, remprop): Remove, it's provided by CL.
10458 (map-keymap): Define in terms of cl-map-keymap.
10459 (extent-property, set-extent-end-glyph): New functions.
10460
10461 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10462
104632000-07-05 Gerd Moellmann <gerd@gnu.org>
10464
10465 * Makefile.in (DONTCOMPILE): Add comment that the name may
10466 not be changed without changing the make-dist script.
10467
10468 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10469 (cl-mapc): Use mapc instead of cl-old-mapc.
10470
104712000-07-05 Andrew Innes <andrewi@gnu.org>
10472
10473 * makefile.nt: Add support for `bootstrap' and related targets.
10474
104752000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10476
10477 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10478 (easy-menu-do-define): Use `menu-item' format.
10479 Handle case where easy-menu-create-menu returns a symbol.
10480 Manually call the potential top-level filter in the function binding.
10481 (easy-menu-filter-return): New arg NAME.
10482 Convert to a keymap if MENU is an XEmacs menu.
10483 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10484 (easy-menu-converted-items-table, easy-menu-convert-item):
10485 New var and fun to memoize easy-menu-convert-item-1.
10486 (easy-menu-do-add-item): Use it.
10487 (easy-menu-create-menu): Use easy-menu-convert-item.
10488 Wrap easy-menu-filter-return around any :filter specification.
10489 Don't convert the menu if a filter was specified.
10490 Tell easy-menu-make-symbol not to check for MENU being an expression.
10491 (easy-menu-make-symbol): New arg NOEXP.
10492
104932000-07-05 Gerd Moellmann <gerd@gnu.org>
10494
10495 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10496 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10497 (eval-defun): If called with prefix arg, instrument code for
10498 Edebug.
10499
10500 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10501 similar to that of eval-defun.
10502
105032000-07-04 Dave Love <fx@gnu.org>
10504
10505 * hl-line.el (hl-line-overlay): Make it permanent-local.
10506
10507 * calendar/todo-mode.el: Replaced with a working version, based on
10508 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10509
105102000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10511
10512 * paths.el (prune-directory-list): New function.
10513 (Info-default-directory-list): Rewritten to more methodically
10514 enumerate a big list of possible info directories (based on the
10515 list used by the standalone info reader).
10516
10517 * info.el (info-initialize): Use prune-directory-list to remove
10518 non-existent directories from Info-directory-list.
10519
10520 * paths.el (Info-default-directory-list): Try a list of possible
10521 info-directories instead of a single one. Add the possible
10522 info directory "/usr/share/info".
10523
10524 * woman.el (woman-man.conf-path): Explicitly include the debian
10525 man-db config file "/etc/manpath.config".
10526 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10527 are present in `manpath.config'.
10528 (woman-manpath): Include "/usr/share/man".
10529
105302000-07-03 Gerd Moellmann <gerd@gnu.org>
10531
10532 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10533
10534 * startup.el (command-line): Initialize blink-cursor based
10535 on window-system.
10536
10537 * frame.el (blink-cursor): Default to nil if not running under
10538 a window-system.
10539
10540 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10541 (face-x-resources): Remove duplicate entry for :font.
10542
10543 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10544 instead of cycling through windows with next-window.
10545
10546 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10547 of cycling through windows with next-window.
10548
10549 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10550 of cycling through windows with next-window.
10551
10552 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10553 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10554 instead of cycling through windows with next-window.
10555
10556 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10557 instead of cycling through windows with next-window.
10558
10559 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10560 of cycling through windows with next-window.
10561
10562 * terminal.el (te-process-output): Use walk-windows instead of
10563 cycling through windows with next-window.
10564
10565 * server.el (server-switch-buffer): Use some-window instead of
10566 cycling through windows with next-window.
10567
10568 * window.el (some-window): New function.
10569 (walk-windows): Remove reference to walk-windows-start.
10570
10571 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10572
105732000-07-03 Richard Stallman <rms@gnu.org>
10574
10575 * window.el (walk-windows): Guarantee termination by keeping a list
10576 of all the windows already handled.
10577
105782000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10579
10580 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10581 window-system.
10582
10583 * man.el (Man-notify-when-ready): Don't use window-system. If
10584 Man-notify-method is newframe, and the display is not
10585 multi-frame, select the frame created for the man page.
10586 (Man-init-defvars): Doc fix.
10587
105882000-06-28 Gerd Moellmann <gerd@gnu.org>
10589
10590 * faces.el (region): Change background color for light background.
10591
10592 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10593 attribute from mode-line face of Ediff control frame.
10594
10595 * replace.el (query-replace-map): Bind `e' like `E'.
10596
105972000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10598
10599 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10600 Change name to "Select All".
10601
10602 * dos-fns.el (convert-standard-filename): Fix last change.
10603
106042000-06-27 Gerd Moellmann <gerd@gnu.org>
10605
10606 * help.el (describe-variable): Don't insert a second `'s' in front
10607 of the string `value is shown below'. Since the syntax-table is
10608 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10609 an existing `'s', so that this won't be deleted.
10610
10611 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10612 * pcmpl-unix.el: New files.
10613
106142000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10615
10616 * wid-edit.el (widget-member): Use the new plist-member.
10617
106182000-06-26 Gerd Moellmann <gerd@gnu.org>
10619
10620 * replace.el (perform-replace): Undo change of 2000-04-04.
10621 Instead, move backward 1 character at the end of the loop when
10622 necessary.
10623
10624 * faces.el (fringe): Change face for different backgrounds.
10625
10626 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10627 patch from John.
10628
10629 * eshell/*.el: Change spelling of the Free Software Foundation.
10630
10631 * eshell/esh-toggle.el: Removed.
10632
10633 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10634
10635 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10636 interactively.
10637
106382000-06-26 Alex Schroeder <alex@gnu.org>
10639
10640 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10641 `define-key'; instead of checking `(emacs-version)' check for
10642 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10643 for `;' and `o' which might be electric.
10644
10645 (sql-electric-stuff): New user option.
10646 (sql-magic-go): New function which uses `sql-electric-stuff'.
10647 (sql-magic-semicolon): New function which uses
10648 `sql-electric-stuff'.
10649
10650 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10651 is not fboundp.
10652
10653 (sql-oracle-options): New variable.
10654 (sql-oracle): Use it.
10655
10656 (sql-imenu-generic-expression): Doc change.
10657 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10658 is used.
10659
10660 (sql-informix): Added command line parameter "-" to force
10661 sql-informix-program to use stdout.
10662
106632000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10664
10665 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10666 (cp864-decode-table): Doc fix.
10667 (cp720-decode-table): New variable, supports the Arabic OEM
10668 codepage used by Windows.
10669 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10670
106712000-06-23 Dave Love <fx@gnu.org>
10672
10673 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10674 (font-lock-fontify-anchored-keywords): Use
10675 line-beginning-position.
10676 (global-font-lock-mode): Use mapc.
10677
106782000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10679
10680 * eshell/esh-module.el: Require CL when compiling.
10681
106822000-06-23 Gerd Moellmann <gerd@gnu.org>
10683
10684 * comint.el (comint-substitute-in-file-name): Call replace-match
10685 with second and third arg t.
10686
10687 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10688 Specify foreground color.
10689
10690 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10691 color.
10692
10693 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10694
10695 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10696 cddr instead of cdddr.
10697
10698 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10699 instead of copy-list.
10700
10701 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10702 of copy-list.
10703
10704 * subdirs.el: Add eshell subdirectory.
10705
10706 * eshell: New subdirectory containing the Eshell package.
10707
10708 * pcomplete.el: New file.
10709
107102000-06-23 Paul Eggert <eggert@twinsun.com>
10711
10712 * mail/mailpost.el (post-mail-send-it): Make sure file has
10713 proper permissions from birth.
10714
10715 * files.el (basic-save-buffer-2): When temporarily setting
10716 file modes, set them to current modes plus 0200, not to 0777.
10717
10718 * emerge.el (emerge-make-temp-file): Make sure file has proper
10719 permissions from birth.
10720
107212000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10722
10723 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10724 backup file name through convert-standard-filename.
10725
10726 * dos-fns.el (convert-standard-filename): Convert leading
10727 directories as well. When long file names are supported, convert
10728 characters that are invalid in Windows file names.
10729
107302000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10731
10732 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10733 ps-print crashes. New feature: page selection for printing. Create
10734 raw-text-unix coding system for XEmacs. Doc fix.
10735 (ps-print-version): New version number (5.2.3).
10736 (ps-plot-region): Bug fix.
10737 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10738 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10739 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10740 funs.
10741 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10742 (ps-last-page): New vars.
10743
107442000-06-21 Gerd Moellmann <gerd@gnu.org>
10745
10746 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10747 empty option string.
10748
107492000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10750
10751 * man.el (man): Doc fix.
10752
107532000-06-21 Kenichi Handa <handa@etl.go.jp>
10754
10755 * international/mule-cmds.el (set-language-info-alist): Docstring
10756 fixed.
10757
107582000-06-20 Gerd Moellmann <gerd@gnu.org>
10759
10760 * version.el (emacs-version): Use ISO date format.
10761
10762 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10763 instead of `M-backspace'.
10764
10765 * simple.el (turn-off-auto-fill): New function.
10766
107672000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10768
10769 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10770 Renamed from with-buffer-prepared-for-font-lock and use
10771 inhibit-modification-hooks rather than setting *-change-functions.
10772 Update all functions to use the new name.
10773 (jit-lock-first-unfontify-pos): New semantics (and doc).
10774 (jit-lock-mode): Make non-interactive.
10775 Don't automatically turn on font-lock.
10776 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10777 Always use jit-lock-after-change.
10778 Remove and restore font-lock-after-change-function.
10779 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10780 (jit-lock-after-unfontify-buffer): Remove.
10781 (jit-lock-stealth-fontify):
10782 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10783 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10784
107852000-06-20 Sam Steingold <sds@gnu.org>
10786
10787 * emacs-lisp/cl-indent.el (toplevel): Indent
10788 `print-unreadable-object' properly. Untabify.
10789
107902000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10791
10792 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10793 Support for bibentry.
10794 (reftex-compile-variables): Fixed problem with end of section-re.
10795
10796 * texmodes/reftex-dcr.el (reftex-view-crossref,
10797 reftex-view-crossref-from-bibtex):
10798 Deal with changed `reftex-find-citation-regexp-format'.
10799 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10800 Replaced `remprop' with `put'.
10801 (reftex-view-crossref, reftex-view-crossref-when-idle):
10802 Support for bibentry.
10803
10804 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10805 New entry for bibentry package.
10806
10807 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10808 Regexp also matches "\nobibliography".
10809
10810 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10811 Call `reftex-ensure-write-access' before doing anything.
10812 (reftex-ensure-write-access): New function.
10813
108142000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10815
10816 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10817
10818 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10819
10820 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10821
10822 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10823
10824
108252000-06-20 Dave Love <fx@gnu.org>
10826
10827 * faces.el (frame-background-mode): Use set-default, not set, in
10828 setter.
10829 (frame-update-faces, frame-update-face-colors): Define with
10830 defalias.
10831
10832 * enriched.el (enriched-decode-foreground)
10833 (enriched-decode-background): Don't use internal-find-face.
10834
10835 * apropos.el: Doc fixes.
10836
10837 * cus-edit.el (customize-changed-options): Check arg.
10838 (customize-version-lessp): Don't require decimal point.
10839
10840 * custom.el (defcustom, defgroup): Doc fix.
10841
10842 * newcomment.el (comment) <defgroup>: Add :version.
10843 (comment-multi-line): Doc fix.
10844
10845 * emulation/mlsupport.el (define-hooked-local-abbrev,
10846 define-hooked-global-abbrev): Fix, using define-abbrev.
10847
108482000-06-19 Gerd Moellmann <gerd@gnu.org>
10849
10850 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10851 the whole buffer.
10852
108532000-06-19 Dave Love <fx@gnu.org>
10854
10855 * menu-bar.el (menu-bar-options-save): New function.
10856 (menu-bar-options-menu): Use it.
10857 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10858 Simplify.
10859
108602000-06-19 Andreas Schwab <schwab@suse.de>
10861
10862 * progmodes/etags.el (tags-query-replace): Put new parameters
10863 START and END at the end, for backward compatibility.
10864
108652000-06-19 Kenichi Handa <handa@etl.go.jp>
10866
10867 * international/codepage.el:
10868 (cp-coding-system-for-codepage-1): Delete special codes for
10869 generating xxx-dos coding system because now a CCL based coding
10870 system can handle EOL conversion by default.
10871
10872 * international/mule.el (make-coding-system): Generate subsidiary
10873 coding systems for EOL handling variants even for a CCL based
10874 coding system.
10875
108762000-06-19 Kenichi Handa <handa@etl.go.jp>
10877
10878 * international/isearch-x.el (isearch-minibuffer-input-method)
10879 (isearch-minibuffer-input-method-function): These variables
10880 deleted.
10881 (isearch-with-input-method): Don't use the above variables.
10882 (isearch-process-search-multibyte-characters): Likewise. Call
10883 read-string with the arg INHERIT-INPUT-METHOD t.
10884
108852000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10886
10887 * font-lock.el (font-lock-after-fontify-buffer)
10888 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10889
10890 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10891 Use consistent make-local-variable style for font-lock-fontified.
10892 (jit-lock-fontify-buffer):
10893 Don't bother checking for font-lock-mode and jit-lock-mode.
10894
10895 * time.el: Remove trailing ^M that prevent CVS-merging.
10896
108972000-06-16 Gerd Moellmann <gerd@gnu.org>
10898
10899 * Makefile.in (distclean): New target.
10900
109012000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10902
10903 * Makefile.in (srcdir): Define for update-subdirs.
10904
109052000-06-16 Gerd Moellmann <gerd@gnu.org>
10906
10907 * find-lisp.el: New file.
10908
109092000-06-16 Andrew Innes <andrewi@gnu.org>
10910
10911 * time.el (display-time-mail-function): New variable, to allow
10912 external packages to indicate when new mail is available.
10913 (display-time-update): Use it.
10914
109152000-06-16 Kenichi Handa <handa@etl.go.jp>
10916
10917 * international/mule.el (mule-version): Change version name to
10918 SAKAKI. AOI has already been used by Meadow.
10919
10920 * international/quail.el (quail-show-guidance-buf): To find the
10921 bottom window (but minibuffer), pay attention to the height of
10922 minibuffer.
10923
109242000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10925
10926 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10927 menu-bar menus. Add help strings. Don't remove the Edit menu
10928 from the menu bar, as the menu bar has enough space now.
10929
10930 * Makefile.in (SHELL): Make sure /bin/sh is used.
10931
10932 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10933 characters, which use series of two ^H characters instead of one.
10934
109352000-06-15 Gerd Moellmann <gerd@gnu.org>
10936
10937 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10938 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10939 functions.
10940 (Info-find-node-2): Try a case-sensitive search first, then
10941 do a case-insensitive search.
10942
10943 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10944 tutorials.
10945
10946 * complete.el (PC-env-vars-alist): New variable.
10947 (PC-complete-as-file-name): New function.
10948 (partial-completion-mode): Initialize PC-env-vars-alist from
10949 process-environment.
10950 (PC-do-completion): Handle completion of env vars.
10951
10952 * info.el (Info-set-mode-line): Show file name in mode line,
10953 use `*Info*' instead of `Info:'.
10954
10955 * startup.el (command-line-1): Change copyright messages to year
10956 2000.
10957
109582000-06-15 Dave Love <fx@gnu.org>
10959
10960 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10961 not local-map.
10962
109632000-06-15 Kenichi Handa <handa@etl.go.jp>
10964
10965 * international/mule.el (set-buffer-file-coding-system): Almost
10966 rewritten to handle `undecided' as no-op.
10967
109682000-06-14 Gerd Moellmann <gerd@gnu.org>
10969
10970 * Makefile.in: New file.
10971
10972 * Makefile: Removed.
10973
10974 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10975 (goto-address-highlight-keymap): Bind C-c RET.
10976
109772000-06-14 Kenichi Handa <handa@etl.go.jp>
10978
10979 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10980 inherits buffer-file-coding-system of the current buffer.
10981
10982 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10983 0. Give correct argument to set-auto-coding-function.
10984 (tar-expunge): For goto-char, use (point-min), not 0.
10985 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10986 (tar-subfile-save-buffer): Likewize.
10987
10988 * international/mule.el
10989 (after-insert-file-set-buffer-file-coding-system): Call
10990 set-buffer-file-coding-system with the arg FORCE t.
10991
109922000-06-13 Gerd Moellmann <gerd@gnu.org>
10993
10994 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10995 nil. Contemporary sendmails issue an X-Authentication-Warning if
10996 the sender is set with `-f'.
10997
109982000-06-13 Dave Love <fx@gnu.org>
10999
11000 * help.el (describe-function-1): Kluge around cases of functions
11001 fset to subrs whose doc doesn't match their symbol-name.
11002
11003 * image.el (insert-image): Default STRING to a space.
11004
11005 * info.el Doc fixes.
11006 (Info-build-node-completions): Match Ref tags.
11007
110082000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11009
11010 * frame.el (display-multi-frame-p, display-multi-font-p): New
11011 defaliases for display-graphic-p.
11012
11013 * hl-line.el: Fixed a typo in commentary.
11014
110152000-06-13 Kenichi Handa <handa@etl.go.jp>
11016
11017 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11018 fixed.
11019
110202000-06-12 Dave Love <fx@gnu.org>
11021
11022 * image.el (insert-image): Save a little consing.
11023
110242000-06-12 Kenichi Handa <handa@etl.go.jp>
11025
11026 * language/tibet-util.el: Convert all tibetan-1-column characters
11027 to the corresponding tibetan characters.
11028 (tibetan-add-components): Delete code for the special treatment of
11029 'a chung.
11030
11031 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11032 change.
11033 (tibetan-vowel-transcription-alist): More rules added.
11034 (tibetan-composite-vowel-alist): New variable.
11035 (tibetan-precomposition-rule-alist): More rules added.
11036
110372000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * startup.el (command-line): Only call menu-bar-mode if interactive.
11040
11041 * thingatpt.el (toplevel symbol-properties):
11042 * textmodes/makeinfo.el (makeinfo-compile):
11043 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11044 * progmodes/hideif.el (hif-compress-define-list)
11045 (hide-ifdef-use-define-alist):
11046 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11047 (ange-ftp-vms-add-file-entry):
11048 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11049 * man.el (Man-build-man-command):
11050 * mail/rnewspost.el (news-reply-header-hook):
11051 * info.el (Info-insert-dir):
11052 * emulation/mlconvert.el (backward-word, forward-word, setq):
11053 * emacs-lisp/gulp.el (gulp-send-requests):
11054 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11055 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11056 (byte-optimize-apply, end of file):
11057 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11058 (ad-make-freeze-definition):
11059 * startup.el (command-line, command-line-1): Don't quote lambdas.
11060
11061 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11062 (cvs-cleanup-removed): New function.
11063 (cvs-cleanup-functions): New var.
11064 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11065 some flexibility in specifying additional entries to auto-cleanup.
11066 (cvs-quickdir): New function.
11067 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11068 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11069 (cvs-mode-find-file): Check that we are on a filename or dirname
11070 when invoked through a mouse-click.
11071 (cvs-full-path): Remove.
11072 (cvs-dired-action): Re-introduced.
11073 (cvs-dired-noselect): Use it.
11074 (vc-post-command-functions): use this new hook if available.
11075
11076 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11077 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11078 (cvs-filename-map, cvs-dirname-map): Remove.
11079 (cvs-default-action): Remove.
11080 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11081 if the arg is really a keymap.
11082 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11083 Don't hardcode the mapping from state (aka type) to face, but check
11084 the var cvs-fi-<type>-face instead.
11085 (cvs-fileinfo-from-entries): New function.
11086
11087 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11088 Docstring fix.
11089 (cvs-find-file-and-jump): Change default to be safer.
11090 (cvs-mode-diff-map): Define it as a function as well.
11091 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11092 Bind mouse-2 in this global map rather than with text-properties.
11093
11094 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11095 file to resolve the ambiguity between C(conflict) and C(need-merge).
11096
110972000-06-12 Kenichi Handa <handa@etl.go.jp>
11098
11099 * international/mule.el (set-buffer-file-coding-system): If
11100 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11101 unconditionally.
11102
111032000-06-12 Dave Love <fx@gnu.org>
11104
11105 * wid-edit.el (widget-specify-button): Really suppress the face if
11106 required.
11107
111082000-06-11 Gerd Moellmann <gerd@gnu.org>
11109
11110 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11111
111122000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11113
11114 * imenu.el (imenu-generic-expression): Docstring fix.
11115
11116 * composite.el (composition-function-table): Move the `put'
11117 below the autoload cookie so we can load the file before loaddefs.
11118
11119 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11120
11121 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11122 Handle easy-mmode-define-global-mode.
11123 For complex macros like define-minor-mode that can generate
11124 several autoload entries, try to autoload entries in the
11125 macroexpanded code.
11126
11127 * emacs-lisp/easy-mmode.el (define-minor-mode):
11128 If KEYMAP is a symbol, just use it.
11129 Use byte-compile-current-file and load-file-name to infer the
11130 proper :require to pass to defcustom.
11131 Wrap the hook var into `progn' so as not to autoload it.
11132 Add a :autoload-end cookie.
11133 Be more careful about the evaluation of KEYMAP.
11134 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11135 (define-derived-mode): Move define-abbrev-table outside of defvar.
11136
111372000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11138
11139 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11140 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11141 (backup-compiled-files): Ignore errors during `tar'.
11142 (bootstrap): Make autoloads before elc files.
11143
111442000-06-10 Kenichi Handa <handa@etl.go.jp>
11145
11146 * international/mule.el (set-buffer-file-coding-system): If one of
11147 undecided-XXX is specified, change only EOL conversion.
11148
11149 * international/mule-conf.el (unix): New alias for the coding
11150 system undecided-unix.
11151
111522000-06-09 Dave Love <fx@gnu.org>
11153
11154 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11155
11156 * progmodes/executable.el: Byte compile dynamic.
11157 (executable-insert): Change custom type.
11158 (executable-find): Add autoload cookie.
11159 (executable-make-buffer-file-executable-if-script-p): New
11160 function. After Noah Friedman.
11161
11162 * files.el (after-save-hook): Customize, with
11163 executable-make-buffer-file-executable-if-script-p as an option.
11164
111652000-06-09 Kenichi Handa <handa@etl.go.jp>
11166
11167 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11168 "tib24p-mule.bdf" for Tibetan.
11169
11170 * composite.el (decompose-composite-char): Declare it as obsolete.
11171
11172 * man.el (Man-fontify-manpage): Pay attention to underline and
11173 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11174
111752000-06-08 Gerd Moellmann <gerd@gnu.org>
11176
11177 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11178 Set maintainer to FSF since author isn't reachable.
11179
111802000-06-08 Dave Love <fx@gnu.org>
11181
11182 * international/mule-cmds.el (select-safe-coding-system): If
11183 DEFAULT-CODING-SYSTEM is not specified, also check the most
11184 preferred coding-system if buffer-file-coding-system is
11185 `undecided'. From Handa.
11186
111872000-06-08 Kenichi Handa <handa@etl.go.jp>
11188
11189 * international/mule.el
11190 (after-insert-file-set-buffer-file-coding-system): If the buffer
11191 size is greater than INSERTED, judget that we are not visiting.
11192
111932000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11194
11195 * whitespace.el (defgroup whitespace): Comment out `:version'.
11196 XEmacs 20.4 has problems defining the group with this present.
11197 We'll have this commented out till get resolve the problem.
11198
111992000-06-07 John Wiegley <johnw@gnu.org>
11200
11201 * align.el (align-dq-string-modes, align-sq-string-modes)
11202 (align-open-comment-modes): Add pyhton-mode.
11203 (align-rules-list): Use get-text-property instead of
11204 text-properties-at.
11205 (align-rules-list): Add python-assignment.
11206 (align-rules-list): Change perl-comma-delimiter to
11207 basic-comma-delimiter. Use if for Perl modes and python-mode.
11208 (align-rules-list): Add python-chain-logic and
11209 basic-line-continuation.
11210
112112000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11212
11213 * apropos.el (apropos-mode-hook): New user variable.
11214 (apropos-mode): Run apropos-mode-hook.
11215
112162000-06-07 David Ponce <david@dponce.com>
11217
11218 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11219 commands. Require `wid-edit' at run-time.
11220
112212000-06-07 David Ponce <david@dponce.com>
11222
11223 * recentf.el: Added some "Commentary".
11224 (recentf-open-more-files, recentf-edit-list): Minor changes to
11225 move the point at the top of the file list. This behaviour is
11226 consistent with the menu one when the list contains a lot of
11227 files.
11228 (recentf-cleanup): Now displays the number of items removed from
11229 the list.
11230 (recentf-relative-filter) New menu filter to show filenames
11231 relative to `default-directory'.
11232
112332000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11234
11235 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11236 with/without giving an error if PostScript printer doesn't have this
11237 kind of page size. Zebra Stripe continues or restarts on next page.
11238 Manual/automatic paper feeding. Switch or not the header.
11239 (ps-print-version): New version number (5.2.2).
11240 (ps-windows-system): Include emx as a Windows system.
11241 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11242 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11243 (ps-background-text): Code fix.
11244 (ps-error-handler-message, ps-user-defined-prologue)
11245 (ps-print-prologue-header, ps-printer-name)
11246 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11247 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11248 (ps-use-face-background): Customization fix.
11249 (ps-n-up-database): Data fix.
11250 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11251 (ps-switch-header): New vars.
11252 (ps-xemacs-color-name, ps-face-foreground-name)
11253 (ps-face-background-name, ps-boolean-constant): New funs.
11254
112552000-06-07 Dave Love <fx@gnu.org>
11256
11257 * allout.el: New version from Manheimer.
11258
112592000-06-07 Kenichi Handa <handa@etl.go.jp>
11260
11261 * textmodes/fill.el (fill-find-break-point): Check the validity of
11262 charset.
11263
112642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11265
11266 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11267 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11268 Call display-color-p and display-mouse-p instead of looking at
11269 window-system.
11270
112712000-06-06 Dave Love <fx@gnu.org>
11272
11273 * image.el (find-image): Doc fix. Return nil if image not found.
11274 (put-image, insert-image): Make STRING arg optional.
11275
112762000-06-06 Kenichi Handa <handa@etl.go.jp>
11277
11278 * language/vietnamese.el: Remove eval-when-compile.
11279 (viet-viscii-nonascii-translation-table): Define it as a
11280 translation table made from viet-viscii-decode-table.
11281 (viet-viscii-encode-table): Define it as a translation table made
11282 from the reverse map of above.
11283 (viet-vscii-nonascii-translation-table): Define it as a
11284 translation table made from viet-vscii-decode-table.
11285 (viet-vscii-encode-table): Define it as a translation table made
11286 from the reverse map of above.
11287 (ccl-decode-viscii): Use translate-character.
11288 (ccl-encode-viscii, ccl-encode-viscii-font)
11289 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11290 Likewize.
11291
11292 * language/cyrillic.el: Remove eval-when-compile.
11293 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11294 translation table made from cyrillic-koi8-r-decode-table.
11295 (cyrillic-koi8-r-encode-table): Define it as a translation table
11296 made from the reverse map of above.
11297 (ccl-decode-koi8): Use translate-character.
11298 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11299 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11300 a translation table made from cyrillic-alternativnyj-decode-table.
11301 (cyrillic-alternativnyj-encode-table): Define it as a translation
11302 table made from the reverse map of above.
11303 (ccl-decode-alternativnyj): Use translate-character.
11304 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11305 Likewize
11306
11307 * international/mule-diag.el (non-iso-charset-alist): Specify
11308 translation table symbol instead of translation table itself.
11309 (list-block-of-chars): CHARSET may be a translation table symbol.
11310
11311 * international/mule.el (make-coding-system): If CODING-SYSTEM
11312 already exists, override it.
11313
11314 * international/fontset.el: Use family `proportional' for Tibetan
11315 fonts.
11316
11317 * international/ccl.el (ccl-compile-translate-character): Don't
11318 check if Rrr has property translation-table.
11319 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11320
113212000-06-05 Gerd Moellmann <gerd@gnu.org>
11322
11323 * info.el: Bind case-fold-search to t when searching in case
11324 a user sets it to nil in a hook.
11325
113262000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11327
11328 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11329 * hl-line.el (hl-line-mode): Use the new :global key argument.
11330
11331 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11332 (tar-clip-time-string): Prepend a space.
11333 (tar-grind-file-mode): Construct a string rather than modifying one.
11334 (tar-header-block-summarize): Fix docstring.
11335 Use `format' rather than an error-prone set of copy-loops.
11336
11337 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11338 (diff-goto-source, diff-unified->context, diff-context->unified)
11339 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11340 understand the format output by the `-p' argument to diff.
11341
11342 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11343 (sh-re-done): Use defconst.
11344 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11345 (sh-help-string-for-variable, sh-guess-basic-offset):
11346 Don't quote lambdas.
11347 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11348 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11349
11350 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11351 (mh-letter-mode): Derive from text-mode.
11352 This implicitly means that it now calls kill-all-local-variables.
11353 Also remove the Emacs-18 compatibility code.
11354
11355 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11356 Make use of symbol-property doc-string-elt.
11357 Use memq rather than a sequence of eq.
11358 (doc-string-elt): Fix the wrong or missing previously unused values.
11359 (autoload-print-form): New function extracted from
11360 generate-file-autoloads to allow recursion when handling progn
11361 so that defvar's and defun's docstrings are properly printed.
11362 (generate-file-autoloads): Use it.
11363
11364 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11365 Use find-file-hooks in the minor-mode function.
11366 Be careful not to loop indefinitely in the post-command-hook function.
11367
113682000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11369
11370 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11371 tty's.
11372 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11373 differences whenever appropriate.
11374 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11375 * viper.el (find-file, find-file-other-window): Get viper to do
11376 wildcards.
11377
113782000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11381 (jit-lock-fontify-buffer): New function for JIT refontification.
11382 (jit-lock-mode): Fix docstring.
11383 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11384 Remove jit-lock-after-change from the _local_ hook.
11385 (jit-lock-function-1): Fix docstring.
11386
11387 * info.el (Info-on-current-buffer): Initialize info.
11388
11389 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11390
11391 * progmodes/tcl.el (tcl-indent-for-comment):
11392 Ignore comment-indent-hook.
11393
11394 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11395 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11396 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11397 and improve to use the lighter to guess the capitalization.
11398 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11399 Add keyword arguments to specify global-ness or the custom group.
11400 Add local-map and help-echo properties to the lighter.
11401 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11402 (easy-mmode-define-global-mode): New macro.
11403
114042000-06-02 Dave Love <fx@gnu.org>
11405
11406 * wid-edit.el: byte-compile-dynamic since we typically don't use
11407 all the widgets. Don't require cl or widget. Remove
11408 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11409 (widget-read-event): Removed. Callers changed to use read-event.
11410 (widget-button-release-event-p): Renamed from
11411 button-release-event-p.
11412 (widget-field-add-space, widget-field-use-before-change):
11413 Uncustomize.
11414 (widget-specify-field): Use keymap property, not local-map.
11415 (widget-specify-button): Obey :suppress-face.
11416 (widget-specify-insert): Use modern backquote syntax.
11417 (widget-image-directory): Renamed from widget-glyph-directory.
11418 (widget-image-enable): Renamed from widget-glyph-enable.
11419 (widget-image-find): Replaces widget-glyph-find.
11420 (widget-button-pressed-face): Move defvar.
11421 (widget-image-insert): Replaces widget-glyph-insert.
11422 (widget-convert): Use keywordp.
11423 (widget-leave-text, widget-children-value-delete): Use mapc.
11424 (widget-keymap): Remove XEmacs stuff.
11425 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11426 (widget-button-click): Don't set point at the click, but re-centre
11427 if we scroll out of window. Rewritten for images v. glyphs &c.
11428 (widget-tabable-at): Use POS arg, not point.
11429 (widget-beginning-of-line, widget-end-of-line)
11430 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11431 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11432 (widget-default-create): Use widget-image-insert; some rewriting.
11433 (widget-visibility-value-create)
11434 (widget-push-button-value-create, widget-toggle-value-create): Use
11435 widget-image-insert.
11436 (checkbox): Create on and off images dynamically.
11437 (documentation-link): Change :help-echo.
11438 (widget-documentation-link-echo-help): Remove.
11439
114402000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11441
11442 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11443
11444 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11445 (easy-mmode-define-toggle, define-minor-mode): Use it.
11446 (easy-mmode-define-keymap): Docstring fix.
11447 (define-derived-mode): Default PARENT to fundamental-mode.
11448 Add the derived-mode-parent symbol-property.
11449 (easy-mmode-derived-mode-p): New function.
11450
114512000-06-02 Dave Love <fx@gnu.org>
11452
11453 * files.el (convert-standard-filename): Doc fix.
11454 (normal-backup-enable-predicate): New function.
11455 (backup-enable-predicate): Use it to replace the lambda form.
11456
11457 * calendar/todo-mode.el: [This needs more work on the outline
11458 stuff.] Doc fixes.
11459 (todo) <defgroup>: Add :version.
11460 (todo-add-category): Don't use pushnew.
11461 (todo-cmd-raise): Fix typo.
11462 (todo-top-priorities): Change temp buffer name.
11463 (todo-category-alist): Avoid redundant lambda.
11464 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11465 Use outline-next-heading.
11466
11467 * autoarg.el: Rewritten to use define-minor-mode.
11468 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11469 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11470
114712000-06-02 Kenichi Handa <handa@etl.go.jp>
11472
11473 * isearch.el (isearch-other-meta-char): Fix previous change.
11474
114752000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11476
11477 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11478 (log-edit-done): Only add the comment to the ring if it's different
11479 from the last comment entered.
11480
11481 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11482
114832000-06-01 Dave Love <fx@gnu.org>
11484
11485 * hl-line.el: Rewritten using define-minor-mode.
11486
11487 * help.el (describe-function-1): Distinguish special form from
11488 builtin function. Sanity-check presence of arglist for builtins.
11489
114902000-06-01 Kenichi Handa <handa@etl.go.jp>
11491
11492 * international/characters.el: Fix syntax/category setting of
11493 Tibetan characters.
11494
11495 * language/tibet-util.el (tibetan-add-components): Fixes for new
11496 encoding of Tibetan characters.
11497 (tibetan-decompose-precomposition-alist): New variable.
11498 (tibetan-decompose-region): Convert precomposed characters to
11499 non-precomposed characters.
11500 (tibetan-decompose-string): Likewise.
11501 (tibetan-composition-function): Fix args to
11502 thibetan-compose-string.
11503
11504 * language/tibetan.el (tibetan-composable-pattern): More
11505 characters included.
11506 (tibetan-consonant-transcription-alist): Rule for "R" added.
11507 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11508 "+R" added.
11509 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11510
11511 * language/lao-util.el (lao-composition-function): Fix args to
11512 compose-string.
11513
11514 * language/thai-util.el (thai-composition-function): Fix args to
11515 compose-string.
11516
11517 * isearch.el (isearch-update): Set disable-point-adjustment to t
11518 to prevent the point moving to the end of a composition when a
11519 part of a composition is searched.
11520 (isearch-other-meta-char): If the key invoking this command can be
11521 mapped by function-key-map to a printing char, call
11522 isearch-process-search-char directly.
11523
115242000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11525
11526 * emacs-lisp/bytecomp.el:
11527 * frame.el:
11528 * international/mule-cmds.el:
11529 * international/mule-util.el:
11530 * international/mule.el:
11531 * mouse.el:
11532 * subr.el:
11533 * faces.el: Update calls to make-obsolete with a WHEN argument.
11534
11535 * byte-run.el (make-obsolete, make-obsolete-variable):
11536 Add an optional WHEN argument and change the format of the
11537 symbol-property information.
11538 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11539 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11540 new obsolete-symbol-property format and print WHEN if it is provided.
11541
115422000-05-31 Dave Love <fx@gnu.org>
11543
11544 * loadhist.el (loadhist-hook-functions): Remove
11545 before-change-function, after-change-function.
11546 (unload-feature): Deal with symbols which are both bound and
11547 fbound.
11548
11549 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11550 before-change-function, after-change-function.
11551
11552 * simple.el (newline): Don't bind before-change-function,
11553 after-change-function.
11554
115552000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11556
11557 * whitespace.el (whitespace-rescan-timer-time): Update interval
11558 set to 600 seconds (10 minutes) instead of 60 seconds since
11559 a large number of whitespace buffers causes emacs to `freeze'
11560 for a considerable amount of time.
11561
11562 * whitespace.el: Updated email address
11563
115642000-05-31 Dave Love <fx@gnu.org>
11565
11566 * add-log.el (change-log-font-lock-keywords) <function>: Add
11567 pattern for function of change.
11568 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11569 acknowledgements patterns.
11570
115712000-05-31 Kenichi Handa <handa@etl.go.jp>
11572
11573 * isearch.el (isearch-printing-char): If keyboard coding system is
11574 being used, call isearch-process-search-multibyte-characters.
11575
11576 * international/isearch-x.el: Mostly rewritten.
11577
11578 * international/quail.el (quail-start-conversion): Don't include
11579 unhandled events in the returned events, but set them in
11580 unread-command-events. Exit if all inputs are deleted.
11581
115822000-05-30 Jason Rumney <jasonr@gnu.org>
11583
11584 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11585
11586 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11587 Reenable code to create initial fontsets.
11588 Use set-fontset-font in place of put-charset-property.
11589
115902000-05-30 Gerd Moellmann <gerd@gnu.org>
11591
11592 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11593 label, ensure that the first colon isn't followed by another.
11594
11595 * paths.el (Info-default-directory-list): Doc fix.
11596
11597 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11598 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11599 send a query containing USER only, not USER@HOST.
11600
11601 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11602 and rmail-msgend to compute the restriction at the end, instead of
11603 computing it.
11604
116052000-05-29 Gerd Moellmann <gerd@gnu.org>
11606
11607 * dabbrev.el (dabbrev-expand): Don't display messages in the
11608 echo area if the minibuffer window is active.
11609
11610 * jit-lock.el (jit-lock-mode): Add after change function to
11611 local hook.
11612
116132000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11614
11615 * antlr-mode.el: New commands: hide/unhide actions,
11616 upcase/downcase literals.
11617 (antlr-tiny-action-length): New user option.
11618 (antlr-hide-actions): New command. Suggested by
11619 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11620 (antlr-mode-map): New binding [C-c C-v].
11621 (antlr-mode-menu): New entries.
11622 (antlr-downcase-literals): New command.
11623 (antlr-upcase-literals): Ditto.
11624
11625 * antlr-mode.el: Minor changes: indendation, mode-name.
11626 (antlr-indent-line): Indent cpp directive at column 0.
11627 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11628
11629 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11630 (antlr-font-lock-additional-keywords): Workaround for intentional
11631 bug in XEmacs version of font-lock.
11632 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11633 be used by a smarter version of `buffers-menu-grouping-function'.
11634
116352000-05-29 Gerd Moellmann <gerd@gnu.org>
11636
11637 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11638 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11639
116402000-05-29 Kenichi Handa <handa@etl.go.jp>
11641
11642 * international/encoded-kb.el
11643 (encoded-kbd-iso2022-designation-map): Pay attention to that
11644 charset-iso-final-char return -1 for eight-bit-control and
11645 eight-bit-graphic.
11646
116472000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11648
11649 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11650 (speedbar-easymenu-definition-base): Use display-graphic-p where
11651 available, instead of window-system.
11652
116532000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11654
11655 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11656 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11657 coding systems.
11658
116592000-05-26 Dave Love <fx@gnu.org>
11660
11661 * disp-table.el (standard-display-underline): Don't use
11662 internal-find-face.
11663
11664 * mail/reporter.el: Maintainer change. Doc fixes.
11665 (reporter-version): Deleted.
11666
11667 * emacs-lisp/elp.el: Maintainer change.
11668 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11669
116702000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11671
11672 * add-log.el (add-change-log-entry): Merge the current entry with the
11673 previous one if the previous one is empty.
11674
116752000-05-26 Dave Love <fx@gnu.org>
11676
11677 * loadhist.el (unload-feature): Fix interactive spec [from
11678 lijnzaad@ebi.ac.uk].
11679
11680 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11681 subr-arity to check primitives.
11682 (byte-compile-flush-pending, byte-compile-file-form-progn)
11683 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11684 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11685 mapcar.
11686
116872000-05-26 Kenichi Handa <handa@etl.go.jp>
11688
11689 * international/fontset.el: Set family names of non-latin charsets
11690 in default fontset to "*".
11691
11692 * international/mule-diag.el (print-fontset): Combine family part
11693 and registry part of the fontname by "-*-" instead of "-".
11694
11695 * international/mule-cmds.el (encode-coding-char): Make strings
11696 multibyte before calling encode-coding-string.
11697
116982000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11699
11700 * derived.el: Fix keywords.
11701 (define-derived-mode): Only define if needed.
11702
11703 * simple.el (fill-comment, comment-column, comment-start)
11704 (comment-start-skip, comment-end, comment-indent-function)
11705 (block-comment-start, block-comment-end, indent-for-comment)
11706 (set-comment-column, kill-comment, comment-padding, comment-region)
11707 (comment-multi-line, indent-new-comment-line): Remove.
11708
11709 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11710 function names for comment operations.
11711
11712 * newcomment.el: Add abundant autoload cookies.
11713 (comment-style): Don't depend on runtime data at compile-time.
11714 (comment-indent-hook): Remove.
11715 (comment-indent): Check if comment-indent-hook is bound.
11716 (comment-region): Docstring fix.
11717
117182000-05-25 Dave Love <fx@gnu.org>
11719
11720 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11721 byte-code-function-p.
11722
11723 * mail/rmailsum.el: Add provide.
11724
11725 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11726
11727 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11728 defcustom.
11729
117302000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11731
11732 * ediff-diff.el (ediff-exec-process): delete --binary option from
11733 non-buffer ediff jobs.
11734
117352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11736
11737 * hilit-chg.el (highlight-changes-mode): Ask about color or
11738 grayscale support, not about window-system.
11739
11740 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11741 window-system.
11742 (ffap-highlight): Always default to t.
11743
11744 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11745 display-popup-menus-p instead of looking at window-system.
11746
11747 * disp-table.el (standard-display-g1, standard-display-graphic):
11748 Only refuse to use string glyphs on X and MS-Windows.
11749
11750 * avoid.el: Remove window-system from commentary, suggest to use
11751 display-*-p instead.
11752
11753 * apropos.el (apropos-print): Use display-mouse-p instead of
11754 window-system.
11755
117562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11757
11758 * international/codepage.el (cp-decoding-vector-for-codepage):
11759 Fill up unsupported characters with their own codes. From Kenichi
11760 Handa.
11761
117622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11763
11764 * international/mule-diag.el (describe-char-after): Use
11765 display-graphic-p instead of window-system, so that this function
11766 works on MS-DOS.
11767
117682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11769
11770 * international/codepage.el (cp-make-coding-systems-for-codepage):
11771 Remove the eight-bit-graphic and eight-bit-control charsets from
11772 the list of charsets which we convert into `?'.
11773
117742000-05-25 Kenichi Handa <handa@etl.go.jp>
11775
11776 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11777 private charsets.
11778 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11779 japanese-jisx0213-2): New charsets.
11780
11781 * international/fontset.el: Setup default fontset for new charsets.
11782
117832000-05-24 Dave Love <fx@gnu.org>
11784
11785 * info.el (Info-find-node-2): Restructure [following "Vadim
11786 S. Solomin" <sovs@uic.nnov.ru>].
11787
11788 * icomplete.el: Fix header for Finder.
11789
117902000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11791
11792 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11793 STAY.
11794
11795 * rmail.el (rmail-automatic-folder-directives): New user variable.
11796 (rmail-show-message): Add call to `rmail-auto-file' during
11797 display.
11798 (rmail-auto-file): New function.
11799
118002000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11801
11802 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11803 account.
11804 (ediff-test-utility,ediff-diff-mandatory-option)
11805 (ediff-reset-diff-options): Utilities for proper initialization of
11806 ediff-diff-options and ediff-diff3-options on Windows.
11807
11808 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11809 variable.
11810
11811 * ediff-mult.el (ediff-filegroup-action): Use
11812 ediff-merge-filename-prefix.
11813
118142000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11815
11816 * viper-ex.el (ex-write): Set selective display to nil.
11817
118182000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11819
11820 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11821 aliases for hebrew-iso-8bit.
11822
118232000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11824
11825 * woman.el: New version from Francis J. Wright
11826 <F.J.Wright@Maths.QMW.ac.uk>.
11827 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11828 names in environment variables regardless of the path separator.
11829 (woman-topic-all-completions-1): Don't call file-name-directory-p
11830 on all files, since woman-file-regexp already filters out any
11831 directories.
11832
118332000-05-24 Kenichi Handa <handa@etl.go.jp>
11834
11835 * international/quail.el (quail-start-translation): Don't change
11836 modified-p of the current buffer.
11837 (quail-start-conversion): Likewise.
11838
11839 * international/kkc.el (kkc-region): Don't change modified-p of
11840 the current buffer.
11841
11842 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11843 conform to RFC1468.
11844 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11845
118462000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11847
11848 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11849 (speedbar-insert-button): Invisible text property fix.
11850 (speedbar-directory-plus): Renamed from speedbar-directory-+
11851 (speedbar-directory-minus): Renamed from speedbar-directory--
11852 (speedbar-page-plus): Renamed from speedbar-file-+
11853 (speedbar-page-minus): Renamed from speedbar-file--
11854 (speedbar-page): Renamed from speedbar-file-
11855 (speedbar-tag): Renamed from speedbar-tag-
11856 (speedbar-tag-plus): Renamed from speedbar-tag-+
11857 (speedbar-tag-minus): Renamed from speedbar-tag--
11858 (speedbar-expand-image-button-alist): Use above renames.
11859
11860 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11861 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11862 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11863 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11864 * sb-pg.xpm: Renamed from sb-file.xpm
11865 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11866 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11867
118682000-05-24 Kenichi Handa <handa@etl.go.jp>
11869
11870 * international/quail.el (quail-show-guidance-buf): Set
11871 current-input-method of the guidance buffer to the name of the
11872 curren input method.
11873
118742000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11875
11876 * progmodes/compile.el (compile-internal): Style typo.
11877
11878 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11879 quote vars and functions in the docstring.
11880
11881 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11882
11883 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11884 Don't quote lambdas.
11885
11886 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11887
118882000-05-23 Gerd Moellmann <gerd@gnu.org>
11889
11890 * startup.el (command-line): Determine source file of compiled
11891 user init file differently. Warn if compiled user init file
11892 is older than its source file.
11893
11894 * ffap.el (ffap-url-regexp): Add `https'.
11895
118962000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11897
11898 * files.el (make-backup-file-name-1): Replace slashes with `!'
11899 rather than `|' (which is not allowed on Windows). Replace the
11900 drive letters with a string "drive_X".
11901
119022000-05-23 Gerd Moellmann <gerd@gnu.org>
11903
11904 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11905
11906 * files.el (interpreter-mode-alist): Add `bash2'.
11907
119082000-05-22 Dave Love <fx@gnu.org>
11909
11910 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11911 mapc.
11912 (feature-file): Avoid calling symbol-name. Doc fix.
11913 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11914 (loadhist-hook-functions): Add mouse-position-function.
11915 (unload-feature): Change uses of mapcar.
11916
11917 * files.el (parse-colon-path): Doc fix.
11918 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11919 (set-auto-mode): Use mapc.
11920
11921 * complete.el (PC-look-for-include-file): Use :alnum: character
11922 class.
11923 (partial-completion-mode): Add autoload cookie.
11924
119252000-05-22 Sam Steingold <sds@gnu.org>
11926
11927 * info.el (Info-fontify-node): Fixed the call to
11928 `add-text-properties' (bug introduced on 2000-05-18).
11929
119302000-05-22 Dave Love <fx@gnu.org>
11931
11932 * bindings.el: Remove debug-ignored-errors set in other files.
11933
11934 * progmodes/etags.el: Add to debug-ignored-errors.
11935 (visit-tags-table-buffer): Clear out buffers holding old tables
11936 when making a new list.
11937 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11938 mapc.
11939
11940 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11941 quote keywords.
11942 (cmpl-string-case-type): Use character classes.
11943
11944 * comint.el:
11945 * textmodes/ispell.el:
11946 * imenu.el:
11947 * mail/mh-e.el:
11948 * progmodes/compile.el: Add to debug-ignored-errors.
11949
11950 * dabbrev.el: Add to debug-ignored-errors.
11951 (dabbrev-completion): Use mapc.
11952
119532000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11954
11955 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11956 (woman-mapcan, woman-parse-man.conf)
11957 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11958 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11959 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11960 path syntax better.
11961 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11962 (woman-manpath): Call woman-parse-man.conf.
11963 (woman-emulation): New defcustom, defaults to nroff.
11964 (woman-font-support): New defconst.
11965 (woman-use-symbol-font): New defcustom.
11966 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11967 "Emulation".
11968 Many functions: Doc fix.
11969
119702000-05-22 Kenichi Handa <handa@etl.go.jp>
11971
11972 * international/quail.el (quail-simple-translation-keymap): Map
11973 128..255 to quail-self-insert-command.
11974 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11975
119762000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11977
11978 * help.el (help-manyarg-func-alist): Typo.
11979
11980 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11981 intervals which makes it heaps simpler.
11982
11983 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11984 the nested comment markers.
11985
11986 * subr.el (remove-hook): Don't turn the hook's value into a list.
11987
119882000-05-21 Dave Love <fx@gnu.org>
11989
11990 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11991 are invalid characters.
11992
11993 * international/mule-util.el (detect-coding-with-priority): Use
11994 mapc. Remove redundant lambda.
11995
11996 * international/mule-diag.el (list-non-iso-charset-chars)
11997 (describe-fontset): Remove redundant lambda.
11998
11999 * emulation/crisp.el (brief-mode): New alias.
12000
12001 * emacs-lisp/ring.el (ring-elements): New function.
12002
12003 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12004 (easy-menu-do-add-item): Use keywordp.
12005
12006 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12007
12008 * replace.el: Doc and error message fixes.
12009 (replace-highlight): Use facep, not internal-find-face.
12010
120112000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12012
12013 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12014
12015 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12016 (log-edit-insert-changelog): Drop `:' as well.
12017
12018 * log-view.el: Fix file description.
12019 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12020 available.
12021 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12022 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12023
12024 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12025 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12026 Print a status message if the toggle is called interactively.
12027 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12028 for global minor modes and use `defcustom' for them.
12029 Use add-minor-mode.
12030 (easy-mmode-define-derived-mode): Remove.
12031 (define-derived-mode): Fancier default docstring.
12032 (easy-mmode-define-navigation): Signal an error rather than (ding).
12033
12034 * newcomment.el (comment-styles): New `box-multi'.
12035 (comment-normalize-vars): Better default for comment-continue to
12036 avoid whitespace-only continuations.
12037 (comment-search-forward): Always move even in the no-syntax case.
12038 (comment-padright): Only obey N if it's only obeyed for padleft.
12039 (comment-make-extra-lines): Better handling of empty continuations.
12040 Use `=' for the filler if comment-start has only one character.
12041 (uncomment-region): Try handling the special `=' filler.
12042 (comment-region): Allow LINES even if MULTI is nil.
12043 (comment-box): Choose box style based on comment-style.
12044
120452000-05-20 Kenichi Handa <handa@etl.go.jp>
12046
12047 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12048 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12049
120502000-05-20 Kenichi HANDA <handa@etl.go.jp>
12051
12052 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12053 and insert, not subst-char-in-region.
12054
12055 * international/mule-diag.el (list-character-sets-1): Handle
12056 charsets eight-bit-control and eight-bit-graphic.
12057 (list-iso-charset-chars): Likewise.
12058 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12059 charactes as is. Use indent-to to align characters.
12060
12061 * international/mule-cmds.el (find-multibyte-characters): Never
12062 exclude charsets eight-bit-control and eight-bit-graphic.
12063
120642000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12065
12066 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12067 Don't quote lambdas.
12068
12069 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12070
120712000-05-19 Gerd Moellmann <gerd@gnu.org>
12072
12073 * gud.el (gud-jdb-directories): Doc fix.
12074
120752000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12076
12077 * newcomment.el: New file.
12078
120792000-05-19 Gerd Moellmann <gerd@gnu.org>
12080
12081 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12082
120832000-05-18 Andreas Schwab <schwab@suse.de>
12084
12085 * dired.el (dired-between-files): Also skip lines beginning with
12086 `used'.
12087
120882000-05-18 Gerd Moellmann <gerd@gnu.org>
12089
12090 * msb.el (msb-menu-cond): Add choice `user'.
12091
120922000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12093
12094 * ps-print.el: Compatibility, customization and doc fix.
12095 (ps-printer-name-option): Replace defconst by defvar.
12096 (ps-postscript-code-directory): XEmacs compatibility.
12097 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12098 fix.
12099 (ps-user-defined-prologue, ps-print-prologue-header)
12100 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12101 compatibility and code fix.
12102 (ps-print-background-image, ps-print-background-text):
12103 Customization fix.
12104 (ps-line-number-start, ps-n-up-on): New vars.
12105
121062000-05-18 Espen Skoglund <esk@ira.uka.de>
12107
12108 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12109 the indent-comment function to just return the appropriate indent.
12110
121112000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12112
12113 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12114 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12115 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12116
121172000-05-18 Dave Love <fx@gnu.org>
12118
12119 * info.el (Info-fontify-node): Add intangible property as well as
12120 invisible.
12121
12122 * calendar/appt.el (appt-make-list): Match all lines of entry.
12123 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12124
121252000-05-18 Kenichi Handa <handa@etl.go.jp>
12126
12127 * international/mule-diag.el (describe-char-after): Call
12128 internal-char-font, not char-font. If internal-char-font returns
12129 nil, display "-- none --".
12130
121312000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12132
12133 * image.el (image-type-available-p): Don't reference image-types
12134 if it isn't bound.
12135
121362000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12137
12138 * autoarg.el (autoarg-mode): Typo in the :set argument.
12139
121402000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12141
12142 * startup.el (command-line-1): Don't signal an error if the
12143 directory for auto-save-list files does not yet exist.
12144
121452000-05-17 Kenichi Handa <handa@etl.go.jp>
12146
12147 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12148
121492000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12150
12151 * subr.el (remove-hook): `setq' hook-value, not `set'.
12152
121532000-05-16 Sam Steingold <sds@gnu.org>
12154
12155 * info.el (debug-ignored-errors): More errors to ignore.
12156
121572000-05-16 Dave Love <fx@gnu.org>
12158
12159 * cus-edit.el: Don't require cl or easymenu.
12160 (custom-variable-prompt): Test standard-value property, not
12161 user-variable-p.
12162
121632000-05-16 Sam Steingold <sds@gnu.org>
12164
12165 * subr.el (add-hook): `setq' hook-value, not `set'.
12166
121672000-05-16 Gerd Moellmann <gerd@gnu.org>
12168
12169 * startup.el (command-line-1): Mention the FAQ in the startup
12170 message.
12171
12172 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12173
12174 * progmodes/compile.el (compilation-parse-errors): Collect
12175 `nomessage' regexps last.
12176
12177 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12178
12179 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12180 to the function name.
12181
121822000-05-15 Dave Love <fx@gnu.org>
12183
12184 * speedbar.el (speedbar-recenter): Typo.
12185 (speedbar-expand-line): Make arg optional.
12186 (speedbar-mode): Avoid a compiler warning.
12187
121882000-05-15 Gerd Moellmann <gerd@gnu.org>
12189
12190 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12191 user-specified option string is empty.
12192
12193 * mouse.el (mouse-yank-at-click): Doc fix.
12194
121952000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12196
12197 * term/internal.el (IT-character-translations): More updates of
12198 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12199 documents.
12200
122012000-05-15 Gerd Moellmann <gerd@gnu.org>
12202
12203 * env.el (getenv): New function, interactively callable.
12204 (setenv, getenv): Remove autoload cookies.
12205
12206 * loadup.el: Load `env'.
12207
12208 * progmodes/f90.el: Change author's mail address.
12209
122102000-05-14 Dave Love <fx@gnu.org>
12211
12212 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12213 goto-addr as an option.
12214
12215 * help.el (help-xref-stack): Doc fix.
12216 (help-xref-following): New variable.
12217 (help-make-xrefs): Use it.
12218 (help-xref-go-back): Use position information from stack element.
12219 (help-follow): Make position in stack element a pair. Use
12220 help-xref-following.
12221
12222 * autoarg.el: New file.
12223
12224 * faces.el: Declare more functions obsolete.
12225
12226 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12227 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12228 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12229 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12230 Remove all the setup-...-environment functions.
12231
122322000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12233
12234 * speedbar.el: Updated the commentary section. xemacs20p now uses
12235 >= when detecting. Require `defimage' safely.
12236 (speedbar-easymenu-definition-base): Add toggle for images.
12237 (speedbar-easymenu-definition-special): Add flush cache & expand.
12238 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12239 (speedbar-reconfigure-keymaps-hook): New variable.
12240 (speedbar-frame-parameters): Updated documentation.
12241 (speedbar-use-imenu-flag): Updated custom tag
12242 (speedbar-dynamic-tags-function-list): New variable.
12243 (speedbar-tag-hierarchy-method): Updated doc & custom.
12244 (speedbar-indentation-width, speedbar-indentation-width) New
12245 variables.
12246 (speedbar-hide-button-brackets-flag): Customizable.
12247 (speedbar-vc-indicator): Doc update.
12248 (speedbar-ignored-path-expressions): Updated default value.
12249 (speedbar-supported-extension-expressions): Updated default value.
12250 (speedbar-syntax-table): Remove {} paren status.
12251 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12252 as "+". Added overlay aliases.
12253 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12254 `force-mode-line-update'.
12255 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12256 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12257 `mouse-set-point'
12258 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12259 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12260 of arbitrary text, and new helper functions.
12261 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12262 filename finder.
12263 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12264 (speedbar-directory-buttons): Update path search/expansion.
12265 (speedbar-make-tag-line): Pay attention to
12266 `speedbar-indentation-width'. Use more care w/ invisible
12267 properties.
12268 (speedbar-change-expand-button-char): Call
12269 `speedbar-insert-image-button-maybe'.
12270 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12271 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12272 (speedbar-trim-words-tag-hierarchy)
12273 (speedbar-simple-group-tag-hierarchy): New functions
12274 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12275 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12276 functions.
12277 (speedbar-mouse-set-point): New function
12278 (speedbar-power-click): Updated documentation.
12279 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12280 of tag prefix text.
12281 (speedbar-expand-line, speedbar-contract-line): Make more robust
12282 to strange text.
12283 (speedbar-expand-line): Takes universal argument to flush the
12284 cache.
12285 (speedbar-flush-expand-line): New function.
12286 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12287 Use new generator insertion method.
12288 (speedbar-fetch-dynamic-tags): New function.
12289 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12290 `speedbar-fetch-dynamic-imenu'.
12291 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12292 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12293 "Revert Buffer" menu items.
12294 (speedbar-buffer-buttons-engine): Be smarter when creating a
12295 filename tag (for expansion purposes.).
12296 (speedbar-highlight-one-tag-line,
12297 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12298 (speedbar-recenter): New functions.
12299 (defimage-speedbar): Image loading abstraction.
12300 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12301 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12302 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12303 (speedbar-tag-type, speedbar-tag-mail): New images.
12304 (speedbar-expand-image-button-alist): New variable.
12305 (speedbar-insert-image-button-maybe): Insert an image over some
12306 buttons.
12307
123082000-05-13 Kenichi Handa <handa@etl.go.jp>
12309
12310 * international/mule-cmds.el (encode-coding-char): An ASCII
12311 character is always encodable.
12312
12313 * international/mule-conf.el: Add more information in descriptions
12314 of character sets.
12315
12316 * international/mule-diag.el (describe-char-after): New function.
12317 (describe-font-internal): Adjusted for the change of font-info.
12318 (describe-font): Likewise.
12319 (print-fontset): Rewritten for the new fontset implementation.
12320 (describe-fontset): Include fontset alias names in completion.
12321 (list-fontsets): Adjusted for the change of print-fontset.
12322
12323 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12324 describe-char-after instead of displaying the detail in the echo
12325 area.
12326 (syntax-code-table): Format changed.
12327 (string-to-syntax): Adjusted for the above change.
12328
123292000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12330
12331 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12332
123332000-05-12 Dave Love <fx@gnu.org>
12334
12335 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12336 dependence. Use line-{beginning,end}-position, not
12337 point-at{b,e}ol. Some doc fixes.
12338 (todo-position): New function. Fix callers of position to use it.
12339 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12340
123412000-05-12 Gerd Moellmann <gerd@gnu.org>
12342
12343 * time.el (display-time-mail-icon): Use `:ascent center'.
12344
12345 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12346 handling FTP security extensions.
12347
123482000-05-11 Dave Love <fx@gnu.org>
12349
12350 * calendar/todo-mode.el: New file.
12351
123522000-05-11 Gerd Moellmann <gerd@gnu.org>
12353
12354 * comint.el (comint-read-input-ring): Move reference to
12355 comint-input-ring-size outside of the save-excursion. It was
12356 causing the default value to be the only one ever seen.
12357
12358 * font-lock.el: Update copyright. Remove Simon Marshall's email
12359 address on request from him.
12360
12361 * subr.el (substitute-key-definition): Add comment describing
12362 the meaning of PREFIX.
12363
123642000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12365
12366 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12367
12368 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12369 (add-minor-mode): Don't make the variable buffer-local and add a
12370 reference to define-minor-mode in the docstring.
12371
12372 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12373 HEADER/FOOTER and fix bug with trailing empty directory.
12374 (cvs-append-to-ignore): Use vc-editable-p if available.
12375 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12376 (vc-do-command): Tweak advice to handle the new VC.
12377
12378 * log-view.el (log-view-goto-rev): New function for the new VC.
12379 (log-view-minor-wrap): Use mark-active.
12380
12381 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12382 (log-edit-changelog-full-paragraphs): New var.
12383 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12384 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12385 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12386 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12387 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12388 Replace the `cvs' prefix with `log-edit'.
12389
12390 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12391
12392 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12393 (diff-font-lock-defaults): Explicitly turn off multiline.
12394 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12395 (diff-ediff-patch): Fix call to ediff-patch-file.
12396 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12397 Handle comments.
12398
12399 * frame.el (automatic-hscrolling): Typo.
12400
12401 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12402
124032000-05-09 Sam Steingold <sds@goems.com>
12404
12405 * apropos.el (apropos-print): use `describe-face' instead of
12406 `customize-face-other-window'.
12407
124082000-05-09 Dave Love <fx@gnu.org>
12409
12410 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12411
12412 * help.el (describe-variable): Have customize button pop the
12413 help-xref stack when invoked.
12414 (help-xref-symbol-regexp): Add `face'.
12415 (help-make-xrefs): Check for quoted face names and adapt regexp
12416 submatch numbers to cope.
12417 (help-xref-interned): Maybe insert face doc too. Separate
12418 sections with a line of hyphens.
12419
12420 * faces.el: Some doc fixes. Declare some functions obsolete.
12421 (describe-face): Add customize button. Return the help
12422 text. Fix prompt.
12423
124242000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12425
12426 * term/internal.el (IT-character-translations): Fix last change.
12427
124282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12429
12430 * woman.el: New file
12431 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12432
124332000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12434
12435 * term/internal.el (IT-character-translations): Update ASCII
12436 simulations for greek-iso8859-7, add latin-iso8859-14 and
12437 latin-iso8859-15.
12438
12439 * international/mule-cmds.el (set-language-info-alist): Call
12440 define-prefix-command with 3 arguments, to make the map suitable
12441 for a menu.
12442
124432000-05-07 Dave Love <fx@gnu.org>
12444
12445 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12446
124472000-05-05 Dave Love <fx@gnu.org>
12448
12449 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12450 list in doc string. Don't quote keyword symbols.
12451 * emacs-lisp/cl.el: Likewise
12452 * emacs-lisp/cl-seq.el: Likewise
12453
124542000-05-05 Gerd Moellmann <gerd@gnu.org>
12455
12456 * abbrev.el (abbrev-mode): Make ARG optional.
12457
124582000-05-04 Gerd Moellmann <gerd@gnu.org>
12459
12460 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12461
12462 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12463
12464 * subr.el (substitute-key-definition): Clarify documentation.
12465
124662000-05-04 Milan Zamazal <pdm@freesoft.cz>
12467
12468 * glasses.el (glasses-convert-to-unreadable): Use
12469 `glasses-separator' instead of the hard-wired "_".
12470 (glasses-mode): Call `glasses-make-unreadable' only in a single
12471 place.
12472
124732000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12474
12475 * term/internal.el (cjk-codepages-alist): Add associations for
12476 Chinese and Korean codepages. Remove FIXME comment.
12477
124782000-05-03 Dave Love <fx@gnu.org>
12479
12480 * time.el (display-time-mail-face, display-time-use-mail-icon):
12481 New option.
12482 (display-time-mail-icon): New variable.
12483 (display-time-string-forms): Use the above. Fix the local-map.
12484
124852000-05-03 Gerd Moellmann <gerd@gnu.org>
12486
12487 * replace.el (query-replace-map): Add binding for `E'.
12488 (query-replace-help): Extend help text.
12489 (perform-replace): Allow editing the replacement string.
12490
12491 * make-mode.el (makefile-mode-abbrev-table): New variable.
12492 (makefile-mode): Set local abbrev table to
12493 makefile-mode-abbrev-table.
12494 (makefile-font-lock-keywords): Fontify includes and conditionals.
12495
12496 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12497 set TOGGLE's value.
12498
12499 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12500 mail-interactive-insert-alias.
12501 (mail-abbrev-complete-alias): New command.
12502 (mail-mode-map): Bind it to `M-TAB'.
12503
125042000-05-03 Kenichi Handa <handa@etl.go.jp>
12505
12506 * language/lao-util.el (lao-compose-region): New function.
12507
125082000-05-02 Gerd Moellmann <gerd@gnu.org>
12509
12510 * files.el (recover-session): Make directories as necessary
12511 if they don't exist yet.
12512
12513 * calendar/cal-french.el
12514 (french-calendar-multibyte-special-days-array)
12515 (french-calendar-special-days-array): Change French text.
12516 (calendar-french-date-string): Change output.
12517 (calendar-goto-french-date): Likewise.
12518
125192000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12520
12521 * wid-edit.el (widget-default-active): Obey `:always-active'.
12522 (widget-documentation-string-value-create): Set `:always-active'.
12523
125242000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12525
12526 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12527 default prefix to `~/_emacs.d/auto-save.list/_s'.
12528 (normal-top-level): Create the directory for auto-save files, if
12529 it doesn't already exist (in the ms-dos case only).
12530
125312000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12532
12533 * international/mule-cmds.el (set-language-environment): Don't
12534 concat an integer (dos-codepage), use format instead.
12535
125362000-05-02 Dave Love <fx@gnu.org>
12537
12538 * help.el (help-xref-on-pp): Check for constant symbols.
12539
125402000-04-29 Gerd Moellmann <gerd@gnu.org>
12541
12542 * startup.el (normal-top-level): Put a condition-case around
12543 the code loading subdirs.el.
12544
125452000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12546
12547 * ps-print.el: Upside-down and face background color printing,
12548 line number step, doc fix.
12549 (ps-print-version): New version number (5.2).
12550 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12551 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12552 (ps-spool-config): Var fix.
12553 (ps-printer-name-option): Const fix.
12554 (ps-print-upside-down, ps-use-face-background)
12555 (ps-line-number-step): New vars.
12556 (ps-window-system, ps-lp-system): New consts.
12557 (ps-face-background): New fun.
12558
125592000-04-28 Richard Stallman <rms@gnu.org>
12560
12561 * files.el (make-auto-save-file-name):
12562 Apply auto-save-file-name-transforms to visited file name
12563 before generating auto save file name.
12564 (auto-save-file-name-transforms): New variable.
12565
12566 * files.el (backup-enable-predicate):
12567 Correctly test for a file under a temporary directory.
12568
125692000-04-28 Gerd Moellmann <gerd@gnu.org>
12570
12571 * subr.el (add-minor-mode): Rewritten.
12572
125732000-04-28 Kenichi Handa <handa@etl.go.jp>
12574
12575 * mail/sendmail.el (sendmail-send-it): Set
12576 buffer-file-coding-system to the selected coding system for MIME
12577 header.
12578
125792000-04-27 Gerd Moellmann <gerd@gnu.org>
12580
12581 * dired.el (dired-move-to-filename-regexp): Allow format where
12582 YYYY is followed by two spaces.
12583
12584 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12585 in the second character class of the regexp.
12586
12587 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12588 mh-etc, too.
12589
12590 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12591 nil.
12592
12593 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12594
12595 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12596 argument.
12597
125982000-04-27 Sen Nagata <sen@eccosys.com>
12599
12600 * emacs-lisp/crm.el (crm-completion-table): New variable.
12601 (crm-collection-fn, crm-test-completion)
12602 (completing-read-multiple): Use it.
12603
126042000-04-27 Dave Love <fx@gnu.org>
12605
12606 * help.el (locate-library): Use mapc.
12607 (help-manyarg-func-alist): Add call-process-region.
12608
126092000-04-26 Gerd Moellmann <gerd@gnu.org>
12610
12611 * subr.el (add-minor-mode): Make argument MAP optional.
12612
12613 * desktop.el (desktop-save): Save list of minor modes.
12614 (desktop-create-buffer): Restore minor modes.
12615 (desktop-minor-mode-table): New user-option.
12616
12617 * subr.el (add-minor-mode): New function.
12618
12619 * image.el (find-image): New function.
12620 (defimage): Rewritten to find image at load time.
12621
12622 * startup.el (normal-top-level-add-to-load-path): Handle
12623 case that the default directory is not in load-path.
12624
12625 * help.el: Old patch from Stefan Monnier.
12626 (help-xref-on-pp): New function.
12627 (describe-variable): Use it to display xrefs in a symbol's value.
12628
126292000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12630
12631 * cus-edit.el (custom-face): Fix parenthesis.
12632
126332000-04-26 Kenichi Handa <handa@etl.go.jp>
12634
12635 * mail/rmail.el (rmail-expunge): When there are no deleted
12636 messages, do nothing.
12637
126382000-04-26 Dave Love <fx@gnu.org>
12639
12640 * international/mule-cmds.el (locale-translation-file-name):
12641 Defvar to nil.
12642 (set-locale-environment): Set it here (at runtime).
12643
126442000-04-25 Gerd Moellmann <gerd@gnu.org>
12645
12646 * replace.el (perform-replace): Add parameters START and END. Use
12647 them instead of the check for a region in Transient Mark mode.
12648 (query-replace-read-args): Return two more list elements for the
12649 start and end of the region in Transient Mark mode.
12650 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12651 (map-query-replace-regexp, replace-string, replace-regexp): Add
12652 optional last arguments START and END and pass them to
12653 perform-replace.
12654
12655 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12656 form with additional arguments for perform-replace.
12657
12658 * progmodes/etags.el (tags-query-replace): Add parameters START
12659 and END. Construct a form with additional arguments for
12660 perform-replace.
12661
12662 * simple.el (shell-command): Set default directory for "*Shell
12663 Command Output" buffer.
12664
12665 * language/european.el (iso-latin-4): Fix typo.
12666
12667 * emacs-lisp/crm.el: New file.
12668
126692000-04-24 Dave Love <fx@gnu.org>
12670
12671 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12672 (Custom-reset-saved, Custom-reset-standard)
12673 (custom-group-value-create, custom-group-set, custom-group-save)
12674 (custom-group-reset-current, custom-group-reset-saved)
12675 (custom-group-reset-standard): Use mapc.
12676 (custom-buffer-create-internal): Disable undo when creating items.
12677 Use mapc.
12678 (custom-face): Avoid redundant lambda.
12679
126802000-04-24 Gerd Moellmann <gerd@gnu.org>
12681
12682 * startup.el (auto-save-list-file-prefix): Set default to
12683 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12684
126852000-04-24 Sam Steingold <sds@gnu.org>
12686
12687 * time-stamp.el (time-stamp-string-preprocess): Always convert
12688 `field-result' to a string.
12689
126902000-04-24 Gerd Moellmann <gerd@gnu.org>
12691
12692 * frame.el (scrolling): New group.
12693 (automatic-hscrolling): New user-option.
12694
12695 * startup.el (command-line-x-option-alist): Add `-lsp' and
12696 `--line-spacing'.
12697
126982000-04-19 Dave Love <fx@gnu.org>
12699
12700 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12701 (cl-mapc): Rename from mapc. Fix the funcall.
12702
127032000-04-19 Gerd Moellmann <gerd@gnu.org>
12704
12705 * simple.el (clone-indirect-buffer-other-window): New command.
12706 (clone-indirect-buffer): Add optional arg NORECROD.
12707 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12708
12709 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12710
12711 * window.el (count-screen-lines): New function.
12712 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12713 instead of window-buffer-height.
12714
12715 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12716 non-existing variable comint-input-sentinel.
12717 (inferior-lisp-args-to-list): Removed.
12718 (inferior-lisp): Use split-string instead of
12719 inferior-lisp-args-to-list.
12720
12721 * hexl.el (hexl-insert-hex-string): New command.
12722
12723 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12724 instead of concat.
12725
127262000-04-18 Gerd Moellmann <gerd@gnu.org>
12727
12728 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12729 at the start of an existing but empty folder.
12730
127312000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12732
12733 * ps-mule.el: Customization fix, doc fix.
12734 (ps-multibyte-buffer): Customization fix.
12735
127362000-04-17 Richard M. Stallman <rms@gnu.org>
12737
12738 * subr.el (read-passwd): Use read-char-exclusive.
12739
127402000-04-17 Gerd Moellmann <gerd@gnu.org>
12741
12742 * textmodes/texinfo.el (texinfo-insert-@email)
12743 (texinfo-insert-@emph, texinfo-insert-@quotation)
12744 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12745 (texinfo-mode-map): Add key bindings for them.
12746
12747 * files.el (basic-save-buffer-2): Use a template with `$'
12748 instead of `#' for VMS.
12749
12750 * simple.el (clone-indirect-buffer): New function.
12751
127522000-04-16 Stephen Eglen <stephen@gnu.org>
12753
12754 * iswitchb.el (iswitchb-case): New function. If the user input
12755 contains any upper-case characters, the search is made
12756 case-sensitive.
12757
127582000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12759
12760 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12761 comment-end.
12762 (texinfo-font-lock-syntactic-keywords): New var.
12763 (texinfo-font-lock-keywords): Remove comment regexp.
12764 (texinfo-insert-block): New function.
12765 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12766 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12767 and font-lock-defaults. Use regexp-opt for outline-regexp.
12768 (texinfo-environments): New var.
12769 (texinfo-environment-regexp): Use regexp-opt and
12770 texinfo-environments.
12771
12772 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12773 ispell-process is bound since this might be eval'd before ispell
12774 is loaded.
12775 (ispell-message): Use a tiny bit less magic and a bit more hard
12776 data to figure out what kind of sc-cite-regexp to use.
12777
12778 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12779
12780 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12781 (insert-cyclic-diary-entry): Unquote the lambda.
12782
12783 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12784
12785 * files.el (backup-enable-predicate): Unquote the lambda.
12786
12787 * cus-edit.el (custom-face, face): Unquote the lambda.
12788
127892000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12790
12791 * ps-print.el: Check for line-beginning-position definition.
12792
12793 * ps-print.el: Fix counting lines in a region.
12794 (ps-print-version): New version number (5.1.5).
12795 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12796 (ps-printing-region): Fun code fix.
12797
127982000-04-15 Gerd Moellmann <gerd@gnu.org>
12799
12800 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12801 to file-directory-p.
12802
128032000-04-14 Gerd Moellmann <gerd@gnu.org>
12804
12805 * gud.el (gud-jdb-build-source-files-list): Check that directory
12806 exists before calling directory-files.
12807
128082000-04-13 Dave Love <fx@gnu.org>
12809
12810 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12811 syntax.
12812
12813 * emacs-lisp/cl-specs.el: Remove when, unless.
12814
12815 * emacs-lisp/cl-extra.el: Don't quote keywords.
12816 (cl-old-mapc): New variable.
12817 (mapc): Use it.
12818 (cl-map-intervals): Use with-current-buffer. Don't check for
12819 next-property-change.
12820 (cl-map-overlays): Use with-current-buffer.
12821 (cl-expt): Remove.
12822 (copy-tree, remprop): Define unconditionally.
12823
12824 * emacs-lisp/cl-compat.el (keywordp): Remove.
12825
12826 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12827 to use keywordp.
12828 (edebug-spec): Enable keywordp.
12829
12830 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12831 string-lessp.
12832
12833 * cus-start.el: Use keywordp.
12834
128352000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12836
12837 * diary-lib.el (include-other-diary-files): Fix the fix of
12838 2000-02-18 by doing a save-excursion.
12839
128402000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12841
12842 * ps-print.el: Customization fix, doc fix.
12843 (ps-print-version): New version number (5.1.4).
12844 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12845 (ps-print-preprint): Adjust code.
12846 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12847 (ps-print-prologue-header, ps-print-control-characters)
12848 (ps-spool-config): Customization fix.
12849
128502000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12851
12852 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12853 converted to the new menu-item format, names silightly changed,
12854 help strings added.
12855
12856 Support for spelling without async subprocesses:
12857
12858 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12859 (ispell-session-buffer): New variables.
12860 (ispell-start-process, ispell-process-status,
12861 ispell-accept-output, ispell-send-string): New functions, for
12862 Ispell invocation when async subprocesses aren't supported.
12863 (ispell-word, ispell-pdict-save, ispell-command-loop,
12864 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12865 to process-send-string with calls to ispell-send-string, and
12866 accept-process-output with ispell-accept-output.
12867 (ispell-init-process): Call ispell-process-status instead of
12868 process-status with.
12869 (ispell-init-process): Call ispell-start-process. Call
12870 ispell-accept-output and ispell-send-string. Don't call
12871 process-kill-without-query and kill-process if they are unbound.
12872 (ispell-async-processp): New function.
12873
128742000-04-12 Dave Love <fx@gnu.org>
12875
12876 * info.el: Add debug-ignored-errors.
12877 (Info-mode-menu): Add some items.
12878 (Info-directory): Add autoload cookie.
12879
12880 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12881 Modify `truncate-lines'. Make `describe-language-environment'
12882 always visible and add help. Modify `describe-key' help. Invoke
12883 Info-directory from `info'. New entry `emacs-manual'.
12884
128852000-04-10 Gerd Moellmann <gerd@gnu.org>
12886
12887 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12888 propertized-buffer-identification.
12889 (ebrowse-update-member-buffer-mode-line): Likewise.
12890 (ebrowse--mode-strings): Removed.
12891 (ebrowse--mode-line-props): Removed.
12892
12893 * files.el (auto-mode-alist): Add `EBROWSE'.
12894
12895 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12896 space before testing for end of buffer.
12897 (ebrowse-load): Removed.
12898 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12899 (ebrowse-create-tree-buffer): Rewritten.
12900 (ebrowse-tree-mode): Read tree from buffer.
12901
12902 * progmodes/ebrowse-ffh.el: Removed.
12903
129042000-04-10 Kenichi Handa <handa@etl.go.jp>
12905
12906 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12907
129082000-04-10 Gerd Moellmann <gerd@gnu.org>
12909
12910 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12911 at the wrong place.
12912
129132000-04-09 Dave Love <fx@gnu.org>
12914
12915 * files.el (backup-enable-predicate): Use
12916 temporary-file-directory, small-temporary-file-directory.
12917 (make-backup-file-name-function, backup-directory-alist): New
12918 variables.
12919 (make-backup-file-name-1): New function.
12920 (make-backup-file-name): Use it.
12921 (find-backup-file-name): Likewise. Use format for clarity, not
12922 concat.
12923 (file-newest-backup): Use make-backup-file-name.
12924
129252000-04-09 Gerd Moellmann <gerd@gnu.org>
12926
12927 * progmodes/ebrowse-ffh.el: New file.
12928
12929 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12930 to ebrowse-ffh.el.
12931 (ebrowse-load): Add autoload.
12932
12933 * finder.el (finder-commentary): Add autoload cookie.
12934
12935 * mail/rfc2368.el: Correct author's email address.
12936
12937 * progmodes/ebrowse.el: New file.
12938
12939 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12940 item help string.
12941 (easy-menu-do-add-item): Ditto.
12942 (easy-menu-define): Extend doc string.
12943
12944 * jit-lock.el (with-buffer-unmodified): Use
12945 restore-buffer-modified-p.
12946 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12947 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12948 with-buffer-unmodified.
12949
129502000-04-08 Dave Love <fx@gnu.org>
12951
12952 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12953 unless, when.
12954
129552000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12956
12957 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12958 (viper-flash-search-pattern): No operation when using Emacs
12959 doesn't support face.
12960 Use `viper-put-on-search-overlay'.
12961
129622000-04-04 Gerd Moellmann <gerd@gnu.org>
12963
12964 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12965 like C-r.
12966
12967 * progmodes/make-mode.el: Some doc fixes.
12968 (makefile-mode-abbrev-table): New variable.
12969 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12970 (makefile-font-lock-keywords): Fontify includes and conditionals.
12971 (toplevel): Require `dabbrev' and `add-log' when compiling.
12972
12973 * replace.el (perform-replace): Don't move forward one char
12974 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12975 to do that because it leaves point 1 position after the last
12976 replacement, after everything has been replaced.
12977
12978 * jit-lock.el (with-buffer-unmodified): New macro.
12979 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12980 modified state.
12981 (jit-lock-function-1): Extracted from jit-lock-function; not
12982 preserving buffer's modified state.
12983 (jit-lock-function, jit-lock-stealth-fontify): Call
12984 jit-lock-function-1.
12985
12986 * mail/rfc2368.el: Remove supernumerary copyright line.
12987
129882000-04-04 Milan Zamazal <pdm@freesoft.cz>
12989
12990 * glasses.el: Provide facilities for inserting space before left
12991 parentheses and uncapitalization of identifiers.
12992 (glasses-mode): Try to remove old overlays in all cases.
12993
129942000-04-03 Gerd Moellmann <gerd@gnu.org>
12995
12996 * progmodes/compile.el (compile-internal): Display the compilation
12997 buffer in a different frame, if it's already displayed there.
12998
12999 * mail/rfc2368.el: New file.
13000
13001 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13002 header and insert its value as mail body.
13003
13004 * subr.el (member-ignore-case): New function.
13005
13006 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13007 (dabbrev--find-expansion): Ignore buffers matching a regexp
13008 from dabbrev-ignored-regexps.
13009
13010 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13011 to extensions handled by gzip.
13012
130132000-04-03 Richard M. Stallman <rms@gnu.org>
13014
13015 * files.el (insert-directory): List the total free space
13016 along with the used space.
13017
13018 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13019 line is followed by one that matches CITATION-REGEXP, end the
13020 paragraph.
13021
130222000-04-03 Markus Rost <rost@delysid.gnu.org>
13023
13024 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13025 (rmail-make-basic-summary-line): Use that option.
13026
130272000-04-03 Kenichi Handa <handa@etl.go.jp>
13028
13029 * international/mule-cmds.el (encoded-string-description):
13030 Rewritten. Try pretty description for ISO 2022 escape sequences
13031 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13032 for hexadecimal format.
13033
130342000-04-01 Dave Love <fx@gnu.org>
13035
13036 * cpp.el: Change customization group to `c' from `C'.
13037
13038 * vcursor.el (vcursor-move): Use display-color-p.
13039
13040 * international/mule-util.el: Provide mule-utils.
13041 (string-to-sequence): Simplify and speed up.
13042
13043 * international/mule.el (make-coding-system): Purecopy doc-string.
13044
13045 * international/mule-cmds.el: Various menu changes.
13046 (describe-specified-language-support): Handle `Default'.
13047 (set-language-info): Purecopy `info'.
13048
130492000-03-31 Andrew Innes <andrewi@gnu.org>
13050
13051 * vc.el (vc-backend-diff): Return the correct status if we had to
13052 retry the rcsdiff command without the --brief option.
13053
130542000-03-31 Dave Love <fx@gnu.org>
13055
13056 * help.el (help-manyarg-func-alist): Correct several omissions.
13057
13058 * add-log.el: Don't require cl, fortran.
13059 (add-log-current-defun-function): Doc fix.
13060 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13061 fix.
13062 (change-log-version-rcs): Function deleted.
13063 (change-log-version-number-search): Doc fix. Use
13064 vc-workfile-version. Avoid CL dolist.
13065 (add-change-log-entry): Just call add-log-current-defun to get
13066 defun. Simplify somewhat.
13067 (change-log-get-method-definition-1): Likewise.
13068 (add-log-current-defun): Return nil if calling
13069 add-log-current-defun-function does so. Move Fortran stuff to
13070 fortran.el. Return string without properties.
13071
13072 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13073 and :alpha: char classes.
13074
13075 * mail/supercite.el: Defvar curline when compiling.
13076 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13077 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13078 rather than a-zA-Z0-9 to allow non-ASCII characters.
13079
130802000-03-31 Gerd Moellmann <gerd@gnu.org>
13081
13082 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13083
13084 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13085 Re-enable new code.
13086
13087 * lpr.el (print-region-1): Use -d to specify printer name for
13088 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13089
130902000-03-31 Dave Love <fx@gnu.org>
13091
13092 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13093 for function definition in symbol's function value slot first
13094 instead of first consulting byte-compile-function-environment.
13095
130962000-03-31 Kenichi Handa <handa@etl.go.jp>
13097
13098 * language/european.el ("Polish"): New language environment.
13099 (setup-polish-environment): New function.
13100
131012000-03-30 Gerd Moellmann <gerd@gnu.org>
13102
13103 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13104 Disable new code.
13105
13106 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13107 trying to `load' the symbol of an autoload instead of the file
13108 recorded in the autoload. Fix error messages.
13109
131102000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13111
13112 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13113 (ps-print-version): New version number (5.1.3).
13114 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13115 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13116 (ps-generate-postscript-with-faces): Code fix.
13117 (ps-color-values): XEmacs compatibility.
13118 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13119 (ps-default-fg, ps-default-bg): Adjust customization.
13120 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13121 (ps-color-scale): Renaming old ps-color-value fun.
13122 (ps-print-headers): Replace ps-print-header group to avoid conflict
13123 with ps-print-header variable.
13124 (ps-print-miscellany): New group.
13125 (ps-format-color, ps-rgb-color): New funs.
13126 (ps-default-foreground): New var.
13127 (ps-printer-name-option): New const.
13128
131292000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13130
13131 * net/net-utils.el:
13132 (network-connection-host, network-connection-service): New variables
13133 (network-connection-mode): New mode, derived from comint-mode
13134 (network-connection-mode-setup): New function, saves host and
13135 service information in local variables.
13136
13137 * lisp/locate.el:
13138 (locate-word-at-point): Added this function
13139 (locate): Default to using locate-word-at-point as input
13140 Run dired-mode-hook
13141
131422000-03-29 Dave Love <fx@gnu.org>
13143
13144 * calendar/appt.el: Doc fixes.
13145 (appt-check): Convert min-to-app to a string before passing to
13146 appt-disp-window-function or concat.
13147 (appt-delete-window): Remove test for frame-root-window.
13148 (appt-select-lowest-window, appt-convert-time): Simplify.
13149
13150 * emacs-lisp/bytecomp.el: Doc fixes.
13151 (byte-compile-file-form-autoload): Update
13152 byte-compile-function-environment.
13153
131542000-03-29 Andreas Schwab <schwab@suse.de>
13155
13156 * emacs-lisp/autoload.el: Also print defsubst doc string
13157 specially.
13158
13159 * dired.el (dired-insert-directory): If dired-free-space-program
13160 failed just delete its output.
13161
131622000-03-29 Dave Love <fx@gnu.org>
13163
13164 * international/iso-cvt.el: Move provide to end. Doc fixes.
13165 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13166 (iso-iso2sgml, iso-sgml2iso): New functions.
13167 (iso-cvt-define-menu): Fix some entries and use backquote for
13168 clarity.
13169
13170 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13171
131722000-03-28 Gerd Moellmann <gerd@gnu.org>
13173
13174 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13175 ISO-DATE. If non-nil, return date in ISO 8601 format.
13176
131772000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13178
13179 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13180 if it ever becomes used.
13181 (log-edit-mode-hook): Default to vc-log-mode-hook.
13182 (log-edit-mode): Fix the docstring.
13183
13184 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13185 the code.
13186
131872000-03-26 Dave Love <fx@gnu.org>
13188
13189 * net/browse-url.el (browse-url): Re-fix case of
13190 browse-url-browser-function being an alist.
13191 (browse-url): Add :link to defgroup.
13192
13193 * files.el: Doc fixes.
13194 (file-truename): Include `[' in wildcard characters.
13195 (automount-dir-prefix): Customize.
13196 (find-file-wildcards): Add :version.
13197 (find-file-noselect): Simplify a mapcar call.
13198
13199 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13200 compatible with inf-lisp version.
13201 (eval-defun-1): Fix custom-declare-variable case.
13202
132032000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13204
13205 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13206
132072000-03-24 Gerd Moellmann <gerd@gnu.org>
13208
13209 * Makefile (COMPILE_FIRST): New macro.
13210 (compile-files): Compile files from COMPILE_FIRST first.
13211
13212 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13213 code.
13214
13215 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13216 matching open parenthesis in column 0 to defun-prompt-regexp
13217 only if open-paren-in-column-0-is-defun-start is set.
13218
13219 * sun-curs.el: Require CL at compile-time only.
13220
13221 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13222 instead of copy-list which is a function from CL.
13223 (msb--choose-menu, msb--mode-menu-cond)
13224 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13225 (msb--init-file-alist): Use mapcar instead of mapcan.
13226 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13227 `(' in column 0 in doc string.
13228 (msb--add-separators): Use mapcar instead of mapcan.
13229
13230 * cus-dep.el: Require CL at compile-time only.
13231
132322000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13233
13234 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13235 (byte-compile-warnings): New warning `noruntime'.
13236 (byte-compile-constants, byte-compile-variables): Fix docstring.
13237 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13238 execute `eval-whenc-compile's body.
13239 (byte-compile-unresolved-functions): Fix docstring.
13240 (byte-compile-eval): New function.
13241 (byte-compile-callargs-warn): Check if the function will be available
13242 at runtime (via property `byte-compile-noruntime').
13243 (byte-compile-print-syms): New function.
13244 (byte-compile-warn-about-unresolved-functions): Also warn about
13245 `noruntime' functions (and use `byte-compile-print-syms').
13246 (byte-compile-file): Capitalize the message.
13247
132482000-03-24 Gerd Moellmann <gerd@gnu.org>
13249
13250 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13251 (rmail-expunge): Ask for confirmation depending on the setting
13252 of rmail-confirm-expunge.
13253
132542000-03-23 Gerd Moellmann <gerd@gnu.org>
13255
13256 * Makefile (bootstrap-clean): If $(emacs) exists, build
13257 loaddefs.el first. A loaddefs.el that's not up-to-date might
13258 cause a bootstrap failure because things don't autoload as
13259 expected.
13260
132612000-03-23 Dave Love <fx@gnu.org>
13262
13263 * net/browse-url.el: Restore previous use of
13264 browse-url-maybe-new-window.
13265
132662000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13267
13268 * ps-print.el: Skip banner page fix.
13269 (ps-print-version): New version number (5.1.2).
13270 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13271
132722000-03-23 Dave Pearson <davep@davep.org>
13273
13274 * net/quickurl.el Changed the type of parameter passed to the
13275 function defined by `quickurl-format-function'. Before only the
13276 text of the URL was passed. Now the whole URL structure is passed
13277 and the function is responsible for extracting the parts it
13278 requires. Changed the default of `quickurl-format-function'
13279 accordingly.
13280 (quickurl-insert): Changed the `funcall' of
13281 `quickurl-format-function' to match the above change.
13282 (quickurl-list-insert): Changed the `url' case so that it makes
13283 use of `quickurl-format-function', previous to this the format was
13284 hard wired.
13285
132862000-03-22 Gerd Moellmann <gerd@gnu.org>
13287
13288 * startup.el: Change some spellings for the X Window System.
13289
132902000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13291
13292 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13293 up the code and the regexp and make sure the cursor is temporarily
13294 moved to the suspicious line while querying the user.
13295
132962000-03-22 Jason Rumney <jasonr@gnu.org>
13297
13298 * w32-fns.el (w32-charset-info-alist): Initialize.
13299
133002000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13301
13302 * ps-print.el: N-up last page fix.
13303 (ps-print-version): New version number (5.1.1).
13304 (ps-end-file, ps-end-job, ps-generate): Code fix.
13305
133062000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13307
13308 * files.el (find-file-run-dired): Update docstring.
13309 (find-directory-functions): New hook.
13310 (find-file-noselect): Run find-directory-functions rather than
13311 calling dired directly.
13312
13313 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13314
13315 * pcvs.el: Add a minimal leading commentary.
13316 (cvs-make-cvs-buffer): Change the header part by removing the startup
13317 message and adding a `Module' entry. Also replace the FOOTER and
13318 HEADER special fileinfos with the new support in ewoc for updating
13319 its own footer and header.
13320 (cvs-update-header): Update to use the header/footer of the ewoc.
13321 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13322 (cvs-is-within-p): New function.
13323 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13324 to only examine some subset of the buffers.
13325
13326 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13327 `format' instead of our own ad-hoc functions.
13328 Remove HEADER and FOOTER cases, now handled in the EWOC.
13329 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13330
13331 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13332 output to avoid scaring the user.
13333 (cvs-parse-table): Catch message for non-up-to-date commits.
13334
13335 * pcvs-defs.el (cvs-startup-message): Remove.
13336 (cvs-global-menu): New autoloaded menu.
13337
13338 * pcvs-util.el (cvs-string-fill): Remove.
13339
13340 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13341 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13342 PP part of it and also make it work for footers and headers.
13343 (ewoc-create): Drop POS and BUFFER arguments.
13344 Use the DLL's dummy node to store the end-of-footer position.
13345 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13346 (ewoc-refresh): Remove unused `header' variable.
13347 (ewoc-(get|set)-hf): New functions.
13348
13349 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13350 log-view-*-(message|file) and use easy-mmode-define-navigation.
13351 (log-view-message-re): Match SCCS format as well.
13352 And match the revision line rather than the dashed separator line.
13353 (log-view-mode): Use the new define-derived-mode.
13354 (log-view-current-tag): Fill in with an actual implementation.
13355
13356 * cvs-status.el (cvs-status-(prev|next)): Rename from
13357 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13358 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13359 to let the output "breathe" a little more (more readable).
13360 (cvs-status-mode): Use the new define-derived-mode.
13361
13362 * smerge-mode.el (smerge-auto-leave): New function and variable.
13363 (smerge-basic-map): Rename from smerge-basic-keymap.
13364 Change the bindings for smerge-diff-*.
13365 (smerge-*-map): Use easy-mmode-defmap.
13366 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13367 (smerge-keep-*): Use smerge-auto-leave.
13368
133692000-03-21 Jason Rumney <jasonr@gnu.org>
13370
13371 * cus-edit.el (custom-button-face): Use 3D look for w32.
13372 (custom-button-pressed-face): Likewise.
13373
133742000-03-21 Gerd Moellmann <gerd@gnu.org>
13375
13376 * progmodes/etags.el (tags-case-fold-search): New user-option.
13377 (tags-loop-eval): New function. Bind case-fold-search around eval
13378 depending on the value of tags-case-fold-search.
13379 (tags-loop-continue): Use tags-loop-eval.
13380 (find-tag-in-order): Bind case-fold-search depending on the value
13381 of tags-case-fold-search.
13382
133832000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13384
13385 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13386 (diff-end-of-hunk): Return the end position for use in
13387 `easy-mmode-define-navigation'.
13388 (diff-recenter): Remove.
13389 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13390 of `easy-mmode-define-navigation'.
13391 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13392 previous renaming) and fix to use new names.
13393 (diff-merge-strings): Use \n as separator: simpler, faster.
13394 (diff-mode): Use `define-derived-mode'.
13395
13396 * derived.el (define-derived-mode): Don't autoload anymore.
13397 Prefer the macro-only version provided by easy-mmode.el.
13398
13399 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13400 `easy-mmode-define-derived-mode'.
13401 Use `combine-run-hooks'.
13402 (easy-mmode-define-navigation): New macro.
13403
13404 * subr.el (combine-run-hooks): New function.
13405
134062000-03-21 Kenichi HANDA <handa@etl.go.jp>
13407
13408 * term/x-win.el: Fontsets related initialization is simplified.
13409
13410 * international/mule-diag.el (describe-font): Don't refer to
13411 global-fontset-alist, instead call font-list.
13412 (describe-fontset, list-fontsets, mule-diag): Likewise.
13413 (print-fontset): Adjusted for the change of fontset
13414 implementation.
13415
13416 * international/fontset.el (x-charset-registries): Variable
13417 removed, instead the corresponding data is stored in the default
13418 fontset.
13419 (register-alternate-fontnames): Function removed.
13420 (resolved-ascii-font): Variable removed.
13421 (x-compose-font-name): Ignore the second argument REDOCE.
13422 (x-complement-fontset-spec): Complement only an ASCII font and
13423 element for those charsets than can use that ASCII font.
13424 (generate-fontset-menu): Don't refer to global-fontset-alist,
13425 instead call fontset-list.
13426 (uninstantiated-fontset-alist): Variable removed.
13427 (x-style-funcs-alist): Likewise.
13428 (fontset-default-styles): Likewise.
13429 (x-modify-font-name): Function removed.
13430 (create-fontset-from-fontset-spec): Ignore the argument
13431 STYLE-VARIANT.
13432 (create-fontset-from-ascii-font): Docsting adjusted for the above
13433 change.
13434 (instantiate-fontset, resolve-fontset-name): Functions removed.
13435 (fontset-list): Now implemented by C code.
13436
13437 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13438 (describe-face): Include `font' attribute in the description.
13439
134402000-03-21 Kenichi Handa <handa@etl.go.jp>
13441
13442 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13443
134442000-03-20 Gerd Moellmann <gerd@gnu.org>
13445
13446 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13447 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13448 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13449
13450 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13451 about behavior of set-buffer-modified-p wrt redisplay.
13452
134532000-03-19 Richard M. Stallman <rms@gnu.org>
13454
13455 * view.el (view-mode-disable): Kill local binding of view-read-only.
13456
134572000-03-18 Gerd Moellmann <gerd@gnu.org>
13458
13459 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13460 is a string, convert it to a syntax cell using string-to-syntax.
13461
13462 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13463 (string-to-syntax): New function.
13464
13465 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13466 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13467 try to use passive ftp mode.
13468
134692000-03-17 Gerd Moellmann <gerd@gnu.org>
13470
13471 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13472
13473 * simple.el (append-to-buffer): Update point of windows after
13474 insertion.
13475
13476 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13477 forward then moving backward. Reindent.
13478
13479 * frame.el (other-frame): Call x-focus-frame only if
13480 focus-follows-mouse is off.
13481
134822000-03-17 Dave Love <fx@gnu.org>
13483
13484 * pcvs-util.el (cvs-strings->string): Rename
13485 replace-regexps-in-string.
13486
134872000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13488
13489 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13490 regexp for labels cannot span several lines.
13491
13492 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13493 `(setq :<key> ':<key>)' to the macro expansion.
13494
134952000-03-16 Dave Love <fx@gnu.org>
13496
13497 * progmodes/f90.el (f90): Put custom group under `languages', not
13498 `fortran'.
13499 (f90-mode-hook): Customize.
13500 (f90-mode): Set add-log-current-defun-function.
13501 (f90-current-defun): New function.
13502
135032000-03-16 Gerd Moellmann <gerd@gnu.org>
13504
13505 * cus-edit.el (custom-variable-tag-face): Handle case that
13506 default face's height is not a number.
13507 (custom-face-tag-face, custom-group-tag-face-1)
13508 (custom-group-tag-face): Ditto.
13509 (custom-group-tag-face-1): Add :group.
13510
13511 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13512
135132000-03-15 Gerd Moellmann <gerd@gnu.org>
13514
13515 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13516 requiring easymenu.
13517
135182000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13519
13520 * ps-print.el: PostScript user-defined prologue, PostScript error
13521 handler, doc fix.
13522 (ps-print-version): New version number (5.1).
13523 (ps-user-defined-prologue, ps-error-handler-message)
13524 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13525 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13526 (ps-insert-string): New function.
13527
135282000-03-15 Kenichi Handa <handa@etl.go.jp>
13529
13530 * international/ccl.el (ccl-compile-expression): Don't generate
13531 invalid self-assignment code.
13532
135332000-03-14 Dave Love <fx@gnu.org>
13534
13535 * subr.el (replace-regexp-in-string): Renamed from
13536 replace-regexps-in-string. Doc fix.
13537
135382000-03-12 Dave Love <fx@gnu.org>
13539
13540 * cus-edit.el: Doc fixes.
13541 (customize-set-variable, customize-save-variable): Rename args for
13542 doc.
13543 (custom-variable-tag-face, custom-face-tag-face)
13544 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13545 style which user identify as hyperlink.
13546 (hook): Don't add undefined functions to the hook.
13547 (debug-ignored-errors): Transfer message from bindings.el.
13548
135492000-03-12 Gerd Moellmann <gerd@gnu.org>
13550
13551 * recentf.el (recentf-keep-non-readable-files-p): Remove
13552 double/nested definition.
13553
135542000-03-12 Dave Love <fx@gnu.org>
13555
13556 * facemenu.el (facemenu-get-face): Use display-color-p.
13557 * enriched.el (enriched-decode-foreground): Likewise.
13558 (enriched-decode-background): Likewise.
13559 * isearch.el (isearch-highlight): Likewise.
13560 * info-look.el (info-lookup): Likewise.
13561 * simple.el (completion-setup-function): Likewise.
13562
13563 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13564 :options.
13565
13566 * bindings.el (mode-line-format): Fix line-number and
13567 column-number items. Add help-echo for the background.
13568 (mode-line-mule-info): Modify help-echo.
13569
13570 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13571
13572 * files.el (load-file): Allow completion to .elc.
13573
13574 * man.el: Doc fixes.
13575 (Man-init-defvars): Use display-color-p to set fontification.
13576
13577 * play/hanoi.el (hanoi-internal): Don't use oddp.
13578
135792000-03-12 Gerd Moellmann <gerd@gnu.org>
13580
13581 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13582
13583 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13584
135852000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13586
13587 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13588 Fix comment.
13589
135902000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13591
13592 * font-lock.el (font-lock-keywords): Fix the doc now that
13593 regexp-opt-depth is unnecessary.
13594 (save-buffer-state): Set an edebug spec.
13595 (font-lock-fontify-anchored-keywords): Properly handle the case when
13596 the matcher goes past the limit.
13597
13598 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13599 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13600
13601 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13602 dll.el and cookie.el (from Elib) with heavy renaming and other
13603 massaging.
13604
13605 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13606 Autoload the functions used.
13607 (easy-mmode-define-syntax): Fix CL typo.
13608 (easy-mmode-define-derived-mode): Improve the docstring generation.
13609
136102000-03-10 Gerd Moellmann <gerd@gnu.org>
13611
13612 * textmodes/texinfo.el (texinfo-version): Variable and function
13613 removed.
13614
136152000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13616
13617 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13618 allow more flexibility.
13619 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13620 fns.
13621 (easy-mmode-defmap, easy-mmode-defsyntax)
13622 (easy-mmode-define-derived-mode): New macros.
13623
136242000-03-09 Didier Verna <didier@xemacs.org>
13625
13626 * rect.el (replace-rectangle): New function.
13627
136282000-03-09 Dave Love <fx@gnu.org>
13629
13630 * progmodes/fortran.el (fortran-comment-line-start): Define as
13631 "C".
13632 (fortran-comment-line-start-skip): Don't match cpp stuff.
13633 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13634 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13635 (fortran-mode): Don't set fortran-comment-line-start-skip,
13636 fortran-comment-line-start here. Set comment-start,
13637 add-log-current-defun.
13638 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13639 (fortran-current-defun): New function.
13640
136412000-03-09 Gerd Moellmann <gerd@gnu.org>
13642
13643 * emacs-lisp/re-builder.el: New file.
13644
13645 * mouse.el (mouse-drag-region): Don't run up-event handler
13646 if hscroll has changed.
13647
13648 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13649 builtin operators, use `font-lock-builtin-face' for Emacs and
13650 `font-lock-preprocessor-face' otherwise.
13651
13652 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13653 `(defun (setf foo)' differently.
13654
136552000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13656
13657 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13658 (regexp-opt): Update comment and adapt the code the new meaning of
13659 the `paren' argument of regex-opt-group for shy-groups.
13660 (regexp-opt-depth): Handle shy groups as well as backslashed
13661 backslashes.
13662 (regexp-opt-group): Turn the leading comment into a docstring.
13663 Allow `paren' to be a string (the string to use to open a group).
13664 Remove open-presuf and close-presuf. Instead of checking for `all
13665 one-char' and then later on check for `several one-char', handle
13666 both cases close together. Also apply a more generic algorithm
13667 for suffixes (the mirror image of the algorithm used for
13668 prefixes). Use shy-groups. Use nreverse rather than reverse.
13669 (regexp-opt-try-suffix): Removed.
13670
13671 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13672 from comint-mode-map, so we can just inherit from it. Also, move
13673 the initialization into the `defvar' since there's no docstring
13674 anyway and it's fairly short.
13675 (inferior-scheme-mode): Define it as derived-mode: the code is
13676 shorter and this way we inherit from comint-mode-map rather than
13677 copying it.
13678
13679 * subr.el (replace-regexps-in-string): Properly handle the case
13680 where we match an empty string.
13681
13682 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13683 when the command has a directory component (such as "./testml").
13684 Also fix a typo in the comment.
13685
136862000-03-08 Gerd Moellmann <gerd@gnu.org>
13687
13688 * Makefile (compile-files): Compile files one by one because
13689 that's the only way to ensure a clean compilation environment for
13690 each individual file.
13691
13692 * frame.el (other-frame): Call x-focus-frame.
13693
136942000-03-07 Dave Love <fx@gnu.org>
13695
13696 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13697 :require to defcustom.
13698
13699 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13700 lists.
13701
13702 * files.el (auto-mode-alist): Add configure.in.
13703
13704 * progmodes/autoconf.el: New file.
13705
137062000-03-07 Gerd Moellmann <gerd@gnu.org>
13707
13708 * mail/mh-e.el: Change maintainer to `none'.
13709
13710 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13711 to remove-hook and add-hook.
13712
137132000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13714
13715 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13716 it as the default.
13717 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13718 (sendmail-send-it): Conditionally add MIME headers specifying the
13719 used character set.
13720
137212000-03-07 Dave Love <fx@gnu.org>
13722
13723 * winner.el: Fix keywords, autoload cookies. Split
13724 eval-when-compile form to avoid compilation failure.
13725
137262000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13727
13728 * international/mule.el: Modify comment about coding system
13729 property `coding-category'.
13730 (make-coding-system): New argument EOL-TYPE. Pay attention to
13731 coding-category property of PROPERTIES.
13732
13733 * international/mule-conf.el (coding-category-utf-8,
13734 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13735 categories. Include them in the argument for set-coding-priority.
13736
13737 * international/mule-cmds.el (reset-language-environment): Include
13738 coding-category-utf-8, coding-category-utf-16-be, and
13739 coding-category-utf-16-le in the argument for set-coding-priority.
13740 (reset-language-environment): Initialize coding-category-utf-8,
13741 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13742
137432000-03-06 Karl Fogel <kfogel@red-bean.com>
13744
13745 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13746 code abstracted out of `bookmark-jump-noselect'. Now tries info
13747 extensions as well as compression extensions.
13748 (bookmark-jump-noselect): Use above new func.
13749
137502000-03-03 Gerd Moellmann <gerd@gnu.org>
13751
13752 * strokes.el: Change maintainer's mail address.
13753
137542000-03-03 Kenichi Handa <handa@etl.go.jp>
13755
13756 * international/mule-diag.el (list-character-sets): Make help-echo
13757 string by substitute-command-keys.
13758 (list-character-sets): Likewise.
13759 (sort-listed-character-sets): Call help-setup-xref.
13760
137612000-03-02 Gerd Moellmann <gerd@gnu.org>
13762
13763 * time.el (display-time-mail-file): Add `none' to the list of
13764 choices.
13765
137662000-03-01 Dave Love <fx@gnu.org>
13767
13768 * help.el (help-xref-go-back): Don't try to set position.
13769
13770 * international/mule-diag.el (list-character-sets): Call
13771 help-setup-xref. Add help-echo to xrefs.
13772 (list-character-sets-1): Add help-echo to xrefs.
13773
137742000-03-02 Gerd Moellmann <gerd@gnu.org>
13775
13776 * frame.el (blink-cursor-mode): Switch cursor on when turning
13777 the mode off.
13778
13779 * add-log.el (add-log-current-defun): Add support for
13780 Autoconf mode.
13781
13782 * mail/rmail.el (rmail-quit-hook): New variable.
13783
137842000-03-01 Dave Love <fx@gnu.org>
13785
13786 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13787
13788 * help.el (help-xref-button): Add help-echo arg.
13789 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13790
13791 * faces.el (list-faces-display): Supply help-echo with
13792 help-make-xrefs.
13793
13794 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13795 nil.
13796
137972000-03-01 Gerd Moellmann <gerd@gnu.org>
13798
13799 * image.el (defimage): Look for image files in load-path.
13800
13801 * frame.el (busy-cursor-delay-seconds): Change type to
13802 `number'.
13803
138042000-03-01 David Ponce <david.ponce@wanadoo.fr>
13805
13806 * recentf.el (recentf): Added version tag to the defgroup of
13807 recentf.
13808
138092000-03-01 David Ponce <david.ponce@wanadoo.fr>
13810
13811 * recentf.el (recentf-cleanup): Changed to remove excluded file
13812 too.
13813 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13814 action to select/unselect a file.
13815 (recentf-edit-list): Code cleanup and improvement.
13816 (recentf-open-more-files-action): `recentf-open-more-files' button
13817 widget action to open a file.
13818 (recentf-open-more-files): No more use standard completion but
13819 widgets.
13820 (recentf-more-collection): Deleted.
13821 (recentf-more-history): Deleted.
13822 (recentf-setup-more-completion): Deleted.
13823
138242000-03-01 David Ponce <david.ponce@wanadoo.fr>
13825
13826 * recentf.el (recentf-mode): No more needs that Emacs is running
13827 under a window-system.
13828
138291999-03-01 David Ponce <david.ponce@wanadoo.fr>
13830
13831 * recentf.el (recentf-edit-list): New command to edit the recent
13832 list which allow the user to remove files.
13833 (recentf-edit-selected-items): New global variable, used by
13834 `recentf-edit-list' to hold the list of files to be removed from
13835 the recent list.
13836 (recentf-make-menu-items): Updated to display a "Edit list..."
13837 menu item. Minor code cleanup.
13838
138391999-03-01 David Ponce <david.ponce@wanadoo.fr>
13840
13841 * recentf.el (recentf-open-more-files): New command to open files
13842 that are not displayed in the menu.
13843 (recentf-more-collection): New global variable holding the set of
13844 permissible completions used by `recentf-open-more-files'.
13845 (recentf-more-history): New global variable holding the history list
13846 used by `recentf-open-more-files' completion.
13847 (recentf-setup-more-completion): New function to setup completion for
13848 `recentf-open-more-files'.
13849 (recentf-make-menu-items): Updated to display a "More..." menu item.
13850
138511999-03-01 David Ponce <david.ponce@wanadoo.fr>
13852
13853 * recentf.el (recentf-menu-action): Doc fixed.
13854
138551999-03-01 David Ponce <david.ponce@wanadoo.fr>
13856
13857 * recentf.el (recentf-menu-filter): Doc updated.
13858 (recentf-update-menu-hook): Allow menu filters to force menu update.
13859 (recentf-make-menu-items): New menu filter handling.
13860 (recentf-make-menu-item): New helper function.
13861 (recentf-menu-elements): New menu handling function.
13862 (recentf-sort-ascending): Updated to new menu filter handling.
13863 (recentf-sort-descending): Updated to new menu filter handling.
13864 (recentf-sort-basenames-ascending): New menu filter function.
13865 (recentf-sort-basenames-descending): New menu filter function.
13866 (recentf-show-basenames): New menu filter function.
13867 (recentf-show-basenames-ascending): New menu filter function.
13868 (recentf-show-basenames-descending): New menu filter function.
13869
138702000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13871
13872 * diary-lib.el (list-diary-entries): Don't try to go forward at
13873 the end of the buffer.
13874
138752000-02-29 Kenichi Handa <handa@etl.go.jp>
13876
13877 * international/mule-diag.el (list-character-sets): Completely
13878 rewritten.
13879 (sort-listed-character-sets): New function.
13880 (list-character-sets-1): Completely rewritten.
13881 (list-character-sets-2): New function.
13882 (non-iso-charset-alist): New variable.
13883 (decode-codepage-char): New function.
13884 (charset-history): New variable.
13885 (read-charset) (list-block-of-chars)
13886 (list-iso-charset-chars)
13887 (list-non-iso-charset-chars)
13888 (list-charset-chars): New functions.
13889 (mule-diag): Call list-character-sets-2, not
13890 list-character-sets-2.
13891 (dump-charsets): Likewise.
13892
138932000-02-29 Gerd Moellmann <gerd@gnu.org>
13894
13895 * dired-x.el (dired-filename-at-point): Add `@' to valid
13896 file name characters.
13897 (dired-filename-at-point): Handle ange-ftp file names.
13898
13899 * frame.el (frame-notice-user-settings): Use assq-delete-all
13900 instead of assoc-delete-all.
13901 (frame-notice-user-settings): Ditto.
13902
13903 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13904 Don't copy alist.
13905
139062000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13907
13908 * calculator.el (calculator-use-menu): New option.
13909 (calculator-initial-bindings): Changed some bindings to work as
13910 macros.
13911 (calculator-forced-input): Removed.
13912 (calculator-restart-other-mode): New variable.
13913 (calculator-mode-map): Set up menu.
13914
139152000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13916
13917 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13918 tags.
13919
139202000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13921
13922 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13923 translate all ESC key sequences.
13924 (viper-goto-mark-subr): restore markers for files for which
13925 they were saved.
13926 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13927 * viper-util.el (viper-set-replace-overlay-glyphs,
13928 viper-set-replace-overlay): always check if the replacement
13929 overlay is live.
13930 * viper.el (viper-vi-state-mode-list): added major modes.
13931 * ediff-wind.el: minor comment changes.
13932 * ediff.el: copyright notice date fix.
13933
139342000-02-27 Jason Rumney <jasonr@gnu.org>
13935
13936 * faces.el (face-font-family-alternatives): Add arial to helv.
13937 (mode-line, header-line, tool-bar): Same default as x for w32.
13938 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13939 face-font-family-alternatives from working.
13940 * term/w32-win.el (mouse-set-font): Do not build fontset from
13941 chosen font.
13942
139432000-02-25 Sam Steingold <sds@goems.com>
13944
13945 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13946 properly.
13947
139482000-02-25 Richard M. Stallman <rms@gnu.org>
13949
13950 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13951
139522000-02-25 Gerd Moellmann <gerd@gnu.org>
13953
13954 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13955 writable.
13956
13957 * frame.el (busy-cursor-delay-seconds): New option.
13958
139592000-02-24 Gerd Moellmann <gerd@gnu.org>
13960
13961 * frame.el (show-cursor-in-non-selected-windows): New option.
13962
139632000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13964
13965 * diary-lib.el (include-other-diary-files): Undo the selective
13966 display in any included file and don't kill it.
13967
139682000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13969
13970 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13971 bar. Menu items converted to (menu-item format, help strings
13972 added.
13973 [downcase, upcase]: Don't enable on MS-DOS.
13974 [symlink, symlinks]: Don't show if make-symbolic-link is not
13975 bound.
13976 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13977
139782000-02-23 Dave Love <fx@gnu.org>
13979
13980 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13981 (backward-kill-word): Revert addition of * to interactive spec --
13982 it's a feature.
13983
13984 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13985 (backward-kill-sentence, kill-sentence): Likewise.
13986
13987 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13988 scratch buffer name.
13989 (gud-format-command): Use int-to-string in ?l case. Simplify
13990 slightly.
13991
13992 * term/w32-win.el (internal-face-interactive): Update prompt for
13993 new read-face-name.
13994
13995 * mail/footnote.el (footnote): Add :version to defgroup.
13996 (footnote-section-tag-regexp): Customize.
13997 (footnote-start-tag, footnote-end-tag): New option.
13998 (footnote-latin-regexp): New variable.
13999 (Footnote-latin): New function.
14000 (footnote-style-alist): Add element for latin style.
14001 (footnote-style): Moved.
14002 (Footnote-goto-footnote): Use eq to test arg.
14003
14004 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14005
14006 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14007 (byte-compile-trueconstp): Include keywords.
14008 (byte-optimize-quote, byte-optimize-lapcode): Use
14009 byte-compile-const-symbol-p.
14010 (byte-optimize-char-before): New optimization.
14011
14012 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14013 (byte-compile-const-symbol-p): New function.
14014 (byte-compile-constp, byte-compile-out-toplevel)
14015 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14016 Use it.
14017
14018 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14019
140202000-02-23 Kenichi Handa <handa@etl.go.jp>
14021
14022 * international/encoded-kb.el: Be sure to update minor-mode-alist
14023 and minor-mode-map-alist.
14024 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14025 codes SS2 and SS3 correctly.
14026 (encoded-kbd-self-insert-ccl): New function.
14027 (encoded-kbd-setup-keymap): New function.
14028 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14029 by calling encoded-kbd-setup-keymap.
14030
14031 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14032 characters.
14033 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14034 locally.
14035
140362000-02-22 Dave Love <fx@gnu.org>
14037
14038 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14039 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14040 defvar.
14041 (lisp-mode-syntax-table): Set up for #|...|# comments.
14042 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14043 classes. Match `defface'.
14044 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14045 (eval-defun-1): Fix for defcustom.
14046 (lisp-indent-region): Doc fix.
14047
14048 * subr.el (when, unless, split-string): Doc fix.
14049 (read-passwd): Move call of clear-this-command-keys to the right
14050 place.
14051 (replace-regexps-in-string): New function.
14052
140532000-02-22 Gerd Moellmann <gerd@gnu.org>
14054
14055 * help.el (describe-variable): Set syntax table to
14056 emacs-lisp-mode-syntax-table when moving forward over the
14057 symbol's name.
14058
140592000-02-22 Dave Love <fx@gnu.org>
14060
14061 * xt-mouse.el: Doc fixes.
14062 (xterm-mouse-position-function): New function, replacing advice of
14063 mouse-position.
14064 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14065
14066 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14067
140682000-02-21 Gerd Moellmann <gerd@gnu.org>
14069
14070 * format.el (format-annotate-single-property-change): Handle
14071 properties.with dotted-list values.
14072 (format-proper-list-p): New function.
14073
14074 * enriched.el (enriched-face-ans): Handle '(foreground-color
14075 . COLOR) and (background-color . COLOR).
14076
140772000-02-20 Dave Love <fx@gnu.org>
14078
14079 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14080 and assignments to it.
14081 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14082 current local map.
14083 (make-flyspell-overlay): Use it.
14084 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14085
14086 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14087 (lm-get-header-re): Defun, not defsubst.
14088 (lm-get-package-name): Defun, not defsubst. Simplify.
14089 (lm-version): Doc fix. Simplify.
14090 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14091 (lm-crack-address, lm-last-modified-date, lm-commentary)
14092 (lm-verify, lm-synopsis): Simplify.
14093 (lm-report-bug): Require emacsbug. Use compose-mail.
14094
140952000-02-20 Gerd Moellmann <gerd@gnu.org>
14096
14097 * dired.el (dired-mode): Call propertized-buffer-identification
14098 to set mode-line-buffer-identification to something having
14099 the right text properties.
14100
14101 * bindings.el (propertized-buffer-identification): New function.
14102
141032000-02-20 Dave Love <fx@gnu.org>
14104
14105 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14106 check for t-mouse too.
14107
14108 * cus-start.el: Make echo-keystrokes `number'.
14109
141102000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14111
14112 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14113 Don't call ring-empty-p unless tags-location-ring is bound.
14114 From Noah Friedman <friedman@splode.com>.
14115
141162000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14117
14118 * progmodes/hideshow.el (hs-flag-region): No longer use
14119 `intangible' overlay property.
14120
14121 (hs-toggle-hiding): New command.
14122 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14123
14124 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14125 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14126 and deactivation.
14127
141282000-02-18 Gerd Moellmann <gerd@gnu.org>
14129
14130 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14131
141322000-02-17 Gerd Moellmann <gerd@gnu.org>
14133
14134 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14135
14136 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14137 of `*' to handle `(* ... *)' comments.
14138
141392000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14140
14141 * faces.el (list-faces-display): Use display-mouse-p instead of
14142 window-system.
14143
14144 * menu-bar.el (global-map): Menu-bar items converted to the new
14145 format (menu-item..., rearranged for better CUA compliance, and
14146 their names changed for better clarity. Help strings added.
14147
14148 * international/mule-cmds.el (mule-menu-keymap)
14149 (describe-language-environment-map, set-coding-system-map)
14150 (setup-language-environment-map): Convert to new (menu-item...
14151 form, add help strings. Change names of menu items for better
14152 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14153 submenu).
14154
141552000-02-17 Gerd Moellmann <gerd@gnu.org>
14156
14157 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14158 within the code.
14159
141602000-02-16 Dave Love <fx@gnu.org>
14161
14162 * faces.el: Don't require custom. Add more specific :groups to
14163 various deffaces.
14164 (set-face-attribute): Purecopy args.
14165 (read-face-name): Default to name at point and use it in prompt.
14166 Remove colon from arg in all callers.
14167 (list-faces-display): Hyperlink to face descriptions and customize
14168 buffers.
14169
141702000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14171
14172 * wid-edit.el (widget-match-inline): An atom never matches a
14173 list.
14174
141752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14176
14177 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14178 at ':' characters by call to split-string.
14179
141802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14181
14182 * textmodes/bibtex.el: Added RCS version identification.
14183
141842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14185
14186 * textmodes/bibtex.el: Some temporary comments removed.
14187 (bibtex-field-name, bibtex-entry-type): Made the relationship
14188 explicit.
14189 (bibtex-field-const): Allow capital letters.
14190 (bibtex-start-of-string): Deleted because unused.
14191
14192 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14193 use the term 'reference' to describe a bibtex entry as a whole.
14194 Further, reference keys are no longer called 'labels'.
14195 (bibtex-keys): Renamed to bibtex-reference-keys.
14196 (bibtex-reformat-previous-labels): Renamed to
14197 bibtex-reformat-previous-reference-keys.
14198 (bibtex-reference-type): Renamed to bibtex-entry-type.
14199 (bibtex-reference-head): Renamed to bibtex-entry-head.
14200 (bibtex-reference-maybe-empty-head): Renamed to
14201 bibtex-entry-maybe-empty-head.
14202 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14203 (bibtex-search-reference): Renamed to bibtex-search-entry.
14204 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14205 bibtex-enclosing-entry-maybe-empty-head.
14206 (bibtex-entry-field-alist, bibtex-entry-head,
14207 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14208 bibtex-map-entries, bibtex-search-entry,
14209 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14210 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14211 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14212 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14213 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14214 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14215 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14216
142172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14218
14219 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14220 comment.
14221 (bibtex-format-field-delimiters): New function, functionality
14222 extracted from bibtex-format-entry.
14223 (bibtex-autokey-get-yearfield-digits): New function, functionality
14224 extracted from bibtex-autokey-get-yearfield.
14225
14226 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14227 entries in order to avoid stack overflow in the regexp matcher if
14228 field contents become large.
14229 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14230 bibtex-field-string-part-not-braced,
14231 bibtex-field-string-part-no-inner-braces,
14232 bibtex-field-string-part-1-inner-brace,
14233 bibtex-field-string-part-2-inner-braces,
14234 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14235 bibtex-field-string-quoted, bibtex-field-string,
14236 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14237 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14238 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14239 as parsing is now performed by the following functions.
14240 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14241 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14242 bibtex-parse-field-string, bibtex-search-forward-field-string,
14243 bibtex-parse-association, bibtex-field-name-for-parsing,
14244 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14245 bibtex-search-forward-field, bibtex-search-backward-field,
14246 bibtex-start-of-field, bibtex-end-of-field,
14247 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14248 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14249 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14250 bibtex-parse-string, bibtex-search-forward-string,
14251 bibtex-search-backward-string, bibtex-start-of-string,
14252 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14253 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14254 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14255 entries. Instead of reporting the results of the parsing by
14256 match-beginning or match-end, these functions return data structures
14257 that hold the corresponding positions.
14258 (bibtex-enclosing-field): Changed to also report field boundaries by
14259 return values rather than by match-beginning or match-end. The
14260 following functions have been adapted to use the new parsing
14261 functions.
14262 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14263 bibtex-enclosing-field, bibtex-format-entry,
14264 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14265 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14266 bibtex-print-help-message, bibtex-end-of-entry,
14267 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14268 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14269 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14270 method for parsing.
14271 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14272 bibtex-map-entries, bibtex-flash-head,
14273 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14274 bibtex-autokey-change, bibtex-autokey-get-namefield,
14275 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14276 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14277 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14278 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14279 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14280 order to make the new binding of case-fold-search immediately
14281 visible.
14282
142832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14284
14285 * textmodes/bibtex.el: Copyright notice is up to date.
14286 Added constant 'bibtex-maintainer-salutation.
14287
14288 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14289 than make-temp-name, use match-string-no-properties and eliminate
14290 a quadratic behavior when building bibtex-strings.
14291
14292 * bibtex.el (bibtex-reference-key): Accept string entries whose
14293 reference key contains upper case letters.
14294
142952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14296
14297 * bibtex.el (bibtex-reference-head): Allow entries to start with
14298 a new line.
14299
143002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14301
14302 * bibtex.el: Hiding of entry bodies is not longer provided by
14303 bibtex.el directly. Instead the hideshow package can be used.
14304 Added a special bibtex entry to hs-special-modes-alist.
14305 (bibtex-hs-forward-sexp): Added for hideshow.el.
14306
143072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14308
14309 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14310 at ':' characters by call to split-string.
14311
143122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14313
14314 * textmodes/bibtex.el: Added RCS version identification.
14315
143162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14317
14318 * textmodes/bibtex.el: Some temporary comments removed.
14319 (bibtex-field-name, bibtex-entry-type): Made the relationship
14320 explicit.
14321 (bibtex-field-const): Allow capital letters.
14322 (bibtex-start-of-string): Deleted because unused.
14323
14324 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14325 use the term 'reference' to describe a bibtex entry as a whole.
14326 Further, reference keys are no longer called 'labels'.
14327 (bibtex-keys): Renamed to bibtex-reference-keys.
14328 (bibtex-reformat-previous-labels): Renamed to
14329 bibtex-reformat-previous-reference-keys.
14330 (bibtex-reference-type): Renamed to bibtex-entry-type.
14331 (bibtex-reference-head): Renamed to bibtex-entry-head.
14332 (bibtex-reference-maybe-empty-head): Renamed to
14333 bibtex-entry-maybe-empty-head.
14334 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14335 (bibtex-search-reference): Renamed to bibtex-search-entry.
14336 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14337 bibtex-enclosing-entry-maybe-empty-head.
14338 (bibtex-entry-field-alist, bibtex-entry-head,
14339 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14340 bibtex-map-entries, bibtex-search-entry,
14341 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14342 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14343 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14344 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14345 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14346 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14347 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14348
143492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14350
14351 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14352 comment.
14353 (bibtex-format-field-delimiters): New function, functionality
14354 extracted from bibtex-format-entry.
14355 (bibtex-autokey-get-yearfield-digits): New function, functionality
14356 extracted from bibtex-autokey-get-yearfield.
14357
14358 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14359 entries in order to avoid stack overflow in the regexp matcher if
14360 field contents become large.
14361 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14362 bibtex-field-string-part-not-braced,
14363 bibtex-field-string-part-no-inner-braces,
14364 bibtex-field-string-part-1-inner-brace,
14365 bibtex-field-string-part-2-inner-braces,
14366 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14367 bibtex-field-string-quoted, bibtex-field-string,
14368 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14369 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14370 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14371 as parsing is now performed by the following functions.
14372 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14373 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14374 bibtex-parse-field-string, bibtex-search-forward-field-string,
14375 bibtex-parse-association, bibtex-field-name-for-parsing,
14376 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14377 bibtex-search-forward-field, bibtex-search-backward-field,
14378 bibtex-start-of-field, bibtex-end-of-field,
14379 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14380 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14381 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14382 bibtex-parse-string, bibtex-search-forward-string,
14383 bibtex-search-backward-string, bibtex-start-of-string,
14384 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14385 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14386 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14387 entries. Instead of reporting the results of the parsing by
14388 match-beginning or match-end, these functions return data structures
14389 that hold the corresponding positions.
14390 (bibtex-enclosing-field): Changed to also report field boundaries by
14391 return values rather than by match-beginning or match-end. The
14392 following functions have been adapted to use the new parsing
14393 functions.
14394 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14395 bibtex-enclosing-field, bibtex-format-entry,
14396 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14397 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14398 bibtex-print-help-message, bibtex-end-of-entry,
14399 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14400 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14401 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14402 method for parsing.
14403 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14404 bibtex-map-entries, bibtex-flash-head,
14405 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14406 bibtex-autokey-change, bibtex-autokey-get-namefield,
14407 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14408 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14409 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14410 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14411 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14412 order to make the new binding of case-fold-search immediately
14413 visible.
14414
144152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14416
14417 * textmodes/bibtex.el: Copyright notice is up to date.
14418 Added constant 'bibtex-maintainer-salutation.
14419
14420 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14421 than make-temp-name, use match-string-no-properties and eliminate
14422 a quadratic behavior when building bibtex-strings.
14423
14424 * bibtex.el (bibtex-reference-key): Accept string entries whose
14425 reference key contains upper case letters.
14426
144272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14428
14429 * bibtex.el (bibtex-reference-head): Allow entries to start with
14430 a new line.
14431
144322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14433
14434 * bibtex.el: Hiding of entry bodies is not longer provided by
14435 bibtex.el directly. Instead the hideshow package can be used.
14436 Added a special bibtex entry to hs-special-modes-alist.
14437 (bibtex-hs-forward-sexp): Added for hideshow.el.
14438
144392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14440
14441 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14442 proceedings entry type (for cross referencing). Thanks to Wagner
14443 Toledo Correa for the suggestion.
14444
14445 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14446
144472000-02-14 Kenichi Handa <handa@etl.go.jp>
14448
14449 * international/characters.el: Setup case table for Vietnamese.
14450
144512000-02-12 Gerd Moellmann <gerd@gnu.org>
14452
14453 * uniquify.el (toplevel): Require CL at compile time.
14454 (uniquify-push): Removed.
14455
14456 * shadowfile.el (shadow-when): Removed.
14457
14458 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14459 (tempo-process-and-insert-string): Use dolist instead of
14460 tempo-dolist.
14461
14462 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14463 regexp for paragraph-start.
14464
14465 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14466 commas as well.
14467
144682000-02-10 Dave Love <fx@gnu.org>
14469
14470 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14471 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14472 Deleted.
14473 (widget-specify-field, widget-specify-button): Don't use
14474 widget-mouse-help as help-echo property.
14475 (default): Use #'ignore for :validate and :mouse-down-action.
14476 (checkbox): Add help-echo.
14477 (widget-sexp-validate): Rewritten to clarify error messages.
14478 (character): Use char-valid-p in :match function.
14479 (widget-color-complete): Use facemenu-color-alist.
14480 (widget-color-action): Use facemenu-read-color.
14481
14482 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14483 set up `caar' &c that we now have.
14484
144852000-02-09 Ray Blaak <blaak@gnu.org>
14486
14487 * delphi.el: Make resourcestring a declaration region, like const
14488 and var.
14489
144902000-02-09 Dave Love <fx@gnu.org>
14491
14492 * bindings.el (mode-line-input-method-map): New variable.
14493 (mode-line-mule-info): Use it; fix last change.
14494 (mode-line-mode-menu): Move definition.
14495 (mode-line-mouse-sensitive-p): Deleted.
14496 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14497 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14498 level.
14499
14500 * startup.el (command-line-1): Don't call
14501 make-mode-line-mouse-sensitive.
14502
145032000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14504
14505 * mail/rmail.el (rmail-retry-failure): Use
14506 rmail-beginning-of-message before rmail-toggle-header, because the
14507 former toggles headers.
14508
145092000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14510
14511 * diff-mode.el (diff-kill-junk): New interactive function.
14512 (diff-reverse-direction): Use delete-and-extract-region.
14513 (diff-post-command-hook): Restrict the area so that the hook also works
14514 outside of any diff hunk. This is necessary for the minor-mode.
14515 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14516 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14517
14518 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14519 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14520 so that it can be used more easily in <foo>-mode-hook. Also make sure
14521 to avoid duplicate entries.
14522 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14523 (font-lock-remove-keywords): Just as was done for `add', allow it to
14524 work even if font-lock-mode is nil. Also make sure we don't modify
14525 any pre-existing list by forcing a copy-sequence. Finally rename
14526 `major-mode' to `mode'.
14527 (font-lock-fontify-syntactic-anchored-keywords)
14528 (font-lock-fontify-anchored-keywords)
14529 (font-lock-fontify-keywords-region): Use line-end-position.
14530 Don't make `font-lock-multiline' local (it's now done in
14531 font-lock-set-defaults).
14532 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14533 move the `font-lock-fontified' creation to inside the `unless'.
14534
145352000-02-06 Andrew Innes <andrewi@gnu.org>
14536
14537 * term/w32-win.el (x-handle-args): Comment out call to message,
14538 which occurs before window system is initialized.
14539
14540 * makefile.nt: Add support for recompiling lisp code.
14541
145422000-02-04 Dave Love <fx@gnu.org>
14543
14544 * bindings.el (mode-line-mule-info): Fix/extend last change.
14545
14546 * completion.el: Replace completion-dolist with dolist.
14547
14548 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14549 dotimes.
14550
145512000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14552
14553 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14554 environment names before they go into the section regexp.
14555
14556 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14557 char class in regexp.
14558
14559 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14560 `case-fold-search' to nil.
14561
14562 * progmodes/idlwave.el (idlwave-template): Respect
14563 `idlwave-abbrev-change-case'.
14564 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14565 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14566 idlwave-while): respect `idlwave-reserved-word-upcase'.
14567 (idlwave-rw-case): New function.
14568 (idlwave-statement-match): Fixed problem with assignment regexp.
14569 (idlwave-font-lock-keywords): Improved regexp for keyword
14570 parameters.
14571 (idlwave-surround): New argument LENGTH to support padding of
14572 operators longer than 1 char.
14573
14574 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14575 idlwave-shell-expression-overlay. Implemented printing of
14576 expressions on higher levels of the calling stack.
14577 (idlwave-shell-display-level-in-calling-stack): Restore stack
14578 level.
14579 (idlwave-retrieve-expression-from-level): New function.
14580 (idlwave-shell-last-calling-stack): Variable removed.
14581 (idlwave-shell-reset): Argument action reversed (`visible' to
14582 `hidden'). Also remove stop-line overlay.
14583 (idlwave-shell-calling-stack-routine): New variable.
14584 (idlwave-shell-parse-stack-and-display): Messages now display
14585 negative level numbers.
14586 (idlwave-shell-mode): Set `modeline-format'.
14587 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14588 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14589 21.
14590 (idlwave-shell-print-expression-function): New option.
14591
14592 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14593 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14594 `tool-bar' instead of `toolbar'.
14595
145962000-02-02 Dave Love <fx@gnu.org>
14597
14598 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14599 emacs-lisp-mode-hook. Don't check for defalias being defined.
14600
14601 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14602 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14603 the new builtins directly.
14604
14605 * whitespace.el (whitespace): Add :version to defgroup.
14606
14607 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14608 Doc fix.
14609
14610 * thingatpt.el (sexp-at-point, symbol-at-point)
14611 (number-at-point, list-at-point): Add autoload cookie.
14612
14613 * recentf.el (recentf): Add :version to defgroup.
14614
14615 * quickurl.el (quickurl): Add :version to defgroup.
14616
14617 * elide-head.el (elide-head): Use point-marker more.
14618
14619 * bs.el (bs): Add :version to defgroup.
14620
14621 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14622
14623 * progmodes/delphi.el (delphi): Add :version to defgroup.
14624
146252000-02-02 Gerd Moellmann <gerd@gnu.org>
14626
14627 * ange-ftp.el (ange-ftp-write-region): Handle case that
14628 succeeding process operation sets a different coding system.
14629
14630 * calculator.el: New file.
14631
146322000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14633
14634 * frame.el (frames-on-display-list, framep-on-display): New
14635 functions.
14636 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14637 (display-selections-p, display-screens, display-pixel-width)
14638 (display-pixel-height, display-mm-width, display-mm-height)
14639 (display-backing-store, display-save-under, display-planes)
14640 (display-color-cells, display-visual-class): New functions.
14641
14642 * term/tty-colors.el (tty-color-gray-shades): New function.
14643
14644 * faces.el (display-color-p): Use framep-on-display.
14645 (display-grayscale-p): New function.
14646
146472000-01-31 Dave Love <fx@gnu.org>
14648
14649 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14650 (create-fontset-from-x-resource): Don't concat integers.
14651
146522000-01-31 Inge Frick <inge@nada.kth.se>
14653
14654 * view.el: Some changes in documentation. Removed some trailing
14655 whitespace. Changed some parameter names to agree with
14656 documentation.
14657 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14658 window is not deleted. Modifies change 1998-04-26.
14659
146602000-01-31 Gerd Moellmann <gerd@gnu.org>
14661
14662 * windmove.el: New file.
14663
14664 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14665 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14666 progmodes/ebnf-yac.el: Update copyright and license info.
14667
14668 * jit-lock.el (jit-lock-function): Widen before calculating end
14669 position.
14670 (jit-lock-stealth-chunk-start): Rewritten.
14671
14672 * info.el (Info-title-face-alist): Removed.
14673 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14674 faces.
14675 (Info-fontify-node): Use these faces.
14676
146772000-01-30 Gerd Moellmann <gerd@gnu.org>
14678
14679 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14680 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14681 `&allow-other-keywords'.
14682
14683 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14684 the list of directories scanned heuristically.
14685
14686 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14687 exist.
14688
146892000-01-30 Jason Rumney <jasonr@gnu.org>
14690
14691 * w32-fns.el: Define w32-tty-standard-colors.
14692
14693 * startup.el (command-line): Use w32-tty-standard-colors when in
14694 w32 console mode.
14695
146962000-01-30 Dave Love <fx@gnu.org>
14697
14698 * jka-compr.el (jka-compr-load): Fix up load-history.
14699
14700 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14701
14702 * emacs-lisp/cl-macs.el: Revert previous change.
14703
147042000-01-29 Dave Love <fx@gnu.org>
14705
14706 * facemenu.el: Purecopy various strings.
14707
14708 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14709 years. Deal with three-digit years.
14710
14711 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14712 defconst, purecopy.
14713 (help-back-label): Purecopy it.
14714
147152000-01-18 Gerd Moellmann <gerd@gnu.org>
14716
14717 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14718 variable. If non-nil, order the buffer list according to the
14719 currently selected frame.
14720 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14721 non-nil, pass the selected frame to function buffer-list.
14722
147232000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14724
14725 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14726
147272000-01-28 Dave Love <fx@gnu.org>
14728
14729 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14730
14731 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14732 Don't use lisp-indent-hook property.
14733 (cl-abs): Remove.
14734
14735 * subr.el: Move out indent and edebug specs for when and unless.
14736
14737 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14738 when, unless.
14739
14740 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14741 unless, when.
14742
147432000-01-28 Gerd Moellmann <gerd@gnu.org>
14744
14745 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14746 `collecting' as synonym for `collect'.
14747
14748 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14749 for the case it contains spaces.
14750
14751 * simple.el (what-cursor-position): Change formatting of
14752 messages.
14753
14754 * frame.el (delete-other-frames): New function.
14755 (toplevel): Bind it to C-x 5 1.
14756
14757 * sort.el (sort-numeric-base): New option.
14758 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14759 interpret it as octal or hexadecimal. Use sort-numeric-base
14760 as default base.
14761
14762 * progmodes/glasses.el: New file.
14763
147642000-01-27 Gerd Moellmann <gerd@gnu.org>
14765
14766 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14767 userids differently.
14768
14769 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14770 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14771 progmodes/ebnf-yac.el: New files.
14772
147732000-01-26 Dave Love <fx@gnu.org>
14774
14775 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14776 on a function with an empty body. [From Eric Ludlam.]
14777
147782000-01-25 Andre Spiegel <spiegel@gnu.org>
14779
14780 * vc.el (vc-version-diff): Make sure file name is expanded.
14781
147822000-01-25 Gerd Moellmann <gerd@gnu.org>
14783
14784 * scroll-bar.el (scroll-bar-timer): Variable removed.
14785 (scroll-bar-toolkit-scroll): Don't use a timer.
14786
147872000-01-25 Kenichi Handa <handa@etl.go.jp>
14788
14789 * language/thai-util.el (thai-composition-function): Delete
14790 superfluous `a'.
14791
147922000-01-24 Dave Love <fx@gnu.org>
14793
14794 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14795 end-of-defun-function.
14796
14797 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14798 &c.
14799
148002000-01-22 Jason Rumney <jasonr@gnu.org>
14801
14802 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14803 conflicts with new face support.
14804
148052000-01-22 Richard M. Stallman <rms@gnu.org>
14806
14807 * replace.el (query-replace): Rename last arg to DELIMITED.
14808 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14809 (query-replace-regexp): Likewise.
14810
148112000-01-20 Richard M. Stallman <rms@gnu.org>
14812
14813 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14814
14815 * emacs-lisp/lisp.el (beginning-of-defun-function):
14816 Variable renamed from beginning-of-defun.
14817 Do not call make-variable-buffer-local.
14818 (beginning-of-defun-raw): Use new variable name; doc fix.
14819 (beginning-of-defun): Doc fix.
14820 (end-of-defun-function): Variable renamed from end-of-defun.
14821 Do not call make-variable-buffer-local.
14822 (end-of-defun): Use new variable name; doc fix.
14823
14824 * subr.el (dolist, dotimes): Copied from cl-macs.el
14825 and made to work.
14826
14827 * mail/undigest.el (rmail-digest-end-regexps):
14828 Variable replaces rmail-digest-end-regexp.
14829 Allows multiple regexps for detecting the end line.
14830 (undigestify-rmail-message): Corresponding changes.
14831
148322000-01-19 Dave Love <fx@gnu.org>
14833
14834 * files.el (user-init-file): Don't declare here -- is primitive.
14835
14836 * startup.el (command-line): Check for compiled user-init-file and
14837 set to uncompiled version if necessary.
14838
148392000-01-18 Gerd Moellmann <gerd@gnu.org>
14840
14841 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14842 (undigestify-rmail-message): Use it.
14843
14844 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14845
148462000-01-17 Gerd Moellmann <gerd@gnu.org>
14847
14848 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14849 of mini-buffer.
14850
148512000-01-14 Gerd Moellmann <gerd@gnu.org>
14852
14853 * emacs-lisp/copyright.el (copyright-update): Removed the
14854 requirement for a trailing space from `copyright-regexp', to
14855 support copyrights with owner specified on a separate line..
14856
14857 * align.el: New file.
14858
14859 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14860
14861 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14862
148632000-01-13 Dave Love <fx@gnu.org>
14864
14865 * ph.el: Removed. (Obsoleted by EUDC.)
14866
148672000-01-13 Gerd Moellmann <gerd@gnu.org>
14868
14869 * net/eudc.el (toplevel): Remove autoloaded code installing
14870 menu with easymenu, because that causes build problems.
14871
14872 * frame.el (frame-notice-user-settings): New variable.
14873 (frame-notice-user-settings): Don't modify frame parameters
14874 if called a second time.
14875
148762000-01-13 Richard M. Stallman <rms@gnu.org>
14877
14878 * frame.el (frame-notice-user-settings):
14879 Notice default-frame-parameters even for non-window frames.
14880
148812000-01-13 Gerd Moellmann <gerd@gnu.org>
14882
14883 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14884 for Emacs.
14885 (eudc-bob-can-display-inline-images): Extend for Emacs.
14886 (eudc-bob-toggle-inline-display): Ditto.
14887 (eudc-bob-display-jpeg): Ditto.
14888
148892000-01-12 Gerd Moellmann <gerd@gnu.org>
14890
14891 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14892 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14893 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14894
14895 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14896 nil)'.
14897
14898 * subdirs.el: Add `net' directory.
14899
14900 * net: New directory.
14901
14902 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14903 eval-last-sexp. Don't bind debug-on-error here.
14904 (eval-last-sexp): New function. Bind debug-on-error if
14905 eval-expression-debug-on-error is non-nil.
14906 (eval-defun-2, eval-defun): Likewise.
14907
14908 * simple.el (eval-expression): Don't bind debug-on-error if
14909 eval-expression-debug-on-error is nil. Detect changed
14910 debug-on-error, and propagate new value to global binding, if
14911 eval-expression-debug-on-error is non-nil,
14912 (eval-expression-debug-on-error): Change doc string.
14913
149142000-01-11 Richard M. Stallman <rms@gnu.org>
14915
14916 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14917
14918 * emacs-lisp/lisp-mode.el (with-syntax-table):
14919 Set up lisp-indent-function property.
14920
14921 * subr.el (with-syntax-table): Moved from simple.el.
14922
14923 * simple.el (with-syntax-table): Moved to subr.el.
14924
149252000-01-11 Gerd Moellmann <gerd@gnu.org>
14926
14927 * tmm.el (tmm-shortcut): Delete region after prompt instead
14928 of erasing buffer.
14929
14930 * textmodes/fill.el (fill-common-string-prefix): New function.
14931 (fill-context-prefix): Use the longest common prefix of first
14932 and second line fill prefix, if there is one.
14933
149342000-01-11 Richard M. Stallman <rms@gnu.org>
14935
14936 * array.el (array-mode): Don't use make-variable-buffer-local.
14937 Use make-local-variable for `truncate-lines'.
14938
149392000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14940
14941 * add-log.el (add-log-current-defun): Handle user-defined
14942 add-log-current-function returning nil,
14943
14944 * add-log.el (add-change-log-entry): Insert version number
14945 if having found a current function
14946
14947 * add-log.el (add-log-current-defun): Call
14948 `add-log-current-defun-function'. Try matches at level 0 and
14949 level 1. Strip whitespace from defun found.
14950
149512000-01-10 John Wiegley <johnw@gnu.org>
14952
14953 * allout.el (isearch-done/outline-provisions): Added `edit'
14954 argument to correspond with the current definition of
14955 `isearch-done'.
14956
149572000-01-10 Dave Love <fx@gnu.org>
14958
14959 * elide-head.el (elide-head): Use point-marker, not point.
14960
149612000-01-10 Gerd Moellmann <gerd@gnu.org>
14962
14963 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14964 before and after the year 2000.
14965
14966 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14967 Add ispell- prefix.
14968
149692000-01-10 Ken Stevens <k.stevens@ieee.org>
14970
14971 * ispell.el: Only define dictionaries in menus when they exist.
14972 (version18p): New variable.
14973 (version20p): New variable.
14974 (xemacsp): New variable.
14975 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14976 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14977 (ispell-dictionary-alist6): Russian command lines no longer accept
14978 run-together words.
14979 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14980 (ispell-dictionary-alist): Add koi8-r to customize definition.
14981 (check-ispell-version): Added documentation string. Returns
14982 library path when called non-interactively.
14983 (ispell-menu-map-needed): Uses new variables.
14984 (ispell-library-path): New variable.
14985 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14986 (ispell-word): Improved documentation string. Test for valid
14987 character mappings. Correctly check typed in word changes that can
14988 result in single words split into multiple words. Returns
14989 replacement word.
14990 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14991 replace in recursive query replace mode. Help message for
14992 recursive edit mode.
14993 (ispell-show-choices): Protect against bad framepop bindings.
14994 (ispell-help): Fix to work with XEmacs.
14995 (ispell-highlight-spelling-error): Use new variables.
14996 (ispell-overlay-window): Fix to work with XEmacs.
14997 (ispell-parse-output): Passed and returns location information
14998 tracking spelling corrections. Doesn't recheck same word on
14999 current line.
15000 (ispell-init-process): Protect against bogus XEmacs variable binding.
15001 Fix call to single argument in sleep-for. Use new variables.
15002 (ispell-region): Passed and returns location information tracking
15003 spelling corrections. Doesn't check same word on current line.
15004 Improved documentation string. Doesn't resend a line already
15005 checked to the ispell process - fixes bug in LaTeX parsing.
15006 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15007 (ispell-skip-region): No longer skips <TT> in SGML.
15008 (ispell-process-line): Tracks location information with spelling
15009 corrections. Added documentation string. Accounts for words
15010 already accepted on this line. Don't allow query-replace on line
15011 starting with math characters. Doesn't resend a line already sent
15012 to ispell process. Fixes alignment error bug.
15013
150142000-01-10 Richard M. Stallman <rms@gnu.org>
15015
15016 * dired-x.el (dired-guess-shell-alist-default):
15017 Suggest xloadimage, which is free, not xv, which isn't.
15018
15019 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15020 Don't ever include the host name or user name in the value.
15021
150222000-01-09 Gerd Moellmann <gerd@gnu.org>
15023
15024 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15025 of a real newline.
15026
150272000-01-09 Stephen Eglen <stephen@gnu.org>
15028
15029 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15030 for .png files.
15031
150322000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15033
15034 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15035
150362000-01-09 Gerd Moellmann <gerd@gnu.org>
15037
15038 * progmodes/cperl-mode.el: Replace ^F with ^L.
15039
15040 * sendmail.el (toplevel): Provide `sendmail' when compiling
15041 before `require'ing rmail and mailalias to prevent infinite
15042 recursion.
15043
150442000-01-08 Dave Love <fx@gnu.org>
15045
15046 * emacs-lisp/backquote.el: Remove inappropriate customization
15047 (allowing custom.el to use backquote).
15048
150492000-01-07 Dave Love <fx@gnu.org>
15050
15051 * add-log.el (add-log-debugging): Deleted.
15052 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15053 file. Remove debugging code.
15054 (change-log-get-method-definition, change-log-name): Add doc.
15055 (change-log-sortable-date-at): New function.
15056 (change-log-merge): New command.
15057
15058 * time.el (display-time-string-forms): Make the Mail string active.
15059 (display-time-update): Provide help-echo for load average.
15060
15061 * bindings.el (make-mode-line-mouse2-map): New function.
15062 (mode-line-modified): Use it and simplify.
15063 (mode-line-mule-info): Provide help-echo info.
15064 (minor-mode-alist): Activate the strings.
15065 (make-mode-line-mouse-sensitive): Simplify for
15066 mode-line-buffer-identification.
15067
150682000-01-07 Gerd Moellmann <gerd@gnu.org>
15069
15070 * play/pong.el: New file.
15071
150722000-01-06 Dave Love <fx@gnu.org>
15073
15074 * array.el: Assorted cleanups for compiler warnings, doc strings,
15075 `array-' prefix for symbols.
15076
150772000-01-05 Dave Love <fx@gnu.org>
15078
15079 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15080 outline-headers-as-kill.
15081 (outline-mode): Define imenu-generic-expression.
15082 (outline-headers-as-kill): New command.
15083
15084 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15085 from paragraph-start.
15086 (paragraph-indent-minor-mode): New command.
15087
15088 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15089 M-C-e, M-C-h, C-j, C-xnd, TAB.
15090 (fortran-mode): Set beginning-of-defun, end-of-defun.
15091 (fortran-column-ruler): Simplify.
15092 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15093 (fortran-with-subprogram-narrowing): Likewise.
15094 (fortran-indent-subprogram): Call mark-defun.
15095 (fortran-check-for-matching-do): Change narrowing.
15096
15097 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15098 (cl-lucid-hash-tag): Delete.
15099 (cl-hash-table-p): Correct test for native table.
15100 (cl-hash-table-count): Use hash-table-count.
15101
15102 * browse-url.el (browse-url): Fix case of
15103 browse-url-browser-function being an alist.
15104
151052000-01-05 Carsten Dominik <cd@gnu.org>
15106
15107 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15108 (reftex-index-phrase-file-extension): New options.
15109
15110 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15111 Use new option `reftex-index-phrase-file-extension'.
15112
15113 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15114 `reftex-parse-file-extension'.
15115
151162000-01-05 Dave Love <fx@gnu.org>
15117
15118 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15119 (beginning-of-defun-raw): Use it.
15120 (end-of-defun): New variable.
15121 (end-of-defun): Use it.
15122 (check-parens): New command.
15123
151242000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15125
15126 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15127 (hs-show-block): Don't use `mapcar' when not accumulating.
15128
15129 Fix buglet in local variables initialization.
15130
151312000-01-05 Andreas Schwab <schwab@suse.de>
15132
15133 * hscroll.el (hscroll): Doc fix.
15134
151352000-01-05 Carsten Dominik <cd@gnu.org>
15136
15137 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15138 idlw-toolbar.
15139
15140 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15141 file idlw-rinfo.el.
15142 (idlwave-customize): load must read file idlw-shell.el.
15143 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15144
151452000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15146
15147 * progmodes/idlw-shell.el: Also provide idlwave-shell
15148 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15149 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15150
15151 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15152 both reftex-dcr and reftex-vcr.
15153
15154 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15155
151562000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15157
15158 * ps-print.el: PostScript code now is in separate files, doc fix.
15159 (ps-print-version): New version number (5.0.3).
15160 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15161 local.
15162 (ps-spool-config): Initialization fix.
15163 (ps-print-prologue-1, ps-print-prologue-2)
15164 (ps-print-duplex-feature): PostScript code moved to separated file.
15165 (ps-background-image): Little code reformating.
15166 (ps-begin-file, ps-begin-job): Fix code.
15167 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15168 (ps-prologue-file): New fun.
15169
151702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15171
15172 * ps-vars.el: Eliminated.
15173
15174 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15175 `;;;###autoload'.
15176
15177 * ps-print.el: ps-vars eliminated, doc fix.
15178 (ps-print-version): New version number (5.0.2).
15179 (ps-spool-config): Initialization fix.
15180 (ps-print-customize): New fun.
15181
151822000-01-04 Gerd Moellmann <gerd@gnu.org>
15183
15184 * autorevert.el (auto-revert-mode): Return value of
15185 auto-revert-mode.
15186
151872000-01-04 Dave Love <fx@gnu.org>
15188
15189 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15190 menu items.
15191
151922000-01-03 Dave Love <fx@gnu.org>
15193
15194 * elide-head.el (elide-head) [defgroup]: Add :version.
15195
15196 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15197 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15198 `cl-hash-table-p', not `hash-table-p'.
15199 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15200
152012000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15202
15203 * faces.el (face-read-integer, read-face-attribute)
15204 (color-defined-p, color-values): unspecified-{f,b}g are now
15205 strings.
15206
152072000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15208
15209 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15210 at comment end, and re-insert them after filling.
15211
152122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15213
15214 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15215 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15216 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15217
152182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15219
15220 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15221 the new name of face-color-supported-p.
15222
15223 * term/w32-win.el (xw-defined-colors): Likewise.
15224
152252000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15226
15227 * simple.el (completion-setup-function): Count completion-size
15228 from minibuffer-prompt-end, not from point-min.
15229
152302000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15231
15232 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15233 Pass the frame to tty-color-* functions.
15234 (display-color-p, frame-set-background-mode): Pass the frame to
15235 tty-display-color-p.
15236
15237 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15238 tty-color-alist.
15239 (tty-color-alist, tty-modify-color-alist): New functions.
15240 (tty-color-define, tty-color-clear, tty-color-approximate)
15241 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15242 an optional parameter FRAME.
15243
152442000-01-01 Gerd Moellmann <gerd@gnu.org>
15245
15246 * image.el (create-image, defimage): Don't assume image data is a
15247 string.
15248
15249 * image.el (defimage): Handle specifications containing :data
15250 instead of :file.
15251 (image-type-from-data): New function.
15252 (image-type-from-file-header): Use it.
15253 (create-image): Add parameter DATA-P.
15254
15255See ChangeLog.8 for earlier changes.
15256
15257;; Local Variables:
15258;; coding: iso-2022-7bit
15259;; End: