(set_window_buffer): Set window's vscroll to 0.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
11570a8f
DL
12001-02-16 Dave Love <fx@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-get-word): Return string without
4 properties.
5
fb339cd5
EZ
62001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * generic.el (generic-find-file-regexp): Doc fix.
9 (generic-ignore-files-regexp): New defcustom.
10 (generic-mode-find-file-hook): If the file's name matches the
11 regexp in `generic-ignore-files-regexp', don't enter
12 default-generic-mode. Doc fix.
13
c56b1c1b
GM
142001-02-16 Gerd Moellmann <gerd@gnu.org>
15
c220b753
GM
16 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
17 Add autoload cookies.
18
c56b1c1b
GM
19 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
20 of cal-tex-24.
21
0d140e65
EZ
222001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
23
81558867
EZ
24 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
25
0d140e65
EZ
26 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
27 the character class after the (optional) drive, to support file
28 names with embedded blanks.
29
713f7b15
SS
302001-02-15 Sam Steingold <sds@gnu.org>
31
32 * textmodes/tex-mode.el (tex-shell-running):
33 Check the process buffer too.
34
9a2a6f73
DL
352001-02-15 Dave Love <fx@gnu.org>
36
37 * battery.el (battery-status-function): Fix doc, :type.
38
39 * calendar/timeclock.el (timeclock-get-workday-function): Fix
40 :type.
41
fe10cef0
GM
422001-02-15 Gerd Moellmann <gerd@gnu.org>
43
44 * subr.el (read-passwd): Clear Lisp memory holding password.
45
126f5d4d
MB
462001-02-15 Miles Bader <miles@gnu.org>
47
48 * info.el (Info-copy-current-node-name): New function.
49 (Info-mode-menu): Add it to the menu.
50
92e98d63
RS
512001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
52
53 * international/mule-cmds.el (toggle-input-method): Doc fix.
54
dd4e0e55
SM
552001-02-13 Stefan Monnier <monnier@cs.yale.edu>
56
57 * replace.el (occur): Stop at end of buffer.
58
402dbbd1
EZ
592001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * international/mule-cmds.el (set-input-method): Another doc fix.
62
e9fcba3d
GM
632001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
64
65 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
66
78ad1cd5
MB
672001-02-13 Miles Bader <miles@gnu.org>
68
713f7b15 69 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
70 (set-face-stipple): Treat a value of nil as being `unspecified'.
71
fce9d9dc
DL
722001-02-12 Dave Love <d.love@dl.ac.uk>
73
74 * international/latin1-disp.el: Doc fixes.
75 (latin1-display) <defgroup>: Add :link.
76 (latin1-display) <function>: Set variable latin1-display.
77
bc406911
EZ
782001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * international/mule-cmds.el (set-input-method): Doc fix.
81
68514d48
EL
822001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
83
84 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
85 (speedbar-line-file): Return nil if not a file.
86 (speedbar-buffers-line-path): Return file for tags, and dir for files.
87
513bea45 882001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 89
513bea45
MK
90 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
91 for remote files.
bc406911 92 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 93 with raw-text.
713f7b15 94
513bea45 95 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 96
513bea45
MK
97 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
98 handling of the diff mode
713f7b15 99
513bea45 100 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 101
bc406911 102 * viper.texi: Fix typos.
713f7b15 103
521d4010
DL
1042001-02-11 Dave Love <fx@gnu.org>
105
36fd8e17
DL
106 * shadowfile.el: Doc fixes.
107 (shadow) <defgroup>: Add :link.
108 (shadowfile-unload-hook): New function.
109 (shadow-initialize): Use defalias, not fset.
110 (shadow-define-cluster, shadow-define-literal-group)
111 (shadow-define-regexp-group, shadow-initialize): Add autoload
112 cookie.
113
521d4010
DL
114 * international/mule.el: Doc and message fixes.
115
36fd8e17
DL
116 * international/ccl.el (define-ccl-program): Doc fix.
117
92395bbe
KH
1182001-02-11 Kenichi Handa <handa@etl.go.jp>
119
120 * faces.el (mode-line): Set :line-width property to -1.
121
103db06c
RS
1222001-02-10 Richard M. Stallman <rms@gnu.org>
123
08b78974
RS
124 * complete.el (partial-completion-mode): Doc fix.
125
103db06c
RS
126 * simple.el (delete-key-deletes-forward-mode):
127 Change `let' to `let*' to fix gross bug in last change.
128
129 * repeat.el (repeat): Don't let execute-kbd-macro alter
130 real-last-command.
131
a6a1ee53
EZ
1322001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
133
134 * simple.el (eval-expression): Doc fix.
135
d2f288c6
DL
1362001-02-09 Dave Love <fx@gnu.org>
137
038f4ae3
DL
138 * imenu.el (imenu-generic-expression): Doc fix.
139
140 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
141 Juanma Barranquero.
142
d2f288c6
DL
143 * emacs-lisp/authors.el (authors): Expand `root' before running
144 find.
145
9804b846
KH
1462001-02-09 Kenichi Handa <handa@etl.go.jp>
147
148 * faces.el (set-face-attribute): Describe the case of a negative
149 value specified for :line-width.
150
532f5197
SM
1512001-02-08 Stefan Monnier <monnier@cs.yale.edu>
152
153 * which-func.el (which-func-mode): Invert which-func-mode-global.
154 Fix from Juanma Barranquero <lektu@uol.com.br>.
155
1d279666
DL
1562001-02-08 Dave Love <fx@gnu.org>
157
4681ca3a
DL
158 * wid-edit.el (widget-plist-convert-widget): Replace binding of
159 widget-plist-value-type.
160 (widget-alist-convert-widget): Replace binding of
161 widget-alist-value-type.
162
1d279666
DL
163 * textmodes/paragraphs.el (sentence-end): Doc fix.
164
165 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
166 `backward-line'.
167
532f5197
SM
168 * play/pong.el (pong-blank-color, pong-bat-color)
169 (pong-ball-color, pong-border-color, pong-left-key)
170 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
171 (pong-pause-key, pong-resume-key, pong-timer-delay):
172 * mail/mh-comp.el (mh-compose-letter-function):
173 * eshell/esh-mode.el (eshell-skip-prompt-function):
174 * emulation/viper-ex.el (ex-unix-type-shell-options):
175 * recentf.el (recentf-menu-filter):
176 * ps-print.el (ps-print-region-function):
177 * lpr.el (print-region-function):
178 * forms.el (forms-mode-hooks):
179 * dirtrack.el (dirtrack-directory-change-hook):
180 * cus-start.el (temp-buffer-show-function, display-buffer-function):
181 * textmodes/spell.el (spell-filter):
182 * textmodes/fill.el (adaptive-fill-function):
183 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
184 * progmodes/etags.el (find-tag-default-function):
185 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
186 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
187
6f676109
EZ
1882001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
189
751d3bc4
EZ
190 * emulation/viper-init.el (viper-fast-keyseq-timeout)
191 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
192 Meyering <jim@meyering.net>.
193
6f676109
EZ
194 * loadup.el: Revert last change.
195
d3c26cdf
KH
1962001-02-07 Kenichi Handa <handa@etl.go.jp>
197
198 * international/mule.el (transform-make-coding-system-args): Make
199 it work also for coding systems not using CCL.
200
44806980
EZ
2012001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
202
9889af08
EZ
203 * simple.el (previous-matching-history-element)
204 (next-matching-history-element): Doc fix.
205
44806980
EZ
206 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
207 specific part.
208
1e36ff68
DL
2092001-02-06 Dave Love <fx@gnu.org>
210
713f7b15 211 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
212 (add-log-buffer-file-name-function, add-log-file-name-function):
213 Fix :type.
214 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
215
c7ca58df
EZ
2162001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
217
fecd556a
EZ
218 * info.el (info-initialize): Remove the test for system-type when
219 invocation-directory is non-nil.
220
c7ca58df
EZ
221 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
222 of `font-lock-defaults' to `backward-paragraph' rather than nil.
223
587b5737
AI
2242001-02-06 Andrew Innes <andrewi@gnu.org>
225
226 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
227 absolute.
228
baf7eee4
GM
2292001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
230
231 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
232 buffers. When hi-lock turned on rather than only checking current
233 buffer for regexps, all buffers are checked. Moved activation of
234 font-lock to hi-lock-refontify. When font-lock turned off rather
235 than removing added highlighting just in current buffer, remove it
236 in all buffers. Changed edit menu text from "Automatic
237 Highlighting" to "Regexp Highlighting" Documentation for
238 highlighting phrases, minor documentation changes.
239 (hi-lock-set-file-patterns): Execute only if there are new or
240 existing file patterns.
241 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
242 unfontify and, if a support mode is active, will not refontify the
243 whole buffer. If necessary, turn on font lock. (Removed
244 font-lock-unfontify and font-lock support-mode-specific calls,
245 such as lazy-lock-fontify-window.)
246 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
247 patterns are found. Not useful now since find-file-hook is removed
248 if hi-lock is off, but may be needed for per-buffer hi-lock
249 activation.
250 (hi-lock-face-phrase-buffer): New function. Also added related
251 menu item and keybinding.
252 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
253 (hi-lock-process-phrase): New function.
254 (hi-lock-line-face-buffer): Doc fixes.
255 (hi-lock-face-buffer): Doc fixes.
256 (hi-lock-unface-buffer): Doc fixes.
713f7b15 257
36710aa6
GM
2582001-02-06 Gerd Moellmann <gerd@gnu.org>
259
260 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
261 dabbrev-ignored-regexps.
262
d3f22784
EZ
2632001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
264
265 * simple.el (kill-line): Doc fix.
266
5cb3c8d4
DL
2672001-02-05 Dave Love <fx@gnu.org>
268
269 * loadup.el: Revert last two changes -- bootstrapping works with
270 regenerated loaddefs.
271
e6297e7d
EZ
2722001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
273
1e14b095
EZ
274 * isearch.el (isearch-forward): Doc fix.
275
e6297e7d
EZ
276 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
277 of font-lock-defaults to backward-paragraph.
278
e16f52ce
GM
2792001-02-05 Gerd Moellmann <gerd@gnu.org>
280
281 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
282 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
283
01d19dd7
GM
2842001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
285
286 * ebnf2ps.el: Eliminate time-stamp functions.
287 (ebnf-version): New version (3.5).
288 (ebnf-eps-finish-and-write): Replace time-stamp functions by
289 format-time-string.
290
24886813
GM
2912001-02-05 Gerd Moellmann <gerd@gnu.org>
292
293 * simple.el (next-line): Goto end-of-line before inserting a newline.
294
65e70fc4
MB
2952001-02-05 Miles Bader <miles@gnu.org>
296
297 * image-file.el (insert-image-file): When visiting an image, also
298 set `truncate-lines' to t so that any fringe arrow looks correct.
299
482f06c9
KH
3002001-02-05 Kenichi Handa <handa@etl.go.jp>
301
302 * isearch.el (isearch-forward): Add description about input method
303 in the docsting.
304
02399da7
SM
3052001-02-04 Stefan Monnier <monnier@cs.yale.edu>
306
307 * skeleton.el (skeleton-internal-1): Always push the mark for @.
308
2c366083
EZ
3092001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
310
311 * info.el (info-initialize): If installation-directory is nil, for
312 DOS/Windows systems try looking in a sibling of
313 invocation-directory.
314
bdadfce3
GM
3152001-02-02 Gerd Moellmann <gerd@gnu.org>
316
79fb38c0
GM
317 * wid-edit.el (widget-button-click): Fix last change.
318
bdadfce3
GM
319 * frame.el (frame-notice-user-settings): When resizing the initial
320 frame because the tool bar is off, also change the frame's top
321 position if a negative top position was specified.
322
33155ffb
MB
3232001-02-02 Miles Bader <miles@gnu.org>
324
325 * image-file.el (insert-image-file): When visiting an image,
326 suppress the cursor in the image buffer.
327
1355ba0c
DL
3282001-02-01 Dave Love <fx@gnu.org>
329
330 * progmodes/f90.el (f90-mode): Remove startup message.
331
fb758d2d 332 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 333
01acdb05
GM
3342001-02-01 Gerd Moellmann <gerd@gnu.org>
335
336 * startup.el (command-line): Fix code determining whether or not
337 to use delete-key-deletes-forward-mode.
338
5b1ee316
AS
3392001-02-01 Andre Spiegel <spiegel@gnu.org>
340
341 * vc.el (vc-diff-switches): New user option.
342 (vc-version-diff): Use it.
343 (vc-diff-switches-list): New macro.
344
345 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
346 customization options.
347 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
348
349 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
350
00b1e7a1
GM
3512001-02-01 Gerd Moellmann <gerd@gnu.org>
352
353 * msb.el (toplevel): Quote hook symbols.
354
85827036
KH
3552001-02-01 Kenichi Handa <handa@etl.go.jp>
356
8e028499 357 * international/mule.el (make-coding-system): Add description
3c948dde 358 about recognized properties in the docstring.
8e028499 359
85827036
KH
360 * international/mule-conf.el: Remove unused charsets
361 mac-roman-lower and mac-roman-upper.
362
7ccf7ab9
GM
3632001-01-31 Gerd Moellmann <gerd@gnu.org>
364
2441692d
GM
365 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
366 is in front of the left-margin, if any.
367
ee5cece0
GM
368 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
369 like `delete'.
370
371 * bindings.el: Define `kp-delete' like `delete' in
372 function-key-map.
373
7ccf7ab9
GM
374 * term/w32-win.el (mouse-set-font): Doc fix.
375
b4f30ec5 3762001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 377
b4f30ec5
GM
378 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
379 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
380 on already.
381
03e0fe6e
GM
3822001-01-31 Markus Rost <rost@math.ohio-state.edu>
383
384 * files.el (save-buffer): Don't give message if (buffer-file-name)
385 returns nil.
713f7b15 386
8f289acc
EZ
3872001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
388
cb4aae04
EZ
389 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
390
dbd98b19
EZ
391 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
392 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
393
8f289acc
EZ
394 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
395 display problems.
396
c12553c1
KH
3972001-01-31 Kenichi Handa <handa@etl.go.jp>
398
c7bf5db9
KH
399 * international/mule.el (charset-info): Fix docstring.
400
401 * international/mule-diag.el (describe-character-set): Check final
402 char valid before printing it.
c12553c1 403
14f16b9c
GM
4042001-01-30 Gerd Moellmann <gerd@gnu.org>
405
efaa080b
GM
406 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
407
eef93f99
GM
408 * frame.el (frame-notice-user-settings): Do the tool-bar
409 stuff only for graphical displays. Fix a braino.
713f7b15 410
14f16b9c
GM
411 * frame.el (frame-initialize): Create initial frame visible.
412 (frame-notice-user-settings): When tool-bar has been switched off,
413 correct the frame size and sync too-bar-mode.
414
415 * startup.el (command-line): Remove manipulation of frame
416 height for tool bars.
417
4ad25e43
EZ
4182001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
419
420 * lpr.el: Compatibility with XEmacs and doc fixes.
421 (lpr-windows-system, lpr-lp-system): New vars.
422 (lpr-printer-switch): New defcustom.
423 (printer-name, lpr-command): Customization fix.
424 (print-region-1): Code fix.
425 (print-region-new-buffer, printify-region): Indentation fix.
426 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
427 functions.
428
e8f044a0
GM
4292001-01-29 Gerd Moellmann <gerd@gnu.org>
430
431 * msb.el (toplevel): Fix the eval-after-load.
432
850d5045
GM
4332001-01-29 Dave Love <fx@gnu.org>
434
762fe76e
DL
435 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
436
437 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
438
850d5045
GM
439 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
440 compiling.
441 (tcl-using-emacs-19-23): Consider Emacs 21+.
442 (tcl-help-directory-list, tcl-command-switches): Fix :type.
443 (tcl-add-emacs-menu): Supply menu name.
444 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
445
3a768251
GM
4462001-01-29 Gerd Moellmann <gerd@gnu.org>
447
448 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
449
274d02f7
SM
4502001-01-29 Stefan Monnier <monnier@cs.yale.edu>
451
452 * pcvs.el (cvs-mark-fis-dead): New function.
453 (cvs-mode-add): Use it.
454 (cvs-mode-add-change-log-entry-other-window):
455 Rebind change-log-default-name to itself rather than to nil.
456
ed5d446e
SS
4572001-01-29 Sam Steingold <sds@gnu.org>
458
efaa080b 459 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
460 `autoload' statements.
461
e2a80284
EZ
4622001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
463
8e1db7b3
EZ
464 * files.el (confirm-kill-emacs): Doc fix.
465
ff2a1c79
EZ
466 * frame.el (frame-initialize): Doc fix.
467
e7b0deaf
EZ
468 * time-stamp.el (time-stamp-string): Doc fix.
469
e2a80284
EZ
470 * woman.el (WoMan-log-1): Make the log buffer writable. From
471 Markus Rost <rost@math.ohio-state.edu>.
472
005913e4
GM
4732001-01-29 Gerd Moellmann <gerd@gnu.org>
474
475 * imenu.el (imenu-syntax-alist): Add autoload cookie for
476 the `make-variable-buffer-local'.
477
58622cc5
GM
4782001-01-29 Dave Love <fx@gnu.org>
479
480 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
481 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
482 autoload cookie.
483 (ansi-color-apply-sequence): Fix typo.
484
0404d031
GM
4852001-01-29 Gerd Moellmann <gerd@gnu.org>
486
ed5d446e 487 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
488 Postscript printing in black and white.
489
0404d031
GM
490 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
491 X-Mailman-Version, Precedence, List-Help, List-Post,
492 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
493 Content-Type, Content-Length.
494
3b6ed359
DL
4952001-01-29 Dave Love <fx@gnu.org>
496
ddd16e7a
DL
497 * elide-head.el (elide-head): Make overlay evaporate.
498
3b6ed359
DL
499 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
500 fix.
501
8005142f
EZ
5022001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
503
504 * isearch.el (isearch-highlight): Don't punt if the display
505 doesn't support colors, since isearch faces are defined for
506 monochrome displays as well.
507
84728570
SS
5082001-01-27 Sam Steingold <sds@gnu.org>
509
510 * shell.el (shell-write-history-on-exit): Make sure that we are in
511 the shell buffer (M-x tex-file RET inserted the error message into
512 the TeX buffer).
513
e26f9ced
EZ
5142001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * simple.el (transient-mark-mode): Doc fix.
517
dc0274bd
GM
5182001-01-27 Gerd Moellmann <gerd@gnu.org>
519
84728570 520 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
521 tags-file-name.
522
c1acacc4
EZ
5232001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
524
f5058b96
EZ
525 * shell.el (shell-unquote-argument): If the shell is one of the
526 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
527 quote character.
528 (shell-dumb-shell-regexp): Document that the shells which match
529 this regexp are supposed to not treat a backslash as a quote
530 character.
531
c1acacc4
EZ
532 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
533 from 2001-01-12. It is not needed, since backspace is mapped into
534 DEL.
535
103db06c 5362001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 537
84728570 538 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
539 Treat a one-capital-letter abbrev as "not all upper case",
540 so as to force preservation of the expansion's pattern
541 if the expansion starts with a capital letter.
542
cfa70244
EZ
5432001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
544
cfee9de7
EZ
545 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
546 Doc fix.
547
cfa70244
EZ
548 * simple.el (transient-mark-mode): Document the fact that many
549 commands act on the region when mark is active.
550
17d90d6b
KH
5512001-01-27 Kenichi Handa <handa@etl.go.jp>
552
553 * international/quail.el (quail-setup-completion-buf): Make the
554 multibyteness of current buffer inherited to Quail completion
555 buffer.
556 (quail-show-guidance-buf): Make the multibyteness of current
557 buffer inherited to Quail guidance buffer.
558 (quail-help): Make the multibyteness of current buffer inherited
559 to Quail help buffer.
560
61076b20
DL
5612001-01-26 Dave Love <fx@gnu.org>
562
c47e2c68
DL
563 * time-stamp.el: Doc fixes.
564
84728570 565 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
566 (delphi-keyword-face, delphi-other-face): Fix :type.
567
940f14b4
DL
568 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
569
570 * mail/feedmail.el (feedmail): Add :link.
571 (feedmail-send-it): Doc fix.
572
573 * mail/sendmail.el: Doc fixes.
574 (sendmail-send-it): Fix the non-ASCII regexp and use
575 rfc2047-encode-string.
576
61076b20
DL
577 * dired.el, dired-aux.el: Revert last change.
578
6c317bd2
GM
5792001-01-26 Gerd Moellmann <gerd@gnu.org>
580
581 * makefile.w32-in (DONTCOMPILE): Add various term files.
582
5832001-01-26 Dave Love <fx@gnu.org>
584
585 * Makefile.in (DONTCOMPILE): Add various term files.
586
1c636b5f
GM
5872001-01-26 Gerd Moellmann <gerd@gnu.org>
588
af900b23
GM
589 * man.el (Man-default-man-entry, Man-mode): Doc fix.
590
15fa6db0
GM
591 * startup.el (display-startup-echo-area-message): Make sure
592 the echo area is resized to fit the size of the startup
593 message.
594
1c636b5f
GM
595 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
596 part of which is a constant.
597
9b1adbd5
EZ
5982001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
599
600 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
601 twice.
602
103db06c 6032001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
604
605 * simple.el (next-line): Don't let `newline' expand abbrevs.
606 Simplify slightly.
607 (open-line): Don't let `newline' expand abbrevs.
608
219227ea
JW
6092001-01-25 John Wiegley <johnw@gnu.org>
610
611 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
612 to `repeat' in the :type field.
613
614 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
615 allow a choice of regexp or nil.
d2906bf8 616 (pcomplete-dir-ignore): Same.
219227ea
JW
617
618 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
619 a command) to always fail.
620
ceba0dac
GM
6212001-01-25 Gerd Moellmann <gerd@gnu.org>
622
623 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
624 discard the result.
625 (iswitchb-to-end): Likewise.
626
9b0630e5
SS
6272001-01-25 Sam Steingold <sds@gnu.org>
628
629 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 630 Require vc.
9b0630e5 631
a2ed9670
SM
6322001-01-25 Stefan Monnier <monnier@cs.yale.edu>
633
f0c1adab
SM
634 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
635
a2ed9670
SM
636 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
637
34ac3367
DL
6382001-01-25 Dave Love <fx@gnu.org>
639
61076b20
DL
640 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
641 (describe-coding-system): Tweak the English text.
642
34ac3367
DL
643 * loadup.el: Preload international/ccl for utf-8.
644
4685e6b7
EZ
6452001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * mail/rmail.el (rmail-redecode-body): Doc fix.
648
0fdb4475
KH
6492001-01-25 Kenichi Handa <handa@etl.go.jp>
650
23cfab61
KH
651 * international/mule-cmds.el (reset-language-environment): Reset
652 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
653
654 * international/mule-conf.el (coding-category-utf-8): Initialize
655 to mule-utf-8.
656
9b0630e5 657 * loadup.el: Preload international/utf-8.
0fdb4475
KH
658
659 * international/utf-8.el: New file.
660
245ed2b1
SM
6612001-01-24 Stefan Monnier <monnier@cs.yale.edu>
662
663 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
664
e95b0c08
SS
6652001-01-24 Sam Steingold <sds@gnu.org>
666
667 * dired.el (dired-replace-in-string): Removed.
668 (dired-sort-toggle): Use `replace-regexps-in-string'
669 instead of `dired-replace-in-string'.
9b0630e5 670
ceba0dac
GM
671 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
672 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 673
e95b0c08
SS
674 * gs.el (gs-replace-in-string): Removed.
675 (gs-options): Use `replace-regexps-in-string'
676 instead of `gs-replace-in-string'.
677
c3902c3e
EZ
6782001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
679
680 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
681 bug report is mailed to an email list and posted to a news group.
682
b66b6aeb
GM
6832001-01-24 Gerd Moellmann <gerd@gnu.org>
684
e7e41584
GM
685 * comint.el (comint-replace-by-expanded-history-before-point): Fix
686 change of 2000-08-03 to move point to the start of the line again.
687
b66b6aeb
GM
688 * startup.el (tool-bar-images-pixel-height): New variable.
689 (command-line): After loading the user's init file, when
690 tool-bar-mode is on, increase the frame's size by some lines for
691 the tool-bar.
692
693 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 694
ff890e66
SZ
6952001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
696
697 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
698 (chinese-big5): MIME:Big5.
699
04363179
GM
7002001-01-24 Gerd Moellmann <gerd@gnu.org>
701
e95b0c08 702 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
703 Handle commands with prefix args.
704
d56aaa64
GM
7052001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
706
707 * calendar/diary-lib.el (diary-float): Fix case of MONTH
708 being a list of numbers.
709 (diary-mail-entries): Rewritten.
710
99858627
DL
7112001-01-23 Dave Love <fx@gnu.org>
712
7aeb1fa9
DL
713 * international/mule.el (make-coding-system): Fix typo.
714
99858627
DL
715 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
716 backward-paragraph as font-lock-beginning-of-syntax-function.
717
5a43decf
EZ
7182001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
719
720 * font-lock.el (font-lock-mode): Doc fix.
721
b0e98867
KH
7222001-01-23 Kenichi Handa <handa@etl.go.jp>
723
724 * international/mule.el (make-translation-table): Fix docstring.
725
9c8acefd
EZ
7262001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
727
fd4976b8
EZ
728 * mail/rmail.el (rmail-redecode-body): New function.
729
9c8acefd
EZ
730 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
731
871e0439
GM
7322001-01-22 Gerd Moellmann <gerd@gnu.org>
733
21c2bbe0
GM
734 * isearch.el (isearch-lazy-highlight-case-fold-search)
735 (isearch-lazy-highlight-regexp): New variables.
736 (isearch-lazy-highlight-cleanup): Update lazy highlight if
737 case-fold search or regexp search has been toggled.
738
5710730c
GM
739 * wid-edit.el (widget-button-click): Avoid a save-excursion
740 around running a global binding.
741
871e0439
GM
742 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
743 to 0.25.
744
d0554957
MB
7452001-01-20 Miles Bader <miles@gnu.org>
746
747 * cus-edit.el (custom-face-save): Do post-processing on the face's
748 new value like `custom-face-set' does.
749
1519f618
EZ
7502001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
751
ccd87890
EZ
752 * mail/emacsbug.el (report-emacs-bug): Report the value of
753 LC_CTYPE, not LC_TYPE.
754
1519f618
EZ
755 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
756 isearch-toggle-regexp and isearch-edit-string to doc string.
757
9724173b
GM
7582001-01-19 Gerd Moellmann <gerd@gnu.org>
759
48bb9196
GM
760 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
761 as font-lock-beginning-of-syntax-function in font-lock-defaults.
762
e95b0c08 763 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
764 font-lock-beginning-of-syntax-function to nil.
765
dc81f8a2
EZ
7662001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * mail/emacsbug.el (report-emacs-bug): Report values of
769 locale-coding-system, default-enable-multibyte-characters, and the
770 environment variables LC_ALL, LC_TYPE, and LANG.
771
99327974
GM
7722001-01-19 Gerd Moellmann <gerd@gnu.org>
773
111c181e
GM
774 * font-lock.el (font-lock-default-fontify-region): Fix last
775 change.
e95b0c08 776
2be6ecc6
GM
777 * font-lock.el (font-lock-multiline): Default to nil.
778 (font-lock-default-fontify-region): If font-lock-multiline is
779 nil, don't check the property `font-lock-multiline'.
780
99327974
GM
781 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
782 is nil, don't check the `font-lock-multiline' text property.
783
2550055a
MK
7842001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
785
0a949811 786 * viper.el: Call initial-major-mode on startup.
e95b0c08 787
0a949811 788 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 789
8501998a 790 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 791
2550055a 7922001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 793
0a949811 794 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 795 diff mode, if available.
e95b0c08 796
0a949811 7972001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 798
8501998a 799 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 800
2550055a
MK
801 * ediff-init.el (subst-char-in-string): Define and use it, unless
802 it's already defined.
e95b0c08 803
8962e303
GM
8042001-01-18 Gerd Moellmann <gerd@gnu.org>
805
806 * tooltip.el (tooltip-hide-delay): New user-option.
807 (tooltip-show): Use tooltip-hide-delay instead of the default.
808
6b453381
KH
8092001-01-18 Kenichi Handa <handa@etl.go.jp>
810
811 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
812 kill-local-variable doesn't work for enable-multibyte-characters.
813
9eaf396b
DL
8142001-01-17 Dave Love <fx@gnu.org>
815
cebd37ce
DL
816 * ediff-init.el (ediff-before-setup-hook)
817 (ediff-merge-filename-prefix): Add :version.
818
9eaf396b
DL
819 * international/latin1-disp.el: Require disp-table.
820 (latin1-display): Fix :set.
821
822 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
823
f864120f
GM
8242001-01-17 Gerd Moellmann <gerd@gnu.org>
825
826 * isearch.el (isearch-lazy-highlight-initial-delay)
827 (isearch-lazy-highlight-interval): Default to 0.
828
8292001-01-17 Bob Glickstein <bobg@zanshin.com>
830
831 * isearch.el (isearch-highlight): Set isearch-overlay priority to
832 1 here rather than each time through
833 isearch-lazy-highlight-new-loop.
834 (isearch-lazy-highlight-max): Variable deleted.
835 (isearch-lazy-highlight-max-at-a-time): New user variable, like
836 isearch-lazy-highlight-max but controls a single invocation of
837 isearch-lazy-highlight-update.
838 (isearch-lazy-highlight-wrapped): Variable recreated.
839 (isearch-lazy-highlight-window-start): New variable.
840 (isearch-lazy-highlight-cleanup): Restored to behavior of
841 before 2-Jan.
842 (isearch-lazy-highlight-remove-overlays): Function deleted;
843 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
844 behavior removed.
845 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
846 isearch-lazy-highlight-update in a loop rather than just once.
847 Test isearch-invalid-regexp here and decide not to start a new
848 loop, rather than testing it each time through
849 isearch-lazy-highlight-update.
850 (isearch-lazy-highlight-search): Function restored.
851 (isearch-lazy-highlight-update): Get called in a timer loop again,
852 but this time highlight more than one match each time through.
853 Only highlight matches in the visible part of the window. Start
854 at point, move in the direction of the search, and wrap around at
855 the edge of the window. Use sit-for to force redisplay and ensure
856 window-start is credible. "Face suppressing" behavior removed;
857 overlay priorities should make it unnecessary, right?
858 (isearch-highlight): Face suppressing behavior removed.
859 (isearch-dehighlight): Face suppressing behavior removed.
860 (isearch-set-lazy-highlight-faces-at): Removed.
861
076ec540
KH
8622001-01-17 Kenichi Handa <handa@etl.go.jp>
863
864 * language/european.el ("Latin-1"): Make the format of description
865 about additional language environments same as that of Latin-2.
866
92328ec5
DL
8672001-01-16 Dave Love <fx@gnu.org>
868
39f2174e
DL
869 * isearch.el (isearch-lazy-highlight): Add :version.
870
92328ec5
DL
871 * simple.el (backward-delete-char-untabify-method)
872 (next-line-add-newlines): Add :version.
873
f251459d
GM
8742001-01-16 Gerd Moellmann <gerd@gnu.org>
875
9d4850e5
GM
876 * bindings.el: Bind <backspace> and <delete> via function-key-map.
877 Don't bind <delete> otherwise.
878
879 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
880 and <delete> via function-key-map.
881
f251459d
GM
882 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
883 Subject line only if point is after the `Subject:'.
884
771ffcf7
KH
8852001-01-16 Kenichi Handa <handa@etl.go.jp>
886
bda6b481
KH
887 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
888 japanese-jisx0213-2 in `charset' property of this lang. env.
889
35793af7
KH
890 * language/european.el ("Latin-1"): Add description for Dutch and
891 Spanish lang. env.
892
771ffcf7
KH
893 * international/mule.el (decode-char): Fix conditions.
894 (encode-char): Handle eight-bit-control too.
1c8102ff 895 (transform-make-coding-system-args): New function.
50c29104
KH
896 (make-coding-system): Accept XEmacs style arguments for CCL base
897 coding system.
771ffcf7 898
e1cf67b6
GM
8992001-01-15 Gerd Moellmann <gerd@gnu.org>
900
901 * progmodes/etags.el (find-tag-noselect): Save the value of
902 tags-file-name before switching buffers, for the case it has a
903 buffer-local value.
904
b3287acf
GM
9052001-01-15 Alex Schroeder <alex@gnu.org>
906
9eaf396b
DL
907 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
908 From Dave Love <fx@gnu.org>.
b3287acf
GM
909 (ansi-color-for-comint-mode): Fix :version.
910
9112001-01-15 Alex Schroeder <alex@gnu.org>
912
913 * ansi-color.el (ansi-color-unfontify-region): Doc change.
914
8d7ff9c8
EZ
9152001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * dired.el (dired-insert-directory): If file-system-info fails,
918 remove the " free " part, but don't signal an error.
919
dbe99ae9
SS
9202001-01-12 Sam Steingold <sds@gnu.org>
921
922 * bookmark.el (bookmark-maybe-historicize-string):
923 Use new backquote syntax.
924
103db06c 9252001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
926
927 * subr.el (last): Handle a list that doesn't end in nil.
928
ca2ddd8e
SS
9292001-01-12 Sam Steingold <sds@gnu.org>
930
931 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
932 to `backward-delete-char-untabify'.
933
1751c874
DL
9342001-01-12 Dave Love <fx@gnu.org>
935
936 * cus-edit.el (customize-menu-create): Fix the :filter following
937 easymenu change.
938
939 * wid-edit.el (function): Add :match-alternatives.
940 (widget-color-action): Doc fix.
941
3cccce8d
GM
9422001-01-12 Gerd Moellmann <gerd@gnu.org>
943
944 * calendar/calendar.el (calendar-basic-setup): Doc fix.
945
18bfd6b5
KH
9462001-01-12 Kenichi Handa <handa@etl.go.jp>
947
60a62fdc
KH
948 * international/mule-cmds.el (prefer-coding-system): Fix
949 docstring.
950
18bfd6b5
KH
951 * international/ccl.el (define-ccl-program): Fix docstring.
952
562e00da
DL
9532001-01-11 Dave Love <fx@gnu.org>
954
14fd0da3
DL
955 * international/mule-cmds.el (standard-display-european-internal):
956 Set display table for 2208 as for 160.
957
958 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
959
562e00da
DL
960 * progmodes/fortran.el (fortran-mode-map): Modify Customization
961 entry for custom-menu-create change.
962 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
963 don't cons it in the search loop.
964
965 * imenu.el (imenu--truncate-items): Revert last change.
966
6e961dcd
EZ
9672001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * info.el (Info-setup-header-line): If the node header includes
970 either Next: or Prev: links, don't show the File: and Node: parts
971 in the header line.
972
2c2ff7f2
GM
9732001-01-11 Gerd Moellmann <gerd@gnu.org>
974
a7ee2d2e
GM
975 * comint.el (comint-goto-process-mark): Don't print a message
976 when running in batch mode.
977
c5348233
GM
978 * isearch.el (isearch-search): In the condition-case handler for
979 `error', set isearch-invalid-regexp to the whole error message.
980
422717d1
GM
981 * subr.el (eval-after-load): Call load-symbol-file-load-history to
982 ensure that eval-after-load works for files dumped with Emacs.
983
984 * help.el (load-symbol-file-load-history): New function extracted
985 from function symbol-file.
986 (symbol-file): Use it.
987
2c2ff7f2
GM
988 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
989 exit.xpm.
990
926861fb
EZ
9912001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
992
993 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
994 behave as if there were no prefix argument.
995 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
996 argument were nil.
997
afa1f52c
RS
9982001-01-11 Richard M. Stallman <rms@gnu.org>
999
ca2ddd8e 1000 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1001 Don't look for more potential matches once maximum is exceeded.
1002 Use overlays-in to check correctly for overlap with current match.
1003 Ignore empty matches.
1004
47a9f362
MB
10052001-01-11 Miles Bader <miles@gnu.org>
1006
1007 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1008 (ispell-overlay-window, ispell-help, ispell-show-choices)
1009 (ispell-command-loop): Use it instead of `window-height'.
1010
d196f58d
GM
10112001-01-10 Gerd Moellmann <gerd@gnu.org>
1012
cf523f0e
GM
1013 * files.el (confirm-kill-emacs): New user-option.
1014 (save-buffers-kill-emacs): Ask for final confirmation before
1015 killing Emacs.
1016
d196f58d
GM
1017 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1018 to nil.
1019
7c6c3d8e
GM
10202001-01-10 Dave Love <fx@gnu.org>
1021
1f8be15d
DL
1022 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1023
1024 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1025 :type.
1026
1027 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1028
1029 * calculator.el (calculator-number-digits): Fix :type.
1030
0d5184de
DL
1031 * vc-cvs.el (vc-cvs-header): Fix :type.
1032 * vc-rcs.el (vc-rcs-header): Fix :type.
1033 * vc-sccs.el (vc-sccs-header): Fix :type.
1034
1035 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1036
7c6c3d8e
GM
1037 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1038
8c9f73a2
GM
1039 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1040
457b792c
GM
10412001-01-10 Gerd Moellmann <gerd@gnu.org>
1042
1043 * simple.el (set-variable): Force a thorough redisplay for the
1044 case that the variable has an effect on the display, like
1045 `tab-width' has.
1046
d2622d08
AS
10472001-01-10 Andre Spiegel <spiegel@gnu.org>
1048
1049 * vc.el: Add documentation for backend interface.
1050
ae4b5f4f
KH
10512001-01-10 Kenichi Handa <handa@etl.go.jp>
1052
e0844717
KH
1053 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1054
ae4b5f4f
KH
1055 * international/mule-conf.el (latin-extra-code-table): Set to t
1056 for \223 and \224.
1057
3184082b
KH
10582001-01-09 Kenichi Handa <handa@etl.go.jp>
1059
1060 * international/mule-cmds.el (locale-language-names): Map "es" to
1061 "Spanish" and "nl" to "Dutch".
1062
732b9cdd
GM
10632001-01-09 Gerd Moellmann <gerd@gnu.org>
1064
1dfca644
GM
1065 * bindings.el (global-map): Bind <home> to beginning-of-line,
1066 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1067 C-<end> to end-of-buffer.
1068
732b9cdd
GM
1069 * language/european.el: Add Dutch and Spanish language info
1070 to be able to use the appropriate tutorials.
1071
10722001-01-09 Alex Schroeder <alex@gnu.org>
1073
1074 * ansi-color.el (ansi-color-process-output): Use markers instead
1075 of positions for start and end of region.
1076 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1077 Previously, occasional mistakes happend when fontifying many
1078 chunks of output (eg. ls --color=yes /dev). This happened
1079 whenever an overlay was created up to the end of the region, which
1080 coincided with the process-mark. New text would then be added
1081 within that overlay instead of after it.
1082 (ansi-color-make-extent): Overlays are created with the property
1083 `modification-hooks' set to '(ansi-color-freeze-overlay).
1084 (ansi-color-freeze-overlay): New function. When inserting text at
1085 the end of the overlay, the overlay will resize.
1086
10872000-01-09 Alex Schroeder <alex@gnu.org>
1088
1089 * ansi-color.el (ansi-color-process-output): Doc change.
1090 (ansi-color-unfontify-region): Doc change. No longer installed
1091 automatically in font-lock-unfontify-region-function.
1092 (ansi-color-apply): Doc change.
1093 (ansi-color-apply-on-region): Use extents or overlays instead of
1094 text-properties.
1095 (ansi-color-make-extent): New function.
1096 (ansi-color-set-extent-face): New function.
1097
10982000-01-09 Alex Schroeder <alex@gnu.org>
1099
1100 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1101 both use ansi-color-process-output, now.
1102 (ansi-color-process-output): Doesn't return string anymore. It is
1103 installed in comint-output-filter-functions for both Emacs and
1104 XEmacs, now.
1105 (ansi-color-unfontify-region): Simplified code removing variables
1106 pos and start-ansi.
1107 (ansi-color-apply): Put text-property ansi-color before putting
1108 text-property face because ansi-color-unfontify-region is called
1109 immediately after the call to put-text-property.
1110 (ansi-color-context-region): Doc change.
1111 (ansi-color-filter-region): Simplified code.
1112 (ansi-color-apply-on-region): Changed start to start-marker, using
1113 a marker explicitly. Put text-property ansi-color before putting
1114 text-property face because ansi-color-unfontify-region is called
1115 immediately after the call to put-text-property.
1116
11172000-01-09 Alex Schroeder <alex@gnu.org>
1118
1119 * ansi-color.el (ansi-color-faces-vector): Doc change.
1120 (ansi-color-for-comint-mode): Changed :type property to choice.
1121 (ansi-color-last-context): Removed.
1122 (ansi-color-process-output): Don't use ansi-color-last-context, as
1123 the main functions will store their context now.
1124 (ansi-color-context): Doc change.
1125 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1126 Uses ansi-color-context such that repeated calls will strip
1127 partial escape sequences, too.
1128 (ansi-color-apply): Simplified code. Colorize end of string if
1129 face is not null. Store context in new (FACE STRING) format, such
1130 that repeated calls will strip partial escape sequences, too.
1131 Append faces to face property using ansi-color-apply-sequence such
1132 that cumulative mode actually works.
1133 (ansi-color-context-region): New variable.
1134 (ansi-color-filter-region): Rewrote it based on
1135 ansi-color-apply-on-region. Uses ansi-color-context-region such
1136 that repeated calls will strip partial escape sequences, too.
1137 (ansi-color-apply-on-region): Simplified code. Colorize end of
1138 region if face is not null. Store context in new (FACE POS)
1139 format, such that repeated calls will strip partial escape
1140 sequences, too. Append faces to face property using
1141 ansi-color-apply-sequence such that cumulative mode actually
1142 works.
1143 (ansi-color-apply-sequence): New function.
1144 (ansi-color-get-face): When the default face is added to the list
1145 of faces, all previous settings are discarded and the list of
1146 faces is set to '(default).
1147
11482000-01-09 Alex Schroeder <alex@gnu.org>
1149
1150 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1151 face, such that ansi-color-apply and ansi-color-apply-on-region
1152 will do the right thing.
1153 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1154 returns nil, set the list of faces back to nil instead of
1155 appending the result of ansi-color-get-face to the front of the
1156 list.
1157
11582000-01-09 Alex Schroeder <alex@gnu.org>
1159
1160 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1161 (ansi-color-process): Doc change.
1162 (ansi-color-last-context): New buffer-local variable.
1163 (ansi-color-process-output): New function. It is automatically
1164 added to comint-output-filter-functions if this is XEmacs.
1165 (ansi-color-unfontify-region): New optional parameter for XEmacs
1166 compatibility. Check wether font-lock-syntactic-keywords is
1167 boundp before removing the syntax table text property, as XEmacs
1168 doesn't have it.
1169 (ansi-color-filter-region): Doc change.
1170 (ansi-color-apply-on-region): Doc change.
1171 (ansi-color-make-face): New function. Compatibility layer for
1172 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1173 (ansi-color-make-color-map): Use ansi-color-make-face.
1174 (ansi-color-get-face): Avoid face text property '(nil) as results
1175 in an errow for XEmacs.
1176
11772000-01-09 Alex Schroeder <alex@gnu.org>
1178
1179 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1180 text-property ansi-color in order to preserve fontification by
1181 ansi-color. When the package is loaded, a lambda expression is
1182 put onto font-lock-mode-hook. This lambda expression will check
1183 font-lock-unfontify-region-function and replace
1184 font-lock-default-unfontify-region with
1185 ansi-color-unfontify-region.
1186 (ansi-color-apply): Add text-property ansi-color in addition to
1187 text-property face.
1188 (ansi-color-apply-on-region): Add text-property ansi-color in
1189 addition to text-property face.
1190 (save-buffer-state): Copy of the macro that is also used by
1191 lazy-lock and font-lock.
1192
1193 (ansi-color-for-comint-mode): New option.
1194 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1195 (ansi-color-for-comint-mode-off): Ditto.
1196 (ansi-color-for-comint-mode-filter): Ditto.
1197 (ansi-color-process): New function. Uses
1198 ansi-color-for-comint-mode to decide what to do. This function is
1199 added to comint-preoutput-filter-functions when the package is
1200 loaded.
1201
1202 (ansi-color-for-shell-mode-set): Removed.
1203 (ansi-color-for-shell-mode): Removed.
1204
12052000-01-09 Alex Schroeder <alex@gnu.org>
1206
1207 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1208 the lambda expression from the ansi-color-for-shell-mode :set
1209 property. Additionally, modify shell-mode-hook to enable or
1210 disable font-lock-mode for future shell buffers.
1211 (ansi-color-for-shell-mode): The :set property calls
1212 ansi-color-for-shell-mode-set instead of a lambda expression.
1213
12142000-01-09 Alex Schroeder <alex@gnu.org>
1215
1216 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1217 (ansi-color-context): New variable.
1218 (ansi-color-apply): Save context between calls.
1219
fb55ff10
EZ
12202001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1221
29910493
EZ
1222 * isearch.el (isearch, isearch-lazy-highlight-face): New
1223 definitions for face colors and attributes.
1224
fb55ff10
EZ
1225 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1226 of display-mouse-p.
1227
134d6265
KH
12282001-01-09 Kenichi Handa <handa@etl.go.jp>
1229
1230 * international/mule.el (make-coding-system): If the coding system
1231 accepts extra latin codes, register such codes as safe for the
1232 coding system.
1233
103db06c 12342001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1235
984c9f75
RS
1236 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1237 don't mention the file name or the date here, because they are
1238 logged at the start of the file.
1239
12402001-01-08 Richard M. Stallman <rms@gnu.org>
1241
78b8eee8
RS
1242 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1243 Change screen-width to frame-width.
1244
1460e5d4
EZ
12452001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1246
1247 * info.el (Info-search): Print the default as part of the prompt.
1248
56f24bc1
AS
12492001-01-08 Andre Spiegel <spiegel@gnu.org>
1250
ca2ddd8e 1251 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1252 constant implementations in backends.
1253
1254 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1255 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1256
1257 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1258 WRITABLE to EDITABLE.
1259
1260 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1261 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1262 to EDITABLE.
1263
b7812d30
EZ
12642001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1265
1266 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1267 (copyright, copyright-update): Compute the current year at run
1268 time.
1269
7e56ea04
GM
12702001-01-08 Gerd Moellmann <gerd@gnu.org>
1271
1272 * isearch.el (isearch-old-signal-hook): Removed.
1273 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1274 instead of setting signal-hook-function.
1275 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1276
a758f97d
GM
12772001-01-08 Kevin Gallagher <kevingal@onramp.net>
1278
1279 * emulation/edt.el: Update to version 4.0. Provide support for
1280 EDT scroll margins at top and bottom of the window. Provide an
1281 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1282 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1283 user when file-related buffer modifications exist. Provide
1284 support for running EDT Emulation in XEmacs. Provide customize
1285 access to some user updatable variables. Add Commentary section
1286 to file header. Fixed a few minor bugs and cleaned up some code.
1287
1288 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1289 for detecting a keypress that generates an ASCII key sequence.
1290 (Previously, only a keypress that generates a vector was
1291 recognized.) Embed Window Manager name into name of the generated
1292 EDT Emulation initialization file since the initialization file is
1293 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1294
30db89f9
EZ
12952001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1296
4deb3ba9
EZ
1297 * mail/sendmail.el (mail-mode): Doc fix.
1298
30db89f9
EZ
1299 * info.el (Info-goto-emacs-command-node): Doc fix.
1300 (Info-goto-emacs-key-command-node): Doc fix.
1301
c3f2772b
EZ
13022001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1303
8726e79b 1304 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1305 systems without long file-name support.
1306
0dac6924
AI
13072001-01-06 Andrew Innes <andrewi@gnu.org>
1308
1309 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1310
4e6ef391
EZ
13112001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1312
380866a2
EZ
1313 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1314 (isearch-lazy-highlight-update): Doc fix.
1315
148b5960
EZ
1316 * ffap.el (ffap-bindings): Doc fix.
1317
4e6ef391
EZ
1318 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1319
4cb1bcc2
DL
13202001-01-05 Dave Love <fx@gnu.org>
1321
1322 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1323
3828218c
GM
13242001-01-05 Gerd Moellmann <gerd@gnu.org>
1325
f1ade7d3
GM
1326 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1327 scroll-preserve-screen-position to nil.
1328
1f4139d5
GM
1329 * isearch.el (isearch-old-signal-hook): New variable.
1330 (isearch-mode): Set signal-hook-function to isearch-done.
1331 (isearch-done): Restore old signal-hook-function.
1332
3828218c
GM
1333 * info.el (Info-fontify-node): Mark one more char as intangible.
1334
3970013f
KH
13352000-01-05 Kenichi Handa <handa@etl.go.jp>
1336
3828218c 1337 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1338 it is non-nil, compose preceding characters by compose-region with
1339 COMPONENTS.
1340
1341 * international/quail.el (quail-input-string-to-events): New function.
1342 (quail-input-method): Convert input string to events here.
1343 (quail-start-translation): Return input string, not event list.
1344 (quail-start-conversion): Likewise.
1345
f3b05e99
GM
13462001-01-04 Gerd Moellmann <gerd@gnu.org>
1347
ca2ddd8e 1348 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1349 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1350 and tooltip-add-timeout.
1351 (tooltip-show): Set border color from faces's foreground.
1352 (tooltip-show-help-function): If called with the same help string
1353 as last time, do nothing.
1354 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1355
0f2ac578
GM
1356 * startup.el (fancy-splash-screens): Don't bind show-help-function
1357 to nil.
1358
f3b05e99
GM
1359 * tooltip.el (tooltip-frame-parameters): Remove colors.
1360 (tooltip): New face
1361 (tooltip-set-param): New function.
1362 (tooltip-show): Set up color frame parameters from face `tooltip'.
1363 Display the tooltip text in face `tooltip'.
1364
8416e94a
DL
13652001-01-04 Dave Love <fx@gnu.org>
1366
1367 * whitespace.el (whitespace-global-mode): Fix typo.
1368
1369 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1370
30db89f9
EZ
13712001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1372
1373 * help.el (help-for-help): Fix a typo in a doc string. From
1374 kwzh@gnu.org (Karl Heuer).
1375
b847eb8c
DL
13762001-01-03 Dave Love <fx@gnu.org>
1377
1378 * dired-x.el: Doc fixes. Maintainer change.
1379 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1380 :type.
1381 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1382 (dired-guess-shell-alist-user): Customize.
1383 (dired-x-help-address): Set to bug-gnu-emacs.
1384 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1385 (dired-default-directory): Renamed from default-directory.
1386
1387 * hl-line.el (hl-line): Doc fix.
1388
43c4b570
KF
13892001-01-03 Karl Fogel <kfogel@red-bean.com>
1390
1bf6b1bf 1391 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1392
984c9f75 13932001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1394
1395 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1396 to remove all the current alternative-match highlighting.
1397 If nil, remove only what's outside the current window.
1398 (isearch-lazy-highlight-remove-overlays): Take optional
1399 region within which NOT to remove them.
1400 (isearch-lazy-highlight-new-loop): Greatly simplified.
1401 (isearch-lazy-highlight-update): Find all the other occurrences
1402 visible in the window, in just one call.
1403 (isearch-lazy-highlight-start): Now holds start of region to scan.
1404 (isearch-lazy-highlight-end): Now holds end of region to scan.
1405 (isearch-lazy-highlight-wrapped): Variable deleted.
1406 (isearch-lazy-highlight-search): Function deleted.
1407
13d6a61c
AI
14082000-01-02 Andrew Innes <andrewi@gnu.org>
1409
1410 * w32-fns.el (convert-standard-filename): Do length check on name
1411 before aref.
1412
064866e7
DL
14132001-01-02 Dave Love <fx@gnu.org>
1414
b33e041b
DL
1415 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1416 value.
1417 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1418
1419 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1420
8166ffd5
DL
1421 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1422 read syntax.
1423
064866e7
DL
1424 * calendar/todo-mode.el (todo): Add :link, :version.
1425 (todo-save-top-priorities): Remove autoload cookie.
1426 (todo-add-category, todo-add-item-non-interactively)
1427 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1428 cookie.
1429
6dde6abc
GM
14302001-01-02 Gerd Moellmann <gerd@gnu.org>
1431
1432 * comint.el (comint-input-history-ignore): New variable.
1433 (comint-read-input-ring): Ignore entries matching
1434 comint-input-history-ignore.
1435
1a8a9daf
GM
14362001-01-02 Eric M. Ludlam <zappo@gnu.org>
1437
1438 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1439 (lm-copyright-mark): New function.
1440 (lm-crack-copyright): New function.
1441 (lm-verify): Check that the file has a copyright.
1442 Check that the file is copyright Free Software Foundation.
1443
9c92eb53
KH
14442000-12-30 Kenichi Handa <handa@etl.go.jp>
1445
1446 * international/mule-diag.el (print-fontset): Indent font name by
1447 24 columns, not 25.
1448
49172314
GM
14492000-12-29 Gerd Moellmann <gerd@gnu.org>
1450
762a68ec
GM
1451 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1452 in Subject line.
1453
49172314
GM
1454 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1455 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1456 continuing an interrupted message with C-u C-x m for instence,
1457 winds up in Mail mode without abbrevs.
1458
bd7a2e26
GM
14592000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1460
1461 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1462 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1463 fix.
bd7a2e26
GM
1464 (ps-print-version): New version number (6.3.3).
1465 (ps-end-with-control-d): Initialization fix.
1466 (ps-lines-printed): New var.
1467 (ps-skip-newline): New fun.
1468 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1469 (ps-next-line, ps-continue-line, ps-plot-region)
1470 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1471
2b3f28a4
KH
14722000-12-29 Kenichi Handa <handa@etl.go.jp>
1473
1474 * international/fontset.el (x-complement-fontset-spec): Resolve
1475 ASCII font name so that the same family name is used for fonts
1476 registered in x-font-name-charset-alist.
1477 (create-fontset-from-fontset-spec): Adjusted for the above change.
1478 The name of fontset alias should be a unresolved ASCII font name.
1479
2ece9174
GM
14802000-12-28 Gerd Moellmann <gerd@gnu.org>
1481
1482 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1483 and delete in isearch-mode-map.
1484
cbe3ad7a
RS
14852000-12-28 Richard M. Stallman <rms@gnu.org>
1486
ca2ddd8e 1487 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1488 Use xpdf instead of acroread.
1489
a816f1c5
KH
14902000-12-28 Kenichi Handa <handa@etl.go.jp>
1491
f086e73c
KH
1492 * textmodes/artist.el (artist-butlast): Deleted.
1493 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1494 artist-butlast.
f086e73c 1495
a816f1c5
KH
1496 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1497
1498 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1499
b202115b
EZ
15002000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1503
1504 * ls-lisp.el: Better support for the Mac and MS-Windows.
1505 (ls-lisp): New defgroup.
1506 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1507 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1508 (ls-lisp-support-shell-wildcards): New defcustoms.
1509 (ls-lisp-parse-symlink): New function.
1510 (insert-directory): Code to convert switches to a list and set up
1511 the wildcard argument copied from ls-lisp-insert-directory.
1512 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1513 for -C and -R switches.
1514 (ls-lisp-column-format): New function.
ca2ddd8e 1515 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1516 (ls-lisp-format-time): Add doc strings.
1517 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1518 Support ls-lisp-dirs-first.
1519 (ls-lisp-classify, ls-lisp-extension): New functions.
1520 (ls-lisp-format): Optionally support emulation of symlinks.
1521 Support -i, -s, and -G switches.
1522
6061fbf0
GM
15232000-12-27 Gerd Moellmann <gerd@gnu.org>
1524
5e25feee
GM
1525 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1526
6061fbf0
GM
1527 * version.el (emacs-version): Print X scroll bar information.
1528
1529 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1530 instead of x-toolkit-scroll-bars-p.
1531
1532 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1533 of x-toolkit-scroll-bars-p.
1534
25050dab
EZ
15352000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1536
1537 * ffap.el (ffap-bindings): Make interactive and add an autoload
1538 cookie.
1539 (ffap-bindings): Doc fix, to reflect the above change.
1540
c1786874
KH
15412000-12-27 Kenichi Handa <handa@etl.go.jp>
1542
1543 * term.el (term-char-mode): Define all non-ascii self-inserting
1544 characters to 'term-send-raw in term-raw-map.
1545
7261ece3 15462000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1547
6061fbf0 1548 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1549 guard.
ca2ddd8e 1550
6061fbf0 1551 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1552 initialization; use add-hook.
6061fbf0 1553 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1554
6061fbf0 1555 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1556
6061fbf0
GM
1557 * ediff.el (ediff-patch-buffer): Bug fix.
1558 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1559
83f40583
SM
15602000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1561
1562 * subr.el (combine-run-hooks): Remove.
1563
1564 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1565 and remove the rogue second spec.
1566
bdd6d4e8
GM
15672000-12-23 Gerd Moellmann <gerd@gnu.org>
1568
1569 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1570
26736ce3
SM
15712000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1572
0e86b6b0
SM
1573 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1574 Use minibuffer menu prompt for the `=' prefix.
1575 (smerge-command-prefix): Change default to C-^.
6eabfb26 1576 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1577
26736ce3
SM
1578 * skeleton.el (skeleton-internal-1): Make sure the first line of
1579 the region is also re-indented.
d21584d6
SM
1580 (skeleton-end-newline): New var.
1581 (skeleton-end-hook): Use it.
26736ce3 1582
95fa4fd7
MB
15832000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1584
1585 * comint.el (comint-password-prompt-regexp): Support CVS.
1586
f060b834
GM
15872000-12-22 Gerd Moellmann <gerd@gnu.org>
1588
856ff7a7
GM
1589 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1590 backspace key combinations, depending on
1591 delete-key-deletes-forward.
1592
1593 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1594
f060b834
GM
1595 * simple.el (delete-key-deletes-forward): Doc fix.
1596
653558a1
GM
15972000-08-22 Emmanuel Briot <briot@gnat.com>
1598
1599 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1600 white spaces are relevant in the XML file.
653558a1
GM
1601 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1602 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1603 of XML files.
653558a1
GM
1604 (xml-parse-tag): Check that the casing is the same in the start
1605 tag and end tag, since XML is case-sensitive. Allows for spaces
1606 in the end tag, after the name of the tag.
1607 (xml-parse-attlist): Allow for the character '-' in the name of
1608 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1609 the properties in the XML tree, since they are not relevant.
653558a1 1610
3ad93d8d
SM
16112000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1612
1613 * generic.el (generic-read-type): Undo last change, inline into
1614 `generic-mode' and then remove.
1615 (generic-mode): Inline generic-read-type.
1616 (define-generic-mode): Push the symbol name rather than the symbol
1617 onto generic-mode-list.
1618
177f4e88
GM
16192000-12-21 Gerd Moellmann <gerd@gnu.org>
1620
8e15274f
GM
1621 * generic.el (generic-read-type): Build an alist for
1622 completing-read as in 20.7.
1623
1624 * play/landmark.el (lm): Use interactive spec `P'.
1625 (toplevel): Don't set debug-on-error.
1626
177f4e88
GM
1627 * server.el (server-switch-buffer): Choose a window on a visible
1628 frame.
1629
6ba384dc
GM
16302000-12-21 Dave Pearson <davep@davep.org>
1631
1632 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1633
647a066c
GM
16342000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1635
1636 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1637 ranges like \177-\237, but accepts the character sequence from \177 to
1638 \237. Doc fix.
1639 (ebnf-version): New version (3.4).
1640 (ebnf-setup): Code fix.
1641 (ebnf-range-regexp): New fun.
1642 (ebnf-8-bit-chars): Const fix.
1643
1644 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1645 entry. Doc fix.
1646 (ebnf-bnf-lex): Code fix.
1647 (ebnf-bnf-comment-chars): Const fix.
1648
1649 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1650 entry. Doc fix.
1651 (ebnf-iso-comment-chars): Const fix.
1652
1653 * ebnf-otz.el: Doc fix.
1654
1655 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1656 entry. Doc fix.
1657 (ebnf-yac-skip-code): Code fix.
1658 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1659
bc22fd18
EZ
16602000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * files.el (insert-directory-safely): New function.
834d23b2 1663 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1664 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1665
587fc3f9
KH
16662000-12-21 Kenichi Handa <handa@etl.go.jp>
1667
eeefcfde 1668 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1669 coding-category-list more rigidly. Improve help message.
eeefcfde 1670
587fc3f9
KH
1671 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1672
01860fb9
MB
16732000-12-21 Miles Bader <miles@gnu.org>
1674
587fc3f9
KH
1675 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1676 prefix.
01860fb9 1677
3f9d67a6
KH
16782000-12-21 Kenichi Handa <handa@etl.go.jp>
1679
9fd1c1f7
KH
1680 * international/mule-diag.el (describe-char-after): Make *Help*
1681 buffer inherit multibyteness of the current buffer.
1682
3f9d67a6
KH
1683 * international/mule.el (make-char): Docstring adjusted for the
1684 change of make-char-internal.
1685
c9669fac
SM
16862000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1687
1688 * international/iso-cvt.el: Docstrings fix.
1689
19594307
DL
16902000-12-20 Dave Love <fx@gnu.org>
1691
1692 * subr.el (eval-after-load): Doc fix.
1693
b1a447b3
KH
16942000-12-20 Kenichi Handa <handa@etl.go.jp>
1695
1696 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1697 for numbers.
1698
09877d5d
MB
16992000-12-20 Miles Bader <miles@gnu.org>
1700
1701 * international/quail.el (quail-help): Resize the help window
1702 again after it has all its contents. Remove unneeded progn.
1703
71d4497a
GM
17042000-12-19 Gerd Moellmann <gerd@gnu.org>
1705
1706 * pcmpl-linux.el: Fix copy/paste error.
1707
741e56a0
AI
17082000-12-19 Andrew Innes <andrewi@gnu.org>
1709
1710 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1711 docstring.
1712
cc24d91c
CD
17132000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1714
ba4c05aa
CD
1715 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1716
1717 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1718
1719 * progmodes/idlw-shell.el: Fixed copyright notice.
1720
1721 * progmodes/idlwave.el: Fixed copyright notice.
1722
71d4497a 1723 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1724 TAB as key separators.
1725
524c8caf
GM
17262000-12-19 Alex Schroeder <alex@gnu.org>
1727
1728 * sql.el (sql-sybase-options): New option.
1729 (sql-sybase): Use it. Add sql-database to the list of parameters
1730 provided for login. The options -w 2048 -n are not used any more.
1731 (sql-postgres-options): Changed default from "--pset" to "-P".
1732 (sql-mysql-options): Doc change.
1733 (sql-stop): Doc change.
1734
b5fa513d
KH
17352000-12-19 Kenichi Handa <handa@etl.go.jp>
1736
1737 * international/quail.el (quail-input-method): Always hide
1738 the guidance buffer on exiting.
1739
91c9e6ce
GM
17402000-12-18 Gerd Moellmann <gerd@gnu.org>
1741
c6da4eb4
GM
1742 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1743 isn't fboundp.
1744
3d2a0e0b
GM
1745 * server.el (server-buffer-done): Bury the buffer before
1746 killing it.
1747
91c9e6ce
GM
1748 * faces.el (face-spec-set): Interpret a nil in specs for
1749 foreground and background colors as `unspecified', for
1750 compatibility with 20.x.
1751
40fa0008
DL
17522000-12-18 Dave Love <fx@gnu.org>
1753
22adbe54
DL
1754 * simple.el (mail-user-agent): Doc fix.
1755 (input-mode-8-bit): Removed.
1756
1757 * international/mule.el (set-keyboard-coding-system): Doc fix.
1758 (keyboard-coding-system): New option.
1759
40fa0008
DL
1760 * mail/sendmail.el (send-mail-function): Customize.
1761
6f4745e2
EZ
17622000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1763
1764 * international/codepage.el (cp866-decode-table): New table.
1765
82b90229
GM
17662000-12-18 Gerd Moellmann <gerd@gnu.org>
1767
1768 * version.el (emacs-version): Remove `%a' from the time format
1769 because the weekday doesn't fit well into each locale.
1770
5a047002
MB
17712000-12-18 Miles Bader <miles@gnu.org>
1772
7f49aa07
MB
1773 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1774
ca2ddd8e 1775 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1776 Check that emacs-major-version is `=' to 20, not `>='.
1777 (artist-replace-chars): Use `make-string' instead of a loop.
1778
22ea2607
EZ
17792000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1780
1781 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1782 (cvs-execute-single-file): Don't change directory.
1783 Patch from Per Cederqvist.
1784
6c825f8e
EZ
17852000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1786
1787 * textmodes/ispell.el (check-ispell-version): If
1788 `ispell-program-name' is "aspell", pass it the -v switch instead
1789 of -vv.
1790
8ff06845
KH
17912000-12-16 Kenichi Handa <handa@etl.go.jp>
1792
af4bb4c8
KH
1793 * international/mule-diag.el (mule-diag): Insert information about
1794 configure options, multibyte awareness, language env.
1795
8ff06845
KH
1796 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1797 regexp to search for candidates.
1798
b24e84ab
EZ
17992000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1800
1801 * info.el (Info-forward-node): If the node has an
1802 Info-header-line, widen the buffer before searching for "next:"
1803 and "up:" pointers, and set the search limit to stay in the
1804 current node.
1805
7981d89f
MB
18062000-12-16 Miles Bader <miles@gnu.org>
1807
1808 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1809
88ee7917
MB
18102000-12-15 Miles Bader <miles@gnu.org>
1811
1812 * comint.el (comint-send-string, comint-send-region): Also accept
1813 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1814 process-send-string/region.
1815
0c28d842
GM
18162000-12-15 Gerd Moellmann <gerd@gnu.org>
1817
4ea7fdca
GM
1818 * isearch.el (isearch-lazy-highlight-max): New user-option.
1819 (isearch-lazy-highlight-update): Don't highlight more than
1820 isearch-lazy-highlight-max matches.
1821
0c28d842
GM
1822 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1823
984c9f75 18242000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1825
8062e53a
GM
1826 * sort.el (sort-columns): Fix error message.
1827
3ffa545b
GM
1828 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1829 `upcase' or `downcase' or nil.
1830 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1831 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1832 (dabbrev--substitute-expansion): New arg record-case-pattern.
1833 If it is non-nil, set dabbrev--last-case-pattern.
1834 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1835
1836 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1837
c2d7f289
MB
18382000-12-15 Miles Bader <miles@gnu.org>
1839
b6348438
MB
1840 * paths.el (Info-default-directory-list): Don't delete
1841 configure-info-directory from the list of standard info
1842 directories when appending it to the end -- their order is
1843 important.
1844
f9056dd9
MB
1845 * faces.el (read-face-attribute): If there's no entry for the
1846 user's input in VALID, just use it as-is (this will often result
1847 in an error, but it may be OK for e.g. colors using hexadecimal
1848 notation, and at least will yield a better error message).
1849
c2d7f289 1850 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1851 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1852 Variables removed.
1853 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1854 window is really the right size. Use vertical-motion
1855 rather than forward-line.
1856 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1857 (ispell-command-loop, ispell-show-choices): Use the variable
1858 ispell-choices-win-default-height, rather than the function.
1859 (ispell-choices-win-default-height): Function removed.
1860 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1861
8f530b95
SM
18622000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1863
1864 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1865
6d435deb
EZ
18662000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1867
4dddb0b7
EZ
1868 * paths.el (Info-default-directory-list): If
1869 configure-info-directory is not one of the standard directories,
1870 put it first in the list; otherwise put it last. Doc string
1871 changed accordingly.
1872
1873 * info.el (Info-directory-list): Change doc string to reflect the
1874 change in Info-default-directory-list.
1875
6d435deb
EZ
1876 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1877 windows-nt as windowed environments, even under -nw.
1878
1879 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1880 if not fboundp. Switch delete-forward mode for the <delete> key
1881 on all PC platforms, even under -nw.
1882
1883 * term/internal.el ([M-delete]): Remap to M-d.
1884
9d7d9263
GM
18852000-12-14 Gerd Moellmann <gerd@gnu.org>
1886
1887 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1888
7cf0153a
EZ
18892000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1890
1891 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1892
5e5b3d41
GM
18932000-12-14 Gerd Moellmann <gerd@gnu.org>
1894
5f368d29
GM
1895 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1896 if appropriate.
1897
1898 * simple.el (delete-key-deletes-forward): New user-option.
1899 (delete-key-deletes-forward-mode): New function.
1900
9d7d9263 1901 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1902
5e5b3d41
GM
1903 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1904 if symbol is bound before getting its value.
1905
1906 * tooltip.el (tooltip-show): If an error is signaled in
1907 x-show-tip, display that error, and display the help in the
1908 echo area.
ca2ddd8e 1909
191b83b6
KH
19102000-12-14 Kenichi Handa <handa@etl.go.jp>
1911
1912 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1913 "... entries" messages for every 10000 entries, not 10.
1914
6192b604
KF
19152000-12-13 Karl Fogel <kfogel@red-bean.com>
1916
1917 * bookmark.el: Provide a generic exit hook, as suggested by
1918 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1919 (bookmark-exit-hook): New var.
1920 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1921 old raw lambda form in `kill-emacs-hook', and runs new
1922 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1923 as logically that feature must have been provided if this function
1924 is running.
1925 Removed ;;;###autoload before the `add-hook' call.
1926
5edf6b55
SM
19272000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1928
1929 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1930 (easy-menu-current-active-maps): New function.
1931 (easy-menu-get-map): Use it.
1932 Make a proper menu entry when creating a new keymap.
1933
16b5e8e6
KH
19342000-12-13 Kenichi Handa <handa@etl.go.jp>
1935
d49fc4eb
KH
1936 * international/characters.el: Fix cases and syntaxes for
1937 mule-unicode-0100-24ff.
1938
3b53d876
KH
1939 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1940 that a Japanese character is not appended after day and year.
1941
16b5e8e6
KH
1942 * info.el (Info-suffix-list): Change format for a command that
1943 requires arguments.
1944 (info-insert-file-contents): Adjusted for the above change.
1945
1df1c518
AS
19462000-12-12 Andreas Schwab <schwab@suse.de>
1947
1948 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1949 on the name of the tar buffer. Verify that the existing buffer is
1950 visiting the same subfile.
1951
a7a07b98
DL
19522000-12-12 Dave Love <fx@gnu.org>
1953
1954 * subdirs.el: Add obsolete.
1955
4fdbd809
GM
19562000-12-12 Gerd Moellmann <gerd@gnu.org>
1957
bfdb75ee
GM
1958 * mail/rmailsum.el (rmail-summary-expunge)
1959 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1960 instead of rmail-confirm-expunge.
1961
4fdbd809
GM
1962 * replace.el (perform-replace): Don't use an empty match adjacent
1963 to a non-empty match when computing the next match before the
1964 replacement is performed.
1965
e9a59cad
GM
19662000-12-12 Milan Zamazal <pdm@freesoft.cz>
1967
1968 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1969 definition (patch by Stefan Monnier).
1970 (glasses-mode): Use jit-lock instead of `after-change-functions'
1971 (patch by Stefan Monnier).
1972
c2def7a0
MB
19732000-12-12 Miles Bader <miles@gnu.org>
1974
1975 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1976 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1977
591b63b4
AC
19782000-12-12 Andrew Choi <akochoi@i-cable.com>
1979
1980 * term/mac-win.el: Remove load for ls-lisp.
1981
a924cf63 1982 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1983
5ff4ba3d
MB
19842000-12-12 Miles Bader <miles@gnu.org>
1985
1986 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1987 Respect field end too.
1988 (just-one-space): Respect fields as `delete-horizontal-space'.
1989 (newline-and-indent, reindent-then-newline-and-indent): Use
1990 `delete-horizontal-space'.
1991
d0c679bc
SM
19922000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1993
adf9c994
SM
1994 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1995 (so as to obey the field property in the minibuffer).
1996
4b0cd42d
SM
1997 * obsolete/c-mode.el: Moved from lisp/progmodes.
1998 * obsolete/auto-show.el: Moved from lisp.
1999 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2000
89f85863
CD
20012000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2002
2003 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2004 changes to list them here.
89f85863
CD
2005
2006 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2007 many changes to list them here.
2008
2009 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2010 many changes to list them here.
2011
2012 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2013
3e0d35ce
GM
20142000-12-11 Gerd Moellmann <gerd@gnu.org>
2015
d990421f
GM
2016 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2017 nil.
2018
ca2ddd8e 2019 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2020 Comment fix.
2021
3e0d35ce
GM
2022 * hscroll.el: Moved to `obsolete' subdir.
2023
ff904dd6
MB
20242000-12-11 Miles Bader <miles@gnu.org>
2025
2026 * window.el (window-text-height): Function removed (now in C).
2027
fb97d87f
SM
20282000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2029
2030 * log-edit.el (log-edit-parent-buffer): New var.
2031 (log-edit): Set it. Add BUFFER argument.
2032 (log-edit-done): Use char-before.
2033 Don't bother checking validity of vc-comment-ring.
2034 Only bury the buffer if log-edit popped it up.
2035
2036 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2037 (cvs-mode-diff-help): Remove.
2038 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2039 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2040
2041 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2042 Remove binding for ? now made unnecessary.
2043
7de77417
CD
20442000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2045
2046 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2047 function
7de77417
CD
2048 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2049
2050 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2051 when master file is not open.
2052
4efa209f
SM
20532000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * progmodes/ada-stmt.el: Update `maintainer'.
2056
0a8052bd
GM
20572000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2058
2059 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2060 choices to match documentation string.
2061
a12167c5
MB
20622000-12-09 Miles Bader <miles@gnu.org>
2063
2161605d
MB
2064 * minibuf-eldef.el: New file.
2065
a12167c5
MB
2066 * window.el (fit-window-to-buffer): Don't pass last argument to
2067 pos-visible-in-window-p, now that its meaning is inverted.
2068
9ea8de1b
EZ
20692000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2070
2071 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2072 <ceder@lysator.liu.se>.
2073
5002ddbb
SM
20742000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2075
b6114d80
SM
2076 * autoinsert.el (auto-insert-alist): Add missing final \n.
2077
ee8d23ee
SM
2078 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2079 (cvs-menu-map): Remove.
2080 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2081 (cvs-mode-quit): Turn it back into a plain function.
2082
5002ddbb 2083 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2084 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2085
2086 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2087 file where it's more visible.
2088 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2089 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2090 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2091 (texinfo-inside-macro-p): Only catch `scan-error's.
2092 (texinfo-inside-env-p): Make better use of the match info.
2093 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2094 (texinfo-insert-@end): Slight re-organization.
2095 Also remove useless `looking-at' call.
2096
30cd075d
AI
20972000-12-08 Andrew Innes <andrewi@gnu.org>
2098
2099 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2100 accessible in -nw mode.
2101
2102 * term/w32-win.el: Remove stuff about selection timeout, which is
2103 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2104 it is accessible in -nw mode.
2105
01b91009
DL
21062000-12-08 Dave Love <fx@gnu.org>
2107
2108 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2109 font-lock-keywords-case-fold-search.
2110
842b2a94
GM
21112000-12-08 Gerd Moellmann <gerd@gnu.org>
2112
2113 * textmodes/ispell.el (ispell): Doc fix.
2114
f9d5f611
KH
21152000-12-08 Kenichi Handa <handa@etl.go.jp>
2116
2117 * international/quail.el (quail-insert-decode-map): Check the
2118 frame width of a window displaying the current buffer, not that of
2119 the selected frame.
2120 (quail-help): Make sure that the help buffer has window before
2121 inserting text in it.
2122
e04d21aa
SS
21232000-12-07 Sam Steingold <sds@gnu.org>
2124
2125 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2126 Backquote is used in isearch.el, so autoloading saves nothing.
2127
fc3e23a4
EZ
21282000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2129
137cad7c
EZ
2130 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2131 the CVS and RCS subdirectories case-insensitively.
2132
fc3e23a4
EZ
2133 * dired.el (dired-insert-directory): If file-system-info is
2134 fboundp, call it instead of invoking dired-free-space-program.
2135
796ecd10
GM
21362000-12-07 Gerd Moellmann <gerd@gnu.org>
2137
0f5f7c3e
GM
2138 * server.el (server-visit-files): Push files on file-name-history.
2139
3764ba49
GM
2140 * progmodes/cc-langs.el: Update copyright.
2141
8e7931da
GM
2142 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2143
ae0d7485 2144 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2145
796ecd10
GM
2146 * bindings.el (mode-line-mode-menu): Reverse the order
2147 of define-keys so that the menu appears in alphabetical order.
2148
ae0d7485
GM
21492000-12-07 Milan Zamazal <pdm@freesoft.cz>
2150
2151 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2152 of the function.
2153
e2849090
DL
21542000-12-07 Dave Love <fx@gnu.org>
2155
2156 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2157
2158 * facemenu.el (facemenu-unlisted-faces): Fix value.
2159
5c7f629c
SM
21602000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2161
2162 * font-lock.el (font-lock-default-fontify-region):
2163 Include the terminating \n (off-by-one error).
2164 (font-lock-set-defaults): Use dolist.
2165
2166 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2167
73481ae3
KH
21682000-12-07 Kenichi Handa <handa@etl.go.jp>
2169
ffbaa122
KH
2170 * international/mule-cmds.el (describe-language-environment): Fix
2171 for the case that an input method title is not string but a list.
2172
73481ae3
KH
2173 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2174 of wrong SIZE record.
2175
e2896b22
DL
21762000-12-06 Dave Love <fx@gnu.org>
2177
67292061
DL
2178 * newcomment.el (comment-region, comment-dwim): Doc fix.
2179
2180 * textmodes/texinfo.el: Require tex-mode when compiling.
2181 (texinfo-update-node): Doc fix.
2182 (texinfo-imenu-generic-expression): Add @anchor.
2183 (texinfo-font-lock-keywords): Add @uref.
2184 (texinfo-inside-macro-p): Don't use ignore-errors.
2185 (texinfo-insert-quote): Match more contexts.
2186
e76938e7
DL
2187 * international/mule.el (decode-char, encode-char): Doc fix.
2188 (auto-coding-alist): Customize.
2189
2190 * files.el (load-file): Fix change of 2000-03-12.
2191
e2896b22
DL
2192 * wid-edit.el (widget-text-keymap): Doc fix.
2193
6610f4b2
AI
21942000-12-06 Andrew Innes <andrewi@gnu.org>
2195
2196 * makefile.w32-in (lisp): Set to an absolute directory, namely
2197 $(CURDIR).
2198
9e3366e4
EZ
21992000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2200
2201 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2202 read generated-autoload-file, and set buffer-file-coding-system to
2203 raw-text-unix after reading the file.
2204
2205 * international/mule-conf.el (file-coding-system-alist): Use
2206 raw-text for reading loaddefs.el and raw-text-unix for writing
2207 it.
2208
d94d636f
GM
22092000-12-06 Gerd Moellmann <gerd@gnu.org>
2210
384333ee
GM
2211 * replace.el (occur): Make line-number-width 1 smaller for the
2212 colon following the line number.
2213
347d0813
GM
2214 * startup.el (fancy-splash-text, command-line-1): Use
2215 `File' for the menu name instead of `Files'.
e04d21aa 2216
d4b72d58
GM
2217 * tmm.el: Update copyright.
2218
d94d636f
GM
2219 * cus-start.el: Add entry for even-window-heights.
2220
6e424019
MB
22212000-12-06 Miles Bader <miles@gnu.org>
2222
2223 * faces.el (frame-set-background-mode): Avoid stomping on
2224 locally modified faces.
2225
e6477b58
KH
22262000-12-06 Kenichi Handa <handa@etl.go.jp>
2227
2228 * international/fontset.el: Correct the font registries for
2229 japanese-jisx0213-1 and japanese-jisx0213-2.
2230
21999ab9
GM
22312000-12-05 Gerd Moellmann <gerd@gnu.org>
2232
57d6e381
GM
2233 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2234
21999ab9
GM
2235 * iswitchb.el: Update customization commentary.
2236
7422819c
GM
22372000-12-05 Rob Riepel <riepel@Stanford.EDU>
2238
2239 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2240 (tpu-search-highlight): Fixed comparison of overlay end positions.
2241 (tpu-trim-line-ends): Implemented trimming logic locally.
2242
2243 * emulation/tpu-extras.el (tpu-write-file-hook)
2244 (tpu-set-cursor-bound): Replaced picture-clean with
2245 tpu-trim-line-ends.
2246
73daff18
KH
22472000-12-05 Kenichi Handa <handa@etl.go.jp>
2248
2249 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2250 to cn-gb.
2251 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2252
6a4cd002
DL
22532000-12-04 Dave Love <fx@gnu.org>
2254
2255 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2256
6452929e
GM
22572000-12-04 Gerd Moellmann <gerd@gnu.org>
2258
e04d21aa 2259 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2260 (rmail-summary-expunge-and-save): Ask for confirmation with
2261 rmail-expunge-confirmed.
2262
2263 * mail/rmail.el (rmail-expunge-confirmed): New function.
2264 (rmail-expunge): Use it.
2265
0c68ce6f
GM
2266 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2267 (etags-recognize-tags-table, find-tag-in-order): New
2268 functionality: interpret file names as tags.
e04d21aa 2269
7a53d8c8
EZ
22702000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2273 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2274 visit the first subnode until the bottom of the current node is
2275 visible.
2276
caa15ef7
GM
22772000-12-04 Gerd Moellmann <gerd@gnu.org>
2278
2279 * format.el (format-decode): Don't change buffer's undo list.
2280
e225faa7
KH
22812000-12-04 Kenichi Handa <handa@etl.go.jp>
2282
2283 * faces.el (face-font-registry-alternatives): Add entries for CJK
2284 fonts. Doc-string adjusted for the actual usage of this data.
2285
2286 * international/fontset.el: Change the font registries for CJK
2287 fonts in the default fontset. Don't append '*' to registries.
2288
8b262a65
SM
22892000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2290
e04d21aa 2291 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2292 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2293
2294 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2295 (derived-mode-p): New function.
2296 (derived-mode-make-docstring): Add `docstring' argument.
2297 Use it if available and complete it if necessary.
2298
33c4460b
AS
22992000-12-03 Andreas Schwab <schwab@suse.de>
2300
2301 * type-break.el (type-break): Don't make parent of itself.
2302
5c9b3fac
MB
23032000-12-03 Miles Bader <miles@gnu.org>
2304
2305 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2306
27ce741e
SM
23072000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2308
07c16ec4
SM
2309 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2310 (tex-main-file, tex-file): Simplify.
2311 (tex-generate-zap-file-name): Use subst-char-in-string.
2312 (tex-strip-dots): Remove.
2313
c19cc275
SM
2314 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2315
27ce741e
SM
2316 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2317 to check if the match succeeded.
2318
285991dc
GM
23192000-12-02 Gerd Moellmann <gerd@gnu.org>
2320
2321 * startup.el (use-fancy-splash-screens-p): New function.
2322 (command-line-1): Use it to determine whether or not to use
2323 a fancy splash screen.
2324
52dca1b2
AS
23252000-12-02 Andreas Schwab <schwab@suse.de>
2326
2327 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2328
d3e7e7cf
EZ
23292000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2330
2dce2360
EZ
2331 * international/mule.el (make-char): Fix last change.
2332
9768eaa7
EZ
2333 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2334 New defcustoms.
2335 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2336 autoloading tex-mode; instead, do the same manually. Use
2337 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2338 with numeric argument. Docstring fix.
2339 (toplevel): Require cl when compiling.
e04d21aa 2340
285991dc 2341 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2342
0dd5e255
JR
23432000-12-02 Jason Rumney <jasonr@gnu.org>
2344
2345 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2346 the Emacs Lisp manual)
2347
fbb87147
EZ
23482000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2349
5cbb3e93
EZ
2350 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2351
fbb87147
EZ
2352 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2353 the Emacs Lisp manual).
2354
1636ca09
GM
23552000-12-02 Gerd Moellmann <gerd@gnu.org>
2356
2357 * simple.el (next-line-add-newlines): Change default to nil.
2358
68875f0e
EZ
23592000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2360
2361 * files.el (revert-buffer, recover-file): Bind
2362 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2363
fd9ac94c
GM
23642000-12-01 Gerd Moellmann <gerd@gnu.org>
2365
2366 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2367
45450dd5
MB
23682000-12-01 Miles Bader <miles@gnu.org>
2369
2370 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2371
09df8881
KH
23722000-12-01 Kenichi Handa <handa@etl.go.jp>
2373
2374 * international/mule-diag.el (describe-char-after): Fix typo.
2375 (describe-character-set, non-iso-charset-alist): Fix typo.
2376
dea0a87d
MB
23772000-12-01 Miles Bader <miles@gnu.org>
2378
b170205b
MB
2379 * image-file.el (image-file-name-regexp): Automatically add
2380 upper-case variants of each filename extension in
2381 `image-file-name-extensions', since they seem to be common.
2382
e04d21aa 2383 * simple.el (minibuffer-contents)
dea0a87d
MB
2384 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2385 New functions.
2386 * filecache.el (file-cache-directory-name)
2387 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2388
2b69bc11 23892000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2390
dea0a87d
MB
2391 * filecache.el (file-cache-minibuffer-complete): Don't try to
2392 delete the minibuffer prompt.
2393
a8a1b05d
DL
23942000-11-30 Dave Love <fx@gnu.org>
2395
2396 * cus-start.el: Fix read-buffer-function type.
2397
693c4692
GM
23982000-11-30 Gerd Moellmann <gerd@gnu.org>
2399
2400 * md5.el: Removed. There's a built-in function, now.
2401
2c0b1898
GM
24022000-11-30 Markus Rost <rost@math.ohio-state.edu>
2403
2404 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2405 as dummy 0-th char of rmail-deleted-vector.
2406
63dfcf4b
EZ
24072000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2408
2409 * ps-print.el (ps-end-job): Bind case-fold-search only after
2410 switching to ps-spool-buffer.
2411
24122000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2413
2414 * ps-print.el: Line number font customization. PostScript: Lines and
2415 PageCount are initialized on each page. Doc Fix.
2416 (ps-print-version): New version number (6.3.2).
2417 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2418 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2419 (ps-right-header): Customization fix.
2420 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2421 Fix code.
2422 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2423 New vars.
2424
df3aedcf
GM
24252000-11-30 Gerd Moellmann <gerd@gnu.org>
2426
edfb795e
GM
2427 * bs.el: Fix typos and spelling errors.
2428 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2429 (bs-configuration): Doc fix.
e04d21aa 2430
df3aedcf
GM
2431 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2432
8b8a7f01
GM
24332000-11-30 Rob Riepel <riepel@Stanford.EDU>
2434
2435 * emulation/tpu-edt.el (tpu-version): New version.
2436 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2437 (tpu-original-mode-line): Variable deleted.
2438 (tpu-mark-flag): New initial value.
2439 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2440 tpu-mark-flag to minor-mode-alist.
2441 (tpu-update-mode-line): New mark flag logic.
2442 (tpu-get): Use find-file-wildcards.
2443 (tpu-search-highlight): Move overlay less, reset overlay properly.
2444 (tpu-unselect): Deactivate mark.
2445 (tpu-lm-replace): Reset overlay properly.
2446 (tpu-forward-line): Use forward-visible-line.
2447 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2448
2449 * emulation/tpu-extras.el (tpu-forward-line): Use
2450 forward-visible-line.
e04d21aa 2451
c069a9d3
GM
24522000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2453
2454 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2455
b02cd40b
GM
24562000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2457
2458 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2459 and skip whitespace and newlines.
e04d21aa 2460
b7a90344
SM
24612000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2462
2463 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2464
be6bbb55
GM
24652000-11-29 Gerd Moellmann <gerd@gnu.org>
2466
0383ed60
GM
2467 * help.el (describe-function-1): Regexp-quote function name
2468 when used as part of a regexp.
2469
c7957947
GM
2470 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2471 face-attribute instead of face-foreground and face-background.
2472 (tool-bar-add-item): Likewise, and handle unspecified colors.
2473
2474 * enriched.el (enriched-face-ans): Use face-attribute instead
2475 of face-foreground and face-background.
2476
2477 * faces.el (face-foreground, face-background, face-stipple):
2478 Return nil if attribute is unspecified, for backward
2479 compatibility.
2480
7423978d
GM
2481 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2482
ef128c78
GM
2483 * play/5x5.el: Remove version info.
2484
a81fc510
GM
2485 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2486
be6bbb55
GM
2487 * frame.el (blink-cursor-mode): Doc fix.
2488
f9396e03
GM
24892000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2490
2491 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2492 to create Makefile rules.
2493 (antlr-tool-command): New user option.
2494 (antlr-ask-about-save): New user option.
2495 (antlr-makefile-specification): New user option.
2496 (antlr-file-formats-alist): New variable.
2497 (antlr-special-file-formats): New variable.
2498 (antlr-unknown-file-formats): New user option.
2499 (antlr-help-unknown-file-text): New variable.
2500 (antlr-help-rules-intro): New variable.
2501 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2502 (antlr-mode-menu): Add entries.
2503 (antlr-file-dependencies): New function.
2504 (antlr-directory-dependencies): New function.
2505 (antlr-superclasses-glibs): New function.
2506 (antlr-run-tool): New command.
2507 (antlr-makefile-insert-variable): New function.
2508 (antlr-insert-makefile-rules): New function.
2509 (antlr-show-makefile-rules): New command.
2510
2511 * antlr-mode.el: More Emacs/XEmacs stuff.
2512 (antlr-no-action-keywords): New constant with value nil.
2513 (antlr-font-lock-keywords-alist): Use it. Old value would break
2514 syntax highlighting in Emacs-21.0.
2515 (antlr-default-directory): Emacs/XEmacs dependend function.
2516 (antlr-read-shell-command): Ditto.
2517 (antlr-with-displaying-help-buffer): Ditto.
2518
25192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2520
2521 * antlr-mode.el: imenu, parsing and highlighting changes.
2522 (antlr-imenu-create-index-function): Don't create extra submenus
2523 for definitions in different grammar classes. It is not necessary
2524 for the menu and would make command `imenu' awkward to use.
2525 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2526 header actions and more than one.
2527 (antlr-font-lock-tokendef-face): Changed color.
2528 (antlr-font-lock-tokenref-face): Changed color.
2529 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2530 (antlr-mode-syntax-table): New variable.
2531 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2532 (antlr-with-syntax-table): Don't copy syntax table.
2533
25342000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2535
2536 * antlr-mode.el: Minor changes: language setting.
2537 (antlr-language-alist): The value for file option "language" can
2538 be both an identifier and a string.
2539 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2540 (antlr-language-limit-n-regexp): Change accordingly.
2541
25422000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2543
2544 * antlr-mode.el: Minor changes: tabs, hiding.
2545 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2546 (antlr-action-visibility): Also allow value nil to also hide the
2547 braces. Renamed from `antlr-tiny-action-length'.
2548 Suggested by Jay@aol.com.
2549 (antlr-hide-actions): Change accordingly. Hide line if completely
2550 hidden action is on a line of its own.
e04d21aa 2551
6ad948eb
SM
25522000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2553
2554 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2555
2556 * sort.el (sort-columns): Don't concat strings with numbers.
2557
9c6a4107
DL
25582000-11-29 Dave Love <fx@gnu.org>
2559
2560 * cus-edit.el (face): Fix :format.
2561
2562 * mail/feedmail.el: Require smtpmail when compiling.
2563 (mail-do-fcc): Autoload.
2564 (feedmail) <defgroup>: Fix :link.
2565 (feedmail-nuke-body-in-fcc): Fix :type.
2566 (feedmail-send-it): Add autoload cookie.
2567
053b8d35
SM
25682000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2569
2570 * newcomment.el (comment-indent): Save excursion around call to
2571 comment-indent-function.
2572
242c13e8
MB
25732000-11-29 Miles Bader <miles@gnu.org>
2574
2575 * subr.el (member-ignore-case): Return the tail of the list who's
2576 car matches, like `member', not the matching element itself.
2577
8f4b5f28
KH
25782000-11-29 Kenichi Handa <handa@etl.go.jp>
2579
2580 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2581 should not contain `\n'.
2582
bebe4a2c
GM
25832000-11-28 Gerd Moellmann <gerd@gnu.org>
2584
fd9ac94c 2585 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2586
ba7e40eb
GM
2587 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2588
75ab0c79
GM
2589 * dired-aux.el (dired-do-create-files): Construct default file
2590 name for dired-mark-read-file-name so that when the user enters
2591 just RET, the target file will end up in the target directory.
2592
bebe4a2c
GM
2593 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2594 local-abbrev-table before changing buffers because it might
2595 have a buffer-local binding.
2596
fa6d1ca8
MB
25972000-11-28 Miles Bader <miles@gnu.org>
2598
2599 * simple.el (delete-horizontal-space): Handle fields more generally.
2600
8d2c2642
GM
26012000-11-28 Gerd Moellmann <gerd@gnu.org>
2602
2603 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2604
8b31236d
DL
26052000-11-28 Dave Love <fx@gnu.org>
2606
3cbd02d2
DL
2607 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2608 comment-start-skip locally.
2609
8b31236d
DL
2610 * progmodes/fortran.el (fortran-mode): Don't set
2611 fortran-comment-line-start-skip. Set comment-start to
2612 fortran-comment-line-start.
2613 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2614 (fortran-comment-line-start-skip): Simplify slightly.
2615
ae4bf56d
GM
26162000-11-28 Gerd Moellmann <gerd@gnu.org>
2617
17ef7534
GM
2618 * play/5x5.el: Remove RCS keyword.
2619
fd9ac94c 2620 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2621
665b27a6
GM
26222000-11-28 Milan Zamazal <pdm@freesoft.cz>
2623
2624 * textmodes/tildify.el (tildify-string-alist): Add
2625 `plain-tex-mode' here.
2626
fe3c2ae3
GM
26272000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2628
2629 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2630 reference.
2631
d970106b
MB
26322000-11-28 Miles Bader <miles@gnu.org>
2633
36b80a0d
MB
2634 * cus-face.el (custom-face-attributes): Add post-filter function
2635 for :box. Make pre-filter function for :box handle all cases.
2636
d970106b
MB
2637 * wid-edit.el (widget-choose): Make sure pop-up window is large
2638 enough to display all the choices, as there's no way to scroll it.
2639
5a2bae6c
KH
26402000-11-28 Kenichi Handa <handa@etl.go.jp>
2641
2642 * international/mule-conf.el: Make the coding system no-conversion
2643 safe for all characters.
2644
9e836e23
DL
26452000-11-27 Dave Love <fx@gnu.org>
2646
8b31236d
DL
2647 * net/ldap.el (ldap) <defgroup>: Add :version.
2648
9e836e23
DL
2649 * tooltip.el (tooltip-use-echo-area): Doc fix.
2650
2651 * cus-start.el <minibuffer-prompt-properties>: Add version.
2652 <read-buffer-function>: Add.
2653
2654 * apropos.el (apropos-print): Add help-echo to active text.
2655
2656 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2657
4a74d071
GM
26582000-11-27 Gerd Moellmann <gerd@gnu.org>
2659
2660 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2661 type, group and version.
2662
76058c27
EZ
26632000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2664
4a74d071 2665 * select.el (x-get-selection): Docstring fix.
76058c27 2666
fd9ac94c 26672000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2668
fd9ac94c 2669 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2670
49060c51
AI
26712000-11-27 Andrew Innes <andrewi@gnu.org>
2672
2673 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2674
2675 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2676
b2a8e429
MB
26772000-11-27 Miles Bader <miles@gnu.org>
2678
2679 * dired.el (dired-get-filename): Return filename verbatim if
2680 LOCALP is `verbatim'.
2681 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2682 `verbatim' so that we don't inadvertently delete a non-existant
2683 directory name.
2684
5ac0366d
KH
26852000-11-27 Kenichi Handa <handa@etl.go.jp>
2686
2687 * international/characters.el: Specify cases and syntaxes for
2688 mule-unicode-0100-24ff.
2689
67f1cf4c
GM
26902000-11-27 Gerd Moellmann <gerd@gnu.org>
2691
2692 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2693 that foreground and/or background colors of the face `tool-bar'
2694 are unspecified.
2695
46c56972
MB
26962000-11-27 Miles Bader <miles@gnu.org>
2697
e04d21aa 2698 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2699 (widget-field-end): Handle widget field `pseudo-overlays'.
2700 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2701 if it's there instead of in `widget-field-list'.
2702
46c56972 2703 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2704 (help-make-xrefs): Delete extraneous newlines at the end of the
2705 docstring.
46c56972 2706
640a9cdd
JR
27072000-11-25 Jason Rumney <jasonr@gnu.org>
2708
2709 * startup.el (command-line): Call set-locale-environment after
2710 Window System init file is read, as it can result in a call to
2711 redraw-frame.
2712
0b3f96d4
EZ
27132000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2714
2715 * simple.el (shell-command): Mention the effect of the prefix
2716 argument in the doc string.
2717
8da6e2a1
MB
27182000-11-25 Miles Bader <miles@gnu.org>
2719
a658d039
MB
2720 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2721
8da6e2a1 2722 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2723 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2724
d3416cca
JR
27252000-11-24 Jason Rumney <jasonr@gnu.org>
2726
2727 * international/mule-cmds.el (locale-language-names): Add "jp" as
2728 a non-standard alternative for Japanese.
2729
17e37f53
AS
27302000-11-24 Andre Spiegel <spiegel@gnu.org>
2731
2732 * vc-hooks.el: Require 'cl during compilation.
2733
9aa5f148
GM
27342000-11-24 Gerd Moellmann <gerd@gnu.org>
2735
ba193890
GM
2736 * faces.el (face-set-after-frame-default): Let face attributes
2737 specified for new frames override frame parameters.
2738
9aa5f148
GM
2739 * startup.el (command-line): Fix computation of the source file
2740 for user-init-file when user-init-file is a compiled file.
2741
51a1edab
MB
27422000-11-24 Miles Bader <miles@gnu.org>
2743
e04d21aa 2744 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2745 (custom-post-filter-face-spec): New functions.
2746 (custom-face-set, custom-face-value-create): Filter the face spec
2747 before and after customization.
2748 (custom-face-set): If VALUE specifies a null face, pass a
2749 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2750 * cus-face.el (custom-face-attributes): Remove SET and GET
2751 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2752 cases they're needed.
2753
1ed74431
MB
2754 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2755 that it's distinguishable from the :off-glyph on dark-background
2756 displays. Set its background color too.
2757
67ee1125
MB
2758 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2759 so that people can easily turn it off.
2760
7d027816 27612000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2762
7d027816 2763 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2764
9aa5f148 2765 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2766
9aa5f148 2767 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2768
9aa5f148 2769 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2770 redundant skip-small-frames test.
e04d21aa 2771
9aa5f148 2772 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2773 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2774
9aa5f148
GM
2775 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2776 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2777 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2778 functions.
e04d21aa 2779
9aa5f148 2780 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2781
9aa5f148 2782 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2783
f07fa1b8
KH
27842000-11-24 Kenichi Handa <handa@etl.go.jp>
2785
2786 * international/mule-diag.el (list-iso-charset-chars): For
2787 two-byte charset, fix the `while' condition.
2788 (list-non-iso-charset-chars): Fix the `while' condition.
2789
ba8299ff
SM
27902000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2791
79372165
SM
2792 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2793 if the variable is make-variable-buffer-local.
2794
ba8299ff
SM
2795 * progmodes/ada-stmt.el (ada-template-map): Initialize
2796 and bind it to C-c t in ada-mode-map.
2797 (ada-stmt-mode-hook): New function extracted from old code.
2798 Only change the buffer-local side of skeleton-*.
2799 (ada-mode-hook): Use it.
2800
68a887fa
EZ
28012000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2802
2803 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2804 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2805 we expect to be returned by minibuffer-depth once we prompt the
2806 user in the minibuffer.
2807 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2808 as recorded in iswitchb-minibuf-depth, return non-nil.
2809
3b345582
EZ
28102000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2811
2812 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2813 (hscroll-window-maybe): Docstring fix.
2814
595dead2
DL
28152000-11-23 Dave Love <fx@gnu.org>
2816
2817 * rect.el (string-rectangle): Don't test delete-selection-mode.
2818
1e66b27a
GM
28192000-11-23 Gerd Moellmann <gerd@gnu.org>
2820
02790ce2
GM
2821 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2822 is in the tool bar.
2823
1e66b27a
GM
2824 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2825 with `no-dir'; we want the directory part to be able to remove
2826 it.
2827
a4caa65d
SM
28282000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2829
2830 * textmodes/outline.el (outline-flag-region):
2831 Don't bind inhibit-read-only since we don't modify the buffer.
2832 (outline-isearch-open-invisible): Don't jump to overlay-start
2833 since we're trying to unhide text around point.
2834 (outline-discard-overlays): Use dolist.
2835
2836 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2837
03e757c1
GM
28382000-11-22 Gerd Moellmann <gerd@gnu.org>
2839
e04d21aa 2840 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2841 y-or-n-p.
e04d21aa 2842
1598a961
SM
28432000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2844
2845 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2846 Fix ARG regexp to skip quoted braces.
2847 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2848 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2849 are (correctly) handled separately).
2850 Remove `caption' and `footnote' from `citations': they contain text.
2851 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2852 (latex-skeleton-end-hook): New function.
2853 (latex-mode): Use it.
2854 (tex-start-tex-marker): Remove.
2855 (tex-send-tex-command): Don't set tex-start-tex-marker.
2856 (tex-error-parse-syntax-table): New var.
2857 (tex-compilation-parse-errors): Use it.
2858 Ignore tex-start-tex-marker. Don't bother with marker-position.
2859 (tex-validate-buffer): Don't bother with marker-position.
2860
2861 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2862 (flyspell-generic-progmode-verify): Use it.
1598a961 2863
eaae8106
SS
28642000-11-22 Sam Steingold <sds@gnu.org>
2865
03e757c1
GM
2866 * simple.el (delete-trailing-whitespace): New interactive
2867 function.
e04d21aa 2868
eaae8106 2869 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2870 `ada-remove-trailing-spaces'.
eaae8106 2871 (ada-remove-trailing-spaces): Removed.
e04d21aa 2872
eaae8106 2873 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2874
1598a961
SM
2875 * textmodes/picture.el (picture-clean): Removed.
2876 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2877
a41d49e9
GM
28782000-11-22 Gerd Moellmann <gerd@gnu.org>
2879
e053c60f
GM
2880 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2881
a41d49e9
GM
2882 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2883 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2884 do anything special when jit-lock is active.
a41d49e9
GM
2885 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2886
197615f3
DL
28872000-11-22 Dave Love <fx@gnu.org>
2888
ddbfaa9f
DL
2889 * calendar/todo-mode.el (todo-top-priorities): Use
2890 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2891
ddc3c695
DL
2892 * language/chinese.el, language/cyrillic.el:
2893 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2894 * language/hebrew.el, language/indian.el, language/japanese.el:
2895 * language/korean.el, language/lao.el, language/misc-lang.el:
2896 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2897 Use provide.
2898
fb9fa98d
DL
2899 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2900 (custom-variable-set): Improve validation error mesage.
2901
197615f3
DL
2902 * rect.el (string-rectangle): Revert last change.
2903 (string-rectangle-line): New arg DELETE.
2904 (string-rectangle): Check delete-selection-mode.
2905
2906 * emacs-lisp/edebug.el (edebug-version)
2907 (edebug-maintainer-address): Deleted.
2908 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2909 (edebug-read-function): Account for other `'#' read forms.
2910 (edebug-mode-menus): Make some items toggles.
2911 (edebug-outside-unread-command-event, unread-command-event):
2912 Remove these to avoid warnings.
2913
f4117c4d
GM
29142000-11-22 David Ponce <david@dponce.com>
2915
2916 * recentf.el (recentf-menu-items-for-commands)
2917 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2918 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2919
f4117c4d
GM
2920 (recentf-build-dir-rules, recentf-dump-variable)
2921 (recentf-edit-list, recentf-open-files-item)
2922 (recentf-open-files): Replaced unnecessary `mapcar' with new
2923 built-in `mapc'.
eaae8106 2924
f8e2f3f2
MB
29252000-11-23 Miles Bader <miles@gnu.org>
2926
2927 * faces.el (menu): Make inverse-video on ttys too.
2928
4c4a541d
SM
29292000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * simple.el (comment-line-break-function): Use the new name
2932 indent-new-comment-line -> comment-indent-new-line.
2933 (clone-indirect-buffer): Don't ignore NORECORD.
2934 (next-completion): Properly handle the case where items are adjacent.
2935
2936 * mouse.el (popup-menu): Stupid typo.
2937
980d836e
GM
29382000-11-22 Gerd Moellmann <gerd@gnu.org>
2939
60e8e0a5
GM
2940 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2941 maintainer, keywords tags.
2942
980d836e
GM
2943 * rect.el (replace-rectangle): Don't call string-rectangle-line
2944 with too many arguments.
2945
e08b2069
AS
29462000-11-22 Andre Spiegel <spiegel@gnu.org>
2947
60e8e0a5 2948 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2949 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2950 vc-locking-user, which no longer exists.
2951
2952 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2953
c6779d8d
DL
29542000-11-22 Dave Love <fx@gnu.org>
2955
2956 * md5.el (md5): Provide.
2957 (md5): Fix error call.
2958
e672fdce
MB
29592000-11-22 Miles Bader <miles@gnu.org>
2960
eaae8106 2961 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2962 (refill-fill-paragraph-at): Remove debugging code.
2963
80e24c04
MB
2964 * calendar/calendar.el (generate-calendar-window): When we don't
2965 call `fit-window-to-buffer', make sure the top line is fully visible.
2966
3a17d6cc
MB
2967 * image-file.el (insert-image-file): Don't make `read-only'
2968 property rear-nonsticky.
2969
ae1a21c6
MB
2970 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2971 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2972 stashing away its original value.
2973 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2974 in the recursive edit.
2975 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2976 (isearch-done): Restore `minibuffer-message-timeout'.
2977
e672fdce
MB
2978 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2979
3ea79df8
SM
29802000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2981
2982 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2983
2984 * find-lisp.el (find-lisp-find-files-internal):
2985 Use dolist, when and file-name-as-directory.
2986
980d836e 2987 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2988 (define-derived-mode, define-minor-mode): Add specs.
2989
2990 * window.el: General comment and spacing fixes.
2991 (save-selected-window): Use backquotes.
2992 (window-safely-shrinkable-p): New function.
2993 (shrink-window-if-larger-than-buffer): Use it.
2994
2995 * subr.el (make-local-hook): Docstring fix.
2996
2997 * shell.el (shell-mode): Use define-derived-mode.
2998
2999 * newcomment.el (comment-indent): Insert comment before calling
3000 comment-indent-function. Don't insert in column 0.
3001 (comment-dwim): Indent before inserting comment.
3002
3003 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3004 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3005 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3006 Use mapc rather than map.
3007
3008 * files.el (find-buffer-visiting): Compare all attributes before
3009 declaring two files identical (rather than just their inode-no).
3010 (auto-mode-alist): Use \' rather than $.
3011
3012 * which-func.el: Update maintainer line.
3013
3014 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3015 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3016 (uniquify-buffer-file-name): Use it.
3017
8f62f2b8
MB
30182000-11-22 Miles Bader <miles@gnu.org>
3019
3020 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3021 * simple.el (minibuffer-avoid-prompt): New function.
3022
fb279a6d
GM
30232000-11-21 Gerd Moellmann <gerd@gnu.org>
3024
3025 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3026
867092e9
MB
30272000-11-21 Miles Bader <miles@gnu.org>
3028
ef860850
MB
3029 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3030 inclusion of `track-mouse'.
3031
867092e9
MB
3032 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3033 (refill-adjust-ignorable-overlay): New function.
3034 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3035 only the paragraph's tail if possible.
3036 Update `refill-ignorable-overlay'.
3037 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3038
3039 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3040 point inside the fill-prefix.
3041
3042 * textmodes/refill.el (refill-post-command-function): Don't reset
3043 refill-doit in the case where a self-insertion command doesn't
3044 case a refill. Use `refill-fill-paragraph-at', getting position
3045 from `refill-doit'.
3046 (refill-after-change-function): Set `refill-doit' to END.
3047 (refill-fill-paragraph-at): New function, mostly from old
3048 refill-fill-paragraph.
3049 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3050 (refill-pre-command-function): New function.
3051 (refill-mode): Add it to `pre-command-hook'.
3052
ff9ab414
GM
30532000-11-20 Gerd Moellmann <gerd@gnu.org>
3054
29a01b72
GM
3055 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3056
ff9ab414
GM
3057 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3058 javadoc tags.
eaae8106 3059
885b211b
AS
30602000-11-20 Andre Spiegel <spiegel@gnu.org>
3061
3062 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3063 vc.el).
3064
eaae8106 3065 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3066 require vc.
eaae8106
SS
3067
3068 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3069 checkouts.
eaae8106 3070
d1838556
DL
30712000-11-20 Dave Love <fx@gnu.org>
3072
3073 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3074
2b69bc11 30752000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3076
2b69bc11
GM
3077 * calculator.el (calculator-paste): Use `if' instead of `and'
3078 and `or'.
3079 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3080
b95b34e5
GM
30812000-11-19 Gerd Moellmann <gerd@gnu.org>
3082
030de92f
GM
3083 * info.el (info-menu-5): Doc fix.
3084
b95b34e5
GM
3085 * textmodes/artist.el: New file.
3086
54970452
AS
30872000-11-19 Andre Spiegel <spiegel@gnu.org>
3088
eaae8106 3089 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3090 and differentiate according to checkout model.
3091 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3092 since this function is only concerned with master state.
3093
eaae8106 3094 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3095 vc-default-workfile-unchanged-p): Moved here from vc.el.
3096
eaae8106 3097 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3098 vc-default-workfile-unchanged-p): See above.
3099
e5a9dabf
MB
31002000-11-19 Miles Bader <miles@gnu.org>
3101
3102 * image-file.el (insert-image-file): Make `intangible' and
3103 `read-only' properties rear-nonsticky too.
3104
24127af0
GM
31052000-11-18 Gerd Moellmann <gerd@gnu.org>
3106
d392e9c5 3107 * ps-print.el: Update copyright notice.
eaae8106 3108
d392e9c5
GM
3109 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3110 (tooltip-show): Use the offsets.
3111
24127af0 3112 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3113 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3114 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3115
2b69bc11 31162000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3117
2b69bc11
GM
3118 * ps-print.el (toplevel): Test for find-coding-system being
3119 fboundp before calling ps-x-find-coding-system.
08ea6f17 3120
66321b2f
SM
31212000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3122
3123 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3124 (vc-version-backup-file): Docstring fix.
3125
046110c6
GM
31262000-11-16 Gerd Moellmann <gerd@gnu.org>
3127
4104194e
GM
3128 * files.el (basic-save-buffer): Don't add a newline if
3129 find-file-literally is non-nil.
3130 (find-file-literally): Extend doc string.
3131
046110c6
GM
3132 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3133 sort(1) with the `-f' argument.
3134
6505c16e
AS
31352000-11-16 Andre Spiegel <spiegel@gnu.org>
3136
fd063975
AS
3137 * vc.el: Updated backend documentation.
3138 (vc-default-check-headers): New function.
3139
3d02dd81 3140 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3141
3142 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3143 up-to-date.
eaae8106 3144 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3145 the minibuffer is not active.
fd063975 3146
eaae8106 3147 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3148 `vc-cvs-use-edit' is on.
eaae8106
SS
3149 (vc-cvs-checkout): When this is used for reverting the workfile,
3150 make a backup of the original contents and revert to that in case
8791d617 3151 of error.
eaae8106 3152 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3153 remote repositories.
eaae8106 3154
6505c16e
AS
3155 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3156 for both version and ratio in the minibuffer.
fd063975 3157
eaae8106 3158 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3159 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3160
a13f0660
KH
31612000-11-16 Kenichi Handa <handa@etl.go.jp>
3162
3163 * international/quail.el (quail-start-translation): Don't call
3164 `message' before reading key sequence.
3165
1389a414
MB
31662000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3167
3168 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3169
9256a532
KH
31702000-11-16 Kenichi Handa <handa@etl.go.jp>
3171
3172 * window.el (fit-window-to-buffer): Be sure to acquire at least
3173 one text line even if the buffer is empty.
3174
0e14fe9f
GM
31752000-11-16 Gerd Moellmann <gerd@gnu.org>
3176
eaae8106 3177 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3178 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3179 ange-ftp-process-verbose to nil.
3180
da645c53
DL
31812000-11-15 Dave Love <fx@gnu.org>
3182
233d5cde
DL
3183 * wid-edit.el (widget-specify-field, widget-specify-button): If
3184 :help-echo is a function, set help-echo of overlay to
3185 widget-mouse-help.
3186 (widget-mouse-help): New function.
3187 (widget-echo-help): Rewritten for :help-echo functions only taking
3188 a widget arg.
3189
b12057b9
DL
3190 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3191 display-graphic-p.
3192 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3193 and that JPEG is available.
3194 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3195
da645c53
DL
3196 * international/mule-cmds.el (locale-charset-language-names):
3197 Match @euro.
3198
6d133d1f
GM
31992000-11-15 Gerd Moellmann <gerd@gnu.org>
3200
3201 * faces.el (face-set-after-frame-default): If
0e14fe9f 3202 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3203 default face from X resources.
3204
49ac2ac5
EZ
32052000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3206
3207 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3208 Don't set EMACSLOADPATH.
3209
4fb0a34c
EZ
32102000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3211
3212 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3213 texinfo-insert-@url.
3214 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3215 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3216
bb304a7a
SM
32172000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3218
82bc80bf
SM
3219 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3220 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3221 (checkdoc-minor-keymap): Backward compatibility.
3222 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3223 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3224 (checkdoc-this-string-valid-engine): Be a bit more strict
3225 to avoid matching substrings of `...' quoted vars/funs.
3226 (checkdoc-defun-info): Only look for `interactive' if alone.
3227 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3228
e8c87124
SM
3229 * progmodes/compile.el (grep): `tag-default' can be nil.
3230
bb304a7a
SM
3231 * newcomment.el (comment-indent): Paren typo.
3232
8628686a
DL
32332000-11-14 Dave Love <fx@gnu.org>
3234
25c269ef
DL
3235 * calculator.el: New maintainer version.
3236
66321b2f 3237 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3238
8628686a
DL
3239 * cmuscheme.el: Doc fixes.
3240 (cmuscheme) <defgroup>: Use `scheme' as parent.
3241 (cmuscheme-program-name): Remove. Change uses to
3242 scheme-program-name.
3243
3244 * xscheme.el (scheme-program-name): Don't define here.
3245
3246 * progmodes/scheme.el (scheme-program-name): New variable
3247 (originally in cmuscheme).
3248
88f0a1eb
MB
32492000-11-14 Miles Bader <miles@gnu.org>
3250
3251 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3252 Handle header-lines. Don't loop forever if we can't enlarge the
3253 window anymore. Simplify a bit.
3254
cd9a000c
KH
32552000-11-14 Kenichi Handa <handa@etl.go.jp>
3256
3257 * window.el (fit-window-to-buffer): Don't check
3258 window-text-height. Assure that the last line is fully visible.
3259
3260 * international/quail.el (quail-show-guidance-buf): Call
3261 fit-window-to-buffer to assure the enough height of the guidance
3262 buffer.
3263 (quail-update-guidance): Avoid making the guidance buffer shorter.
3264
d3fcda22
SM
32652000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3266
bdbd9606
SM
3267 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3268 rather than `prepend' and add an interesting comment.
3269 (tex-math-face, tex-font-lock-syntactic-face-function):
3270 New face and function to use it.
3271 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3272 than `menu-enable' symbol property.
3273 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3274 (tex-mode): Add some latex-mode commands for auto-selection.
3275 Use tex-font-lock-syntactic-face-function.
3276 (tex-insert-quote): Simplify.
3277 (tex-shell): New mode.
3278 (tex-start-shell): Use it.
3279 (tex-shell-proc, tex-shell-buf): New functions.
3280 (tex-send-command): Use it.
3281 (tex-main-file): Fix the meaning of the new arg REALFILE.
3282 (tex-send-tex-command): New function split from `tex-start-tex'.
3283 Set compilation-last-buffer and compilation-parsing-end.
3284
d3fcda22
SM
3285 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3286 when it follows non-comment text on the line.
3287
3288 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3289 Set font-lock-defaults.
3290 (lisp-mode-shared-map): Init inside the defvar.
3291 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3292 Use define-derived-mode.
3293
bdab1d43
MB
32942000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3295
3296 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3297
936ae731
GM
32982000-11-14 Gerd Moellmann <gerd@gnu.org>
3299
3300 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3301 recursively optimize body because that can lead to infinite
3302 recursion; see comment there.
3303
1695ca2b
EZ
33042000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3305
3306 * faces.el (face-spec-set-match-display): Revert the change from
3307 2000-10-24. Add a FIXME for after v21.1.
3308
9d348294
MB
33092000-11-13 Miles Bader <miles@gnu.org>
3310
3311 * textmodes/fill.el (skip-line-prefix): New function.
3312 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3313 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3314 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3315 point inside the fill-prefix.
9d348294 3316
b85fa13c
MB
33172000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3318
3319 * calendar/calendar.el (generate-calendar-window): Use
3320 `fit-window-to-buffer'.
3321
a0b47716
SM
33222000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3323
3324 * gud.el (gud-minor-mode): New var.
3325 (gud-symbol, gud-val): New functions.
3326 (gud-find-file): Copy gud-minor-mode to the new buffer.
3327 (gud-menu-map): Include entries for commands that are not always
3328 available, using :enable to (de)activate them.
3329 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3330 (gud-mode-map): New map.
eaae8106 3331 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3332 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3333 Don't set up gud's menu (it's done by the minor-mode).
3334 (gud-minibuffer-local-map): New.
3335 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3336 (gud-query-cmdline): New function.
3337 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3338 (gud-mode): Use define-derived-mode.
3339 Don't set up gud's menu (it's done by the minor-mode).
3340 (gud-chop-words): Remove.
3341 (gud-common-init): Use split-string instead.
3342 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3343
3344 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3345 Add keyword arg :name.
3346
3347 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3348 (diff-count-matches, diff-split-hunk): New functions.
3349 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3350
3351 * pcvs-info.el (cvs-fi-conflict-face): New var.
3352
3353 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3354 Make it into a simple syntax-table, shared among all submodes.
3355 (sh-heredoc-face): Re-introduce.
3356 (sh-font-lock-syntactic-face-function): New function.
3357 (sh-mode): Use it. Also use define-derived-mode.
3358 Remove old bogus setting of indent-region-function.
3359 (sh-set-shell): Don't set the syntax-table any more.
3360 (sh-mode-syntax-table) <defun>: Remove.
3361
f5ed37df
MB
33622000-11-12 Miles Bader <miles@gnu.org>
3363
3364 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3365 message if interactive.
3366
0b074c2f
DL
33672000-11-12 Dave Love <fx@gnu.org>
3368
3369 * mail/feedmail.el: Fix header,
3370 (feedmail) <defgroup>: Add :link.
3371
3372 * view.el: Use local-map property, not keymap on mode-line string.
3373
3374 * scroll-all.el (scroll-all-mode): Customize variable. Add
3375 autoload cookie to function.
3376
3377 * lazy-lock.el: Remove compatibility code.
3378
3379 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3380 (finder-help-echo): New variable.
3381 (finder-mouse-face-on-line): Add help-echo stuff.
3382 (finder-list-keywords, finder-list-matches): Use mapc.
3383
3384 * faces.el (face-font-registry-alternatives): Add :version.
3385
3386 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3387 tags-table-list.
3388
a0b47716 3389 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3390
a0b47716 3391 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3392 (mail-mode): Use [:alnum:] in some regexps.
3393
6d502396
DL
33942000-11-10 Dave Love <fx@gnu.org>
3395
3396 * ediff.el (ediff-regions-internal, ediff-documentation):
3397 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3398 fundamental mode.
3399
3400 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3401 buffer into fundamental mode.
3402 (ediff-set-difference): Use copy-sequence if available.
3403
3404 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3405 ediff-patch-map non-nil.
3406 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3407 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3408 buffer into fundamental mode.
3409
3410 * ediff-merg.el (state-or-merge): Defvar when compiling.
3411
a82fe213
JR
34122000-11-10 Jason Rumney <jasonr@gnu.org>
3413
3414 * w32-fns.el (w32-add-charset-info): New function.
3415 (w32-charset-info-alist): Use it.
3416
52d89894
GM
34172000-11-10 Gerd Moellmann <gerd@gnu.org>
3418
3419 * faces.el (face-font-registry-alternatives): New user-option.
3420
178932de
SM
34212000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3422
d7fa3319
SM
3423 * textmodes/texinfo.el (texinfo-block-default): New var.
3424 (texinfo-insert-block): Use it. Insert a newline if needed.
3425
178932de
SM
3426 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3427 (fill-region-as-paragraph): Use it.
3428
3429 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3430 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3431 Tweak paragraph regexps to allow a leading [ \t]*.
3432 (tex-latex-block): Insert a newline if necessary.
3433 (latex-insert-item): Only insert a newline if necessary.
3434 (tex-guess-main-file): New function.
3435 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3436 Set tex-main-file if TeX-master is provided.
3437 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3438
bd02b8e0
GM
34392000-11-10 Gerd Moellmann <gerd@gnu.org>
3440
3441 * startup.el (command-line): Set the default tooltip-mode
3442 to t for graphical displays which implement x-show-tip.
3443
3444 * tooltip.el (tooltip-mode): Add a comment about startup.el
3445 setting the default value of this user-option.
3446
b29b03eb
SM
34472000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3448
3449 * font-lock.el (font-lock-*-face) <defvar>: Move.
3450 (font-lock-defaults-alist): Mark obsolete.
3451 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3452 (font-lock-mode): Use define-minor-mode.
3453 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3454 (font-lock-turn-off-thing-lock): Be more explicit.
3455 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3456 (font-lock-syntactic-face-function): New var.
3457 (font-lock-fontify-syntactically-region): Use it.
3458 (font-lock-doc-face): New.
3459
3460 * pcvs.el (cvs-enabledp): Ignore errors.
3461 (cvs-commit-filelist): Never query.
3462 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3463 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3464 (cvs-do-removal): Use cvs-partition rather than delete-if.
3465 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3466 cvs-bury-buffer.
3467
3468 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3469 Allow `next' to jump to after the end of the last match.
3470
778fbc46
GM
34712000-11-09 Gerd Moellmann <gerd@gnu.org>
3472
730c746c
GM
3473 * simple.el (byte-compiling-files-p): New function.
3474
3475 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3476 if it is there.
3477
3478 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3479 nil again.
3480
778fbc46
GM
3481 * textmodes/ispell.el (ispell-library-path): Don't call
3482 check-ispell-version when byte-compiling because that starts
3483 an ispell process, and ispell might not be installed.
3484 (toplevel): Don't set up a menu when byte-compiling.
3485
3486 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3487 it, so that a boundp test can be used to determine if we're
3488 currently byte-compiling.
3489
5912c5bb
DL
34902000-11-09 Dave Love <fx@gnu.org>
3491
3492 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3493 eval-after-load.
3494
7bb054a5
GM
34952000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3496
3497 * ps-print.el: Patch for variable initialization when spooling. Doc
3498 fix.
3499 (ps-output-list): Fun eliminated.
3500 (ps-begin-file, ps-begin-job): Code fix.
3501
9db2706e
DL
35022000-11-08 Dave Love <fx@gnu.org>
3503
3504 * ediff-wind.el (ediff-control-frame-parameters): Zero
3505 tool-bar-lines.
3506
f7eb32aa
GM
35072000-11-08 Gerd Moellmann <gerd@gnu.org>
3508
3509 * simple.el (shell-command, display-message-or-buffer)
3510 (shell-command-on-region): Mention resize-mini-windows in the doc
3511 string.
3512 (display-message-or-buffer): Take the value of resize-mini-windows
3513 into account.
3514
7b01b08c
GM
35152000-11-07 Gerd Moellmann <gerd@gnu.org>
3516
acad3c0b
GM
3517 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3518
7b01b08c
GM
3519 * dired.el (dired-between-files): Add `^. find' as an alternative
3520 to the regular expression, for find-dired.
3521
6f602bd0
SM
35222000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3523
3524 * textmodes/texnfo-upd.el: Require texinfo.
3525 (defmacro, defgroup): Remove.
3526 (texinfo-section-to-generic-alist): Remove.
3527 Use texinfo-section-list instead (i.e. level is changed string->int).
3528 (texinfo-filter): New function.
3529 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3530 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3531 Use it. And use regexp-opt.
3532 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3533 (texinfo-update-menu-region-beginning)
3534 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3535 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3536 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3537 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3538 (texinfo-sequential-node-update): Remove autoload cookie.
3539
3540 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3541 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3542 (texinfo-chapter-level-regexp): Remove.
3543 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3544
bb216218
DL
35452000-11-06 Dave Love <fx@gnu.org>
3546
6f602bd0 3547 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3548
6f602bd0
SM
3549 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3550 Match defun*.
bb216218 3551
ff8dd5d5
KH
35522000-11-06 Kenichi Handa <handa@etl.go.jp>
3553
3554 * composite.el (composition-function-table): Variable declaration
3555 moved to src/composite.c.
3556 (compose-chars-after): New optional arg object.
3557
e9da51a1
GM
35582000-11-06 Gerd Moellmann <gerd@gnu.org>
3559
e0c12c68
GM
3560 * bindings.el (mode-line-toggle-read-only)
3561 (mode-line-toggle-modified, mode-line-widen)
3562 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3563 (make-mode-line-mouse2-map): Rewritten.
3564 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3565 functions so that C-h k can show something with a doc string.
eaae8106 3566
e9da51a1
GM
3567 * startup.el (fancy-splash-delay): Set to 10 seconds.
3568 (fancy-splash-max-time): New user-option.
3569 (fancy-splash-stop-time): New variable.
3570 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3571 (fancy-splash-screens-1): Throw `stop-splashing' when current
3572 time is greater than fancy-splash-stop-time.
3573
611dbdf0
SM
35742000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3575
4d2806e2
SM
3576 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3577
611dbdf0
SM
3578 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3579 Prompt user for a file rather than raising an error.
3580 (cvs-enabledp): Fix call to cvs-mode-marked.
3581 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3582 (cvs-mode-insert): Use it. Change the init prompt' value.
3583 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3584
3585 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3586 Don't pass default arg to ewoc-locate.
3587 (ewoc-collect): Return result in the right order.
3588
3589 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3590
3591 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3592 (cvs-status-get-tags): Fix regexp.
3593 (cvs-status-trees, cvs-status-cvstrees):
3594 Combine after change hooks and don't sit-for.
4d2806e2
SM
3595 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3596 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3597 Use make-char rather than hard-coded cryptic data.
3598 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3599
3600 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3601
3602 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3603 (cvs-insert-strings): New function.
3604
937b2877
MB
36052000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3606
3607 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3608 `mwheel-scroll-amount'.
3609 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3610 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3611 string-matching against the version string.
3612
c6c97763
KH
36132000-11-06 Kenichi Handa <handa@etl.go.jp>
3614
6eaec747
KH
3615 * language/thai.el ("Thai"): Set a lisp form that produces
3616 composed string in `sample-text' language info.
3617
3618 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3619 composed string in `sample-text' language info.
3620
3621 * international/mule-cmds.el (describe-language-environment): Eval
3622 `sample-text' data and insert the result.
3623
c6c97763
KH
3624 * international/mule-conf.el (compound-text): Define this coding
3625 system here. Make x-ctext and ctext aliases of it.
3626
3627 * language/european.el (compound-text, ctext): Moved to
3628 international/mule-conf.el.
3629
d1145f85
AI
36302000-11-05 Andrew Innes <andrewi@gnu.org>
3631
3632 * w32-fns.el (w32-version): New function.
3633
178a6a45
SM
36342000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3635
3636 * progmodes/awk-mode.el: Update copyright.
3637 (awk-mode-abbrev-table): Remove.
3638 (awk-font-lock-keywords): Use regexp-opt.
3639 (awk-mode): Use define-derived-mode.
3640
3641 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3642 when extracting a suffix.
3643
1ba90166
AS
36442000-11-04 Andre Spiegel <spiegel@gnu.org>
3645
3646 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3647 auto-save-mode.
3648
546790cb
JR
36492000-11-04 Jason Rumney <jasonr@gnu.org>
3650
3651 * language/european.el (decode-mac-roman): Test against r1 not r0.
3652
d247e32d
SM
36532000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3654
fbf44f44
SM
3655 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3656 (icon-mode): Define indent-line-function.
3657 (icon-comment-indent): Simplify.
3658 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3659
3660 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3661
3662 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3663 Bind change-log-default-mode to defeat the caching done on it.
3664 Don't bother saving excursion any more.
3665
3666 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3667
3668 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3669 (set-frame-font): Use the new name (and the old for compatibility).
3670
eaae8106
SS
3671 * toolbar/tool-bar.el (tool-bar-mode):
3672 * time.el (display-time-mode):
3673 * recentf.el (recentf-mode):
3674 * paren.el (show-paren-mode):
3675 * mwheel.el (mouse-wheel-mode):
3676 * msb.el (msb-mode):
3677 * jka-compr.el (auto-compression-mode):
3678 * image-file.el (auto-image-file-mode):
3679 * hl-line.el (hl-line-mode):
3680 * delsel.el (delete-selection-mode):
3681 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3682 * complete.el (partial-completion-mode): Drop unneeded positional args.
3683
eaae8106 3684 * info.el (Info-mode):
79372165 3685 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3686
d247e32d
SM
3687 * log-edit.el (log-edit-menu): New menu.
3688
4921558e
MB
36892000-11-03 Miles Bader <miles@gnu.org>
3690
3691 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3692 definition, so that trailing spaces are handled properly.
3693 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3694
1fc02b3c
GM
36952000-11-03 Gerd Moellmann <gerd@gnu.org>
3696
3697 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3698 tab character.
3699 (fancy-splash-screens): Set tab-width to 20.
3700
51d001f7
DL
37012000-11-03 Dave Love <fx@gnu.org>
3702
3703 * comint.el (comint-completion-addsuffix): Fix custom type.
3704
ba22aeff
SM
37052000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3706
3707 * font-lock.el (font-lock-buffers): Remove.
3708 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3709 (font-lock-change-major-mode): Remove.
3710 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3711 (font-lock-default-fontify-region): Extend the multiline
3712 fontification to whole lines.
3713 (font-lock-fontify-anchored-keywords)
3714 (font-lock-fontify-keywords-region): If matching just one
3715 line (with \n) only mark the \n as multiline.
3716
3717 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3718 Correctly handle the case where several :group args are supplied.
3719 Allow :extra-args.
3720 (easy-mmode-define-global-mode): Allow :extra-args.
3721 Correctly handle the case where several :group args are supplied.
3722
9c887ada
MB
37232000-11-02 Miles Bader <miles@gnu.org>
3724
eaae8106 3725 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3726 (holiday-face): Remove dependency on `window-system'.
3727
7f25090d
KR
37282000-11-02 Ken Raeburn <raeburn@gnu.org>
3729
3730 * Makefile.in (emacs): Set EMACSLOADPATH always.
3731 (update-authors, .el.elc, compile-files): Don't do it explicitly
3732 here.
9b911107 3733 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3734
7dd6009c
DL
37352000-11-02 Dave Love <fx@gnu.org>
3736
3737 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3738
94821e4f
EZ
37392000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3740
3741 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3742 punctuation in the warning inserted into the *mail* buffer.
3743
1ac3fc42
GM
37442000-11-02 Gerd Moellmann <gerd@gnu.org>
3745
57731876
GM
3746 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3747 (authors-public-domain-p): New function.
3748 (authors-print): Use it.
3749
975f82c9
GM
3750 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3751
1ac3fc42
GM
3752 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3753
4b3eb10f
GM
37542000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3755
975f82c9 3756 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3757 (ps-print-version): New version number (6.3.1).
3758 (ps-even-or-odd-pages): Customization fix.
3759 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3760 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3761 (ps-page-count): Var replaced by `ps-page-column'.
3762 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3763 (ps-print-sheet-p): New fun.
3764
7da794df
MB
37652000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3766
3767 * tooltip.el (tooltip-gud-tips-setup): New function.
3768 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3769 (tooltip-mode): Call tooltip-gud-tips-setup.
3770 (tooltip-gud-tips): Use `gud-basic-call' instead of
3771 process-send-string, so the prompt gets frobbed appropriately.
3772 Handle nil return value from `tooltip-gud-print-command'.
3773
0e40b809
EL
37742000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3775
3776 * comint.el (comint-add-to-input-history): New function.
3777 (comint-send-input): Use `comint-add-to-input-history'.
3778
50ada0db
MB
37792000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3780
973a3104
MB
3781 * info.el (info-menu-header): New face.
3782 (Info-fontify-menu-headers): New function.
3783 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3784
50ada0db
MB
3785 * info.el (Info-insert-dir): Don't include blank lines at
3786 beginning of additional dir files (one is added automatically).
3787
bff53411
SM
37882000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3789
3790 * emacs-lisp/easy-mmode.el (define-minor-mode):
3791 Revert the latest changes.
3792 Allow the three positional arguments to be skipped and replaced
3793 by keyword arguments.
3794 Add a :toggle argument to determine whether a nil arg means toggle
3795 or means turn-on. The default is unchanged.
3796 Add a call to force-mode-line-update.
3797
6b8a0b2d
DL
37982000-11-01 Dave Love <fx@gnu.org>
3799
3800 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3801 cookie.
3802
5bf99100
MB
38032000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3804
3805 * calendar/calendar.el (diary-face, holiday-face): Add
3806 dark-background variants.
3807
a4032611
SS
38082000-10-31 Sam Steingold <sds@gnu.org>
3809
3810 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3811 `tex-main-file' does not have directory in it.
3812
c286608e
SM
38132000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3814
3815 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3816
4836835a
TTN
38172000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3818
3819 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3820 functional change.
3821
26dcb81b
GM
38222000-10-31 Gerd Moellmann <gerd@gnu.org>
3823
3824 * files.el (find-file-noselect): When we expand a wildcard, return
3825 a list of buffers, as we should do according to the doc string.
3826
49fc4500
KR
38272000-10-31 Ken Raeburn <raeburn@gnu.org>
3828
3829 * loadup.el (top level): Adjust load path if program name is
3830 "../src/bootstrap-emacs", in case it's not dumped and thus the
3831 load path adjustment hasn't already been done.
3832
ea0c615d
GM
38332000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3834
3835 * ps-print.el: Fix bug on selected pages for printing. Use
3836 `color-values' for Emacs 21. Ensure fontification when jit-lock
3837 is on. Try to avoid warning messages when compiling. Doc Fix.
3838 (ps-print-version): New version number (6.3).
3839 (ps-color-device): Use `color-values' to determine if device
3840 supports color.
3841 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3842 (ps-print-page-p): Changed from defsubst to defun.
3843 (ps-page-number): Changed from defmacro to defun.
3844 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3845 printing.
c286608e 3846 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3847 (ps-end-file, ps-dummy-page): Funs eliminated.
3848 (ps-print-color-scale): Changed default value.
3849 (ps-page-n-up, ps-print-page-p): New internal vars.
3850 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3851 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3852
9e20722f
GM
3853 * delim-col.el: Little programming improvement.
3854 (delimit-columns-str): New macro.
3855 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3856
d7a0fd00
KH
38572000-10-31 Kenichi Handa <handa@etl.go.jp>
3858
c286608e
SM
3859 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3860 Moved to european.el.
d7a0fd00
KH
3861 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3862 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3863 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3864 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3865
234be340
DL
38662000-10-30 Dave Love <fx@gnu.org>
3867
3868 * progmodes/cc-menus.el (imenu-generic-expression)
3869 (imenu-progress-message): Only defvar when compiling.
3870
4edc4a39
DL
3871 * emacs-lisp/elp.el (elp-unload-hook): New function.
3872
3873 * loadhist.el (unload-feature): Call elp-restore-function,
3874 checking for symbols; don't use elp-restore-all.
3875 (loadhist-hook-functions): Doc fix.
3876
70c825df
SM
38772000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3878
3879 * log-edit.el (log-edit-confirm): Fix the default.
3880
1d3baf74
GM
38812000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3882
3883 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3884 delimit-columns-format.
3885 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3886
1ec321a7
MB
38872000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3888
3889 * comint.el (comint-replace-by-expanded-history): Don't use
3890 comint-get-old-input (we're not looking at *old* input).
3891 (comint-get-old-input-default): If using fields, signal an error
3892 when the point is not in an input field.
3893
70737ea9
KH
38942000-10-30 Kenichi Handa <handa@etl.go.jp>
3895
3896 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3897 and mule-unicode-e000-ffff.
3898
fa0cb51d 3899 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3900 (make-coding-system): Accept a symbol of translation table as a
3901 value of property `safe-chars'.
3902
3903 * international/mule-cmds.el (encode-coding-char): Check property
3904 safe-chars instead of safe-charsets.
3905
3906 * international/fontset.el (fontset-default): Modified for
3907 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3908 (x-font-name-charset-alist): Likewise.
3909 (ccl-encode-unicode-font): New CCL program. Record it in
3910 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3911
70c825df
SM
3912 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3913 New translation tables.
70737ea9
KH
3914 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3915 programs are modified and moved from mac-win.el.
3916 (mac-roman): Definition of this coding system is modified and
3917 moved from mac-win.el.
4836835a 3918
fda2ce24 39192000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3920
1d3baf74 3921 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3922 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3923
dd4d3cb6
MB
39242000-10-29 Miles Bader <miles@gnu.org>
3925
3926 * custom.el (custom-add-to-group): Allow multiple entries for a
3927 given value OPTION, as long as their widget types are different.
3928 * cus-edit.el (custom-face-value-create): If face name doesn't end
3929 with "face", add such here (similar to custom group widgets).
3930
3931 * comint.el (comint-highlight-prompt): Add :type.
3932
dace60cf
JW
39332000-10-28 John Wiegley <johnw@gnu.org>
3934
3935 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3936 Changed this function to operate on a temporary buffer instead of
3937 the main buffer. This not only keeps flyspell from marking a
3938 buffer as changed that wasn't, but it solves the jumpy cursor
3939 problem when attempts are made to edit incorrect words.
3940 (flyspell-maybe-correct-doubling): Same change as for
3941 `flyspell-maybe-correct-transposition'.
3942
3943 * calendar/timeclock.el (timeclock-log): Doc fix.
3944 (timeclock-last-event): Doc fix.
3945 (timeclock-log): Kill the timelog buffer after appending a new
3946 event.
3947 (timeclock-find-discrep): Use a temp buffer to read in the
3948 timelog, instead of visiting the file.
3949 (timeclock-log-data): A new function, along with a host of helper
3950 functions, for the purpose of making timelog data accessible to
3951 programmers.
3952
3953 * eshell/esh-mode.el (window-height test): Make certain that
3954 `eshell-stringify-t' is non-nil.
3955 (eshell-password-prompt-regexp): Changed to a much simpler
3956 password regexp.
3957 (eshell-send-input): If `eshell-invoke-directly' returns t,
3958 directly invoke the parsed command using `eval'. This improves
3959 turn-around time on simple commands by a factor of three or
3960 greater, such as cd, ls, pwd, etc. -- which get used very often.
3961 It also conserves thousands of cons cells per call (since
3962 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3963 in the Pacific Cookie Company).
3964
3965 * eshell/esh-test.el (eshell-test): Whitespace fix.
3966
3967 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3968 `eshell-ls-initial-args' nil when inserting directory contents.
3969
3970 * eshell/em-script.el (eshell-script-initialize): Add names to
3971 `eshell-complex-commands, since `source' and `.' are complex.
3972
0467b076
EZ
3973 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3974 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3975 `eshell-copy-handles'.
3976 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3977 bodies.
3978 (eshell-separate-commands): Whitespace fix.
3979 (eshell-complex-commands): Added a new list of names, for
3980 determining whether a given command is as simple as it looks.
3981 (eshell-invoke-directly): New function. Returns t if a command
3982 should be invoked directly (using `eval'), rather than indirectly
3983 using `eshell-do-eval'.
3984 (eshell-do-eval): Whitespace fix.
3985
3986 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3987 which provides an emulation of the DOS shell behavior of assuming
3988 that cp/mv/ln should copy/move/link to the current directory.
3989 (eshell-remove-entries): Added a doc string.
3990 (eshell-shuffle-files): Removed the check for `target' being null.
3991 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3992 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3993 it to do a smarter check of whether a destination was provided.
3994 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3995 (eshell/ln): Enable `:preserve-args', and use
3996 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3997 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3998 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3999 list after flattening it. This makes it possible to cat files
4000 with numerical names.
4001 (eshell-unix-initialize): Added several names to
4002 `eshell-complex-commands.
4003 (eshell-unix-command-complex-p): Return t if a given command name
4004 may result in external processes being invoked.
4005
4006 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4007 variable nil by default, since it slows down glob processing by a
4008 factor of two or more, and increases memory consumption.
4009
4010 * eshell/em-smart.el: Added a note about how memory consumptive
4011 smart display mode can be (at least this is true in Emacs 21).
4012 (eshell-smart-initialize): Whitespace fix.
4013 (eshell-refresh-windows): Use `if' instead of `when'.
4014 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4015 not necessary.
4016 (eshell-currently-handling-window): Added a missing global
4017 variable.
4018
4019 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4020 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4021 Whitespace fix.
4022 (eshell-ls-exclude-hidden): Added this variable in addition to
4023 `eshell-ls-exclude-regexp'. This one prevents files beginning
4024 with . from even being read, which can improve memory consumption
4025 quite a bit.
4026 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4027 read file entries beginning with a dot. In home directories with
4028 lots of hidden files, fully two-thirds of the time spent in ls is
4029 used to read directory entries that are immediately thrown away.
4030 (eshell-ls-initial-args): Added back this configuration variable,
4031 for specifying default initial arguments to every call to ls.
4032 Much faster than using an alias to do the same thing.
4033 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4034 (eshell-ls-dir): Whitespace change.
4035
4036 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4037
4038 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4039 available.
4040 (eshell-stringify-t): Added a customization variable, to indicate
4041 whether `t' should be rendered as a string at all. If not, one
4042 can still determine if the result of an expression is true using
4043 "file-exists-p FILE && echo true".
4044 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4045 stringify t!
4046
4047 * eshell/esh-module.el: Whitespace fix.
4048
4049 * eshell/em-alias.el (eshell-alias-initialize): Added
4050 `eshell-command-aliased-p' to `eshell-complex-commands'.
4051 (eshell-command-aliased-p): New function that returns t if a
4052 command name names an aliased.
4053
657f9cb8 40542000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4055
0467b076 4056 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4057 redrawing the screen when changing cursor color.
0467b076
EZ
4058 (viper-insert-state-pre-command-sentinel)
4059 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4060 (viper-replace-state-post-command-sentinel):
4061 Use viper-preserve-cursor-color.
657f9cb8
MK
4062 Many functions changed to use viper= instead of = when comparing
4063 characters.
0467b076 4064 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4065 working with characters.
0467b076 4066 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4067 Many functions changed to use viper= instead of = when comparing
4068 characters.
0467b076 4069 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4070
0467b076 4071 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4072 Several typos fixed in various docstrings.
0467b076
EZ
4073 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4074 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4075 hook.
0467b076
EZ
4076 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4077 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4078 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4079 (ediff-get-selected-buffers): New function.
4080 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4081 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4082 save-window-excursion.
0467b076 4083 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4084 termination check in while loop.
0467b076 4085 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4086 dired buffer.
0467b076
EZ
4087 (ediff-files,ediff-merge-files,ediff-files3)
4088 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4089
4f490d99
DL
40902000-10-28 Dave Love <fx@gnu.org>
4091
4092 * info.el (Info-fontify-node): Add help-echo for menu items.
4093
45b84006
EZ
40942000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4095
5ebc02b3
EZ
4096 * startup.el (normal-top-level): If the value of $TERM indicates
4097 we are running from xterm or one of its work-alikes, default to a
4098 light background mode.
4099
45b84006
EZ
4100 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4101 * faces.el (tty-handle-reverse-video): New function.
4102 (tty-create-frame-with-faces): Call it.
4103
4104 * frame.el (frame-notice-user-settings): Don't apply
4105 default-frame-alist and initial-frame-alist to MS-DOS frames.
4106 Call tty-handle-reverse-video, frame-set-background-mode, and
4107 face-set-after-frame-default for non-MS-DOS frames.
4108
4109 * startup.el (tty-long-option-alist): New variable.
4110 (tty-handle-args): New function.
4111 (command-line): Call tty-handle-args.
4112
4113 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4114 startup.el now does that for all character-terminal frames.
4115
eab6e8b9
MB
41162000-10-28 Miles Bader <miles@gnu.org>
4117
4118 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4119 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4120 global. If :global is followed by a non-nil but non-t value,
4121 make the mode buffer-local, but also generate a `global-MODE'
4122 version using `easy-mmode-define-global-mode'. Add
4123 :conditional-turn-on keyword argument.
4124
51a29efc
DL
41252000-10-28 Dave Love <fx@gnu.org>
4126
4127 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4128 use window-system.
4129
d71d7114
EZ
41302000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4131
4132 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4133 Don't call find-buffer-file-type-coding-system. Instead, just
4134 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4135 if the file is on an untranslated filesystem.
4136 (add-untranslated-filesystem): Use "D" instead of "f" inside
4137 interactive.
4138
1f9cab4b
DL
41392000-10-27 Dave Love <fx@gnu.org>
4140
70c825df 4141 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4142 (refill-mode): Use it.
4143
70c825df
SM
41442000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * international/quail.el (quail-activate): Don't make-local-hook.
4147
7432cf10
AS
41482000-10-27 Andre Spiegel <spiegel@gnu.org>
4149
4836835a 4150 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4151 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4152 (vc-make-version-backup): Don't do it on MS-DOS without long file
4153 names.
4836835a 4154
7432cf10
AS
4155 * vc.el (vc-version-other-window): If an automatic backup of the
4156 desired version exists, rename it instead of copying it.
4157
4836835a
TTN
4158 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4159 after command. If there's an unexpected error, signal it instead
7432cf10 4160 of being silent.
e1483c38 4161 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4162
05ea7ef2
MB
41632000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4164
fd1035aa
MB
4165 * shell.el (shell): Add BUFFER argument.
4166 * comint.el (make-comint-in-buffer): New function.
4167 (make-comint): Use it.
4168
05ea7ef2
MB
4169 * faces.el (face-spec-choose): Change syntax so that the list of
4170 attribute-value pairs is now the cdr of each clause, not the cadr.
4171 Detect old-style entries, and handle them. Use pop.
4172
835a55fe
SM
41732000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4174
f5ab1cdd
SM
4175 * cus-edit.el (custom-mode-map): Use a sparse map.
4176 (custom-mode): Don't bother with make-local-hook.
4177
4178 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4179
835a55fe
SM
4180 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4181
c13b0ec8
GM
41822000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4183
4184 * ps-print.el: Avoid compilation gripes.
4185 (ps-print-version): New version number (6.2.1).
4836835a 4186
e9f63196
DL
41872000-10-26 Dave Love <fx@gnu.org>
4188
0b95284b
DL
4189 * menu-bar.el: Modify some menu item help strings.
4190 (menu-bar-help-menu): Add link to MORE.STUFF.
4191
e9f63196
DL
4192 * cus-edit.el (custom-mode): Add `special' mode-class property.
4193
4194 * wid-browse.el (widget-browse-mode): Likewise.
4195
4196 * wid-edit.el (widget-specify-field): Revert to using local-map
4197 property, not keymap.
4198
e276a14a
MB
41992000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4200
c1545d88
MB
4201 * wid-edit.el (widget-field-end): When checking for a `boundary'
4202 field, do so in the correct buffer.
4203
3c1b77ca
MB
4204 * simple.el (undo): Correctly distinguish between numeric and
4205 non-numeric prefix args in non-transient-mark-mode, as per the doc
4206 string. When in transient-mark-mode, treat all prefix-args as
4207 numeric.
4208
f5ab1cdd
SM
4209 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4210 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4211
4212 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4213 (comint-mode-map): Reverse order of `comint-write-output' and
4214 `comint-append-output-to-file'.
4215 (comint-append-output-to-file): Reinstate this function, for the
4216 benefit of the menu.
4217
d97151cb
SM
42182000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4219
4220 * vc.el (vc-version-other-window): Bind `file'.
4221
ea7d6f5b
GM
42222000-10-25 Gerd Moellmann <gerd@gnu.org>
4223
f5ab1cdd 4224 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4225
4226 * emacs-lisp/authors.el (batch-update-authors): New function.
4227 (authors-fixed-entries): New defconst.
4228 (authors-add-fixed-entries): New function.
4229 (authors): Call it.: Don't process lispref/.
4230
17c25cea
JR
42312000-10-25 Jason Rumney <jasonr@gnu.org>
4232
4233 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4234 Merge x w32 and mac definitions.
4235
4ecda532
GM
42362000-10-25 Gerd Moellmann <gerd@gnu.org>
4237
4238 * menu-bar.el (menu-bar-options-menu): Add a help string for
4239 `uniquify'.
4240
b6735035
GM
42412000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4242
f5ab1cdd
SM
4243 * time-stamp.el (time-stamp-string-preprocess):
4244 Fix a wrong type argument error.
b6735035 4245
f4cbc7a0
MB
42462000-10-25 Miles Bader <miles@gnu.org>
4247
4248 * recentf.el (recentf-mode): Variable removed.
4249 (recentf-mode): Use `define-minor-mode'.
4250
4251 * mwheel.el (mouse-wheel-mode): New global minor mode.
4252 (mwheel-install): Use `mouse-wheel-mode'.
4253
f4b020f6
DL
42542000-10-25 Dave Love <fx@gnu.org>
4255
f5ab1cdd
SM
4256 * progmodes/cperl-mode.el (cperl-mode):
4257 Set normal-auto-fill-function correctly.
072cb6f9 4258
f4b020f6
DL
4259 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4260 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4261 bindings.
f4b020f6 4262
ebe2a441
MB
42632000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4264
ff4dcd4b
MB
4265 * wid-edit.el (widget-field-at): New function.
4266 (widget-at, widget-field-activate): Use it.
4267 (widget-tabable-at): Use `widget-at'.
4268 (widget-specify-field): If the terminating character of the widget
4269 field (which is read-only) is a newline, put it into a special
4270 `boundary' field so that C-n/C-p act more naturally.
4271 (widget-field-end): Also don't subtract one if a special
4272 `boundary' field has been added after the widget field.
4273
ebe2a441
MB
4274 * comint.el (comint-output-filter, comint-send-input): Don't
4275 bother adding stickiness fields to overlays to fool the field
4276 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4277
ebe2a441
MB
4278 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4279 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4280 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4281
fe50b6ab
GM
42822000-10-24 Gerd Moellmann <gerd@gnu.org>
4283
53df4dda
GM
4284 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4285 (authors): Set file coding system to iso-2022-7bit. Add
4286 file-local variables to output buffer.
4287
4836835a 4288 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4289 WARN is nil.
4290
53df4dda
GM
42912000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4292
4293 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4294
4295 * delim-col.el: Now there is a column formatting mechanism.
4296 Modified to customization mechanisms convention. Doc fix.
4297 (columns): New group for delim-col.
4298 (delimit-columns-before, delimit-columns-after)
4299 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4300 (delimit-columns-end): New vars.
4301 (delimit-columns-customize, delimit-columns-format): New funs.
4302 (delimit-columns-region, delimit-columns-rectangle)
4303 (delimit-columns-rectangle-line): Modified to support column
4304 formatting.
4836835a 4305
a9839779
DL
43062000-10-24 Dave Love <fx@gnu.org>
4307
4308 * log-edit.el (log-edit): Add :version and a :group for vc.
4309
df0267b8
GM
43102000-10-24 Gerd Moellmann <gerd@gnu.org>
4311
9acc3873
GM
4312 * files.el (after-find-file): Don't print a message ``New file''
4313 if WARN is nil.
4314
63e1b552
GM
4315 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4316 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4317 get duplicate tool-bar entries because we'll see the global ones
4318 on more than one path through keymaps.
4319
1946f901
GM
4320 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4321
df0267b8
GM
4322 * progmodes/cmacexp.el: Change Francesco's email address.
4323
ae3b264b
KH
43242000-10-24 Kenichi Handa <handa@etl.go.jp>
4325
4326 * window.el (fit-window-to-buffer): Adjust point of the window
4327 buffer, not that of the current buffer.
4328
23afac01
EZ
43292000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4330
4331 * progmodes/cmacexp.el: Update the euthor's email address.
4332
22d1a4ed
MB
43332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4334
4335 * faces.el (face-spec-set-match-display): Add `graphic' display
4336 type (the inverse of `tty'). Use `display-graphic-p' instead of
4337 the window-system variable.
4338
f408aa48
KH
43392000-10-24 Kenichi Handa <handa@etl.go.jp>
4340
4341 * international/isearch-x.el (isearch-with-input-method): Call
4342 input-method-function with the first event in
4343 unread-command-events.
4344
94fe8a31
MB
43452000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4346
4347 * faces.el (face-default-spec, face-user-default-spec): Make
4348 defsubsts.
4349
8f47302e
AC
43502000-10-24 Andrew Choi <akochoi@i-cable.com>
4351
4352 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4353 New charsets.
4354
4355 * term/mac-win.el: Remove definitions of mac-roman-lower and
4356 mac-roman-upper, require dired, and define instead of set
4357 mac-ready-for-drag-n-drop to avoid compilation error.
4358
446c097e
AI
43592000-10-23 Andrew Innes <andrewi@gnu.org>
4360
4361 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4362 superfluous calls to subst-char-in-string; instead apply
4363 expand-file-name after convert-standard-filename to ensure
4364 expected directory separators are used.
4365
379b70e7
EZ
43662000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4367
4368 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4369
85c766e9
DL
43702000-10-23 Dave Love <fx@gnu.org>
4371
b7e03a67
DL
4372 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4373 (tool-bar-add-item): Set foreground and background for XBM icons.
4374
4375 * international/latin1-disp.el (latin1-char-displayable-p): New
4376 function (from Handa).
4377 (latin1-display-check-font): Use it.
4378
0dcf8835
DL
4379 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4380 using :key-sequence, making it much more usable. Use nconc, not
4381 append.
4382 (imenu--create-keymap-1): Avoid append.
4383
85c766e9 4384 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4385
cb3069bb
MB
43862000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4387
4388 [the following changes fix a bug where `define-minor-mode' didn't
4389 correctly generate :require clauses for defcustoms in compiled files]
4390 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4391 (byte-compile-log-file, byte-compile-log-1): Don't set
4392 `byte-compile-current-file' to nil. Instead set
4393 `byte-compile-last-logged-file' to it. Test whether
4394 byte-compile-current-file equals byte-compile-last-logged-file
4395 instead of whether its nil.
3b6542ba 4396 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4397
6db6243b
SM
43982000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4399
4400 * textmodes/refill.el: Fix var names in doc.
4401 (refill-mode): Don't bother with make-local-hook anymore.
4402
98490598
MB
44032000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4404
e01cd227
MB
4405 * faces.el (face-user-default-spec, face-default-spec): New functions.
4406 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4407 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4408 Use `face-user-default-spec'. Simplify code slightly.
4409
4836835a 4410 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4411 (woman-unknown-face): Add dark-background variants.
4412 (woman-default-faces): Renamed from `woman-colour-faces'.
4413 Set using the stored defaults, rather than using hard-wired colors.
4414 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4415 Just make the foreground `unspecified' rather than "black".
4416 (woman-menu): Rename menu entries accordingly.
4417
98490598
MB
4418 * faces.el (header-line): Make more reasonable on mono/grayscale
4419 displays.
4420
1a578e9b
AC
44212000-10-23 Andrew Choi <akochoi@i-cable.com>
4422
4423 * cus-edit.el (custom-button-face): Use 3D look for mac.
4424 (custom-button-pressed-face): Likewise.
4425
4426 * faces.el (set-face-attributes-from-resources): Handle mac frames
4427 in the same way as x and w32 frames.
4428 (face-valid-attribute-values): Likewise.
4429 (read-face-attribute): Likewise.
4430 (defined-colors): Likewise.
4431 (color-defined-p): Likewise.
4432 (color-values): Likewise.
4433 (display-grayscale-p): Likewise.
4434 (face-set-after-frame-default): Likewise.
4435 (mode-line): Same default face as for x and w32.
4436 (tool-bar): Likewise.
4437
4438 * frame.el: Remove call to frame-notice-user-settings at end of
4439 the file.
4440
4441 * info.el (Info-fontify-node): make underlines invisible for mac
4442 as for x, pc, and w32 frame types.
4443
4444 * term/mac-win.el: New file.
4445
aaaf7be7
DL
44462000-10-22 Dave Love <fx@gnu.org>
4447
4448 * textmodes/refill.el: New file.
4449
5392d654
AS
44502000-10-22 Andre Spiegel <spiegel@gnu.org>
4451
4836835a 4452 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4453 MANUAL and REGEXP.
4836835a 4454 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4455 New functions.
4456 (vc-before-save): Use the latter.
4457 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4458 confusion.
4459
4836835a 4460 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4461 expected by vc[-hooks].el.
4462
4463 * vc.el (vc-checkout): Added `-p' suffix in call to
4464 vc-make-version-backups-p; use vc-make-version-backup to actually
4465 make the backup.
4466 (vc-version-other-window, vc-version-backup-file): Handle both
4467 automatic and manual backups.
4468 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4469 of all of them.
4470
1e221c16
MB
44712000-10-22 Miles Bader <miles@gnu.org>
4472
7ff4fda5
MB
4473 * comint.el (comint-highlight-input, comint-highlight-prompt):
4474 Renamed, `-face' at end removed.
4475 (comint-send-input, comint-output-filter): Use renamed faces.
4476
3511cde8
MB
4477 * window.el (fit-window-to-buffer): Change defaulting of
4478 MAX-HEIGHT slightly.
4479
1e221c16
MB
4480 * faces.el (color-values, color-defined-p): Use `member', not
4481 `memq', because it works correctly for strings.
4482 (frame-set-background-mode): Actually, "unspecified-fg" and
4483 "unspecified-bg" *are* strings. Use `member', not `memq', and
4484 `equal', not `eq', when a string value is possible.
4485
b6ef4898
EZ
44862000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4487
4488 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4489
34939e2c
SM
44902000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4491
4492 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4493 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4494 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4495 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4496 (sh-font-lock-syntactic-keywords): Use them.
4497 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4498 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4499 (sh-mode): Don't override font-lock-unfontify-region-function.
4500 Use a copy of sh-font-lock-syntactic-keywords.
4501 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4502 Don't call sh-scan-buffer since font-lock does it on the fly.
4503 (sh-get-indent-info): Use `face' rather than `syntax-table'
4504 text-property to detect here-documents.
4505 Replace sh-special-syntax with sh-st-punc.
4506 (sh-prev-line): Use `face' rather than `syntax-table'
4507 text-property to skip over here-documents.
4508 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4509 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4510 (sh-electric-less, sh-set-here-doc-region)
4836835a 4511 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4512 (sh-scan-buffer, sh-rescan-buffer): Remove.
4513
f3d3c491
AI
45142000-10-21 Andrew Innes <andrewi@gnu.org>
4515
4516 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4517 remote (ange-ftp) file names.
4518
b86c791c
MB
45192000-10-21 Miles Bader <miles@gnu.org>
4520
d9c30bdf
MB
4521 * window.el (fit-window-to-buffer): New function.
4522 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4523 (window-text-height): Don't expect minibuffers to have mode-lines.
4524
d9c30bdf 4525 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4526 * international/quail.el (quail-update-guidance): Use
4527 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4528
617fee5a
MB
4529 * international/quail.el (quail-show-guidance-buf): Make sure
4530 guidance window really has enough room.
4531 (quail-update-guidance): If quail-guidance-win is already shown,
4532 make sure its height is OK.
4533
b86c791c
MB
4534 * window.el (window-text-height, set-window-text-height):
4535 New functions.
4536 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4537 instead of `window-height' & `mode-line-window-height-fudge'.
4538 (mode-line-window-height-fudge): Add FACE parameter.
4539 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4540 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4541
e34850d1
MB
45422000-10-20 Miles Bader <miles@gnu.org>
4543
4544 * window.el (height-affecting-face-attributes): Use `defconst'.
4545
4546 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4547 New function, conditionally aliased to `mode-line-window-height-fudge'.
4548 (ispell-help): Use it.
4549 (ispell-choices-win-default-height): Don't include mode-line fudge.
4550 (ispell-choices-win-default-height): New function.
4551 (ispell-show-choices, ispell-command-loop): Use function
4552 `ispell-choices-win-default-height' instead of variable.
4553
a8b883c2
MB
45542000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4555
8c6e4a58
MB
4556 * window.el (mode-line-window-height-fudge): New variable.
4557 (height-affecting-face-attributes): New variable.
4558 (mode-line-window-height-fudge): New function.
4559 (shrink-window-if-larger-than-buffer): Use it.
4560 * help.el (resize-temp-buffer-window): Likewise.
4561
a8b883c2
MB
4562 * info.el (Info-fontify-node): Add support for @subsubsection
4563 titles, which use `Info-title-4-face'.
4564 (Info-title-4-face): New face.
4565 (Info-title-3-face): Inherit from Info-title-4-face instead of
4566 variable-pitch.
4567
e64c3a75
JR
45682000-10-19 Jason Rumney <jasonr@gnu.org>
4569
4570 * dired.el (dired-insert-directory): Do not let errors signalled by
4571 attempt to run dired-free-space-program prevent dired from working.
4572
c70fe852
SM
45732000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4574
4575 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4576
877cf6b4
GM
45772000-10-19 Gerd Moellmann <gerd@gnu.org>
4578
5de037e0
GM
4579 * dirtrack.el (dirtrack): Fix call to run-hooks.
4580
6deb9af9
GM
4581 * cmuscheme.el (cmuscheme-program-name): Renamed from
4582 scheme-program-name because xscheme.el contains a defcustom with
4583 the same name. As a consequence, customizing group `cmuscheme'
4584 loaded `xscheme' which redefined run-scheme.
4585 (run-scheme): Use cmuscheme-program-name.
4586
877cf6b4
GM
4587 * ps-print.el (ps-print-emacs-type): Move into the
4588 eval-and-compile.
4589
e597d8fb 4590 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4591 anonymous address, and add a website for Befrienders International.
4836835a 4592
3e9cb08f
GM
45932000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4594
c70fe852
SM
4595 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4596 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4597 (ps-print-version): New version number (6.2).
4598 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4599 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4600 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4601 (ps-x-extent-priority, ps-x-extent-start-position)
4602 (ps-x-face-font-instance, ps-x-find-coding-system)
4603 (ps-x-font-instance-properties, ps-x-make-color-instance)
4604 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4605 avoid compilation gripes without defining functions.
4606 (ps-e-find-composition): Alias for function find-composition, to have a
4607 suitable function depending on Emacs version.
4608 (ps-color-device, ps-color-values, ps-face-foreground-name)
4609 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4610 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4611 (ps-print-ensure-fontified): Function definitions surrounded by
4612 `eval-and-compile' to avoid compilation gripes.
4613 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4614 by symbol-value to avoid compilation gripes.
4615 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4616 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4617
d8abcd91
MB
46182000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4619
13ab33c4
MB
4620 * startup.el (normal-top-level): Call `frame-set-background-mode'
4621 after `frame-notice-user-settings' because the latter doesn't call
4622 the former on a tty.
4623
d8abcd91
MB
4624 * faces.el (frame-set-background-mode): `unspecified' &c are
4625 symbols, not strings.
4626
e8bce0a9
EZ
46272000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4628
c70fe852
SM
4629 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4630 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4631
c70fe852
SM
4632 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4633 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4634
773272d8
KH
46352000-10-19 Kenichi Handa <handa@etl.go.jp>
4636
c70fe852 4637 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4638 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4639 for ISO10646-1 fonts.
4640 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4641
772139c0
EZ
46422000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4643
4644 * faces.el (frame-set-background-mode): If a tty frame defines a
4645 background color, use that to compute the background mode, instead
4646 of always defaulting to "dark".
4647
d134a19f
MB
46482000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4649
8bb84cb2
MB
4650 * comint.el (comint-write-output): New function.
4651 (comint-mode-map): Add it to the menu.
e40a778f 4652 Bind `C-c C-s' to comint-write-output.
d134a19f 4653
dada41e1
GM
46542000-10-18 Gerd Moellmann <gerd@gnu.org>
4655
4656 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4657 Use fancy-splash-delay.
4658
9b5360aa
GM
46592000-10-18 Alex Schroeder <alex@gnu.org>
4660
4661 * progmodes/sql.el (sql-sybase-options): New option.
4662 (sql-sybase): Use it. Add sql-database to the list of parameters
4663 provided for login. The options -w 2048 -n are not used any more.
4664
9035a35a
GM
4665 * comint.el (comint-read-input-ring): Bugfix such that the first
4666 and the last entry of the input ring file are not lost.
4667
3556c6dd
GM
46682000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4669
4670 * ps-print.el: Internal variable changes to defcustom,
4671 make-local-hook changes to defvar. Doc fix.
4672 (ps-print-version): New version number (6.1).
4673 (ps-setup, ps-do-despool): Code fix.
4674 (ps-printer-name): Customization fix.
4675 (ps-printer-name-option): Now is a defcustom instead of an
4676 internal variable.
4677 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4678 (ps-print-begin-column-hook): Now are defvar instead of
4679 make-local-hook.
4836835a 4680
4e217e50
MB
46812000-10-18 Miles Bader <miles@gnu.org>
4682
4683 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4684 (comint-kill-output): Changed into an alias for `comint-delete-output',
4685 and made obsolete.
4686 (comint-mode-map): Rename references to comint-kill-output.
4687
34460354
EZ
46882000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4689
4690 * diff-mode.el (diff-header-face, diff-file-header-face)
4691 (diff-changed-face): Add bold and italic attributes to tty faces.
4692 (diff-function-face): New face.
4693 (diff-font-lock-keywords): Use it.
4694
17ea3cdb
MB
46952000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4696
4697 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4698 Remove commented-out call to force-mode-line-update.
4699 (comint-kill-output): Use `forward-line 0' instead of
4700 beginning-of-line to make sure we get past the prompt.
4701
9244f2c7
SM
47022000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4703
4704 * diff-mode.el (diff-header-face, diff-file-header-face):
4705 Add specific setting for dark background.
4706 (diff-context-face): Renamed from diff-comment-face.
4707 Set explicitly rather than inheriting from font-lock-comment-face.
4708
1592c1ef
EZ
47092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4710
4711 * startup.el (command-line): Move the code which sets the default
4712 TTY colors to before before-init-hook.
4713
f86292a9
GM
47142000-10-17 Gerd Moellmann <gerd@gnu.org>
4715
4716 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4717
f7f2e883
EZ
47182000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4719
e854cc22
EZ
4720 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4721 extensions, for MS-DOS.
4722
f7f2e883
EZ
4723 * diff-mode.el (diff-header-face, diff-file-header-face)
4724 (diff-changed-face): Define tty-specific colors.
4725
c7b4f0f9
GM
47262000-10-17 Gerd Moellmann <gerd@gnu.org>
4727
4728 * startup.el (fancy-splash-text): Realign the text.
4729
12a72271
EZ
47302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4731
4732 * font-lock.el (font-lock-comment-face): Define a separate default
4733 for dark-background tty's.
4734
61dfccfd
MB
47352000-10-17 Miles Bader <miles@gnu.org>
4736
4737 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4738 being obscured by whizzy mode-lines on graphics displays.
4739
333cd59e
EZ
47402000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4741
4742 * info.el (Info-title-1-face, Info-title-2-face)
4743 (Info-title-3-face): Define colors for tty's.
dada41e1 4744 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4745
dbf1fcc1
EZ
47462000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4749 reverse from the frame parameters, and don't invert foreground and
4750 background colors.
4751
ac629823
MB
47522000-10-16 Miles Bader <miles@gnu.org>
4753
4754 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4755 string "*Info*". Call propertized-buffer-identification to spruce
4756 up the result.
4757
76eebffc
GM
47582000-10-16 Gerd Moellmann <gerd@gnu.org>
4759
3a6b59d9
GM
4760 * help.el: Provide `help' for the sake of define-minor-mode
4761 which generates defcustoms with requires.
4762
6569c3d3
GM
4763 * jit-lock.el (jit-lock-after-change): If we're in text that
4764 matches a multi-line font-lock pattern, make sure the whole text
4765 will be redisplayed.
4766
c2e0a611
GM
4767 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4768 author's name is unknown.
4769
76eebffc
GM
4770 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4771 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4772 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4773 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4774 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4775 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4776 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4777 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4778 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4779 Add author information.
4780
cf1e7b12
MB
47812000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4782
4783 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4784 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4785 full-color version (using the Gimp) to eliminate dithering artifacts.
4786
5586f3eb
SM
47872000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4788
4789 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4790
4791 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4792
ad64a888
DL
47932000-10-15 Dave Love <fx@gnu.org>
4794
4795 * progmodes/sh-script.el: Require skeleton and comint when
4796 compiling.
4797
4798 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4799
4800 * whitespace.el: Doc fixes.
4801 (top-level): Don't add hooks here.
4802 (whitespace-running-emacs): Deleted.
4803 (timer): Don't require.
4804 (whitespace): Add back :version conditional on xemacs test.
4805 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4806 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4807 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4808 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4809 Avoid specific xemacs test.
4810 (whitespace-global-mode): New option.
4811 (whitespace-global-mode): New command.
4812 (whitespace-unload-hook): New function.
4813
4814 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4815 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4816 (Info-fontify-node): `Goto' goes to `Go to'.
4817 (Info-fontify-node): Add help-echo to xref links.
4818
1ef49fc6
EZ
48192000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4820
4821 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4822
8b7707e1
SM
48232000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4824
b3b7f42f
SM
4825 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4826 Use plist-get and allow :inherit.
4827
4828 * emacs-lisp/cl-macs.el (cl-do-arglist):
4829 Use plist-get and plist-member instead of memq.
4830
3c7fafc7
SM
4831 * emacs-lisp/ewoc.el (ewoc-location): New function.
4832 (ewoc-enter-after, ewoc-enter-before): Document return value.
4833 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4834 Don't need make-local-hook any more.
4835 (cvs-addto-collection): Return the new tin.
4836 (cvs-mode-insert): Jump to the new line.
4837
8b7707e1
SM
4838 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4839
4840 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4841
4842 * font-lock.el (font-lock-syntactically-fontified): New var.
4843 (font-lock-fontify-syntactic-keywords-region): Use it.
4844 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4845
4846 * diff-mode.el (diff-find-file-name): Fix regexp.
4847
4848 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4849 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4850
4851 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4852 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4853 (sh-mode): Don't make all vars local here.
4854 (sh-kw): Reformat.
4855 (sh-set-shell): Use dolist. Don't set indent-region-function.
4856 (sh-mode-syntax-table): Use pop.
4857 (sh-remember-variable): Use push.
4858 (sh-help-string-for-variable): Use memq.
4859 (sh-safe-backward-sexp): Remove.
4860 (sh-safe-forward-sexp): Add ARG.
4861 (sh-get-indent-info, sh-prev-stmt): Use it.
4862 (sh-prev-line): Simplify by using forward-comment.
4863 (sh-this-is-a-continuation): Simplify.
4864 (sh-learn-buffer-indent): Use dolist.
4865 (sh-do-nothing): Remove.
4866 (sh-set-char-syntax, sh-set-here-doc-region):
4867 Use inhibit-modification-hooks.
4868 (sh-name-style): Use mapcar and push.
4869 (sh-load-style): Use dolist.
4870 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4871 (sh-case, sh-while-getopts): Use propertize directly rather
4872 than sh-electric-rparen.
4873
48742000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4875
4876 * textmodes/tex-mode.el: Require CL when compiling.
4877 (tex-mode-syntax-table): Init immediately.
4878 (tex-mode-map): Bind M-RET to latex-insert-item.
4879 (latex-mode): Set indent-line-function to latex-indent.
4880 (tex-common-initialization): Don't setup the syntax-table any more.
4881 (latex-insert-item): New skeleton.
4882 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4883 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4884 (latex-indent, latex-find-indent): New functions.
4836835a 4885 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4886 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4887 (tex-compilation-parse-errors): Use with-syntax-table.
4888
86b7fcbb
MB
48892000-10-15 Miles Bader <miles@gnu.org>
4890
4891 * font-lock.el (font-lock-comment-face): Change dark-background,
4892 color, non-tty, default to `chocolate1'.
4893
57a24508
JW
48942000-10-13 John Wiegley <johnw@gnu.org>
4895
4896 * eshell/esh-util.el (require): Added a missing `require' form,
4897 needed when compiling (for an ange-ftp macro definition).
4898
40ad3db4
DL
48992000-10-13 Dave Love <fx@gnu.org>
4900
4901 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4902
db460189
GM
49032000-10-13 Gerd Moellmann <gerd@gnu.org>
4904
b41c9501
GM
4905 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4906 fix.
4907
4836835a 4908 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4909 transparent -colors 8).
4910
3b5e21df
GM
49112000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4912
4913 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4914 that breaks with old list format timestamps.
4915 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4916 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4917 strings.
4918
16908a3f
JW
49192000-10-13 John Wiegley <johnw@gnu.org>
4920
d7103dda
JW
4921 * align.el, pcomplete.el, calendar/timeclock.el,
4922 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4923
dace60cf 4924 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4925 faulty math, where holiday hours were being computing as seconds.
4926
b6b70cda
JW
49272000-10-13 John Wiegley <johnw@gnu.org>
4928
4929 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4930 specifying what "other" kinds of buffers should be saved. This
4931 used to be hard-coded.
4932 (desktop-buffer-misc-functions): A global for specifying how
4933 auxiliary data should be determined for special buffer types.
4934 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4935 instead of hard-coding the special buffer types.
4936 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4937 auxiliary data, instead of hard-coding for Info buffers and dired.
4938 (desktop-buffer-info-misc-data): Aux function for determining Info
4939 buffer auxiliary info.
4940 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4941 (desktop-buffer-info): Changed this function to use the info
4942 gathered above.
4943 (desktop-create-buffer): Be a little more careful about what
4944 `minor-mode' means before calling it. This is important for some
4945 buffer types.
4946
8c6b1d83
JW
49472000-10-13 John Wiegley <johnw@gnu.org>
4948
4949 * eshell/esh-util.el: Added a global form which declares an
4950 autoload for `parse-time-string', if that function is not already
4951 defined, and if parse-time.el is available on the user's system.
4952
4953 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4954 to be aware of ange-ftp user info.
4955 (eshell-do-ls): Bind `ange-cache'. Also, use
4956 `eshell-file-attributes'.
4957 (eshell-ls-annotate): Use `eshell-file-attributes'.
4958 (eshell-ls-file): Made the user-id printing code a bit smarter.
4959
4960 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4961 allow identification of alias user ids in remote directories.
4962 It's manual, but there's no other way to know when the current
4963 user on the local machine, is also the owning user on the remote
4964 machine.
4965 (fboundp): Bind `ange-cache'.
4966 (eshell-directory-files-and-attributes): Re-organized the logic a
4967 bit to use `eshell-file-attributes' instead of `file-attributes'.
4968 The former is more sensitive to directories that are read via FTP,
4969 and knows how to use ange-ftp to determine full attribute
4970 information, instead of just the name and last modtime.
4971 (eshell-current-ange-uids): Return the current user id when in a
4972 remote directory.
4973 (eshell-parse-ange-ls): Parse a full directory listing that has
4974 been returned by ange-ftp.
4975 (eshell-file-attributes): This beefed up version of
4976 `file-attributes' is only special if the user is currently in a
4977 remote directory, in which case it does a lot of work to find out
4978 what the real attributes of a file are, as they appear on the
4979 remote machine. This makes usage of remote directories (i.e.,
4980 ange-ftp pathnames) much more useful. You can now use Eshell as a
4981 full-fledged FTP client, with much more manipulation ability than
4982 most other clients.
4983
4984 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4985 variable, which means that Eshell's du should always be preferred
4986 in remote directories.
4987 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4988 just `file-attributes'.
4989 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4990 when reading remote directories. This is an Eshell-specific
4991 variable (not part of ange-ftp).
4992 (eshell/ln): Bind `ange-cache'.
4993 (eshell/du): Added some extra logic for determining when to use
4994 Eshell's du (which is slow), and when to use the external version
4995 (which may or may not exist).
4996
4997 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4998 `eshell-interactive-process', rather than using
4999 `get-buffer-process', since backgrounded processes don't count in
5000 the context of this function's logic.
5001
5002 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5003 `forward-char', so that null strings are parsed correctly.
5004
87730e84 50052000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5006
5007 * eshell/em-pred.el (eshell-pred-file-type,
5008 eshell-pred-file-links, eshell-pred-file-size): Use
5009 `eshell-file-attributes'. This is more correct over ange-ftp.
5010
5011 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5012 that remote file globbing is more efficient.
5013
5014 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5015 gathering the files and attributes within a directory.
5016
5017 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5018 the command line is a special file (not a regular file, directory
5019 or symlink), always attempt to call the external version of cat.
5020
87730e84 50212000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5022
5023 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5024 Eshell-friendly version of find-tag.
5025
1c7e37a9
MB
50262000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5027
4836835a 5028 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5029 (image-file-name-regexps): Add autoload cookies.
5030
11a7f341
KH
50312000-10-13 Kenichi Handa <handa@etl.go.jp>
5032
5033 * international/mule-cmds.el (select-safe-coding-system): If FROM
5034 is string, show it in *Warning* buffer.
5035
8ddddcb0
EZ
50362000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * startup.el (normal-top-level): Use display-popup-menus-p instead
5039 of window-system.
5040 (command-line): Use display-graphic-p instead of window-system.
5041 (command-line-1): Use display-popup-menus-p and display-mouse-p
5042 instead of window-system.
5043
72200f89
SS
50442000-10-12 Sam Steingold <sds@gnu.org>
5045
5046 * tooltip.el (tooltip-use-echo-area): New user variable.
5047 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5048
8661c643
DL
50492000-10-12 Dave Love <fx@gnu.org>
5050
d0b40dc1
DL
5051 * recentf.el: Maintainer's checkdoc fixes.
5052
a622451f
DL
5053 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5054 character class, not ASCII when matching file names.
5055 (fancy-splash-head): Add trailing slash to URL.
5056 (command-line): Don't require XPM support for toolbar.
5057
8661c643
DL
5058 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5059 (cperl-invalid-face): Revert last change.
5060 (cperl-init-faces): Quote cperl-invalid-face.
5061
ef2ed8ab
KH
50622000-10-12 Kenichi Handa <handa@etl.go.jp>
5063
5064 * startup.el (fancy-splash-text): Remove superfluous quote.
5065
b0da379e
GM
50662000-10-12 Gerd Moellmann <gerd@gnu.org>
5067
dbeb499b
GM
5068 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5069 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5070 (command-line-1): Don't use fancy-splash-pending-command.
5071 (fancy-splash-screens-1): Goto point-min after inserting text.
5072
d861718a
GM
5073 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5074
b0da379e
GM
5075 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5076 instead of shared-lisp-mode-map.
5077
4fb2ad98
MB
50782000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5079
1cb4393e
MB
5080 * faces.el (header-line): Change tty-variant to use underlining.
5081
4fb2ad98
MB
5082 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5083 (isearch-highlight): Restore lazy-isearch face properties at old
5084 position, and suppress them at new position.
5085 (isearch-dehighlight): Restore lazy-isearch face properties.
5086 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5087 over the real isearch overlay, but in that case, don't give it a
5088 face property. Use `push'.
5089
eb991b25
KH
50902000-10-12 Kenichi Handa <handa@etl.go.jp>
5091
5092 * man.el (Man-getpage-in-background): Fix previous change.
5093 Decode the process output only when we are in multibyte mode.
5094
a818c1c0
DL
50952000-10-11 Dave Love <fx@gnu.org>
5096
c990f53a
DL
5097 * info.el (Info-mode-menu): Fix some help.
5098 (info-tool-bar-map): Add entry for Info-last.
5099
a818c1c0
DL
5100 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5101 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5102 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5103 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5104 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5105 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5106 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5107 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5108 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5109 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5110 Reduce colour requirements to 25 overall. (Probably wants
5111 revisiting from the originals to reduce further.)
5112
c1b096cb
EZ
51132000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5116 buffer-file-coding-system, instead of raw-text.
5117 (dehexlify-buffer): Bind coding-system-for-read to
5118 buffer-file-coding-system, instead of raw-text.
5119
5c8b7eaf
SS
51202000-10-11 Sam Steingold <sds@gnu.org>
5121
5122 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5123 `underline' - fixes the bug introduced on 2000-09-21.
5124
2cfbdb7a
DL
51252000-10-11 Dave Love <fx@gnu.org>
5126
5127 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5128 compiler warnings.
5129 (scheme-mode): Doc fix.
5130 (scheme-font-lock-keywords-1): Match `define-syntax'.
5131
51322000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5133
5134 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5135 face specs as well as default ones. Only do anything if the
5136 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5137 (region): Make dark-background `region' face less in-your-face.
4b33f290 5138
690ec649
SS
51392000-10-10 Sam Steingold <sds@gnu.org>
5140
5141 * chistory.el, ielm.el, ledit.el:
5142 * progmodes/inf-lisp.el, progmodes/scheme.el:
5143 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5144
3b95d6bb
SM
51452000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5146
5147 * textmodes/texinfo.el: Update copyright and fix typo.
5148
5149 * desktop.el (desktop-modes-not-to-save): New var.
5150 (desktop-save-buffer-p): Use it.
a30eb617
DL
5151 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5152 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5153
51542000-10-10 Dave Love <fx@gnu.org>
5155
5156 * toolbar/tool-bar.el (tool-bar-add-item)
5157 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5158 display.
5159
5160 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5161 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5162 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5163 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5164 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5165 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5166 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5167 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5168 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5169 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5170 the .xpms; probably need retouching.
5171
51722000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5173
5174 * subr.el (add-to-list): Add optional argument APPEND.
5175 * battery.el (display-battery): Use `add-to-list'.
5176
51772000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5178
5179 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5180 these vars as symbol properties.
5181 (zone, zone-when-idle, zone-leave-me-alone)
5182 (zone-pgm-whack-chars): Use new symbol properties.
5183
5184 * battery.el (display-battery): Doc spelling fix.
5185
5186 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5187 property.
5188
51892000-10-09 Dave Love <fx@gnu.org>
5190
5191 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5192 has been initialized before calling tool-bar-setup.
5193 (tool-bar-add-item-from-menu): Add autoload cookie.
5194
51952000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5196
5197 * menu-bar.el (send-mail-item-name): New function.
5198 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5199 of mail-user-agent in the menu. Don't display the "Send Mail"
5200 item if mail-user-agent is nil or its value is ignore.
5201 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5202 if read-mail-command is nil or its value is ignore.
5203
5204 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5205
52062000-10-09 Miles Bader <miles@gnu.org>
5207
5208 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5209 Correct image size.
5210 * toolbar/left_arrow.xpm: Correct image size.
5211
5212 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5213 will be done by the definition of `auto-compression-mode' if
5214 necessary. Move code to uninstall existing file-name handler
5215 before definition of `auto-compression-mode'.
5216
5217 * image-file.el (auto-image-file-mode): Move to the end of the
5218 file, because `define-minor-mode' actually calls the mode-function
5219 if the associated variable is non-nil, which requires that all
5220 needed functions be already defined.
5221
5222 * mouse.el (popup-menu): Balance parens.
5223
52242000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5225
5226 * mouse.el (popup-menu): Move the command call outside the loop
5227 so that popup-menu returns whatever the command returns.
5228
5229 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5230 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5231 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5232 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5233
5234 * vc.el (vc-version-diff): diff-switches can be a list.
5235 Use relative filenames for prettier output.
5236
5237 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5238 (vc-post-command-functions): Remove old-VC compatibility code.
5239
5240 * newcomment.el (comment-indent-default): Autoload.
5241
5242 * font-lock.el (font-lock-defaults): Make buffer-local.
5243 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5244 (font-lock-choose-keywords):
5245 Ignore LEVEL unless KEYWORDS is a list of syms.
5246 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5247 Don't wrap regexp-opt things in \(...\) unnecessarily.
5248
5249 * jit-lock.el: Don't require font-lock any more.
5250 (jit-lock-functions): Make buffer-local.
5251 (jit-lock-saved-fontify-buffer-function): Remove.
5252 (jit-lock-mode): Remove autoload cookie.
5253 Remove font-lock specific code.
5254 (jit-lock-unregister): Don't bother handling complex hooks any more.
5255 (jit-lock-refontify): New function.
5256 (jit-lock-fontify-buffer): Use it.
5257 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5258 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5259 Add optional args START and END.
5260 Never call font-lock-fontify-region directly.
5261 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5262
5263 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5264
52652000-10-08 Dave Love <fx@gnu.org>
5266
5267 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5268
5269 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5270
5271 * play/studly.el (studlify-region, studlify-word): Add autoload
5272 cookie.
5273
5274 * play/morse.el (morse-region, unmorse-region): Add autoload
5275 cookie.
5276
5277 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5278 concat.
5279
5280 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5281 insist on symbols starting with word syntax.
5282 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5283 (eval-defun-1): Doc fix.
5284 (indent-sexp): Use nconc to build up indent-stack.
5285
5286 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5287 Gnus with little use.
5288 (mail-setup-hook): Add mail-abbrevs-setup to options.
5289
5290 * recentf.el: Doc fixes.
5291
5292 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5293 Clean up remainder.
5294
5295 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5296 without timezone and (8) with timezone to enforce some whitespace.
5297 Simplify code somewhat.
5298
5299 * options.el (list-options): Doc that you should use customize.
5300
5301 * iswitchb.el (iswitchb-mode): Add :require.
5302
5303 * info.el (Info-goto-node, Info-menu): Doc fix.
5304 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5305 (info-tool-bar-map): New variable.
5306 (Info-mode): Use it.
5307 (Info-edit-map): Define all in defvar.
5308 (speedbar-attached-frame): Avoid compiler warning.
5309
5310 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5311 (global-map): Bind [tool-bar] to a filtered map.
5312 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5313 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5314 Allow PBM icons.
5315 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5316
5317 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5318 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5319 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5320 icons, except up_arrow, which is left-arrow rotated.
5321
5322 * imenu.el (imenu-add-to-menubar): Fix last change.
5323
53242000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5325
5326 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5327 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5328
53292000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5330
5331 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5332 typos in doc strings.
5333
5334 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5335 the doc strings how to customize Font Lock faces.
5336
5337 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5338 computing growth when dragging the header line.
5339
53402000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5341
5342 * simple.el (kill-line): Doc fix.
5343
53442000-10-08 Miles Bader <miles@gnu.org>
5345
5346 * faces.el (secondary-selection): Make foreground visible on tty.
5347
5348 * jka-compr.el (auto-compression-mode): Move to the end of the
5349 file, because `define-minor-mode' actually calls the mode-function
5350 if the associated variable is non-nil, which requires that all
5351 needed functions be already defined.
5352 (with-auto-compression-mode): Add autoload cookie.
5353
53542000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * files.el (find-backup-file-name) [ms-dos]: If support for long
5357 file names is not available, behave as if version-control were set
5358 to never.
5359
53602000-10-07 Dave Love <fx@gnu.org>
5361
5362 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5363 (browse-url-gnome-moz): New function.
5364 (browse-url-browser-function): Use it.
5365 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5366
53672000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5368
5369 * indent.el (tab-always-indent): New var.
5370 (indent-for-tab-command): Use it.
5371
5372 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5373 raise an error. This way it can still default to a sane value.
5374
53752000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5376
5377 * startup.el (fancy-splash-screens): Use local rather than global map.
5378 Don't use `update-menu-bindings' any more.
5379 Get rid of assumptions about keymap representation.
5380
53812000-10-06 Dave Love <fx@gnu.org>
5382
5383 * textmodes/fill.el (sentence-end-double-space)
5384 (sentence-end-without-period): Doc fix.
5385 (adaptive-fill-regexp): Purecopy.
5386 (unjustify-current-line): Use line-end-position.
5387 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5388
5389 * net/eudc-vars.el (eudc): Add :version, :link.
5390
5391 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5392
5393 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5394 Fix for define-minor-mode.
5395 (function-at-point): Alias to function-called-at-point.
5396
5397 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5398
5399 * simple.el (backward-word): Doc fix.
5400
5401 * image-file.el (image-file-name-regexp): image-file-regexps ->
5402 image-file-name-regexps.
5403 (image-file-name-extensions): Add pbm.
5404
54052000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5406
5407 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5408 and add filename to the names so that diff-mode can jump to source.
5409
5410 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5411 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5412 (tex-font-lock-keywords-1): Remove.
5413 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5414 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5415 (font-lock-default-fontify-region):
5416 Expand beg..end correctly when just following a multiline region.
5417 (font-lock-fontify-anchored-keywords):
5418 Include the anchor text as part of the multiline.
5419
54202000-10-06 Gerd Moellmann <gerd@gnu.org>
5421
5422 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5423 latter needs the autoloaded define-minor-mode macro during the
5424 bootstrap.
5425
5426 * startup.el (command-line): For now, activate tool-bar-mode only
5427 if XPM images are supported.
5428
5429 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5430 window by dragging a header-line at the top of the frame; that's
5431 confusing because the header-line doesn't move.
5432 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5433 of treating the event as a list. Some cleanup.
5434
54352000-10-06 Miles Bader <miles@gnu.org>
5436
5437 * simple.el (display-message-or-buffer): New function.
5438 (shell-command-on-region): Use `display-message-or-buffer'.
5439
5440 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5441 docstring parts.
5442
5443 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5444 (smbclient-prompt-regexp): Add usage note to doc string.
5445 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5446 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5447 Use add-hook for adding the comint filter function, and only do so
5448 if it's not already in the global hook list.
5449 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5450 to `make-local-variable'.
5451 (nslookup-font-lock-keywords): Remove prompt entry.
5452 (nslookup): Don't set the process-filter.
5453 (finger): Exit the loop correctly when the regexps list runs out.
5454 (ftp, smbclient, smbclient-list-shares):
5455 Set the real major mode immediately, not after execing.
5456 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5457
5458 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5459
54602000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5461
5462 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5463
5464 * which-func.el (which-func-format): Remove spurious space.
5465 (which-func-mode): Don't make it permanent-local.
5466 (which-func-ff-hook): Allow which-func-maxout to be nil.
5467 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5468 (which-func-mode): Simplify.
5469 Use post-command-idle-hook rather than post-command-hook.
5470 Go through all buffers and update their state.
5471 (which-function): Also try add-log-current-defun-function.
5472
5473 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5474 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5475 Update call to with-vc-properties accordingly.
5476 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5477 (vc-revert-buffer): More careful about window selection and deletion.
5478 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5479
5480 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5481 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5482 (cvs-dired-action): Change the default to quickdir.
5483
5484 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5485 if comment-indent-function returns nil.
5486 (comment-indent-default): New function.
5487 (comment-indent-function): Use it and document the new semantics.
5488
5489 * image-file.el: Docstring fixes.
5490
5491 * help.el (help-xref-on-pp): Use match-string.
5492 (describe-variable): New arg BUFFER.
5493 Store the current buffer in the help-xref-stack.
5494 (temp-buffer-resize-mode): Use define-minor-mode.
5495
5496 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5497 consistently with its docstring.
5498 Set jit-lock-first-unfontify-pos in an idempotent way.
5499 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5500
55012000-10-05 Alex Schroeder <alex@gnu.org>
5502
5503 * sql.el (sql-mysql-options): New variable.
5504 (sql-mysql): Use it.
5505
55062000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5507
5508 * image.el (image): New group.
5509
5510 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5511 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5512
55132000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5514
5515 * net/net-utils.el (nslookup-font-lock-keywords)
5516 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5517 Ignore the value of wqindow-system; always define keywords
5518
55192000-10-05 Kenichi Handa <handa@etl.go.jp>
5520
5521 * startup.el (fancy-splash-screens): Remove the code for
5522 debugging; `(trace-to-stderr "EXITTT\n")'.
5523
55242000-10-05 Miles Bader <miles@gnu.org>
5525
5526 * diff-mode.el (diff-goto-source): Update call to
5527 `diff-hunk-status-msg' to reflect new REV variable.
5528
55292000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5530
5531 * progmodes/icon.el (icon-mode):
5532 Don't gratuitously override the default for comment-column.
5533
5534 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5535
5536 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5537 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5538 (jit-lock-functions): New var.
5539 (jit-lock-function-1): Use it if non-nil.
5540 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5541 Set the `fontified' property before doing the fontification to avoid
5542 repeatedly going through the same error.
5543 Don't turn errors into messages.
5544 (jit-lock-register, jit-lock-unregister): New functions.
5545
5546 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5547 Use with-current-buffer.
5548
5549 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5550 Turn comment into docstring.
5551
5552 * apropos.el (apropos-mode): Use define-derived-mode.
5553
55542000-10-04 Gerd Moellmann <gerd@gnu.org>
5555
5556 * startup.el (fancy-splash-pending-command): New variable.
5557 (fancy-splash-pre-command): New function.
5558 (fancy-splash-screens): Rewritten.
5559 (command-line-1): If fancy-splash-pending-command is set, call it
5560 interactively.
5561
55622000-10-04 Dave Love <fx@gnu.org>
5563
5564 * toolbar/tool-bar.el (tool-bar-setup): New function.
5565 (tool-bar-mode): Use it.
5566
5567 * subr.el (substitute-key-definition): Doc fix.
5568 (play-sound-file): New command.
5569
55702000-10-04 Andre Spiegel <spiegel@gnu.org>
5571
5572 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5573 vc-version-backup-file-name): New functions.
5574
5575 * files.el (basic-save-buffer): Call vc-before-save before saving.
5576
5577 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5578 vc-cvs-stay-local-p.
5579
5580 * vc.el (vc-revert-buffer): Handle empty diff properly.
5581 (vc-version-backup-file): New function.
5582 (vc-checkout): Create a version backup if necessary.
5583 (vc-checkin): If a version backup file exists, delete it.
5584 (vc-version-diff): Diff locally using version backups, if available.
5585 (vc-revert-file): If there's a version backup, revert locally.
5586 (vc-transfer-file): Use version backup for base version, if
5587 available. If not, ask for confirmation whether to get it from the
5588 server. Update mode line before check-in.
5589
55902000-10-04 Dave Love <fx@gnu.org>
5591
5592 * toolbar/tool-bar.el (tool-bar-setup): New function.
5593 (tool-bar-mode): Use it.
5594
55952000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5596
5597 * net/net-utils.el (nslookup-font-lock-keywords)
5598 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5599 Only set if window-system is non-nil
5600 (net-utils-run-program): Returns buffer.
5601 (network-connection-reconnect): Added this function.
5602
5603 * generic.el:
5604 Incorporates extensive cleanup and docfixes by
5605 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5606 Uses cl compile-time macros.
5607 (generic-mode-name, generic-comment-list)
5608 (generic-keywords-list, generic-font-lock-expressions)
5609 (generic-mode-function-list, generic-mode-syntax-table):
5610 Removed variables.
5611 (generic-mode-alist): Renamed to generic-mode-list.
5612 (generic-find-file-regexp): Default changed to "^#".
5613 (generic-read-type): Uses completing read on generic-mode-list.
5614 (generic-mode-sanity-check): removed this function.
5615 (generic-add-to-auto-mode): Removed this function
5616 (generic-mode-internal): Bind mode-specific definitions
5617 into function instead of putting them in alist.
5618 (generic-mode-set-comments): Reworked extensively.
5619 (generic-mode-find-file-hook): Simplified regexp searching
5620 (generic-make-keywords-list): Omit extra pair of parens
5621
5622 * find-lisp.el (find-lisp-find-files-internal):
5623 Make sure directory name ends with "/".
5624
5625 * generic-x.el (apache-conf-generic-mode):
5626 Regexp now allows leading whitespace.
5627 (rc-generic-mode): Added eval-when-compile
5628 around generic-make-keywords-list.
5629 Deleted duplicate regexp
5630 (rul-generic-mode): Added eval-when-compile
5631 around generic-make-keywords-list.
5632 (etc-fstab-generic-mode): New generic mode.
5633 (rul-generic-mode): Removed one eval-when-compile
5634 which caused a max-specpdl-size exceeded error.
5635
56362000-10-04 Miles Bader <miles@gnu.org>
5637
5638 * simple.el (minibuffer-temporary-goal-position): New variable.
5639 (next-history-element): Try to keep the position of point in the
5640 input string constant.
5641
5642 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5643 (dired-do-create-files): If there's only one file, pass it in as
5644 the DEFAULT arg to dired-mark-read-file-name.
5645
56462000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5647
5648 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5649 (diff-goto-source): Be smarter when choosing REVERSE or not.
5650
5651 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5652 (texinfo-mode-menu): Add an explicit shortcut for update all.
5653
56542000-10-03 Andre Spiegel <spiegel@gnu.org>
5655
5656 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5657 factorize backend-specific code cleanly (this was essentially
5658 conceived by Stefan Monnier).
5659 (vc-unregister): Function removed.
5660 (vc-revert-file): New function.
5661 (vc-revert-buffer): Delegate some of the work to it.
5662
5663 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5664 default branch unconditionally.
5665 (vc-rcs-set-default-branch): New function.
5666 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5667 (vc-rcs-checkin): If an appropriate default branch has been set,
5668 force creation of that branch.
5669 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5670 code (as suggested by Stefan Monnier).
5671
56722000-10-02 Gerd Moellmann <gerd@gnu.org>
5673
5674 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5675 highlighting overlay with a different face over the overlay
5676 isearch uses to highlight the current match because that can lead
5677 to bad face combinations.
5678
5679 * loadup.el (toplevel): Load faces before isearch.
5680
5681 * isearch.el (isearch-faces): New custom group.
5682 (isearch): New defface; was already tested for in the code.
5683 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5684 (isearch-highlight): Always use face `isearch'.
5685
56862000-10-02 Dave Love <fx@gnu.org>
5687
5688 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5689 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5690 comparison of opcode with operand.
5691
56922000-10-03 Miles Bader <miles@gnu.org>
5693
5694 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5695 buffer, since the echo area will now grow to accommodate them.
5696
56972000-10-02 Andre Spiegel <spiegel@gnu.org>
5698
5699 * vc-hooks.el (vc-registered): If FILE used to be registered under
5700 a certain backend, try that one first.
5701
5702 * vc.el (vc-responsible-backend): Undo the previous change in the
5703 argument list. Handle multiple backends correctly.
5704 (vc-find-new-backend): Function removed.
5705 (vc-register): Use vc-responsible-backend, as before.
5706 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5707
57082000-10-02 Gerd Moellmann <gerd@gnu.org>
5709
5710 * startup.el (fancy-splash-head): Change message below the
5711 logo.
5712
57132000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5714
5715 * diff-mode.el (diff-goto-source): Emit a status message.
5716 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5717 (diff-test-hunk): Fix doc string.
5718 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5719 (diff-advance-after-apply-hunk): New variable.
5720 (diff-apply-hunk): Don't return a value.
5721
57222000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5723
5724 * vc.el (vc-editable-p): Minor optimization.
5725 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5726 (vc-find-new-backend): New function split from vc-responsible-backend.
5727 (vc-register): Use it.
5728 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5729 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5730 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5731 (vc-clear-headers): Don't use find-file.
5732 (vc-revert-buffer): Use `and' again (must have been a braino).
5733 (vc-switch-backend): Only prompt if requested.
5734 Short circuit if nothing is to be done.
5735 Don't use vc-resynch-buffer which could lose unsaved editing.
5736 (vc-default-receive-file): Update call to vc-unregister.
5737 (with-vc-file, vc-next-action-on-file):
5738 Use vc-backend rather than vc-registered.
5739 (vc-next-action-on-file): Use intern-soft.
5740 Deal with read-only *vc-diff* buffer.
5741 (vc-transfer-file): Docstring fix.
5742
5743 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5744 (vc-rcs-receive-file): Avoid with-vc-properties.
5745 Update call to vc-unregister.
5746 Use constant `RCS' rather than (dynamically bound) var `backend'.
5747
57482000-10-01 Andre Spiegel <spiegel@gnu.org>
5749
5750 * vc.el (vc-next-action-on-file): Update mode line only if file
5751 is visited.
5752 (vc-start-entry): New argument initial-contents. Don't visit the file
5753 if it isn't already visited. Brought documentation up-to-date.
5754 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5755 (vc-checkin): New optional arg initial-contents, which is passed to
5756 vc-start-entry.
5757 (vc-finish-logentry): Make sure to bury log buffer only if there
5758 really is one. Call `vc-resynch-buffer' on log-file, not
5759 buffer-file-name.
5760 (vc-default-comment-history, vc-default-wash-log): New functions.
5761 (vc-index-of): Removed.
5762 (vc-transfer-file): Make do without the above.
5763 (vc-default-receive-file): Call comment-history unconditionally. Pass
5764 the resulting string to vc-checkin, instead of inserting it into the
5765 comment ring.
5766
5767 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5768 unconditionally. Use the comments as initial contents of the log
5769 entry buffer. Document the trick to force branch creation with no
5770 changes.
5771
57722000-10-01 Miles Bader <miles@gnu.org>
5773
5774 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5775 `recenter' with an arg to prevent redrawing the display.
5776
57772000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5778
5779 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5780
5781 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5782
5783 * progmodes/c-mode.el (c-mode):
5784 Don't gratuitously override the default for comment-column.
5785
5786 * textmodes/tex-mode.el (latex-metasection-list): New var.
5787 (latex-imenu-create-index): Use it.
5788 Move the regexp construction outside loops (and use push).
5789 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5790 (tex-font-lock-keywords): Moved from font-lock.el.
5791 (tex-comment-indent): Remove.
5792 (tex-common-initialization): Don't set comment-indent-function.
5793 (latex-block-default): New var.
5794 (tex-latex-block): Use it to provide a default choice.
5795 Add any unknown choice to latex-block-names.
5796 Insert [...] after {...}.
5797 (tex-last-unended-begin): Simplify regexp.
5798 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5799 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5800 (latex-mode): Set forward-sexp-function.
5801
5802 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5803 Add regexp for @ignore ... @end ignore.
5804 (texinfo-heading-face): New face.
5805 (texinfo-font-lock-keywords): Use it.
5806 (texinfo-mode-menu): New menu.
5807 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5808 New functions.
5809 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5810 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5811 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5812 Remove declaration.
5813 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5814
5815 * delsel.el (delete-selection-mode): Use define-minor-mode.
5816
5817 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5818
58192000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5820
5821 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5822
58232000-09-30 Gerd Moellmann <gerd@gnu.org>
5824
5825 * replace.el (keep-lines-read-args): New function.
5826 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5827 read arguments interactively. Add parameters RSTART and REND.
5828 Operate on the active region in Transient Mark mode.
5829
5830 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5831
5832 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5833 (authors-obsolete-files-regexps): New variable.
5834 (authors-add): Don't record changes in obsolete files.
5835
58362000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5837
5838 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5839
5840 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5841 (comment-indent): Make sure there's a space between code and comment.
5842 Shift comments left to avoid going past fill-column.
5843
58442000-09-29 Gerd Moellmann <gerd@gnu.org>
5845
5846 * startup.el (startup-echo-area-message): New function.
5847 (display-startup-echo-area-message): Use it.
5848 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5849 (fancy-splash-default-action): New function.
5850 (fancy-splash-screens-1): New function.
5851 (fancy-splash-head): Put a help-echo and a keymap under the image.
5852
58532000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5854
5855 * diff-mode.el (diff-add-log-file-name): Remove.
5856 (diff-mode): Use add-log-buffer-file-name-function.
5857
5858 * add-log.el (find-change-log): New arg BUFFER-FILE.
5859 (add-log-file-name): Obey add-log-file-name-function.
5860 (add-log-buffer-file-name-function): New var.
5861 (add-change-log-entry): Use it.
5862
58632000-09-29 Miles Bader <miles@gnu.org>
5864
5865 * image-file.el (image-file-name-extensions): New variable.
5866 (image-file-name-regexps): Renamed from `image-file-regexps'.
5867 New default value is nil. Call `auto-image-file-mode'.
5868 (image-file-name-regexp): New function.
5869 (auto-image-file-mode): New minor mode.
5870 (insert-image-file): Don't make conditional on the image-file
5871 handler being enabled.
5872 (image-file-handler): Make the call here conditional instead.
5873 (set-image-file-handler-enabled, enable-image-file-handler)
5874 (disable-image-file-handler): Functions removed.
5875
5876 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5877 string.
5878
58792000-09-29 Gerd Moellmann <gerd@gnu.org>
5880
5881 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5882 it's a function from CL.
5883 (latex-imenu-create-index): Replace eval-when-compile with progn
5884 because latex-section-alist is not bound while compiling.
5885
58862000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5887
5888 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5889 (outline-mode): Use define-derived-mode.
5890
5891 * progmodes/perl-mode.el (perl-mode):
5892 * progmodes/awk-mode.el (awk-mode):
5893 * progmodes/asm-mode.el (asm-mode):
5894 Don't gratuitously override the default for comment-column.
5895
5896 * emacs-lisp/lisp.el (lisp-complete-symbol):
5897 Distinguish the let-binding case from the funcall case.
5898 (forward-sexp-function): New variable.
5899 (forward-sexp): Use it.
5900
5901 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5902 (easy-mmode-defmap): Remove the now useless autoload.
5903
5904 * time.el (display-time-mode): Use define-minor-mode.
5905
5906 * subr.el (add-minor-mode): Don't eval NAME.
5907 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5908 Use if rather than cond.
5909
5910 * simple.el (read-expression-map): Define more properly.
5911 (comment-indent-hook): Remove.
5912 (string-to-syntax): Bug fix.
5913
5914 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5915 (cvs-ediff-diff): Fix typo.
5916 (cvs-revert-if-needed): Don't bother preserving read-only.
5917
5918 * paren.el (show-paren-mode): Use define-minor-mode.
5919
5920 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5921 (toggle-auto-compression): Remove.
5922 (jka-compr-build-file-regexp): Remove useless grouping.
5923
5924 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5925 Avoid user-reserved bindings.
5926 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5927 (diff-header-face): Revert to grey85.
5928
5929 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5930
5931 * complete.el (partial-completion-mode) <defcustom>: Remove.
5932 (partial-completion-mode): Use define-minor-mode.
5933 (PC-do-completion): Understand `completion-auto-help = delay'
5934 to mean to popup the completion buffer only the second time.
5935 (PC-include-file-all-completions, PC-include-file-all-completions)
5936 (PC-include-file-all-completions): Don't quote lambda.
5937
5938 * comint.el (comint-mode-hook): Docstring fix.
5939 (comint-mode): Use define-derived-mode.
5940 (comint-mode-map): Remove obsolete comment.
5941 (make-comint): Minor stylistic change.
5942 (comint-insert-clicked-input): Be more careful to find the overlay.
5943 Use this-command-keys rather than hardcoding mouse-2.
5944
5945 * font-lock.el: Replace confusing (,@ with ,
5946 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5947 Don't use regexp-opt-depth. Spice up the regexp for args.
5948 Don't distinguish between cmds that can take an opt arg or not.
5949 Use `append' and `prepend' rather than `keep'.
5950
5951 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5952 (latex-outline-regexp): New var.
5953 (latex-outline-level): New fun.
5954 (latex-section-alist): New var.
5955 (latex-imenu-create-index): Use it. Use `push' as well.
5956 (tex-shell-map): Initialize it properly.
5957 (tex-mode): Minor stylistic change.
5958 (plain-tex-mode): Use define-derived-mode.
5959 (latex-mode): Use define-derived-mode.
5960 Construct the paragraph regexps in a more readable way.
5961 Set the buffer-local outline-{level,regexp} vars.
5962 (slitex-mode): Derive from latex-mode.
5963 (tex-common-initialization): Don't kill-all-vars anymore.
5964 Add setting for comment-add and font-lock-defaults.
5965 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5966 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5967 (tex-start-tex): New arg DIR (and send a chdir command for it).
5968 Also display the shell buffer and save it in tex-last-buffer-texed.
5969 (tex-region): Use expand-file-name rather than concat.
5970 Remove code made useless by changes in tex-start-tex.
5971 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5972
5973 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5974
59752000-09-28 Dave Love <fx@gnu.org>
5976
5977 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5978
59792000-09-28 Gerd Moellmann <gerd@gnu.org>
5980
5981 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5982 `append'.
5983
59842000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5985
5986 * info.el (Info-extract-pointer): Undo last change.
5987 Instead, fix the position of the `bound' arg to re-search-backward.
5988
59892000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5990
5991 * info.el (Info-extract-pointer):
5992 Widen more carefully, to avoid finding pointers in other nodes.
5993 (Info-index): Use push.
5994
59952000-09-27 Gerd Moellmann <gerd@gnu.org>
5996
5997 * frame.el (set-frame-font): Remove call to obsolete function
5998 frame-update-faces.
5999 (set-foreground-color, set-background-color): Likewise for
6000 frame-update-face-colors.
6001
60022000-09-27 Miles Bader <miles@gnu.org>
6003
6004 * image-file.el: New file.
6005
60062000-09-27 Gerd Moellmann <gerd@gnu.org>
6007
6008 * frame.el (frame-notice-user-settings): Don't call
6009 frame-update-faces, which is a no-op now.
6010
6011 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6012 tool-bar-lines.
6013
60142000-09-27 Dave Love <fx@gnu.org>
6015
6016 * mouse.el: Fix last change.
6017
60182000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6019
6020 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6021
60222000-09-22 Kenichi Handa <handa@etl.go.jp>
6023
6024 * international/quail.el (quail-help): The output message is
6025 improved.
6026
60272000-09-26 Dave Love <fx@gnu.org>
6028
6029 * mouse.el (popup-menu): If POSITION is nil, set it using
6030 mouse-position.
6031
60322000-09-25 Sam Steingold <sds@gnu.org>
6033
6034 * net/browse-url.el (browse-url-file-url): Check for null maps.
6035
60362000-09-26 Gerd Moellmann <gerd@gnu.org>
6037
6038 * frame.el (frame-notice-user-settings): Don't add a
6039 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6040
6041 * frame.el (frame-notice-user-settings):
6042 Make tool-bar-mode and default-frame-alist consistent.
6043
6044 * toolbar/tool-bar.el (tool-bar-help): New function.
6045
60462000-09-25 Gerd Moellmann <gerd@gnu.org>
6047
6048 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6049 current-load-list in top-level forms. Else this leaks a cons cell
6050 every time a defun is called.
6051
6052 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6053
60542000-09-25 Dave Love <fx@gnu.org>
6055
6056 * startup.el (fancy-splash-head): Check XPM is available.
6057
6058 * autoinsert.el (auto-insert): Doc fix.
6059 (auto-insert-alist): Following GNU notices, don't say `copyright
6060 _by_'. Use line-beginning-position.
6061 (auto-insert): Check buffer-file-name is non-nil before use.
6062
60632000-09-25 Gerd Moellmann <gerd@gnu.org>
6064
6065 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6066 starting with `@def' or `@multitable', in addition to ones
6067 specified by the user in auto-fill-inhibit-regexp.
6068
60692000-09-25 Markus Rost <rost@math.ohio-state.edu>
6070
6071 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6072 rmail-dont-reply-to-names matches the empty string.
6073
60742000-09-25 Gerd Moellmann <gerd@gnu.org>
6075
6076 * startup.el (command-line-1, fancy-splash-text): Change the
6077 text to sound more friendly.
6078
60792000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6080
6081 * progmodes/hideshow.el: Update author email address.
6082 Generally, sync w/ maintainer version 5.22.
6083 (hs-hide-all-non-comment-function): New var.
6084 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6085 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6086 (hs-show-region): Delete this command.
6087 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6088
60892000-09-22 Dave Love <fx@gnu.org>
6090
6091 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6092 (hl-line-highlight): Specify buffer when moving overlay.
6093
6094 * progmodes/fortran.el (fortran-mode): Locally set
6095 normal-auto-fill-function.
6096 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6097 (fortran-mode-map): Adjust auto-fill menu entry.
6098
60992000-09-22 Gerd Moellmann <gerd@gnu.org>
6100
6101 * vc-rcs.el (toplevel): Require `vc' when compiling.
6102
6103 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6104
61052000-09-22 Andre Spiegel <spiegel@gnu.org>
6106
6107 * vc.el (vc-switch-backend): Signal an error if the file is not
6108 registered under the new backend.
6109
6110 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6111 without explicit revision number.
6112
61132000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6114
6115 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6116 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6117 (diff-xor): New function.
6118 (diff-find-source-location): Use it. Fix a stupid name clash.
6119 (diff-hunk-status-msg): New function.
6120 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6121 (diff-test-hunk): Use diff-find-source-location.
6122 (diff-goto-source): Favor the `reverse'.
6123 (diff-hunk-text): Properly handle one-sided context diffs.
6124 (diff-apply-hunk): When done, advance to the next hunk.
6125
61262000-09-21 Gerd Moellmann <gerd@gnu.org>
6127
6128 * startup.el (command-line): If frame was created with a non-zero
6129 tool-bar-lines parameter, switch tool-bar-mode on.
6130
6131 * add-log.el (change-log-date-face, change-log-name-face)
6132 (change-log-email-face, change-log-file-face)
6133 (change-log-list-face, change-log-conditionals-face)
6134 (change-log-function-face, change-log-acknowledgement-face):
6135 New faces, inheriting from font-lock faces.
6136 (change-log-font-lock-keywords): Use them.
6137
61382000-09-21 Dave Love <fx@gnu.org>
6139
6140 * progmodes/cperl-mode.el (top-level): Clean up
6141 `eval-when-compile's and assorted defvars.
6142 (cperl-invalid-face): Don't double-quote value. Change custom
6143 type.
6144 (cperl-mode): Set normal-auto-fill-function and don't zap
6145 auto-fill-function.
6146 (cperl-imenu--function-name-regexp-perl): Renamed from
6147 imenu-example--function-name-regexp-perl.
6148 (cperl-imenu--create-perl-index): Renamed from
6149 imenu-example--create-perl-index.
6150 (cperl-xsub-scan): Don't require cl.
6151
6152 * msb.el (msb-mode-map): Use substitute-key-definition.
6153 (msb-mode): Use msb-mode-map.
6154
61552000-09-21 Andre Spiegel <spiegel@gnu.org>
6156
6157 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6158 New functions.
6159 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6160 (vc-switch-backend): New function.
6161 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6162 (vc-register): Fix prompt.
6163 (vc-unregister, vc-default-unregister): New functions.
6164 (vc-version-diff): Handle empty buffer in sentinel.
6165
6166 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6167 (vc-rcs-state-heuristic): Use it to guess the state of files with
6168 non-strict locking.
6169 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6170 been set with -b, but not created yet.
6171 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6172 contents in order to find the state.
6173 (vc-rcs-checkin): Allow creation of branches with no changes.
6174 (vc-rcs-unregister, vc-rcs-receive-file)
6175 (vc-rcs-set-non-strict-locking): New functions.
6176
6177 * vc-hooks.el (vc-name): Force correct computation of the value
6178 in case it is missing.
6179
61802000-09-21 Gerd Moellmann <gerd@gnu.org>
6181
6182 * startup.el (fancy-splash-tail): Use a different foreground
6183 color on a dark frame background.
6184
61852000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6186
6187 * info.el: Use the correct capitalization when making Info-mode
6188 and Info-edit-mode `special' modes.
6189
61902000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6191
6192 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6193 (diff-mode): Add support for add-log.el.
6194 (diff-hunk-text): Use char offsets rather than line offsets.
6195 (diff-find-source-location): Replace LINE with line-offset (nil
6196 if not found) and always set POS to a meaningful position.
6197 Adapt to the new char-offsets.
6198 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6199 Adapt to the new diff-find-source-location.
6200 (diff-goto-source): Adapt to the new diff-find-source-location.
6201
6202 * add-log.el (add-log-file-name): New function (split out of
6203 add-change-log-entry).
6204 (add-change-log-entry): Use it.
6205 Call add-log-file-name-function with the changelog file name if
6206 the current buffer is not associated with any file.
6207 Avoid find-file if the selected window is dedicated.
6208
6209 * diff-mode.el (diff-find-source-location):
6210 Move code from diff-apply-hunk. Return buffer rather than file.
6211 (diff-apply-hunk): Use the new result from diff-find-source-location.
6212 (diff-goto-source): Use the new diff-find-source-location.
6213
62142000-09-20 Dave Love <fx@gnu.org>
6215
6216 * iswitchb.el: Some doc fixes.
6217 (iswitchb-mode-map): Define completely initially. Inherit
6218 minibuffer-local-map.
6219 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6220 fundamental-mode.
6221 (iswitchb-global-map): New variable.
6222 (iswitchb-summaries-to-end): Amalgamate regexps.
6223 (iswitchb-mode): New.
6224 (iswitchb-mode-hook): New variable.
6225 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6226 `extensions'.
6227
62282000-09-20 Gerd Moellmann <gerd@gnu.org>
6229
6230 * ehelp.el (electric-help): New defgroup.
6231 (electric-help-shrink-window): New user-option.
6232 (with-electric-help): Use it.
6233
6234 * window.el (shrink-window-if-larger-than-buffer): If face
6235 `mode-line' has a :box, and we're on a graphical frame, add 1
6236 to the needed window height.
6237
6238 * frame.el (frame-notice-user-settings): Add a last parameter nil
6239 to a call to `append', because the last list passed to `append' is
6240 not copied, and so subsequent calls to assq-delete-all will modify
6241 default-frame-alist.
6242
6243 * startup.el (fancy-splash-image): Change :type.
6244 (fancy-splash-head): Use an XBM image if appropriate.
6245 (command-line-1): Show splash screens in more cases.
6246
6247 * startup.el (fancy-splash-text): Don't quote faces.
6248
6249 * dired.el (dired-font-lock-keywords): Undo last change.
6250 (dired-readin): Bind indent-tabs-mode to nil.
6251
6252 * startup.el (fancy-splash-head): If frame's background mode
6253 is `dark', change the black background of the image to gray.
6254 (fancy-splash-screens): Display startup echo area message.
6255 (display-startup-echo-area-message): New function.
6256
62572000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6258
6259 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6260
6261 * info.el (info-header-node): Tweak for color ttys.
6262
6263 * faces.el (face-valid-attribute-values): Make sure directories we
6264 search for stipples both exist and are readable before trying to
6265 search them.
6266
6267 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6268 in the dry-run case.
6269
6270 * jka-compr.el (with-auto-compression-mode): New macro.
6271
6272 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6273 (custom-group-tag-face, custom-variable-tag-face): Use relative
6274 :height and inherit from `variable-pitch' face instead of
6275 hardwiring :family.
6276 * hi-lock.el (hi-black-hb): Likewise.
6277
6278 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6279 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6280 toolbar-add-item, if image doesn't have a mask add a `:mask
6281 heuristic'.
6282
62832000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6284
6285 * diff-mode.el: Docstring fixes.
6286 (diff-header-face, diff-comment-face): New faces.
6287 (diff-font-lock-keywords): Highlight a bit differently.
6288 (diff-find-source-location): Don't return SPAN any more.
6289 (diff-hunk-text): Don't bother erasing the temp buffer.
6290 (diff-find-text): Drop argument LINE.
6291 (diff-apply-hunk): Update calls to diff-find-text.
6292 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6293
6294 * calendar/calendar.el: Docstring fixes.
6295 (calendar-make-alist): Don't quote lambda.
6296 (calendar-star-date): Use make-local-variable.
6297
62982000-09-19 Dave Love <fx@gnu.org>
6299
6300 * toolbar/tool-bar.el: Renamed from toolbar.el.
6301 Change `toolbar' to `tool-bar' generally in symbols.
6302 Make some items invisible in `special' major modes.
6303 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6304 Add arg PROPS.
6305
6306 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6307 Add :version here.
6308 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6309
63102000-09-19 Gerd Moellmann <gerd@gnu.org>
6311
6312 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6313
6314 * files.el (find-file-suppress-same-file-warnings): New user-option.
6315 (find-file-noselect): Use it.
6316
6317 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6318 (fancy-splash-screen): Defgroup.
6319
6320 * add-log.el (change-log-font-lock-keywords): Match names
6321 more exactly for the case that font-lock-constant-face is
6322 underlined.
6323
63242000-09-19 Richard M. Stallman <rms@gnu.org>
6325
6326 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6327
63282000-09-19 Andre Spiegel <spiegel@gnu.org>
6329
6330 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6331
63322000-09-19 Gerd Moellmann <gerd@gnu.org>
6333
6334 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6335 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6336 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6337 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6338 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6339 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6340 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6341 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6342 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6343 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6344 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6345 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6346
6347 * startup.el (fancy-splash-text): New variable.
6348 (fancy-splash-delay, fancy-splash-image): New user-options.
6349 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6350 (fancy-splash-screens): New functions.
6351 (command-line-1): If display has a `display' frame parameter, has
6352 colors, and we have XPM support, show more fancy splash screens.
6353
63542000-09-19 Dave Love <fx@gnu.org>
6355
6356 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6357 with null `help'. Use modern backquote syntax.
6358
63592000-09-19 Gerd Moellmann <gerd@gnu.org>
6360
6361 * font-lock.el (font-lock-mode): Change message telling the user
6362 that ``the buffer is too big''.
6363
6364 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6365 for instance for the case that tab-width is 2.
6366
63672000-09-18 Gerd Moellmann <gerd@gnu.org>
6368
6369 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6370 toolbar-add-item, if image doesn't have a mask add a `:mask
6371 heuristic'.
6372
63732000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6374
6375 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6376 and return a cons if it's non-nil.
6377 (diff-apply-hunk): Try to jump to the line in the source text
6378 corresponding to the position of point in the in the hunk.
6379
6380 * info.el (Info-title-3-face, Info-title-2-face)
6381 (Info-title-1-face): Use face inheritance and relative sizes
6382 instead of hard-wiring things.
6383
6384 * faces.el (secondary-selection): Make dark-background variant sane.
6385
63862000-09-16 Andrew Innes <andrewi@gnu.org>
6387
6388 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6389 read-only, since they aren't under VC now.
6390
63912000-09-17 Dave Love <fx@gnu.org>
6392
6393 * tmm.el: Replace mapcar with mapc in several places.
6394
6395 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6396 ad-unadvise.
6397
6398 * international/latin1-disp.el: New file.
6399
6400 * calendar/cal-move.el (scroll-calendar-left)
6401 (scroll-calendar-right): Make arg optional (for active mode line).
6402
6403 * calendar/calendar.el (calendar-mode-line-format): Make fields
6404 mouse-sensitive.
6405 (calendar-read-date, calendar-read-date, calendar-window-list):
6406 Unquote lambda.
6407 (calendar-month-name): Use aref, not sref.
6408
6409 * view.el (minor-mode-alist): Propertize the string.
6410
6411 * international/characters.el (standard-case-table): Add entries
6412 for Greek.
6413
64142000-09-18 Miles Bader <miles@gnu.org>
6415
6416 * info.el (info-node, info-xref): Add dark-background variants.
6417
6418 * faces.el (header-line): Change defaults to be less confusing
6419 when mixed with mode-lines.
6420
6421 * info.el (Info-fontify-node): Make a few cleanups.
6422 Add extra `help-echo' and `local-map' props to node xrefs.
6423 Use header-specific faces for node-names & xrefs.
6424 (Info-use-header-line): New variable.
6425 (info-header-xref, info-header-node): New faces.
6426 (Info-setup-header-line): New function.
6427 (Info-select-node): Call Info-setup-header-line when enabled.
6428 (Info-extract-pointer): Work even if the header line is hidden.
6429 (Info-header-line): New variable.
6430
64312000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6432
6433 * vms-patch.el (print-region-function): Don't quote lambda.
6434
6435 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6436
6437 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6438 (lm-get-header-re): Allow spaces between the header and the colon.
6439 (lm-header): Allow $ in non-RCS headers.
6440 (lm-header-multiline): Put the strings back into order.
6441 Stop at an empty line. Don't require two space chars if the
6442 line is clearly not another header line.
6443
6444 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6445 (popup-menu-popup): Remove.
6446
64472000-09-15 Gerd Moellmann <gerd@gnu.org>
6448
6449 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6450 specification if or if not tool-bar item contains an `:enabled'
6451 property.
6452
6453 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6454 current buffer has no file name.
6455
64562000-09-15 Dave Love <fx@gnu.org>
6457
6458 * strokes.el: Sync with maintainer's current version with changes
6459 for Emacs, but avoid runtime cl and levents.
6460 (toplevel): Change autoloads and compilation requires.
6461 (strokes-version, strokes-bug-address, strokes-lift): Values
6462 changed.
6463 (strokes-xpm-header, strokes-insinuated): New variable.
6464 (strokes): Add :link.
6465 (strokes-mode): Customized.
6466 (strokes-while-inhibiting-garbage-collector): New macro.
6467 (strokes-remassoc): Avoid remove-if.
6468 (strokes-fix-button2-command): Don't use ad-do-it.
6469 (strokes-insinuate): New function.
6470 (strokes-button-press-event-p, strokes-button-release-event-p):
6471 New functions, used instead of non-`strokes-' versions..
6472 (strokes-mouse-event-p): Rewritten.
6473 (strokes-event-closest-point): Avoid event-point.
6474 (strokes-get-grid-position): Avoid cdadr, caadr
6475 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6476 functions.
6477 (strokes-help): Use with-output-to-temp-buffer.
6478 (strokes-window-configuration-changed-p): New function.
6479 (strokes-update-window-configuration): Use buffer-live-p,
6480 strokes-window-configuration-changed-p.
6481 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6482 (strokes-char-face): New face.
6483 (strokes-char-table, strokes-base64-chars): New variable.
6484 (strokes-xpm-for-stroke, strokes-list-strokes)
6485 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6486 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6487 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6488 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6489 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6490 functions.
6491
64922000-09-15 Gerd Moellmann <gerd@gnu.org>
6493
6494 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6495
6496 * image.el (create-image): Doc fix.
6497
6498 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6499 instead of `:heuristic-mask t'.
6500
65012000-09-14 Andrew Innes <andrewi@gnu.org>
6502
6503 * makefile.w32-in: Revert to Unix line endings.
6504
65052000-09-14 Andrew Innes <andrewi@gnu.org>
6506
6507 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6508 when installing.
6509
6510 * makefile.nt (DONTCOMPILE): Fix typo.
6511
6512 * shell.el (shell-write-history-on-exit): New function.
6513 (shell-dumb-shell-regexp): New custom variable.
6514 (shell-mode): Make shell-write-history-on-exit the process
6515 sentinel if shell name matches shell-dumb-shell-regexp.
6516
6517 * w32-fns.el: Comment out before-init-hook function which resets
6518 source-directory based; this breaks bootstrap.
6519
65202000-09-14 Dave Love <fx@gnu.org>
6521
6522 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6523 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6524 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6525 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6526 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6527 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6528 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6529 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6530 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6531
6532 * toolbar/toolbar.el: New.
6533
6534 * subdirs.el: Add toolbar.
6535
65362000-09-14 Gerd Moellmann <gerd@gnu.org>
6537
6538 * indent.el (indent-for-tab-command): Doc fix.
6539
65402000-09-14 Alex Schroeder <alex@gnu.org>
6541
6542 * ansi-color.el (ansi-colors): Doc change.
6543 (ansi-color-get-face): Simplified regexp.
6544 (ansi-color-faces-vector): Added more faces, doc change.
6545 (ansi-color-names-vector): Doc change.
6546 (ansi-color-regexp): Simplified regexp.
6547 (ansi-color-parameter-regexp): New regexp.
6548 (ansi-color-filter-apply): Doc change.
6549 (ansi-color-filter-region): Doc change.
6550 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6551 deal with zero length parameters.
6552 (ansi-color-apply-on-region): Doc change.
6553 (ansi-color-map): Doc change.
6554 (ansi-color-map-update): Removed debugging message.
6555 (ansi-color-get-face-1): Added condition-case to trap
6556 args-out-of-range errors.
6557 (ansi-color-get-face): Doc change.
6558 (ansi-color-make-face): Removed.
6559 (ansi-color-for-shell-mode): New option.
6560
65612000-09-13 Kenichi Handa <handa@etl.go.jp>
6562
6563 * international/quail.el (quail-start-translation): Translate KEY
6564 if necessary even if it doesn't have any mapping in the current
6565 input method.
6566 (quail-start-conversion): Likewise.
6567 (quail-help): The output message is improved.
6568
65692000-09-13 Miles Bader <miles@gnu.org>
6570
6571 * comint.el (comint-output-filter): Revert to using
6572 `insert-before-markers'. Add bletcherous hack to undo damage
6573 caused by `insert-before-markers'. Put `front-sticky' property on
6574 overlays created here so that the field code understands how the
6575 overlay works. Use a let when making comint-last-prompt-overlay,
6576 so that the code is easier to read.
6577
65782000-09-13 Dave Love <fx@gnu.org>
6579
6580 * wid-edit.el (widget-default-format-handler): DTRT when
6581 doc-property is a function.
6582
65832000-09-12 Francesco Potorti` <pot@gnu.org>
6584
6585 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6586 filed name if it's not there.
6587
65882000-09-12 Dave Love <fx@gnu.org>
6589
6590 * simple.el (read-mail-command): Doc fix.
6591 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6592
6593 * vc.el (vc-dired-listing-switches): Fix :version.
6594
6595 * vc-hooks.el: Doc fixes.
6596
6597 * subr.el (add-minor-mode): Use toggle-fun arg.
6598
6599 * speedbar.el: Add :version to several defcustoms.
6600
6601 * imenu.el (imenu--truncate-items, imenu--cleanup)
6602 (imenu--generic-function): Avoid mapcar.
6603 (imenu--replace-spaces): Function removed.
6604 (imenu--completion-buffer): Use subst-char-in-string.
6605 (imenu-add-to-menubar): Use keymap inheritance.
6606
66072000-09-12 Miles Bader <miles@gnu.org>
6608
6609 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6610 (diff-mode-map): Bind `diff-test-hunk'.
6611 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6612
66132000-09-11 Gerd Moellmann <gerd@gnu.org>
6614
6615 * bytecomp.el (byte-compile-defvar): Undo last change
6616 because it breaks '(make-variable-buffer-local (defvar ...)'
6617 which is used at least in dired.
6618
66192000-09-12 Kenichi Handa <handa@etl.go.jp>
6620
6621 * international/quail.el (quail-define-package): Docstring
6622 modified.
6623
66242000-09-12 Kenichi Handa <handa@etl.go.jp>
6625
6626 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6627 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6628 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6629 docstring of "chinese-py".
6630
6631 * international/quail.el (quail-translation-docstring): New
6632 variable.
6633 (quail-show-keyboard-layout): Docstring modified.
6634 (quail-select-current): Likewise.
6635 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6636 infinite recursive call.
6637 (quail-help): Check quail-translation-docstring. Format of the
6638 output changed.
6639 (quail-help-insert-keymap-description): Adjusted for the above
6640 change.
6641
66422000-09-11 Gerd Moellmann <gerd@gnu.org>
6643
6644 * bytecomp.el (byte-compile-defvar): Only cons onto
6645 current-load-list in top-level forms. Else this leaks a cons cell
6646 every time a defun is called.
6647
66482000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6649
6650 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6651 Now understands non-unified diffs. Some functionality moved into
6652 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6653 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6654 modify anything. Only reposition point in the patched file if the
6655 patch succeeds. Only pop up another window if POPUP is true.
6656 Emit a message describing what happened if successful, and at what
6657 line-offset. Automatically detect reversed hunks and do something
6658 appropriate.
6659 (diff-hunk-text, diff-find-text): New functions.
6660 (diff-filter-lines): Function removed.
6661 (diff-test-hunk): New function.
6662 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6663
66642000-09-10 Dave Love <fx@gnu.org>
6665
6666 * textmodes/tildify.el: Minor doc/commentary fixes.
6667 (tildify) <defgroup>: Add :version.
6668
6669 * faces.el (face-x-resources): Make custom type more specific.
6670 (frame-background-mode): Use mapc.
6671 (region) <defcustom>: Add :version.
6672
66732000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6674
6675 * vc-sccs.el (vc-sccs-register):
6676 * vc-rcs.el (vc-rcs-register):
6677 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6678 * vc.el (vc-register): Clear file's properties.
6679
66802000-09-08 Gerd Moellmann <gerd@gnu.org>
6681
6682 * faces.el (face-spec-set): Only face-spec-reset-face when
6683 ATTRS is non-nil.
6684
66852000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6686
6687 * help.el (help-insert-xref-button): Fix a typo in doc string.
6688
66892000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6690
6691 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6692 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6693 methods.
6694
6695 * menu-bar.el (read-mail-item-name): New function.
6696 (menu-bar-tools-menu): Use it to compute and display the package
6697 used to read email.
6698 (menu-bar-tools-menu): Fix typo in GUD's help string.
6699
67002000-09-07 Dave Love <fx@gnu.org>
6701
6702 * diff-mode.el (diff-mouse-goto-source): New function.
6703
6704 * vc-sccs.el: Doc fixes.
6705 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6706
6707 * vc-rcs.el: Doc fixes.
6708 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6709 (vc-rcs-checkout-switches, vc-rcs-header)
6710 (vc-rcs-master-templates): Add or change :version.
6711
6712 * vc-cvs.el: Doc fixes.
6713 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6714 (vc-cvs-stay-local): Add :version.
6715
6716 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6717
67182000-09-07 Kenichi Handa <handa@etl.go.jp>
6719
6720 * international/quail.el (quail-help): Fix previous change.
6721
67222000-09-07 Gerd Moellmann <gerd@gnu.org>
6723
6724 * faces.el (color-values): Doc fix.
6725
6726 * faces.el (frame-set-background-mode): Use frame-parameter
6727 instead of frame-parameters.
6728
6729 * frame.el (filtered-frame-list): Reduce consing.
6730 (frames-on-display-list): Call frame-parameter instead of
6731 frame-parameters.
6732
67332000-09-07 Kenichi Handa <handa@etl.go.jp>
6734
6735 * language/devan-util.el (devanagari-to-indian-region): In the
6736 loop, change the following char, not preceding char.
6737
67382000-09-07 Gerd Moellmann <gerd@gnu.org>
6739
6740 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6741 instead of frame-parameters.
6742
6743 * faces.el (set-face-attribute): Simplify by calling
6744 internal-set-lisp-face-attribute with FRAME being 0.
6745
6746 * vc.el: Remove `Id' version control keyword.
6747
67482000-09-07 Kenichi Handa <handa@etl.go.jp>
6749
6750 * help.el (help-make-xrefs): Adjusted for the change of
6751 help-xref-mule-regexp.
6752 (help-insert-xref-button): New function.
6753
6754 * international/mule-cmds.el (help-xref-mule-regexp-template):
6755 Include the pattern for character set.
6756 (leim): New group.
6757
6758 * international/quail.el: Don't require face.
6759 (quail): New group.
6760 (quail-other-command): Dummy command to make quail-help work better.
6761 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6762 (quail-keyboard-layout-substitution): New variable.
6763 (quail-update-keyboard-layout): New function.
6764 (quail-keyboard-layout-type): New customizable variable.
6765 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6766 (quail-keyboard-translate): Pay attention to
6767 quail-keyboard-layout-substitution.
6768 (quail-insert-kbd-layout): New function.
6769 (quail-show-keyboard-layout): New function.
6770 (quail-get-translation): If the definition is a vector of length
6771 1, and the element is a string of length 1, return the character
6772 in that string.
6773 (quail-update-current-translations): Fix the case of
6774 relative-index out of range.
6775 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6776 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6777 Show key sequences for all available characters.
6778 (quail-help-insert-keymap-description): Don't show such verbose
6779 key bindings as quail-self-insert-command.
6780
6781 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6782 Format changed, and each element now have extra documentations.
6783 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6784 Adjusted for the change of quail-cxterm-package-ext-info.
6785
67862000-09-06 Gerd Moellmann <gerd@gnu.org>
6787
6788 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6789 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6790 during bootstrap.
6791
67922000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6793
6794 * vc.el: (toplevel): Don't require `dired' at run-time.
6795 (vc-dired-resynch-file): Remove autoload cookie.
6796
67972000-09-05 Andre Spiegel <spiegel@gnu.org>
6798
6799 * vc.el: Made several backend functions optional.
6800 (vc-default-responsible-p): New function.
6801 (vc-merge): Use RET for first version to trigger merge-news, not
6802 prefix arg.
6803 (vc-annotate): Handle backends that do not support annotation.
6804 (vc-default-merge-news): Removed. The existence of a merge-news
6805 implementation is now checked on caller sites.
6806
6807 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6808 case.
6809
6810 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6811 special case that has been removed from the default in vc-hooks.el.
6812
68132000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6814
6815 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6816
68172000-09-05 Andre Spiegel <spiegel@gnu.org>
6818
6819 * vc-hooks.el: Require vc during compilation.
6820 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6821 macro `with-vc-properties' in vc.el.
6822 (vc-file-getprop): Doc fix.
6823 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6824
6825 * vc.el: Require dired-aux during compilation.
6826 (vc-name-assoc-file): Moved to vc-sccs.el.
6827 (with-vc-properties): New macro.
6828 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6829 vc-finish-steal): Use it.
6830 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6831 to the backend-specific function is now supposed to do the checkout,
6832 too.
6833 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6834
6835 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6836 set file properties; that gets done in the generic code now.
6837
6838 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6839 Changed parameter list, added code from vc.el that does the
6840 checkout, possibly with a double-take.
6841
6842 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6843 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6844 the above under the new name.
6845 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6846 parameter list, added checkout command.
6847 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6848 properties; that gets done in the generic code now.
6849
68502000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6851
6852 * vc.el: Docstring fixes (courtesy of checkdoc).
6853
68542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6855
6856 * vc.el (vc-checkout-writable-buffer-hook)
6857 (vc-checkout-writable-buffer): Remove.
6858 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6859 (vc-log-mode): Make it into a clean derived major mode.
6860 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6861 vc-log-mode if log-edit is not available.
6862 (vc-dired-mode-map): Don't set-keymap-parent yet.
6863 (vc-dired-mode): Do set-keymap-parent here.
6864 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6865
68662000-09-05 Gerd Moellmann <gerd@gnu.org>
6867
6868 * faces.el (set-face-attribute, face-spec-reset-face)
6869 (face-spec-set): Avoid consing by removing calls to `apply'.
6870
6871 * frame.el (frame-parameter): Move to C code.
6872
68732000-09-05 Dave Love <fx@gnu.org>
6874
6875 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6876 insert-before-markers-and-inherit. Now checked systematically!
6877
68782000-09-05 Alex Schroeder <alex@gnu.org>
6879
6880 * sql.el (sql-postgres): Use sql-postgres-options.
6881 (sql-postgres-options): New variable.
6882
68832000-09-05 Alex Schroeder <alex@gnu.org>
6884
6885 * sql.el (sql-mode-menu): Work around missing variable mark-active
6886 in XEmacs.
6887 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6888 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6889 compatibility.
6890
68912000-09-04 Gerd Moellmann <gerd@gnu.org>
6892
6893 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6894
6895 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6896
6897 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6898
68992000-09-04 Andre Spiegel <spiegel@gnu.org>
6900
6901 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6902 don't support anything else under SCCS yet.
6903
6904 * vc-hooks.el: Minor doc fixes.
6905
69062000-09-04 Andre Spiegel <spiegel@gnu.org>
6907
6908 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6909 not necessary. If verbose in state `needs-patch', do the same as
6910 under `up-to-date'. When NOT verbose and `needs-patch', check out
6911 latest version instead of `merge-news'.
6912 (vc-next-action-dired): Don't mess with default-directory here; it
6913 breaks other parts of dired. It is the job of the
6914 backend-specific functions to adjust it temporarily if they need it.
6915 (vc-next-action): Remove a special CVS case.
6916 (vc-clear-headers): New optional arg FILE.
6917 (vc-checkin, vc-checkout): Set properties vc-state and
6918 vc-checkout-time properly.
6919 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6920 (vc-print-log): Use new backend function `show-log-entry'.
6921 (vc-cancel-version): Do the checks in a different order. Added a
6922 FIXME concerning RCS-only code.
6923
6924 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6925 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6926
6927 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6928
6929 * vc-hooks.el (vc-default-mode-line-string): Show state
6930 `needs-patch' as a `-' too.
6931
69322000-09-04 Andre Spiegel <spiegel@gnu.org>
6933
6934 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6935 (vc-default-could-register): New function.
6936 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6937 (vc-resynch-buffer): Call vc-dired-resynch-file.
6938 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6939 vc-resynch-buffer instead of vc-resynch-window.
6940 (vc-next-action-dired): Don't redisplay here, that gets done as a
6941 result of the individual file operations.
6942 (vc-retrieve-snapshot): Corrected prompt order.
6943
6944 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6945
6946 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6947 as well.
6948 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6949 hostname regexps. Updated all callers.
6950 (vc-cvs-responsible-p): Handle directories as well.
6951 (vc-cvs-could-register): New function.
6952 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6953 properties up-to-date.
6954
6955 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6956 user whether to create one.
6957
69582000-09-04 Andre Spiegel <spiegel@gnu.org>
6959
6960 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6961 check out a non-existing file.
6962
6963 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6964 workfile does not exist.
6965
6966 * vc.el (vc-version-diff): Use `require' to check for existence of
6967 diff-mode.
6968
69692000-09-04 Andre Spiegel <spiegel@gnu.org>
6970
6971 * vc-cvs.el (vc-cvs-registered): Use new function
6972 vc-cvs-parse-entry to do the actual work.
6973
69742000-09-04 Andre Spiegel <spiegel@gnu.org>
6975
6976 * vc-hooks.el (vc-find-backend-function): If function doesn't
6977 exist, return nil instead of error.
6978 (vc-call-backend): Doc fix.
6979
6980 * vc.el (vc-do-command): Doc fix.
6981 (vc-finish-logentry): When checking in from vc-dired, choose the
6982 right backend for logentry check.
6983 (vc-dired-mode-map): Inherit from dired-mode-map.
6984 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6985 simplified.
6986 (vc-dired-state-info): Removed, updated caller.
6987 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6988 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6989 (vc-dired-listing-switches): New variable.
6990 (vc-directory): Use it, instead of dired-listing-switches.
6991
6992 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6993 (vc-cvs-dir-state): New function.
6994 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6995 (vc-cvs-parse-entry): New function, also to be used in
6996 vc-cvs-registered.
6997
69982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6999
7000 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7001 *or* single-window-frames.
7002
70032000-09-04 Andre Spiegel <spiegel@gnu.org>
7004
7005 * vc.el (vc-update-changelog): Split into generic part and default
7006 implementation. Doc string adapted.
7007 (vc-default-update-changelog): New function. Call the `rcs2log'
7008 script in exec-directory, to fix a long-standing nuisance.
7009
7010 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7011 simply signals an error.
7012
70132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7014
7015 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7016 control-flow more clear and to avoid running `cvs' twice.
7017
7018 * vc.el (vc-next-action-on-file): Doc fix.
7019 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7020 (vc-print-log): Eval `file' before constructing the continuation.
7021
70222000-09-04 Andre Spiegel <spiegel@gnu.org>
7023
7024 * vc.el (vc-next-action-on-file): Corrected several messages.
7025 (vc-merge): Add prefix arg `merge-news'; handle it.
7026
7027 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7028 is not reached. It is.
7029 (vc-cvs-merge): Set state to 'edited after merge.
7030 (vc-cvs-merge-news): Set workfile version to nil if not known.
7031 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7032
7033 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7034 via stdout. (Merge from main line.)
7035
70362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7037
7038 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7039 detection.
7040
70412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7042
7043 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7044 against kill-all-local-variables.
7045 (vc-log-edit): Don't save vc-parent-buffer any more.
7046 (vc-last-comment-match): Initialize to an empty string.
7047 (vc-post-command-functions): New hook.
7048 (vc-do-command): Run it.
7049 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7050 (vc-finish-logentry): Only add the comment to the ring if it's
7051 different from the last comment entered.
7052 (vc-new-comment-index): New function.
7053 (vc-previous-comment): Use it. Make the minibuffer message
7054 slightly less terse.
7055 (vc-comment-search-reverse): Make it work forward as well. Don't
7056 set vc-comment-ring-index if no match is found. Use
7057 vc-new-comment-index.
7058 (vc-comment-search-forward): Use vc-comment-search-reverse.
7059 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7060 define-derived-mode will do it for us. Bind `v' to a keymap that
7061 inherits from vc-prefix-map so that we can bind `vt' without
7062 binding C-x v t.
7063 (vc-retrieve-snapshot): Parenthesis typo.
7064
7065 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7066 to 1. Make sure to switch to *vc* before looking for an error
7067 message. Use vc-parse-buffer.
7068
70692000-09-04 Andre Spiegel <spiegel@gnu.org>
7070
7071 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7072 and NAME.
7073 (vc-retrieve-snapshot): Split into two parts.
7074 (vc-default-retrieve-snapshot): New function.
7075
7076 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7077 (vc-cvs-retrieve-snapshot): New function (untested).
7078 (vc-cvs-stay-local): Default to t.
7079 (vc-cvs-remote-p): New function and property.
7080 (vc-cvs-state): Stay local only if the above is t.
7081 (vc-handle-cvs): Removed.
7082 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7083 done via vc-handled-backends now.
7084 (vc-cvs-header): Escape Id.
7085
70862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * vc.el (vc-do-command): Remove unused commands.
7089 (vc-version-diff): Make sure default-directory ends with a slash.
7090 Move the window commands into a vc-exec-after.
7091 (vc-print-log): Move more of the code into the `vc-exec-after'.
7092
70932000-09-04 Andre Spiegel <spiegel@gnu.org>
7094
7095 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7096 (vc-print-log): Search current revision from beginning of buffer.
7097 (vc-revert-buffer): Clear echo area after the diff is finished.
7098 (vc-prefix-map): Removed definition of "t" for terse display in vc
7099 dired.
7100 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7101 definition of "vt" for terse display.
7102 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7103
71042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7105
7106 * vc.el (vc-exec-after): Avoid caddr.
7107
71082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7109
7110 * vc.el (vc-exec-after): New function.
7111 (vc-do-command): Use it to add a termination message for async
7112 procs.
7113 (vc-checkout): Try to handle a missing-backend situation.
7114 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7115 of a directory with a backend using async diffs.
7116 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7117 present.
7118
7119 * vc-sccs.el (vc-sccs-state-heuristic): Use
7120 file-ownership-preserved-p.
7121
7122 * vc-rcs.el (vc-rcs-state-heuristic): Use
7123 file-ownership-preserved-p.
7124 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7125
71262000-09-04 Andre Spiegel <spiegel@gnu.org>
7127
7128 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7129 vc-do-command.
7130
7131 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7132 when there are no changes.
7133
71342000-09-04 Andre Spiegel <spiegel@gnu.org>
7135
7136 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7137
7138 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7139
71402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7141
7142 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7143
7144 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7145 the `fset' outside of the defvar so that it works even if
7146 vc-prefix-map was already defined.
7147 (vc-setup-buffer): New function, split out of vc-do-command.
7148 (vc-do-command): Allow BUFFER to be t to mean `just use the
7149 current buffer without any fuss'.
7150 (vc-version-diff): Change the `diff' backend operation to just put
7151 the diff in the current buffer without erasing it. Always use
7152 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7153 shrink-window-if-larger-than-buffer.
7154 (vc-print-log): Change the `print-log' backend operation to just
7155 put the log in the current buffer without erasing it. Protect
7156 shrink-window-if-larger-than-buffer.
7157 (vc-update-change-log): Fix setd typo.
7158
7159 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7160 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7161
7162 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7163 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7164 CMP.
7165
7166 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7167 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7168 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7169
71702000-09-04 Andre Spiegel <spiegel@gnu.org>
7171
7172 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7173 not possible, use vc-BACKEND-workfile-unchanged-p.
7174 (vc-default-workfile-unchanged-p): New function. Delegates to a
7175 full vc-BACKEND-diff.
7176
7177 * vc-hooks.el (vc-simple-command): Removed.
7178
7179 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7180 instead of vc-simple-command.
7181 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7182 avoid doing a diff when opening a file.
7183 (vc-rcs-state): Added check for unlocked-changes.
7184 (vc-rcs-header): Escape Id.
7185 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7186 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7187 version.
7188
7189 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7190 (vc-sccs-diff): Remove optional arg CMP.
7191 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7192 SCCS-specific function.
7193
7194 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7195 vc-simple-command.
7196
71972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7198
7199 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7200 (with-vc-file, vc-merge): Use vc-editable-p.
7201 (vc-do-command): Remove unused var vc-file and fix the
7202 doubly-defined `status' var. Add a user message when starting an
7203 async command.
7204 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7205 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7206 Use with-current-buffer.
7207 (vc-buffer-sync): Use unless.
7208 (vc-next-action-on-file): If the file is 'edited by read-only,
7209 make it read-write instead of trying to commit.
7210 (vc-version-diff, vc-update-change-log): Use `setq
7211 default-directory' rather than `cd'.
7212 (vc-log-edit): Don't forget to set default-directory in the
7213 buffer.
7214
7215 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7216 (vc-sccs-state-heuristic): Use file-writable-p instead of
7217 comparing userids.
7218 (vc-sccs-checkout): Use `unless'.
7219
7220 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7221 of comparing userids.
7222 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7223 Simplify the logic by eliminating unreachable code.
7224 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7225 just do a recursive call if we need to retry.
7226 (vc-rcs-checkout): Handle the case where rcs is missing by making
7227 the buffer read-write if requested and re-signalling the error.
7228
7229 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7230
72312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7232
7233 * vc-hooks.el (vc-handled-backends): Docstring change.
7234 (vc-ignore-vc-files): Mark obsolete.
7235 (vc-registered): Check vc-ignore-vc-files.
7236 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7237 vc-ignore-vc-files.
7238
7239 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7240
72412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7242
7243 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7244 files since ange-ftp already has vc-registered return nil.
7245
7246 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7247 (vc-sccs-workfile-version): Use with-temp-buffer and new
7248 vc-parse-buffer and don't bother setting the property.
7249 (vc-sccs-add-triple): Use with-current-buffer and
7250 find-file-noselect.
7251 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7252
7253 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7254 derives from the old vc-parse-buffer but uses the revision number
7255 rather than the date (much easier to compare robustly).
7256 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7257 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7258 locking-user more directly. Check strict locking and set
7259 checkout-model appropriately.
7260 (vc-rcs-parse-locks): Remove.
7261 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7262 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7263 (vc-rcs-system-release): Use with-current-buffer and
7264 vc-parse-buffer.
7265 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7266
7267 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7268 (vc-simple-command): Docstring fix.
7269 (vc-registered): Align the way the file-handler is called with the
7270 way the function itself works.
7271 (vc-file-owner): Remove.
7272
7273 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7274 extraction of fields and call to file-attributes because of a
7275 temporary bug in rcp.el.
7276 (vc-cvs-fetch-status): Use with-current-buffer.
7277
72782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7279
7280 * vc.el (vc-do-command): Use file-relative-name.
7281 (vc-responsible-backend): Use vc-backend if possible.
7282 (vc-create-snapshot): Improve the `interactive' spec. Add support
7283 for branches and dispatch to backend-specific `create-snapshot'.
7284 (vc-default-create-snapshot): New function, containing the bulk of
7285 the old vc-create-snapshot.
7286 (vc-retrieve-snapshot): Improve the interactive spec.
7287
7288 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7289 (vc-backend-hook-functions): Remove.
7290 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7291 (vc-backend): Reintroduce the test for `file = nil' now that I
7292 know why it was there (and added a comment to better remember).
7293
7294 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7295 code from vc-sccs-hooks.el.
7296 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7297 'vc anymore.
7298 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7299 and file-directory-p instead of file-exists-p.
7300 (vc-sccs-check-headers): Simplify the regexp.
7301
7302 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7303 from vc-rcs-hooks.el. Don't require 'vc anymore.
7304 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7305 file-directory-p instead of file-exists-p.
7306
7307 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7308 from vc-cvs-hooks.el.
7309 (proto vc-cvs-registered): Require 'vc-cvs instead of
7310 'vc-cvs-hooks. Don't require 'vc anymore.
7311 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7312 file-directory-p instead of file-exists-p.
7313 (vc-cvs-create-snapshot): New function, replacing
7314 vc-cvs-assign-name.
7315 (vc-cvs-assign-name): Remove.
7316
73172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7318
7319 * vc-cvs.el (vc-cvs-header): New var.
7320
7321 * vc-rcs.el (vc-rcs-exists): Remove.
7322 (vc-rcs-header): New var.
7323
7324 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7325 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7326 (vc-sccs-header): New var.
7327
7328 * vc.el (vc-do-command): Get rid of the `last' argument.
7329 (vc-header-alist): Remove, replaced by vc-X-header.
7330 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7331 (vc-dired-hook): Use expand-file-name instead of concat.
7332 (vc-directory): Use file-name-as-directory.
7333 (vc-snapshot-precondition, vc-create-snapshot)
7334 (vc-retrieve-snapshot): Allow the command to operate on any
7335 directory.
7336
7337 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7338 just removing the 'WORKFILE argument or by removing the 'MASTER
7339 argument and replacing `file' with (vc-name file).
7340
73412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * vc.el: Update Copyright and add a crude list of backend funs.
7344 (vc-writable-p): New function.
7345 (with-vc-file): Use vc-writable-p.
7346 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7347 (vc-register): Avoid vc-name.
7348 (vc-locking-user): Remove.
7349 (vc-steal-lock): Make the `owner' arg non-optional.
7350 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7351 vc-checkout-model.
7352 (vc-default-dired-state-info): Use vc-state instead of
7353 vc-locking-user and return special strings for special states.
7354 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7355 and get rid of one of the special CVS cases.
7356 (vc-cancel-version): prettify error message with \\[...].
7357 (vc-rename-master): New function.
7358 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7359 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7360 the CVS special case generic.
7361 (vc-default-record-rename): Remove.
7362 (vc-file-tree-walk-internal): Only call FUNC for files that are
7363 under control of some VC backend and replace `concat' with
7364 expand-file-name.
7365 (vc-file-tree-walk): Update docstring.
7366 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7367 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7368
7369 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7370 vc-sccs-record-rename. Use `find-file-noselect' rather than
7371 `find-file' and call `vc-rename-master' to do the actual move.
7372 (vc-sccs-diff): Remove unused `backend' variable.
7373
7374 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7375 to delay loading of vc-sccs until it is really used.
7376 (vc-sccs-master-templates): Preload.
7377 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7378 (vc-sccs-project-dir): Remove (merged into
7379 vc-sccs-search-project-dir).
7380 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7381 rather than `concat', make sure it is preloaded and don't bother
7382 to check that the file actually exists.
7383 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7384 `locks' argument (use buffer's content instead) and eliminate n^2
7385 behavior.
7386
7387 * vc-rcs.el: Update Copyright.
7388 (vc-rcs-rename-file): New function.
7389 (vc-rcs-diff): Remove unused `backend' variable.
7390
7391 * vc-hooks.el: Update Copyright.
7392 (vc-backend): Don't accept a nil argument any more.
7393 (vc-up-to-date-p): Turn into a defsubst.
7394 (vc-possible-master): New function.
7395 (vc-check-master-templates): Use `vc-possible-master' and allow
7396 funs in vc-X-master-templates to return a non-existent file.
7397
7398 * vc-cvs.el: Update Copyright.
7399 (vc-cvs-diff): Remove unused `backend' variable.
7400 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7401
7402 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7403
74042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7405
7406 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7407 since it can be called from vc-rcs.el.
7408 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7409
74102000-09-04 Andre Spiegel <spiegel@gnu.org>
7411
7412 * vc.el (vc-version-diff): Expand file name read from the
7413 minibuffer. Handle the case when a previous version number can't
7414 be guessed. Give suitable messages when there were no differences
7415 found.
7416 (vc-clear-headers): Call backend-specific implementation, if one
7417 exists.
7418 (vc-cancel-version): Made error checks generic. When done, clear
7419 headers generically, too.
7420
7421 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7422 from vc-clear-headers in vc.el.
7423
7424 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7425 correctly.
7426 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7427 optional. Handle the case when it's not there.
7428
74292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7430
7431 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7432
74332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * vc-hooks.el (vc-loadup): Remove.
7436 (vc-find-backend-function): Use `require'. Also, handle the case
7437 where vc-BACKEND-hooks.el doesn't exist.
7438 (vc-call-backend): Cleanup.
7439
74402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7441
7442 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7443 vc-rcs-grab-templates)
7444 (vc-rcs-registered): Remove. The default function works as well.
7445 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7446 vc-sccs-grab-templates)
7447 (vc-sccs-registered): Remove. The default function works as well.
7448
7449 * vc.el (vc-version-diff): Left out a vc- in call to
7450 vc-call-backend.
7451 (vc-default-dired-state-info, vc-default-record-rename)
7452 (vc-default-merge-news): Update for the new backend argument.
7453
7454 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7455 using the default function.
7456 (vc-call-backend): If calling the default function, pass it the
7457 backend as first argument. Update the docstring accordingly.
7458 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7459 for the new backend argument.
7460 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7461 (vc-find-backend-function): Use the new name.
7462 (vc-default-registered): New function.
7463
74642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7465
7466 * vc.el (vc-merge): Use vc-find-backend-function.
7467
7468 * vc-hooks.el (vc-backend-functions): Remove.
7469 (vc-loadup): Don't setup 'vc-functions.
7470 (vc-find-backend-function): New function.
7471 (vc-call-backend): Use above fun and populate 'vc-functions
7472 lazily.
7473 (vc-backend-defines): Remove.
7474
74752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7476
7477 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7478 Call vc-call-backend without the leading vc-.
7479 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7480 (vc-check-headers): Call vc-call-backend without the leading vc-.
7481 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7482 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7483 Call vc-call-backend without the leading vc-.
7484
7485 * vc-cvs.el (tail): Provide vc-cvs.
7486 * vc-sccs.el (tail): Provide vc-sccs.
7487 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7488
7489 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7490 (vc-make-backend-function, vc-call): Pass names without leading
7491 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7492 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7493 (vc-call-backend): Always try to load vc-X-hooks.
7494 (vc-registered): Remove vc- in call to vc-call-backend.
7495
74962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7497
7498 * vc.el (vc-process-filter): New function.
7499 (vc-do-command): Setup `vc-process-filter' for the async process.
7500 (vc-maybe-resolve-conflicts): New function to reduce
7501 code-duplication. Additionally, it puts the buffer in
7502 `smerge-mode' if applicable.
7503 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7504 calling `merge-news'.
7505 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7506 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7507 interfacing to log-edit.el.
7508 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7509 log-edit is available.
7510 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7511
75122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7513
7514 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7515 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7516 defvar and the initialization.
7517 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7518
7519 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7520 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7521
7522 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7523
75242000-09-04 Andre Spiegel <spiegel@gnu.org>
7525
7526 * vc.el (vc-file-clear-masterprops): Removed.
7527 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7528 (vc-version-diff): Use buffer-size without argument.
7529 (vc-register): Heed vc-initial-comment.
7530
7531 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7532 default branch.
7533
7534 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7535 file name and workfile version.
7536 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7537
7538 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7539 vc-file-clear-masterprops.
7540
7541 * vc-sccs.el (vc-sccs-checkout): Removed call to
7542 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7543 rather than user login name.
7544
7545
75462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7547
7548 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7549 `want-differences-if-changed' and simplify.
7550 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7551 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7552 output (which is invalid for async vc-diff) to decide whether to
7553 do the revert silently or not.
7554
75552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7556
7557 * vc-hooks.el (vc-loadup): Load files quietly.
7558 (vc-call-backend): Oops, brain fart.
7559
75602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7561
7562 * vc-cvs.el (vc-cvs-state): Typo.
7563 (vc-cvs-merge-news): Return the status code rather than the error msg.
7564
75652000-09-04 Andre Spiegel <spiegel@gnu.org>
7566
7567 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7568 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7569 vc-state or vc-up-to-date-p.
7570 (vc-merge): Use vc-backend-defines to check whether merging is
7571 possible. Set state to 'edited after successful merge.
7572
7573 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7574 return that name. Redocumented.
7575
75762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7577
7578 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7579 new `vc-state' semantics.
7580 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7581 'vc-locking-user to the current user.
7582 (vc-merge): Inline vc-backend-merge. Comment out code that I
7583 don't understand and hence can't adapt to the new `vc-state' and
7584 `vc-locking-user' semantics.
7585 (vc-backend-merge): Remove.
7586
7587 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7588 rather than 'vc-locking-user.
7589
7590 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7591
7592 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7593 (vc-state): Don't use 'reserved any more. Just use the same
7594 convention as the one used for vc-<backend>-state where the
7595 locking user (as a string) is returned.
7596 (vc-locking-user): Update, based on the above convention. The
7597 'vc-locking-user property has disappeared.
7598 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7599
7600 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7601 with a heuristic one.
7602 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7603 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7604 error. That allows us to get to 'needs-merge even in the
7605 stay-local case. There's still no way to detect 'needs-patch in
7606 such a setup (or to force an update for that matter).
7607 (vc-cvs-logentry-check): Remove, the default works as well.
7608
76092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7610
7611 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7612
7613 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7614 major-mode in which the buffer might have been put earlier. Use
7615 `remove' and `when'. Allow `okstatus' to be `async' and use
7616 `start-process' in this case.
7617 (vc-version-diff): Handle the case where the diff looks empty
7618 because of the use of an async process.
7619
76202000-09-04 Andre Spiegel <spiegel@gnu.org>
7621
7622 * vc.el (vc-next-action-on-file): Removed optional parameter
7623 `simple'. Recompute state unconditionally.
7624 (vc-default-toggle-read-only): Removed.
7625
7626 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7627 (vc-toggle-read-only): Undid prev change.
7628
7629 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7630 vc-cvs-simple-toggle. Redocumented.
7631 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7632 (vc-cvs-toggle-read-only): Removed.
7633
76342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7635
7636 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7637 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7638 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7639 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7640 still is. So maybe it should be removed.
7641 (vc-head-version, vc-find-binary): Remove.
7642 (vc-recompute-state): Move from vc-hooks.el.
7643 (vc-next-action-on-file): Add a `simple' argument to allow
7644 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7645 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7646 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7647 (vc-dired-mode-map): Properly defvar it.
7648 (vc-print-log): Call log-view-mode if available.
7649 (small-temporary-file-directory): defvar instead of use boundp.
7650 (vc-merge-news): Moved to vc-cvs.el.
7651 (vc-default-merge-news): New function.
7652
7653 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7654 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7655 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7656 unknown `vc-latest-version' function. It should probably refer to
7657 vc-workfile-version or somesuch, but it's very unclear to me and I
7658 don't have SCCS to test things.
7659
7660 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7661 (vc-sccs-state-heuristic): Fix typo.
7662 (vc-sccs-workfile-unchanged-p): Add missing argument.
7663
7664 * vc-rcs.el: Require vc and vc-rcs-hooks.
7665 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7666 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7667 (vc-release-greater-or-equal-p): Move from vc.
7668 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7669 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7670 (vc-rcs-checkout): Add a missing `new-version' argument in the
7671 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7672
7673 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7674 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7675 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7676 than the apparently unbound `workfile-version'.
7677
7678 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7679 (vc-file-prop-obarray): Use `make-vector'.
7680 (vc-backend-functions): Add new hookable functions
7681 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7682 (vc-loadup): If neither backend nor default functions exist, use
7683 the backend function rather than nil.
7684 (vc-call-backend): If the function if not bound yet, try to load
7685 the non-hook file to see if it provides it.
7686 (vc-call): New macro plus use it wherever possible.
7687 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7688 nor `vc-find-binary' since it's only called from
7689 vc-mistrust-permission which is only used once the backend is known.
7690 (vc-checkout-model): Fix parenthesis.
7691 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7692
7693 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7694 (vc-cvs-release, vc-cvs-system-release): Remove.
7695 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7696 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7697 status symbols.
7698 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7699 (vc-cvs-toggle-read-only): First cut at a function to allow a
7700 cvs-status-free vc-toggle-read-only.
7701 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7702 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7703 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7704 (vc-cvs-checkout): Modify access rights directly if the user
7705 requested not to use `cvs edit'. And refresh the mode line.
7706
7707 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7708 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7709
77102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7711
7712 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7713 workfile' that got lost when the code was extracted from vc.el.
7714 And merged the tail with the rest of the code (not possible in the
7715 old vc.el where the tail was shared among all backends). And
7716 explicitly set the state to 'edited if `writable' is set.
7717
7718 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7719 (vc-cvs-state): Be careful to return the value from
7720 vc-cvs-parse-state.
7721 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7722 property but return it instead. Also be careful to handle a nil
7723 or "" `rev' when workfile is non-nil (it was handled properly when
7724 workfile was nil).
7725
7726 * vc.el: Removed those pesky unnecessary `(function' quotes.
7727 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7728 directly in the defvar.
7729 (vc-do-command): Bind inhibit-read-only so as to properly handle
7730 the case where the destination buffer has been made read-only.
7731 (vc-diff): Delegate to vc-version-diff in all cases.
7732 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7733 (vc-annotate-mode-variables): Removed (code moved partly to
7734 defvars and partly to vc-annotate-add-menu).
7735 (vc-annotate-mode): Turned into a derived-mode.
7736 (vc-annotate-add-menu): Moved in code in
7737 vc-annotate-mode-variables.
7738 (vc-update-change-log): Use make-temp-file if available.
7739
77402000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7741
7742 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7743 `vc-checkout-model' updated to `vc-cvs-update-model'.
7744
77452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7746
7747 * vc.el (vc-next-action-on-file): Added handling of state
7748 `unlocked-changes'.
7749 (vc-checkout-carefully): Is now practically obsolete, unless the
7750 above is too slow to be enabled unconditionally.
7751 (vc-update-change-log): Fixed typo.
7752
7753 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7754
7755 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7756 Now handles state `unlocked-changes'.
7757 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7758
7759 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7760
7761 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7762 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7763 `unlocked-changes'.
7764 (vc-rcs-workfile-unchanged-p): Renamed from
7765 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7766 function yet, but supposed to become one soon.
7767
7768 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7769 `vc-steal-lock'.
7770 (vc-call-backend): Changed error message.
7771 (vc-state): Added description of state `unlocked-changes'.
7772
77732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7774
7775 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7776 always return t in CVS-controlled directories.
7777
7778 * vc.el (vc-responsible-backend): New function.
7779 (vc-register): Largely rewritten.
7780 (vc-admin): Removed (implementation moved into vc-register).
7781 (vc-checkin): Redocumented.
7782 (vc-finish-logentry): If no backend defined yet (because we are in
7783 the process of registering), use the responsible backend.
7784
7785 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7786 Updated function lists.
7787 (vc-call-backend): Fixed typo.
7788
7789 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7790 New functions.
7791 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7792 Removed query option. Redocumented.
7793
77942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7795
7796 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7797
7798 * vc.el: Updated callers of `vc-checkout-required' to use
7799 `vc-checkout-model'.
7800
78012000-09-04 Martin Lorentzson <martinl@gnu.org>
7802
7803 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7804 stuff updated to reference this function instead of the old
7805 `vc-backend-release-p'.
7806
78072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7808
7809 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7810 vc-checkout-model. Return appropriate values. Updated callers.
7811
78122000-09-04 Martin Lorentzson <martinl@gnu.org>
7813
7814 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7815 (vc-backend-revert): Function moved into `vc-revert';
7816 `vc-next-action' must be updated to accomodate this change.
7817 (vc-backend-steal): Function moved into `vc-finish-steal'.
7818 (vc-backend-logentry-check): Function moved into
7819 `vc-finish-logentry'.
7820 (vc-backend-printlog): Function moved into `vc-print-log'.
7821 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7822 (vc-backend-assign-name): Function moved into
7823 `vc-create-snapshot'.
7824
78252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7826
7827 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7828 Rename to vc-checkout-model. Return appropriate values.
7829 Update callers.
7830
7831 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7832 to vc-checkout-model.
7833 (vc-checkout-required): Rename to vc-checkout-model.
7834 Re-implement and re-comment.
7835 (vc-after-save): Use vc-checkout-model.
7836
78372000-09-04 Martin Lorentzson <martinl@gnu.org>
7838
7839 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7840 Update to use the vc-BACKEND-diff functions instead.
7841 `vc-diff' is now working.
7842
7843 * vc-rcs.el (vc-rcs-logentry-check): New function.
7844
7845 * vc-cvs.el (vc-cvs-logentry-check): New function.
7846
7847 * vc-sccs.el (vc-sccs-diff): Function changed name from
7848 `vc-backend-diff'. This makes `vc-diff' work.
7849
7850 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7851 of functions possibly implemented in a vc-BACKEND library.
7852 (vc-checkout-required): Fix bug that caused an error to be
7853 signaled during `vc-after-save'.
7854
7855 * vc.el: Fix typo.
7856 This checkin is made with our new VC code base for the very first time.
7857 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7858
7859 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7860 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7861
7862 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7863 updated to `vc-uses-locking'.
7864 (vc-checkout-required): Call to backend function.
7865 `vc-checkout-required' updated to `vc-uses-locking' instead.
7866
7867 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7868 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7869
7870 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7871 to match the split into various backends.
7872 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7873 (vc-retrieve-snapshot): Bug fix.
7874
78752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7876
7877 * vc-sccs.el (vc-sccs-release): Doc fix.
7878
78792000-09-04 Martin Lorentzson <martinl@gnu.org>
7880
7881 * vc.el (vc-next-action-on-file): Bug found and fixed.
7882 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7883 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7884
7885 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7886 (vc-rcs-checkout): Name space cleaned up. No more revision number
7887 crunching function names that are not prefixed with vc-rcs.
7888 (vc-rcs-checkout-model): Function added. References to
7889 `vc-checkout-model' replaced.
7890
78912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7892
7893 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7894 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7895 still need to be split, and implemented for RCS).
7896
78972000-09-04 Martin Lorentzson <martinl@gnu.org>
7898
7899 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7900
7901 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7902 required by the vc.el file.
7903
7904 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7905 required by the vc.el file.
7906 (vc-rcs-exists): Function added.
7907
7908 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7909 required by the vc.el file.
7910
7911 * vc.el (vc-admin): Updated to handle selection of appropriate
7912 backend. Current implementation is crufty and need re-thinking.
7913
7914 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7915
79162000-09-04 Martin Lorentzson <martinl@gnu.org>
7917
7918 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7919 beginning of annotate buffers correctly.
7920
7921 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7922 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7923 functionality updated quite a lot to support multiple backends.
7924 Variables `vc-annotate-mode', `vc-annotate-buffers',
7925 `vc-annotate-backend' added.
7926
7927 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7928 `vc-annotate-difference' added to supported backend functions.
7929
79302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7931
7932 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7933 Use with-temp-file instead of /bin/sh. Merged from mainline
7934
79352000-09-04 Martin Lorentzson <martinl@gnu.org>
7936
7937 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7938
7939 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7940
7941 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7942
79432000-09-04 Martin Lorentzson <martinl@gnu.org>
7944
7945 * vc-hooks.el: vc-state-heuristic added to
7946 vc-backend-hook-functions.
7947
7948 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7949
7950 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7951
7952 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7953 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7954 state to `reserved'.
7955
7956 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7957 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7958
79592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7960
7961 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7962 untouched.
7963
7964 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7965
7966 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7967 if defined. (Merged from main line, slightly adapted.)
7968
7969 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7970 millenium problem (merged from mainline).
7971
79722000-09-04 Martin Lorentzson <martinl@gnu.org>
7973
7974 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7975 part and moved the non-BACKEND stuff to vc.el.
7976
7977 * vc.el: Split the annotate feature into a BACKEND specific part
7978 and moved it from the vc-cvs.el file to this one.
7979
79802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7981
7982 * vc-hooks.el: Implement new state model.
7983 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7984 (vc-locking-user): Simplify. Now only needed if the file is
7985 locked by somebody else.
7986 (vc-lock-from-permissions): Remove. Functionality is in
7987 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7988 (vc-mode-line-string): New name for former vc-status. Adapted.
7989 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7990
7991 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7992 Various simplifications and adaptations all over the place.
7993
7994 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7995 Simplify and adapt the rest.
7996
7997 * vc.el (vc-resynch-window): Add TODO comment: check for
7998 interaction with view mode according to recent RCS change.
7999 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8000
80012000-09-04 Martin Lorentzson <martinl@gnu.org>
8002
8003 * vc.el: Convert the remaining function comments to docstrings.
8004
80052000-09-04 Martin Lorentzson <martinl@gnu.org>
8006
8007 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8008 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8009 (vc-minor-part, vc-previous-version): Functions that operate and
8010 compare revision numbers got proper documentation. Comments added
8011 about their possible removal.
8012
80132000-09-04 Martin Lorentzson <martinl@gnu.org>
8014
8015 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8016 the vc-backend.el files.
8017
8018 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8019
8020 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8021 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8022 (vc-rcs-previous-version): Functions added.
8023
8024 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8025
8026 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8027
80282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8029
8030 * vc-hooks.el (vc-master-templates): Is really obsolete.
8031 Comment out the definition for now. What is the right procedure
8032 to get rid of it?
8033 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8034 rewritten.
8035 (vc-default-registered): Remove.
8036 (vc-check-master-templates): New function; does mostly what the
8037 above did before.
8038 (vc-locking-user): Don't rely on the backend to set the property.
8039
8040 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8041 Rewrite documentation.
8042 (vc-rcs-templates-grabbed): New variable.
8043 (vc-rcs-grab-templates): New function.
8044 (vc-rcs-registered): Rewrite to use above mechanism.
8045
8046 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8047 Rewrite documentation.
8048 (vc-sccs-templates-grabbed): New variable.
8049 (vc-sccs-grab-templates): New function.
8050 (vc-sccs-registered): Rewrite to use above mechanism.
8051 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8052 Don't throw the result, simply return it.
8053
8054 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8055 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8056 (vc-cvs-registered): Does the check itself now. Simplify.
8057
8058 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8059 from main line.
8060
80612000-09-04 Martin Lorentzson <martinl@gnu.org>
8062
8063 * vc-cvs.el (vc-cvs-diff): New function.
8064
8065 * vc-sccs.el (vc-sccs-diff): New function.
8066
8067 * vc-rcs.el (vc-rcs-diff): New function.
8068 (vc-rcs-checkout): Bug (typo) found and fixed.
8069 (vc-rcs-register-switches): New variable.
8070
8071 * vc.el (vc-backend-diff): Function removed and placed in the
8072 backend files.
8073
80742000-09-04 Martin Lorentzson <martinl@gnu.org>
8075
8076 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8077
8078 * vc.el (vc-backend-checkout): Function removed and replaced in
8079 the vc-backend.el files.
8080
8081 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8082
8083 * vc.el (vc-backend-admin): Removed and replaced in the
8084 vc-backend.el files.
8085
8086 * vc.el (Martin): Removed all the annotate functionality since it
8087 is CVS backend specific.
8088
80892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8090
8091 * spec.txt: Added specification of vc-state.
8092
8093 * vc-sccs-hooks.el (vc-sccs-master-properties):
8094 Remove handling of vc-latest-version and
8095 vc-your-latest-version. What used to be vc-latest-version, is now
8096 returned as vc-workfile-version.
8097 (vc-sccs-workfile-version): Adapt.
8098
80992000-09-04 Dave Love <fx@gnu.org>
8100
8101 * vc.el: [Merged from mainline.]
8102 (vc-dired-mode): Make the dired-move-to-filename-regexp
8103 regexp match the date, to avoid treating date as file size.
8104 Add YYYY S option to WESTERN/
8105
81062000-09-04 Dave Love <fx@gnu.org>
8107
8108 * vc.el: Require `compile' when compiling.
8109 (vc-logentry-check-hook): New option.
8110 (vc-steal-lock): Use compose-mail.
8111 (vc-dired-mode-map): Defvar when compiling.
8112 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8113 vc-sccs.el and renamed. Callers changed.
8114 (vc-backend-checkout, vc-backend-logentry-check)
8115 (vc-backend-merge-news): Doc fix.
8116 (vc-default-logentry-check): New function.
8117 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8118 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8119 (vc-backend-merge): Doc fix. Use backend functions.
8120 (vc-check-headers): Use backend functions.
8121
8122 * vc-cvs.el: Require vc when compiling.
8123 (vc-cvs-register-switches): Doc fix.
8124 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8125 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8126 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8127 New functions (code from vc.el).
8128 (vc-annotate-display-default): Fix interactive spec.
8129 (vc-annotate-time-span): Doc fix.
8130
8131 * vc-rcs.el: Require vc when compiling.
8132 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8133 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8134 (vc-rcs-checkin): New functions (code from vc.el).
8135 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8136 Doc fix.
8137 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8138
8139 * vc-sccs.el: Require vc when compiling.
8140 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8141 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8142 (vc-sccs-revert)
8143 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8144 from vc.el).
8145 (vc-sccs-add-triple, vc-sccs-record-rename)
8146 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8147 (vc-sccs-admin): Doc fix.
8148
81492000-09-04 Martin Lorentzson <martinl@gnu.org>
8150
8151 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8152 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8153 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8154 from vc.el.
8155
8156 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8157
8158 * vc-cvs.el: Moved the annotate functionality from vc.el.
8159 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8160
81612000-09-04 Dave Love <fx@gnu.org>
8162
8163 * vc.el (vc-backend-release): Call vc-system-release.
8164
8165 * vc-sccs.el (vc-sccs-system-release):
8166 Renamed from vc-sccs-backend-release.
8167
8168 * vc-rcs.el (vc-rcs-system-release):
8169 Renamed from vc-rcs-backend-release.
8170
8171 * vc-cvs.el (vc-cvs-system-release):
8172 Renamed from vc-cvs-backend-release.
8173
81742000-09-04 Dave Love <fx@gnu.org>
8175
8176 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8177 backend files.
8178 (vc-backend-release): Dispatch to backend functions.
8179 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8180 probably needs attention.]
8181
8182 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8183 (vc-sccs-backend-release): New function.
8184
8185 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8186 (vc-cvs-backend-release): New function.
8187
8188 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8189 Doc fix.
8190 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8191 (vc-default-dired-state-info): New function.
8192 (vc-dired-state-info): Dispatch to backends.
8193 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8194
8195 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8196 from vc.el and renamed.
8197
81982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8199
8200 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8201 (vc-version-other-window, vc-backend-assign-name): Removed
8202 references to vc-latest-version; sometimes changed into
8203 vc-workfile-version.
8204
8205 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8206 vc-rcs-master-workfile-version.
8207 (vc-rcs-workfile-version): Use the above. Don't call
8208 vc-latest-version (that was unreachable code, anyway).
8209 (vc-rcs-fetch-master-properties): Doc fix.
8210
8211 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8212 (vc-backend-hook-functions): Removed them from this list, too.
8213 (vc-fetch-properties): Removed.
8214 (vc-workfile-version): Doc fix.
8215
8216 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8217 (vc-rcs-workfile-version, vc-rcs-locking-user)
8218 (vc-rcs-uses-locking): Use it.
8219
8220 * vc-hooks.el (vc-consult-rcs-headers):
8221 Moved into vc-rcs-hooks.el, under the name
8222 vc-rcs-consult-headers.
8223
8224 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8225 headers.
8226 (vc-cvs-find-master): Use this name only; correct different
8227 versions of the name.
8228
8229 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8230 New functions.
8231 (vc-sccs-locking-user): Use the latter.
8232
8233 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8234 New functions.
8235
8236 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8237 Moved into both
8238 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8239 functions are implementation details of those two backends.
8240
82412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8242
8243 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8244 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8245
8246 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8247 (vc-sccs-parse-locks): SCCS-specific code moved here from
8248 vc-hooks.
8249
8250 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8251 code moved here from vc-hooks.
8252
8253 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8254 into back-end specific parts and removed. Callers not updated
8255 yet; because I guess these callers will disappear into back-end
8256 specific files anyway.
8257
82582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8259
8260 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8261 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8262 `vc-uses-locking'.
8263
8264 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8265 Store yes/no in the property, and return t/nil. Updated all
8266 callers.
8267
8268 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8269 vc-sccs-uses-locking. Don't set property.
8270 (vc-sccs-locking-user): Don't set property.
8271
8272 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8273 vc-cvs-uses-locking. Don't set property here; leave that to
8274 vc-hooks.
8275 (vc-cvs-locking-user): Reflect above change. Streamlined.
8276
8277 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8278 vc-rcs-uses-locking.
8279 (vc-rcs-locking-user): Reflect above change.
8280
82812000-09-04 Dave Love <fx@gnu.org>
8282
8283 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8284
8285 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8286
8287 * vc-hooks.el (vc-checkout-model): Punt to backends.
8288
8289 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8290
8291 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8292
8293 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8294 New functions.
8295
8296 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8297 New functions.
8298
8299 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8300 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8301
8302 * vc-hooks.el (vc-default-locking-user): New function.
8303 (vc-locking-user, vc-workfile-version): Punt to backends.
8304
83052000-09-04 Dave Love <fx@gnu.org>
8306
8307 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8308 (vc-master-workfile-version): Moved from vc-hooks.
8309
8310 * vc-rcs-hooks.el: Fix duplicate code in last change.
8311
8312 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8313 (vc-rcs-master-templates): Improve :type.
8314 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8315 vc-master-workfile-version): Moved from vc-hooks.
8316
8317 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8318 (vc-sccs-master-templates): Improve :type.
8319 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8320
8321 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8322
8323 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8324 (vc-cvs-master-templates): Improve :type. Use
8325 vc-cvs-find-cvs-master.
8326 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8327 from vc-hooks.
8328 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8329
8330 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8331 Moved to vc-cvs-hooks.
8332
8333 * vc-hooks.el: Add doc strings in various places. Simplify the
8334 minor mode setup.
8335 (vc-handled-backends): New user variable.
8336 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8337 simplification.
8338
83392000-09-04 Dave Love <fx@gnu.org>
8340
8341 * vc.el: Some doc fixes for autoloaded and interactive functions.
8342 Fix compilation warnings from ediff stuff.
8343 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8344
8345 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8346
8347 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8348
8349 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8350
83512000-09-04 Dave Love <fx@gnu.org>
8352
8353 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8354 New variable.
8355 (vc-make-backend-function, vc-loadup, vc-call-backend)
8356 (vc-backend-defines): New functions.
8357
8358 * vc-hooks.el: Various doc fixes.
8359 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8360 (vc-match-substring): Function removed. Callers changed to use
8361 match-string.
8362 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8363 Simplify.
8364
83652000-09-04 Dave Love <fx@gnu.org>
8366
8367 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8368 type.
8369 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8370 (vc-sccs-registered): Doc fix.
8371
8372 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8373 (vc-cvs-registered): Doc fix.
8374
8375 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8376 (vc-rcs-registered): Doc fix.
8377
83782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8379
8380 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8381
8382 * vc-hooks.el: vc-registered has been renamed
8383 vc-default-registered. Some functions have been moved to the
8384 backend specific files. they all support the
8385 vc-BACKEND-registered functions.
8386
83872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8388
8389 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8390
8391 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8392
83932000-09-04 Dave Love <fx@gnu.org>
8394
8395 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8396 menu-bar-update-hook.
8397
8398 * help.el (help-manyarg-func-alist): Add
8399 find-operation-coding-system.
8400
8401 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8402
8403 * custom.el (custom-set-variables): Print message about errors in
8404 setting.
8405
84062000-09-03 Andrew Innes <andrewi@gnu.org>
8407
8408 * makefile.w32-in: Change to DOS line endings.
8409
84102000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8411
8412 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8413 minor-mode keymaps, if they don't have one.
8414
84152000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8416
8417 * eshell/esh-module.el (eval-when-compile): Don't lose if
8418 esh-module.el's file name is truncated to DOS 8+3 limits.
8419
84202000-09-01 John Wiegley <johnw@gnu.org>
8421
8422 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8423 predicate, which caused entries in the completion list to be
8424 doubled.
8425
84262000-08-30 John Wiegley <johnw@gnu.org>
8427
8428 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8429 sending to subprocesses. Also, hook pre-command-hook if
8430 `eshell-send-direct-to-subprocesses' is non-nil.
8431 (eshell-send-direct-to-subprocesses): New config variable. If t,
8432 subprocess input is send immediately.
8433 (eshell-toggle-direct-send): New function.
8434 (eshell-self-insert-command): New function.
8435 (eshell-intercept-commands): New function.
8436 (eshell-send-input): If direct subprocess sending is enabled,
8437 don't echo any input to the Eshell buffer. Let the subprocess
8438 handle that. This requires "stty echo" in bash, for example.
8439
84402000-08-28 John Wiegley <johnw@gnu.org>
8441
8442 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8443 completion function for Eshell's implementation of `unset'.
8444
84452000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8446
8447 * info.el (Info-directory-list): Doc fix.
8448
84492000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8450
8451 * filecache.el (file-cache-add-directory-using-find): Don't quote
8452 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8453
84542000-08-31 Kenichi Handa <handa@etl.go.jp>
8455
8456 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8457 coding systems.
8458
84592000-08-30 Andrew Innes <andrewi@gnu.org>
8460
8461 * timer.el (run-with-idle-timer): Undo last change, so that timer
8462 is not activated immediately if Emacs is already idle. Some
8463 existing code relies on this behaviour.
8464
84652000-08-30 Miles Bader <miles@gnu.org>
8466
8467 * frame.el (set-frame-font): Do completion of font-name for
8468 interactive use.
8469
84702000-08-30 Kenichi Handa <handa@etl.go.jp>
8471
8472 * international/quail.el (quail-start-translation): Bind locally
8473 last-command-event, last-command, and this-command.
8474 (quail-start-conversion): Likewise.
8475 (quail-self-insert-command): Fix docstring.
8476
84772000-08-29 Gerd Moellmann <gerd@gnu.org>
8478
8479 * progmodes/executable.el
8480 (executable-make-buffer-file-executable-if-script-p): Check that
8481 buffer contains at least 2 characters.
8482
84832000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8484
8485 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8486
84872000-08-29 Dave Love <fx@gnu.org>
8488
8489 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8490 (diff-mode-shared-map): Bind mouse-2.
8491 (diff-imenu-generic-expression): New variable.
8492 (diff-mode): Use it.
8493
8494 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8495 (mouse-popup-menubar): Add minor mode menus.
8496 (popup-menu): Check for lookup-key returning number.
8497
84982000-08-29 Miles Bader <miles@gnu.org>
8499
8500 * comint.el (comint-send-input): Create overlays using the proper
8501 front/read-advance arguments.
8502
85032000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8504
8505 * ps-print.el: Even/odd pages printing. Doc fix.
8506 (ps-print-version): New version number (6.0).
8507 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8508 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8509 (ps-print-duplex-feature): Variable eliminated.
8510 (ps-even-or-odd-pages): New variable.
8511
8512 * progmodes/ebnf2ps.el: Doc fix.
8513 (ebnf-version): New version (3.3).
8514 (ebnf-user-arrow): Change variable customization to sexp.
8515 (ebnf-user-arrow): Function eliminated.
8516 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8517
85182000-08-29 Kenichi Handa <handa@etl.go.jp>
8519
8520 * help.el (help-xref-mule-regexp): New variable.
8521 (help-make-xrefs): Handle help-xref-mule-regexp.
8522
8523 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8524 variable.
8525 (describe-input-method): Temporarily activate the specfied input
8526 method to display the information.
8527 (describe-language-environment): Hyperlinks to mule related items.
8528
8529 * international/mule-diag.el (charset-multibyte-form-string): New
8530 function.
8531 (list-character-sets-1): Use charset-multibyte-form-string.
8532 (describe-character-set): New function.
8533 (describe-coding-system): Hyperlinks to safe character sets.
8534
8535 * international/quail.el (quail-help): New arg PACKAGE.
8536 Hyperlinks to mule related items.
8537 (quail-help-insert-keymap-description): Use
8538 substitute-command-keys instead of describe-bindings.
8539 (quail-translation-help): Hyperlinks to mule related items.
8540
85412000-08-28 John Wiegley <johnw@gnu.org>
8542
8543 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8544 have a defsubst call itself. Made `eshell-flatten-list' back into
8545 a function again.
8546
8547 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8548 catch, in case re-centering point at bottom messes up the display.
8549 This happens frequently in Emacs 21, due I believe to variable
8550 line heights.
8551
8552 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8553 to call `find-tag-interactive'.
8554
8555 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8556 the list of remember directories.
8557
85582000-08-28 John Wiegley <johnw@gnu.org>
8559
8560 * align.el: Test align-region-separate to see if it's a symbol.
8561
85622000-08-28 John Wiegley <johnw@gnu.org>
8563
8564 * eshell/esh-util.el (eshell-flatten-list): Made this function
8565 into a defsubst form. It gets used very frequently, although
8566 calls don't occur all that often.
8567
8568 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8569 examining it.
8570
8571 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8572 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8573 `eshell-protect'.
8574 (eshell-copy-handles): Created a new macro for duplicating the
8575 current set of open handles. This is needed by the looping
8576 functions.
8577 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8578 is not incorrectly stomped on.
8579
8580 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8581 declaration for pcomplete-use-paring.
8582 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8583 value of eshell-cmpl-use-paring.
8584 * pcomplete.el (pcomplete-use-paring): New config variable, to
8585 indicate whether paring should be used.
8586 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8587 completion alternatives that have already been used.
8588
8589 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8590 bound to C-c C-y, which will repeat the previous N arguments
8591 (based on prefix argument).
8592 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8593
8594 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8595 if there is no *Help* buffer. This is for XEmacs, which renames
8596 its help buffers uniquely. TODO: Find out what the current buffer
8597 name to delete is.
8598
8599 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8600 first entry that correlates to a passwd/group number. Later
8601 entries (used for group/user name aliasing to multiple IDs) are
8602 ignored.
8603
8604 * eshell/em-xtra.el (eshell/expr):
8605 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8606 (eshell-grep, eshell/diff, eshell/locate):
8607 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8608 argument list, before passing it to the system command.
8609
8610 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8611 `find-tag' for use at final position in Eshell buffers (which
8612 otherwise triggers an error on Emacs 21).
8613 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8614 buffer, if it is currently bound to `find-tag'.
8615
8616 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8617 in the list of matched Makefile names.
8618 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8619 directory, prefer its contents to Makefile.
8620
8621 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8622 directory parts (like "cd old new", or "cd =regexp"), are now case
8623 sensitive on non-Windows/DOS platforms.
8624
8625 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8626 types RET after an open delimiter (like "), display a message
8627 indicating that Eshell is waiting for the closing delimiter.
8628
8629 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8630 environment variables.
8631
8632 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8633 gracefully if the user enters incorrect arguments.
8634
8635 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8636 Eshell buffers.
8637
8638 * eshell/esh-var.el (eshell-interpolate-variable):
8639 * eshell/esh-mode.el (eshell-move-argument):
8640 * eshell/em-unix.el (eshell-du-sum-directory):
8641 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8642 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8643 (not (= ...)).
8644
8645 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8646 to ensure the `preserve' flag gets propagated when doing recursive
8647 directory copies.
8648
86492000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8650
8651 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8652 Don't convert \n into \0177 in memory.
8653 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8654 and back again, when reading and writing.
8655
86562000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8657
8658 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8659 testing of `fboundp' on `processp'.
8660
8661 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8662 (eshell/jobs): Don't call process-list if it is not bound.
8663 (eshell-gather-process-output): Support systems where async
8664 subprocesses aren't supported.
8665 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8666 variables.
8667
8668 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8669 eshell-do-eval returns t.
8670 (eshell-do-pipelines-synchronously): New defmacro.
8671 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8672 when async subprocesses aren't supported.
8673 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8674 if async subprocesses aren't supported.
8675 (eshell-resume-command): Don't assume STATUS is a string.
8676
8677 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8678
8679 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8680 (eshell-close-target, eshell-get-target): Use eshell-processp.
8681 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8682 fix.
8683 (eshell-get-target, eshell-create-handles): Doc fix.
8684
86852000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8686
8687 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8688 criterion to include commands that output something, as long as it
8689 leaves both the command and the end-of-buffer visible when the
8690 command has exited.
8691 (eshell-review-quick-commands): Adjust the help doc string
8692 accordingly.
8693
86942000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8695
8696 * locate.el (locate): Cleaned up locate command's interactive prompting
8697 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8698
8699 * filecache.el (file-cache-case-fold-search): New variable
8700 (file-cache-assoc-function): New variable
8701 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8702 Use file-cache-case-fold-search variable
8703 (file-cache-add-file): Use file-cache-assoc-function
8704 (file-cache-delete-file): likewise
8705 (file-cache-directory-name): likewise
8706 (file-cache-debug-read-from-minibuffer): likewise
8707
87082000-08-28 Gerd Moellmann <gerd@gnu.org>
8709
8710 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8711 (abbrev-table-name): New function.
8712 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8713 If non-nil list local abbrev, only.
8714
87152000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8716
8717 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8718 from Gnus support code, and use special article copy buffer
8719 `(gnus-original-article-buffer)' instead. This allows to get rid
8720 of article-hide-headers usage (which breaks in the latest Gnus
8721 version). Thanks to Detlev Zundel.
8722
87232000-08-28 Kenichi Handa <handa@etl.go.jp>
8724
8725 * international/quail.el (quail-use-package): Hide "... loaded"
8726 message.
8727 (quail-start-translation, quail-start-conversion): Likewise.
8728
8729 * international/kkc.el (kkc-region): Hide "... loaded" message.
8730
87312000-08-27 Dave Love <fx@gnu.org>
8732
8733 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8734
87352000-08-27 Miles Bader <miles@gnu.org>
8736
8737 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8738
87392000-08-27 Kenichi Handa <handa@etl.go.jp>
8740
8741 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8742 'ja-dic-cnv), not (require 'skkdic-cnv).
8743
87442000-08-26 Miles Bader <miles@gnu.org>
8745
8746 * faces.el (face-x-resources): Add entry for :inherit.
8747 * cus-face.el (custom-face-attributes): Add support for :inherit
8748 attribute. Add support for relative face heights.
8749 (custom-face-attributes-get): Treat `nil' as being a default value
8750 for :inherit (as well as `unspecified').
8751
8752 * faces.el (set-face-attribute): Update doc string.
8753 (face-attribute-name-alist): Add :inherit.
8754 (face-valid-attribute-values): Handle :inherit.
8755 (face-read-string): Rephrase prompt to be less confusing.
8756 Assume that DEFAULT is a string, since we must return a string.
8757 (face-read-integer): Use `format' to turn DEFAULT into an
8758 acceptable default for face-read-string. Match NEW-VALUE against
8759 the string "unspecified", not the symbol `unspecified', since
8760 that's what face-read-string returns.
8761 (read-face-attribute): Lookup a name for old-value in valid, and
8762 use it as a default if we find one. Treat all values from
8763 face-read-string as strings. If the default is used, don't do any
8764 more processing on the value, just use the old value directly.
8765 (read-face-and-attribute, modify-face): Tweak prompt.
8766 (read-face-name): Don't assume prompt ends with a space.
8767
8768 * faces.el (describe-face): Add support for :inherit attribute.
8769
87702000-08-25 Kenichi Handa <handa@etl.go.jp>
8771
8772 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8773 concat doesn't accept interger.
8774
8775 * international/kkc.el: Remove SKK from Keywords. Require
8776 ja-dic-utl instead of skkdic-utl.
8777
8778 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8779 Provide ja-dic-cnv instead of skkdic-cnv.
8780 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8781 (iso-2022-7bit-short): Add safe-charsets property.
8782 (skkdic-convert-postfix): Search Japanese chou-on character in
8783 addition to Hiragana character.
8784 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8785 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8786 (batch-skkdic-convert): Likewise.
8787
8788 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8789 Provide ja-dic-utl instead of skkdic-utl.
8790 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8791
87922000-08-24 Dave Love <fx@gnu.org>
8793
8794 * disp-table.el (standard-display-default): Make the test of `l'
8795 useful.
8796
8797 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8798 mod sample text.
8799
8800 * international/iso-ascii.el: Make pilcrow convenient string
8801 consistent with section.
8802 (iso-ascii-display): Set up multibyte characters as well as
8803 unibyte.
8804
88052000-08-24 Kenichi Handa <handa@etl.go.jp>
8806
8807 * international/mule-cmds.el (reset-language-environment): Set
8808 default-process-coding-system to '(undecided . iso-latin-1), which
8809 makes process I/O almost consistent with file I/O. Call this
8810 function when mule-cmds.el[c] is loaded.
8811
88122000-08-22 Andrew Innes <andrewi@gnu.org>
8813
8814 * makefile.w32-in: New file.
8815
88162000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8817
8818 * comint.el (comint-output-filter): Compare end of
8819 comint-last-output-overlay with the start of the newly inserted
8820 text, not the end, when deciding whether to extend it.
8821 Set saved-point's insertion type to advance after insertion.
8822
8823 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8824 since this is now done independently of font-lock mode.
8825
88262000-08-21 Gerd Moellmann <gerd@gnu.org>
8827
8828 * server.el (server-kill-new-buffers): New user option.
8829 (server-existing-buffer): New buffer-local variable.
8830 (server-visit-files): When using an existing buffer, set
8831 server-existing-buffer to t.
8832 (server-buffer-done): If server-kill-new-buffers is t, kill the
8833 buffer, unless it was already present before visiting it with
8834 Emacs server.
8835
88362000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8837
8838 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8839 even if the display doesn't support colors: some displays will
8840 support bold/underline faces.
8841
88422000-08-21 Gerd Moellmann <gerd@gnu.org>
8843
8844 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8845
8846 * startup.el (command-line): If user's init file had an error,
8847 add explanatory text to *Messages*.
8848
88492000-08-21 Kenichi Handa <handa@etl.go.jp>
8850
8851 * man.el (Man-getpage-in-background): Decode the process output by
8852 the system locale coding system.
8853
88542000-08-20 Dave Love <fx@gnu.org>
8855
8856 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8857 Don't test x-popup-menu.
8858 (function) <complete-function>: Complete only fbound symbols.
8859 <validate, value>: New.
8860 (variable) <complete-function>: Complete only bound symbols.
8861 (coding-system): Add :base-only, :complete-function, :validate,
8862 :value, :prompt-match.
8863 (widget-coding-system-prompt-value): Use read-coding-system and
8864 act on :base-only.
8865 (editable-field): Add :help-echo.
8866 (widget-push-button-gui, widget-push-button-cache)
8867 (widget-gui-action, widget-editable-list-gui): COmment out, along
8868 with uses.
8869 (widget-at): Make arg optional.
8870 (widget-echo-help): Adjust for current help-echo calling sequence.
8871 (widget-specify-field, widget-specify-button)
8872 (widget-specify-insert, widget-get-sibling, widget-image-find)
8873 (widget-convert, widget-insert, widget-leave-text)
8874 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8875 (widget-setup, widget-field-find, widget-before-change)
8876 (widget-after-change, widget-default-complete)
8877 (widget-default-create, widget-default-delete)
8878 (widget-push-button-value-create, editable-field)
8879 (widget-field-prompt-value, widget-field-validate)
8880 (widget-choice-value-create, widget-choice-action)
8881 (widget-choice-validate, widget-checklist-add-item)
8882 (widget-radio-add-item, widget-radio-chosen)
8883 (widget-radio-value-inline, widget-editable-list-value-create)
8884 (widget-editable-list-entry-create)
8885 (widget-documentation-link-add)
8886 (widget-documentation-string-value-create)
8887 (widget-regexp-validate, widget-file-complete)
8888 (widget-sexp-validate, widget-plist-convert-widget)
8889 (widget-plist-convert-widget, widget-alist-convert-widget)
8890 (widget-alist-convert-widget, widget-color-complete): Simplify,
8891 particularly to avoid bindings which aren't optimized out.
8892
8893 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8894 Doc fix.
8895 (down-list, backward-up-list, up-list, kill-sexp)
8896 (backward-kill-sexp, mark-sexp): Make arg optional.
8897 (lisp-complete-symbol): Add optional arg PREDICATE.
8898
8899 * cus-start.el: Add display-buffer-reuse-frames,
8900 file-coding-system-alist.
8901
89022000-08-20 Gerd Moellmann <gerd@gnu.org>
8903
8904 * startup.el (command-line): Clear realized faces after
8905 modifying TTY color mappings.
8906
89072000-08-20 Miles Bader <miles@gnu.org>
8908
8909 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8910 merely a subset of FACE's attributes.
8911
89122000-08-19 Miles Bader <miles@gnu.org>
8913
8914 * comint.el (comint-output-filter): Save the point with a marker,
8915 not just a buffer position.
8916
8917 * international/mule.el (set-buffer-process-coding-system): Make
8918 interactive prompt less confusing.
8919
89202000-08-19 Gerd Moellmann <gerd@gnu.org>
8921
8922 * hilit-chg.el: General cleanup of doc strings, comments and
8923 code formatting.
8924
89252000-08-19 Miles Bader <miles@gnu.org>
8926
8927 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8928 Compiler macro removed; beginning-of-line is no longer always
8929 equivalent to forward-line, in the presence of fields.
8930
8931 * comint.el (comint-output-filter): Remove ad-hoc saving of
8932 restriction, and just use save-restriction, now that it works
8933 correctly. Don't adjust comint-last-input-start to account for
8934 our insertion; it shouldn't have moved because we don't use
8935 insert-before-markers anymore. Comment out call to
8936 `force-mode-line-update'; why is it here?
8937
8938 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8939 while checking for prompt to delete. Use `forward-line 0'
8940 instead of beginning-of-line.
8941 (gud-filter): Temporarily widen gud comint buffer while
8942 examining output.
8943
89442000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8945
8946 * progmodes/sh-script.el: Big bag of typos.
8947
8948 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8949 check since ispell-process is not bound when ispell is not yet loaded.
8950
89512000-08-18 Dave Love <fx@gnu.org>
8952
8953 * image.el (find-image): Copy `spec' before using plist-put.
8954
89552000-08-18 Gerd Moellmann <gerd@gnu.org>
8956
8957 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8958 `portugues'.
8959
8960 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8961 backward-kill-sexp, analogous to kill-sexp.
8962
8963 * progmodes/icon.el (icon-indent-line)
8964 (icon-is-continuation-line): Handle comments specially.
8965
89662000-08-17 Ken Stevens <k.stevens@ieee.org>
8967
8968 * ispell.el: Set to standard author/maintainer/keyword fields.
8969 Fine tuning to menu map appearance and operation, and added help.
8970 Remove `start' and `end' error messages when compiling.
8971 (ispell-choices-win-default-height): Fixed comment string.
8972 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8973 castellano8 dictionaries.
8974 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8975 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8976 dictionary, added italiano dictionary.
8977 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8978 word character
8979 (ispell-tex-skip-alists): Added psfig support.
8980 (ispell-skip-html): Renamed from ispell-skip-sgml.
8981 (ispell-begin-skip-region-regexp, ispell-skip-region)
8982 (ispell-minor-check): Improved html skipping support to skip across
8983 code, and recognize `&' commands without propper `;' syntax;
8984 (ispell-process-line): Fix alignment error when manually
8985 correcting spelling.
8986 (ispell): Fix comment string.
8987 (ispell-add-per-file-word-list): Always put word list on new line.
8988
89892000-08-17 Gerd Moellmann <gerd@gnu.org>
8990
8991 * format.el (format-encode-run-method): Fix error message to say
8992 `encode' instead of `decode'. Use save-window-excursion around
8993 shell-command-on-region as in format-decode-run-method because
8994 shell-command-on-region can display a buffer with error output.
8995 (format-decode): Don't record undo information for the decoding.
8996 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8997 that number part of the temporary buffer name so that more than
8998 one decoding using a temporary buffer can happen safely.
8999
9000 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9001 of `A-z' in the regexp.
9002
9003 * hilit-chg.el: Fix typos in commentary.
9004
9005 * help.el (view-emacs-news): Rewritten for new naming scheme
9006 for old NEWS files.
9007
9008 * startup.el (command-line): Pop to *Messages* in case an error
9009 is signaled while loading user-init-file.
9010
90112000-08-17 Andreas Schwab <schwab@suse.de>
9012
9013 * files.el (insert-directory): Don't lose original file name,
9014 undoing an undocumented change.
9015
90162000-08-17 Alex Schroeder <alex@gnu.org>
9017
9018 * sql.el (sql-magic-go): Use comint-bol.
9019 (sql-copy-column): Use comint-line-beginning-position.
9020 (comint-line-beginning-position): Define a replacement for
9021 comint-line-beginning-position if it is not fboundp.
9022
90232000-08-17 Alex Schroeder <alex@gnu.org>
9024
9025 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9026 it didn't have any effect anyway.
9027
90282000-08-17 Alex Schroeder <alex@gnu.org>
9029
9030 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9031 --pset and pager=off instead of sending \\o|cat at the beginning
9032 of the session.
9033
90342000-08-17 Miles Bader <miles@gnu.org>
9035
9036 * progmodes/octave-inf.el: Add compatibility definition of
9037 comint-line-beginning-position.
9038
90392000-08-17 Kenichi Handa <handa@etl.go.jp>
9040
9041 * startup.el (normal-top-level): Look in each dir in load-path for
9042 a leim-list.el file too. This assures of loading leim-list.el
9043 that is created at Emacs installation time even if a user have his
9044 own leim-list.el.
9045
90462000-08-17 Miles Bader <miles@gnu.org>
9047
9048 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9049 foreground color to black if the background is dark.
9050
90512000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9052
9053 * loadhist.el (unload-feature): Typo.
9054
9055 * finder.el (finder-compile-keywords):
9056 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9057 to the generated file.
9058
9059 * mail/mh-e.el (mh-make-local-vars):
9060 Replace make-variable-buffer-local with make-local-variable.
9061
9062 * play/landmark.el:
9063 * options.el (Edit-options-{set,toggle,t,nil}):
9064 * mail/mailabbrev.el (mail-abbrevs-mode):
9065 * textmodes/tex-mode.el (tex-expand-files):
9066 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9067
9068 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9069
9070 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9071 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9072 Allow going past the last element.
9073 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9074 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9075 (cvs-mouse-toggle-mark): Don't move point.
9076 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9077
9078 * progmodes/compile.el (grep): Provide a default set of files.
9079 (next-error): Docstring fix.
9080 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9081
9082 * emacs-lisp/easy-mmode.el (define-minor-mode):
9083 Use `symbol-value' to keep the byte-compiler quiet.
9084
9085 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9086 (diff-find-source-location): New fun, extracted from diff-goto-source.
9087 (diff-goto-source): Use it.
9088 (diff-next-complex-hunk, diff-filter-lines): New function.
9089 (diff-apply-hunk): New command.
9090
9091 * smerge-mode.el (smerge-mode-menu): Doc fix.
9092
9093 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9094
90952000-08-16 Dave Love <fx@gnu.org>
9096
9097 * windmove.el (windmove) <defgroup>: Add :version.
9098
9099 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9100 (goto-address-fontify-p, goto-address-highlight-p)
9101 (goto-address-url-face, goto-address-url-mouse-face)
9102 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9103 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9104 (goto-address-fontify, goto-address-at-mouse): Simplify,
9105 (goto-address-at-point): browse-url-url-at-point,
9106 goto-address-find-address-at-point can return nil.
9107 (goto-address-find-address-at-point): Return nil on failure.
9108
9109 * align.el (align) <defgroup>: Add :version.
9110
9111 * calculator.el (calculator): Add :version.
9112 (calculator): Use two lines for calculator window if `modeline'
9113 face is boxed.
9114
9115 * play/5x5.el: Doc fixes.
9116 (5x5) <defgroup>: Add :version.
9117
9118 * play/fortune.el (fortune) <defgroup>: Add :version.
9119 (fortune-append): Fix error message.
9120 (fortune-from-region): Doc fix.
9121
9122 * play/pong.el (pong): Doc fix.
9123
9124 * play/morse.el: Keywords, commentary, autoloads.
9125
91262000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9127
9128 * desktop.el (desktop-save): Don't look at symbol-value of a
9129 member of minor-mode-alist, unless it is boundp.
9130
91312000-08-16 Sam Steingold <sds@gnu.org>
9132
9133 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9134 `while'; use `with-current-buffer' instead of `save-excursion'.
9135 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9136
91372000-08-16 Kenichi Handa <handa@etl.go.jp>
9138
9139 * international/ccl.el (declare-ccl-program): Docstring modified.
9140 (ccl-execute-with-args): Likewise.
9141
91422000-08-16 Miles Bader <miles@gnu.org>
9143
9144 * progmodes/sql.el: Add compatibility definition of
9145 comint-line-beginning-position.
9146
91472000-08-15 Gerd Moellmann <gerd@gnu.org>
9148
9149 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9150 'buffer-menu' property.
9151 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9152 fails.
9153 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9154 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9155 wasn't killed.
9156
9157 * buff-menu.el (list-buffers-noselect): Don't display the
9158 *Buffer List* buffer.
9159
9160 * font-lock.el: Require jit-lock to prevent a very late
9161 `Loading jit-lock' message.
9162
9163 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9164 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9165 mail address.
9166
91672000-08-15 Miles Bader <miles@gnu.org>
9168
9169 * textmodes/ispell.el (ispell-graphic-p): New constant.
9170 (ispell-choices-win-default-height, ispell-help): Use
9171 `ispell-graphic-p' instead of `xemacsp'.
9172
91732000-08-15 Dave Love <fx@gnu.org>
9174
9175 * simple.el: Autoload widget-convert when compiling.
9176 (mail-user-agent): Doc fix.
9177
9178 * help.el (function-called-at-point, variable-at-point): Use
9179 with-syntax-table.
9180 (help-manyarg-func-alist): Add insert-and-inherit.
9181
9182 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9183
9184 * delsel.el (delsel-unload-hook): New function.
9185
9186 * find-file.el: Doc fixes. Move provide to end.
9187 (ff) <defgroup>: Add :link.
9188 (ff-goto-click): Deleted.
9189 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9190 Use mouse-set-point.
9191
9192 * textmodes/tildify.el: Doc fixes.
9193 (tildify) <defgroup>: Add:version.
9194
9195 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9196 (glasses-custom-set): Use set-default, not set.
9197 (minor-mode-alist): Propertize the lighter.
9198 (glasses-mode): Provide optional arg.
9199
9200 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9201 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9202 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9203 option. Provide :type.
9204 (cwarn-configuration): Provide :type.
9205 (cwarn-mode): Doc fix.
9206
9207 * add-log.el (change-log-merge): Doc fix.
9208 (change-log-redate): New command.
9209
9210 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9211 Doze and Dog.
9212 (browse-url): Use dolist, not mapcar.
9213 (browse-url-at-point): Check for null url.
9214 (browse-url-event-buffer, browse-url-event-point): Functions
9215 deleted.
9216 (browse-url-at-mouse, browse-url-netscape): Simplify.
9217
9218 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9219 modes.
9220 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9221 Fix previous change to mapcan.
9222 (msb--init-file-alist, msb--add-separators)
9223 (msb--make-keymap-menu): Simplify.
9224 (msb--choose-file-menu): Use copy-sequence.
9225 (msb-mode-map): Add title to keymap.
9226 (msb-unload-hook): New function.
9227
9228 * bs.el: Fix indentation.
9229 (bs) <defgroup>: Add :links.
9230 (bs-show): Doc fix.
9231 (bs-apply-sort-faces): Don't use window-system.
9232 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9233
92342000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9235
9236 * calendar/timeclock.el (timeclock-file): Run .timelog through
9237 convert-standard-filename.
9238
92392000-08-14 Gerd Moellmann <gerd@gnu.org>
9240
9241 * emacs-lisp/authors.el: New file.
9242
9243 * paren.el (show-paren-priority): New user option.
9244 (show-paren-function): Set overlay priorities to
9245 show-paren-priority.
9246
92472000-08-14 Miles Bader <miles@gnu.org>
9248
9249 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9250 beginning-of-line with inhibit-field-text-motion bound.
9251
92522000-08-14 Gerd Moellmann <gerd@gnu.org>
9253
9254 * calendar/timeclock.el: New file.
9255
92562000-08-14 David Ponce <david@dponce.com>
9257
9258 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9259 `widget-button-click'. so that one can use left mouse button to
9260 click on dialog buttons.
9261
92622000-08-14 Emmanuel Briot <briot@gnat.com>
9263
9264 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9265 identifiers, since XML is case sensitive
9266
92672000-08-12 Miles Bader <miles@gnu.org>
9268
9269 * comint.el (comint-output-filter): Don't bother frobbing
9270 window-start, it doesn't seem to be necessary.
9271
9272 * comint.el (comint-send-string, comint-send-region): Make into
9273 real functions. Snapshot the prompt before sending.
9274
92752000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9278 technique similar to Info-index, instead of relying on specific
9279 names of relevant Index nodes.
9280 (Info-goto-emacs-command-node): Bind Info-history to nil when
9281 going to the first node found by Info-find-emacs-command-nodes.
9282
92832000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9284
9285 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9286
92872000-08-10 Miles Bader <miles@gnu.org>
9288
9289 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9290
92912000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * info.el (Info-file-list-for-emacs): More elements for the
9294 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9295 and woman manuals.
9296
92972000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9298
9299 * comint.el (comint-send-input): Make the newline boundary overlay
9300 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9301 (comint-output-filter): Use `insert' instead of
9302 `insert-before-markers'. Extend comint-last-output-overlay when
9303 necessary since we can't rely on insert-before-markers to do it.
9304 * gud.el (gud-filter): Use `with-current-buffer' instead of
9305 save-excursion when inserting the output, so that point gets
9306 updated correctly; the old method relied on a rather dodgy
9307 side-effect of comint-output-filter to avoid the effect of
9308 save-excursion.
9309
93102000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9311
9312 * files.el (recover-file): Call insert-directory instead of
9313 invoking `ls' directly.
9314
93152000-08-10 Miles Bader <miles@gnu.org>
9316
9317 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9318 (comint-last-prompt-overlay): New variables.
9319 (comint-output-filter): Implement prompt highlighting.
9320 (comint-snapshot-last-prompt): New function.
9321 (comint-send-input): Snapshot the last prompt.
9322 Use comint-highlight-input-face.
9323 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9324 Use defface instead of defcustom.
9325 (send-invisible, comint-send-eof): Snapshot the last prompt.
9326 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9327 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9328
93292000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9330
9331 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9332 (regexp-opt-group): Use a list of chars for `letters'.
9333 (regexp-opt-charset): `chars' is now a list of chars.
9334 Use a char-table rather than a vector so it works for multibyte chars.
9335
9336 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9337 Set cvs-minor-current-files to the selected fileinfo.
9338 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9339 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9340
93412000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9342
9343 * files.el (insert-directory): Don't call access-file on
9344 directories on DOS and Windows.
9345
93462000-08-09 Kenichi Handa <handa@etl.go.jp>
9347
9348 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9349 longer if necessary.
9350 (ccl-embed-code): Call ccl-embed-data to store CODE in
9351 ccl-program-vector.
9352
93532000-08-09 Miles Bader <miles@gnu.org>
9354
9355 * comint.el (comint-output-filter): Properly handle the case where
9356 the text surrounded by comint-last-output-overlay was deleted.
9357
93582000-08-08 Gerd Moellmann <gerd@gnu.org>
9359
9360 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9361 non-nil.
9362 (Info-file-list-for-emacs): Remove "info" from the list because
9363 that leads to trying to use the documentation from file `info'
9364 in various situations where it isn't appropriate, for instance
9365 C-h C-k C-h i.
9366
9367 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9368 DIR and/or STRING are nil.
9369
9370 * progmodes/compile.el (compilation-setup): Make variable
9371 compilation-error-screen-columns buffer-local, as some comment
9372 in the code suggests it should be.
9373
9374 * files.el (auto-mode-interpreter-regexp): New variable.
9375 (set-auto-mode): Use it.
9376
9377 * indent.el (indent-for-tab-command): Doc fix.
9378
9379 * mouse-sel.el (mouse-sel-mode): Doc fix.
9380
9381 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9382 labels.
9383
9384 * help.el (print-help-return-message): When
9385 display-buffer-reuse-frames is set, let the help window been quit,
9386 instead of deleting it, which might delete a reused frame.
9387
93882000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9389
9390 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9391 rename a directory to a name that differs only by its letter case.
9392
93932000-08-08 Kenichi Handa <handa@etl.go.jp>
9394
9395 * international/quail.el (quail-define-rules): Handle Quail decode
9396 map correctly. Add code for supporting annotations.
9397 (quail-install-decode-map): New function.
9398 (quail-defrule-internal): New optional arguments decode-map and
9399 props.
9400 (quail-advice): New function.
9401
94022000-08-07 Sam Steingold <sds@gnu.org>
9403
9404 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9405 `defconst', `define-condition', `with-slots'.
9406 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9407
94082000-08-03 Miles Bader <miles@gnu.org>
9409
9410 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9411 New variable.
9412 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9413 comint-use-prompt-regexp-instead-of-fields.
9414 (comint-send-input): Add `input' field property to stuff we send to
9415 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9416 (comint-output-filter): Add `output' field property to process
9417 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9418 (comint-replace-by-expanded-history)
9419 (comint-get-old-input-default, comint-show-output)
9420 (comint-backward-matching-input, comint-forward-matching-input)
9421 (comint-next-prompt, comint-previous-prompt): Use field
9422 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9423 (comint-line-beginning-position): New function.
9424 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9425 (comint-replace-by-expanded-history-before-point): Use
9426 comint-line-beginning-position and line-end-position.
9427 (comint-last-output-overlay): New variable.
9428 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9429
9430 * shell.el (shell-prompt-pattern): Doc change.
9431 (shell-backward-command): Use line-beginning-position.
9432
9433 * gud.el (gud-gdb-complete-command): Use
9434 comint-line-beginning-position.
9435
9436 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9437 comint-bol doesn't actually go to the beginning of the line.
9438
9439 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9440 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9441 (try-expand-line-all-buffers): Likewise.
9442
9443 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9444 explicitly matching comint-prompt-regexp.
9445 (sql-copy-column): Use comint-line-beginning-position instead of
9446 explicitly matching comint-prompt-regexp.
9447
9448 * progmodes/octave-inf.el (inferior-octave-complete): Use
9449 comint-line-beginning-position.
9450
9451 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9452
9453 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9454 looking for a prompt, use `forward-line 0' instead of
9455 `beginning-of-line', to avoid getting caught by an input field.
9456
94572000-08-07 Gerd Moellmann <gerd@gnu.org>
9458
9459 * files.el (shell-quote-wildcard-pattern): Make sure to return
9460 PATTERN, in the Unix case.
9461
94622000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9463
9464 * play/zone.el (zone): Discard any pending input before running
9465 the randomly-chosen pgm.
9466
94672000-08-07 Kenichi Handa <handa@etl.go.jp>
9468
9469 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9470 checking the existence of any multibyte characters.
9471
94722000-08-06 Gerd Moellmann <gerd@gnu.org>
9473
9474 * help.el (describe-mode): Test minor-mode symbol for being
9475 bound before testing its value for being nil.
9476
9477 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9478 `first', `second', and `third'.
9479
9480 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9481 (second): Make it an alias for `cadr'.
9482
94832000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9484
9485 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9486 types of display support faces now.
9487
94882000-08-05 Gerd Moellmann <gerd@gnu.org>
9489
9490 * pcvs.el (require): Require `cl' during compilation, only.
9491
9492 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9493 (toplevel): Remove `remq' and `remove' from autoloads.
9494 (cl-fake-autoloads): New variable. If set, arrange for an error
9495 when CL functions etc. are autoloaded.
9496
94972000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9498
9499 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9500
9501 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9502 popped up, but the user clicks outside the menu, return an empty
9503 regexp (that causes unhighlight-regexp to have no effect).
9504
9505 * menu-bar.el (menu-bar-games-menu): Add Zone.
9506
9507 * hi-lock.el (toplevel): Require font-lock.
9508
95092000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9510
9511 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9512 (ebnf-8-bit-chars): New var for bug fix.
9513 (ebnf-string): Bug fix.
9514
95152000-08-03 Sam Steingold <sds@gnu.org>
9516
9517 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9518 instead of `buffer-string'.
9519 (require 'cl): Always, not just when compiling.
9520 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9521 necessary.
9522
95232000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9524
9525 * international/mule-cmds.el (select-safe-coding-system): Make
9526 the message text about selecting a safe coding system more clear.
9527
95282000-08-02 Gerd Moellmann <gerd@gnu.org>
9529
9530 * hi-lock.el: New file.
9531
9532 * play/zone.el: New file.
9533
9534 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9535 value of tab-width in the original buffer. Choose a line number
9536 format that's a multiple of the original buffer's tab width, so
9537 that lines appear right.
9538
9539 * textmodes/ispell.el (ispell): New function, replacing an alias.
9540 Spell-check active region if in transient-mark-mode and mark
9541 is active; otherwise spell-check buffer.
9542
95432000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9544
9545 * ps-mule.el: Fix a customization problem on
9546 ps-mule-font-info-database-default.
9547
95482000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9551 display-mouse-p instead of window-system.
9552 (ebrowse-member-mode-map): Ditto.
9553
95542000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9555
9556 * progmodes/ebnf2ps.el: Update ps-print functions call.
9557 Indentation fix. Doc fix.
9558 (ebnf-version): New version number (3.2).
9559 (ebnf-format-color, ebnf-begin-job): Code fix.
9560
95612000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9562
9563 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9564 font lock support on window-system.
9565 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9566
9567 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9568 display-color-p, if fboundp, instead of window-system.
9569
95702000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9573 instead of window-system.
9574
9575 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9576 window-system.
9577 (widget-choice-mouse-down-action): Use display-popup-menus-p
9578 instead of window-system.
9579
9580 * strokes.el (strokes-file): Run the file name through
9581 convert-standard-filename.
9582 (strokes-mode): Call display-mouse-p instead of looking at
9583 window-system. Change the error message accordingly.
9584
9585 * progmodes/cpp.el (toplevel): Support faces on tty's.
9586
9587 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9588 (lm-plot-square, lm-init-display): Don't use window-system.
9589
9590 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9591 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9592
9593 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9594 instead of looking at window-system.
9595
95962000-07-30 Gerd Moellmann <gerd@gnu.org>
9597
9598 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9599 of testing if iswitchb-prepost-hooks is bound, because the
9600 latter will always be true when invoking a recursive minibuffer
9601 from an active Iswitchb buffer.
9602
96032000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9604
9605 * files.el (shell-quote-wildcard-pattern): New function.
9606 (insert-directory): Call it. Only prepend "\" to command on Unix
9607 and GNU/Linux systems.
9608
96092000-07-30 Gerd Moellmann <gerd@gnu.org>
9610
9611 * eshell/esh-groups.el: Change custom :link file names
9612 from `eshell.info' to `eshell'.
9613
96142000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9615
9616 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9617 correctly in recursive ange-ftp listings.
9618
96192000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9620
9621 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9622 ps-header-font-size-internal and
9623 ps-header-title-font-size-internal variables are not set,
9624 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9625 face text property is (foreground-color . COLOR) or
9626 `(background-color . COLOR)', ps-print crashes. Doc fix.
9627 (ps-print-version): New version number (5.2.4).
9628 (ps-plot-region): Code fix.
9629 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9630 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9631 Bug fix 2.
9632
96332000-07-30 Milan Zamazal <pdm@freesoft.cz>
9634
9635 * glasses.el (glasses-make-readable): Fix uncapitalization of
9636 identifiers like `myXMLDocument'.
9637
96382000-07-28 Karl Fogel <kfogel@red-bean.com>
9639
9640 * mail/mail-hist.el (mail-hist-previous-input)
9641 (mail-hist-next-input): Do the obvious code factorization.
9642 (mail-hist-retrieve-and-insert): New func, contains common
9643 code of above two.
9644 If inserting a message body, leave point at top.
9645
96462000-07-28 Sam Steingold <sds@gnu.org>
9647
9648 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9649 Use `<=', not `<' to compare times!
9650 (ange-ftp-ls): Remove.
9651
96522000-07-27 Gerd Moellmann <gerd@gnu.org>
9653
9654 * play/cookie1.el: Add explanation of how to make cookie.el
9655 compatible with strfile(1) to comment.
9656
9657 * subr.el (remove, remq): New functions.
9658
9659 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9660 escape `*' in regexps.
9661 (midnight-find): Reverse order of arguments in the funcall of
9662 TEST.
9663
9664 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9665 and `.class'.
9666
9667 * play/meese.el: Add Commentary section.
9668
96692000-07-27 Alex Schroeder <alex@gnu.org>
9670
9671 * sql.el (sql-ms): Added autoload cookie.
9672 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9673 (sql-oracle): Ditto.
9674 (sql-help): Doc change.
9675
9676 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9677 types and exceptions.
9678
96792000-07-27 Alex Schroeder <alex@gnu.org>
9680
9681 * sql.el (sql-placeholder-history): New variable.
9682 (sql-query-placeholders-and-send): New function that will query
9683 the user and replace placeholders with user input.
9684 (sql-oracle): If running on NT, set comint-input-sender to
9685 sql-query-placeholders-and-send.
9686
9687 (sql-stop): If in the SQLi buffer, insert stop notification, else
9688 present it as a message.
9689
96902000-07-27 Alex Schroeder <alex@gnu.org>
9691
9692 * sql.el (sql-input-ring-separator): Doc change.
9693 (sql-input-ring-file-name): Doc change.
9694 (sql-interactive-mode): Use `sql-input-ring-separator' and
9695 `sql-input-ring-file-name' to set the comint-mode equivalents
9696 without making them local variables.
9697 (sql-stop): Don't bind `sql-input-ring-separator' and
9698 `sql-input-ring-file-name' dynamically to their comint-mode
9699 equivalents.
9700
97012000-07-27 Kenichi Handa <handa@etl.go.jp>
9702
9703 * international/mule.el (register-char-codings): New function.
9704 (make-coding-system): Handle `safe-chars' specification in the arg
9705 PROPERTY.
9706
9707 * international/mule-cmds.el
9708 (find-coding-systems-region-subset-p): This function deleted.
9709 (sort-coding-systems-predicate): New variable.
9710 (sort-coding-systems): New function.
9711 (find-coding-systems-region): Use
9712 find-coding-systems-region-internal.
9713 (find-coding-systems-string): Use find-coding-systems-region.
9714 (find-coding-systems-for-charsets): Check
9715 char-coding-system-table.
9716 (select-safe-coding-system-accept-default-p): New variable.
9717 (select-safe-coding-system): Mostly rewritten. New argument
9718 ACCEPT-DEFAULT-P.
9719 (select-message-coding-system): Call select-safe-coding-system
9720 with ACCEPT-DEFAULT-P arg.
9721 (reset-language-environment): Reset default-sendmail-coding-system
9722 to the default value iso-latin-1.
9723 (set-language-environment): Don't set the obsolete variable
9724 charset-origin-alist.
9725
9726 * international/codepage.el (cp-coding-system-for-codepage-1):
9727 Give `safe-chars' property to make-coding-system.
9728
9729 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9730 calling select-message-coding-system twice.
9731
9732 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9733 instead of `safe-charsets'.
9734 (cyrillic-alternativnyj): Likewise.
9735 (ccl-encode-alternativnyj): Don't check the charset
9736 cyrillic-iso8859-5.
9737
97382000-07-27 Kenichi Handa <handa@etl.go.jp>
9739
9740 * composite.el (compose-chars-after): Preserve match data.
9741
97422000-07-26 Sam Steingold <sds@gnu.org>
9743
9744 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9745 (ange-ftp-real-file-newer-than-file-p): New function.
9746 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9747 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9748
9749 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9750 * midnight.el (midnight-float-time): Ditto.
9751
97522000-07-26 Andreas Schwab <schwab@suse.de>
9753
9754 * files.el (normal-backup-enable-predicate): Correct
9755 interpretation of the return value of compare-strings.
9756
97572000-07-26 Gerd Moellmann <gerd@gnu.org>
9758
9759 * isearch.el (isearch-resume): New function.
9760 (isearch-done): Add something to command-history to resume
9761 the search.
9762 (isearch-yank-line, isearch-yank-word): Use
9763 buffer-substring-no-properties instead of buffer-substring.
9764
9765 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9766 of flyspell-mouse-map.
9767
9768 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9769 duplicate definition.
9770 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9771
9772 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9773 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9774
97752000-07-25 Sam Steingold <sds@gnu.org>
9776
9777 * net/ange-ftp.el: Get modtime over the net.
9778 (ange-ftp-file-modtime): New function.
9779 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9780 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9781 Use it.
9782 (ange-ftp-dot-to-slash): New function.
9783 (ange-ftp-fix-name-for-vms): Use it.
9784
9785 * midnight.el (midnight-buffer-display-time): Use
9786 `with-current-buffer'.
9787
97882000-07-25 Gerd Moellmann <gerd@gnu.org>
9789
9790 * find-dired.el: Update copyright notice.
9791 (find-dired): Offer to kill a running `find'.
9792
9793 * enriched.el (enriched-face-ans): For a `foreground-color'
9794 property, return '(("x-color" COLOR))' so that COLOR will be
9795 output as a parameter of the x-color annotation. Likewise for the
9796 `background-color' property. In the case of normal face
9797 properties, don't return annotations for unspecified foreground
9798 and background face attributes.
9799
98002000-07-25 Kenichi Handa <handa@etl.go.jp>
9801
9802 * language/japan-util.el (japanese-katakana-region): Fix handling
9803 HANKAKU argument.
9804
98052000-07-25 Miles Bader <miles@gnu.org>
9806
9807 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9808 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9809 constrain-to-field.
9810
98112000-07-24 Andrew Innes <andrewi@gnu.org>
9812
9813 * timer.el (timer-activate-when-idle): Add optional parameter
9814 DONT-WAIT. Update docstring.
9815 (run-with-idle-timer): Specify extra parameter to
9816 timer-activate-when-idle, so that timer will be activated
9817 immediately if Emacs is already idle.
9818
9819 * w32-fns.el (w32-using-nt): Fix docstring.
9820
98212000-07-24 Dave Love <fx@gnu.org>
9822
9823 * mouse.el (popup-menu): Set last-command-event.
9824 (mouse-major-mode-menu-prefix): Declare.
9825
98262000-07-24 Gerd Moellmann <gerd@gnu.org>
9827
9828 * textmodes/flyspell.el: Update to author's version 1.5d.
9829
9830 * progmodes/hideshow.el: Update copyright notice.
9831
9832 * vcursor.el: Set maintainer to FSF, since author cannot
9833 be reached.
9834
98352000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9836
9837 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9838 the prompt.
9839
9840 * mouse.el (popup-menu): Run the keymap through indirect-function,
9841 in case it was defined with define-prefix-key. If the menu is a
9842 list of keymaps, look up the binding of user's choice in each one
9843 of the keymaps.
9844 (mouse-popup-menubar): If the global and local menu-bar keymaps
9845 don't have a prompt string, create one and insert it into the
9846 keymap. Don't barf if current-local-map returns nil.
9847
98482000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9849
9850 * dired.el (dired-sort-R-check): Added to allow recursive listing
9851 to be undone.
9852 (dired-sort-other): Use it.
9853
98542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9855
9856 * Release of cc-mode 5.27
9857
98582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9859
9860 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9861 c-beginning-of-statement-1 that caused a bad case of recursion
9862 which could consume a lot of CPU in large classes in languages
9863 that have in-expression classes (i.e. Java and Pike).
9864
9865 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9866 statements before top level constructs (i.e. case 6 is moved
9867 before case 5 and is now case 4) to catch in-expression
9868 classes in top level expressions correctly.
9869
98702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9871
9872 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9873 objc-method-intro. Case 4 removed and case 5I added.
9874
9875 * cc-langs.el (c-append-paragraph-start): New variable used by
9876 c-common-init to get paragraph-start correct.
9877 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9878 initialize paragraph-start to make it correct both with and
9879 without the javadoc special case.
9880
9881 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9882 initialize paragraph-start for javadoc markup.
9883
9884 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9885 change by defaulting this to t. It's motivated by the
9886 confusing behavior that otherwise arise from the style system
9887 when editing both java and non-java files at the same time
9888 (see the comments about style setting in c-common-init).
9889
98902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9891
9892 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9893 similar to the one in c-fill-paragraph to check the fill
9894 prefix from the adaptive fill function for sanity.
9895
98962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9897
9898 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9899 defun block.
9900
99012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9902
9903 * cc-mode.texi Documented the change of cpp-macro.
9904
99052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9906
9907 * cc-align.el (c-lineup-multi-inher): Handle lines with
9908 leading comma nicely. Extended to handle member initializers
9909 too.
9910
9911 * cc-engine.el: (c-beginning-of-inheritance-list,
9912 c-guess-basic-syntax): Fixed recognition of inheritance lists
9913 when the lines begins with a comma.
9914
9915 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9916
9917 * cc-vars.el (c-offsets-alist): Changed default for
9918 member-init-cont to c-lineup-multi-inher since it now handles
9919 member initializers and indents better for leading commas.
9920
99212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9922
9923 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9924 handling that caused class open lines to be recognized as
9925 statement-conts in some cases.
9926
9927 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9928 guessed by the adaptive fill function unless point is on the
9929 first line of a block comment.
9930
9931 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9932 when the buffer ends with a macro continuation char.
9933
9934 * cc-engine.el (c-guess-basic-syntax): Added support for
9935 function definitions as statements in Pike. The first
9936 statement in a lambda block is now labeled defun-block-intro
9937 instead of statement-block-intro.
9938
9939 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9940 so that the class surrounding point is selected, not the one
9941 innermost in the state.
9942
9943 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9944 recognition of switch labels having hanging multiline
9945 statements.
9946
9947 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9948 some code in c-guess-basic-syntax to a separate function.
9949 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9950 recognition of member inits with multiple line arglists.
9951 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9952 member-init-cont when the commas are in funny places.
9953
99542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9955
9956 * cc-defs.el (c-auto-newline): Removed this macro since it's
9957 not used anymore.
9958
9959 * cc-engine.el (c-looking-at-bos): New helper function.
9960 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9961 inexpr and toplevel classes apart in Pike.
9962
9963 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9964 of case 9A.
9965
9966 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9967 constant, since "class" can introduce an in-expression class
9968 in Pike nowadays.
9969
99702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9971
9972 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9973 indentation on cpp-macro lines.
9974
9975 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9976 a syntax modifier like comment-intro, to make it possible to
9977 get syntactic indentation for preprocessor directives. It's
9978 incompatible wrt to lineup functions on cpp-macro, but it has
9979 no observable effect in the 99.9% common case where cpp-macro
9980 is set to -1000.
9981
99822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9983
9984 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9985 member-init-cont when the preceding arglist is several lines.
9986
99872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9988
9989 * cc-styles.el (c-style-alist): The basic offset for the BSD
9990 style corrected to 8.
9991
99922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9993
9994 * cc-styles.el (c-style-alist): Adjusted the indentation of
9995 brace list openers in the gnu style.
9996
99972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9998
9999 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10000
10001 * cc-cmds.el (c-electric-brace, c-electric-slash,
10002 c-electric-star, c-electric-semi&comma, c-electric-colon,
10003 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10004 when c-syntactic-indentation is nil.
10005
10006 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10007 we were left at comments preceding the first statement when
10008 reaching the beginning of the buffer.
10009
10010 * cc-vars.el (c-syntactic-indentation): New variable to turn
10011 off all syntactic indentation.
10012
100132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10014
10015 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10016 between the text and the block comment ender when it hangs,
10017 depending on how many there are before the fill.
10018
100192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10020
10021 * cc-engine.el (c-beginning-of-closest-statement): New helper
10022 function to go back to the closest preceding statement start,
10023 which could be inside a conditional statement.
10024 * cc-engine.el (c-guess-basic-syntax): Use
10025 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10026
10027 * cc-engine.el (c-guess-basic-syntax): Better handling of
10028 arglist-intro, arglist-cont-nonempty and arglist-close when
10029 the arglist is nested inside parens. Cases 7A, 7C and 7F
10030 changed.
10031
10032 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10033 up-to-date with javadoc 1.2.
10034
100352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10036
10037 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10038 multiline Pike type decls.
10039
100402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10041
10042 * cc-cmds.el (c-indent-new-comment-line): Always break
10043 multiline comments in multiline mode, regardless of
10044 comment-multi-line.
10045
100462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10047
10048 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10049 fully::qualified::names in C++ member init lists. Preamble in
10050 case 5D changed.
10051
100522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10053
10054 * cc-langs.el (c-common-init): Handling of obsolete variables
10055 moved to c-initialize-cc-mode. More compatible style override
10056 when using global style variables.
10057 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10058 variables moved here.
10059
10060 * cc-mode.texi: Documented the special behavior of
10061 c-special-indent-hook as a style variable. Don't talk about
10062 doing (c-make-styles-buffer-local t) in a mode hook, since
10063 that's already too late to work right.
10064
10065 * cc-styles.el (c-make-styles-buffer-local): Flag style
10066 variable localness in c-style-variables-are-local-p to make
10067 the compatibility measure in c-common-init work well.
10068
10069 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10070 longer contain set-from-style.
10071 * cc-styles.el (c-initialize-builtin-style): Don't check for
10072 set-from-style on c-special-indent-hook.
10073 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10074 copy-alist is sufficient now.
10075
10076 * cc-styles.el (c-set-style, c-set-style-1,
10077 c-get-style-variables): Fixes to variable initialization so
10078 that duplicate entries in styles have the same effect
10079 regardless of DONT-OVERRIDE.
10080
10081 * cc-styles.el (c-set-style-2): Fixed bug where the
10082 initialization of inheriting styles failed when the
10083 dont-override flag is set.
10084
10085 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10086 on this.
10087
100882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10089
10090 * cc-defs.el (c-forward-comment): Removed the workaround
10091 introduced in 5.38 since it had worse side-effects. If a line
10092 contains the string "//\"", it regarded the // as a comment
10093 start since the \ temporarily doesn't have escape syntax.
10094
100952000-07-17 Emmanuel Briot <briot@act-europe.fr>
10096
10097 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10098 ada-xref.el before ada-prj.el, so that the Project menu is created
10099 when ada-prj tries to add to it.
10100 (ada-activate-keys-for-case): Suppress the characters that are not
10101 part of the Ada syntax. Better compatibility with else-mode
10102 (ada-adjust-case-interactive): When auto-casing is not active,
10103 correctly insert newlines (used to insert only ^M). Prevent the
10104 syntax table from being changed in case of an error
10105 (or '_' becomes part of a word and some commands are confused).
10106 Do nothing if ada-auto-case is nil.
10107 (ada-after-keyword-p): Ignore keywords that are also attributes
10108 (ada-batch-reformat): Update usage comment
10109 (ada-call-from-contextual-menu): New function
10110 (ada-case-read-exceptions): Reinitialize the casing exception list
10111 first to nil first, so that the casing exception file can be
10112 shared.
10113 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10114 files.
10115 (ada-compile-goto-error): Fix regexp used to detect a file:line
10116 anywhere in the error message
10117 (ada-contextual-menu-last-point): New variable
10118 (ada-create-keymap): If the variable delete-key-deletes-forward is
10119 t on XEmacs, it means that DEL should delete one character
10120 forward.
10121 (ada-create-menu): Use :included instead of :visible for XEmacs.
10122 New submenu "Options".
10123 (ada-end-stmt-re): Correctly indent "select ... then abort"
10124 statements.
10125 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10126 even if they don't match ada-fill-comment-prefix Fix handling of
10127 paragraphs on the first or last line of a file.
10128 (ada-format-paramlist): Fix handling of default parameter values.
10129 (ada-get-body-name): New function.
10130 (ada-get-current-indent): Optimized by searchling directly for an
10131 existing generic part or a statement outside of it. Handle
10132 ada-indent-align-comments when indenting comments Replaced some
10133 regexps by testing directly the next character. This results in a
10134 huge speedup on some files. New indentation scheme for renames
10135 statements. Stop looking for the 'while' or 'for' associated with
10136 a 'loop' at the first semicolon encountered. A "return" can also
10137 match an anonymous access subprogram declaration.
10138 (ada-get-indent-noindent): Ignore strings and comments when
10139 looking for the keywords "record" and "private".
10140 (ada-goto-matching-decl-start): When matching "if", make sure we
10141 are not in fact seeing "end if". Ignore "when" statements except
10142 when initial keyword was "begin". Fix handling of nested
10143 procedures. Add a recursive call to this function to skip over
10144 other 'end' statmts. Fix indentation for "when .. => begin"
10145 (ada-in-open-paren-p): Fix indentation for complex boolean
10146 expressions, where 'and then', 'or else' and parenthesis
10147 statements are mixed up.
10148 (ada-in-paramlist-p): Skip comments while searching for the
10149 beginning Fix handling of operator declarations.
10150 (ada-indent-align-comments): New variable
10151 (ada-indent-current): Change the syntax table only in the
10152 protected section, so that we are sure it is restored correctly.
10153 (ada-indent-on-previous-lines): Use ada-use-indent and
10154 ada-with-indent Correctly indent "select ... then"
10155 (ada-indent-region): Slight speedup.
10156 (ada-indent-renames): New variable.
10157 (ada-last-which-function-subprog, ada-last-which-function-line):
10158 New variables
10159 (ada-looking-at-semi-private): Correctly indent the 'private'
10160 keyword when it is the first word in a package declaration.
10161 (ada-loose-case-word): Stop searching if at the end of the buffer.
10162 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10163 even if point is not initially at the end of the word.
10164 (ada-matching-decl-start-re): Add "when".
10165 (ada-mode): Add support for abbrev-mode, outline-mode and
10166 which-func-mode Override the old find-file.el entry in
10167 ff-special-constructs since it is using the obsolete
10168 ada-spec-suffix variable
10169 (ada-no-auto-case): New function
10170 (ada-scan-paramlist): When parsing the argument type, accept
10171 spaces (as in "X 'Class", generated by Rational Rose).
10172 (ada-other-file-name): No longer loads the other file.
10173 (ada-popup-menu): Save and restore the current buffer and cursor
10174 position before and after displaying the menu.
10175 (ada-search-ignore-complex-boolean): New function.
10176 (ada-uncomment-region): Emacs21 already knows how to delete
10177 comments not starting in the first column.
10178 (ada-use-indent): New variable
10179 (ada-which-function): New function.
10180 (ada-with-indent): New variable
10181 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10182 can be batch-compiled from the command line.
10183
10184 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10185 Add to the menu when the file is loaded, not in ada-mode-hook.
10186 Add -toolbar to the default ddd command Switches moved from
10187 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10188 ada-prj-default-comp-opt
10189 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10190 Reference Manual to the menu
10191 (ada-check-current): rewritten as a call to ada-compile-current
10192 (ada-compile): Removed.
10193 (ada-compile-application, ada-compile-current, ada-check-current):
10194 Set the compilation-search-path so that compile.el automatically
10195 finds the sources in src_dir. Automatic scrollong of the
10196 compilation buffer. C-uC-cC-c asks for confirmation before
10197 compiling
10198 (ada-compile-current): New parameter, prj-field
10199 (ada-complete-identifier): Load the .ali file before doing
10200 processing
10201 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10202 conform to gnatmake's behavior.
10203 (ada-find-file-in-dir): New function
10204 (ada-find-references): Set the environment variables for gnatfind
10205 (ada-find-src-file-in-dir): New function.
10206 (ada-first-non-nil): Removed
10207 (ada-gdb-application): Add support for jdb, the java debugger.
10208 (ada-get-ada-file-name): Load the original-file first if not done
10209 yet.
10210 (ada-get-all-references): Handles the new ali syntax (parent types
10211 are found between <>).
10212 (ada-initialize-runtime-library): New function
10213 (ada-mode-hook): Always load a project file when a file is opened,
10214 so that the casing exceptions are correctly read.
10215 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10216 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10217 to open the project file, since the latter does not work with
10218 speedbar Get default values before loading the prj file, or the
10219 default executable file name is wrong. Use the absolute value of
10220 src_dir to initialize ada-search-directories and
10221 compilation-search-path,... Add the standard runtime library to
10222 the search path for find-file.
10223 (ada-prj-default-debugger): Was missing an opening '{'
10224 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10225 variables.
10226 (ada-prj-default-gnatmake-opt): New variable
10227 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10228 buffers, the project file is the default one Save the windows
10229 configuration before displaying the menu.
10230 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10231 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10232 ...) regexp-quote identifiers names to support operators +,
10233 -,... in regexps.
10234 (ada-remote): New function.
10235 (ada-run-application): Erase the output buffer before starting the
10236 run Support remote execution of the application. Use
10237 call-process, or the arguments are incorrectly parsed
10238 (ada-set-default-project-file): Reread the content of the active
10239 project file, not the one from the current buffer When a project
10240 file is set as the default project, all directories are
10241 automatically associated with it.
10242 (ada-set-environment): New function
10243 (ada-treat-cmd-string): New special variable ${current}
10244 (ada-treat-cmd-string): Revised. The substitution is now done for
10245 any ${...} substring
10246 (ada-xref-current): If no body was found, compiles the spec
10247 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10248 compiler to get rid of command line length limitations.
10249 (ada-xref-get-project-field): New function
10250 (ada-xref-project-files): New variable
10251 (ada-xref-runtime-library-specs-path)
10252 (ada-xref-runtime-library-ali-path): New variables
10253 (ada-xref-set-default-prj-values): Default run command now does a
10254 cd to the build directory. New field: main_unit Provide a default
10255 file name even if the current buffer has no prj file.
10256
10257 * ada-prj.el:
10258 Rewritten to show a tabbed-dialog.
10259 (ada-prj-add-ada-menu): Remove the map and name parameters.
10260 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10261 New function
10262 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10263 (ada-prj-load-from-file): New function
10264 (ada-prj-save): Always save fields that depend on the current buffer
10265 (ada-prj-show-value): New function
10266
10267 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10268 Ada mode. This will allow us to display the Ada menu in any buffer
10269 we want (for project items).
10270 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10271 number of spaces in the header.
10272
102732000-07-24 Dave Love <fx@gnu.org>
10274
10275 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10276
102772000-07-23 Noah Friedman <friedman@splode.com>
10278
10279 * type-break.el (type-break): perform autosave.
10280 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10281 (type-break-do-query): Cancel query schedule while performing
10282 actual query, to avoid possibility of a second query being made
10283 while first one is already in progress.
10284 (type-break-time-stamp-format): New variable.
10285 (type-break-time-stamp): New function.
10286 (type-break-time-warning): Use it.
10287 (type-break-keystroke-warning): Use it.
10288 (type-break-noninteractive-query): Use it.
10289
10290 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10291 cookie.
10292 Use add-minor-mode to set minor-mode-alist, if available.
10293 (eldoc-echo-area-use-multiline-p): New user option.
10294 (eldoc-echo-area-multiline-supported-p): New variable.
10295 (eldoc-docstring-format-sym-doc): Use them.
10296 (eldoc-mode): If not using idle timers, append to local post and
10297 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10298 (eldoc-display-message-no-interference-p): Don't interfere with
10299 edebug.
10300 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10301 (eldoc-function-arglist): New function.
10302 (eldoc-function-argstring): Use it.
10303
10304 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10305 auto save directory exists before calling directory-files.
10306
103072000-07-23 Dave Love <fx@gnu.org>
10308
10309 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10310 ^o, ^u.
10311
103122000-07-21 Dave Love <fx@gnu.org>
10313
10314 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10315 now passed to the function. It now works properly.
10316
10317 * smerge-mode.el (smerge-mode-menu): Fill it out.
10318
103192000-07-20 Gerd Moellmann <gerd@gnu.org>
10320
10321 * info-look.el (info-lookup): If *info* is shown in another frame
10322 on the same display, select that frame, instead of switching to
10323 the Info buffer in another window of the selected frame.
10324
10325 * simple.el (universal-argument-map): Bind numeric keypad keys
10326 kp-0 to kp-9 and kp-subtract.
10327 (digit-argument): Handle these keys.
10328
103292000-07-20 Dave Love <fx@gnu.org>
10330
10331 * net/goto-addr.el (goto-address-fontify): Don't bother with
10332 buffer-modified and read-only stuff -- irrelevant with overlays.
10333 Put an extra property on the overlays and use it to clean up in
10334 case goto-address is re-run.
10335
103362000-07-19 Richard M. Stallman <rms@gnu.org>
10337
10338 * timer.el (run-with-idle-timer): Doc fix.
10339
10340 * mail/mail-utils.el (mail-strip-quoted-names):
10341 Handle case where <...> appears inside "...".
10342 Use replace-match to edit the string more simply.
10343 (rmail-dont-reply-to): Cope with an unmatched ".
10344
103452000-07-19 Dave Love <fx@gnu.org>
10346
10347 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10348 implementation.
10349
10350 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10351 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10352 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10353
103542000-07-19 Gerd Moellmann <gerd@gnu.org>
10355
10356 * textmodes/refer.el: Correct maintainer's email address.
10357
10358 * progmodes/hideif.el: Correct author's email address.
10359 Fix typo in comment.
10360
10361 * xml.el: New file.
10362
10363 * mail/mailheader.el: Correct author's mail address.
10364
10365 * gnus/parse-time.el: Correct author's mail address.
10366
103672000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10368
10369 * comint.el (comint-highlight-input, comint-highlight-face):
10370 New user options.
10371 (comint-input-ring-file-name): Change custom type.
10372 (comint-mode-map): Bind mouse-2.
10373 (comint-insert-clicked-input): New function.
10374 (comint-send-input): Handle input highlighting.
10375
103762000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10377
10378 * mouse.el (popup-menu): New function.
10379 (mouse-major-mode-menu): Use it.
10380
103812000-07-18 Dave Love <fx@gnu.org>
10382
10383 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10384 improvements.
10385
103862000-07-18 Gerd Moellmann <gerd@gnu.org>
10387
10388 * faces.el (face-font-selection-order)
10389 (face-font-family-alternatives): Add custom type.
10390
103912000-07-18 Dave Love <fx@gnu.org>
10392
10393 * cus-edit.el (custom-variable-reset-saved)
10394 (custom-variable-reset-standard): Remove unused bindings.
10395
10396 * rect.el (open-rectangle-line): Remove unused let.
10397
10398 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10399
104002000-07-18 Gerd Moellmann <gerd@gnu.org>
10401
10402 * cdl.el: Fix `Maintainer' keyword.
10403
10404 * play/pong.el: Add author's email address.
10405
104062000-07-17 Sam Steingold <sds@gnu.org>
10407
10408 * files.el (insert-directory): Call `split-string' instead of
10409 re-implementing it.
10410
104112000-07-18 Gerd Moellmann <gerd@gnu.org>
10412
10413 * mail/vms-pmail.el: Change maintainer to FSF.
10414
10415 * net/goto-addr.el: Change maintainer to FSF.
10416
10417 * info.el (Info-title-face-alist): Removed.
10418
104192000-07-18 David Ponce <david@dponce.com>
10420
10421 * recentf.el (recentf-open-files): New command that works like
10422 `recentf-open-more-files', but shows the whole list of files (not just
10423 those omitted from the menu). Useful if you don't use a menu-bar!
10424 (recentf-open-more-files) Modified to use `recentf-open-files'.
10425
10426 (recentf-open-files, recentf-open-more-files)
10427 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10428
10429 (recentf-dialog-mode): New mode for dialogs. You can now just type
10430 "q" to cancel the dialogs.
10431
104322000-07-18 David Ponce <david@dponce.com>
10433
10434 * recentf.el: This is a major update of recentf.el. It adds new
10435 features to better organize the recentf menu and "More..." buffer.
10436
10437 Using new provided menu filtering functions you can now organize the
10438 recent files list:
10439
10440 - by major modes
10441 - by directories
10442 - by user defined rules
10443
10444 Finally, with the new `recentf-filter-changer' customizable filter you
10445 can define a ring of filters and dynamically (via the menu) cycle on
10446 each menu organization in the ring (a la msb).
10447
104482000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10449
10450 * eshell/eshell.el (eshell): Replace links to eshell.info with
10451 links to eshell, to avoid problems on systems where the manual is
10452 installed as `eshell'.
10453 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10454 * eshell/em-smart.el (eshell-smart): Ditto.
10455 * eshell/em-banner.el (eshell-banner): Ditto.
10456 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10457
10458 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10459 same-file check in the MS-DOS version (it does support inodes).
10460
10461 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10462
10463 * eshell/eshell.el (eshell-directory-name):
10464 Run default directory name through convert-standard-filename.
10465
104662000-07-18 Kenichi Handa <handa@etl.go.jp>
10467
10468 * international/mule-cmds.el (select-safe-coding-system):
10469 Fix typo in the comment.
10470
10471 * language/european.el (compound-text):
10472 Force katakana-jisx0201 to be designated to G1.
10473
10474 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10475 Don't translate some national variant characters of latin-jisx0201.
10476 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10477
10478 * international/kkc.el (kkc-after-update-conversion-functions):
10479 New variable.
10480 (kkc-update-conversion): Run functions in it at the tail.
10481
104822000-07-16 John Wiegley <johnw@gnu.org>
10483
10484 * lisp/align.el (align-newline-and-indent):
10485 Adding new function. for auto-aligning blocks of code on RET.
10486 (align-region): Fixed badly formatted minibuffer message.
10487
104882000-07-17 Kenichi Handa <handa@etl.go.jp>
10489
10490 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10491 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10492 the conversion list at first if appropriate.
10493 (kkc-next): Don't update kkc-next-count here.
10494 (kkc-prev): Don't update kkc-prev-count here.
10495 (kkc-show-conversion-list-update): Fix setting up of conversion
10496 list message.
10497
104982000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10499
10500 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10501
105022000-07-16 Dave Love <fx@gnu.org>
10503
10504 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10505 function to be more specific.
10506
10507 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10508 non-string help-echo.
10509 (widget-types-convert-widget): Defsubst it.
10510 (widget-echo-help): Try to cope with a help-echo function of two
10511 possible sorts.
10512
105132000-07-15 Jason Rumney <jasonr@gnu.org>
10514
10515 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10516 Declare as obsolete.
10517
10518 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10519
105202000-07-14 Gerd Moellmann <gerd@gnu.org>
10521
10522 * hilit-chg.el: Fix typo.
10523
105242000-07-14 Dave Love <fx@gnu.org>
10525
10526 * info.el (Info-mode-menu): Fix use of :help, :enable.
10527
105282000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10529
10530 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10531
105322000-07-13 Dave Love <fx@gnu.org>
10533
10534 * emacs-lisp/easymenu.el: Doc fixes.
10535 (easy-menu-remove): Defalias to ignore.
10536
10537 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10538 Call throw correctly.
10539
105402000-07-13 Gerd Moellmann <gerd@gnu.org>
10541
10542 * faces.el (frame-background-mode): Doc fix.
10543
10544 * simple.el (eval-expression-print-length): Change custom type to
10545 allow entering nil as value.
10546
105472000-07-13 Dave Love <fx@gnu.org>
10548
10549 * progmodes/fortran.el (fortran-imenu-generic-expression):
10550 Change definition layout.
10551 (fortran-mode-menu): Reinstate customize entries.
10552
10553 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10554 Use :filter, per old XEmacs code.
10555
105562000-07-12 Gerd Moellmann <gerd@gnu.org>
10557
10558 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10559 event when deciding what to send to the terminal.
10560
105612000-07-12 Dave Love <fx@gnu.org>
10562
10563 * cus-start.el: Add optional version as 4th element of specs and
10564 use it for several things new in v21. Remove load-path. Fix type
10565 of line-number-display-limit.
10566
105672000-07-11 Dave Love <fx@gnu.org>
10568
10569 * progmodes/fortran.el: Don't require easymenu.
10570 Use repeat counts in various regexps.
10571 (fortran-mode-syntax-table): Defvar directly.
10572 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10573 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10574 Use defvar, not defconst.
10575 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10576 (fortran-mode): Set fortran-comment-line-start-skip,
10577 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10578 (fortran-comment-indent): Use defsubst.
10579 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10580 Use fortran-comment-indent, not fortran-comment-indent-function.
10581 (fortran-comment-region, fortran-electric-line-number): Simplify.
10582 (fortran-auto-fill): New function.
10583 (fortran-do-auto-fill): Deleted.
10584 (fortran-find-comment-start-skip):
10585 Check for non-null comment-start-skip.
10586 (fortran-auto-fill-mode, fortran-fill-statement):
10587 Use fortran-auto-fill.
10588 (fortran-fill): Use fortran-auto-fill. Check for null
10589 comment-start-skip. Simplify final clause and use end-of-line finally.
10590
10591 * widget.el (widget-plist-member): New alias.
10592
105932000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10594
10595 * eshell/esh-module.el (toplevel): Reference
10596 byte-compile-current-file only if it is bound.
10597
105982000-07-10 Gerd Moellmann <gerd@gnu.org>
10599
10600 * dired.el: Don't require `dired-aux'.
10601
106022000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10603
10604 * dired-aux.el (dired-show-file-type): New function.
10605 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10606 (dired-show-file-type): Add autoload.
10607
106082000-07-10 Kenichi Handa <handa@etl.go.jp>
10609
10610 * international/mule-diag.el (describe-font): Adjusted for the
10611 change of fontset-info.
10612 (print-fontset): Likewise.
10613
106142000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10615
10616 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10617
106182000-07-07 Gerd Moellmann <gerd@gnu.org>
10619
10620 * bindings.el: Bind `[delete]' to delete-char.
10621
10622 * dired.el (dired-find-alternate-file): New function.
10623 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10624 (toplevel): Require dired-aux when compiling.
10625 (dired-buffers): Move defvar within file to avoid compiler warning.
10626
10627 * info.el (Info-last-search): Variable removed.
10628 (Info-search-history): New variable.
10629 (Info-search): New Info-search-history.
10630
10631 * battery.el, info-look.el: Change author's mail address.
10632
106332000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10634
10635 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10636 if rmail-ignored-headers is nil.
10637 (rmail-retry-failure): Bind rmail-ignored-headers and
10638 rmail-displayed-headers to nil.
10639
106402000-07-06 Gerd Moellmann <gerd@gnu.org>
10641
10642 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10643 (print-region-1): Don't hard code `-h' here.
10644
10645 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10646
106472000-07-01 Francesco Potorti` <pot@gnu.org>
10648
10649 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10650 exim can use "your message" instead of "the message".
10651
106522000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10653
10654 * facemenu.el: Docstrings fixes.
10655 (facemenu-get-face): Don't use internal-find-face.
10656 (facemenu-iterate): Rename arg to match the docstring.
10657
10658 * newcomment.el (uncomment-region): Be more careful when skipping
10659 backwards over `=' not to bump into BOBP.
10660
106612000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10662
10663 * ediff-diff.el (ediff-wordify): Use syntax table.
10664 * ediff-init.el (ediff-has-face-support-p): Use
10665 ediff-color-display-p.
10666 (ediff-color-display-p): Use display-color-p, changed to defun
10667 from defsubst.
10668 Got rid of special cases for NeXT and OS/2.
10669 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10670 face.
10671
106722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10673
10674 * emacs-lisp/lucid.el: Require CL.
10675 (copy-tree, remprop): Remove, it's provided by CL.
10676 (map-keymap): Define in terms of cl-map-keymap.
10677 (extent-property, set-extent-end-glyph): New functions.
10678
10679 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10680
106812000-07-05 Gerd Moellmann <gerd@gnu.org>
10682
10683 * Makefile.in (DONTCOMPILE): Add comment that the name may
10684 not be changed without changing the make-dist script.
10685
10686 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10687 (cl-mapc): Use mapc instead of cl-old-mapc.
10688
106892000-07-05 Andrew Innes <andrewi@gnu.org>
10690
10691 * makefile.nt: Add support for `bootstrap' and related targets.
10692
106932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10694
10695 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10696 (easy-menu-do-define): Use `menu-item' format.
10697 Handle case where easy-menu-create-menu returns a symbol.
10698 Manually call the potential top-level filter in the function binding.
10699 (easy-menu-filter-return): New arg NAME.
10700 Convert to a keymap if MENU is an XEmacs menu.
10701 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10702 (easy-menu-converted-items-table, easy-menu-convert-item):
10703 New var and fun to memoize easy-menu-convert-item-1.
10704 (easy-menu-do-add-item): Use it.
10705 (easy-menu-create-menu): Use easy-menu-convert-item.
10706 Wrap easy-menu-filter-return around any :filter specification.
10707 Don't convert the menu if a filter was specified.
10708 Tell easy-menu-make-symbol not to check for MENU being an expression.
10709 (easy-menu-make-symbol): New arg NOEXP.
10710
107112000-07-05 Gerd Moellmann <gerd@gnu.org>
10712
10713 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10714 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10715 (eval-defun): If called with prefix arg, instrument code for
10716 Edebug.
10717
10718 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10719 similar to that of eval-defun.
10720
107212000-07-04 Dave Love <fx@gnu.org>
10722
10723 * hl-line.el (hl-line-overlay): Make it permanent-local.
10724
10725 * calendar/todo-mode.el: Replaced with a working version, based on
10726 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10727
107282000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10729
10730 * paths.el (prune-directory-list): New function.
10731 (Info-default-directory-list): Rewritten to more methodically
10732 enumerate a big list of possible info directories (based on the
10733 list used by the standalone info reader).
10734
10735 * info.el (info-initialize): Use prune-directory-list to remove
10736 non-existent directories from Info-directory-list.
10737
10738 * paths.el (Info-default-directory-list): Try a list of possible
10739 info-directories instead of a single one. Add the possible
10740 info directory "/usr/share/info".
10741
10742 * woman.el (woman-man.conf-path): Explicitly include the debian
10743 man-db config file "/etc/manpath.config".
10744 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10745 are present in `manpath.config'.
10746 (woman-manpath): Include "/usr/share/man".
10747
107482000-07-03 Gerd Moellmann <gerd@gnu.org>
10749
10750 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10751
10752 * startup.el (command-line): Initialize blink-cursor based
10753 on window-system.
10754
10755 * frame.el (blink-cursor): Default to nil if not running under
10756 a window-system.
10757
10758 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10759 (face-x-resources): Remove duplicate entry for :font.
10760
10761 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10762 instead of cycling through windows with next-window.
10763
10764 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10765 of cycling through windows with next-window.
10766
10767 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10768 of cycling through windows with next-window.
10769
10770 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10771 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10772 instead of cycling through windows with next-window.
10773
10774 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10775 instead of cycling through windows with next-window.
10776
10777 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10778 of cycling through windows with next-window.
10779
10780 * terminal.el (te-process-output): Use walk-windows instead of
10781 cycling through windows with next-window.
10782
10783 * server.el (server-switch-buffer): Use some-window instead of
10784 cycling through windows with next-window.
10785
10786 * window.el (some-window): New function.
10787 (walk-windows): Remove reference to walk-windows-start.
10788
10789 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10790
107912000-07-03 Richard Stallman <rms@gnu.org>
10792
10793 * window.el (walk-windows): Guarantee termination by keeping a list
10794 of all the windows already handled.
10795
107962000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10797
10798 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10799 window-system.
10800
10801 * man.el (Man-notify-when-ready): Don't use window-system. If
10802 Man-notify-method is newframe, and the display is not
10803 multi-frame, select the frame created for the man page.
10804 (Man-init-defvars): Doc fix.
10805
108062000-06-28 Gerd Moellmann <gerd@gnu.org>
10807
10808 * faces.el (region): Change background color for light background.
10809
10810 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10811 attribute from mode-line face of Ediff control frame.
10812
10813 * replace.el (query-replace-map): Bind `e' like `E'.
10814
108152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10816
10817 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10818 Change name to "Select All".
10819
10820 * dos-fns.el (convert-standard-filename): Fix last change.
10821
108222000-06-27 Gerd Moellmann <gerd@gnu.org>
10823
10824 * help.el (describe-variable): Don't insert a second `'s' in front
10825 of the string `value is shown below'. Since the syntax-table is
10826 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10827 an existing `'s', so that this won't be deleted.
10828
10829 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10830 * pcmpl-unix.el: New files.
10831
108322000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10833
10834 * wid-edit.el (widget-member): Use the new plist-member.
10835
108362000-06-26 Gerd Moellmann <gerd@gnu.org>
10837
10838 * replace.el (perform-replace): Undo change of 2000-04-04.
10839 Instead, move backward 1 character at the end of the loop when
10840 necessary.
10841
10842 * faces.el (fringe): Change face for different backgrounds.
10843
10844 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10845 patch from John.
10846
10847 * eshell/*.el: Change spelling of the Free Software Foundation.
10848
10849 * eshell/esh-toggle.el: Removed.
10850
10851 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10852
10853 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10854 interactively.
10855
108562000-06-26 Alex Schroeder <alex@gnu.org>
10857
10858 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10859 `define-key'; instead of checking `(emacs-version)' check for
10860 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10861 for `;' and `o' which might be electric.
10862
10863 (sql-electric-stuff): New user option.
10864 (sql-magic-go): New function which uses `sql-electric-stuff'.
10865 (sql-magic-semicolon): New function which uses
10866 `sql-electric-stuff'.
10867
10868 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10869 is not fboundp.
10870
10871 (sql-oracle-options): New variable.
10872 (sql-oracle): Use it.
10873
10874 (sql-imenu-generic-expression): Doc change.
10875 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10876 is used.
10877
10878 (sql-informix): Added command line parameter "-" to force
10879 sql-informix-program to use stdout.
10880
108812000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10882
10883 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10884 (cp864-decode-table): Doc fix.
10885 (cp720-decode-table): New variable, supports the Arabic OEM
10886 codepage used by Windows.
10887 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10888
108892000-06-23 Dave Love <fx@gnu.org>
10890
10891 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10892 (font-lock-fontify-anchored-keywords): Use
10893 line-beginning-position.
10894 (global-font-lock-mode): Use mapc.
10895
108962000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10897
10898 * eshell/esh-module.el: Require CL when compiling.
10899
109002000-06-23 Gerd Moellmann <gerd@gnu.org>
10901
10902 * comint.el (comint-substitute-in-file-name): Call replace-match
10903 with second and third arg t.
10904
10905 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10906 Specify foreground color.
10907
10908 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10909 color.
10910
10911 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10912
10913 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10914 cddr instead of cdddr.
10915
10916 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10917 instead of copy-list.
10918
10919 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10920 of copy-list.
10921
10922 * subdirs.el: Add eshell subdirectory.
10923
10924 * eshell: New subdirectory containing the Eshell package.
10925
10926 * pcomplete.el: New file.
10927
109282000-06-23 Paul Eggert <eggert@twinsun.com>
10929
10930 * mail/mailpost.el (post-mail-send-it): Make sure file has
10931 proper permissions from birth.
10932
10933 * files.el (basic-save-buffer-2): When temporarily setting
10934 file modes, set them to current modes plus 0200, not to 0777.
10935
10936 * emerge.el (emerge-make-temp-file): Make sure file has proper
10937 permissions from birth.
10938
109392000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10940
10941 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10942 backup file name through convert-standard-filename.
10943
10944 * dos-fns.el (convert-standard-filename): Convert leading
10945 directories as well. When long file names are supported, convert
10946 characters that are invalid in Windows file names.
10947
109482000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10949
10950 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10951 ps-print crashes. New feature: page selection for printing. Create
10952 raw-text-unix coding system for XEmacs. Doc fix.
10953 (ps-print-version): New version number (5.2.3).
10954 (ps-plot-region): Bug fix.
10955 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10956 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10957 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10958 funs.
10959 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10960 (ps-last-page): New vars.
10961
109622000-06-21 Gerd Moellmann <gerd@gnu.org>
10963
10964 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10965 empty option string.
10966
109672000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10968
10969 * man.el (man): Doc fix.
10970
109712000-06-21 Kenichi Handa <handa@etl.go.jp>
10972
10973 * international/mule-cmds.el (set-language-info-alist): Docstring
10974 fixed.
10975
109762000-06-20 Gerd Moellmann <gerd@gnu.org>
10977
10978 * version.el (emacs-version): Use ISO date format.
10979
10980 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10981 instead of `M-backspace'.
10982
10983 * simple.el (turn-off-auto-fill): New function.
10984
109852000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10988 Renamed from with-buffer-prepared-for-font-lock and use
10989 inhibit-modification-hooks rather than setting *-change-functions.
10990 Update all functions to use the new name.
10991 (jit-lock-first-unfontify-pos): New semantics (and doc).
10992 (jit-lock-mode): Make non-interactive.
10993 Don't automatically turn on font-lock.
10994 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10995 Always use jit-lock-after-change.
10996 Remove and restore font-lock-after-change-function.
10997 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10998 (jit-lock-after-unfontify-buffer): Remove.
10999 (jit-lock-stealth-fontify):
11000 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11001 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11002
110032000-06-20 Sam Steingold <sds@gnu.org>
11004
11005 * emacs-lisp/cl-indent.el (toplevel): Indent
11006 `print-unreadable-object' properly. Untabify.
11007
110082000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11009
11010 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11011 Support for bibentry.
11012 (reftex-compile-variables): Fixed problem with end of section-re.
11013
11014 * texmodes/reftex-dcr.el (reftex-view-crossref,
11015 reftex-view-crossref-from-bibtex):
11016 Deal with changed `reftex-find-citation-regexp-format'.
11017 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11018 Replaced `remprop' with `put'.
11019 (reftex-view-crossref, reftex-view-crossref-when-idle):
11020 Support for bibentry.
11021
11022 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11023 New entry for bibentry package.
11024
11025 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11026 Regexp also matches "\nobibliography".
11027
11028 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11029 Call `reftex-ensure-write-access' before doing anything.
11030 (reftex-ensure-write-access): New function.
11031
110322000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11033
11034 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11035
11036 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11037
11038 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11039
11040 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11041
11042
110432000-06-20 Dave Love <fx@gnu.org>
11044
11045 * faces.el (frame-background-mode): Use set-default, not set, in
11046 setter.
11047 (frame-update-faces, frame-update-face-colors): Define with
11048 defalias.
11049
11050 * enriched.el (enriched-decode-foreground)
11051 (enriched-decode-background): Don't use internal-find-face.
11052
11053 * apropos.el: Doc fixes.
11054
11055 * cus-edit.el (customize-changed-options): Check arg.
11056 (customize-version-lessp): Don't require decimal point.
11057
11058 * custom.el (defcustom, defgroup): Doc fix.
11059
11060 * newcomment.el (comment) <defgroup>: Add :version.
11061 (comment-multi-line): Doc fix.
11062
11063 * emulation/mlsupport.el (define-hooked-local-abbrev,
11064 define-hooked-global-abbrev): Fix, using define-abbrev.
11065
110662000-06-19 Gerd Moellmann <gerd@gnu.org>
11067
11068 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11069 the whole buffer.
11070
110712000-06-19 Dave Love <fx@gnu.org>
11072
11073 * menu-bar.el (menu-bar-options-save): New function.
11074 (menu-bar-options-menu): Use it.
11075 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11076 Simplify.
11077
110782000-06-19 Andreas Schwab <schwab@suse.de>
11079
11080 * progmodes/etags.el (tags-query-replace): Put new parameters
11081 START and END at the end, for backward compatibility.
11082
110832000-06-19 Kenichi Handa <handa@etl.go.jp>
11084
11085 * international/codepage.el:
11086 (cp-coding-system-for-codepage-1): Delete special codes for
11087 generating xxx-dos coding system because now a CCL based coding
11088 system can handle EOL conversion by default.
11089
11090 * international/mule.el (make-coding-system): Generate subsidiary
11091 coding systems for EOL handling variants even for a CCL based
11092 coding system.
11093
110942000-06-19 Kenichi Handa <handa@etl.go.jp>
11095
11096 * international/isearch-x.el (isearch-minibuffer-input-method)
11097 (isearch-minibuffer-input-method-function): These variables
11098 deleted.
11099 (isearch-with-input-method): Don't use the above variables.
11100 (isearch-process-search-multibyte-characters): Likewise. Call
11101 read-string with the arg INHERIT-INPUT-METHOD t.
11102
111032000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11104
11105 * font-lock.el (font-lock-after-fontify-buffer)
11106 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11107
11108 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11109 Use consistent make-local-variable style for font-lock-fontified.
11110 (jit-lock-fontify-buffer):
11111 Don't bother checking for font-lock-mode and jit-lock-mode.
11112
11113 * time.el: Remove trailing ^M that prevent CVS-merging.
11114
111152000-06-16 Gerd Moellmann <gerd@gnu.org>
11116
11117 * Makefile.in (distclean): New target.
11118
111192000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11120
11121 * Makefile.in (srcdir): Define for update-subdirs.
11122
111232000-06-16 Gerd Moellmann <gerd@gnu.org>
11124
11125 * find-lisp.el: New file.
11126
111272000-06-16 Andrew Innes <andrewi@gnu.org>
11128
11129 * time.el (display-time-mail-function): New variable, to allow
11130 external packages to indicate when new mail is available.
11131 (display-time-update): Use it.
11132
111332000-06-16 Kenichi Handa <handa@etl.go.jp>
11134
11135 * international/mule.el (mule-version): Change version name to
11136 SAKAKI. AOI has already been used by Meadow.
11137
11138 * international/quail.el (quail-show-guidance-buf): To find the
11139 bottom window (but minibuffer), pay attention to the height of
11140 minibuffer.
11141
111422000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11143
11144 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11145 menu-bar menus. Add help strings. Don't remove the Edit menu
11146 from the menu bar, as the menu bar has enough space now.
11147
11148 * Makefile.in (SHELL): Make sure /bin/sh is used.
11149
11150 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11151 characters, which use series of two ^H characters instead of one.
11152
111532000-06-15 Gerd Moellmann <gerd@gnu.org>
11154
11155 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11156 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11157 functions.
11158 (Info-find-node-2): Try a case-sensitive search first, then
11159 do a case-insensitive search.
11160
11161 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11162 tutorials.
11163
11164 * complete.el (PC-env-vars-alist): New variable.
11165 (PC-complete-as-file-name): New function.
11166 (partial-completion-mode): Initialize PC-env-vars-alist from
11167 process-environment.
11168 (PC-do-completion): Handle completion of env vars.
11169
11170 * info.el (Info-set-mode-line): Show file name in mode line,
11171 use `*Info*' instead of `Info:'.
11172
11173 * startup.el (command-line-1): Change copyright messages to year
11174 2000.
11175
111762000-06-15 Dave Love <fx@gnu.org>
11177
11178 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11179 not local-map.
11180
111812000-06-15 Kenichi Handa <handa@etl.go.jp>
11182
11183 * international/mule.el (set-buffer-file-coding-system): Almost
11184 rewritten to handle `undecided' as no-op.
11185
111862000-06-14 Gerd Moellmann <gerd@gnu.org>
11187
11188 * Makefile.in: New file.
11189
11190 * Makefile: Removed.
11191
11192 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11193 (goto-address-highlight-keymap): Bind C-c RET.
11194
111952000-06-14 Kenichi Handa <handa@etl.go.jp>
11196
11197 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11198 inherits buffer-file-coding-system of the current buffer.
11199
11200 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11201 0. Give correct argument to set-auto-coding-function.
11202 (tar-expunge): For goto-char, use (point-min), not 0.
11203 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11204 (tar-subfile-save-buffer): Likewize.
11205
11206 * international/mule.el
11207 (after-insert-file-set-buffer-file-coding-system): Call
11208 set-buffer-file-coding-system with the arg FORCE t.
11209
112102000-06-13 Gerd Moellmann <gerd@gnu.org>
11211
11212 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11213 nil. Contemporary sendmails issue an X-Authentication-Warning if
11214 the sender is set with `-f'.
11215
112162000-06-13 Dave Love <fx@gnu.org>
11217
11218 * help.el (describe-function-1): Kluge around cases of functions
11219 fset to subrs whose doc doesn't match their symbol-name.
11220
11221 * image.el (insert-image): Default STRING to a space.
11222
11223 * info.el Doc fixes.
11224 (Info-build-node-completions): Match Ref tags.
11225
112262000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11227
11228 * frame.el (display-multi-frame-p, display-multi-font-p): New
11229 defaliases for display-graphic-p.
11230
11231 * hl-line.el: Fixed a typo in commentary.
11232
112332000-06-13 Kenichi Handa <handa@etl.go.jp>
11234
11235 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11236 fixed.
11237
112382000-06-12 Dave Love <fx@gnu.org>
11239
11240 * image.el (insert-image): Save a little consing.
11241
112422000-06-12 Kenichi Handa <handa@etl.go.jp>
11243
11244 * language/tibet-util.el: Convert all tibetan-1-column characters
11245 to the corresponding tibetan characters.
11246 (tibetan-add-components): Delete code for the special treatment of
11247 'a chung.
11248
11249 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11250 change.
11251 (tibetan-vowel-transcription-alist): More rules added.
11252 (tibetan-composite-vowel-alist): New variable.
11253 (tibetan-precomposition-rule-alist): More rules added.
11254
112552000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11256
11257 * startup.el (command-line): Only call menu-bar-mode if interactive.
11258
11259 * thingatpt.el (toplevel symbol-properties):
11260 * textmodes/makeinfo.el (makeinfo-compile):
11261 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11262 * progmodes/hideif.el (hif-compress-define-list)
11263 (hide-ifdef-use-define-alist):
11264 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11265 (ange-ftp-vms-add-file-entry):
11266 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11267 * man.el (Man-build-man-command):
11268 * mail/rnewspost.el (news-reply-header-hook):
11269 * info.el (Info-insert-dir):
11270 * emulation/mlconvert.el (backward-word, forward-word, setq):
11271 * emacs-lisp/gulp.el (gulp-send-requests):
11272 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11273 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11274 (byte-optimize-apply, end of file):
11275 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11276 (ad-make-freeze-definition):
11277 * startup.el (command-line, command-line-1): Don't quote lambdas.
11278
11279 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11280 (cvs-cleanup-removed): New function.
11281 (cvs-cleanup-functions): New var.
11282 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11283 some flexibility in specifying additional entries to auto-cleanup.
11284 (cvs-quickdir): New function.
11285 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11286 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11287 (cvs-mode-find-file): Check that we are on a filename or dirname
11288 when invoked through a mouse-click.
11289 (cvs-full-path): Remove.
11290 (cvs-dired-action): Re-introduced.
11291 (cvs-dired-noselect): Use it.
11292 (vc-post-command-functions): use this new hook if available.
11293
11294 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11295 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11296 (cvs-filename-map, cvs-dirname-map): Remove.
11297 (cvs-default-action): Remove.
11298 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11299 if the arg is really a keymap.
11300 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11301 Don't hardcode the mapping from state (aka type) to face, but check
11302 the var cvs-fi-<type>-face instead.
11303 (cvs-fileinfo-from-entries): New function.
11304
11305 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11306 Docstring fix.
11307 (cvs-find-file-and-jump): Change default to be safer.
11308 (cvs-mode-diff-map): Define it as a function as well.
11309 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11310 Bind mouse-2 in this global map rather than with text-properties.
11311
11312 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11313 file to resolve the ambiguity between C(conflict) and C(need-merge).
11314
113152000-06-12 Kenichi Handa <handa@etl.go.jp>
11316
11317 * international/mule.el (set-buffer-file-coding-system): If
11318 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11319 unconditionally.
11320
113212000-06-12 Dave Love <fx@gnu.org>
11322
11323 * wid-edit.el (widget-specify-button): Really suppress the face if
11324 required.
11325
113262000-06-11 Gerd Moellmann <gerd@gnu.org>
11327
11328 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11329
113302000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11331
11332 * imenu.el (imenu-generic-expression): Docstring fix.
11333
11334 * composite.el (composition-function-table): Move the `put'
11335 below the autoload cookie so we can load the file before loaddefs.
11336
11337 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11338
11339 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11340 Handle easy-mmode-define-global-mode.
11341 For complex macros like define-minor-mode that can generate
11342 several autoload entries, try to autoload entries in the
11343 macroexpanded code.
11344
11345 * emacs-lisp/easy-mmode.el (define-minor-mode):
11346 If KEYMAP is a symbol, just use it.
11347 Use byte-compile-current-file and load-file-name to infer the
11348 proper :require to pass to defcustom.
11349 Wrap the hook var into `progn' so as not to autoload it.
11350 Add a :autoload-end cookie.
11351 Be more careful about the evaluation of KEYMAP.
11352 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11353 (define-derived-mode): Move define-abbrev-table outside of defvar.
11354
113552000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11356
11357 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11358 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11359 (backup-compiled-files): Ignore errors during `tar'.
11360 (bootstrap): Make autoloads before elc files.
11361
113622000-06-10 Kenichi Handa <handa@etl.go.jp>
11363
11364 * international/mule.el (set-buffer-file-coding-system): If one of
11365 undecided-XXX is specified, change only EOL conversion.
11366
11367 * international/mule-conf.el (unix): New alias for the coding
11368 system undecided-unix.
11369
113702000-06-09 Dave Love <fx@gnu.org>
11371
11372 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11373
11374 * progmodes/executable.el: Byte compile dynamic.
11375 (executable-insert): Change custom type.
11376 (executable-find): Add autoload cookie.
11377 (executable-make-buffer-file-executable-if-script-p): New
11378 function. After Noah Friedman.
11379
11380 * files.el (after-save-hook): Customize, with
11381 executable-make-buffer-file-executable-if-script-p as an option.
11382
113832000-06-09 Kenichi Handa <handa@etl.go.jp>
11384
11385 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11386 "tib24p-mule.bdf" for Tibetan.
11387
11388 * composite.el (decompose-composite-char): Declare it as obsolete.
11389
11390 * man.el (Man-fontify-manpage): Pay attention to underline and
11391 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11392
113932000-06-08 Gerd Moellmann <gerd@gnu.org>
11394
11395 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11396 Set maintainer to FSF since author isn't reachable.
11397
113982000-06-08 Dave Love <fx@gnu.org>
11399
11400 * international/mule-cmds.el (select-safe-coding-system): If
11401 DEFAULT-CODING-SYSTEM is not specified, also check the most
11402 preferred coding-system if buffer-file-coding-system is
11403 `undecided'. From Handa.
11404
114052000-06-08 Kenichi Handa <handa@etl.go.jp>
11406
11407 * international/mule.el
11408 (after-insert-file-set-buffer-file-coding-system): If the buffer
11409 size is greater than INSERTED, judget that we are not visiting.
11410
114112000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11412
11413 * whitespace.el (defgroup whitespace): Comment out `:version'.
11414 XEmacs 20.4 has problems defining the group with this present.
11415 We'll have this commented out till get resolve the problem.
11416
114172000-06-07 John Wiegley <johnw@gnu.org>
11418
11419 * align.el (align-dq-string-modes, align-sq-string-modes)
11420 (align-open-comment-modes): Add pyhton-mode.
11421 (align-rules-list): Use get-text-property instead of
11422 text-properties-at.
11423 (align-rules-list): Add python-assignment.
11424 (align-rules-list): Change perl-comma-delimiter to
11425 basic-comma-delimiter. Use if for Perl modes and python-mode.
11426 (align-rules-list): Add python-chain-logic and
11427 basic-line-continuation.
11428
114292000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11430
11431 * apropos.el (apropos-mode-hook): New user variable.
11432 (apropos-mode): Run apropos-mode-hook.
11433
114342000-06-07 David Ponce <david@dponce.com>
11435
11436 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11437 commands. Require `wid-edit' at run-time.
11438
114392000-06-07 David Ponce <david@dponce.com>
11440
11441 * recentf.el: Added some "Commentary".
11442 (recentf-open-more-files, recentf-edit-list): Minor changes to
11443 move the point at the top of the file list. This behaviour is
11444 consistent with the menu one when the list contains a lot of
11445 files.
11446 (recentf-cleanup): Now displays the number of items removed from
11447 the list.
11448 (recentf-relative-filter) New menu filter to show filenames
11449 relative to `default-directory'.
11450
114512000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11452
11453 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11454 with/without giving an error if PostScript printer doesn't have this
11455 kind of page size. Zebra Stripe continues or restarts on next page.
11456 Manual/automatic paper feeding. Switch or not the header.
11457 (ps-print-version): New version number (5.2.2).
11458 (ps-windows-system): Include emx as a Windows system.
11459 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11460 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11461 (ps-background-text): Code fix.
11462 (ps-error-handler-message, ps-user-defined-prologue)
11463 (ps-print-prologue-header, ps-printer-name)
11464 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11465 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11466 (ps-use-face-background): Customization fix.
11467 (ps-n-up-database): Data fix.
11468 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11469 (ps-switch-header): New vars.
11470 (ps-xemacs-color-name, ps-face-foreground-name)
11471 (ps-face-background-name, ps-boolean-constant): New funs.
11472
114732000-06-07 Dave Love <fx@gnu.org>
11474
11475 * allout.el: New version from Manheimer.
11476
114772000-06-07 Kenichi Handa <handa@etl.go.jp>
11478
11479 * textmodes/fill.el (fill-find-break-point): Check the validity of
11480 charset.
11481
114822000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11483
11484 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11485 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11486 Call display-color-p and display-mouse-p instead of looking at
11487 window-system.
11488
114892000-06-06 Dave Love <fx@gnu.org>
11490
11491 * image.el (find-image): Doc fix. Return nil if image not found.
11492 (put-image, insert-image): Make STRING arg optional.
11493
114942000-06-06 Kenichi Handa <handa@etl.go.jp>
11495
11496 * language/vietnamese.el: Remove eval-when-compile.
11497 (viet-viscii-nonascii-translation-table): Define it as a
11498 translation table made from viet-viscii-decode-table.
11499 (viet-viscii-encode-table): Define it as a translation table made
11500 from the reverse map of above.
11501 (viet-vscii-nonascii-translation-table): Define it as a
11502 translation table made from viet-vscii-decode-table.
11503 (viet-vscii-encode-table): Define it as a translation table made
11504 from the reverse map of above.
11505 (ccl-decode-viscii): Use translate-character.
11506 (ccl-encode-viscii, ccl-encode-viscii-font)
11507 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11508 Likewize.
11509
11510 * language/cyrillic.el: Remove eval-when-compile.
11511 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11512 translation table made from cyrillic-koi8-r-decode-table.
11513 (cyrillic-koi8-r-encode-table): Define it as a translation table
11514 made from the reverse map of above.
11515 (ccl-decode-koi8): Use translate-character.
11516 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11517 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11518 a translation table made from cyrillic-alternativnyj-decode-table.
11519 (cyrillic-alternativnyj-encode-table): Define it as a translation
11520 table made from the reverse map of above.
11521 (ccl-decode-alternativnyj): Use translate-character.
11522 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11523 Likewize
11524
11525 * international/mule-diag.el (non-iso-charset-alist): Specify
11526 translation table symbol instead of translation table itself.
11527 (list-block-of-chars): CHARSET may be a translation table symbol.
11528
11529 * international/mule.el (make-coding-system): If CODING-SYSTEM
11530 already exists, override it.
11531
11532 * international/fontset.el: Use family `proportional' for Tibetan
11533 fonts.
11534
11535 * international/ccl.el (ccl-compile-translate-character): Don't
11536 check if Rrr has property translation-table.
11537 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11538
115392000-06-05 Gerd Moellmann <gerd@gnu.org>
11540
11541 * info.el: Bind case-fold-search to t when searching in case
11542 a user sets it to nil in a hook.
11543
115442000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11545
11546 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11547 * hl-line.el (hl-line-mode): Use the new :global key argument.
11548
11549 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11550 (tar-clip-time-string): Prepend a space.
11551 (tar-grind-file-mode): Construct a string rather than modifying one.
11552 (tar-header-block-summarize): Fix docstring.
11553 Use `format' rather than an error-prone set of copy-loops.
11554
11555 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11556 (diff-goto-source, diff-unified->context, diff-context->unified)
11557 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11558 understand the format output by the `-p' argument to diff.
11559
11560 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11561 (sh-re-done): Use defconst.
11562 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11563 (sh-help-string-for-variable, sh-guess-basic-offset):
11564 Don't quote lambdas.
11565 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11566 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11567
11568 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11569 (mh-letter-mode): Derive from text-mode.
11570 This implicitly means that it now calls kill-all-local-variables.
11571 Also remove the Emacs-18 compatibility code.
11572
11573 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11574 Make use of symbol-property doc-string-elt.
11575 Use memq rather than a sequence of eq.
11576 (doc-string-elt): Fix the wrong or missing previously unused values.
11577 (autoload-print-form): New function extracted from
11578 generate-file-autoloads to allow recursion when handling progn
11579 so that defvar's and defun's docstrings are properly printed.
11580 (generate-file-autoloads): Use it.
11581
11582 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11583 Use find-file-hooks in the minor-mode function.
11584 Be careful not to loop indefinitely in the post-command-hook function.
11585
115862000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11587
11588 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11589 tty's.
11590 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11591 differences whenever appropriate.
11592 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11593 * viper.el (find-file, find-file-other-window): Get viper to do
11594 wildcards.
11595
115962000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11599 (jit-lock-fontify-buffer): New function for JIT refontification.
11600 (jit-lock-mode): Fix docstring.
11601 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11602 Remove jit-lock-after-change from the _local_ hook.
11603 (jit-lock-function-1): Fix docstring.
11604
11605 * info.el (Info-on-current-buffer): Initialize info.
11606
11607 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11608
11609 * progmodes/tcl.el (tcl-indent-for-comment):
11610 Ignore comment-indent-hook.
11611
11612 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11613 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11614 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11615 and improve to use the lighter to guess the capitalization.
11616 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11617 Add keyword arguments to specify global-ness or the custom group.
11618 Add local-map and help-echo properties to the lighter.
11619 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11620 (easy-mmode-define-global-mode): New macro.
11621
116222000-06-02 Dave Love <fx@gnu.org>
11623
11624 * wid-edit.el: byte-compile-dynamic since we typically don't use
11625 all the widgets. Don't require cl or widget. Remove
11626 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11627 (widget-read-event): Removed. Callers changed to use read-event.
11628 (widget-button-release-event-p): Renamed from
11629 button-release-event-p.
11630 (widget-field-add-space, widget-field-use-before-change):
11631 Uncustomize.
11632 (widget-specify-field): Use keymap property, not local-map.
11633 (widget-specify-button): Obey :suppress-face.
11634 (widget-specify-insert): Use modern backquote syntax.
11635 (widget-image-directory): Renamed from widget-glyph-directory.
11636 (widget-image-enable): Renamed from widget-glyph-enable.
11637 (widget-image-find): Replaces widget-glyph-find.
11638 (widget-button-pressed-face): Move defvar.
11639 (widget-image-insert): Replaces widget-glyph-insert.
11640 (widget-convert): Use keywordp.
11641 (widget-leave-text, widget-children-value-delete): Use mapc.
11642 (widget-keymap): Remove XEmacs stuff.
11643 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11644 (widget-button-click): Don't set point at the click, but re-centre
11645 if we scroll out of window. Rewritten for images v. glyphs &c.
11646 (widget-tabable-at): Use POS arg, not point.
11647 (widget-beginning-of-line, widget-end-of-line)
11648 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11649 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11650 (widget-default-create): Use widget-image-insert; some rewriting.
11651 (widget-visibility-value-create)
11652 (widget-push-button-value-create, widget-toggle-value-create): Use
11653 widget-image-insert.
11654 (checkbox): Create on and off images dynamically.
11655 (documentation-link): Change :help-echo.
11656 (widget-documentation-link-echo-help): Remove.
11657
116582000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11659
11660 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11661
11662 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11663 (easy-mmode-define-toggle, define-minor-mode): Use it.
11664 (easy-mmode-define-keymap): Docstring fix.
11665 (define-derived-mode): Default PARENT to fundamental-mode.
11666 Add the derived-mode-parent symbol-property.
11667 (easy-mmode-derived-mode-p): New function.
11668
116692000-06-02 Dave Love <fx@gnu.org>
11670
11671 * files.el (convert-standard-filename): Doc fix.
11672 (normal-backup-enable-predicate): New function.
11673 (backup-enable-predicate): Use it to replace the lambda form.
11674
11675 * calendar/todo-mode.el: [This needs more work on the outline
11676 stuff.] Doc fixes.
11677 (todo) <defgroup>: Add :version.
11678 (todo-add-category): Don't use pushnew.
11679 (todo-cmd-raise): Fix typo.
11680 (todo-top-priorities): Change temp buffer name.
11681 (todo-category-alist): Avoid redundant lambda.
11682 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11683 Use outline-next-heading.
11684
11685 * autoarg.el: Rewritten to use define-minor-mode.
11686 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11687 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11688
116892000-06-02 Kenichi Handa <handa@etl.go.jp>
11690
11691 * isearch.el (isearch-other-meta-char): Fix previous change.
11692
116932000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11694
11695 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11696 (log-edit-done): Only add the comment to the ring if it's different
11697 from the last comment entered.
11698
11699 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11700
117012000-06-01 Dave Love <fx@gnu.org>
11702
11703 * hl-line.el: Rewritten using define-minor-mode.
11704
11705 * help.el (describe-function-1): Distinguish special form from
11706 builtin function. Sanity-check presence of arglist for builtins.
11707
117082000-06-01 Kenichi Handa <handa@etl.go.jp>
11709
11710 * international/characters.el: Fix syntax/category setting of
11711 Tibetan characters.
11712
11713 * language/tibet-util.el (tibetan-add-components): Fixes for new
11714 encoding of Tibetan characters.
11715 (tibetan-decompose-precomposition-alist): New variable.
11716 (tibetan-decompose-region): Convert precomposed characters to
11717 non-precomposed characters.
11718 (tibetan-decompose-string): Likewise.
11719 (tibetan-composition-function): Fix args to
11720 thibetan-compose-string.
11721
11722 * language/tibetan.el (tibetan-composable-pattern): More
11723 characters included.
11724 (tibetan-consonant-transcription-alist): Rule for "R" added.
11725 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11726 "+R" added.
11727 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11728
11729 * language/lao-util.el (lao-composition-function): Fix args to
11730 compose-string.
11731
11732 * language/thai-util.el (thai-composition-function): Fix args to
11733 compose-string.
11734
11735 * isearch.el (isearch-update): Set disable-point-adjustment to t
11736 to prevent the point moving to the end of a composition when a
11737 part of a composition is searched.
11738 (isearch-other-meta-char): If the key invoking this command can be
11739 mapped by function-key-map to a printing char, call
11740 isearch-process-search-char directly.
11741
117422000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11743
11744 * emacs-lisp/bytecomp.el:
11745 * frame.el:
11746 * international/mule-cmds.el:
11747 * international/mule-util.el:
11748 * international/mule.el:
11749 * mouse.el:
11750 * subr.el:
11751 * faces.el: Update calls to make-obsolete with a WHEN argument.
11752
11753 * byte-run.el (make-obsolete, make-obsolete-variable):
11754 Add an optional WHEN argument and change the format of the
11755 symbol-property information.
11756 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11757 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11758 new obsolete-symbol-property format and print WHEN if it is provided.
11759
117602000-05-31 Dave Love <fx@gnu.org>
11761
11762 * loadhist.el (loadhist-hook-functions): Remove
11763 before-change-function, after-change-function.
11764 (unload-feature): Deal with symbols which are both bound and
11765 fbound.
11766
11767 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11768 before-change-function, after-change-function.
11769
11770 * simple.el (newline): Don't bind before-change-function,
11771 after-change-function.
11772
117732000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11774
11775 * whitespace.el (whitespace-rescan-timer-time): Update interval
11776 set to 600 seconds (10 minutes) instead of 60 seconds since
11777 a large number of whitespace buffers causes emacs to `freeze'
11778 for a considerable amount of time.
11779
11780 * whitespace.el: Updated email address
11781
117822000-05-31 Dave Love <fx@gnu.org>
11783
11784 * add-log.el (change-log-font-lock-keywords) <function>: Add
11785 pattern for function of change.
11786 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11787 acknowledgements patterns.
11788
117892000-05-31 Kenichi Handa <handa@etl.go.jp>
11790
11791 * isearch.el (isearch-printing-char): If keyboard coding system is
11792 being used, call isearch-process-search-multibyte-characters.
11793
11794 * international/isearch-x.el: Mostly rewritten.
11795
11796 * international/quail.el (quail-start-conversion): Don't include
11797 unhandled events in the returned events, but set them in
11798 unread-command-events. Exit if all inputs are deleted.
11799
118002000-05-30 Jason Rumney <jasonr@gnu.org>
11801
11802 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11803
11804 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11805 Reenable code to create initial fontsets.
11806 Use set-fontset-font in place of put-charset-property.
11807
118082000-05-30 Gerd Moellmann <gerd@gnu.org>
11809
11810 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11811 label, ensure that the first colon isn't followed by another.
11812
11813 * paths.el (Info-default-directory-list): Doc fix.
11814
11815 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11816 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11817 send a query containing USER only, not USER@HOST.
11818
11819 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11820 and rmail-msgend to compute the restriction at the end, instead of
11821 computing it.
11822
118232000-05-29 Gerd Moellmann <gerd@gnu.org>
11824
11825 * dabbrev.el (dabbrev-expand): Don't display messages in the
11826 echo area if the minibuffer window is active.
11827
11828 * jit-lock.el (jit-lock-mode): Add after change function to
11829 local hook.
11830
118312000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11832
11833 * antlr-mode.el: New commands: hide/unhide actions,
11834 upcase/downcase literals.
11835 (antlr-tiny-action-length): New user option.
11836 (antlr-hide-actions): New command. Suggested by
11837 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11838 (antlr-mode-map): New binding [C-c C-v].
11839 (antlr-mode-menu): New entries.
11840 (antlr-downcase-literals): New command.
11841 (antlr-upcase-literals): Ditto.
11842
11843 * antlr-mode.el: Minor changes: indendation, mode-name.
11844 (antlr-indent-line): Indent cpp directive at column 0.
11845 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11846
11847 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11848 (antlr-font-lock-additional-keywords): Workaround for intentional
11849 bug in XEmacs version of font-lock.
11850 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11851 be used by a smarter version of `buffers-menu-grouping-function'.
11852
118532000-05-29 Gerd Moellmann <gerd@gnu.org>
11854
11855 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11856 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11857
118582000-05-29 Kenichi Handa <handa@etl.go.jp>
11859
11860 * international/encoded-kb.el
11861 (encoded-kbd-iso2022-designation-map): Pay attention to that
11862 charset-iso-final-char return -1 for eight-bit-control and
11863 eight-bit-graphic.
11864
118652000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11866
11867 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11868 (speedbar-easymenu-definition-base): Use display-graphic-p where
11869 available, instead of window-system.
11870
118712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11872
11873 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11874 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11875 coding systems.
11876
118772000-05-26 Dave Love <fx@gnu.org>
11878
11879 * disp-table.el (standard-display-underline): Don't use
11880 internal-find-face.
11881
11882 * mail/reporter.el: Maintainer change. Doc fixes.
11883 (reporter-version): Deleted.
11884
11885 * emacs-lisp/elp.el: Maintainer change.
11886 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11887
118882000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11889
11890 * add-log.el (add-change-log-entry): Merge the current entry with the
11891 previous one if the previous one is empty.
11892
118932000-05-26 Dave Love <fx@gnu.org>
11894
11895 * loadhist.el (unload-feature): Fix interactive spec [from
11896 lijnzaad@ebi.ac.uk].
11897
11898 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11899 subr-arity to check primitives.
11900 (byte-compile-flush-pending, byte-compile-file-form-progn)
11901 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11902 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11903 mapcar.
11904
119052000-05-26 Kenichi Handa <handa@etl.go.jp>
11906
11907 * international/fontset.el: Set family names of non-latin charsets
11908 in default fontset to "*".
11909
11910 * international/mule-diag.el (print-fontset): Combine family part
11911 and registry part of the fontname by "-*-" instead of "-".
11912
11913 * international/mule-cmds.el (encode-coding-char): Make strings
11914 multibyte before calling encode-coding-string.
11915
119162000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11917
11918 * derived.el: Fix keywords.
11919 (define-derived-mode): Only define if needed.
11920
11921 * simple.el (fill-comment, comment-column, comment-start)
11922 (comment-start-skip, comment-end, comment-indent-function)
11923 (block-comment-start, block-comment-end, indent-for-comment)
11924 (set-comment-column, kill-comment, comment-padding, comment-region)
11925 (comment-multi-line, indent-new-comment-line): Remove.
11926
11927 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11928 function names for comment operations.
11929
11930 * newcomment.el: Add abundant autoload cookies.
11931 (comment-style): Don't depend on runtime data at compile-time.
11932 (comment-indent-hook): Remove.
11933 (comment-indent): Check if comment-indent-hook is bound.
11934 (comment-region): Docstring fix.
11935
119362000-05-25 Dave Love <fx@gnu.org>
11937
11938 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11939 byte-code-function-p.
11940
11941 * mail/rmailsum.el: Add provide.
11942
11943 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11944
11945 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11946 defcustom.
11947
119482000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11949
11950 * ediff-diff.el (ediff-exec-process): delete --binary option from
11951 non-buffer ediff jobs.
11952
119532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11954
11955 * hilit-chg.el (highlight-changes-mode): Ask about color or
11956 grayscale support, not about window-system.
11957
11958 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11959 window-system.
11960 (ffap-highlight): Always default to t.
11961
11962 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11963 display-popup-menus-p instead of looking at window-system.
11964
11965 * disp-table.el (standard-display-g1, standard-display-graphic):
11966 Only refuse to use string glyphs on X and MS-Windows.
11967
11968 * avoid.el: Remove window-system from commentary, suggest to use
11969 display-*-p instead.
11970
11971 * apropos.el (apropos-print): Use display-mouse-p instead of
11972 window-system.
11973
119742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11975
11976 * international/codepage.el (cp-decoding-vector-for-codepage):
11977 Fill up unsupported characters with their own codes. From Kenichi
11978 Handa.
11979
119802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11981
11982 * international/mule-diag.el (describe-char-after): Use
11983 display-graphic-p instead of window-system, so that this function
11984 works on MS-DOS.
11985
119862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11987
11988 * international/codepage.el (cp-make-coding-systems-for-codepage):
11989 Remove the eight-bit-graphic and eight-bit-control charsets from
11990 the list of charsets which we convert into `?'.
11991
119922000-05-25 Kenichi Handa <handa@etl.go.jp>
11993
11994 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11995 private charsets.
11996 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11997 japanese-jisx0213-2): New charsets.
11998
11999 * international/fontset.el: Setup default fontset for new charsets.
12000
120012000-05-24 Dave Love <fx@gnu.org>
12002
12003 * info.el (Info-find-node-2): Restructure [following "Vadim
12004 S. Solomin" <sovs@uic.nnov.ru>].
12005
12006 * icomplete.el: Fix header for Finder.
12007
120082000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12009
12010 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12011 STAY.
12012
12013 * rmail.el (rmail-automatic-folder-directives): New user variable.
12014 (rmail-show-message): Add call to `rmail-auto-file' during
12015 display.
12016 (rmail-auto-file): New function.
12017
120182000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12019
12020 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12021 account.
12022 (ediff-test-utility,ediff-diff-mandatory-option)
12023 (ediff-reset-diff-options): Utilities for proper initialization of
12024 ediff-diff-options and ediff-diff3-options on Windows.
12025
12026 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12027 variable.
12028
12029 * ediff-mult.el (ediff-filegroup-action): Use
12030 ediff-merge-filename-prefix.
12031
120322000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12033
12034 * viper-ex.el (ex-write): Set selective display to nil.
12035
120362000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12037
12038 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12039 aliases for hebrew-iso-8bit.
12040
120412000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12042
12043 * woman.el: New version from Francis J. Wright
12044 <F.J.Wright@Maths.QMW.ac.uk>.
12045 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12046 names in environment variables regardless of the path separator.
12047 (woman-topic-all-completions-1): Don't call file-name-directory-p
12048 on all files, since woman-file-regexp already filters out any
12049 directories.
12050
120512000-05-24 Kenichi Handa <handa@etl.go.jp>
12052
12053 * international/quail.el (quail-start-translation): Don't change
12054 modified-p of the current buffer.
12055 (quail-start-conversion): Likewise.
12056
12057 * international/kkc.el (kkc-region): Don't change modified-p of
12058 the current buffer.
12059
12060 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12061 conform to RFC1468.
12062 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12063
120642000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12065
12066 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12067 (speedbar-insert-button): Invisible text property fix.
12068 (speedbar-directory-plus): Renamed from speedbar-directory-+
12069 (speedbar-directory-minus): Renamed from speedbar-directory--
12070 (speedbar-page-plus): Renamed from speedbar-file-+
12071 (speedbar-page-minus): Renamed from speedbar-file--
12072 (speedbar-page): Renamed from speedbar-file-
12073 (speedbar-tag): Renamed from speedbar-tag-
12074 (speedbar-tag-plus): Renamed from speedbar-tag-+
12075 (speedbar-tag-minus): Renamed from speedbar-tag--
12076 (speedbar-expand-image-button-alist): Use above renames.
12077
12078 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12079 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12080 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12081 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12082 * sb-pg.xpm: Renamed from sb-file.xpm
12083 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12084 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12085
120862000-05-24 Kenichi Handa <handa@etl.go.jp>
12087
12088 * international/quail.el (quail-show-guidance-buf): Set
12089 current-input-method of the guidance buffer to the name of the
12090 curren input method.
12091
120922000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12093
12094 * progmodes/compile.el (compile-internal): Style typo.
12095
12096 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12097 quote vars and functions in the docstring.
12098
12099 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12100
12101 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12102 Don't quote lambdas.
12103
12104 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12105
121062000-05-23 Gerd Moellmann <gerd@gnu.org>
12107
12108 * startup.el (command-line): Determine source file of compiled
12109 user init file differently. Warn if compiled user init file
12110 is older than its source file.
12111
12112 * ffap.el (ffap-url-regexp): Add `https'.
12113
121142000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12115
12116 * files.el (make-backup-file-name-1): Replace slashes with `!'
12117 rather than `|' (which is not allowed on Windows). Replace the
12118 drive letters with a string "drive_X".
12119
121202000-05-23 Gerd Moellmann <gerd@gnu.org>
12121
12122 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12123
12124 * files.el (interpreter-mode-alist): Add `bash2'.
12125
121262000-05-22 Dave Love <fx@gnu.org>
12127
12128 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12129 mapc.
12130 (feature-file): Avoid calling symbol-name. Doc fix.
12131 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12132 (loadhist-hook-functions): Add mouse-position-function.
12133 (unload-feature): Change uses of mapcar.
12134
12135 * files.el (parse-colon-path): Doc fix.
12136 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12137 (set-auto-mode): Use mapc.
12138
12139 * complete.el (PC-look-for-include-file): Use :alnum: character
12140 class.
12141 (partial-completion-mode): Add autoload cookie.
12142
121432000-05-22 Sam Steingold <sds@gnu.org>
12144
12145 * info.el (Info-fontify-node): Fixed the call to
12146 `add-text-properties' (bug introduced on 2000-05-18).
12147
121482000-05-22 Dave Love <fx@gnu.org>
12149
12150 * bindings.el: Remove debug-ignored-errors set in other files.
12151
12152 * progmodes/etags.el: Add to debug-ignored-errors.
12153 (visit-tags-table-buffer): Clear out buffers holding old tables
12154 when making a new list.
12155 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12156 mapc.
12157
12158 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12159 quote keywords.
12160 (cmpl-string-case-type): Use character classes.
12161
12162 * comint.el:
12163 * textmodes/ispell.el:
12164 * imenu.el:
12165 * mail/mh-e.el:
12166 * progmodes/compile.el: Add to debug-ignored-errors.
12167
12168 * dabbrev.el: Add to debug-ignored-errors.
12169 (dabbrev-completion): Use mapc.
12170
121712000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12172
12173 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12174 (woman-mapcan, woman-parse-man.conf)
12175 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12176 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12177 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12178 path syntax better.
12179 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12180 (woman-manpath): Call woman-parse-man.conf.
12181 (woman-emulation): New defcustom, defaults to nroff.
12182 (woman-font-support): New defconst.
12183 (woman-use-symbol-font): New defcustom.
12184 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12185 "Emulation".
12186 Many functions: Doc fix.
12187
121882000-05-22 Kenichi Handa <handa@etl.go.jp>
12189
12190 * international/quail.el (quail-simple-translation-keymap): Map
12191 128..255 to quail-self-insert-command.
12192 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12193
121942000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12195
12196 * help.el (help-manyarg-func-alist): Typo.
12197
12198 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12199 intervals which makes it heaps simpler.
12200
12201 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12202 the nested comment markers.
12203
12204 * subr.el (remove-hook): Don't turn the hook's value into a list.
12205
122062000-05-21 Dave Love <fx@gnu.org>
12207
12208 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12209 are invalid characters.
12210
12211 * international/mule-util.el (detect-coding-with-priority): Use
12212 mapc. Remove redundant lambda.
12213
12214 * international/mule-diag.el (list-non-iso-charset-chars)
12215 (describe-fontset): Remove redundant lambda.
12216
12217 * emulation/crisp.el (brief-mode): New alias.
12218
12219 * emacs-lisp/ring.el (ring-elements): New function.
12220
12221 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12222 (easy-menu-do-add-item): Use keywordp.
12223
12224 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12225
12226 * replace.el: Doc and error message fixes.
12227 (replace-highlight): Use facep, not internal-find-face.
12228
122292000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12230
12231 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12232
12233 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12234 (log-edit-insert-changelog): Drop `:' as well.
12235
12236 * log-view.el: Fix file description.
12237 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12238 available.
12239 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12240 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12241
12242 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12243 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12244 Print a status message if the toggle is called interactively.
12245 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12246 for global minor modes and use `defcustom' for them.
12247 Use add-minor-mode.
12248 (easy-mmode-define-derived-mode): Remove.
12249 (define-derived-mode): Fancier default docstring.
12250 (easy-mmode-define-navigation): Signal an error rather than (ding).
12251
12252 * newcomment.el (comment-styles): New `box-multi'.
12253 (comment-normalize-vars): Better default for comment-continue to
12254 avoid whitespace-only continuations.
12255 (comment-search-forward): Always move even in the no-syntax case.
12256 (comment-padright): Only obey N if it's only obeyed for padleft.
12257 (comment-make-extra-lines): Better handling of empty continuations.
12258 Use `=' for the filler if comment-start has only one character.
12259 (uncomment-region): Try handling the special `=' filler.
12260 (comment-region): Allow LINES even if MULTI is nil.
12261 (comment-box): Choose box style based on comment-style.
12262
122632000-05-20 Kenichi Handa <handa@etl.go.jp>
12264
12265 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12266 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12267
122682000-05-20 Kenichi HANDA <handa@etl.go.jp>
12269
12270 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12271 and insert, not subst-char-in-region.
12272
12273 * international/mule-diag.el (list-character-sets-1): Handle
12274 charsets eight-bit-control and eight-bit-graphic.
12275 (list-iso-charset-chars): Likewise.
12276 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12277 charactes as is. Use indent-to to align characters.
12278
12279 * international/mule-cmds.el (find-multibyte-characters): Never
12280 exclude charsets eight-bit-control and eight-bit-graphic.
12281
122822000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12283
12284 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12285 Don't quote lambdas.
12286
12287 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12288
122892000-05-19 Gerd Moellmann <gerd@gnu.org>
12290
12291 * gud.el (gud-jdb-directories): Doc fix.
12292
122932000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12294
12295 * newcomment.el: New file.
12296
122972000-05-19 Gerd Moellmann <gerd@gnu.org>
12298
12299 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12300
123012000-05-18 Andreas Schwab <schwab@suse.de>
12302
12303 * dired.el (dired-between-files): Also skip lines beginning with
12304 `used'.
12305
123062000-05-18 Gerd Moellmann <gerd@gnu.org>
12307
12308 * msb.el (msb-menu-cond): Add choice `user'.
12309
123102000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12311
12312 * ps-print.el: Compatibility, customization and doc fix.
12313 (ps-printer-name-option): Replace defconst by defvar.
12314 (ps-postscript-code-directory): XEmacs compatibility.
12315 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12316 fix.
12317 (ps-user-defined-prologue, ps-print-prologue-header)
12318 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12319 compatibility and code fix.
12320 (ps-print-background-image, ps-print-background-text):
12321 Customization fix.
12322 (ps-line-number-start, ps-n-up-on): New vars.
12323
123242000-05-18 Espen Skoglund <esk@ira.uka.de>
12325
12326 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12327 the indent-comment function to just return the appropriate indent.
12328
123292000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12330
12331 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12332 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12333 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12334
123352000-05-18 Dave Love <fx@gnu.org>
12336
12337 * info.el (Info-fontify-node): Add intangible property as well as
12338 invisible.
12339
12340 * calendar/appt.el (appt-make-list): Match all lines of entry.
12341 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12342
123432000-05-18 Kenichi Handa <handa@etl.go.jp>
12344
12345 * international/mule-diag.el (describe-char-after): Call
12346 internal-char-font, not char-font. If internal-char-font returns
12347 nil, display "-- none --".
12348
123492000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12350
12351 * image.el (image-type-available-p): Don't reference image-types
12352 if it isn't bound.
12353
123542000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12355
12356 * autoarg.el (autoarg-mode): Typo in the :set argument.
12357
123582000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12359
12360 * startup.el (command-line-1): Don't signal an error if the
12361 directory for auto-save-list files does not yet exist.
12362
123632000-05-17 Kenichi Handa <handa@etl.go.jp>
12364
12365 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12366
123672000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12368
12369 * subr.el (remove-hook): `setq' hook-value, not `set'.
12370
123712000-05-16 Sam Steingold <sds@gnu.org>
12372
12373 * info.el (debug-ignored-errors): More errors to ignore.
12374
123752000-05-16 Dave Love <fx@gnu.org>
12376
12377 * cus-edit.el: Don't require cl or easymenu.
12378 (custom-variable-prompt): Test standard-value property, not
12379 user-variable-p.
12380
123812000-05-16 Sam Steingold <sds@gnu.org>
12382
12383 * subr.el (add-hook): `setq' hook-value, not `set'.
12384
123852000-05-16 Gerd Moellmann <gerd@gnu.org>
12386
12387 * startup.el (command-line-1): Mention the FAQ in the startup
12388 message.
12389
12390 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12391
12392 * progmodes/compile.el (compilation-parse-errors): Collect
12393 `nomessage' regexps last.
12394
12395 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12396
12397 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12398 to the function name.
12399
124002000-05-15 Dave Love <fx@gnu.org>
12401
12402 * speedbar.el (speedbar-recenter): Typo.
12403 (speedbar-expand-line): Make arg optional.
12404 (speedbar-mode): Avoid a compiler warning.
12405
124062000-05-15 Gerd Moellmann <gerd@gnu.org>
12407
12408 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12409 user-specified option string is empty.
12410
12411 * mouse.el (mouse-yank-at-click): Doc fix.
12412
124132000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12414
12415 * term/internal.el (IT-character-translations): More updates of
12416 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12417 documents.
12418
124192000-05-15 Gerd Moellmann <gerd@gnu.org>
12420
12421 * env.el (getenv): New function, interactively callable.
12422 (setenv, getenv): Remove autoload cookies.
12423
12424 * loadup.el: Load `env'.
12425
12426 * progmodes/f90.el: Change author's mail address.
12427
124282000-05-14 Dave Love <fx@gnu.org>
12429
12430 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12431 goto-addr as an option.
12432
12433 * help.el (help-xref-stack): Doc fix.
12434 (help-xref-following): New variable.
12435 (help-make-xrefs): Use it.
12436 (help-xref-go-back): Use position information from stack element.
12437 (help-follow): Make position in stack element a pair. Use
12438 help-xref-following.
12439
12440 * autoarg.el: New file.
12441
12442 * faces.el: Declare more functions obsolete.
12443
12444 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12445 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12446 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12447 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12448 Remove all the setup-...-environment functions.
12449
124502000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12451
12452 * speedbar.el: Updated the commentary section. xemacs20p now uses
12453 >= when detecting. Require `defimage' safely.
12454 (speedbar-easymenu-definition-base): Add toggle for images.
12455 (speedbar-easymenu-definition-special): Add flush cache & expand.
12456 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12457 (speedbar-reconfigure-keymaps-hook): New variable.
12458 (speedbar-frame-parameters): Updated documentation.
12459 (speedbar-use-imenu-flag): Updated custom tag
12460 (speedbar-dynamic-tags-function-list): New variable.
12461 (speedbar-tag-hierarchy-method): Updated doc & custom.
12462 (speedbar-indentation-width, speedbar-indentation-width) New
12463 variables.
12464 (speedbar-hide-button-brackets-flag): Customizable.
12465 (speedbar-vc-indicator): Doc update.
12466 (speedbar-ignored-path-expressions): Updated default value.
12467 (speedbar-supported-extension-expressions): Updated default value.
12468 (speedbar-syntax-table): Remove {} paren status.
12469 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12470 as "+". Added overlay aliases.
12471 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12472 `force-mode-line-update'.
12473 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12474 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12475 `mouse-set-point'
12476 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12477 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12478 of arbitrary text, and new helper functions.
12479 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12480 filename finder.
12481 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12482 (speedbar-directory-buttons): Update path search/expansion.
12483 (speedbar-make-tag-line): Pay attention to
12484 `speedbar-indentation-width'. Use more care w/ invisible
12485 properties.
12486 (speedbar-change-expand-button-char): Call
12487 `speedbar-insert-image-button-maybe'.
12488 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12489 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12490 (speedbar-trim-words-tag-hierarchy)
12491 (speedbar-simple-group-tag-hierarchy): New functions
12492 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12493 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12494 functions.
12495 (speedbar-mouse-set-point): New function
12496 (speedbar-power-click): Updated documentation.
12497 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12498 of tag prefix text.
12499 (speedbar-expand-line, speedbar-contract-line): Make more robust
12500 to strange text.
12501 (speedbar-expand-line): Takes universal argument to flush the
12502 cache.
12503 (speedbar-flush-expand-line): New function.
12504 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12505 Use new generator insertion method.
12506 (speedbar-fetch-dynamic-tags): New function.
12507 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12508 `speedbar-fetch-dynamic-imenu'.
12509 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12510 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12511 "Revert Buffer" menu items.
12512 (speedbar-buffer-buttons-engine): Be smarter when creating a
12513 filename tag (for expansion purposes.).
12514 (speedbar-highlight-one-tag-line,
12515 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12516 (speedbar-recenter): New functions.
12517 (defimage-speedbar): Image loading abstraction.
12518 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12519 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12520 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12521 (speedbar-tag-type, speedbar-tag-mail): New images.
12522 (speedbar-expand-image-button-alist): New variable.
12523 (speedbar-insert-image-button-maybe): Insert an image over some
12524 buttons.
12525
125262000-05-13 Kenichi Handa <handa@etl.go.jp>
12527
12528 * international/mule-cmds.el (encode-coding-char): An ASCII
12529 character is always encodable.
12530
12531 * international/mule-conf.el: Add more information in descriptions
12532 of character sets.
12533
12534 * international/mule-diag.el (describe-char-after): New function.
12535 (describe-font-internal): Adjusted for the change of font-info.
12536 (describe-font): Likewise.
12537 (print-fontset): Rewritten for the new fontset implementation.
12538 (describe-fontset): Include fontset alias names in completion.
12539 (list-fontsets): Adjusted for the change of print-fontset.
12540
12541 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12542 describe-char-after instead of displaying the detail in the echo
12543 area.
12544 (syntax-code-table): Format changed.
12545 (string-to-syntax): Adjusted for the above change.
12546
125472000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12548
12549 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12550
125512000-05-12 Dave Love <fx@gnu.org>
12552
12553 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12554 dependence. Use line-{beginning,end}-position, not
12555 point-at{b,e}ol. Some doc fixes.
12556 (todo-position): New function. Fix callers of position to use it.
12557 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12558
125592000-05-12 Gerd Moellmann <gerd@gnu.org>
12560
12561 * time.el (display-time-mail-icon): Use `:ascent center'.
12562
12563 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12564 handling FTP security extensions.
12565
125662000-05-11 Dave Love <fx@gnu.org>
12567
12568 * calendar/todo-mode.el: New file.
12569
125702000-05-11 Gerd Moellmann <gerd@gnu.org>
12571
12572 * comint.el (comint-read-input-ring): Move reference to
12573 comint-input-ring-size outside of the save-excursion. It was
12574 causing the default value to be the only one ever seen.
12575
12576 * font-lock.el: Update copyright. Remove Simon Marshall's email
12577 address on request from him.
12578
12579 * subr.el (substitute-key-definition): Add comment describing
12580 the meaning of PREFIX.
12581
125822000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12583
12584 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12585
12586 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12587 (add-minor-mode): Don't make the variable buffer-local and add a
12588 reference to define-minor-mode in the docstring.
12589
12590 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12591 HEADER/FOOTER and fix bug with trailing empty directory.
12592 (cvs-append-to-ignore): Use vc-editable-p if available.
12593 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12594 (vc-do-command): Tweak advice to handle the new VC.
12595
12596 * log-view.el (log-view-goto-rev): New function for the new VC.
12597 (log-view-minor-wrap): Use mark-active.
12598
12599 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12600 (log-edit-changelog-full-paragraphs): New var.
12601 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12602 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12603 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12604 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12605 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12606 Replace the `cvs' prefix with `log-edit'.
12607
12608 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12609
12610 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12611 (diff-font-lock-defaults): Explicitly turn off multiline.
12612 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12613 (diff-ediff-patch): Fix call to ediff-patch-file.
12614 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12615 Handle comments.
12616
12617 * frame.el (automatic-hscrolling): Typo.
12618
12619 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12620
126212000-05-09 Sam Steingold <sds@goems.com>
12622
12623 * apropos.el (apropos-print): use `describe-face' instead of
12624 `customize-face-other-window'.
12625
126262000-05-09 Dave Love <fx@gnu.org>
12627
12628 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12629
12630 * help.el (describe-variable): Have customize button pop the
12631 help-xref stack when invoked.
12632 (help-xref-symbol-regexp): Add `face'.
12633 (help-make-xrefs): Check for quoted face names and adapt regexp
12634 submatch numbers to cope.
12635 (help-xref-interned): Maybe insert face doc too. Separate
12636 sections with a line of hyphens.
12637
12638 * faces.el: Some doc fixes. Declare some functions obsolete.
12639 (describe-face): Add customize button. Return the help
12640 text. Fix prompt.
12641
126422000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12643
12644 * term/internal.el (IT-character-translations): Fix last change.
12645
126462000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12647
12648 * woman.el: New file
12649 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12650
126512000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12652
12653 * term/internal.el (IT-character-translations): Update ASCII
12654 simulations for greek-iso8859-7, add latin-iso8859-14 and
12655 latin-iso8859-15.
12656
12657 * international/mule-cmds.el (set-language-info-alist): Call
12658 define-prefix-command with 3 arguments, to make the map suitable
12659 for a menu.
12660
126612000-05-07 Dave Love <fx@gnu.org>
12662
12663 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12664
126652000-05-05 Dave Love <fx@gnu.org>
12666
12667 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12668 list in doc string. Don't quote keyword symbols.
12669 * emacs-lisp/cl.el: Likewise
12670 * emacs-lisp/cl-seq.el: Likewise
12671
126722000-05-05 Gerd Moellmann <gerd@gnu.org>
12673
12674 * abbrev.el (abbrev-mode): Make ARG optional.
12675
126762000-05-04 Gerd Moellmann <gerd@gnu.org>
12677
12678 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12679
12680 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12681
12682 * subr.el (substitute-key-definition): Clarify documentation.
12683
126842000-05-04 Milan Zamazal <pdm@freesoft.cz>
12685
12686 * glasses.el (glasses-convert-to-unreadable): Use
12687 `glasses-separator' instead of the hard-wired "_".
12688 (glasses-mode): Call `glasses-make-unreadable' only in a single
12689 place.
12690
126912000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12692
12693 * term/internal.el (cjk-codepages-alist): Add associations for
12694 Chinese and Korean codepages. Remove FIXME comment.
12695
126962000-05-03 Dave Love <fx@gnu.org>
12697
12698 * time.el (display-time-mail-face, display-time-use-mail-icon):
12699 New option.
12700 (display-time-mail-icon): New variable.
12701 (display-time-string-forms): Use the above. Fix the local-map.
12702
127032000-05-03 Gerd Moellmann <gerd@gnu.org>
12704
12705 * replace.el (query-replace-map): Add binding for `E'.
12706 (query-replace-help): Extend help text.
12707 (perform-replace): Allow editing the replacement string.
12708
12709 * make-mode.el (makefile-mode-abbrev-table): New variable.
12710 (makefile-mode): Set local abbrev table to
12711 makefile-mode-abbrev-table.
12712 (makefile-font-lock-keywords): Fontify includes and conditionals.
12713
12714 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12715 set TOGGLE's value.
12716
12717 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12718 mail-interactive-insert-alias.
12719 (mail-abbrev-complete-alias): New command.
12720 (mail-mode-map): Bind it to `M-TAB'.
12721
127222000-05-03 Kenichi Handa <handa@etl.go.jp>
12723
12724 * language/lao-util.el (lao-compose-region): New function.
12725
127262000-05-02 Gerd Moellmann <gerd@gnu.org>
12727
12728 * files.el (recover-session): Make directories as necessary
12729 if they don't exist yet.
12730
12731 * calendar/cal-french.el
12732 (french-calendar-multibyte-special-days-array)
12733 (french-calendar-special-days-array): Change French text.
12734 (calendar-french-date-string): Change output.
12735 (calendar-goto-french-date): Likewise.
12736
127372000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12738
12739 * wid-edit.el (widget-default-active): Obey `:always-active'.
12740 (widget-documentation-string-value-create): Set `:always-active'.
12741
127422000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12743
12744 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12745 default prefix to `~/_emacs.d/auto-save.list/_s'.
12746 (normal-top-level): Create the directory for auto-save files, if
12747 it doesn't already exist (in the ms-dos case only).
12748
127492000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12750
12751 * international/mule-cmds.el (set-language-environment): Don't
12752 concat an integer (dos-codepage), use format instead.
12753
127542000-05-02 Dave Love <fx@gnu.org>
12755
12756 * help.el (help-xref-on-pp): Check for constant symbols.
12757
127582000-04-29 Gerd Moellmann <gerd@gnu.org>
12759
12760 * startup.el (normal-top-level): Put a condition-case around
12761 the code loading subdirs.el.
12762
127632000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12764
12765 * ps-print.el: Upside-down and face background color printing,
12766 line number step, doc fix.
12767 (ps-print-version): New version number (5.2).
12768 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12769 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12770 (ps-spool-config): Var fix.
12771 (ps-printer-name-option): Const fix.
12772 (ps-print-upside-down, ps-use-face-background)
12773 (ps-line-number-step): New vars.
12774 (ps-window-system, ps-lp-system): New consts.
12775 (ps-face-background): New fun.
12776
127772000-04-28 Richard Stallman <rms@gnu.org>
12778
12779 * files.el (make-auto-save-file-name):
12780 Apply auto-save-file-name-transforms to visited file name
12781 before generating auto save file name.
12782 (auto-save-file-name-transforms): New variable.
12783
12784 * files.el (backup-enable-predicate):
12785 Correctly test for a file under a temporary directory.
12786
127872000-04-28 Gerd Moellmann <gerd@gnu.org>
12788
12789 * subr.el (add-minor-mode): Rewritten.
12790
127912000-04-28 Kenichi Handa <handa@etl.go.jp>
12792
12793 * mail/sendmail.el (sendmail-send-it): Set
12794 buffer-file-coding-system to the selected coding system for MIME
12795 header.
12796
127972000-04-27 Gerd Moellmann <gerd@gnu.org>
12798
12799 * dired.el (dired-move-to-filename-regexp): Allow format where
12800 YYYY is followed by two spaces.
12801
12802 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12803 in the second character class of the regexp.
12804
12805 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12806 mh-etc, too.
12807
12808 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12809 nil.
12810
12811 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12812
12813 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12814 argument.
12815
128162000-04-27 Sen Nagata <sen@eccosys.com>
12817
12818 * emacs-lisp/crm.el (crm-completion-table): New variable.
12819 (crm-collection-fn, crm-test-completion)
12820 (completing-read-multiple): Use it.
12821
128222000-04-27 Dave Love <fx@gnu.org>
12823
12824 * help.el (locate-library): Use mapc.
12825 (help-manyarg-func-alist): Add call-process-region.
12826
128272000-04-26 Gerd Moellmann <gerd@gnu.org>
12828
12829 * subr.el (add-minor-mode): Make argument MAP optional.
12830
12831 * desktop.el (desktop-save): Save list of minor modes.
12832 (desktop-create-buffer): Restore minor modes.
12833 (desktop-minor-mode-table): New user-option.
12834
12835 * subr.el (add-minor-mode): New function.
12836
12837 * image.el (find-image): New function.
12838 (defimage): Rewritten to find image at load time.
12839
12840 * startup.el (normal-top-level-add-to-load-path): Handle
12841 case that the default directory is not in load-path.
12842
12843 * help.el: Old patch from Stefan Monnier.
12844 (help-xref-on-pp): New function.
12845 (describe-variable): Use it to display xrefs in a symbol's value.
12846
128472000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12848
12849 * cus-edit.el (custom-face): Fix parenthesis.
12850
128512000-04-26 Kenichi Handa <handa@etl.go.jp>
12852
12853 * mail/rmail.el (rmail-expunge): When there are no deleted
12854 messages, do nothing.
12855
128562000-04-26 Dave Love <fx@gnu.org>
12857
12858 * international/mule-cmds.el (locale-translation-file-name):
12859 Defvar to nil.
12860 (set-locale-environment): Set it here (at runtime).
12861
128622000-04-25 Gerd Moellmann <gerd@gnu.org>
12863
12864 * replace.el (perform-replace): Add parameters START and END. Use
12865 them instead of the check for a region in Transient Mark mode.
12866 (query-replace-read-args): Return two more list elements for the
12867 start and end of the region in Transient Mark mode.
12868 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12869 (map-query-replace-regexp, replace-string, replace-regexp): Add
12870 optional last arguments START and END and pass them to
12871 perform-replace.
12872
12873 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12874 form with additional arguments for perform-replace.
12875
12876 * progmodes/etags.el (tags-query-replace): Add parameters START
12877 and END. Construct a form with additional arguments for
12878 perform-replace.
12879
12880 * simple.el (shell-command): Set default directory for "*Shell
12881 Command Output" buffer.
12882
12883 * language/european.el (iso-latin-4): Fix typo.
12884
12885 * emacs-lisp/crm.el: New file.
12886
128872000-04-24 Dave Love <fx@gnu.org>
12888
12889 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12890 (Custom-reset-saved, Custom-reset-standard)
12891 (custom-group-value-create, custom-group-set, custom-group-save)
12892 (custom-group-reset-current, custom-group-reset-saved)
12893 (custom-group-reset-standard): Use mapc.
12894 (custom-buffer-create-internal): Disable undo when creating items.
12895 Use mapc.
12896 (custom-face): Avoid redundant lambda.
12897
128982000-04-24 Gerd Moellmann <gerd@gnu.org>
12899
12900 * startup.el (auto-save-list-file-prefix): Set default to
12901 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12902
129032000-04-24 Sam Steingold <sds@gnu.org>
12904
12905 * time-stamp.el (time-stamp-string-preprocess): Always convert
12906 `field-result' to a string.
12907
129082000-04-24 Gerd Moellmann <gerd@gnu.org>
12909
12910 * frame.el (scrolling): New group.
12911 (automatic-hscrolling): New user-option.
12912
12913 * startup.el (command-line-x-option-alist): Add `-lsp' and
12914 `--line-spacing'.
12915
129162000-04-19 Dave Love <fx@gnu.org>
12917
12918 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12919 (cl-mapc): Rename from mapc. Fix the funcall.
12920
129212000-04-19 Gerd Moellmann <gerd@gnu.org>
12922
12923 * simple.el (clone-indirect-buffer-other-window): New command.
12924 (clone-indirect-buffer): Add optional arg NORECROD.
12925 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12926
12927 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12928
12929 * window.el (count-screen-lines): New function.
12930 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12931 instead of window-buffer-height.
12932
12933 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12934 non-existing variable comint-input-sentinel.
12935 (inferior-lisp-args-to-list): Removed.
12936 (inferior-lisp): Use split-string instead of
12937 inferior-lisp-args-to-list.
12938
12939 * hexl.el (hexl-insert-hex-string): New command.
12940
12941 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12942 instead of concat.
12943
129442000-04-18 Gerd Moellmann <gerd@gnu.org>
12945
12946 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12947 at the start of an existing but empty folder.
12948
129492000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12950
12951 * ps-mule.el: Customization fix, doc fix.
12952 (ps-multibyte-buffer): Customization fix.
12953
129542000-04-17 Richard M. Stallman <rms@gnu.org>
12955
12956 * subr.el (read-passwd): Use read-char-exclusive.
12957
129582000-04-17 Gerd Moellmann <gerd@gnu.org>
12959
12960 * textmodes/texinfo.el (texinfo-insert-@email)
12961 (texinfo-insert-@emph, texinfo-insert-@quotation)
12962 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12963 (texinfo-mode-map): Add key bindings for them.
12964
12965 * files.el (basic-save-buffer-2): Use a template with `$'
12966 instead of `#' for VMS.
12967
12968 * simple.el (clone-indirect-buffer): New function.
12969
129702000-04-16 Stephen Eglen <stephen@gnu.org>
12971
12972 * iswitchb.el (iswitchb-case): New function. If the user input
12973 contains any upper-case characters, the search is made
12974 case-sensitive.
12975
129762000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12977
12978 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12979 comment-end.
12980 (texinfo-font-lock-syntactic-keywords): New var.
12981 (texinfo-font-lock-keywords): Remove comment regexp.
12982 (texinfo-insert-block): New function.
12983 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12984 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12985 and font-lock-defaults. Use regexp-opt for outline-regexp.
12986 (texinfo-environments): New var.
12987 (texinfo-environment-regexp): Use regexp-opt and
12988 texinfo-environments.
12989
12990 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12991 ispell-process is bound since this might be eval'd before ispell
12992 is loaded.
12993 (ispell-message): Use a tiny bit less magic and a bit more hard
12994 data to figure out what kind of sc-cite-regexp to use.
12995
12996 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12997
12998 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12999 (insert-cyclic-diary-entry): Unquote the lambda.
13000
13001 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13002
13003 * files.el (backup-enable-predicate): Unquote the lambda.
13004
13005 * cus-edit.el (custom-face, face): Unquote the lambda.
13006
130072000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13008
13009 * ps-print.el: Check for line-beginning-position definition.
13010
13011 * ps-print.el: Fix counting lines in a region.
13012 (ps-print-version): New version number (5.1.5).
13013 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13014 (ps-printing-region): Fun code fix.
13015
130162000-04-15 Gerd Moellmann <gerd@gnu.org>
13017
13018 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13019 to file-directory-p.
13020
130212000-04-14 Gerd Moellmann <gerd@gnu.org>
13022
13023 * gud.el (gud-jdb-build-source-files-list): Check that directory
13024 exists before calling directory-files.
13025
130262000-04-13 Dave Love <fx@gnu.org>
13027
13028 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13029 syntax.
13030
13031 * emacs-lisp/cl-specs.el: Remove when, unless.
13032
13033 * emacs-lisp/cl-extra.el: Don't quote keywords.
13034 (cl-old-mapc): New variable.
13035 (mapc): Use it.
13036 (cl-map-intervals): Use with-current-buffer. Don't check for
13037 next-property-change.
13038 (cl-map-overlays): Use with-current-buffer.
13039 (cl-expt): Remove.
13040 (copy-tree, remprop): Define unconditionally.
13041
13042 * emacs-lisp/cl-compat.el (keywordp): Remove.
13043
13044 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13045 to use keywordp.
13046 (edebug-spec): Enable keywordp.
13047
13048 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13049 string-lessp.
13050
13051 * cus-start.el: Use keywordp.
13052
130532000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13054
13055 * diary-lib.el (include-other-diary-files): Fix the fix of
13056 2000-02-18 by doing a save-excursion.
13057
130582000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13059
13060 * ps-print.el: Customization fix, doc fix.
13061 (ps-print-version): New version number (5.1.4).
13062 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13063 (ps-print-preprint): Adjust code.
13064 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13065 (ps-print-prologue-header, ps-print-control-characters)
13066 (ps-spool-config): Customization fix.
13067
130682000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13069
13070 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13071 converted to the new menu-item format, names silightly changed,
13072 help strings added.
13073
13074 Support for spelling without async subprocesses:
13075
13076 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13077 (ispell-session-buffer): New variables.
13078 (ispell-start-process, ispell-process-status,
13079 ispell-accept-output, ispell-send-string): New functions, for
13080 Ispell invocation when async subprocesses aren't supported.
13081 (ispell-word, ispell-pdict-save, ispell-command-loop,
13082 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13083 to process-send-string with calls to ispell-send-string, and
13084 accept-process-output with ispell-accept-output.
13085 (ispell-init-process): Call ispell-process-status instead of
13086 process-status with.
13087 (ispell-init-process): Call ispell-start-process. Call
13088 ispell-accept-output and ispell-send-string. Don't call
13089 process-kill-without-query and kill-process if they are unbound.
13090 (ispell-async-processp): New function.
13091
130922000-04-12 Dave Love <fx@gnu.org>
13093
13094 * info.el: Add debug-ignored-errors.
13095 (Info-mode-menu): Add some items.
13096 (Info-directory): Add autoload cookie.
13097
13098 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13099 Modify `truncate-lines'. Make `describe-language-environment'
13100 always visible and add help. Modify `describe-key' help. Invoke
13101 Info-directory from `info'. New entry `emacs-manual'.
13102
131032000-04-10 Gerd Moellmann <gerd@gnu.org>
13104
13105 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13106 propertized-buffer-identification.
13107 (ebrowse-update-member-buffer-mode-line): Likewise.
13108 (ebrowse--mode-strings): Removed.
13109 (ebrowse--mode-line-props): Removed.
13110
13111 * files.el (auto-mode-alist): Add `EBROWSE'.
13112
13113 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13114 space before testing for end of buffer.
13115 (ebrowse-load): Removed.
13116 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13117 (ebrowse-create-tree-buffer): Rewritten.
13118 (ebrowse-tree-mode): Read tree from buffer.
13119
13120 * progmodes/ebrowse-ffh.el: Removed.
13121
131222000-04-10 Kenichi Handa <handa@etl.go.jp>
13123
13124 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13125
131262000-04-10 Gerd Moellmann <gerd@gnu.org>
13127
13128 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13129 at the wrong place.
13130
131312000-04-09 Dave Love <fx@gnu.org>
13132
13133 * files.el (backup-enable-predicate): Use
13134 temporary-file-directory, small-temporary-file-directory.
13135 (make-backup-file-name-function, backup-directory-alist): New
13136 variables.
13137 (make-backup-file-name-1): New function.
13138 (make-backup-file-name): Use it.
13139 (find-backup-file-name): Likewise. Use format for clarity, not
13140 concat.
13141 (file-newest-backup): Use make-backup-file-name.
13142
131432000-04-09 Gerd Moellmann <gerd@gnu.org>
13144
13145 * progmodes/ebrowse-ffh.el: New file.
13146
13147 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13148 to ebrowse-ffh.el.
13149 (ebrowse-load): Add autoload.
13150
13151 * finder.el (finder-commentary): Add autoload cookie.
13152
13153 * mail/rfc2368.el: Correct author's email address.
13154
13155 * progmodes/ebrowse.el: New file.
13156
13157 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13158 item help string.
13159 (easy-menu-do-add-item): Ditto.
13160 (easy-menu-define): Extend doc string.
13161
13162 * jit-lock.el (with-buffer-unmodified): Use
13163 restore-buffer-modified-p.
13164 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13165 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13166 with-buffer-unmodified.
13167
131682000-04-08 Dave Love <fx@gnu.org>
13169
13170 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13171 unless, when.
13172
131732000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13174
13175 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13176 (viper-flash-search-pattern): No operation when using Emacs
13177 doesn't support face.
13178 Use `viper-put-on-search-overlay'.
13179
131802000-04-04 Gerd Moellmann <gerd@gnu.org>
13181
13182 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13183 like C-r.
13184
13185 * progmodes/make-mode.el: Some doc fixes.
13186 (makefile-mode-abbrev-table): New variable.
13187 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13188 (makefile-font-lock-keywords): Fontify includes and conditionals.
13189 (toplevel): Require `dabbrev' and `add-log' when compiling.
13190
13191 * replace.el (perform-replace): Don't move forward one char
13192 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13193 to do that because it leaves point 1 position after the last
13194 replacement, after everything has been replaced.
13195
13196 * jit-lock.el (with-buffer-unmodified): New macro.
13197 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13198 modified state.
13199 (jit-lock-function-1): Extracted from jit-lock-function; not
13200 preserving buffer's modified state.
13201 (jit-lock-function, jit-lock-stealth-fontify): Call
13202 jit-lock-function-1.
13203
13204 * mail/rfc2368.el: Remove supernumerary copyright line.
13205
132062000-04-04 Milan Zamazal <pdm@freesoft.cz>
13207
13208 * glasses.el: Provide facilities for inserting space before left
13209 parentheses and uncapitalization of identifiers.
13210 (glasses-mode): Try to remove old overlays in all cases.
13211
132122000-04-03 Gerd Moellmann <gerd@gnu.org>
13213
13214 * progmodes/compile.el (compile-internal): Display the compilation
13215 buffer in a different frame, if it's already displayed there.
13216
13217 * mail/rfc2368.el: New file.
13218
13219 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13220 header and insert its value as mail body.
13221
13222 * subr.el (member-ignore-case): New function.
13223
13224 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13225 (dabbrev--find-expansion): Ignore buffers matching a regexp
13226 from dabbrev-ignored-regexps.
13227
13228 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13229 to extensions handled by gzip.
13230
132312000-04-03 Richard M. Stallman <rms@gnu.org>
13232
13233 * files.el (insert-directory): List the total free space
13234 along with the used space.
13235
13236 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13237 line is followed by one that matches CITATION-REGEXP, end the
13238 paragraph.
13239
132402000-04-03 Markus Rost <rost@delysid.gnu.org>
13241
13242 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13243 (rmail-make-basic-summary-line): Use that option.
13244
132452000-04-03 Kenichi Handa <handa@etl.go.jp>
13246
13247 * international/mule-cmds.el (encoded-string-description):
13248 Rewritten. Try pretty description for ISO 2022 escape sequences
13249 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13250 for hexadecimal format.
13251
132522000-04-01 Dave Love <fx@gnu.org>
13253
13254 * cpp.el: Change customization group to `c' from `C'.
13255
13256 * vcursor.el (vcursor-move): Use display-color-p.
13257
13258 * international/mule-util.el: Provide mule-utils.
13259 (string-to-sequence): Simplify and speed up.
13260
13261 * international/mule.el (make-coding-system): Purecopy doc-string.
13262
13263 * international/mule-cmds.el: Various menu changes.
13264 (describe-specified-language-support): Handle `Default'.
13265 (set-language-info): Purecopy `info'.
13266
132672000-03-31 Andrew Innes <andrewi@gnu.org>
13268
13269 * vc.el (vc-backend-diff): Return the correct status if we had to
13270 retry the rcsdiff command without the --brief option.
13271
132722000-03-31 Dave Love <fx@gnu.org>
13273
13274 * help.el (help-manyarg-func-alist): Correct several omissions.
13275
13276 * add-log.el: Don't require cl, fortran.
13277 (add-log-current-defun-function): Doc fix.
13278 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13279 fix.
13280 (change-log-version-rcs): Function deleted.
13281 (change-log-version-number-search): Doc fix. Use
13282 vc-workfile-version. Avoid CL dolist.
13283 (add-change-log-entry): Just call add-log-current-defun to get
13284 defun. Simplify somewhat.
13285 (change-log-get-method-definition-1): Likewise.
13286 (add-log-current-defun): Return nil if calling
13287 add-log-current-defun-function does so. Move Fortran stuff to
13288 fortran.el. Return string without properties.
13289
13290 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13291 and :alpha: char classes.
13292
13293 * mail/supercite.el: Defvar curline when compiling.
13294 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13295 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13296 rather than a-zA-Z0-9 to allow non-ASCII characters.
13297
132982000-03-31 Gerd Moellmann <gerd@gnu.org>
13299
13300 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13301
13302 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13303 Re-enable new code.
13304
13305 * lpr.el (print-region-1): Use -d to specify printer name for
13306 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13307
133082000-03-31 Dave Love <fx@gnu.org>
13309
13310 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13311 for function definition in symbol's function value slot first
13312 instead of first consulting byte-compile-function-environment.
13313
133142000-03-31 Kenichi Handa <handa@etl.go.jp>
13315
13316 * language/european.el ("Polish"): New language environment.
13317 (setup-polish-environment): New function.
13318
133192000-03-30 Gerd Moellmann <gerd@gnu.org>
13320
13321 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13322 Disable new code.
13323
13324 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13325 trying to `load' the symbol of an autoload instead of the file
13326 recorded in the autoload. Fix error messages.
13327
133282000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13329
13330 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13331 (ps-print-version): New version number (5.1.3).
13332 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13333 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13334 (ps-generate-postscript-with-faces): Code fix.
13335 (ps-color-values): XEmacs compatibility.
13336 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13337 (ps-default-fg, ps-default-bg): Adjust customization.
13338 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13339 (ps-color-scale): Renaming old ps-color-value fun.
13340 (ps-print-headers): Replace ps-print-header group to avoid conflict
13341 with ps-print-header variable.
13342 (ps-print-miscellany): New group.
13343 (ps-format-color, ps-rgb-color): New funs.
13344 (ps-default-foreground): New var.
13345 (ps-printer-name-option): New const.
13346
133472000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13348
13349 * net/net-utils.el:
13350 (network-connection-host, network-connection-service): New variables
13351 (network-connection-mode): New mode, derived from comint-mode
13352 (network-connection-mode-setup): New function, saves host and
13353 service information in local variables.
13354
13355 * lisp/locate.el:
13356 (locate-word-at-point): Added this function
13357 (locate): Default to using locate-word-at-point as input
13358 Run dired-mode-hook
13359
133602000-03-29 Dave Love <fx@gnu.org>
13361
13362 * calendar/appt.el: Doc fixes.
13363 (appt-check): Convert min-to-app to a string before passing to
13364 appt-disp-window-function or concat.
13365 (appt-delete-window): Remove test for frame-root-window.
13366 (appt-select-lowest-window, appt-convert-time): Simplify.
13367
13368 * emacs-lisp/bytecomp.el: Doc fixes.
13369 (byte-compile-file-form-autoload): Update
13370 byte-compile-function-environment.
13371
133722000-03-29 Andreas Schwab <schwab@suse.de>
13373
13374 * emacs-lisp/autoload.el: Also print defsubst doc string
13375 specially.
13376
13377 * dired.el (dired-insert-directory): If dired-free-space-program
13378 failed just delete its output.
13379
133802000-03-29 Dave Love <fx@gnu.org>
13381
13382 * international/iso-cvt.el: Move provide to end. Doc fixes.
13383 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13384 (iso-iso2sgml, iso-sgml2iso): New functions.
13385 (iso-cvt-define-menu): Fix some entries and use backquote for
13386 clarity.
13387
13388 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13389
133902000-03-28 Gerd Moellmann <gerd@gnu.org>
13391
13392 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13393 ISO-DATE. If non-nil, return date in ISO 8601 format.
13394
133952000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13396
13397 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13398 if it ever becomes used.
13399 (log-edit-mode-hook): Default to vc-log-mode-hook.
13400 (log-edit-mode): Fix the docstring.
13401
13402 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13403 the code.
13404
134052000-03-26 Dave Love <fx@gnu.org>
13406
13407 * net/browse-url.el (browse-url): Re-fix case of
13408 browse-url-browser-function being an alist.
13409 (browse-url): Add :link to defgroup.
13410
13411 * files.el: Doc fixes.
13412 (file-truename): Include `[' in wildcard characters.
13413 (automount-dir-prefix): Customize.
13414 (find-file-wildcards): Add :version.
13415 (find-file-noselect): Simplify a mapcar call.
13416
13417 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13418 compatible with inf-lisp version.
13419 (eval-defun-1): Fix custom-declare-variable case.
13420
134212000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13422
13423 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13424
134252000-03-24 Gerd Moellmann <gerd@gnu.org>
13426
13427 * Makefile (COMPILE_FIRST): New macro.
13428 (compile-files): Compile files from COMPILE_FIRST first.
13429
13430 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13431 code.
13432
13433 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13434 matching open parenthesis in column 0 to defun-prompt-regexp
13435 only if open-paren-in-column-0-is-defun-start is set.
13436
13437 * sun-curs.el: Require CL at compile-time only.
13438
13439 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13440 instead of copy-list which is a function from CL.
13441 (msb--choose-menu, msb--mode-menu-cond)
13442 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13443 (msb--init-file-alist): Use mapcar instead of mapcan.
13444 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13445 `(' in column 0 in doc string.
13446 (msb--add-separators): Use mapcar instead of mapcan.
13447
13448 * cus-dep.el: Require CL at compile-time only.
13449
134502000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13451
13452 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13453 (byte-compile-warnings): New warning `noruntime'.
13454 (byte-compile-constants, byte-compile-variables): Fix docstring.
13455 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13456 execute `eval-whenc-compile's body.
13457 (byte-compile-unresolved-functions): Fix docstring.
13458 (byte-compile-eval): New function.
13459 (byte-compile-callargs-warn): Check if the function will be available
13460 at runtime (via property `byte-compile-noruntime').
13461 (byte-compile-print-syms): New function.
13462 (byte-compile-warn-about-unresolved-functions): Also warn about
13463 `noruntime' functions (and use `byte-compile-print-syms').
13464 (byte-compile-file): Capitalize the message.
13465
134662000-03-24 Gerd Moellmann <gerd@gnu.org>
13467
13468 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13469 (rmail-expunge): Ask for confirmation depending on the setting
13470 of rmail-confirm-expunge.
13471
134722000-03-23 Gerd Moellmann <gerd@gnu.org>
13473
13474 * Makefile (bootstrap-clean): If $(emacs) exists, build
13475 loaddefs.el first. A loaddefs.el that's not up-to-date might
13476 cause a bootstrap failure because things don't autoload as
13477 expected.
13478
134792000-03-23 Dave Love <fx@gnu.org>
13480
13481 * net/browse-url.el: Restore previous use of
13482 browse-url-maybe-new-window.
13483
134842000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13485
13486 * ps-print.el: Skip banner page fix.
13487 (ps-print-version): New version number (5.1.2).
13488 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13489
134902000-03-23 Dave Pearson <davep@davep.org>
13491
13492 * net/quickurl.el Changed the type of parameter passed to the
13493 function defined by `quickurl-format-function'. Before only the
13494 text of the URL was passed. Now the whole URL structure is passed
13495 and the function is responsible for extracting the parts it
13496 requires. Changed the default of `quickurl-format-function'
13497 accordingly.
13498 (quickurl-insert): Changed the `funcall' of
13499 `quickurl-format-function' to match the above change.
13500 (quickurl-list-insert): Changed the `url' case so that it makes
13501 use of `quickurl-format-function', previous to this the format was
13502 hard wired.
13503
135042000-03-22 Gerd Moellmann <gerd@gnu.org>
13505
13506 * startup.el: Change some spellings for the X Window System.
13507
135082000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13509
13510 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13511 up the code and the regexp and make sure the cursor is temporarily
13512 moved to the suspicious line while querying the user.
13513
135142000-03-22 Jason Rumney <jasonr@gnu.org>
13515
13516 * w32-fns.el (w32-charset-info-alist): Initialize.
13517
135182000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13519
13520 * ps-print.el: N-up last page fix.
13521 (ps-print-version): New version number (5.1.1).
13522 (ps-end-file, ps-end-job, ps-generate): Code fix.
13523
135242000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13525
13526 * files.el (find-file-run-dired): Update docstring.
13527 (find-directory-functions): New hook.
13528 (find-file-noselect): Run find-directory-functions rather than
13529 calling dired directly.
13530
13531 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13532
13533 * pcvs.el: Add a minimal leading commentary.
13534 (cvs-make-cvs-buffer): Change the header part by removing the startup
13535 message and adding a `Module' entry. Also replace the FOOTER and
13536 HEADER special fileinfos with the new support in ewoc for updating
13537 its own footer and header.
13538 (cvs-update-header): Update to use the header/footer of the ewoc.
13539 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13540 (cvs-is-within-p): New function.
13541 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13542 to only examine some subset of the buffers.
13543
13544 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13545 `format' instead of our own ad-hoc functions.
13546 Remove HEADER and FOOTER cases, now handled in the EWOC.
13547 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13548
13549 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13550 output to avoid scaring the user.
13551 (cvs-parse-table): Catch message for non-up-to-date commits.
13552
13553 * pcvs-defs.el (cvs-startup-message): Remove.
13554 (cvs-global-menu): New autoloaded menu.
13555
13556 * pcvs-util.el (cvs-string-fill): Remove.
13557
13558 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13559 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13560 PP part of it and also make it work for footers and headers.
13561 (ewoc-create): Drop POS and BUFFER arguments.
13562 Use the DLL's dummy node to store the end-of-footer position.
13563 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13564 (ewoc-refresh): Remove unused `header' variable.
13565 (ewoc-(get|set)-hf): New functions.
13566
13567 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13568 log-view-*-(message|file) and use easy-mmode-define-navigation.
13569 (log-view-message-re): Match SCCS format as well.
13570 And match the revision line rather than the dashed separator line.
13571 (log-view-mode): Use the new define-derived-mode.
13572 (log-view-current-tag): Fill in with an actual implementation.
13573
13574 * cvs-status.el (cvs-status-(prev|next)): Rename from
13575 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13576 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13577 to let the output "breathe" a little more (more readable).
13578 (cvs-status-mode): Use the new define-derived-mode.
13579
13580 * smerge-mode.el (smerge-auto-leave): New function and variable.
13581 (smerge-basic-map): Rename from smerge-basic-keymap.
13582 Change the bindings for smerge-diff-*.
13583 (smerge-*-map): Use easy-mmode-defmap.
13584 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13585 (smerge-keep-*): Use smerge-auto-leave.
13586
135872000-03-21 Jason Rumney <jasonr@gnu.org>
13588
13589 * cus-edit.el (custom-button-face): Use 3D look for w32.
13590 (custom-button-pressed-face): Likewise.
13591
135922000-03-21 Gerd Moellmann <gerd@gnu.org>
13593
13594 * progmodes/etags.el (tags-case-fold-search): New user-option.
13595 (tags-loop-eval): New function. Bind case-fold-search around eval
13596 depending on the value of tags-case-fold-search.
13597 (tags-loop-continue): Use tags-loop-eval.
13598 (find-tag-in-order): Bind case-fold-search depending on the value
13599 of tags-case-fold-search.
13600
136012000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13602
13603 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13604 (diff-end-of-hunk): Return the end position for use in
13605 `easy-mmode-define-navigation'.
13606 (diff-recenter): Remove.
13607 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13608 of `easy-mmode-define-navigation'.
13609 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13610 previous renaming) and fix to use new names.
13611 (diff-merge-strings): Use \n as separator: simpler, faster.
13612 (diff-mode): Use `define-derived-mode'.
13613
13614 * derived.el (define-derived-mode): Don't autoload anymore.
13615 Prefer the macro-only version provided by easy-mmode.el.
13616
13617 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13618 `easy-mmode-define-derived-mode'.
13619 Use `combine-run-hooks'.
13620 (easy-mmode-define-navigation): New macro.
13621
13622 * subr.el (combine-run-hooks): New function.
13623
136242000-03-21 Kenichi HANDA <handa@etl.go.jp>
13625
13626 * term/x-win.el: Fontsets related initialization is simplified.
13627
13628 * international/mule-diag.el (describe-font): Don't refer to
13629 global-fontset-alist, instead call font-list.
13630 (describe-fontset, list-fontsets, mule-diag): Likewise.
13631 (print-fontset): Adjusted for the change of fontset
13632 implementation.
13633
13634 * international/fontset.el (x-charset-registries): Variable
13635 removed, instead the corresponding data is stored in the default
13636 fontset.
13637 (register-alternate-fontnames): Function removed.
13638 (resolved-ascii-font): Variable removed.
13639 (x-compose-font-name): Ignore the second argument REDOCE.
13640 (x-complement-fontset-spec): Complement only an ASCII font and
13641 element for those charsets than can use that ASCII font.
13642 (generate-fontset-menu): Don't refer to global-fontset-alist,
13643 instead call fontset-list.
13644 (uninstantiated-fontset-alist): Variable removed.
13645 (x-style-funcs-alist): Likewise.
13646 (fontset-default-styles): Likewise.
13647 (x-modify-font-name): Function removed.
13648 (create-fontset-from-fontset-spec): Ignore the argument
13649 STYLE-VARIANT.
13650 (create-fontset-from-ascii-font): Docsting adjusted for the above
13651 change.
13652 (instantiate-fontset, resolve-fontset-name): Functions removed.
13653 (fontset-list): Now implemented by C code.
13654
13655 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13656 (describe-face): Include `font' attribute in the description.
13657
136582000-03-21 Kenichi Handa <handa@etl.go.jp>
13659
13660 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13661
136622000-03-20 Gerd Moellmann <gerd@gnu.org>
13663
13664 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13665 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13666 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13667
13668 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13669 about behavior of set-buffer-modified-p wrt redisplay.
13670
136712000-03-19 Richard M. Stallman <rms@gnu.org>
13672
13673 * view.el (view-mode-disable): Kill local binding of view-read-only.
13674
136752000-03-18 Gerd Moellmann <gerd@gnu.org>
13676
13677 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13678 is a string, convert it to a syntax cell using string-to-syntax.
13679
13680 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13681 (string-to-syntax): New function.
13682
13683 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13684 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13685 try to use passive ftp mode.
13686
136872000-03-17 Gerd Moellmann <gerd@gnu.org>
13688
13689 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13690
13691 * simple.el (append-to-buffer): Update point of windows after
13692 insertion.
13693
13694 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13695 forward then moving backward. Reindent.
13696
13697 * frame.el (other-frame): Call x-focus-frame only if
13698 focus-follows-mouse is off.
13699
137002000-03-17 Dave Love <fx@gnu.org>
13701
13702 * pcvs-util.el (cvs-strings->string): Rename
13703 replace-regexps-in-string.
13704
137052000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13706
13707 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13708 regexp for labels cannot span several lines.
13709
13710 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13711 `(setq :<key> ':<key>)' to the macro expansion.
13712
137132000-03-16 Dave Love <fx@gnu.org>
13714
13715 * progmodes/f90.el (f90): Put custom group under `languages', not
13716 `fortran'.
13717 (f90-mode-hook): Customize.
13718 (f90-mode): Set add-log-current-defun-function.
13719 (f90-current-defun): New function.
13720
137212000-03-16 Gerd Moellmann <gerd@gnu.org>
13722
13723 * cus-edit.el (custom-variable-tag-face): Handle case that
13724 default face's height is not a number.
13725 (custom-face-tag-face, custom-group-tag-face-1)
13726 (custom-group-tag-face): Ditto.
13727 (custom-group-tag-face-1): Add :group.
13728
13729 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13730
137312000-03-15 Gerd Moellmann <gerd@gnu.org>
13732
13733 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13734 requiring easymenu.
13735
137362000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13737
13738 * ps-print.el: PostScript user-defined prologue, PostScript error
13739 handler, doc fix.
13740 (ps-print-version): New version number (5.1).
13741 (ps-user-defined-prologue, ps-error-handler-message)
13742 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13743 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13744 (ps-insert-string): New function.
13745
137462000-03-15 Kenichi Handa <handa@etl.go.jp>
13747
13748 * international/ccl.el (ccl-compile-expression): Don't generate
13749 invalid self-assignment code.
13750
137512000-03-14 Dave Love <fx@gnu.org>
13752
13753 * subr.el (replace-regexp-in-string): Renamed from
13754 replace-regexps-in-string. Doc fix.
13755
137562000-03-12 Dave Love <fx@gnu.org>
13757
13758 * cus-edit.el: Doc fixes.
13759 (customize-set-variable, customize-save-variable): Rename args for
13760 doc.
13761 (custom-variable-tag-face, custom-face-tag-face)
13762 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13763 style which user identify as hyperlink.
13764 (hook): Don't add undefined functions to the hook.
13765 (debug-ignored-errors): Transfer message from bindings.el.
13766
137672000-03-12 Gerd Moellmann <gerd@gnu.org>
13768
13769 * recentf.el (recentf-keep-non-readable-files-p): Remove
13770 double/nested definition.
13771
137722000-03-12 Dave Love <fx@gnu.org>
13773
13774 * facemenu.el (facemenu-get-face): Use display-color-p.
13775 * enriched.el (enriched-decode-foreground): Likewise.
13776 (enriched-decode-background): Likewise.
13777 * isearch.el (isearch-highlight): Likewise.
13778 * info-look.el (info-lookup): Likewise.
13779 * simple.el (completion-setup-function): Likewise.
13780
13781 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13782 :options.
13783
13784 * bindings.el (mode-line-format): Fix line-number and
13785 column-number items. Add help-echo for the background.
13786 (mode-line-mule-info): Modify help-echo.
13787
13788 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13789
13790 * files.el (load-file): Allow completion to .elc.
13791
13792 * man.el: Doc fixes.
13793 (Man-init-defvars): Use display-color-p to set fontification.
13794
13795 * play/hanoi.el (hanoi-internal): Don't use oddp.
13796
137972000-03-12 Gerd Moellmann <gerd@gnu.org>
13798
13799 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13800
13801 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13802
138032000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13804
13805 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13806 Fix comment.
13807
138082000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13809
13810 * font-lock.el (font-lock-keywords): Fix the doc now that
13811 regexp-opt-depth is unnecessary.
13812 (save-buffer-state): Set an edebug spec.
13813 (font-lock-fontify-anchored-keywords): Properly handle the case when
13814 the matcher goes past the limit.
13815
13816 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13817 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13818
13819 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13820 dll.el and cookie.el (from Elib) with heavy renaming and other
13821 massaging.
13822
13823 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13824 Autoload the functions used.
13825 (easy-mmode-define-syntax): Fix CL typo.
13826 (easy-mmode-define-derived-mode): Improve the docstring generation.
13827
138282000-03-10 Gerd Moellmann <gerd@gnu.org>
13829
13830 * textmodes/texinfo.el (texinfo-version): Variable and function
13831 removed.
13832
138332000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13834
13835 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13836 allow more flexibility.
13837 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13838 fns.
13839 (easy-mmode-defmap, easy-mmode-defsyntax)
13840 (easy-mmode-define-derived-mode): New macros.
13841
138422000-03-09 Didier Verna <didier@xemacs.org>
13843
13844 * rect.el (replace-rectangle): New function.
13845
138462000-03-09 Dave Love <fx@gnu.org>
13847
13848 * progmodes/fortran.el (fortran-comment-line-start): Define as
13849 "C".
13850 (fortran-comment-line-start-skip): Don't match cpp stuff.
13851 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13852 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13853 (fortran-mode): Don't set fortran-comment-line-start-skip,
13854 fortran-comment-line-start here. Set comment-start,
13855 add-log-current-defun.
13856 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13857 (fortran-current-defun): New function.
13858
138592000-03-09 Gerd Moellmann <gerd@gnu.org>
13860
13861 * emacs-lisp/re-builder.el: New file.
13862
13863 * mouse.el (mouse-drag-region): Don't run up-event handler
13864 if hscroll has changed.
13865
13866 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13867 builtin operators, use `font-lock-builtin-face' for Emacs and
13868 `font-lock-preprocessor-face' otherwise.
13869
13870 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13871 `(defun (setf foo)' differently.
13872
138732000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13874
13875 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13876 (regexp-opt): Update comment and adapt the code the new meaning of
13877 the `paren' argument of regex-opt-group for shy-groups.
13878 (regexp-opt-depth): Handle shy groups as well as backslashed
13879 backslashes.
13880 (regexp-opt-group): Turn the leading comment into a docstring.
13881 Allow `paren' to be a string (the string to use to open a group).
13882 Remove open-presuf and close-presuf. Instead of checking for `all
13883 one-char' and then later on check for `several one-char', handle
13884 both cases close together. Also apply a more generic algorithm
13885 for suffixes (the mirror image of the algorithm used for
13886 prefixes). Use shy-groups. Use nreverse rather than reverse.
13887 (regexp-opt-try-suffix): Removed.
13888
13889 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13890 from comint-mode-map, so we can just inherit from it. Also, move
13891 the initialization into the `defvar' since there's no docstring
13892 anyway and it's fairly short.
13893 (inferior-scheme-mode): Define it as derived-mode: the code is
13894 shorter and this way we inherit from comint-mode-map rather than
13895 copying it.
13896
13897 * subr.el (replace-regexps-in-string): Properly handle the case
13898 where we match an empty string.
13899
13900 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13901 when the command has a directory component (such as "./testml").
13902 Also fix a typo in the comment.
13903
139042000-03-08 Gerd Moellmann <gerd@gnu.org>
13905
13906 * Makefile (compile-files): Compile files one by one because
13907 that's the only way to ensure a clean compilation environment for
13908 each individual file.
13909
13910 * frame.el (other-frame): Call x-focus-frame.
13911
139122000-03-07 Dave Love <fx@gnu.org>
13913
13914 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13915 :require to defcustom.
13916
13917 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13918 lists.
13919
13920 * files.el (auto-mode-alist): Add configure.in.
13921
13922 * progmodes/autoconf.el: New file.
13923
139242000-03-07 Gerd Moellmann <gerd@gnu.org>
13925
13926 * mail/mh-e.el: Change maintainer to `none'.
13927
13928 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13929 to remove-hook and add-hook.
13930
139312000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13932
13933 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13934 it as the default.
13935 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13936 (sendmail-send-it): Conditionally add MIME headers specifying the
13937 used character set.
13938
139392000-03-07 Dave Love <fx@gnu.org>
13940
13941 * winner.el: Fix keywords, autoload cookies. Split
13942 eval-when-compile form to avoid compilation failure.
13943
139442000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13945
13946 * international/mule.el: Modify comment about coding system
13947 property `coding-category'.
13948 (make-coding-system): New argument EOL-TYPE. Pay attention to
13949 coding-category property of PROPERTIES.
13950
13951 * international/mule-conf.el (coding-category-utf-8,
13952 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13953 categories. Include them in the argument for set-coding-priority.
13954
13955 * international/mule-cmds.el (reset-language-environment): Include
13956 coding-category-utf-8, coding-category-utf-16-be, and
13957 coding-category-utf-16-le in the argument for set-coding-priority.
13958 (reset-language-environment): Initialize coding-category-utf-8,
13959 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13960
139612000-03-06 Karl Fogel <kfogel@red-bean.com>
13962
13963 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13964 code abstracted out of `bookmark-jump-noselect'. Now tries info
13965 extensions as well as compression extensions.
13966 (bookmark-jump-noselect): Use above new func.
13967
139682000-03-03 Gerd Moellmann <gerd@gnu.org>
13969
13970 * strokes.el: Change maintainer's mail address.
13971
139722000-03-03 Kenichi Handa <handa@etl.go.jp>
13973
13974 * international/mule-diag.el (list-character-sets): Make help-echo
13975 string by substitute-command-keys.
13976 (list-character-sets): Likewise.
13977 (sort-listed-character-sets): Call help-setup-xref.
13978
139792000-03-02 Gerd Moellmann <gerd@gnu.org>
13980
13981 * time.el (display-time-mail-file): Add `none' to the list of
13982 choices.
13983
139842000-03-01 Dave Love <fx@gnu.org>
13985
13986 * help.el (help-xref-go-back): Don't try to set position.
13987
13988 * international/mule-diag.el (list-character-sets): Call
13989 help-setup-xref. Add help-echo to xrefs.
13990 (list-character-sets-1): Add help-echo to xrefs.
13991
139922000-03-02 Gerd Moellmann <gerd@gnu.org>
13993
13994 * frame.el (blink-cursor-mode): Switch cursor on when turning
13995 the mode off.
13996
13997 * add-log.el (add-log-current-defun): Add support for
13998 Autoconf mode.
13999
14000 * mail/rmail.el (rmail-quit-hook): New variable.
14001
140022000-03-01 Dave Love <fx@gnu.org>
14003
14004 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14005
14006 * help.el (help-xref-button): Add help-echo arg.
14007 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14008
14009 * faces.el (list-faces-display): Supply help-echo with
14010 help-make-xrefs.
14011
14012 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14013 nil.
14014
140152000-03-01 Gerd Moellmann <gerd@gnu.org>
14016
14017 * image.el (defimage): Look for image files in load-path.
14018
14019 * frame.el (busy-cursor-delay-seconds): Change type to
14020 `number'.
14021
140222000-03-01 David Ponce <david.ponce@wanadoo.fr>
14023
14024 * recentf.el (recentf): Added version tag to the defgroup of
14025 recentf.
14026
140272000-03-01 David Ponce <david.ponce@wanadoo.fr>
14028
14029 * recentf.el (recentf-cleanup): Changed to remove excluded file
14030 too.
14031 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14032 action to select/unselect a file.
14033 (recentf-edit-list): Code cleanup and improvement.
14034 (recentf-open-more-files-action): `recentf-open-more-files' button
14035 widget action to open a file.
14036 (recentf-open-more-files): No more use standard completion but
14037 widgets.
14038 (recentf-more-collection): Deleted.
14039 (recentf-more-history): Deleted.
14040 (recentf-setup-more-completion): Deleted.
14041
140422000-03-01 David Ponce <david.ponce@wanadoo.fr>
14043
14044 * recentf.el (recentf-mode): No more needs that Emacs is running
14045 under a window-system.
14046
140471999-03-01 David Ponce <david.ponce@wanadoo.fr>
14048
14049 * recentf.el (recentf-edit-list): New command to edit the recent
14050 list which allow the user to remove files.
14051 (recentf-edit-selected-items): New global variable, used by
14052 `recentf-edit-list' to hold the list of files to be removed from
14053 the recent list.
14054 (recentf-make-menu-items): Updated to display a "Edit list..."
14055 menu item. Minor code cleanup.
14056
140571999-03-01 David Ponce <david.ponce@wanadoo.fr>
14058
14059 * recentf.el (recentf-open-more-files): New command to open files
14060 that are not displayed in the menu.
14061 (recentf-more-collection): New global variable holding the set of
14062 permissible completions used by `recentf-open-more-files'.
14063 (recentf-more-history): New global variable holding the history list
14064 used by `recentf-open-more-files' completion.
14065 (recentf-setup-more-completion): New function to setup completion for
14066 `recentf-open-more-files'.
14067 (recentf-make-menu-items): Updated to display a "More..." menu item.
14068
140691999-03-01 David Ponce <david.ponce@wanadoo.fr>
14070
14071 * recentf.el (recentf-menu-action): Doc fixed.
14072
140731999-03-01 David Ponce <david.ponce@wanadoo.fr>
14074
14075 * recentf.el (recentf-menu-filter): Doc updated.
14076 (recentf-update-menu-hook): Allow menu filters to force menu update.
14077 (recentf-make-menu-items): New menu filter handling.
14078 (recentf-make-menu-item): New helper function.
14079 (recentf-menu-elements): New menu handling function.
14080 (recentf-sort-ascending): Updated to new menu filter handling.
14081 (recentf-sort-descending): Updated to new menu filter handling.
14082 (recentf-sort-basenames-ascending): New menu filter function.
14083 (recentf-sort-basenames-descending): New menu filter function.
14084 (recentf-show-basenames): New menu filter function.
14085 (recentf-show-basenames-ascending): New menu filter function.
14086 (recentf-show-basenames-descending): New menu filter function.
14087
140882000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14089
14090 * diary-lib.el (list-diary-entries): Don't try to go forward at
14091 the end of the buffer.
14092
140932000-02-29 Kenichi Handa <handa@etl.go.jp>
14094
14095 * international/mule-diag.el (list-character-sets): Completely
14096 rewritten.
14097 (sort-listed-character-sets): New function.
14098 (list-character-sets-1): Completely rewritten.
14099 (list-character-sets-2): New function.
14100 (non-iso-charset-alist): New variable.
14101 (decode-codepage-char): New function.
14102 (charset-history): New variable.
14103 (read-charset) (list-block-of-chars)
14104 (list-iso-charset-chars)
14105 (list-non-iso-charset-chars)
14106 (list-charset-chars): New functions.
14107 (mule-diag): Call list-character-sets-2, not
14108 list-character-sets-2.
14109 (dump-charsets): Likewise.
14110
141112000-02-29 Gerd Moellmann <gerd@gnu.org>
14112
14113 * dired-x.el (dired-filename-at-point): Add `@' to valid
14114 file name characters.
14115 (dired-filename-at-point): Handle ange-ftp file names.
14116
14117 * frame.el (frame-notice-user-settings): Use assq-delete-all
14118 instead of assoc-delete-all.
14119 (frame-notice-user-settings): Ditto.
14120
14121 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14122 Don't copy alist.
14123
141242000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14125
14126 * calculator.el (calculator-use-menu): New option.
14127 (calculator-initial-bindings): Changed some bindings to work as
14128 macros.
14129 (calculator-forced-input): Removed.
14130 (calculator-restart-other-mode): New variable.
14131 (calculator-mode-map): Set up menu.
14132
141332000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14134
14135 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14136 tags.
14137
141382000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14139
14140 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14141 translate all ESC key sequences.
14142 (viper-goto-mark-subr): restore markers for files for which
14143 they were saved.
14144 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14145 * viper-util.el (viper-set-replace-overlay-glyphs,
14146 viper-set-replace-overlay): always check if the replacement
14147 overlay is live.
14148 * viper.el (viper-vi-state-mode-list): added major modes.
14149 * ediff-wind.el: minor comment changes.
14150 * ediff.el: copyright notice date fix.
14151
141522000-02-27 Jason Rumney <jasonr@gnu.org>
14153
14154 * faces.el (face-font-family-alternatives): Add arial to helv.
14155 (mode-line, header-line, tool-bar): Same default as x for w32.
14156 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14157 face-font-family-alternatives from working.
14158 * term/w32-win.el (mouse-set-font): Do not build fontset from
14159 chosen font.
14160
141612000-02-25 Sam Steingold <sds@goems.com>
14162
14163 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14164 properly.
14165
141662000-02-25 Richard M. Stallman <rms@gnu.org>
14167
14168 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14169
141702000-02-25 Gerd Moellmann <gerd@gnu.org>
14171
14172 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14173 writable.
14174
14175 * frame.el (busy-cursor-delay-seconds): New option.
14176
141772000-02-24 Gerd Moellmann <gerd@gnu.org>
14178
14179 * frame.el (show-cursor-in-non-selected-windows): New option.
14180
141812000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14182
14183 * diary-lib.el (include-other-diary-files): Undo the selective
14184 display in any included file and don't kill it.
14185
141862000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14187
14188 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14189 bar. Menu items converted to (menu-item format, help strings
14190 added.
14191 [downcase, upcase]: Don't enable on MS-DOS.
14192 [symlink, symlinks]: Don't show if make-symbolic-link is not
14193 bound.
14194 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14195
141962000-02-23 Dave Love <fx@gnu.org>
14197
14198 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14199 (backward-kill-word): Revert addition of * to interactive spec --
14200 it's a feature.
14201
14202 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14203 (backward-kill-sentence, kill-sentence): Likewise.
14204
14205 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14206 scratch buffer name.
14207 (gud-format-command): Use int-to-string in ?l case. Simplify
14208 slightly.
14209
14210 * term/w32-win.el (internal-face-interactive): Update prompt for
14211 new read-face-name.
14212
14213 * mail/footnote.el (footnote): Add :version to defgroup.
14214 (footnote-section-tag-regexp): Customize.
14215 (footnote-start-tag, footnote-end-tag): New option.
14216 (footnote-latin-regexp): New variable.
14217 (Footnote-latin): New function.
14218 (footnote-style-alist): Add element for latin style.
14219 (footnote-style): Moved.
14220 (Footnote-goto-footnote): Use eq to test arg.
14221
14222 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14223
14224 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14225 (byte-compile-trueconstp): Include keywords.
14226 (byte-optimize-quote, byte-optimize-lapcode): Use
14227 byte-compile-const-symbol-p.
14228 (byte-optimize-char-before): New optimization.
14229
14230 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14231 (byte-compile-const-symbol-p): New function.
14232 (byte-compile-constp, byte-compile-out-toplevel)
14233 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14234 Use it.
14235
14236 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14237
142382000-02-23 Kenichi Handa <handa@etl.go.jp>
14239
14240 * international/encoded-kb.el: Be sure to update minor-mode-alist
14241 and minor-mode-map-alist.
14242 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14243 codes SS2 and SS3 correctly.
14244 (encoded-kbd-self-insert-ccl): New function.
14245 (encoded-kbd-setup-keymap): New function.
14246 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14247 by calling encoded-kbd-setup-keymap.
14248
14249 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14250 characters.
14251 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14252 locally.
14253
142542000-02-22 Dave Love <fx@gnu.org>
14255
14256 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14257 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14258 defvar.
14259 (lisp-mode-syntax-table): Set up for #|...|# comments.
14260 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14261 classes. Match `defface'.
14262 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14263 (eval-defun-1): Fix for defcustom.
14264 (lisp-indent-region): Doc fix.
14265
14266 * subr.el (when, unless, split-string): Doc fix.
14267 (read-passwd): Move call of clear-this-command-keys to the right
14268 place.
14269 (replace-regexps-in-string): New function.
14270
142712000-02-22 Gerd Moellmann <gerd@gnu.org>
14272
14273 * help.el (describe-variable): Set syntax table to
14274 emacs-lisp-mode-syntax-table when moving forward over the
14275 symbol's name.
14276
142772000-02-22 Dave Love <fx@gnu.org>
14278
14279 * xt-mouse.el: Doc fixes.
14280 (xterm-mouse-position-function): New function, replacing advice of
14281 mouse-position.
14282 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14283
14284 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14285
142862000-02-21 Gerd Moellmann <gerd@gnu.org>
14287
14288 * format.el (format-annotate-single-property-change): Handle
14289 properties.with dotted-list values.
14290 (format-proper-list-p): New function.
14291
14292 * enriched.el (enriched-face-ans): Handle '(foreground-color
14293 . COLOR) and (background-color . COLOR).
14294
142952000-02-20 Dave Love <fx@gnu.org>
14296
14297 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14298 and assignments to it.
14299 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14300 current local map.
14301 (make-flyspell-overlay): Use it.
14302 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14303
14304 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14305 (lm-get-header-re): Defun, not defsubst.
14306 (lm-get-package-name): Defun, not defsubst. Simplify.
14307 (lm-version): Doc fix. Simplify.
14308 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14309 (lm-crack-address, lm-last-modified-date, lm-commentary)
14310 (lm-verify, lm-synopsis): Simplify.
14311 (lm-report-bug): Require emacsbug. Use compose-mail.
14312
143132000-02-20 Gerd Moellmann <gerd@gnu.org>
14314
14315 * dired.el (dired-mode): Call propertized-buffer-identification
14316 to set mode-line-buffer-identification to something having
14317 the right text properties.
14318
14319 * bindings.el (propertized-buffer-identification): New function.
14320
143212000-02-20 Dave Love <fx@gnu.org>
14322
14323 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14324 check for t-mouse too.
14325
14326 * cus-start.el: Make echo-keystrokes `number'.
14327
143282000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14329
14330 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14331 Don't call ring-empty-p unless tags-location-ring is bound.
14332 From Noah Friedman <friedman@splode.com>.
14333
143342000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14335
14336 * progmodes/hideshow.el (hs-flag-region): No longer use
14337 `intangible' overlay property.
14338
14339 (hs-toggle-hiding): New command.
14340 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14341
14342 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14343 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14344 and deactivation.
14345
143462000-02-18 Gerd Moellmann <gerd@gnu.org>
14347
14348 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14349
143502000-02-17 Gerd Moellmann <gerd@gnu.org>
14351
14352 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14353
14354 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14355 of `*' to handle `(* ... *)' comments.
14356
143572000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14358
14359 * faces.el (list-faces-display): Use display-mouse-p instead of
14360 window-system.
14361
14362 * menu-bar.el (global-map): Menu-bar items converted to the new
14363 format (menu-item..., rearranged for better CUA compliance, and
14364 their names changed for better clarity. Help strings added.
14365
14366 * international/mule-cmds.el (mule-menu-keymap)
14367 (describe-language-environment-map, set-coding-system-map)
14368 (setup-language-environment-map): Convert to new (menu-item...
14369 form, add help strings. Change names of menu items for better
14370 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14371 submenu).
14372
143732000-02-17 Gerd Moellmann <gerd@gnu.org>
14374
14375 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14376 within the code.
14377
143782000-02-16 Dave Love <fx@gnu.org>
14379
14380 * faces.el: Don't require custom. Add more specific :groups to
14381 various deffaces.
14382 (set-face-attribute): Purecopy args.
14383 (read-face-name): Default to name at point and use it in prompt.
14384 Remove colon from arg in all callers.
14385 (list-faces-display): Hyperlink to face descriptions and customize
14386 buffers.
14387
143882000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14389
14390 * wid-edit.el (widget-match-inline): An atom never matches a
14391 list.
14392
143932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14394
14395 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14396 at ':' characters by call to split-string.
14397
143982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14399
14400 * textmodes/bibtex.el: Added RCS version identification.
14401
144022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14403
14404 * textmodes/bibtex.el: Some temporary comments removed.
14405 (bibtex-field-name, bibtex-entry-type): Made the relationship
14406 explicit.
14407 (bibtex-field-const): Allow capital letters.
14408 (bibtex-start-of-string): Deleted because unused.
14409
14410 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14411 use the term 'reference' to describe a bibtex entry as a whole.
14412 Further, reference keys are no longer called 'labels'.
14413 (bibtex-keys): Renamed to bibtex-reference-keys.
14414 (bibtex-reformat-previous-labels): Renamed to
14415 bibtex-reformat-previous-reference-keys.
14416 (bibtex-reference-type): Renamed to bibtex-entry-type.
14417 (bibtex-reference-head): Renamed to bibtex-entry-head.
14418 (bibtex-reference-maybe-empty-head): Renamed to
14419 bibtex-entry-maybe-empty-head.
14420 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14421 (bibtex-search-reference): Renamed to bibtex-search-entry.
14422 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14423 bibtex-enclosing-entry-maybe-empty-head.
14424 (bibtex-entry-field-alist, bibtex-entry-head,
14425 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14426 bibtex-map-entries, bibtex-search-entry,
14427 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14428 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14429 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14430 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14431 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14432 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14433 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14434
144352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14436
14437 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14438 comment.
14439 (bibtex-format-field-delimiters): New function, functionality
14440 extracted from bibtex-format-entry.
14441 (bibtex-autokey-get-yearfield-digits): New function, functionality
14442 extracted from bibtex-autokey-get-yearfield.
14443
14444 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14445 entries in order to avoid stack overflow in the regexp matcher if
14446 field contents become large.
14447 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14448 bibtex-field-string-part-not-braced,
14449 bibtex-field-string-part-no-inner-braces,
14450 bibtex-field-string-part-1-inner-brace,
14451 bibtex-field-string-part-2-inner-braces,
14452 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14453 bibtex-field-string-quoted, bibtex-field-string,
14454 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14455 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14456 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14457 as parsing is now performed by the following functions.
14458 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14459 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14460 bibtex-parse-field-string, bibtex-search-forward-field-string,
14461 bibtex-parse-association, bibtex-field-name-for-parsing,
14462 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14463 bibtex-search-forward-field, bibtex-search-backward-field,
14464 bibtex-start-of-field, bibtex-end-of-field,
14465 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14466 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14467 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14468 bibtex-parse-string, bibtex-search-forward-string,
14469 bibtex-search-backward-string, bibtex-start-of-string,
14470 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14471 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14472 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14473 entries. Instead of reporting the results of the parsing by
14474 match-beginning or match-end, these functions return data structures
14475 that hold the corresponding positions.
14476 (bibtex-enclosing-field): Changed to also report field boundaries by
14477 return values rather than by match-beginning or match-end. The
14478 following functions have been adapted to use the new parsing
14479 functions.
14480 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14481 bibtex-enclosing-field, bibtex-format-entry,
14482 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14483 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14484 bibtex-print-help-message, bibtex-end-of-entry,
14485 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14486 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14487 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14488 method for parsing.
14489 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14490 bibtex-map-entries, bibtex-flash-head,
14491 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14492 bibtex-autokey-change, bibtex-autokey-get-namefield,
14493 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14494 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14495 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14496 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14497 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14498 order to make the new binding of case-fold-search immediately
14499 visible.
14500
145012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14502
14503 * textmodes/bibtex.el: Copyright notice is up to date.
14504 Added constant 'bibtex-maintainer-salutation.
14505
14506 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14507 than make-temp-name, use match-string-no-properties and eliminate
14508 a quadratic behavior when building bibtex-strings.
14509
14510 * bibtex.el (bibtex-reference-key): Accept string entries whose
14511 reference key contains upper case letters.
14512
145132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14514
14515 * bibtex.el (bibtex-reference-head): Allow entries to start with
14516 a new line.
14517
145182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14519
14520 * bibtex.el: Hiding of entry bodies is not longer provided by
14521 bibtex.el directly. Instead the hideshow package can be used.
14522 Added a special bibtex entry to hs-special-modes-alist.
14523 (bibtex-hs-forward-sexp): Added for hideshow.el.
14524
145252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14526
14527 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14528 at ':' characters by call to split-string.
14529
145302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14531
14532 * textmodes/bibtex.el: Added RCS version identification.
14533
145342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14535
14536 * textmodes/bibtex.el: Some temporary comments removed.
14537 (bibtex-field-name, bibtex-entry-type): Made the relationship
14538 explicit.
14539 (bibtex-field-const): Allow capital letters.
14540 (bibtex-start-of-string): Deleted because unused.
14541
14542 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14543 use the term 'reference' to describe a bibtex entry as a whole.
14544 Further, reference keys are no longer called 'labels'.
14545 (bibtex-keys): Renamed to bibtex-reference-keys.
14546 (bibtex-reformat-previous-labels): Renamed to
14547 bibtex-reformat-previous-reference-keys.
14548 (bibtex-reference-type): Renamed to bibtex-entry-type.
14549 (bibtex-reference-head): Renamed to bibtex-entry-head.
14550 (bibtex-reference-maybe-empty-head): Renamed to
14551 bibtex-entry-maybe-empty-head.
14552 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14553 (bibtex-search-reference): Renamed to bibtex-search-entry.
14554 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14555 bibtex-enclosing-entry-maybe-empty-head.
14556 (bibtex-entry-field-alist, bibtex-entry-head,
14557 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14558 bibtex-map-entries, bibtex-search-entry,
14559 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14560 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14561 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14562 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14563 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14564 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14565 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14566
145672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14568
14569 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14570 comment.
14571 (bibtex-format-field-delimiters): New function, functionality
14572 extracted from bibtex-format-entry.
14573 (bibtex-autokey-get-yearfield-digits): New function, functionality
14574 extracted from bibtex-autokey-get-yearfield.
14575
14576 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14577 entries in order to avoid stack overflow in the regexp matcher if
14578 field contents become large.
14579 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14580 bibtex-field-string-part-not-braced,
14581 bibtex-field-string-part-no-inner-braces,
14582 bibtex-field-string-part-1-inner-brace,
14583 bibtex-field-string-part-2-inner-braces,
14584 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14585 bibtex-field-string-quoted, bibtex-field-string,
14586 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14587 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14588 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14589 as parsing is now performed by the following functions.
14590 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14591 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14592 bibtex-parse-field-string, bibtex-search-forward-field-string,
14593 bibtex-parse-association, bibtex-field-name-for-parsing,
14594 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14595 bibtex-search-forward-field, bibtex-search-backward-field,
14596 bibtex-start-of-field, bibtex-end-of-field,
14597 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14598 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14599 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14600 bibtex-parse-string, bibtex-search-forward-string,
14601 bibtex-search-backward-string, bibtex-start-of-string,
14602 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14603 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14604 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14605 entries. Instead of reporting the results of the parsing by
14606 match-beginning or match-end, these functions return data structures
14607 that hold the corresponding positions.
14608 (bibtex-enclosing-field): Changed to also report field boundaries by
14609 return values rather than by match-beginning or match-end. The
14610 following functions have been adapted to use the new parsing
14611 functions.
14612 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14613 bibtex-enclosing-field, bibtex-format-entry,
14614 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14615 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14616 bibtex-print-help-message, bibtex-end-of-entry,
14617 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14618 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14619 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14620 method for parsing.
14621 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14622 bibtex-map-entries, bibtex-flash-head,
14623 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14624 bibtex-autokey-change, bibtex-autokey-get-namefield,
14625 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14626 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14627 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14628 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14629 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14630 order to make the new binding of case-fold-search immediately
14631 visible.
14632
146332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14634
14635 * textmodes/bibtex.el: Copyright notice is up to date.
14636 Added constant 'bibtex-maintainer-salutation.
14637
14638 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14639 than make-temp-name, use match-string-no-properties and eliminate
14640 a quadratic behavior when building bibtex-strings.
14641
14642 * bibtex.el (bibtex-reference-key): Accept string entries whose
14643 reference key contains upper case letters.
14644
146452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14646
14647 * bibtex.el (bibtex-reference-head): Allow entries to start with
14648 a new line.
14649
146502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14651
14652 * bibtex.el: Hiding of entry bodies is not longer provided by
14653 bibtex.el directly. Instead the hideshow package can be used.
14654 Added a special bibtex entry to hs-special-modes-alist.
14655 (bibtex-hs-forward-sexp): Added for hideshow.el.
14656
146572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14658
14659 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14660 proceedings entry type (for cross referencing). Thanks to Wagner
14661 Toledo Correa for the suggestion.
14662
14663 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14664
146652000-02-14 Kenichi Handa <handa@etl.go.jp>
14666
14667 * international/characters.el: Setup case table for Vietnamese.
14668
146692000-02-12 Gerd Moellmann <gerd@gnu.org>
14670
14671 * uniquify.el (toplevel): Require CL at compile time.
14672 (uniquify-push): Removed.
14673
14674 * shadowfile.el (shadow-when): Removed.
14675
14676 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14677 (tempo-process-and-insert-string): Use dolist instead of
14678 tempo-dolist.
14679
14680 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14681 regexp for paragraph-start.
14682
14683 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14684 commas as well.
14685
146862000-02-10 Dave Love <fx@gnu.org>
14687
14688 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14689 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14690 Deleted.
14691 (widget-specify-field, widget-specify-button): Don't use
14692 widget-mouse-help as help-echo property.
14693 (default): Use #'ignore for :validate and :mouse-down-action.
14694 (checkbox): Add help-echo.
14695 (widget-sexp-validate): Rewritten to clarify error messages.
14696 (character): Use char-valid-p in :match function.
14697 (widget-color-complete): Use facemenu-color-alist.
14698 (widget-color-action): Use facemenu-read-color.
14699
14700 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14701 set up `caar' &c that we now have.
14702
147032000-02-09 Ray Blaak <blaak@gnu.org>
14704
14705 * delphi.el: Make resourcestring a declaration region, like const
14706 and var.
14707
147082000-02-09 Dave Love <fx@gnu.org>
14709
14710 * bindings.el (mode-line-input-method-map): New variable.
14711 (mode-line-mule-info): Use it; fix last change.
14712 (mode-line-mode-menu): Move definition.
14713 (mode-line-mouse-sensitive-p): Deleted.
14714 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14715 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14716 level.
14717
14718 * startup.el (command-line-1): Don't call
14719 make-mode-line-mouse-sensitive.
14720
147212000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14722
14723 * mail/rmail.el (rmail-retry-failure): Use
14724 rmail-beginning-of-message before rmail-toggle-header, because the
14725 former toggles headers.
14726
147272000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14728
14729 * diff-mode.el (diff-kill-junk): New interactive function.
14730 (diff-reverse-direction): Use delete-and-extract-region.
14731 (diff-post-command-hook): Restrict the area so that the hook also works
14732 outside of any diff hunk. This is necessary for the minor-mode.
14733 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14734 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14735
14736 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14737 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14738 so that it can be used more easily in <foo>-mode-hook. Also make sure
14739 to avoid duplicate entries.
14740 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14741 (font-lock-remove-keywords): Just as was done for `add', allow it to
14742 work even if font-lock-mode is nil. Also make sure we don't modify
14743 any pre-existing list by forcing a copy-sequence. Finally rename
14744 `major-mode' to `mode'.
14745 (font-lock-fontify-syntactic-anchored-keywords)
14746 (font-lock-fontify-anchored-keywords)
14747 (font-lock-fontify-keywords-region): Use line-end-position.
14748 Don't make `font-lock-multiline' local (it's now done in
14749 font-lock-set-defaults).
14750 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14751 move the `font-lock-fontified' creation to inside the `unless'.
14752
147532000-02-06 Andrew Innes <andrewi@gnu.org>
14754
14755 * term/w32-win.el (x-handle-args): Comment out call to message,
14756 which occurs before window system is initialized.
14757
14758 * makefile.nt: Add support for recompiling lisp code.
14759
147602000-02-04 Dave Love <fx@gnu.org>
14761
14762 * bindings.el (mode-line-mule-info): Fix/extend last change.
14763
14764 * completion.el: Replace completion-dolist with dolist.
14765
14766 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14767 dotimes.
14768
147692000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14770
14771 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14772 environment names before they go into the section regexp.
14773
14774 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14775 char class in regexp.
14776
14777 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14778 `case-fold-search' to nil.
14779
14780 * progmodes/idlwave.el (idlwave-template): Respect
14781 `idlwave-abbrev-change-case'.
14782 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14783 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14784 idlwave-while): respect `idlwave-reserved-word-upcase'.
14785 (idlwave-rw-case): New function.
14786 (idlwave-statement-match): Fixed problem with assignment regexp.
14787 (idlwave-font-lock-keywords): Improved regexp for keyword
14788 parameters.
14789 (idlwave-surround): New argument LENGTH to support padding of
14790 operators longer than 1 char.
14791
14792 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14793 idlwave-shell-expression-overlay. Implemented printing of
14794 expressions on higher levels of the calling stack.
14795 (idlwave-shell-display-level-in-calling-stack): Restore stack
14796 level.
14797 (idlwave-retrieve-expression-from-level): New function.
14798 (idlwave-shell-last-calling-stack): Variable removed.
14799 (idlwave-shell-reset): Argument action reversed (`visible' to
14800 `hidden'). Also remove stop-line overlay.
14801 (idlwave-shell-calling-stack-routine): New variable.
14802 (idlwave-shell-parse-stack-and-display): Messages now display
14803 negative level numbers.
14804 (idlwave-shell-mode): Set `modeline-format'.
14805 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14806 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14807 21.
14808 (idlwave-shell-print-expression-function): New option.
14809
14810 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14811 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14812 `tool-bar' instead of `toolbar'.
14813
148142000-02-02 Dave Love <fx@gnu.org>
14815
14816 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14817 emacs-lisp-mode-hook. Don't check for defalias being defined.
14818
14819 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14820 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14821 the new builtins directly.
14822
14823 * whitespace.el (whitespace): Add :version to defgroup.
14824
14825 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14826 Doc fix.
14827
14828 * thingatpt.el (sexp-at-point, symbol-at-point)
14829 (number-at-point, list-at-point): Add autoload cookie.
14830
14831 * recentf.el (recentf): Add :version to defgroup.
14832
14833 * quickurl.el (quickurl): Add :version to defgroup.
14834
14835 * elide-head.el (elide-head): Use point-marker more.
14836
14837 * bs.el (bs): Add :version to defgroup.
14838
14839 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14840
14841 * progmodes/delphi.el (delphi): Add :version to defgroup.
14842
148432000-02-02 Gerd Moellmann <gerd@gnu.org>
14844
14845 * ange-ftp.el (ange-ftp-write-region): Handle case that
14846 succeeding process operation sets a different coding system.
14847
14848 * calculator.el: New file.
14849
148502000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14851
14852 * frame.el (frames-on-display-list, framep-on-display): New
14853 functions.
14854 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14855 (display-selections-p, display-screens, display-pixel-width)
14856 (display-pixel-height, display-mm-width, display-mm-height)
14857 (display-backing-store, display-save-under, display-planes)
14858 (display-color-cells, display-visual-class): New functions.
14859
14860 * term/tty-colors.el (tty-color-gray-shades): New function.
14861
14862 * faces.el (display-color-p): Use framep-on-display.
14863 (display-grayscale-p): New function.
14864
148652000-01-31 Dave Love <fx@gnu.org>
14866
14867 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14868 (create-fontset-from-x-resource): Don't concat integers.
14869
148702000-01-31 Inge Frick <inge@nada.kth.se>
14871
14872 * view.el: Some changes in documentation. Removed some trailing
14873 whitespace. Changed some parameter names to agree with
14874 documentation.
14875 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14876 window is not deleted. Modifies change 1998-04-26.
14877
148782000-01-31 Gerd Moellmann <gerd@gnu.org>
14879
14880 * windmove.el: New file.
14881
14882 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14883 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14884 progmodes/ebnf-yac.el: Update copyright and license info.
14885
14886 * jit-lock.el (jit-lock-function): Widen before calculating end
14887 position.
14888 (jit-lock-stealth-chunk-start): Rewritten.
14889
14890 * info.el (Info-title-face-alist): Removed.
14891 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14892 faces.
14893 (Info-fontify-node): Use these faces.
14894
148952000-01-30 Gerd Moellmann <gerd@gnu.org>
14896
14897 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14898 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14899 `&allow-other-keywords'.
14900
14901 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14902 the list of directories scanned heuristically.
14903
14904 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14905 exist.
14906
149072000-01-30 Jason Rumney <jasonr@gnu.org>
14908
14909 * w32-fns.el: Define w32-tty-standard-colors.
14910
14911 * startup.el (command-line): Use w32-tty-standard-colors when in
14912 w32 console mode.
14913
149142000-01-30 Dave Love <fx@gnu.org>
14915
14916 * jka-compr.el (jka-compr-load): Fix up load-history.
14917
14918 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14919
14920 * emacs-lisp/cl-macs.el: Revert previous change.
14921
149222000-01-29 Dave Love <fx@gnu.org>
14923
14924 * facemenu.el: Purecopy various strings.
14925
14926 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14927 years. Deal with three-digit years.
14928
14929 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14930 defconst, purecopy.
14931 (help-back-label): Purecopy it.
14932
149332000-01-18 Gerd Moellmann <gerd@gnu.org>
14934
14935 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14936 variable. If non-nil, order the buffer list according to the
14937 currently selected frame.
14938 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14939 non-nil, pass the selected frame to function buffer-list.
14940
149412000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14942
14943 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14944
149452000-01-28 Dave Love <fx@gnu.org>
14946
14947 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14948
14949 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14950 Don't use lisp-indent-hook property.
14951 (cl-abs): Remove.
14952
14953 * subr.el: Move out indent and edebug specs for when and unless.
14954
14955 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14956 when, unless.
14957
14958 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14959 unless, when.
14960
149612000-01-28 Gerd Moellmann <gerd@gnu.org>
14962
14963 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14964 `collecting' as synonym for `collect'.
14965
14966 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14967 for the case it contains spaces.
14968
14969 * simple.el (what-cursor-position): Change formatting of
14970 messages.
14971
14972 * frame.el (delete-other-frames): New function.
14973 (toplevel): Bind it to C-x 5 1.
14974
14975 * sort.el (sort-numeric-base): New option.
14976 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14977 interpret it as octal or hexadecimal. Use sort-numeric-base
14978 as default base.
14979
14980 * progmodes/glasses.el: New file.
14981
149822000-01-27 Gerd Moellmann <gerd@gnu.org>
14983
14984 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14985 userids differently.
14986
14987 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14988 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14989 progmodes/ebnf-yac.el: New files.
14990
149912000-01-26 Dave Love <fx@gnu.org>
14992
14993 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14994 on a function with an empty body. [From Eric Ludlam.]
14995
149962000-01-25 Andre Spiegel <spiegel@gnu.org>
14997
14998 * vc.el (vc-version-diff): Make sure file name is expanded.
14999
150002000-01-25 Gerd Moellmann <gerd@gnu.org>
15001
15002 * scroll-bar.el (scroll-bar-timer): Variable removed.
15003 (scroll-bar-toolkit-scroll): Don't use a timer.
15004
150052000-01-25 Kenichi Handa <handa@etl.go.jp>
15006
15007 * language/thai-util.el (thai-composition-function): Delete
15008 superfluous `a'.
15009
150102000-01-24 Dave Love <fx@gnu.org>
15011
15012 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15013 end-of-defun-function.
15014
15015 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15016 &c.
15017
150182000-01-22 Jason Rumney <jasonr@gnu.org>
15019
15020 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15021 conflicts with new face support.
15022
150232000-01-22 Richard M. Stallman <rms@gnu.org>
15024
15025 * replace.el (query-replace): Rename last arg to DELIMITED.
15026 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15027 (query-replace-regexp): Likewise.
15028
150292000-01-20 Richard M. Stallman <rms@gnu.org>
15030
15031 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15032
15033 * emacs-lisp/lisp.el (beginning-of-defun-function):
15034 Variable renamed from beginning-of-defun.
15035 Do not call make-variable-buffer-local.
15036 (beginning-of-defun-raw): Use new variable name; doc fix.
15037 (beginning-of-defun): Doc fix.
15038 (end-of-defun-function): Variable renamed from end-of-defun.
15039 Do not call make-variable-buffer-local.
15040 (end-of-defun): Use new variable name; doc fix.
15041
15042 * subr.el (dolist, dotimes): Copied from cl-macs.el
15043 and made to work.
15044
15045 * mail/undigest.el (rmail-digest-end-regexps):
15046 Variable replaces rmail-digest-end-regexp.
15047 Allows multiple regexps for detecting the end line.
15048 (undigestify-rmail-message): Corresponding changes.
15049
150502000-01-19 Dave Love <fx@gnu.org>
15051
15052 * files.el (user-init-file): Don't declare here -- is primitive.
15053
15054 * startup.el (command-line): Check for compiled user-init-file and
15055 set to uncompiled version if necessary.
15056
150572000-01-18 Gerd Moellmann <gerd@gnu.org>
15058
15059 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15060 (undigestify-rmail-message): Use it.
15061
15062 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15063
150642000-01-17 Gerd Moellmann <gerd@gnu.org>
15065
15066 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15067 of mini-buffer.
15068
150692000-01-14 Gerd Moellmann <gerd@gnu.org>
15070
15071 * emacs-lisp/copyright.el (copyright-update): Removed the
15072 requirement for a trailing space from `copyright-regexp', to
15073 support copyrights with owner specified on a separate line..
15074
15075 * align.el: New file.
15076
15077 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15078
15079 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15080
150812000-01-13 Dave Love <fx@gnu.org>
15082
15083 * ph.el: Removed. (Obsoleted by EUDC.)
15084
150852000-01-13 Gerd Moellmann <gerd@gnu.org>
15086
15087 * net/eudc.el (toplevel): Remove autoloaded code installing
15088 menu with easymenu, because that causes build problems.
15089
15090 * frame.el (frame-notice-user-settings): New variable.
15091 (frame-notice-user-settings): Don't modify frame parameters
15092 if called a second time.
15093
150942000-01-13 Richard M. Stallman <rms@gnu.org>
15095
15096 * frame.el (frame-notice-user-settings):
15097 Notice default-frame-parameters even for non-window frames.
15098
150992000-01-13 Gerd Moellmann <gerd@gnu.org>
15100
15101 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15102 for Emacs.
15103 (eudc-bob-can-display-inline-images): Extend for Emacs.
15104 (eudc-bob-toggle-inline-display): Ditto.
15105 (eudc-bob-display-jpeg): Ditto.
15106
151072000-01-12 Gerd Moellmann <gerd@gnu.org>
15108
15109 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15110 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15111 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15112
15113 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15114 nil)'.
15115
15116 * subdirs.el: Add `net' directory.
15117
15118 * net: New directory.
15119
15120 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15121 eval-last-sexp. Don't bind debug-on-error here.
15122 (eval-last-sexp): New function. Bind debug-on-error if
15123 eval-expression-debug-on-error is non-nil.
15124 (eval-defun-2, eval-defun): Likewise.
15125
15126 * simple.el (eval-expression): Don't bind debug-on-error if
15127 eval-expression-debug-on-error is nil. Detect changed
15128 debug-on-error, and propagate new value to global binding, if
15129 eval-expression-debug-on-error is non-nil,
15130 (eval-expression-debug-on-error): Change doc string.
15131
151322000-01-11 Richard M. Stallman <rms@gnu.org>
15133
15134 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15135
15136 * emacs-lisp/lisp-mode.el (with-syntax-table):
15137 Set up lisp-indent-function property.
15138
15139 * subr.el (with-syntax-table): Moved from simple.el.
15140
15141 * simple.el (with-syntax-table): Moved to subr.el.
15142
151432000-01-11 Gerd Moellmann <gerd@gnu.org>
15144
15145 * tmm.el (tmm-shortcut): Delete region after prompt instead
15146 of erasing buffer.
15147
15148 * textmodes/fill.el (fill-common-string-prefix): New function.
15149 (fill-context-prefix): Use the longest common prefix of first
15150 and second line fill prefix, if there is one.
15151
151522000-01-11 Richard M. Stallman <rms@gnu.org>
15153
15154 * array.el (array-mode): Don't use make-variable-buffer-local.
15155 Use make-local-variable for `truncate-lines'.
15156
151572000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15158
15159 * add-log.el (add-log-current-defun): Handle user-defined
15160 add-log-current-function returning nil,
15161
15162 * add-log.el (add-change-log-entry): Insert version number
15163 if having found a current function
15164
15165 * add-log.el (add-log-current-defun): Call
15166 `add-log-current-defun-function'. Try matches at level 0 and
15167 level 1. Strip whitespace from defun found.
15168
151692000-01-10 John Wiegley <johnw@gnu.org>
15170
15171 * allout.el (isearch-done/outline-provisions): Added `edit'
15172 argument to correspond with the current definition of
15173 `isearch-done'.
15174
151752000-01-10 Dave Love <fx@gnu.org>
15176
15177 * elide-head.el (elide-head): Use point-marker, not point.
15178
151792000-01-10 Gerd Moellmann <gerd@gnu.org>
15180
15181 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15182 before and after the year 2000.
15183
15184 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15185 Add ispell- prefix.
15186
151872000-01-10 Ken Stevens <k.stevens@ieee.org>
15188
15189 * ispell.el: Only define dictionaries in menus when they exist.
15190 (version18p): New variable.
15191 (version20p): New variable.
15192 (xemacsp): New variable.
15193 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15194 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15195 (ispell-dictionary-alist6): Russian command lines no longer accept
15196 run-together words.
15197 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15198 (ispell-dictionary-alist): Add koi8-r to customize definition.
15199 (check-ispell-version): Added documentation string. Returns
15200 library path when called non-interactively.
15201 (ispell-menu-map-needed): Uses new variables.
15202 (ispell-library-path): New variable.
15203 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15204 (ispell-word): Improved documentation string. Test for valid
15205 character mappings. Correctly check typed in word changes that can
15206 result in single words split into multiple words. Returns
15207 replacement word.
15208 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15209 replace in recursive query replace mode. Help message for
15210 recursive edit mode.
15211 (ispell-show-choices): Protect against bad framepop bindings.
15212 (ispell-help): Fix to work with XEmacs.
15213 (ispell-highlight-spelling-error): Use new variables.
15214 (ispell-overlay-window): Fix to work with XEmacs.
15215 (ispell-parse-output): Passed and returns location information
15216 tracking spelling corrections. Doesn't recheck same word on
15217 current line.
15218 (ispell-init-process): Protect against bogus XEmacs variable binding.
15219 Fix call to single argument in sleep-for. Use new variables.
15220 (ispell-region): Passed and returns location information tracking
15221 spelling corrections. Doesn't check same word on current line.
15222 Improved documentation string. Doesn't resend a line already
15223 checked to the ispell process - fixes bug in LaTeX parsing.
15224 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15225 (ispell-skip-region): No longer skips <TT> in SGML.
15226 (ispell-process-line): Tracks location information with spelling
15227 corrections. Added documentation string. Accounts for words
15228 already accepted on this line. Don't allow query-replace on line
15229 starting with math characters. Doesn't resend a line already sent
15230 to ispell process. Fixes alignment error bug.
15231
152322000-01-10 Richard M. Stallman <rms@gnu.org>
15233
15234 * dired-x.el (dired-guess-shell-alist-default):
15235 Suggest xloadimage, which is free, not xv, which isn't.
15236
15237 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15238 Don't ever include the host name or user name in the value.
15239
152402000-01-09 Gerd Moellmann <gerd@gnu.org>
15241
15242 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15243 of a real newline.
15244
152452000-01-09 Stephen Eglen <stephen@gnu.org>
15246
15247 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15248 for .png files.
15249
152502000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15251
15252 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15253
152542000-01-09 Gerd Moellmann <gerd@gnu.org>
15255
15256 * progmodes/cperl-mode.el: Replace ^F with ^L.
15257
15258 * sendmail.el (toplevel): Provide `sendmail' when compiling
15259 before `require'ing rmail and mailalias to prevent infinite
15260 recursion.
15261
152622000-01-08 Dave Love <fx@gnu.org>
15263
15264 * emacs-lisp/backquote.el: Remove inappropriate customization
15265 (allowing custom.el to use backquote).
15266
152672000-01-07 Dave Love <fx@gnu.org>
15268
15269 * add-log.el (add-log-debugging): Deleted.
15270 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15271 file. Remove debugging code.
15272 (change-log-get-method-definition, change-log-name): Add doc.
15273 (change-log-sortable-date-at): New function.
15274 (change-log-merge): New command.
15275
15276 * time.el (display-time-string-forms): Make the Mail string active.
15277 (display-time-update): Provide help-echo for load average.
15278
15279 * bindings.el (make-mode-line-mouse2-map): New function.
15280 (mode-line-modified): Use it and simplify.
15281 (mode-line-mule-info): Provide help-echo info.
15282 (minor-mode-alist): Activate the strings.
15283 (make-mode-line-mouse-sensitive): Simplify for
15284 mode-line-buffer-identification.
15285
152862000-01-07 Gerd Moellmann <gerd@gnu.org>
15287
15288 * play/pong.el: New file.
15289
152902000-01-06 Dave Love <fx@gnu.org>
15291
15292 * array.el: Assorted cleanups for compiler warnings, doc strings,
15293 `array-' prefix for symbols.
15294
152952000-01-05 Dave Love <fx@gnu.org>
15296
15297 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15298 outline-headers-as-kill.
15299 (outline-mode): Define imenu-generic-expression.
15300 (outline-headers-as-kill): New command.
15301
15302 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15303 from paragraph-start.
15304 (paragraph-indent-minor-mode): New command.
15305
15306 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15307 M-C-e, M-C-h, C-j, C-xnd, TAB.
15308 (fortran-mode): Set beginning-of-defun, end-of-defun.
15309 (fortran-column-ruler): Simplify.
15310 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15311 (fortran-with-subprogram-narrowing): Likewise.
15312 (fortran-indent-subprogram): Call mark-defun.
15313 (fortran-check-for-matching-do): Change narrowing.
15314
15315 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15316 (cl-lucid-hash-tag): Delete.
15317 (cl-hash-table-p): Correct test for native table.
15318 (cl-hash-table-count): Use hash-table-count.
15319
15320 * browse-url.el (browse-url): Fix case of
15321 browse-url-browser-function being an alist.
15322
153232000-01-05 Carsten Dominik <cd@gnu.org>
15324
15325 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15326 (reftex-index-phrase-file-extension): New options.
15327
15328 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15329 Use new option `reftex-index-phrase-file-extension'.
15330
15331 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15332 `reftex-parse-file-extension'.
15333
153342000-01-05 Dave Love <fx@gnu.org>
15335
15336 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15337 (beginning-of-defun-raw): Use it.
15338 (end-of-defun): New variable.
15339 (end-of-defun): Use it.
15340 (check-parens): New command.
15341
153422000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15343
15344 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15345 (hs-show-block): Don't use `mapcar' when not accumulating.
15346
15347 Fix buglet in local variables initialization.
15348
153492000-01-05 Andreas Schwab <schwab@suse.de>
15350
15351 * hscroll.el (hscroll): Doc fix.
15352
153532000-01-05 Carsten Dominik <cd@gnu.org>
15354
15355 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15356 idlw-toolbar.
15357
15358 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15359 file idlw-rinfo.el.
15360 (idlwave-customize): load must read file idlw-shell.el.
15361 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15362
153632000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15364
15365 * progmodes/idlw-shell.el: Also provide idlwave-shell
15366 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15367 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15368
15369 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15370 both reftex-dcr and reftex-vcr.
15371
15372 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15373
153742000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15375
15376 * ps-print.el: PostScript code now is in separate files, doc fix.
15377 (ps-print-version): New version number (5.0.3).
15378 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15379 local.
15380 (ps-spool-config): Initialization fix.
15381 (ps-print-prologue-1, ps-print-prologue-2)
15382 (ps-print-duplex-feature): PostScript code moved to separated file.
15383 (ps-background-image): Little code reformating.
15384 (ps-begin-file, ps-begin-job): Fix code.
15385 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15386 (ps-prologue-file): New fun.
15387
153882000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15389
15390 * ps-vars.el: Eliminated.
15391
15392 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15393 `;;;###autoload'.
15394
15395 * ps-print.el: ps-vars eliminated, doc fix.
15396 (ps-print-version): New version number (5.0.2).
15397 (ps-spool-config): Initialization fix.
15398 (ps-print-customize): New fun.
15399
154002000-01-04 Gerd Moellmann <gerd@gnu.org>
15401
15402 * autorevert.el (auto-revert-mode): Return value of
15403 auto-revert-mode.
15404
154052000-01-04 Dave Love <fx@gnu.org>
15406
15407 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15408 menu items.
15409
154102000-01-03 Dave Love <fx@gnu.org>
15411
15412 * elide-head.el (elide-head) [defgroup]: Add :version.
15413
15414 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15415 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15416 `cl-hash-table-p', not `hash-table-p'.
15417 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15418
154192000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15420
15421 * faces.el (face-read-integer, read-face-attribute)
15422 (color-defined-p, color-values): unspecified-{f,b}g are now
15423 strings.
15424
154252000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15426
15427 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15428 at comment end, and re-insert them after filling.
15429
154302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15431
15432 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15433 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15434 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15435
154362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15437
15438 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15439 the new name of face-color-supported-p.
15440
15441 * term/w32-win.el (xw-defined-colors): Likewise.
15442
154432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15444
15445 * simple.el (completion-setup-function): Count completion-size
15446 from minibuffer-prompt-end, not from point-min.
15447
154482000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15449
15450 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15451 Pass the frame to tty-color-* functions.
15452 (display-color-p, frame-set-background-mode): Pass the frame to
15453 tty-display-color-p.
15454
15455 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15456 tty-color-alist.
15457 (tty-color-alist, tty-modify-color-alist): New functions.
15458 (tty-color-define, tty-color-clear, tty-color-approximate)
15459 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15460 an optional parameter FRAME.
15461
154622000-01-01 Gerd Moellmann <gerd@gnu.org>
15463
15464 * image.el (create-image, defimage): Don't assume image data is a
15465 string.
15466
15467 * image.el (defimage): Handle specifications containing :data
15468 instead of :file.
15469 (image-type-from-data): New function.
15470 (image-type-from-file-header): Use it.
15471 (create-image): Add parameter DATA-P.
15472
15473See ChangeLog.8 for earlier changes.
15474
15475;; Local Variables:
15476;; coding: iso-2022-7bit
15477;; End: