Amend autoconf/configure stuff.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
75b71d85
DL
12001-02-21 Dave Love <fx@gnu.org>
2
3 * international/mule-cmds.el, international/mule.el: Doc fixes.
4
5 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
6 (fortune) <defgroup>: Add :link.
7 (fortune-from-region): Use eq, not eql.
8
ffc9ff0c
GM
92001-02-21 Gerd Moellmann <gerd@gnu.org>
10
11 * startup.el (fancy-splash-screens): Use display-hourglass
12 instead of display-busy-cursor.
13
14 * frame.el (display-hourglass): Renamed from busy-cursor.
15 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
16 (show-cursor-in-non-selected-windows): Doc fix.
17
f34eb373
DL
182001-02-20 Dave Love <fx@gnu.org>
19
20 * international/utf-8.el: Doc and commentary fixes.
21
f55e4a7e
EZ
222001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
23
24 * ehelp.el (with-electric-help): Doc fix.
25
fa97adf6
GM
262001-02-20 Gerd Moellmann <gerd@gnu.org>
27
28 * msb.el (msb-mode): Call the update-buffers function explicitly
29 with a FORCE argument.
30
31 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
32 FORCE. If set, update the menu even if frame-or-buffer-changed-p
33 returns nil.
34
54ed3bd2
GM
352001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
36
37 * ps-print.el: Timestamp package replacement. Some enhancements.
38 Some XEmacs compatibility. Doc fix.
39 (ps-print-version): New version number (6.4).
40 (ps-printer-name): Initialization fix.
41 (ps-zebra-stripe-follow): Funcionality enhancement.
42 (ps-prologue-file): Code enhancement.
43 (ps-right-header): Timestamp package replacement.
44 (ps-setup, ps-face-bold-p, ps-face-italic-p,
45 ps-get-page-dimensions)
46 (ps-generate-header, ps-begin-file, ps-begin-job)
47 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
48 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
49 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
50 (coding-system-for-write): Var declaration (XEmacs compatibility).
51
e8ebf97d
MB
522001-02-20 Miles Bader <miles@gnu.org>
53
54 * image-file.el (image-file-name-extensions): Add "tif".
55
136b27c5
GM
562001-02-19 Gerd Moellmann <gerd@gnu.org>
57
58 * wid-edit.el (widget-button-click): Save the selected window
59 around the code handling clicks on buttons.
60
6ebbcf59
DL
612001-02-18 Dave Love <fx@gnu.org>
62
63 * imenu.el (imenu--generic-function): Use mapc to iterate over
64 syntax characters.
65
595ded73
RS
662001-02-17 Richard M. Stallman <rms@gnu.org>
67
b9fe3dc8
RS
68 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
69
595ded73
RS
70 * uniquify.el (uniquify-buffer-name-style): Doc fix.
71
f3f053f3
GM
722001-02-16 Gerd Moellmann <gerd@gnu.org>
73
74 * mouse.el (mouse-save-then-kill): If the distance from the new
75 point to the mark is equal to the distance of point from the new
76 point, move point instead of the mark.
77
11570a8f
DL
782001-02-16 Dave Love <fx@gnu.org>
79
80 * textmodes/flyspell.el (flyspell-get-word): Return string without
81 properties.
82
fb339cd5
EZ
832001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
84
85 * generic.el (generic-find-file-regexp): Doc fix.
86 (generic-ignore-files-regexp): New defcustom.
87 (generic-mode-find-file-hook): If the file's name matches the
88 regexp in `generic-ignore-files-regexp', don't enter
89 default-generic-mode. Doc fix.
90
c56b1c1b
GM
912001-02-16 Gerd Moellmann <gerd@gnu.org>
92
c220b753
GM
93 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
94 Add autoload cookies.
95
c56b1c1b
GM
96 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
97 of cal-tex-24.
98
0d140e65
EZ
992001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
100
81558867
EZ
101 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
102
0d140e65
EZ
103 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
104 the character class after the (optional) drive, to support file
105 names with embedded blanks.
106
713f7b15
SS
1072001-02-15 Sam Steingold <sds@gnu.org>
108
109 * textmodes/tex-mode.el (tex-shell-running):
110 Check the process buffer too.
111
9a2a6f73
DL
1122001-02-15 Dave Love <fx@gnu.org>
113
114 * battery.el (battery-status-function): Fix doc, :type.
115
116 * calendar/timeclock.el (timeclock-get-workday-function): Fix
117 :type.
118
fe10cef0
GM
1192001-02-15 Gerd Moellmann <gerd@gnu.org>
120
121 * subr.el (read-passwd): Clear Lisp memory holding password.
122
126f5d4d
MB
1232001-02-15 Miles Bader <miles@gnu.org>
124
125 * info.el (Info-copy-current-node-name): New function.
126 (Info-mode-menu): Add it to the menu.
127
92e98d63
RS
1282001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
129
130 * international/mule-cmds.el (toggle-input-method): Doc fix.
131
dd4e0e55
SM
1322001-02-13 Stefan Monnier <monnier@cs.yale.edu>
133
134 * replace.el (occur): Stop at end of buffer.
135
402dbbd1
EZ
1362001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
137
138 * international/mule-cmds.el (set-input-method): Another doc fix.
139
e9fcba3d
GM
1402001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
141
142 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
143
78ad1cd5
MB
1442001-02-13 Miles Bader <miles@gnu.org>
145
713f7b15 146 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
147 (set-face-stipple): Treat a value of nil as being `unspecified'.
148
fce9d9dc
DL
1492001-02-12 Dave Love <d.love@dl.ac.uk>
150
151 * international/latin1-disp.el: Doc fixes.
152 (latin1-display) <defgroup>: Add :link.
153 (latin1-display) <function>: Set variable latin1-display.
154
bc406911
EZ
1552001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * international/mule-cmds.el (set-input-method): Doc fix.
158
68514d48
EL
1592001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
160
161 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
162 (speedbar-line-file): Return nil if not a file.
163 (speedbar-buffers-line-path): Return file for tags, and dir for files.
164
513bea45 1652001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 166
513bea45
MK
167 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
168 for remote files.
bc406911 169 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 170 with raw-text.
713f7b15 171
513bea45 172 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 173
513bea45
MK
174 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
175 handling of the diff mode
713f7b15 176
513bea45 177 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 178
bc406911 179 * viper.texi: Fix typos.
713f7b15 180
521d4010
DL
1812001-02-11 Dave Love <fx@gnu.org>
182
36fd8e17
DL
183 * shadowfile.el: Doc fixes.
184 (shadow) <defgroup>: Add :link.
185 (shadowfile-unload-hook): New function.
186 (shadow-initialize): Use defalias, not fset.
187 (shadow-define-cluster, shadow-define-literal-group)
188 (shadow-define-regexp-group, shadow-initialize): Add autoload
189 cookie.
190
521d4010
DL
191 * international/mule.el: Doc and message fixes.
192
36fd8e17
DL
193 * international/ccl.el (define-ccl-program): Doc fix.
194
92395bbe
KH
1952001-02-11 Kenichi Handa <handa@etl.go.jp>
196
197 * faces.el (mode-line): Set :line-width property to -1.
198
103db06c
RS
1992001-02-10 Richard M. Stallman <rms@gnu.org>
200
08b78974
RS
201 * complete.el (partial-completion-mode): Doc fix.
202
103db06c
RS
203 * simple.el (delete-key-deletes-forward-mode):
204 Change `let' to `let*' to fix gross bug in last change.
205
206 * repeat.el (repeat): Don't let execute-kbd-macro alter
207 real-last-command.
208
a6a1ee53
EZ
2092001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
210
211 * simple.el (eval-expression): Doc fix.
212
d2f288c6
DL
2132001-02-09 Dave Love <fx@gnu.org>
214
038f4ae3
DL
215 * imenu.el (imenu-generic-expression): Doc fix.
216
217 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
218 Juanma Barranquero.
219
d2f288c6
DL
220 * emacs-lisp/authors.el (authors): Expand `root' before running
221 find.
222
9804b846
KH
2232001-02-09 Kenichi Handa <handa@etl.go.jp>
224
225 * faces.el (set-face-attribute): Describe the case of a negative
226 value specified for :line-width.
227
532f5197
SM
2282001-02-08 Stefan Monnier <monnier@cs.yale.edu>
229
230 * which-func.el (which-func-mode): Invert which-func-mode-global.
231 Fix from Juanma Barranquero <lektu@uol.com.br>.
232
1d279666
DL
2332001-02-08 Dave Love <fx@gnu.org>
234
4681ca3a
DL
235 * wid-edit.el (widget-plist-convert-widget): Replace binding of
236 widget-plist-value-type.
237 (widget-alist-convert-widget): Replace binding of
238 widget-alist-value-type.
239
1d279666
DL
240 * textmodes/paragraphs.el (sentence-end): Doc fix.
241
242 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
243 `backward-line'.
244
532f5197
SM
245 * play/pong.el (pong-blank-color, pong-bat-color)
246 (pong-ball-color, pong-border-color, pong-left-key)
247 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
248 (pong-pause-key, pong-resume-key, pong-timer-delay):
249 * mail/mh-comp.el (mh-compose-letter-function):
250 * eshell/esh-mode.el (eshell-skip-prompt-function):
251 * emulation/viper-ex.el (ex-unix-type-shell-options):
252 * recentf.el (recentf-menu-filter):
253 * ps-print.el (ps-print-region-function):
254 * lpr.el (print-region-function):
255 * forms.el (forms-mode-hooks):
256 * dirtrack.el (dirtrack-directory-change-hook):
257 * cus-start.el (temp-buffer-show-function, display-buffer-function):
258 * textmodes/spell.el (spell-filter):
259 * textmodes/fill.el (adaptive-fill-function):
260 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
261 * progmodes/etags.el (find-tag-default-function):
262 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
263 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
264
6f676109
EZ
2652001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
266
751d3bc4
EZ
267 * emulation/viper-init.el (viper-fast-keyseq-timeout)
268 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
269 Meyering <jim@meyering.net>.
270
6f676109
EZ
271 * loadup.el: Revert last change.
272
d3c26cdf
KH
2732001-02-07 Kenichi Handa <handa@etl.go.jp>
274
275 * international/mule.el (transform-make-coding-system-args): Make
276 it work also for coding systems not using CCL.
277
44806980
EZ
2782001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
279
9889af08
EZ
280 * simple.el (previous-matching-history-element)
281 (next-matching-history-element): Doc fix.
282
44806980
EZ
283 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
284 specific part.
285
1e36ff68
DL
2862001-02-06 Dave Love <fx@gnu.org>
287
713f7b15 288 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
289 (add-log-buffer-file-name-function, add-log-file-name-function):
290 Fix :type.
291 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
292
c7ca58df
EZ
2932001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
294
fecd556a
EZ
295 * info.el (info-initialize): Remove the test for system-type when
296 invocation-directory is non-nil.
297
c7ca58df
EZ
298 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
299 of `font-lock-defaults' to `backward-paragraph' rather than nil.
300
587b5737
AI
3012001-02-06 Andrew Innes <andrewi@gnu.org>
302
303 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
304 absolute.
305
baf7eee4
GM
3062001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
307
308 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
309 buffers. When hi-lock turned on rather than only checking current
310 buffer for regexps, all buffers are checked. Moved activation of
311 font-lock to hi-lock-refontify. When font-lock turned off rather
312 than removing added highlighting just in current buffer, remove it
313 in all buffers. Changed edit menu text from "Automatic
314 Highlighting" to "Regexp Highlighting" Documentation for
315 highlighting phrases, minor documentation changes.
316 (hi-lock-set-file-patterns): Execute only if there are new or
317 existing file patterns.
318 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
319 unfontify and, if a support mode is active, will not refontify the
320 whole buffer. If necessary, turn on font lock. (Removed
321 font-lock-unfontify and font-lock support-mode-specific calls,
322 such as lazy-lock-fontify-window.)
323 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
324 patterns are found. Not useful now since find-file-hook is removed
325 if hi-lock is off, but may be needed for per-buffer hi-lock
326 activation.
327 (hi-lock-face-phrase-buffer): New function. Also added related
328 menu item and keybinding.
329 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
330 (hi-lock-process-phrase): New function.
331 (hi-lock-line-face-buffer): Doc fixes.
332 (hi-lock-face-buffer): Doc fixes.
333 (hi-lock-unface-buffer): Doc fixes.
713f7b15 334
36710aa6
GM
3352001-02-06 Gerd Moellmann <gerd@gnu.org>
336
337 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
338 dabbrev-ignored-regexps.
339
d3f22784
EZ
3402001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
341
342 * simple.el (kill-line): Doc fix.
343
5cb3c8d4
DL
3442001-02-05 Dave Love <fx@gnu.org>
345
346 * loadup.el: Revert last two changes -- bootstrapping works with
347 regenerated loaddefs.
348
e6297e7d
EZ
3492001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
350
1e14b095
EZ
351 * isearch.el (isearch-forward): Doc fix.
352
e6297e7d
EZ
353 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
354 of font-lock-defaults to backward-paragraph.
355
e16f52ce
GM
3562001-02-05 Gerd Moellmann <gerd@gnu.org>
357
358 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
359 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
360
01d19dd7
GM
3612001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
362
363 * ebnf2ps.el: Eliminate time-stamp functions.
364 (ebnf-version): New version (3.5).
365 (ebnf-eps-finish-and-write): Replace time-stamp functions by
366 format-time-string.
367
24886813
GM
3682001-02-05 Gerd Moellmann <gerd@gnu.org>
369
370 * simple.el (next-line): Goto end-of-line before inserting a newline.
371
65e70fc4
MB
3722001-02-05 Miles Bader <miles@gnu.org>
373
374 * image-file.el (insert-image-file): When visiting an image, also
375 set `truncate-lines' to t so that any fringe arrow looks correct.
376
482f06c9
KH
3772001-02-05 Kenichi Handa <handa@etl.go.jp>
378
379 * isearch.el (isearch-forward): Add description about input method
380 in the docsting.
381
02399da7
SM
3822001-02-04 Stefan Monnier <monnier@cs.yale.edu>
383
384 * skeleton.el (skeleton-internal-1): Always push the mark for @.
385
2c366083
EZ
3862001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
387
388 * info.el (info-initialize): If installation-directory is nil, for
389 DOS/Windows systems try looking in a sibling of
390 invocation-directory.
391
bdadfce3
GM
3922001-02-02 Gerd Moellmann <gerd@gnu.org>
393
79fb38c0
GM
394 * wid-edit.el (widget-button-click): Fix last change.
395
bdadfce3
GM
396 * frame.el (frame-notice-user-settings): When resizing the initial
397 frame because the tool bar is off, also change the frame's top
398 position if a negative top position was specified.
399
33155ffb
MB
4002001-02-02 Miles Bader <miles@gnu.org>
401
402 * image-file.el (insert-image-file): When visiting an image,
403 suppress the cursor in the image buffer.
404
1355ba0c
DL
4052001-02-01 Dave Love <fx@gnu.org>
406
407 * progmodes/f90.el (f90-mode): Remove startup message.
408
fb758d2d 409 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 410
01acdb05
GM
4112001-02-01 Gerd Moellmann <gerd@gnu.org>
412
413 * startup.el (command-line): Fix code determining whether or not
414 to use delete-key-deletes-forward-mode.
415
5b1ee316
AS
4162001-02-01 Andre Spiegel <spiegel@gnu.org>
417
418 * vc.el (vc-diff-switches): New user option.
419 (vc-version-diff): Use it.
420 (vc-diff-switches-list): New macro.
421
422 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
423 customization options.
424 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
425
426 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
427
00b1e7a1
GM
4282001-02-01 Gerd Moellmann <gerd@gnu.org>
429
430 * msb.el (toplevel): Quote hook symbols.
431
85827036
KH
4322001-02-01 Kenichi Handa <handa@etl.go.jp>
433
8e028499 434 * international/mule.el (make-coding-system): Add description
3c948dde 435 about recognized properties in the docstring.
8e028499 436
85827036
KH
437 * international/mule-conf.el: Remove unused charsets
438 mac-roman-lower and mac-roman-upper.
439
7ccf7ab9
GM
4402001-01-31 Gerd Moellmann <gerd@gnu.org>
441
2441692d
GM
442 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
443 is in front of the left-margin, if any.
444
ee5cece0
GM
445 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
446 like `delete'.
447
448 * bindings.el: Define `kp-delete' like `delete' in
449 function-key-map.
450
7ccf7ab9
GM
451 * term/w32-win.el (mouse-set-font): Doc fix.
452
b4f30ec5 4532001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 454
b4f30ec5
GM
455 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
456 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
457 on already.
458
03e0fe6e
GM
4592001-01-31 Markus Rost <rost@math.ohio-state.edu>
460
461 * files.el (save-buffer): Don't give message if (buffer-file-name)
462 returns nil.
713f7b15 463
8f289acc
EZ
4642001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
465
cb4aae04
EZ
466 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
467
dbd98b19
EZ
468 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
469 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
470
8f289acc
EZ
471 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
472 display problems.
473
c12553c1
KH
4742001-01-31 Kenichi Handa <handa@etl.go.jp>
475
c7bf5db9
KH
476 * international/mule.el (charset-info): Fix docstring.
477
478 * international/mule-diag.el (describe-character-set): Check final
479 char valid before printing it.
c12553c1 480
14f16b9c
GM
4812001-01-30 Gerd Moellmann <gerd@gnu.org>
482
efaa080b
GM
483 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
484
eef93f99
GM
485 * frame.el (frame-notice-user-settings): Do the tool-bar
486 stuff only for graphical displays. Fix a braino.
713f7b15 487
14f16b9c
GM
488 * frame.el (frame-initialize): Create initial frame visible.
489 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 490 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
491
492 * startup.el (command-line): Remove manipulation of frame
493 height for tool bars.
494
4ad25e43
EZ
4952001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
496
497 * lpr.el: Compatibility with XEmacs and doc fixes.
498 (lpr-windows-system, lpr-lp-system): New vars.
499 (lpr-printer-switch): New defcustom.
500 (printer-name, lpr-command): Customization fix.
501 (print-region-1): Code fix.
502 (print-region-new-buffer, printify-region): Indentation fix.
503 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
504 functions.
505
e8f044a0
GM
5062001-01-29 Gerd Moellmann <gerd@gnu.org>
507
508 * msb.el (toplevel): Fix the eval-after-load.
509
850d5045
GM
5102001-01-29 Dave Love <fx@gnu.org>
511
762fe76e
DL
512 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
513
514 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
515
850d5045
GM
516 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
517 compiling.
518 (tcl-using-emacs-19-23): Consider Emacs 21+.
519 (tcl-help-directory-list, tcl-command-switches): Fix :type.
520 (tcl-add-emacs-menu): Supply menu name.
521 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
522
3a768251
GM
5232001-01-29 Gerd Moellmann <gerd@gnu.org>
524
525 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
526
274d02f7
SM
5272001-01-29 Stefan Monnier <monnier@cs.yale.edu>
528
529 * pcvs.el (cvs-mark-fis-dead): New function.
530 (cvs-mode-add): Use it.
531 (cvs-mode-add-change-log-entry-other-window):
532 Rebind change-log-default-name to itself rather than to nil.
533
ed5d446e
SS
5342001-01-29 Sam Steingold <sds@gnu.org>
535
efaa080b 536 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
537 `autoload' statements.
538
e2a80284
EZ
5392001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
540
8e1db7b3
EZ
541 * files.el (confirm-kill-emacs): Doc fix.
542
ff2a1c79
EZ
543 * frame.el (frame-initialize): Doc fix.
544
e7b0deaf
EZ
545 * time-stamp.el (time-stamp-string): Doc fix.
546
e2a80284
EZ
547 * woman.el (WoMan-log-1): Make the log buffer writable. From
548 Markus Rost <rost@math.ohio-state.edu>.
549
005913e4
GM
5502001-01-29 Gerd Moellmann <gerd@gnu.org>
551
552 * imenu.el (imenu-syntax-alist): Add autoload cookie for
553 the `make-variable-buffer-local'.
554
58622cc5
GM
5552001-01-29 Dave Love <fx@gnu.org>
556
557 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
558 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
559 autoload cookie.
560 (ansi-color-apply-sequence): Fix typo.
561
0404d031
GM
5622001-01-29 Gerd Moellmann <gerd@gnu.org>
563
ed5d446e 564 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
565 Postscript printing in black and white.
566
0404d031
GM
567 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
568 X-Mailman-Version, Precedence, List-Help, List-Post,
569 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
570 Content-Type, Content-Length.
571
3b6ed359
DL
5722001-01-29 Dave Love <fx@gnu.org>
573
ddd16e7a
DL
574 * elide-head.el (elide-head): Make overlay evaporate.
575
3b6ed359
DL
576 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
577 fix.
578
8005142f
EZ
5792001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
580
581 * isearch.el (isearch-highlight): Don't punt if the display
582 doesn't support colors, since isearch faces are defined for
583 monochrome displays as well.
584
84728570
SS
5852001-01-27 Sam Steingold <sds@gnu.org>
586
587 * shell.el (shell-write-history-on-exit): Make sure that we are in
588 the shell buffer (M-x tex-file RET inserted the error message into
589 the TeX buffer).
590
e26f9ced
EZ
5912001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
592
593 * simple.el (transient-mark-mode): Doc fix.
594
dc0274bd
GM
5952001-01-27 Gerd Moellmann <gerd@gnu.org>
596
84728570 597 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
598 tags-file-name.
599
c1acacc4
EZ
6002001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
601
f5058b96
EZ
602 * shell.el (shell-unquote-argument): If the shell is one of the
603 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
604 quote character.
605 (shell-dumb-shell-regexp): Document that the shells which match
606 this regexp are supposed to not treat a backslash as a quote
607 character.
608
c1acacc4
EZ
609 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
610 from 2001-01-12. It is not needed, since backspace is mapped into
611 DEL.
612
103db06c 6132001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 614
84728570 615 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
616 Treat a one-capital-letter abbrev as "not all upper case",
617 so as to force preservation of the expansion's pattern
618 if the expansion starts with a capital letter.
619
cfa70244
EZ
6202001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
621
cfee9de7
EZ
622 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
623 Doc fix.
624
cfa70244
EZ
625 * simple.el (transient-mark-mode): Document the fact that many
626 commands act on the region when mark is active.
627
17d90d6b
KH
6282001-01-27 Kenichi Handa <handa@etl.go.jp>
629
630 * international/quail.el (quail-setup-completion-buf): Make the
631 multibyteness of current buffer inherited to Quail completion
632 buffer.
633 (quail-show-guidance-buf): Make the multibyteness of current
634 buffer inherited to Quail guidance buffer.
635 (quail-help): Make the multibyteness of current buffer inherited
636 to Quail help buffer.
637
61076b20
DL
6382001-01-26 Dave Love <fx@gnu.org>
639
c47e2c68
DL
640 * time-stamp.el: Doc fixes.
641
84728570 642 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
643 (delphi-keyword-face, delphi-other-face): Fix :type.
644
940f14b4
DL
645 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
646
647 * mail/feedmail.el (feedmail): Add :link.
648 (feedmail-send-it): Doc fix.
649
650 * mail/sendmail.el: Doc fixes.
651 (sendmail-send-it): Fix the non-ASCII regexp and use
652 rfc2047-encode-string.
653
61076b20
DL
654 * dired.el, dired-aux.el: Revert last change.
655
6c317bd2
GM
6562001-01-26 Gerd Moellmann <gerd@gnu.org>
657
658 * makefile.w32-in (DONTCOMPILE): Add various term files.
659
6602001-01-26 Dave Love <fx@gnu.org>
661
662 * Makefile.in (DONTCOMPILE): Add various term files.
663
1c636b5f
GM
6642001-01-26 Gerd Moellmann <gerd@gnu.org>
665
af900b23
GM
666 * man.el (Man-default-man-entry, Man-mode): Doc fix.
667
15fa6db0
GM
668 * startup.el (display-startup-echo-area-message): Make sure
669 the echo area is resized to fit the size of the startup
670 message.
671
1c636b5f
GM
672 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
673 part of which is a constant.
674
9b1adbd5
EZ
6752001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
676
677 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
678 twice.
679
103db06c 6802001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
681
682 * simple.el (next-line): Don't let `newline' expand abbrevs.
683 Simplify slightly.
684 (open-line): Don't let `newline' expand abbrevs.
685
219227ea
JW
6862001-01-25 John Wiegley <johnw@gnu.org>
687
688 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
689 to `repeat' in the :type field.
690
691 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
692 allow a choice of regexp or nil.
d2906bf8 693 (pcomplete-dir-ignore): Same.
219227ea
JW
694
695 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
696 a command) to always fail.
697
ceba0dac
GM
6982001-01-25 Gerd Moellmann <gerd@gnu.org>
699
700 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
701 discard the result.
702 (iswitchb-to-end): Likewise.
703
9b0630e5
SS
7042001-01-25 Sam Steingold <sds@gnu.org>
705
706 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 707 Require vc.
9b0630e5 708
a2ed9670
SM
7092001-01-25 Stefan Monnier <monnier@cs.yale.edu>
710
f0c1adab
SM
711 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
712
a2ed9670
SM
713 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
714
34ac3367
DL
7152001-01-25 Dave Love <fx@gnu.org>
716
61076b20
DL
717 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
718 (describe-coding-system): Tweak the English text.
719
34ac3367
DL
720 * loadup.el: Preload international/ccl for utf-8.
721
4685e6b7
EZ
7222001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
723
724 * mail/rmail.el (rmail-redecode-body): Doc fix.
725
0fdb4475
KH
7262001-01-25 Kenichi Handa <handa@etl.go.jp>
727
23cfab61
KH
728 * international/mule-cmds.el (reset-language-environment): Reset
729 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
730
731 * international/mule-conf.el (coding-category-utf-8): Initialize
732 to mule-utf-8.
733
9b0630e5 734 * loadup.el: Preload international/utf-8.
0fdb4475
KH
735
736 * international/utf-8.el: New file.
737
245ed2b1
SM
7382001-01-24 Stefan Monnier <monnier@cs.yale.edu>
739
740 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
741
e95b0c08
SS
7422001-01-24 Sam Steingold <sds@gnu.org>
743
744 * dired.el (dired-replace-in-string): Removed.
745 (dired-sort-toggle): Use `replace-regexps-in-string'
746 instead of `dired-replace-in-string'.
9b0630e5 747
ceba0dac
GM
748 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
749 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 750
e95b0c08
SS
751 * gs.el (gs-replace-in-string): Removed.
752 (gs-options): Use `replace-regexps-in-string'
753 instead of `gs-replace-in-string'.
754
c3902c3e
EZ
7552001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
756
757 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
758 bug report is mailed to an email list and posted to a news group.
759
b66b6aeb
GM
7602001-01-24 Gerd Moellmann <gerd@gnu.org>
761
e7e41584
GM
762 * comint.el (comint-replace-by-expanded-history-before-point): Fix
763 change of 2000-08-03 to move point to the start of the line again.
764
b66b6aeb
GM
765 * startup.el (tool-bar-images-pixel-height): New variable.
766 (command-line): After loading the user's init file, when
767 tool-bar-mode is on, increase the frame's size by some lines for
768 the tool-bar.
769
770 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 771
ff890e66
SZ
7722001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
773
774 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
775 (chinese-big5): MIME:Big5.
776
04363179
GM
7772001-01-24 Gerd Moellmann <gerd@gnu.org>
778
e95b0c08 779 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
780 Handle commands with prefix args.
781
d56aaa64
GM
7822001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
783
784 * calendar/diary-lib.el (diary-float): Fix case of MONTH
785 being a list of numbers.
786 (diary-mail-entries): Rewritten.
787
99858627
DL
7882001-01-23 Dave Love <fx@gnu.org>
789
7aeb1fa9
DL
790 * international/mule.el (make-coding-system): Fix typo.
791
99858627
DL
792 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
793 backward-paragraph as font-lock-beginning-of-syntax-function.
794
5a43decf
EZ
7952001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
796
797 * font-lock.el (font-lock-mode): Doc fix.
798
b0e98867
KH
7992001-01-23 Kenichi Handa <handa@etl.go.jp>
800
801 * international/mule.el (make-translation-table): Fix docstring.
802
9c8acefd
EZ
8032001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
804
fd4976b8
EZ
805 * mail/rmail.el (rmail-redecode-body): New function.
806
9c8acefd
EZ
807 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
808
871e0439
GM
8092001-01-22 Gerd Moellmann <gerd@gnu.org>
810
21c2bbe0
GM
811 * isearch.el (isearch-lazy-highlight-case-fold-search)
812 (isearch-lazy-highlight-regexp): New variables.
813 (isearch-lazy-highlight-cleanup): Update lazy highlight if
814 case-fold search or regexp search has been toggled.
815
5710730c
GM
816 * wid-edit.el (widget-button-click): Avoid a save-excursion
817 around running a global binding.
818
871e0439
GM
819 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
820 to 0.25.
821
d0554957
MB
8222001-01-20 Miles Bader <miles@gnu.org>
823
824 * cus-edit.el (custom-face-save): Do post-processing on the face's
825 new value like `custom-face-set' does.
826
1519f618
EZ
8272001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
828
ccd87890
EZ
829 * mail/emacsbug.el (report-emacs-bug): Report the value of
830 LC_CTYPE, not LC_TYPE.
831
1519f618
EZ
832 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
833 isearch-toggle-regexp and isearch-edit-string to doc string.
834
9724173b
GM
8352001-01-19 Gerd Moellmann <gerd@gnu.org>
836
48bb9196
GM
837 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
838 as font-lock-beginning-of-syntax-function in font-lock-defaults.
839
e95b0c08 840 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
841 font-lock-beginning-of-syntax-function to nil.
842
dc81f8a2
EZ
8432001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
844
845 * mail/emacsbug.el (report-emacs-bug): Report values of
846 locale-coding-system, default-enable-multibyte-characters, and the
847 environment variables LC_ALL, LC_TYPE, and LANG.
848
99327974
GM
8492001-01-19 Gerd Moellmann <gerd@gnu.org>
850
111c181e
GM
851 * font-lock.el (font-lock-default-fontify-region): Fix last
852 change.
e95b0c08 853
2be6ecc6
GM
854 * font-lock.el (font-lock-multiline): Default to nil.
855 (font-lock-default-fontify-region): If font-lock-multiline is
856 nil, don't check the property `font-lock-multiline'.
857
99327974
GM
858 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
859 is nil, don't check the `font-lock-multiline' text property.
860
2550055a
MK
8612001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
862
0a949811 863 * viper.el: Call initial-major-mode on startup.
e95b0c08 864
0a949811 865 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 866
8501998a 867 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 868
2550055a 8692001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 870
0a949811 871 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 872 diff mode, if available.
e95b0c08 873
0a949811 8742001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 875
8501998a 876 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 877
2550055a
MK
878 * ediff-init.el (subst-char-in-string): Define and use it, unless
879 it's already defined.
e95b0c08 880
8962e303
GM
8812001-01-18 Gerd Moellmann <gerd@gnu.org>
882
883 * tooltip.el (tooltip-hide-delay): New user-option.
884 (tooltip-show): Use tooltip-hide-delay instead of the default.
885
6b453381
KH
8862001-01-18 Kenichi Handa <handa@etl.go.jp>
887
888 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
889 kill-local-variable doesn't work for enable-multibyte-characters.
890
9eaf396b
DL
8912001-01-17 Dave Love <fx@gnu.org>
892
cebd37ce
DL
893 * ediff-init.el (ediff-before-setup-hook)
894 (ediff-merge-filename-prefix): Add :version.
895
9eaf396b
DL
896 * international/latin1-disp.el: Require disp-table.
897 (latin1-display): Fix :set.
898
899 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
900
f864120f
GM
9012001-01-17 Gerd Moellmann <gerd@gnu.org>
902
903 * isearch.el (isearch-lazy-highlight-initial-delay)
904 (isearch-lazy-highlight-interval): Default to 0.
905
9062001-01-17 Bob Glickstein <bobg@zanshin.com>
907
908 * isearch.el (isearch-highlight): Set isearch-overlay priority to
909 1 here rather than each time through
910 isearch-lazy-highlight-new-loop.
911 (isearch-lazy-highlight-max): Variable deleted.
912 (isearch-lazy-highlight-max-at-a-time): New user variable, like
913 isearch-lazy-highlight-max but controls a single invocation of
914 isearch-lazy-highlight-update.
915 (isearch-lazy-highlight-wrapped): Variable recreated.
916 (isearch-lazy-highlight-window-start): New variable.
917 (isearch-lazy-highlight-cleanup): Restored to behavior of
918 before 2-Jan.
919 (isearch-lazy-highlight-remove-overlays): Function deleted;
920 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
921 behavior removed.
922 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
923 isearch-lazy-highlight-update in a loop rather than just once.
924 Test isearch-invalid-regexp here and decide not to start a new
925 loop, rather than testing it each time through
926 isearch-lazy-highlight-update.
927 (isearch-lazy-highlight-search): Function restored.
928 (isearch-lazy-highlight-update): Get called in a timer loop again,
929 but this time highlight more than one match each time through.
930 Only highlight matches in the visible part of the window. Start
931 at point, move in the direction of the search, and wrap around at
932 the edge of the window. Use sit-for to force redisplay and ensure
933 window-start is credible. "Face suppressing" behavior removed;
934 overlay priorities should make it unnecessary, right?
935 (isearch-highlight): Face suppressing behavior removed.
936 (isearch-dehighlight): Face suppressing behavior removed.
937 (isearch-set-lazy-highlight-faces-at): Removed.
938
076ec540
KH
9392001-01-17 Kenichi Handa <handa@etl.go.jp>
940
941 * language/european.el ("Latin-1"): Make the format of description
942 about additional language environments same as that of Latin-2.
943
92328ec5
DL
9442001-01-16 Dave Love <fx@gnu.org>
945
39f2174e
DL
946 * isearch.el (isearch-lazy-highlight): Add :version.
947
92328ec5
DL
948 * simple.el (backward-delete-char-untabify-method)
949 (next-line-add-newlines): Add :version.
950
f251459d
GM
9512001-01-16 Gerd Moellmann <gerd@gnu.org>
952
9d4850e5
GM
953 * bindings.el: Bind <backspace> and <delete> via function-key-map.
954 Don't bind <delete> otherwise.
955
956 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
957 and <delete> via function-key-map.
958
f251459d
GM
959 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
960 Subject line only if point is after the `Subject:'.
961
771ffcf7
KH
9622001-01-16 Kenichi Handa <handa@etl.go.jp>
963
bda6b481
KH
964 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
965 japanese-jisx0213-2 in `charset' property of this lang. env.
966
35793af7
KH
967 * language/european.el ("Latin-1"): Add description for Dutch and
968 Spanish lang. env.
969
771ffcf7
KH
970 * international/mule.el (decode-char): Fix conditions.
971 (encode-char): Handle eight-bit-control too.
1c8102ff 972 (transform-make-coding-system-args): New function.
50c29104
KH
973 (make-coding-system): Accept XEmacs style arguments for CCL base
974 coding system.
771ffcf7 975
e1cf67b6
GM
9762001-01-15 Gerd Moellmann <gerd@gnu.org>
977
978 * progmodes/etags.el (find-tag-noselect): Save the value of
979 tags-file-name before switching buffers, for the case it has a
980 buffer-local value.
981
b3287acf
GM
9822001-01-15 Alex Schroeder <alex@gnu.org>
983
9eaf396b
DL
984 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
985 From Dave Love <fx@gnu.org>.
b3287acf
GM
986 (ansi-color-for-comint-mode): Fix :version.
987
9882001-01-15 Alex Schroeder <alex@gnu.org>
989
990 * ansi-color.el (ansi-color-unfontify-region): Doc change.
991
8d7ff9c8
EZ
9922001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
993
994 * dired.el (dired-insert-directory): If file-system-info fails,
995 remove the " free " part, but don't signal an error.
996
dbe99ae9
SS
9972001-01-12 Sam Steingold <sds@gnu.org>
998
999 * bookmark.el (bookmark-maybe-historicize-string):
1000 Use new backquote syntax.
1001
103db06c 10022001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1003
1004 * subr.el (last): Handle a list that doesn't end in nil.
1005
ca2ddd8e
SS
10062001-01-12 Sam Steingold <sds@gnu.org>
1007
1008 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1009 to `backward-delete-char-untabify'.
1010
1751c874
DL
10112001-01-12 Dave Love <fx@gnu.org>
1012
1013 * cus-edit.el (customize-menu-create): Fix the :filter following
1014 easymenu change.
1015
1016 * wid-edit.el (function): Add :match-alternatives.
1017 (widget-color-action): Doc fix.
1018
3cccce8d
GM
10192001-01-12 Gerd Moellmann <gerd@gnu.org>
1020
1021 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1022
18bfd6b5
KH
10232001-01-12 Kenichi Handa <handa@etl.go.jp>
1024
60a62fdc
KH
1025 * international/mule-cmds.el (prefer-coding-system): Fix
1026 docstring.
1027
18bfd6b5
KH
1028 * international/ccl.el (define-ccl-program): Fix docstring.
1029
562e00da
DL
10302001-01-11 Dave Love <fx@gnu.org>
1031
14fd0da3
DL
1032 * international/mule-cmds.el (standard-display-european-internal):
1033 Set display table for 2208 as for 160.
1034
1035 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1036
562e00da
DL
1037 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1038 entry for custom-menu-create change.
1039 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1040 don't cons it in the search loop.
1041
1042 * imenu.el (imenu--truncate-items): Revert last change.
1043
6e961dcd
EZ
10442001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1045
1046 * info.el (Info-setup-header-line): If the node header includes
1047 either Next: or Prev: links, don't show the File: and Node: parts
1048 in the header line.
1049
2c2ff7f2
GM
10502001-01-11 Gerd Moellmann <gerd@gnu.org>
1051
a7ee2d2e
GM
1052 * comint.el (comint-goto-process-mark): Don't print a message
1053 when running in batch mode.
1054
c5348233
GM
1055 * isearch.el (isearch-search): In the condition-case handler for
1056 `error', set isearch-invalid-regexp to the whole error message.
1057
422717d1
GM
1058 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1059 ensure that eval-after-load works for files dumped with Emacs.
1060
1061 * help.el (load-symbol-file-load-history): New function extracted
1062 from function symbol-file.
1063 (symbol-file): Use it.
1064
2c2ff7f2
GM
1065 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1066 exit.xpm.
1067
926861fb
EZ
10682001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1069
1070 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1071 behave as if there were no prefix argument.
1072 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1073 argument were nil.
1074
afa1f52c
RS
10752001-01-11 Richard M. Stallman <rms@gnu.org>
1076
ca2ddd8e 1077 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1078 Don't look for more potential matches once maximum is exceeded.
1079 Use overlays-in to check correctly for overlap with current match.
1080 Ignore empty matches.
1081
47a9f362
MB
10822001-01-11 Miles Bader <miles@gnu.org>
1083
1084 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1085 (ispell-overlay-window, ispell-help, ispell-show-choices)
1086 (ispell-command-loop): Use it instead of `window-height'.
1087
d196f58d
GM
10882001-01-10 Gerd Moellmann <gerd@gnu.org>
1089
cf523f0e
GM
1090 * files.el (confirm-kill-emacs): New user-option.
1091 (save-buffers-kill-emacs): Ask for final confirmation before
1092 killing Emacs.
1093
d196f58d
GM
1094 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1095 to nil.
1096
7c6c3d8e
GM
10972001-01-10 Dave Love <fx@gnu.org>
1098
1f8be15d
DL
1099 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1100
1101 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1102 :type.
1103
1104 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1105
1106 * calculator.el (calculator-number-digits): Fix :type.
1107
0d5184de
DL
1108 * vc-cvs.el (vc-cvs-header): Fix :type.
1109 * vc-rcs.el (vc-rcs-header): Fix :type.
1110 * vc-sccs.el (vc-sccs-header): Fix :type.
1111
1112 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1113
7c6c3d8e
GM
1114 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1115
8c9f73a2
GM
1116 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1117
457b792c
GM
11182001-01-10 Gerd Moellmann <gerd@gnu.org>
1119
1120 * simple.el (set-variable): Force a thorough redisplay for the
1121 case that the variable has an effect on the display, like
1122 `tab-width' has.
1123
d2622d08
AS
11242001-01-10 Andre Spiegel <spiegel@gnu.org>
1125
1126 * vc.el: Add documentation for backend interface.
1127
ae4b5f4f
KH
11282001-01-10 Kenichi Handa <handa@etl.go.jp>
1129
e0844717
KH
1130 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1131
ae4b5f4f
KH
1132 * international/mule-conf.el (latin-extra-code-table): Set to t
1133 for \223 and \224.
1134
3184082b
KH
11352001-01-09 Kenichi Handa <handa@etl.go.jp>
1136
1137 * international/mule-cmds.el (locale-language-names): Map "es" to
1138 "Spanish" and "nl" to "Dutch".
1139
732b9cdd
GM
11402001-01-09 Gerd Moellmann <gerd@gnu.org>
1141
1dfca644
GM
1142 * bindings.el (global-map): Bind <home> to beginning-of-line,
1143 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1144 C-<end> to end-of-buffer.
1145
732b9cdd
GM
1146 * language/european.el: Add Dutch and Spanish language info
1147 to be able to use the appropriate tutorials.
1148
11492001-01-09 Alex Schroeder <alex@gnu.org>
1150
1151 * ansi-color.el (ansi-color-process-output): Use markers instead
1152 of positions for start and end of region.
1153 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1154 Previously, occasional mistakes happend when fontifying many
1155 chunks of output (eg. ls --color=yes /dev). This happened
1156 whenever an overlay was created up to the end of the region, which
1157 coincided with the process-mark. New text would then be added
1158 within that overlay instead of after it.
1159 (ansi-color-make-extent): Overlays are created with the property
1160 `modification-hooks' set to '(ansi-color-freeze-overlay).
1161 (ansi-color-freeze-overlay): New function. When inserting text at
1162 the end of the overlay, the overlay will resize.
1163
11642000-01-09 Alex Schroeder <alex@gnu.org>
1165
1166 * ansi-color.el (ansi-color-process-output): Doc change.
1167 (ansi-color-unfontify-region): Doc change. No longer installed
1168 automatically in font-lock-unfontify-region-function.
1169 (ansi-color-apply): Doc change.
1170 (ansi-color-apply-on-region): Use extents or overlays instead of
1171 text-properties.
1172 (ansi-color-make-extent): New function.
1173 (ansi-color-set-extent-face): New function.
1174
11752000-01-09 Alex Schroeder <alex@gnu.org>
1176
1177 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1178 both use ansi-color-process-output, now.
1179 (ansi-color-process-output): Doesn't return string anymore. It is
1180 installed in comint-output-filter-functions for both Emacs and
1181 XEmacs, now.
1182 (ansi-color-unfontify-region): Simplified code removing variables
1183 pos and start-ansi.
1184 (ansi-color-apply): Put text-property ansi-color before putting
1185 text-property face because ansi-color-unfontify-region is called
1186 immediately after the call to put-text-property.
1187 (ansi-color-context-region): Doc change.
1188 (ansi-color-filter-region): Simplified code.
1189 (ansi-color-apply-on-region): Changed start to start-marker, using
1190 a marker explicitly. Put text-property ansi-color before putting
1191 text-property face because ansi-color-unfontify-region is called
1192 immediately after the call to put-text-property.
1193
11942000-01-09 Alex Schroeder <alex@gnu.org>
1195
1196 * ansi-color.el (ansi-color-faces-vector): Doc change.
1197 (ansi-color-for-comint-mode): Changed :type property to choice.
1198 (ansi-color-last-context): Removed.
1199 (ansi-color-process-output): Don't use ansi-color-last-context, as
1200 the main functions will store their context now.
1201 (ansi-color-context): Doc change.
1202 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1203 Uses ansi-color-context such that repeated calls will strip
1204 partial escape sequences, too.
1205 (ansi-color-apply): Simplified code. Colorize end of string if
1206 face is not null. Store context in new (FACE STRING) format, such
1207 that repeated calls will strip partial escape sequences, too.
1208 Append faces to face property using ansi-color-apply-sequence such
1209 that cumulative mode actually works.
1210 (ansi-color-context-region): New variable.
1211 (ansi-color-filter-region): Rewrote it based on
1212 ansi-color-apply-on-region. Uses ansi-color-context-region such
1213 that repeated calls will strip partial escape sequences, too.
1214 (ansi-color-apply-on-region): Simplified code. Colorize end of
1215 region if face is not null. Store context in new (FACE POS)
1216 format, such that repeated calls will strip partial escape
1217 sequences, too. Append faces to face property using
1218 ansi-color-apply-sequence such that cumulative mode actually
1219 works.
1220 (ansi-color-apply-sequence): New function.
1221 (ansi-color-get-face): When the default face is added to the list
1222 of faces, all previous settings are discarded and the list of
1223 faces is set to '(default).
1224
12252000-01-09 Alex Schroeder <alex@gnu.org>
1226
1227 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1228 face, such that ansi-color-apply and ansi-color-apply-on-region
1229 will do the right thing.
1230 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1231 returns nil, set the list of faces back to nil instead of
1232 appending the result of ansi-color-get-face to the front of the
1233 list.
1234
12352000-01-09 Alex Schroeder <alex@gnu.org>
1236
1237 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1238 (ansi-color-process): Doc change.
1239 (ansi-color-last-context): New buffer-local variable.
1240 (ansi-color-process-output): New function. It is automatically
1241 added to comint-output-filter-functions if this is XEmacs.
1242 (ansi-color-unfontify-region): New optional parameter for XEmacs
1243 compatibility. Check wether font-lock-syntactic-keywords is
1244 boundp before removing the syntax table text property, as XEmacs
1245 doesn't have it.
1246 (ansi-color-filter-region): Doc change.
1247 (ansi-color-apply-on-region): Doc change.
1248 (ansi-color-make-face): New function. Compatibility layer for
1249 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1250 (ansi-color-make-color-map): Use ansi-color-make-face.
1251 (ansi-color-get-face): Avoid face text property '(nil) as results
1252 in an errow for XEmacs.
1253
12542000-01-09 Alex Schroeder <alex@gnu.org>
1255
1256 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1257 text-property ansi-color in order to preserve fontification by
1258 ansi-color. When the package is loaded, a lambda expression is
1259 put onto font-lock-mode-hook. This lambda expression will check
1260 font-lock-unfontify-region-function and replace
1261 font-lock-default-unfontify-region with
1262 ansi-color-unfontify-region.
1263 (ansi-color-apply): Add text-property ansi-color in addition to
1264 text-property face.
1265 (ansi-color-apply-on-region): Add text-property ansi-color in
1266 addition to text-property face.
1267 (save-buffer-state): Copy of the macro that is also used by
1268 lazy-lock and font-lock.
1269
1270 (ansi-color-for-comint-mode): New option.
1271 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1272 (ansi-color-for-comint-mode-off): Ditto.
1273 (ansi-color-for-comint-mode-filter): Ditto.
1274 (ansi-color-process): New function. Uses
1275 ansi-color-for-comint-mode to decide what to do. This function is
1276 added to comint-preoutput-filter-functions when the package is
1277 loaded.
1278
1279 (ansi-color-for-shell-mode-set): Removed.
1280 (ansi-color-for-shell-mode): Removed.
1281
12822000-01-09 Alex Schroeder <alex@gnu.org>
1283
1284 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1285 the lambda expression from the ansi-color-for-shell-mode :set
1286 property. Additionally, modify shell-mode-hook to enable or
1287 disable font-lock-mode for future shell buffers.
1288 (ansi-color-for-shell-mode): The :set property calls
1289 ansi-color-for-shell-mode-set instead of a lambda expression.
1290
12912000-01-09 Alex Schroeder <alex@gnu.org>
1292
1293 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1294 (ansi-color-context): New variable.
1295 (ansi-color-apply): Save context between calls.
1296
fb55ff10
EZ
12972001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1298
29910493
EZ
1299 * isearch.el (isearch, isearch-lazy-highlight-face): New
1300 definitions for face colors and attributes.
1301
fb55ff10
EZ
1302 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1303 of display-mouse-p.
1304
134d6265
KH
13052001-01-09 Kenichi Handa <handa@etl.go.jp>
1306
1307 * international/mule.el (make-coding-system): If the coding system
1308 accepts extra latin codes, register such codes as safe for the
1309 coding system.
1310
103db06c 13112001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1312
984c9f75
RS
1313 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1314 don't mention the file name or the date here, because they are
1315 logged at the start of the file.
1316
13172001-01-08 Richard M. Stallman <rms@gnu.org>
1318
78b8eee8
RS
1319 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1320 Change screen-width to frame-width.
1321
1460e5d4
EZ
13222001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1323
1324 * info.el (Info-search): Print the default as part of the prompt.
1325
56f24bc1
AS
13262001-01-08 Andre Spiegel <spiegel@gnu.org>
1327
ca2ddd8e 1328 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1329 constant implementations in backends.
1330
1331 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1332 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1333
1334 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1335 WRITABLE to EDITABLE.
1336
1337 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1338 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1339 to EDITABLE.
1340
b7812d30
EZ
13412001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1342
1343 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1344 (copyright, copyright-update): Compute the current year at run
1345 time.
1346
7e56ea04
GM
13472001-01-08 Gerd Moellmann <gerd@gnu.org>
1348
1349 * isearch.el (isearch-old-signal-hook): Removed.
1350 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1351 instead of setting signal-hook-function.
1352 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1353
a758f97d
GM
13542001-01-08 Kevin Gallagher <kevingal@onramp.net>
1355
1356 * emulation/edt.el: Update to version 4.0. Provide support for
1357 EDT scroll margins at top and bottom of the window. Provide an
1358 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1359 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1360 user when file-related buffer modifications exist. Provide
1361 support for running EDT Emulation in XEmacs. Provide customize
1362 access to some user updatable variables. Add Commentary section
1363 to file header. Fixed a few minor bugs and cleaned up some code.
1364
1365 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1366 for detecting a keypress that generates an ASCII key sequence.
1367 (Previously, only a keypress that generates a vector was
1368 recognized.) Embed Window Manager name into name of the generated
1369 EDT Emulation initialization file since the initialization file is
1370 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1371
30db89f9
EZ
13722001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1373
4deb3ba9
EZ
1374 * mail/sendmail.el (mail-mode): Doc fix.
1375
30db89f9
EZ
1376 * info.el (Info-goto-emacs-command-node): Doc fix.
1377 (Info-goto-emacs-key-command-node): Doc fix.
1378
c3f2772b
EZ
13792001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1380
8726e79b 1381 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1382 systems without long file-name support.
1383
0dac6924
AI
13842001-01-06 Andrew Innes <andrewi@gnu.org>
1385
1386 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1387
4e6ef391
EZ
13882001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1389
380866a2
EZ
1390 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1391 (isearch-lazy-highlight-update): Doc fix.
1392
148b5960
EZ
1393 * ffap.el (ffap-bindings): Doc fix.
1394
4e6ef391
EZ
1395 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1396
4cb1bcc2
DL
13972001-01-05 Dave Love <fx@gnu.org>
1398
1399 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1400
3828218c
GM
14012001-01-05 Gerd Moellmann <gerd@gnu.org>
1402
f1ade7d3
GM
1403 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1404 scroll-preserve-screen-position to nil.
1405
1f4139d5
GM
1406 * isearch.el (isearch-old-signal-hook): New variable.
1407 (isearch-mode): Set signal-hook-function to isearch-done.
1408 (isearch-done): Restore old signal-hook-function.
1409
3828218c
GM
1410 * info.el (Info-fontify-node): Mark one more char as intangible.
1411
3970013f
KH
14122000-01-05 Kenichi Handa <handa@etl.go.jp>
1413
3828218c 1414 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1415 it is non-nil, compose preceding characters by compose-region with
1416 COMPONENTS.
1417
1418 * international/quail.el (quail-input-string-to-events): New function.
1419 (quail-input-method): Convert input string to events here.
1420 (quail-start-translation): Return input string, not event list.
1421 (quail-start-conversion): Likewise.
1422
f3b05e99
GM
14232001-01-04 Gerd Moellmann <gerd@gnu.org>
1424
ca2ddd8e 1425 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1426 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1427 and tooltip-add-timeout.
1428 (tooltip-show): Set border color from faces's foreground.
1429 (tooltip-show-help-function): If called with the same help string
1430 as last time, do nothing.
1431 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1432
0f2ac578
GM
1433 * startup.el (fancy-splash-screens): Don't bind show-help-function
1434 to nil.
1435
f3b05e99
GM
1436 * tooltip.el (tooltip-frame-parameters): Remove colors.
1437 (tooltip): New face
1438 (tooltip-set-param): New function.
1439 (tooltip-show): Set up color frame parameters from face `tooltip'.
1440 Display the tooltip text in face `tooltip'.
1441
8416e94a
DL
14422001-01-04 Dave Love <fx@gnu.org>
1443
1444 * whitespace.el (whitespace-global-mode): Fix typo.
1445
1446 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1447
30db89f9
EZ
14482001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * help.el (help-for-help): Fix a typo in a doc string. From
1451 kwzh@gnu.org (Karl Heuer).
1452
b847eb8c
DL
14532001-01-03 Dave Love <fx@gnu.org>
1454
1455 * dired-x.el: Doc fixes. Maintainer change.
1456 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1457 :type.
1458 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1459 (dired-guess-shell-alist-user): Customize.
1460 (dired-x-help-address): Set to bug-gnu-emacs.
1461 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1462 (dired-default-directory): Renamed from default-directory.
1463
1464 * hl-line.el (hl-line): Doc fix.
1465
43c4b570
KF
14662001-01-03 Karl Fogel <kfogel@red-bean.com>
1467
1bf6b1bf 1468 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1469
984c9f75 14702001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1471
1472 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1473 to remove all the current alternative-match highlighting.
1474 If nil, remove only what's outside the current window.
1475 (isearch-lazy-highlight-remove-overlays): Take optional
1476 region within which NOT to remove them.
1477 (isearch-lazy-highlight-new-loop): Greatly simplified.
1478 (isearch-lazy-highlight-update): Find all the other occurrences
1479 visible in the window, in just one call.
1480 (isearch-lazy-highlight-start): Now holds start of region to scan.
1481 (isearch-lazy-highlight-end): Now holds end of region to scan.
1482 (isearch-lazy-highlight-wrapped): Variable deleted.
1483 (isearch-lazy-highlight-search): Function deleted.
1484
13d6a61c
AI
14852000-01-02 Andrew Innes <andrewi@gnu.org>
1486
1487 * w32-fns.el (convert-standard-filename): Do length check on name
1488 before aref.
1489
064866e7
DL
14902001-01-02 Dave Love <fx@gnu.org>
1491
b33e041b
DL
1492 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1493 value.
1494 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1495
1496 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1497
8166ffd5
DL
1498 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1499 read syntax.
1500
064866e7
DL
1501 * calendar/todo-mode.el (todo): Add :link, :version.
1502 (todo-save-top-priorities): Remove autoload cookie.
1503 (todo-add-category, todo-add-item-non-interactively)
1504 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1505 cookie.
1506
6dde6abc
GM
15072001-01-02 Gerd Moellmann <gerd@gnu.org>
1508
1509 * comint.el (comint-input-history-ignore): New variable.
1510 (comint-read-input-ring): Ignore entries matching
1511 comint-input-history-ignore.
1512
1a8a9daf
GM
15132001-01-02 Eric M. Ludlam <zappo@gnu.org>
1514
1515 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1516 (lm-copyright-mark): New function.
1517 (lm-crack-copyright): New function.
1518 (lm-verify): Check that the file has a copyright.
1519 Check that the file is copyright Free Software Foundation.
1520
9c92eb53
KH
15212000-12-30 Kenichi Handa <handa@etl.go.jp>
1522
1523 * international/mule-diag.el (print-fontset): Indent font name by
1524 24 columns, not 25.
1525
49172314
GM
15262000-12-29 Gerd Moellmann <gerd@gnu.org>
1527
762a68ec
GM
1528 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1529 in Subject line.
1530
49172314
GM
1531 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1532 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1533 continuing an interrupted message with C-u C-x m for instence,
1534 winds up in Mail mode without abbrevs.
1535
bd7a2e26
GM
15362000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1537
1538 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1539 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1540 fix.
bd7a2e26
GM
1541 (ps-print-version): New version number (6.3.3).
1542 (ps-end-with-control-d): Initialization fix.
1543 (ps-lines-printed): New var.
1544 (ps-skip-newline): New fun.
1545 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1546 (ps-next-line, ps-continue-line, ps-plot-region)
1547 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1548
2b3f28a4
KH
15492000-12-29 Kenichi Handa <handa@etl.go.jp>
1550
1551 * international/fontset.el (x-complement-fontset-spec): Resolve
1552 ASCII font name so that the same family name is used for fonts
1553 registered in x-font-name-charset-alist.
1554 (create-fontset-from-fontset-spec): Adjusted for the above change.
1555 The name of fontset alias should be a unresolved ASCII font name.
1556
2ece9174
GM
15572000-12-28 Gerd Moellmann <gerd@gnu.org>
1558
1559 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1560 and delete in isearch-mode-map.
1561
cbe3ad7a
RS
15622000-12-28 Richard M. Stallman <rms@gnu.org>
1563
ca2ddd8e 1564 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1565 Use xpdf instead of acroread.
1566
a816f1c5
KH
15672000-12-28 Kenichi Handa <handa@etl.go.jp>
1568
f086e73c
KH
1569 * textmodes/artist.el (artist-butlast): Deleted.
1570 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1571 artist-butlast.
f086e73c 1572
a816f1c5
KH
1573 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1574
1575 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1576
b202115b
EZ
15772000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1580
1581 * ls-lisp.el: Better support for the Mac and MS-Windows.
1582 (ls-lisp): New defgroup.
1583 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1584 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1585 (ls-lisp-support-shell-wildcards): New defcustoms.
1586 (ls-lisp-parse-symlink): New function.
1587 (insert-directory): Code to convert switches to a list and set up
1588 the wildcard argument copied from ls-lisp-insert-directory.
1589 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1590 for -C and -R switches.
1591 (ls-lisp-column-format): New function.
ca2ddd8e 1592 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1593 (ls-lisp-format-time): Add doc strings.
1594 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1595 Support ls-lisp-dirs-first.
1596 (ls-lisp-classify, ls-lisp-extension): New functions.
1597 (ls-lisp-format): Optionally support emulation of symlinks.
1598 Support -i, -s, and -G switches.
1599
6061fbf0
GM
16002000-12-27 Gerd Moellmann <gerd@gnu.org>
1601
5e25feee
GM
1602 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1603
6061fbf0
GM
1604 * version.el (emacs-version): Print X scroll bar information.
1605
1606 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1607 instead of x-toolkit-scroll-bars-p.
1608
1609 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1610 of x-toolkit-scroll-bars-p.
1611
25050dab
EZ
16122000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1613
1614 * ffap.el (ffap-bindings): Make interactive and add an autoload
1615 cookie.
1616 (ffap-bindings): Doc fix, to reflect the above change.
1617
c1786874
KH
16182000-12-27 Kenichi Handa <handa@etl.go.jp>
1619
1620 * term.el (term-char-mode): Define all non-ascii self-inserting
1621 characters to 'term-send-raw in term-raw-map.
1622
7261ece3 16232000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1624
6061fbf0 1625 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1626 guard.
ca2ddd8e 1627
6061fbf0 1628 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1629 initialization; use add-hook.
6061fbf0 1630 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1631
6061fbf0 1632 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1633
6061fbf0
GM
1634 * ediff.el (ediff-patch-buffer): Bug fix.
1635 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1636
83f40583
SM
16372000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * subr.el (combine-run-hooks): Remove.
1640
1641 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1642 and remove the rogue second spec.
1643
bdd6d4e8
GM
16442000-12-23 Gerd Moellmann <gerd@gnu.org>
1645
1646 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1647
26736ce3
SM
16482000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1649
0e86b6b0
SM
1650 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1651 Use minibuffer menu prompt for the `=' prefix.
1652 (smerge-command-prefix): Change default to C-^.
6eabfb26 1653 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1654
26736ce3
SM
1655 * skeleton.el (skeleton-internal-1): Make sure the first line of
1656 the region is also re-indented.
d21584d6
SM
1657 (skeleton-end-newline): New var.
1658 (skeleton-end-hook): Use it.
26736ce3 1659
95fa4fd7
MB
16602000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1661
1662 * comint.el (comint-password-prompt-regexp): Support CVS.
1663
f060b834
GM
16642000-12-22 Gerd Moellmann <gerd@gnu.org>
1665
856ff7a7
GM
1666 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1667 backspace key combinations, depending on
1668 delete-key-deletes-forward.
1669
1670 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1671
f060b834
GM
1672 * simple.el (delete-key-deletes-forward): Doc fix.
1673
653558a1
GM
16742000-08-22 Emmanuel Briot <briot@gnat.com>
1675
1676 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1677 white spaces are relevant in the XML file.
653558a1
GM
1678 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1679 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1680 of XML files.
653558a1
GM
1681 (xml-parse-tag): Check that the casing is the same in the start
1682 tag and end tag, since XML is case-sensitive. Allows for spaces
1683 in the end tag, after the name of the tag.
1684 (xml-parse-attlist): Allow for the character '-' in the name of
1685 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1686 the properties in the XML tree, since they are not relevant.
653558a1 1687
3ad93d8d
SM
16882000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1689
1690 * generic.el (generic-read-type): Undo last change, inline into
1691 `generic-mode' and then remove.
1692 (generic-mode): Inline generic-read-type.
1693 (define-generic-mode): Push the symbol name rather than the symbol
1694 onto generic-mode-list.
1695
177f4e88
GM
16962000-12-21 Gerd Moellmann <gerd@gnu.org>
1697
8e15274f
GM
1698 * generic.el (generic-read-type): Build an alist for
1699 completing-read as in 20.7.
1700
1701 * play/landmark.el (lm): Use interactive spec `P'.
1702 (toplevel): Don't set debug-on-error.
1703
177f4e88
GM
1704 * server.el (server-switch-buffer): Choose a window on a visible
1705 frame.
1706
6ba384dc
GM
17072000-12-21 Dave Pearson <davep@davep.org>
1708
1709 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1710
647a066c
GM
17112000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1712
1713 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1714 ranges like \177-\237, but accepts the character sequence from \177 to
1715 \237. Doc fix.
1716 (ebnf-version): New version (3.4).
1717 (ebnf-setup): Code fix.
1718 (ebnf-range-regexp): New fun.
1719 (ebnf-8-bit-chars): Const fix.
1720
1721 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1722 entry. Doc fix.
1723 (ebnf-bnf-lex): Code fix.
1724 (ebnf-bnf-comment-chars): Const fix.
1725
1726 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1727 entry. Doc fix.
1728 (ebnf-iso-comment-chars): Const fix.
1729
1730 * ebnf-otz.el: Doc fix.
1731
1732 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1733 entry. Doc fix.
1734 (ebnf-yac-skip-code): Code fix.
1735 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1736
bc22fd18
EZ
17372000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1738
1739 * files.el (insert-directory-safely): New function.
834d23b2 1740 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1741 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1742
587fc3f9
KH
17432000-12-21 Kenichi Handa <handa@etl.go.jp>
1744
eeefcfde 1745 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1746 coding-category-list more rigidly. Improve help message.
eeefcfde 1747
587fc3f9
KH
1748 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1749
01860fb9
MB
17502000-12-21 Miles Bader <miles@gnu.org>
1751
587fc3f9
KH
1752 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1753 prefix.
01860fb9 1754
3f9d67a6
KH
17552000-12-21 Kenichi Handa <handa@etl.go.jp>
1756
9fd1c1f7
KH
1757 * international/mule-diag.el (describe-char-after): Make *Help*
1758 buffer inherit multibyteness of the current buffer.
1759
3f9d67a6
KH
1760 * international/mule.el (make-char): Docstring adjusted for the
1761 change of make-char-internal.
1762
c9669fac
SM
17632000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1764
1765 * international/iso-cvt.el: Docstrings fix.
1766
19594307
DL
17672000-12-20 Dave Love <fx@gnu.org>
1768
1769 * subr.el (eval-after-load): Doc fix.
1770
b1a447b3
KH
17712000-12-20 Kenichi Handa <handa@etl.go.jp>
1772
1773 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1774 for numbers.
1775
09877d5d
MB
17762000-12-20 Miles Bader <miles@gnu.org>
1777
1778 * international/quail.el (quail-help): Resize the help window
1779 again after it has all its contents. Remove unneeded progn.
1780
71d4497a
GM
17812000-12-19 Gerd Moellmann <gerd@gnu.org>
1782
1783 * pcmpl-linux.el: Fix copy/paste error.
1784
741e56a0
AI
17852000-12-19 Andrew Innes <andrewi@gnu.org>
1786
1787 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1788 docstring.
1789
cc24d91c
CD
17902000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1791
ba4c05aa
CD
1792 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1793
1794 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1795
1796 * progmodes/idlw-shell.el: Fixed copyright notice.
1797
1798 * progmodes/idlwave.el: Fixed copyright notice.
1799
71d4497a 1800 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1801 TAB as key separators.
1802
524c8caf
GM
18032000-12-19 Alex Schroeder <alex@gnu.org>
1804
1805 * sql.el (sql-sybase-options): New option.
1806 (sql-sybase): Use it. Add sql-database to the list of parameters
1807 provided for login. The options -w 2048 -n are not used any more.
1808 (sql-postgres-options): Changed default from "--pset" to "-P".
1809 (sql-mysql-options): Doc change.
1810 (sql-stop): Doc change.
1811
b5fa513d
KH
18122000-12-19 Kenichi Handa <handa@etl.go.jp>
1813
1814 * international/quail.el (quail-input-method): Always hide
1815 the guidance buffer on exiting.
1816
91c9e6ce
GM
18172000-12-18 Gerd Moellmann <gerd@gnu.org>
1818
c6da4eb4
GM
1819 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1820 isn't fboundp.
1821
3d2a0e0b
GM
1822 * server.el (server-buffer-done): Bury the buffer before
1823 killing it.
1824
91c9e6ce
GM
1825 * faces.el (face-spec-set): Interpret a nil in specs for
1826 foreground and background colors as `unspecified', for
1827 compatibility with 20.x.
1828
40fa0008
DL
18292000-12-18 Dave Love <fx@gnu.org>
1830
22adbe54
DL
1831 * simple.el (mail-user-agent): Doc fix.
1832 (input-mode-8-bit): Removed.
1833
1834 * international/mule.el (set-keyboard-coding-system): Doc fix.
1835 (keyboard-coding-system): New option.
1836
40fa0008
DL
1837 * mail/sendmail.el (send-mail-function): Customize.
1838
6f4745e2
EZ
18392000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1840
1841 * international/codepage.el (cp866-decode-table): New table.
1842
82b90229
GM
18432000-12-18 Gerd Moellmann <gerd@gnu.org>
1844
1845 * version.el (emacs-version): Remove `%a' from the time format
1846 because the weekday doesn't fit well into each locale.
1847
5a047002
MB
18482000-12-18 Miles Bader <miles@gnu.org>
1849
7f49aa07
MB
1850 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1851
ca2ddd8e 1852 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1853 Check that emacs-major-version is `=' to 20, not `>='.
1854 (artist-replace-chars): Use `make-string' instead of a loop.
1855
22ea2607
EZ
18562000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1857
1858 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1859 (cvs-execute-single-file): Don't change directory.
1860 Patch from Per Cederqvist.
1861
6c825f8e
EZ
18622000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1863
1864 * textmodes/ispell.el (check-ispell-version): If
1865 `ispell-program-name' is "aspell", pass it the -v switch instead
1866 of -vv.
1867
8ff06845
KH
18682000-12-16 Kenichi Handa <handa@etl.go.jp>
1869
af4bb4c8
KH
1870 * international/mule-diag.el (mule-diag): Insert information about
1871 configure options, multibyte awareness, language env.
1872
8ff06845
KH
1873 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1874 regexp to search for candidates.
1875
b24e84ab
EZ
18762000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1877
1878 * info.el (Info-forward-node): If the node has an
1879 Info-header-line, widen the buffer before searching for "next:"
1880 and "up:" pointers, and set the search limit to stay in the
1881 current node.
1882
7981d89f
MB
18832000-12-16 Miles Bader <miles@gnu.org>
1884
1885 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1886
88ee7917
MB
18872000-12-15 Miles Bader <miles@gnu.org>
1888
1889 * comint.el (comint-send-string, comint-send-region): Also accept
1890 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1891 process-send-string/region.
1892
0c28d842
GM
18932000-12-15 Gerd Moellmann <gerd@gnu.org>
1894
4ea7fdca
GM
1895 * isearch.el (isearch-lazy-highlight-max): New user-option.
1896 (isearch-lazy-highlight-update): Don't highlight more than
1897 isearch-lazy-highlight-max matches.
1898
0c28d842
GM
1899 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1900
984c9f75 19012000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1902
8062e53a
GM
1903 * sort.el (sort-columns): Fix error message.
1904
3ffa545b
GM
1905 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1906 `upcase' or `downcase' or nil.
1907 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1908 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1909 (dabbrev--substitute-expansion): New arg record-case-pattern.
1910 If it is non-nil, set dabbrev--last-case-pattern.
1911 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1912
1913 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1914
c2d7f289
MB
19152000-12-15 Miles Bader <miles@gnu.org>
1916
b6348438
MB
1917 * paths.el (Info-default-directory-list): Don't delete
1918 configure-info-directory from the list of standard info
1919 directories when appending it to the end -- their order is
1920 important.
1921
f9056dd9
MB
1922 * faces.el (read-face-attribute): If there's no entry for the
1923 user's input in VALID, just use it as-is (this will often result
1924 in an error, but it may be OK for e.g. colors using hexadecimal
1925 notation, and at least will yield a better error message).
1926
c2d7f289 1927 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1928 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1929 Variables removed.
1930 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1931 window is really the right size. Use vertical-motion
1932 rather than forward-line.
1933 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1934 (ispell-command-loop, ispell-show-choices): Use the variable
1935 ispell-choices-win-default-height, rather than the function.
1936 (ispell-choices-win-default-height): Function removed.
1937 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1938
8f530b95
SM
19392000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1940
1941 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1942
6d435deb
EZ
19432000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1944
4dddb0b7
EZ
1945 * paths.el (Info-default-directory-list): If
1946 configure-info-directory is not one of the standard directories,
1947 put it first in the list; otherwise put it last. Doc string
1948 changed accordingly.
1949
1950 * info.el (Info-directory-list): Change doc string to reflect the
1951 change in Info-default-directory-list.
1952
6d435deb
EZ
1953 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1954 windows-nt as windowed environments, even under -nw.
1955
1956 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1957 if not fboundp. Switch delete-forward mode for the <delete> key
1958 on all PC platforms, even under -nw.
1959
1960 * term/internal.el ([M-delete]): Remap to M-d.
1961
9d7d9263
GM
19622000-12-14 Gerd Moellmann <gerd@gnu.org>
1963
1964 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1965
7cf0153a
EZ
19662000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1967
1968 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1969
5e5b3d41
GM
19702000-12-14 Gerd Moellmann <gerd@gnu.org>
1971
5f368d29
GM
1972 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1973 if appropriate.
1974
1975 * simple.el (delete-key-deletes-forward): New user-option.
1976 (delete-key-deletes-forward-mode): New function.
1977
9d7d9263 1978 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1979
5e5b3d41
GM
1980 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1981 if symbol is bound before getting its value.
1982
1983 * tooltip.el (tooltip-show): If an error is signaled in
1984 x-show-tip, display that error, and display the help in the
1985 echo area.
ca2ddd8e 1986
191b83b6
KH
19872000-12-14 Kenichi Handa <handa@etl.go.jp>
1988
1989 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1990 "... entries" messages for every 10000 entries, not 10.
1991
6192b604
KF
19922000-12-13 Karl Fogel <kfogel@red-bean.com>
1993
1994 * bookmark.el: Provide a generic exit hook, as suggested by
1995 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1996 (bookmark-exit-hook): New var.
1997 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1998 old raw lambda form in `kill-emacs-hook', and runs new
1999 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2000 as logically that feature must have been provided if this function
2001 is running.
2002 Removed ;;;###autoload before the `add-hook' call.
2003
5edf6b55
SM
20042000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2005
2006 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2007 (easy-menu-current-active-maps): New function.
2008 (easy-menu-get-map): Use it.
2009 Make a proper menu entry when creating a new keymap.
2010
16b5e8e6
KH
20112000-12-13 Kenichi Handa <handa@etl.go.jp>
2012
d49fc4eb
KH
2013 * international/characters.el: Fix cases and syntaxes for
2014 mule-unicode-0100-24ff.
2015
3b53d876
KH
2016 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2017 that a Japanese character is not appended after day and year.
2018
16b5e8e6
KH
2019 * info.el (Info-suffix-list): Change format for a command that
2020 requires arguments.
2021 (info-insert-file-contents): Adjusted for the above change.
2022
1df1c518
AS
20232000-12-12 Andreas Schwab <schwab@suse.de>
2024
2025 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2026 on the name of the tar buffer. Verify that the existing buffer is
2027 visiting the same subfile.
2028
a7a07b98
DL
20292000-12-12 Dave Love <fx@gnu.org>
2030
2031 * subdirs.el: Add obsolete.
2032
4fdbd809
GM
20332000-12-12 Gerd Moellmann <gerd@gnu.org>
2034
bfdb75ee
GM
2035 * mail/rmailsum.el (rmail-summary-expunge)
2036 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2037 instead of rmail-confirm-expunge.
2038
4fdbd809
GM
2039 * replace.el (perform-replace): Don't use an empty match adjacent
2040 to a non-empty match when computing the next match before the
2041 replacement is performed.
2042
e9a59cad
GM
20432000-12-12 Milan Zamazal <pdm@freesoft.cz>
2044
2045 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2046 definition (patch by Stefan Monnier).
2047 (glasses-mode): Use jit-lock instead of `after-change-functions'
2048 (patch by Stefan Monnier).
2049
c2def7a0
MB
20502000-12-12 Miles Bader <miles@gnu.org>
2051
2052 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2053 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2054
591b63b4
AC
20552000-12-12 Andrew Choi <akochoi@i-cable.com>
2056
2057 * term/mac-win.el: Remove load for ls-lisp.
2058
a924cf63 2059 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2060
5ff4ba3d
MB
20612000-12-12 Miles Bader <miles@gnu.org>
2062
2063 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2064 Respect field end too.
2065 (just-one-space): Respect fields as `delete-horizontal-space'.
2066 (newline-and-indent, reindent-then-newline-and-indent): Use
2067 `delete-horizontal-space'.
2068
d0c679bc
SM
20692000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2070
adf9c994
SM
2071 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2072 (so as to obey the field property in the minibuffer).
2073
4b0cd42d
SM
2074 * obsolete/c-mode.el: Moved from lisp/progmodes.
2075 * obsolete/auto-show.el: Moved from lisp.
2076 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2077
89f85863
CD
20782000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2079
2080 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2081 changes to list them here.
89f85863
CD
2082
2083 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2084 many changes to list them here.
2085
2086 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2087 many changes to list them here.
2088
2089 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2090
3e0d35ce
GM
20912000-12-11 Gerd Moellmann <gerd@gnu.org>
2092
d990421f
GM
2093 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2094 nil.
2095
ca2ddd8e 2096 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2097 Comment fix.
2098
3e0d35ce
GM
2099 * hscroll.el: Moved to `obsolete' subdir.
2100
ff904dd6
MB
21012000-12-11 Miles Bader <miles@gnu.org>
2102
2103 * window.el (window-text-height): Function removed (now in C).
2104
fb97d87f
SM
21052000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2106
2107 * log-edit.el (log-edit-parent-buffer): New var.
2108 (log-edit): Set it. Add BUFFER argument.
2109 (log-edit-done): Use char-before.
2110 Don't bother checking validity of vc-comment-ring.
2111 Only bury the buffer if log-edit popped it up.
2112
2113 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2114 (cvs-mode-diff-help): Remove.
2115 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2116 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2117
2118 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2119 Remove binding for ? now made unnecessary.
2120
7de77417
CD
21212000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2122
2123 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2124 function
7de77417
CD
2125 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2126
2127 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2128 when master file is not open.
2129
4efa209f
SM
21302000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2131
2132 * progmodes/ada-stmt.el: Update `maintainer'.
2133
0a8052bd
GM
21342000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2135
2136 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2137 choices to match documentation string.
2138
a12167c5
MB
21392000-12-09 Miles Bader <miles@gnu.org>
2140
2161605d
MB
2141 * minibuf-eldef.el: New file.
2142
a12167c5
MB
2143 * window.el (fit-window-to-buffer): Don't pass last argument to
2144 pos-visible-in-window-p, now that its meaning is inverted.
2145
9ea8de1b
EZ
21462000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2147
2148 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2149 <ceder@lysator.liu.se>.
2150
5002ddbb
SM
21512000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2152
b6114d80
SM
2153 * autoinsert.el (auto-insert-alist): Add missing final \n.
2154
ee8d23ee
SM
2155 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2156 (cvs-menu-map): Remove.
2157 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2158 (cvs-mode-quit): Turn it back into a plain function.
2159
5002ddbb 2160 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2161 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2162
2163 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2164 file where it's more visible.
2165 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2166 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2167 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2168 (texinfo-inside-macro-p): Only catch `scan-error's.
2169 (texinfo-inside-env-p): Make better use of the match info.
2170 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2171 (texinfo-insert-@end): Slight re-organization.
2172 Also remove useless `looking-at' call.
2173
30cd075d
AI
21742000-12-08 Andrew Innes <andrewi@gnu.org>
2175
2176 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2177 accessible in -nw mode.
2178
2179 * term/w32-win.el: Remove stuff about selection timeout, which is
2180 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2181 it is accessible in -nw mode.
2182
01b91009
DL
21832000-12-08 Dave Love <fx@gnu.org>
2184
2185 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2186 font-lock-keywords-case-fold-search.
2187
842b2a94
GM
21882000-12-08 Gerd Moellmann <gerd@gnu.org>
2189
2190 * textmodes/ispell.el (ispell): Doc fix.
2191
f9d5f611
KH
21922000-12-08 Kenichi Handa <handa@etl.go.jp>
2193
2194 * international/quail.el (quail-insert-decode-map): Check the
2195 frame width of a window displaying the current buffer, not that of
2196 the selected frame.
2197 (quail-help): Make sure that the help buffer has window before
2198 inserting text in it.
2199
e04d21aa
SS
22002000-12-07 Sam Steingold <sds@gnu.org>
2201
2202 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2203 Backquote is used in isearch.el, so autoloading saves nothing.
2204
fc3e23a4
EZ
22052000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2206
137cad7c
EZ
2207 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2208 the CVS and RCS subdirectories case-insensitively.
2209
fc3e23a4
EZ
2210 * dired.el (dired-insert-directory): If file-system-info is
2211 fboundp, call it instead of invoking dired-free-space-program.
2212
796ecd10
GM
22132000-12-07 Gerd Moellmann <gerd@gnu.org>
2214
0f5f7c3e
GM
2215 * server.el (server-visit-files): Push files on file-name-history.
2216
3764ba49
GM
2217 * progmodes/cc-langs.el: Update copyright.
2218
8e7931da
GM
2219 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2220
ae0d7485 2221 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2222
796ecd10
GM
2223 * bindings.el (mode-line-mode-menu): Reverse the order
2224 of define-keys so that the menu appears in alphabetical order.
2225
ae0d7485
GM
22262000-12-07 Milan Zamazal <pdm@freesoft.cz>
2227
2228 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2229 of the function.
2230
e2849090
DL
22312000-12-07 Dave Love <fx@gnu.org>
2232
2233 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2234
2235 * facemenu.el (facemenu-unlisted-faces): Fix value.
2236
5c7f629c
SM
22372000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2238
2239 * font-lock.el (font-lock-default-fontify-region):
2240 Include the terminating \n (off-by-one error).
2241 (font-lock-set-defaults): Use dolist.
2242
2243 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2244
73481ae3
KH
22452000-12-07 Kenichi Handa <handa@etl.go.jp>
2246
ffbaa122
KH
2247 * international/mule-cmds.el (describe-language-environment): Fix
2248 for the case that an input method title is not string but a list.
2249
73481ae3
KH
2250 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2251 of wrong SIZE record.
2252
e2896b22
DL
22532000-12-06 Dave Love <fx@gnu.org>
2254
67292061
DL
2255 * newcomment.el (comment-region, comment-dwim): Doc fix.
2256
2257 * textmodes/texinfo.el: Require tex-mode when compiling.
2258 (texinfo-update-node): Doc fix.
2259 (texinfo-imenu-generic-expression): Add @anchor.
2260 (texinfo-font-lock-keywords): Add @uref.
2261 (texinfo-inside-macro-p): Don't use ignore-errors.
2262 (texinfo-insert-quote): Match more contexts.
2263
e76938e7
DL
2264 * international/mule.el (decode-char, encode-char): Doc fix.
2265 (auto-coding-alist): Customize.
2266
2267 * files.el (load-file): Fix change of 2000-03-12.
2268
e2896b22
DL
2269 * wid-edit.el (widget-text-keymap): Doc fix.
2270
6610f4b2
AI
22712000-12-06 Andrew Innes <andrewi@gnu.org>
2272
2273 * makefile.w32-in (lisp): Set to an absolute directory, namely
2274 $(CURDIR).
2275
9e3366e4
EZ
22762000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2277
2278 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2279 read generated-autoload-file, and set buffer-file-coding-system to
2280 raw-text-unix after reading the file.
2281
2282 * international/mule-conf.el (file-coding-system-alist): Use
2283 raw-text for reading loaddefs.el and raw-text-unix for writing
2284 it.
2285
d94d636f
GM
22862000-12-06 Gerd Moellmann <gerd@gnu.org>
2287
384333ee
GM
2288 * replace.el (occur): Make line-number-width 1 smaller for the
2289 colon following the line number.
2290
347d0813
GM
2291 * startup.el (fancy-splash-text, command-line-1): Use
2292 `File' for the menu name instead of `Files'.
e04d21aa 2293
d4b72d58
GM
2294 * tmm.el: Update copyright.
2295
d94d636f
GM
2296 * cus-start.el: Add entry for even-window-heights.
2297
6e424019
MB
22982000-12-06 Miles Bader <miles@gnu.org>
2299
2300 * faces.el (frame-set-background-mode): Avoid stomping on
2301 locally modified faces.
2302
e6477b58
KH
23032000-12-06 Kenichi Handa <handa@etl.go.jp>
2304
2305 * international/fontset.el: Correct the font registries for
2306 japanese-jisx0213-1 and japanese-jisx0213-2.
2307
21999ab9
GM
23082000-12-05 Gerd Moellmann <gerd@gnu.org>
2309
57d6e381
GM
2310 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2311
21999ab9
GM
2312 * iswitchb.el: Update customization commentary.
2313
7422819c
GM
23142000-12-05 Rob Riepel <riepel@Stanford.EDU>
2315
2316 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2317 (tpu-search-highlight): Fixed comparison of overlay end positions.
2318 (tpu-trim-line-ends): Implemented trimming logic locally.
2319
2320 * emulation/tpu-extras.el (tpu-write-file-hook)
2321 (tpu-set-cursor-bound): Replaced picture-clean with
2322 tpu-trim-line-ends.
2323
73daff18
KH
23242000-12-05 Kenichi Handa <handa@etl.go.jp>
2325
2326 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2327 to cn-gb.
2328 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2329
6a4cd002
DL
23302000-12-04 Dave Love <fx@gnu.org>
2331
2332 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2333
6452929e
GM
23342000-12-04 Gerd Moellmann <gerd@gnu.org>
2335
e04d21aa 2336 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2337 (rmail-summary-expunge-and-save): Ask for confirmation with
2338 rmail-expunge-confirmed.
2339
2340 * mail/rmail.el (rmail-expunge-confirmed): New function.
2341 (rmail-expunge): Use it.
2342
0c68ce6f
GM
2343 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2344 (etags-recognize-tags-table, find-tag-in-order): New
2345 functionality: interpret file names as tags.
e04d21aa 2346
7a53d8c8
EZ
23472000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2348
2349 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2350 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2351 visit the first subnode until the bottom of the current node is
2352 visible.
2353
caa15ef7
GM
23542000-12-04 Gerd Moellmann <gerd@gnu.org>
2355
2356 * format.el (format-decode): Don't change buffer's undo list.
2357
e225faa7
KH
23582000-12-04 Kenichi Handa <handa@etl.go.jp>
2359
2360 * faces.el (face-font-registry-alternatives): Add entries for CJK
2361 fonts. Doc-string adjusted for the actual usage of this data.
2362
2363 * international/fontset.el: Change the font registries for CJK
2364 fonts in the default fontset. Don't append '*' to registries.
2365
8b262a65
SM
23662000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2367
e04d21aa 2368 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2369 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2370
2371 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2372 (derived-mode-p): New function.
2373 (derived-mode-make-docstring): Add `docstring' argument.
2374 Use it if available and complete it if necessary.
2375
33c4460b
AS
23762000-12-03 Andreas Schwab <schwab@suse.de>
2377
2378 * type-break.el (type-break): Don't make parent of itself.
2379
5c9b3fac
MB
23802000-12-03 Miles Bader <miles@gnu.org>
2381
2382 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2383
27ce741e
SM
23842000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2385
07c16ec4
SM
2386 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2387 (tex-main-file, tex-file): Simplify.
2388 (tex-generate-zap-file-name): Use subst-char-in-string.
2389 (tex-strip-dots): Remove.
2390
c19cc275
SM
2391 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2392
27ce741e
SM
2393 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2394 to check if the match succeeded.
2395
285991dc
GM
23962000-12-02 Gerd Moellmann <gerd@gnu.org>
2397
2398 * startup.el (use-fancy-splash-screens-p): New function.
2399 (command-line-1): Use it to determine whether or not to use
2400 a fancy splash screen.
2401
52dca1b2
AS
24022000-12-02 Andreas Schwab <schwab@suse.de>
2403
2404 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2405
d3e7e7cf
EZ
24062000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2407
2dce2360
EZ
2408 * international/mule.el (make-char): Fix last change.
2409
9768eaa7
EZ
2410 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2411 New defcustoms.
2412 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2413 autoloading tex-mode; instead, do the same manually. Use
2414 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2415 with numeric argument. Docstring fix.
2416 (toplevel): Require cl when compiling.
e04d21aa 2417
285991dc 2418 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2419
0dd5e255
JR
24202000-12-02 Jason Rumney <jasonr@gnu.org>
2421
2422 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2423 the Emacs Lisp manual)
2424
fbb87147
EZ
24252000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2426
5cbb3e93
EZ
2427 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2428
fbb87147
EZ
2429 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2430 the Emacs Lisp manual).
2431
1636ca09
GM
24322000-12-02 Gerd Moellmann <gerd@gnu.org>
2433
2434 * simple.el (next-line-add-newlines): Change default to nil.
2435
68875f0e
EZ
24362000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2437
2438 * files.el (revert-buffer, recover-file): Bind
2439 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2440
fd9ac94c
GM
24412000-12-01 Gerd Moellmann <gerd@gnu.org>
2442
2443 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2444
45450dd5
MB
24452000-12-01 Miles Bader <miles@gnu.org>
2446
2447 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2448
09df8881
KH
24492000-12-01 Kenichi Handa <handa@etl.go.jp>
2450
2451 * international/mule-diag.el (describe-char-after): Fix typo.
2452 (describe-character-set, non-iso-charset-alist): Fix typo.
2453
dea0a87d
MB
24542000-12-01 Miles Bader <miles@gnu.org>
2455
b170205b
MB
2456 * image-file.el (image-file-name-regexp): Automatically add
2457 upper-case variants of each filename extension in
2458 `image-file-name-extensions', since they seem to be common.
2459
e04d21aa 2460 * simple.el (minibuffer-contents)
dea0a87d
MB
2461 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2462 New functions.
2463 * filecache.el (file-cache-directory-name)
2464 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2465
2b69bc11 24662000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2467
dea0a87d
MB
2468 * filecache.el (file-cache-minibuffer-complete): Don't try to
2469 delete the minibuffer prompt.
2470
a8a1b05d
DL
24712000-11-30 Dave Love <fx@gnu.org>
2472
2473 * cus-start.el: Fix read-buffer-function type.
2474
693c4692
GM
24752000-11-30 Gerd Moellmann <gerd@gnu.org>
2476
2477 * md5.el: Removed. There's a built-in function, now.
2478
2c0b1898
GM
24792000-11-30 Markus Rost <rost@math.ohio-state.edu>
2480
2481 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2482 as dummy 0-th char of rmail-deleted-vector.
2483
63dfcf4b
EZ
24842000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2485
2486 * ps-print.el (ps-end-job): Bind case-fold-search only after
2487 switching to ps-spool-buffer.
2488
24892000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2490
2491 * ps-print.el: Line number font customization. PostScript: Lines and
2492 PageCount are initialized on each page. Doc Fix.
2493 (ps-print-version): New version number (6.3.2).
2494 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2495 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2496 (ps-right-header): Customization fix.
2497 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2498 Fix code.
2499 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2500 New vars.
2501
df3aedcf
GM
25022000-11-30 Gerd Moellmann <gerd@gnu.org>
2503
edfb795e
GM
2504 * bs.el: Fix typos and spelling errors.
2505 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2506 (bs-configuration): Doc fix.
e04d21aa 2507
df3aedcf
GM
2508 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2509
8b8a7f01
GM
25102000-11-30 Rob Riepel <riepel@Stanford.EDU>
2511
2512 * emulation/tpu-edt.el (tpu-version): New version.
2513 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2514 (tpu-original-mode-line): Variable deleted.
2515 (tpu-mark-flag): New initial value.
2516 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2517 tpu-mark-flag to minor-mode-alist.
2518 (tpu-update-mode-line): New mark flag logic.
2519 (tpu-get): Use find-file-wildcards.
2520 (tpu-search-highlight): Move overlay less, reset overlay properly.
2521 (tpu-unselect): Deactivate mark.
2522 (tpu-lm-replace): Reset overlay properly.
2523 (tpu-forward-line): Use forward-visible-line.
2524 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2525
2526 * emulation/tpu-extras.el (tpu-forward-line): Use
2527 forward-visible-line.
e04d21aa 2528
c069a9d3
GM
25292000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2530
2531 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2532
b02cd40b
GM
25332000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2534
2535 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2536 and skip whitespace and newlines.
e04d21aa 2537
b7a90344
SM
25382000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2539
2540 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2541
be6bbb55
GM
25422000-11-29 Gerd Moellmann <gerd@gnu.org>
2543
0383ed60
GM
2544 * help.el (describe-function-1): Regexp-quote function name
2545 when used as part of a regexp.
2546
c7957947
GM
2547 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2548 face-attribute instead of face-foreground and face-background.
2549 (tool-bar-add-item): Likewise, and handle unspecified colors.
2550
2551 * enriched.el (enriched-face-ans): Use face-attribute instead
2552 of face-foreground and face-background.
2553
2554 * faces.el (face-foreground, face-background, face-stipple):
2555 Return nil if attribute is unspecified, for backward
2556 compatibility.
2557
7423978d
GM
2558 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2559
ef128c78
GM
2560 * play/5x5.el: Remove version info.
2561
a81fc510
GM
2562 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2563
be6bbb55
GM
2564 * frame.el (blink-cursor-mode): Doc fix.
2565
f9396e03
GM
25662000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2567
2568 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2569 to create Makefile rules.
2570 (antlr-tool-command): New user option.
2571 (antlr-ask-about-save): New user option.
2572 (antlr-makefile-specification): New user option.
2573 (antlr-file-formats-alist): New variable.
2574 (antlr-special-file-formats): New variable.
2575 (antlr-unknown-file-formats): New user option.
2576 (antlr-help-unknown-file-text): New variable.
2577 (antlr-help-rules-intro): New variable.
2578 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2579 (antlr-mode-menu): Add entries.
2580 (antlr-file-dependencies): New function.
2581 (antlr-directory-dependencies): New function.
2582 (antlr-superclasses-glibs): New function.
2583 (antlr-run-tool): New command.
2584 (antlr-makefile-insert-variable): New function.
2585 (antlr-insert-makefile-rules): New function.
2586 (antlr-show-makefile-rules): New command.
2587
2588 * antlr-mode.el: More Emacs/XEmacs stuff.
2589 (antlr-no-action-keywords): New constant with value nil.
2590 (antlr-font-lock-keywords-alist): Use it. Old value would break
2591 syntax highlighting in Emacs-21.0.
2592 (antlr-default-directory): Emacs/XEmacs dependend function.
2593 (antlr-read-shell-command): Ditto.
2594 (antlr-with-displaying-help-buffer): Ditto.
2595
25962000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2597
2598 * antlr-mode.el: imenu, parsing and highlighting changes.
2599 (antlr-imenu-create-index-function): Don't create extra submenus
2600 for definitions in different grammar classes. It is not necessary
2601 for the menu and would make command `imenu' awkward to use.
2602 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2603 header actions and more than one.
2604 (antlr-font-lock-tokendef-face): Changed color.
2605 (antlr-font-lock-tokenref-face): Changed color.
2606 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2607 (antlr-mode-syntax-table): New variable.
2608 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2609 (antlr-with-syntax-table): Don't copy syntax table.
2610
26112000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2612
2613 * antlr-mode.el: Minor changes: language setting.
2614 (antlr-language-alist): The value for file option "language" can
2615 be both an identifier and a string.
2616 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2617 (antlr-language-limit-n-regexp): Change accordingly.
2618
26192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2620
2621 * antlr-mode.el: Minor changes: tabs, hiding.
2622 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2623 (antlr-action-visibility): Also allow value nil to also hide the
2624 braces. Renamed from `antlr-tiny-action-length'.
2625 Suggested by Jay@aol.com.
2626 (antlr-hide-actions): Change accordingly. Hide line if completely
2627 hidden action is on a line of its own.
e04d21aa 2628
6ad948eb
SM
26292000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2630
2631 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2632
2633 * sort.el (sort-columns): Don't concat strings with numbers.
2634
9c6a4107
DL
26352000-11-29 Dave Love <fx@gnu.org>
2636
2637 * cus-edit.el (face): Fix :format.
2638
2639 * mail/feedmail.el: Require smtpmail when compiling.
2640 (mail-do-fcc): Autoload.
2641 (feedmail) <defgroup>: Fix :link.
2642 (feedmail-nuke-body-in-fcc): Fix :type.
2643 (feedmail-send-it): Add autoload cookie.
2644
053b8d35
SM
26452000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2646
2647 * newcomment.el (comment-indent): Save excursion around call to
2648 comment-indent-function.
2649
242c13e8
MB
26502000-11-29 Miles Bader <miles@gnu.org>
2651
2652 * subr.el (member-ignore-case): Return the tail of the list who's
2653 car matches, like `member', not the matching element itself.
2654
8f4b5f28
KH
26552000-11-29 Kenichi Handa <handa@etl.go.jp>
2656
2657 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2658 should not contain `\n'.
2659
bebe4a2c
GM
26602000-11-28 Gerd Moellmann <gerd@gnu.org>
2661
fd9ac94c 2662 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2663
ba7e40eb
GM
2664 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2665
75ab0c79
GM
2666 * dired-aux.el (dired-do-create-files): Construct default file
2667 name for dired-mark-read-file-name so that when the user enters
2668 just RET, the target file will end up in the target directory.
2669
bebe4a2c
GM
2670 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2671 local-abbrev-table before changing buffers because it might
2672 have a buffer-local binding.
2673
fa6d1ca8
MB
26742000-11-28 Miles Bader <miles@gnu.org>
2675
2676 * simple.el (delete-horizontal-space): Handle fields more generally.
2677
8d2c2642
GM
26782000-11-28 Gerd Moellmann <gerd@gnu.org>
2679
2680 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2681
8b31236d
DL
26822000-11-28 Dave Love <fx@gnu.org>
2683
3cbd02d2
DL
2684 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2685 comment-start-skip locally.
2686
8b31236d
DL
2687 * progmodes/fortran.el (fortran-mode): Don't set
2688 fortran-comment-line-start-skip. Set comment-start to
2689 fortran-comment-line-start.
2690 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2691 (fortran-comment-line-start-skip): Simplify slightly.
2692
ae4bf56d
GM
26932000-11-28 Gerd Moellmann <gerd@gnu.org>
2694
17ef7534
GM
2695 * play/5x5.el: Remove RCS keyword.
2696
fd9ac94c 2697 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2698
665b27a6
GM
26992000-11-28 Milan Zamazal <pdm@freesoft.cz>
2700
2701 * textmodes/tildify.el (tildify-string-alist): Add
2702 `plain-tex-mode' here.
2703
fe3c2ae3
GM
27042000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2705
2706 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2707 reference.
2708
d970106b
MB
27092000-11-28 Miles Bader <miles@gnu.org>
2710
36b80a0d
MB
2711 * cus-face.el (custom-face-attributes): Add post-filter function
2712 for :box. Make pre-filter function for :box handle all cases.
2713
d970106b
MB
2714 * wid-edit.el (widget-choose): Make sure pop-up window is large
2715 enough to display all the choices, as there's no way to scroll it.
2716
5a2bae6c
KH
27172000-11-28 Kenichi Handa <handa@etl.go.jp>
2718
2719 * international/mule-conf.el: Make the coding system no-conversion
2720 safe for all characters.
2721
9e836e23
DL
27222000-11-27 Dave Love <fx@gnu.org>
2723
8b31236d
DL
2724 * net/ldap.el (ldap) <defgroup>: Add :version.
2725
9e836e23
DL
2726 * tooltip.el (tooltip-use-echo-area): Doc fix.
2727
2728 * cus-start.el <minibuffer-prompt-properties>: Add version.
2729 <read-buffer-function>: Add.
2730
2731 * apropos.el (apropos-print): Add help-echo to active text.
2732
2733 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2734
4a74d071
GM
27352000-11-27 Gerd Moellmann <gerd@gnu.org>
2736
2737 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2738 type, group and version.
2739
76058c27
EZ
27402000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2741
4a74d071 2742 * select.el (x-get-selection): Docstring fix.
76058c27 2743
fd9ac94c 27442000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2745
fd9ac94c 2746 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2747
49060c51
AI
27482000-11-27 Andrew Innes <andrewi@gnu.org>
2749
2750 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2751
2752 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2753
b2a8e429
MB
27542000-11-27 Miles Bader <miles@gnu.org>
2755
2756 * dired.el (dired-get-filename): Return filename verbatim if
2757 LOCALP is `verbatim'.
2758 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2759 `verbatim' so that we don't inadvertently delete a non-existant
2760 directory name.
2761
5ac0366d
KH
27622000-11-27 Kenichi Handa <handa@etl.go.jp>
2763
2764 * international/characters.el: Specify cases and syntaxes for
2765 mule-unicode-0100-24ff.
2766
67f1cf4c
GM
27672000-11-27 Gerd Moellmann <gerd@gnu.org>
2768
2769 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2770 that foreground and/or background colors of the face `tool-bar'
2771 are unspecified.
2772
46c56972
MB
27732000-11-27 Miles Bader <miles@gnu.org>
2774
e04d21aa 2775 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2776 (widget-field-end): Handle widget field `pseudo-overlays'.
2777 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2778 if it's there instead of in `widget-field-list'.
2779
46c56972 2780 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2781 (help-make-xrefs): Delete extraneous newlines at the end of the
2782 docstring.
46c56972 2783
640a9cdd
JR
27842000-11-25 Jason Rumney <jasonr@gnu.org>
2785
2786 * startup.el (command-line): Call set-locale-environment after
2787 Window System init file is read, as it can result in a call to
2788 redraw-frame.
2789
0b3f96d4
EZ
27902000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2791
2792 * simple.el (shell-command): Mention the effect of the prefix
2793 argument in the doc string.
2794
8da6e2a1
MB
27952000-11-25 Miles Bader <miles@gnu.org>
2796
a658d039
MB
2797 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2798
8da6e2a1 2799 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2800 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2801
d3416cca
JR
28022000-11-24 Jason Rumney <jasonr@gnu.org>
2803
2804 * international/mule-cmds.el (locale-language-names): Add "jp" as
2805 a non-standard alternative for Japanese.
2806
17e37f53
AS
28072000-11-24 Andre Spiegel <spiegel@gnu.org>
2808
2809 * vc-hooks.el: Require 'cl during compilation.
2810
9aa5f148
GM
28112000-11-24 Gerd Moellmann <gerd@gnu.org>
2812
ba193890
GM
2813 * faces.el (face-set-after-frame-default): Let face attributes
2814 specified for new frames override frame parameters.
2815
9aa5f148
GM
2816 * startup.el (command-line): Fix computation of the source file
2817 for user-init-file when user-init-file is a compiled file.
2818
51a1edab
MB
28192000-11-24 Miles Bader <miles@gnu.org>
2820
e04d21aa 2821 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2822 (custom-post-filter-face-spec): New functions.
2823 (custom-face-set, custom-face-value-create): Filter the face spec
2824 before and after customization.
2825 (custom-face-set): If VALUE specifies a null face, pass a
2826 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2827 * cus-face.el (custom-face-attributes): Remove SET and GET
2828 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2829 cases they're needed.
2830
1ed74431
MB
2831 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2832 that it's distinguishable from the :off-glyph on dark-background
2833 displays. Set its background color too.
2834
67ee1125
MB
2835 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2836 so that people can easily turn it off.
2837
7d027816 28382000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2839
7d027816 2840 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2841
9aa5f148 2842 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2843
9aa5f148 2844 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2845
9aa5f148 2846 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2847 redundant skip-small-frames test.
e04d21aa 2848
9aa5f148 2849 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2850 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2851
9aa5f148
GM
2852 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2853 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2854 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2855 functions.
e04d21aa 2856
9aa5f148 2857 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2858
9aa5f148 2859 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2860
f07fa1b8
KH
28612000-11-24 Kenichi Handa <handa@etl.go.jp>
2862
2863 * international/mule-diag.el (list-iso-charset-chars): For
2864 two-byte charset, fix the `while' condition.
2865 (list-non-iso-charset-chars): Fix the `while' condition.
2866
ba8299ff
SM
28672000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2868
79372165
SM
2869 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2870 if the variable is make-variable-buffer-local.
2871
ba8299ff
SM
2872 * progmodes/ada-stmt.el (ada-template-map): Initialize
2873 and bind it to C-c t in ada-mode-map.
2874 (ada-stmt-mode-hook): New function extracted from old code.
2875 Only change the buffer-local side of skeleton-*.
2876 (ada-mode-hook): Use it.
2877
68a887fa
EZ
28782000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2879
2880 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2881 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2882 we expect to be returned by minibuffer-depth once we prompt the
2883 user in the minibuffer.
2884 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2885 as recorded in iswitchb-minibuf-depth, return non-nil.
2886
3b345582
EZ
28872000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2888
2889 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2890 (hscroll-window-maybe): Docstring fix.
2891
595dead2
DL
28922000-11-23 Dave Love <fx@gnu.org>
2893
2894 * rect.el (string-rectangle): Don't test delete-selection-mode.
2895
1e66b27a
GM
28962000-11-23 Gerd Moellmann <gerd@gnu.org>
2897
02790ce2
GM
2898 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2899 is in the tool bar.
2900
1e66b27a
GM
2901 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2902 with `no-dir'; we want the directory part to be able to remove
2903 it.
2904
a4caa65d
SM
29052000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2906
2907 * textmodes/outline.el (outline-flag-region):
2908 Don't bind inhibit-read-only since we don't modify the buffer.
2909 (outline-isearch-open-invisible): Don't jump to overlay-start
2910 since we're trying to unhide text around point.
2911 (outline-discard-overlays): Use dolist.
2912
2913 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2914
03e757c1
GM
29152000-11-22 Gerd Moellmann <gerd@gnu.org>
2916
e04d21aa 2917 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2918 y-or-n-p.
e04d21aa 2919
1598a961
SM
29202000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2921
2922 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2923 Fix ARG regexp to skip quoted braces.
2924 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2925 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2926 are (correctly) handled separately).
2927 Remove `caption' and `footnote' from `citations': they contain text.
2928 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2929 (latex-skeleton-end-hook): New function.
2930 (latex-mode): Use it.
2931 (tex-start-tex-marker): Remove.
2932 (tex-send-tex-command): Don't set tex-start-tex-marker.
2933 (tex-error-parse-syntax-table): New var.
2934 (tex-compilation-parse-errors): Use it.
2935 Ignore tex-start-tex-marker. Don't bother with marker-position.
2936 (tex-validate-buffer): Don't bother with marker-position.
2937
2938 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2939 (flyspell-generic-progmode-verify): Use it.
1598a961 2940
eaae8106
SS
29412000-11-22 Sam Steingold <sds@gnu.org>
2942
03e757c1
GM
2943 * simple.el (delete-trailing-whitespace): New interactive
2944 function.
e04d21aa 2945
eaae8106 2946 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2947 `ada-remove-trailing-spaces'.
eaae8106 2948 (ada-remove-trailing-spaces): Removed.
e04d21aa 2949
eaae8106 2950 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2951
1598a961
SM
2952 * textmodes/picture.el (picture-clean): Removed.
2953 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2954
a41d49e9
GM
29552000-11-22 Gerd Moellmann <gerd@gnu.org>
2956
e053c60f
GM
2957 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2958
a41d49e9
GM
2959 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2960 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2961 do anything special when jit-lock is active.
a41d49e9
GM
2962 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2963
197615f3
DL
29642000-11-22 Dave Love <fx@gnu.org>
2965
ddbfaa9f
DL
2966 * calendar/todo-mode.el (todo-top-priorities): Use
2967 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2968
ddc3c695
DL
2969 * language/chinese.el, language/cyrillic.el:
2970 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2971 * language/hebrew.el, language/indian.el, language/japanese.el:
2972 * language/korean.el, language/lao.el, language/misc-lang.el:
2973 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2974 Use provide.
2975
fb9fa98d
DL
2976 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2977 (custom-variable-set): Improve validation error mesage.
2978
197615f3
DL
2979 * rect.el (string-rectangle): Revert last change.
2980 (string-rectangle-line): New arg DELETE.
2981 (string-rectangle): Check delete-selection-mode.
2982
2983 * emacs-lisp/edebug.el (edebug-version)
2984 (edebug-maintainer-address): Deleted.
2985 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2986 (edebug-read-function): Account for other `'#' read forms.
2987 (edebug-mode-menus): Make some items toggles.
2988 (edebug-outside-unread-command-event, unread-command-event):
2989 Remove these to avoid warnings.
2990
f4117c4d
GM
29912000-11-22 David Ponce <david@dponce.com>
2992
2993 * recentf.el (recentf-menu-items-for-commands)
2994 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2995 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2996
f4117c4d
GM
2997 (recentf-build-dir-rules, recentf-dump-variable)
2998 (recentf-edit-list, recentf-open-files-item)
2999 (recentf-open-files): Replaced unnecessary `mapcar' with new
3000 built-in `mapc'.
eaae8106 3001
f8e2f3f2
MB
30022000-11-23 Miles Bader <miles@gnu.org>
3003
3004 * faces.el (menu): Make inverse-video on ttys too.
3005
4c4a541d
SM
30062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3007
3008 * simple.el (comment-line-break-function): Use the new name
3009 indent-new-comment-line -> comment-indent-new-line.
3010 (clone-indirect-buffer): Don't ignore NORECORD.
3011 (next-completion): Properly handle the case where items are adjacent.
3012
3013 * mouse.el (popup-menu): Stupid typo.
3014
980d836e
GM
30152000-11-22 Gerd Moellmann <gerd@gnu.org>
3016
60e8e0a5
GM
3017 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3018 maintainer, keywords tags.
3019
980d836e
GM
3020 * rect.el (replace-rectangle): Don't call string-rectangle-line
3021 with too many arguments.
3022
e08b2069
AS
30232000-11-22 Andre Spiegel <spiegel@gnu.org>
3024
60e8e0a5 3025 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3026 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3027 vc-locking-user, which no longer exists.
3028
3029 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3030
c6779d8d
DL
30312000-11-22 Dave Love <fx@gnu.org>
3032
3033 * md5.el (md5): Provide.
3034 (md5): Fix error call.
3035
e672fdce
MB
30362000-11-22 Miles Bader <miles@gnu.org>
3037
eaae8106 3038 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3039 (refill-fill-paragraph-at): Remove debugging code.
3040
80e24c04
MB
3041 * calendar/calendar.el (generate-calendar-window): When we don't
3042 call `fit-window-to-buffer', make sure the top line is fully visible.
3043
3a17d6cc
MB
3044 * image-file.el (insert-image-file): Don't make `read-only'
3045 property rear-nonsticky.
3046
ae1a21c6
MB
3047 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3048 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3049 stashing away its original value.
3050 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3051 in the recursive edit.
3052 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3053 (isearch-done): Restore `minibuffer-message-timeout'.
3054
e672fdce
MB
3055 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3056
3ea79df8
SM
30572000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3058
3059 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3060
3061 * find-lisp.el (find-lisp-find-files-internal):
3062 Use dolist, when and file-name-as-directory.
3063
980d836e 3064 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3065 (define-derived-mode, define-minor-mode): Add specs.
3066
3067 * window.el: General comment and spacing fixes.
3068 (save-selected-window): Use backquotes.
3069 (window-safely-shrinkable-p): New function.
3070 (shrink-window-if-larger-than-buffer): Use it.
3071
3072 * subr.el (make-local-hook): Docstring fix.
3073
3074 * shell.el (shell-mode): Use define-derived-mode.
3075
3076 * newcomment.el (comment-indent): Insert comment before calling
3077 comment-indent-function. Don't insert in column 0.
3078 (comment-dwim): Indent before inserting comment.
3079
3080 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3081 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3082 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3083 Use mapc rather than map.
3084
3085 * files.el (find-buffer-visiting): Compare all attributes before
3086 declaring two files identical (rather than just their inode-no).
3087 (auto-mode-alist): Use \' rather than $.
3088
3089 * which-func.el: Update maintainer line.
3090
3091 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3092 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3093 (uniquify-buffer-file-name): Use it.
3094
8f62f2b8
MB
30952000-11-22 Miles Bader <miles@gnu.org>
3096
3097 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3098 * simple.el (minibuffer-avoid-prompt): New function.
3099
fb279a6d
GM
31002000-11-21 Gerd Moellmann <gerd@gnu.org>
3101
3102 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3103
867092e9
MB
31042000-11-21 Miles Bader <miles@gnu.org>
3105
ef860850
MB
3106 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3107 inclusion of `track-mouse'.
3108
867092e9
MB
3109 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3110 (refill-adjust-ignorable-overlay): New function.
3111 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3112 only the paragraph's tail if possible.
3113 Update `refill-ignorable-overlay'.
3114 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3115
3116 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3117 point inside the fill-prefix.
3118
3119 * textmodes/refill.el (refill-post-command-function): Don't reset
3120 refill-doit in the case where a self-insertion command doesn't
3121 case a refill. Use `refill-fill-paragraph-at', getting position
3122 from `refill-doit'.
3123 (refill-after-change-function): Set `refill-doit' to END.
3124 (refill-fill-paragraph-at): New function, mostly from old
3125 refill-fill-paragraph.
3126 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3127 (refill-pre-command-function): New function.
3128 (refill-mode): Add it to `pre-command-hook'.
3129
ff9ab414
GM
31302000-11-20 Gerd Moellmann <gerd@gnu.org>
3131
29a01b72
GM
3132 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3133
ff9ab414
GM
3134 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3135 javadoc tags.
eaae8106 3136
885b211b
AS
31372000-11-20 Andre Spiegel <spiegel@gnu.org>
3138
3139 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3140 vc.el).
3141
eaae8106 3142 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3143 require vc.
eaae8106
SS
3144
3145 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3146 checkouts.
eaae8106 3147
d1838556
DL
31482000-11-20 Dave Love <fx@gnu.org>
3149
3150 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3151
2b69bc11 31522000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3153
2b69bc11
GM
3154 * calculator.el (calculator-paste): Use `if' instead of `and'
3155 and `or'.
3156 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3157
b95b34e5
GM
31582000-11-19 Gerd Moellmann <gerd@gnu.org>
3159
030de92f
GM
3160 * info.el (info-menu-5): Doc fix.
3161
b95b34e5
GM
3162 * textmodes/artist.el: New file.
3163
54970452
AS
31642000-11-19 Andre Spiegel <spiegel@gnu.org>
3165
eaae8106 3166 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3167 and differentiate according to checkout model.
3168 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3169 since this function is only concerned with master state.
3170
eaae8106 3171 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3172 vc-default-workfile-unchanged-p): Moved here from vc.el.
3173
eaae8106 3174 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3175 vc-default-workfile-unchanged-p): See above.
3176
e5a9dabf
MB
31772000-11-19 Miles Bader <miles@gnu.org>
3178
3179 * image-file.el (insert-image-file): Make `intangible' and
3180 `read-only' properties rear-nonsticky too.
3181
24127af0
GM
31822000-11-18 Gerd Moellmann <gerd@gnu.org>
3183
d392e9c5 3184 * ps-print.el: Update copyright notice.
eaae8106 3185
d392e9c5
GM
3186 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3187 (tooltip-show): Use the offsets.
3188
24127af0 3189 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3190 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3191 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3192
2b69bc11 31932000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3194
2b69bc11
GM
3195 * ps-print.el (toplevel): Test for find-coding-system being
3196 fboundp before calling ps-x-find-coding-system.
08ea6f17 3197
66321b2f
SM
31982000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3199
3200 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3201 (vc-version-backup-file): Docstring fix.
3202
046110c6
GM
32032000-11-16 Gerd Moellmann <gerd@gnu.org>
3204
4104194e
GM
3205 * files.el (basic-save-buffer): Don't add a newline if
3206 find-file-literally is non-nil.
3207 (find-file-literally): Extend doc string.
3208
046110c6
GM
3209 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3210 sort(1) with the `-f' argument.
3211
6505c16e
AS
32122000-11-16 Andre Spiegel <spiegel@gnu.org>
3213
fd063975
AS
3214 * vc.el: Updated backend documentation.
3215 (vc-default-check-headers): New function.
3216
3d02dd81 3217 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3218
3219 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3220 up-to-date.
eaae8106 3221 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3222 the minibuffer is not active.
fd063975 3223
eaae8106 3224 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3225 `vc-cvs-use-edit' is on.
eaae8106
SS
3226 (vc-cvs-checkout): When this is used for reverting the workfile,
3227 make a backup of the original contents and revert to that in case
8791d617 3228 of error.
eaae8106 3229 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3230 remote repositories.
eaae8106 3231
6505c16e
AS
3232 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3233 for both version and ratio in the minibuffer.
fd063975 3234
eaae8106 3235 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3236 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3237
a13f0660
KH
32382000-11-16 Kenichi Handa <handa@etl.go.jp>
3239
3240 * international/quail.el (quail-start-translation): Don't call
3241 `message' before reading key sequence.
3242
1389a414
MB
32432000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3244
3245 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3246
9256a532
KH
32472000-11-16 Kenichi Handa <handa@etl.go.jp>
3248
3249 * window.el (fit-window-to-buffer): Be sure to acquire at least
3250 one text line even if the buffer is empty.
3251
0e14fe9f
GM
32522000-11-16 Gerd Moellmann <gerd@gnu.org>
3253
eaae8106 3254 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3255 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3256 ange-ftp-process-verbose to nil.
3257
da645c53
DL
32582000-11-15 Dave Love <fx@gnu.org>
3259
233d5cde
DL
3260 * wid-edit.el (widget-specify-field, widget-specify-button): If
3261 :help-echo is a function, set help-echo of overlay to
3262 widget-mouse-help.
3263 (widget-mouse-help): New function.
3264 (widget-echo-help): Rewritten for :help-echo functions only taking
3265 a widget arg.
3266
b12057b9
DL
3267 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3268 display-graphic-p.
3269 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3270 and that JPEG is available.
3271 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3272
da645c53
DL
3273 * international/mule-cmds.el (locale-charset-language-names):
3274 Match @euro.
3275
6d133d1f
GM
32762000-11-15 Gerd Moellmann <gerd@gnu.org>
3277
3278 * faces.el (face-set-after-frame-default): If
0e14fe9f 3279 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3280 default face from X resources.
3281
49ac2ac5
EZ
32822000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3285 Don't set EMACSLOADPATH.
3286
4fb0a34c
EZ
32872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3288
3289 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3290 texinfo-insert-@url.
3291 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3292 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3293
bb304a7a
SM
32942000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3295
82bc80bf
SM
3296 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3297 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3298 (checkdoc-minor-keymap): Backward compatibility.
3299 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3300 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3301 (checkdoc-this-string-valid-engine): Be a bit more strict
3302 to avoid matching substrings of `...' quoted vars/funs.
3303 (checkdoc-defun-info): Only look for `interactive' if alone.
3304 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3305
e8c87124
SM
3306 * progmodes/compile.el (grep): `tag-default' can be nil.
3307
bb304a7a
SM
3308 * newcomment.el (comment-indent): Paren typo.
3309
8628686a
DL
33102000-11-14 Dave Love <fx@gnu.org>
3311
25c269ef
DL
3312 * calculator.el: New maintainer version.
3313
66321b2f 3314 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3315
8628686a
DL
3316 * cmuscheme.el: Doc fixes.
3317 (cmuscheme) <defgroup>: Use `scheme' as parent.
3318 (cmuscheme-program-name): Remove. Change uses to
3319 scheme-program-name.
3320
3321 * xscheme.el (scheme-program-name): Don't define here.
3322
3323 * progmodes/scheme.el (scheme-program-name): New variable
3324 (originally in cmuscheme).
3325
88f0a1eb
MB
33262000-11-14 Miles Bader <miles@gnu.org>
3327
3328 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3329 Handle header-lines. Don't loop forever if we can't enlarge the
3330 window anymore. Simplify a bit.
3331
cd9a000c
KH
33322000-11-14 Kenichi Handa <handa@etl.go.jp>
3333
3334 * window.el (fit-window-to-buffer): Don't check
3335 window-text-height. Assure that the last line is fully visible.
3336
3337 * international/quail.el (quail-show-guidance-buf): Call
3338 fit-window-to-buffer to assure the enough height of the guidance
3339 buffer.
3340 (quail-update-guidance): Avoid making the guidance buffer shorter.
3341
d3fcda22
SM
33422000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3343
bdbd9606
SM
3344 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3345 rather than `prepend' and add an interesting comment.
3346 (tex-math-face, tex-font-lock-syntactic-face-function):
3347 New face and function to use it.
3348 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3349 than `menu-enable' symbol property.
3350 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3351 (tex-mode): Add some latex-mode commands for auto-selection.
3352 Use tex-font-lock-syntactic-face-function.
3353 (tex-insert-quote): Simplify.
3354 (tex-shell): New mode.
3355 (tex-start-shell): Use it.
3356 (tex-shell-proc, tex-shell-buf): New functions.
3357 (tex-send-command): Use it.
3358 (tex-main-file): Fix the meaning of the new arg REALFILE.
3359 (tex-send-tex-command): New function split from `tex-start-tex'.
3360 Set compilation-last-buffer and compilation-parsing-end.
3361
d3fcda22
SM
3362 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3363 when it follows non-comment text on the line.
3364
3365 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3366 Set font-lock-defaults.
3367 (lisp-mode-shared-map): Init inside the defvar.
3368 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3369 Use define-derived-mode.
3370
bdab1d43
MB
33712000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3372
3373 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3374
936ae731
GM
33752000-11-14 Gerd Moellmann <gerd@gnu.org>
3376
3377 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3378 recursively optimize body because that can lead to infinite
3379 recursion; see comment there.
3380
1695ca2b
EZ
33812000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3382
3383 * faces.el (face-spec-set-match-display): Revert the change from
3384 2000-10-24. Add a FIXME for after v21.1.
3385
9d348294
MB
33862000-11-13 Miles Bader <miles@gnu.org>
3387
3388 * textmodes/fill.el (skip-line-prefix): New function.
3389 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3390 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3391 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3392 point inside the fill-prefix.
9d348294 3393
b85fa13c
MB
33942000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3395
3396 * calendar/calendar.el (generate-calendar-window): Use
3397 `fit-window-to-buffer'.
3398
a0b47716
SM
33992000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3400
3401 * gud.el (gud-minor-mode): New var.
3402 (gud-symbol, gud-val): New functions.
3403 (gud-find-file): Copy gud-minor-mode to the new buffer.
3404 (gud-menu-map): Include entries for commands that are not always
3405 available, using :enable to (de)activate them.
3406 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3407 (gud-mode-map): New map.
eaae8106 3408 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3409 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3410 Don't set up gud's menu (it's done by the minor-mode).
3411 (gud-minibuffer-local-map): New.
3412 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3413 (gud-query-cmdline): New function.
3414 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3415 (gud-mode): Use define-derived-mode.
3416 Don't set up gud's menu (it's done by the minor-mode).
3417 (gud-chop-words): Remove.
3418 (gud-common-init): Use split-string instead.
3419 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3420
3421 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3422 Add keyword arg :name.
3423
3424 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3425 (diff-count-matches, diff-split-hunk): New functions.
3426 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3427
3428 * pcvs-info.el (cvs-fi-conflict-face): New var.
3429
3430 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3431 Make it into a simple syntax-table, shared among all submodes.
3432 (sh-heredoc-face): Re-introduce.
3433 (sh-font-lock-syntactic-face-function): New function.
3434 (sh-mode): Use it. Also use define-derived-mode.
3435 Remove old bogus setting of indent-region-function.
3436 (sh-set-shell): Don't set the syntax-table any more.
3437 (sh-mode-syntax-table) <defun>: Remove.
3438
f5ed37df
MB
34392000-11-12 Miles Bader <miles@gnu.org>
3440
3441 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3442 message if interactive.
3443
0b074c2f
DL
34442000-11-12 Dave Love <fx@gnu.org>
3445
3446 * mail/feedmail.el: Fix header,
3447 (feedmail) <defgroup>: Add :link.
3448
3449 * view.el: Use local-map property, not keymap on mode-line string.
3450
3451 * scroll-all.el (scroll-all-mode): Customize variable. Add
3452 autoload cookie to function.
3453
3454 * lazy-lock.el: Remove compatibility code.
3455
3456 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3457 (finder-help-echo): New variable.
3458 (finder-mouse-face-on-line): Add help-echo stuff.
3459 (finder-list-keywords, finder-list-matches): Use mapc.
3460
3461 * faces.el (face-font-registry-alternatives): Add :version.
3462
3463 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3464 tags-table-list.
3465
a0b47716 3466 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3467
a0b47716 3468 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3469 (mail-mode): Use [:alnum:] in some regexps.
3470
6d502396
DL
34712000-11-10 Dave Love <fx@gnu.org>
3472
3473 * ediff.el (ediff-regions-internal, ediff-documentation):
3474 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3475 fundamental mode.
3476
3477 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3478 buffer into fundamental mode.
3479 (ediff-set-difference): Use copy-sequence if available.
3480
3481 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3482 ediff-patch-map non-nil.
3483 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3484 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3485 buffer into fundamental mode.
3486
3487 * ediff-merg.el (state-or-merge): Defvar when compiling.
3488
a82fe213
JR
34892000-11-10 Jason Rumney <jasonr@gnu.org>
3490
3491 * w32-fns.el (w32-add-charset-info): New function.
3492 (w32-charset-info-alist): Use it.
3493
52d89894
GM
34942000-11-10 Gerd Moellmann <gerd@gnu.org>
3495
3496 * faces.el (face-font-registry-alternatives): New user-option.
3497
178932de
SM
34982000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3499
d7fa3319
SM
3500 * textmodes/texinfo.el (texinfo-block-default): New var.
3501 (texinfo-insert-block): Use it. Insert a newline if needed.
3502
178932de
SM
3503 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3504 (fill-region-as-paragraph): Use it.
3505
3506 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3507 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3508 Tweak paragraph regexps to allow a leading [ \t]*.
3509 (tex-latex-block): Insert a newline if necessary.
3510 (latex-insert-item): Only insert a newline if necessary.
3511 (tex-guess-main-file): New function.
3512 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3513 Set tex-main-file if TeX-master is provided.
3514 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3515
bd02b8e0
GM
35162000-11-10 Gerd Moellmann <gerd@gnu.org>
3517
3518 * startup.el (command-line): Set the default tooltip-mode
3519 to t for graphical displays which implement x-show-tip.
3520
3521 * tooltip.el (tooltip-mode): Add a comment about startup.el
3522 setting the default value of this user-option.
3523
b29b03eb
SM
35242000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * font-lock.el (font-lock-*-face) <defvar>: Move.
3527 (font-lock-defaults-alist): Mark obsolete.
3528 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3529 (font-lock-mode): Use define-minor-mode.
3530 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3531 (font-lock-turn-off-thing-lock): Be more explicit.
3532 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3533 (font-lock-syntactic-face-function): New var.
3534 (font-lock-fontify-syntactically-region): Use it.
3535 (font-lock-doc-face): New.
3536
3537 * pcvs.el (cvs-enabledp): Ignore errors.
3538 (cvs-commit-filelist): Never query.
3539 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3540 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3541 (cvs-do-removal): Use cvs-partition rather than delete-if.
3542 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3543 cvs-bury-buffer.
3544
3545 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3546 Allow `next' to jump to after the end of the last match.
3547
778fbc46
GM
35482000-11-09 Gerd Moellmann <gerd@gnu.org>
3549
730c746c
GM
3550 * simple.el (byte-compiling-files-p): New function.
3551
3552 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3553 if it is there.
3554
3555 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3556 nil again.
3557
778fbc46
GM
3558 * textmodes/ispell.el (ispell-library-path): Don't call
3559 check-ispell-version when byte-compiling because that starts
3560 an ispell process, and ispell might not be installed.
3561 (toplevel): Don't set up a menu when byte-compiling.
3562
3563 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3564 it, so that a boundp test can be used to determine if we're
3565 currently byte-compiling.
3566
5912c5bb
DL
35672000-11-09 Dave Love <fx@gnu.org>
3568
3569 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3570 eval-after-load.
3571
7bb054a5
GM
35722000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3573
3574 * ps-print.el: Patch for variable initialization when spooling. Doc
3575 fix.
3576 (ps-output-list): Fun eliminated.
3577 (ps-begin-file, ps-begin-job): Code fix.
3578
9db2706e
DL
35792000-11-08 Dave Love <fx@gnu.org>
3580
3581 * ediff-wind.el (ediff-control-frame-parameters): Zero
3582 tool-bar-lines.
3583
f7eb32aa
GM
35842000-11-08 Gerd Moellmann <gerd@gnu.org>
3585
3586 * simple.el (shell-command, display-message-or-buffer)
3587 (shell-command-on-region): Mention resize-mini-windows in the doc
3588 string.
3589 (display-message-or-buffer): Take the value of resize-mini-windows
3590 into account.
3591
7b01b08c
GM
35922000-11-07 Gerd Moellmann <gerd@gnu.org>
3593
acad3c0b
GM
3594 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3595
7b01b08c
GM
3596 * dired.el (dired-between-files): Add `^. find' as an alternative
3597 to the regular expression, for find-dired.
3598
6f602bd0
SM
35992000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3600
3601 * textmodes/texnfo-upd.el: Require texinfo.
3602 (defmacro, defgroup): Remove.
3603 (texinfo-section-to-generic-alist): Remove.
3604 Use texinfo-section-list instead (i.e. level is changed string->int).
3605 (texinfo-filter): New function.
3606 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3607 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3608 Use it. And use regexp-opt.
3609 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3610 (texinfo-update-menu-region-beginning)
3611 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3612 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3613 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3614 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3615 (texinfo-sequential-node-update): Remove autoload cookie.
3616
3617 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3618 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3619 (texinfo-chapter-level-regexp): Remove.
3620 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3621
bb216218
DL
36222000-11-06 Dave Love <fx@gnu.org>
3623
6f602bd0 3624 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3625
6f602bd0
SM
3626 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3627 Match defun*.
bb216218 3628
ff8dd5d5
KH
36292000-11-06 Kenichi Handa <handa@etl.go.jp>
3630
3631 * composite.el (composition-function-table): Variable declaration
3632 moved to src/composite.c.
3633 (compose-chars-after): New optional arg object.
3634
e9da51a1
GM
36352000-11-06 Gerd Moellmann <gerd@gnu.org>
3636
e0c12c68
GM
3637 * bindings.el (mode-line-toggle-read-only)
3638 (mode-line-toggle-modified, mode-line-widen)
3639 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3640 (make-mode-line-mouse2-map): Rewritten.
3641 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3642 functions so that C-h k can show something with a doc string.
eaae8106 3643
e9da51a1
GM
3644 * startup.el (fancy-splash-delay): Set to 10 seconds.
3645 (fancy-splash-max-time): New user-option.
3646 (fancy-splash-stop-time): New variable.
3647 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3648 (fancy-splash-screens-1): Throw `stop-splashing' when current
3649 time is greater than fancy-splash-stop-time.
3650
611dbdf0
SM
36512000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3652
4d2806e2
SM
3653 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3654
611dbdf0
SM
3655 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3656 Prompt user for a file rather than raising an error.
3657 (cvs-enabledp): Fix call to cvs-mode-marked.
3658 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3659 (cvs-mode-insert): Use it. Change the init prompt' value.
3660 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3661
3662 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3663 Don't pass default arg to ewoc-locate.
3664 (ewoc-collect): Return result in the right order.
3665
3666 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3667
3668 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3669 (cvs-status-get-tags): Fix regexp.
3670 (cvs-status-trees, cvs-status-cvstrees):
3671 Combine after change hooks and don't sit-for.
4d2806e2
SM
3672 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3673 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3674 Use make-char rather than hard-coded cryptic data.
3675 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3676
3677 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3678
3679 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3680 (cvs-insert-strings): New function.
3681
937b2877
MB
36822000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3683
3684 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3685 `mwheel-scroll-amount'.
3686 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3687 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3688 string-matching against the version string.
3689
c6c97763
KH
36902000-11-06 Kenichi Handa <handa@etl.go.jp>
3691
6eaec747
KH
3692 * language/thai.el ("Thai"): Set a lisp form that produces
3693 composed string in `sample-text' language info.
3694
3695 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3696 composed string in `sample-text' language info.
3697
3698 * international/mule-cmds.el (describe-language-environment): Eval
3699 `sample-text' data and insert the result.
3700
c6c97763
KH
3701 * international/mule-conf.el (compound-text): Define this coding
3702 system here. Make x-ctext and ctext aliases of it.
3703
3704 * language/european.el (compound-text, ctext): Moved to
3705 international/mule-conf.el.
3706
d1145f85
AI
37072000-11-05 Andrew Innes <andrewi@gnu.org>
3708
3709 * w32-fns.el (w32-version): New function.
3710
178a6a45
SM
37112000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3712
3713 * progmodes/awk-mode.el: Update copyright.
3714 (awk-mode-abbrev-table): Remove.
3715 (awk-font-lock-keywords): Use regexp-opt.
3716 (awk-mode): Use define-derived-mode.
3717
3718 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3719 when extracting a suffix.
3720
1ba90166
AS
37212000-11-04 Andre Spiegel <spiegel@gnu.org>
3722
3723 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3724 auto-save-mode.
3725
546790cb
JR
37262000-11-04 Jason Rumney <jasonr@gnu.org>
3727
3728 * language/european.el (decode-mac-roman): Test against r1 not r0.
3729
d247e32d
SM
37302000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3731
fbf44f44
SM
3732 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3733 (icon-mode): Define indent-line-function.
3734 (icon-comment-indent): Simplify.
3735 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3736
3737 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3738
3739 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3740 Bind change-log-default-mode to defeat the caching done on it.
3741 Don't bother saving excursion any more.
3742
3743 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3744
3745 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3746 (set-frame-font): Use the new name (and the old for compatibility).
3747
eaae8106
SS
3748 * toolbar/tool-bar.el (tool-bar-mode):
3749 * time.el (display-time-mode):
3750 * recentf.el (recentf-mode):
3751 * paren.el (show-paren-mode):
3752 * mwheel.el (mouse-wheel-mode):
3753 * msb.el (msb-mode):
3754 * jka-compr.el (auto-compression-mode):
3755 * image-file.el (auto-image-file-mode):
3756 * hl-line.el (hl-line-mode):
3757 * delsel.el (delete-selection-mode):
3758 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3759 * complete.el (partial-completion-mode): Drop unneeded positional args.
3760
eaae8106 3761 * info.el (Info-mode):
79372165 3762 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3763
d247e32d
SM
3764 * log-edit.el (log-edit-menu): New menu.
3765
4921558e
MB
37662000-11-03 Miles Bader <miles@gnu.org>
3767
3768 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3769 definition, so that trailing spaces are handled properly.
3770 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3771
1fc02b3c
GM
37722000-11-03 Gerd Moellmann <gerd@gnu.org>
3773
3774 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3775 tab character.
3776 (fancy-splash-screens): Set tab-width to 20.
3777
51d001f7
DL
37782000-11-03 Dave Love <fx@gnu.org>
3779
3780 * comint.el (comint-completion-addsuffix): Fix custom type.
3781
ba22aeff
SM
37822000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3783
3784 * font-lock.el (font-lock-buffers): Remove.
3785 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3786 (font-lock-change-major-mode): Remove.
3787 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3788 (font-lock-default-fontify-region): Extend the multiline
3789 fontification to whole lines.
3790 (font-lock-fontify-anchored-keywords)
3791 (font-lock-fontify-keywords-region): If matching just one
3792 line (with \n) only mark the \n as multiline.
3793
3794 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3795 Correctly handle the case where several :group args are supplied.
3796 Allow :extra-args.
3797 (easy-mmode-define-global-mode): Allow :extra-args.
3798 Correctly handle the case where several :group args are supplied.
3799
9c887ada
MB
38002000-11-02 Miles Bader <miles@gnu.org>
3801
eaae8106 3802 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3803 (holiday-face): Remove dependency on `window-system'.
3804
7f25090d
KR
38052000-11-02 Ken Raeburn <raeburn@gnu.org>
3806
3807 * Makefile.in (emacs): Set EMACSLOADPATH always.
3808 (update-authors, .el.elc, compile-files): Don't do it explicitly
3809 here.
9b911107 3810 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3811
7dd6009c
DL
38122000-11-02 Dave Love <fx@gnu.org>
3813
3814 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3815
94821e4f
EZ
38162000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3817
3818 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3819 punctuation in the warning inserted into the *mail* buffer.
3820
1ac3fc42
GM
38212000-11-02 Gerd Moellmann <gerd@gnu.org>
3822
57731876
GM
3823 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3824 (authors-public-domain-p): New function.
3825 (authors-print): Use it.
3826
975f82c9
GM
3827 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3828
1ac3fc42
GM
3829 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3830
4b3eb10f
GM
38312000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3832
975f82c9 3833 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3834 (ps-print-version): New version number (6.3.1).
3835 (ps-even-or-odd-pages): Customization fix.
3836 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3837 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3838 (ps-page-count): Var replaced by `ps-page-column'.
3839 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3840 (ps-print-sheet-p): New fun.
3841
7da794df
MB
38422000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3843
3844 * tooltip.el (tooltip-gud-tips-setup): New function.
3845 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3846 (tooltip-mode): Call tooltip-gud-tips-setup.
3847 (tooltip-gud-tips): Use `gud-basic-call' instead of
3848 process-send-string, so the prompt gets frobbed appropriately.
3849 Handle nil return value from `tooltip-gud-print-command'.
3850
0e40b809
EL
38512000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3852
3853 * comint.el (comint-add-to-input-history): New function.
3854 (comint-send-input): Use `comint-add-to-input-history'.
3855
50ada0db
MB
38562000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3857
973a3104
MB
3858 * info.el (info-menu-header): New face.
3859 (Info-fontify-menu-headers): New function.
3860 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3861
50ada0db
MB
3862 * info.el (Info-insert-dir): Don't include blank lines at
3863 beginning of additional dir files (one is added automatically).
3864
bff53411
SM
38652000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3866
3867 * emacs-lisp/easy-mmode.el (define-minor-mode):
3868 Revert the latest changes.
3869 Allow the three positional arguments to be skipped and replaced
3870 by keyword arguments.
3871 Add a :toggle argument to determine whether a nil arg means toggle
3872 or means turn-on. The default is unchanged.
3873 Add a call to force-mode-line-update.
3874
6b8a0b2d
DL
38752000-11-01 Dave Love <fx@gnu.org>
3876
3877 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3878 cookie.
3879
5bf99100
MB
38802000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3881
3882 * calendar/calendar.el (diary-face, holiday-face): Add
3883 dark-background variants.
3884
a4032611
SS
38852000-10-31 Sam Steingold <sds@gnu.org>
3886
3887 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3888 `tex-main-file' does not have directory in it.
3889
c286608e
SM
38902000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3893
4836835a
TTN
38942000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3895
3896 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3897 functional change.
3898
26dcb81b
GM
38992000-10-31 Gerd Moellmann <gerd@gnu.org>
3900
3901 * files.el (find-file-noselect): When we expand a wildcard, return
3902 a list of buffers, as we should do according to the doc string.
3903
49fc4500
KR
39042000-10-31 Ken Raeburn <raeburn@gnu.org>
3905
3906 * loadup.el (top level): Adjust load path if program name is
3907 "../src/bootstrap-emacs", in case it's not dumped and thus the
3908 load path adjustment hasn't already been done.
3909
ea0c615d
GM
39102000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3911
3912 * ps-print.el: Fix bug on selected pages for printing. Use
3913 `color-values' for Emacs 21. Ensure fontification when jit-lock
3914 is on. Try to avoid warning messages when compiling. Doc Fix.
3915 (ps-print-version): New version number (6.3).
3916 (ps-color-device): Use `color-values' to determine if device
3917 supports color.
3918 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3919 (ps-print-page-p): Changed from defsubst to defun.
3920 (ps-page-number): Changed from defmacro to defun.
3921 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3922 printing.
c286608e 3923 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3924 (ps-end-file, ps-dummy-page): Funs eliminated.
3925 (ps-print-color-scale): Changed default value.
3926 (ps-page-n-up, ps-print-page-p): New internal vars.
3927 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3928 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3929
9e20722f
GM
3930 * delim-col.el: Little programming improvement.
3931 (delimit-columns-str): New macro.
3932 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3933
d7a0fd00
KH
39342000-10-31 Kenichi Handa <handa@etl.go.jp>
3935
c286608e
SM
3936 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3937 Moved to european.el.
d7a0fd00
KH
3938 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3939 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3940 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3941 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3942
234be340
DL
39432000-10-30 Dave Love <fx@gnu.org>
3944
3945 * progmodes/cc-menus.el (imenu-generic-expression)
3946 (imenu-progress-message): Only defvar when compiling.
3947
4edc4a39
DL
3948 * emacs-lisp/elp.el (elp-unload-hook): New function.
3949
3950 * loadhist.el (unload-feature): Call elp-restore-function,
3951 checking for symbols; don't use elp-restore-all.
3952 (loadhist-hook-functions): Doc fix.
3953
70c825df
SM
39542000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3955
3956 * log-edit.el (log-edit-confirm): Fix the default.
3957
1d3baf74
GM
39582000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3959
3960 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3961 delimit-columns-format.
3962 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3963
1ec321a7
MB
39642000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3965
3966 * comint.el (comint-replace-by-expanded-history): Don't use
3967 comint-get-old-input (we're not looking at *old* input).
3968 (comint-get-old-input-default): If using fields, signal an error
3969 when the point is not in an input field.
3970
70737ea9
KH
39712000-10-30 Kenichi Handa <handa@etl.go.jp>
3972
3973 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3974 and mule-unicode-e000-ffff.
3975
fa0cb51d 3976 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3977 (make-coding-system): Accept a symbol of translation table as a
3978 value of property `safe-chars'.
3979
3980 * international/mule-cmds.el (encode-coding-char): Check property
3981 safe-chars instead of safe-charsets.
3982
3983 * international/fontset.el (fontset-default): Modified for
3984 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3985 (x-font-name-charset-alist): Likewise.
3986 (ccl-encode-unicode-font): New CCL program. Record it in
3987 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3988
70c825df
SM
3989 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3990 New translation tables.
70737ea9
KH
3991 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3992 programs are modified and moved from mac-win.el.
3993 (mac-roman): Definition of this coding system is modified and
3994 moved from mac-win.el.
4836835a 3995
fda2ce24 39962000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3997
1d3baf74 3998 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3999 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4000
dd4d3cb6
MB
40012000-10-29 Miles Bader <miles@gnu.org>
4002
4003 * custom.el (custom-add-to-group): Allow multiple entries for a
4004 given value OPTION, as long as their widget types are different.
4005 * cus-edit.el (custom-face-value-create): If face name doesn't end
4006 with "face", add such here (similar to custom group widgets).
4007
4008 * comint.el (comint-highlight-prompt): Add :type.
4009
dace60cf
JW
40102000-10-28 John Wiegley <johnw@gnu.org>
4011
4012 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4013 Changed this function to operate on a temporary buffer instead of
4014 the main buffer. This not only keeps flyspell from marking a
4015 buffer as changed that wasn't, but it solves the jumpy cursor
4016 problem when attempts are made to edit incorrect words.
4017 (flyspell-maybe-correct-doubling): Same change as for
4018 `flyspell-maybe-correct-transposition'.
4019
4020 * calendar/timeclock.el (timeclock-log): Doc fix.
4021 (timeclock-last-event): Doc fix.
4022 (timeclock-log): Kill the timelog buffer after appending a new
4023 event.
4024 (timeclock-find-discrep): Use a temp buffer to read in the
4025 timelog, instead of visiting the file.
4026 (timeclock-log-data): A new function, along with a host of helper
4027 functions, for the purpose of making timelog data accessible to
4028 programmers.
4029
4030 * eshell/esh-mode.el (window-height test): Make certain that
4031 `eshell-stringify-t' is non-nil.
4032 (eshell-password-prompt-regexp): Changed to a much simpler
4033 password regexp.
4034 (eshell-send-input): If `eshell-invoke-directly' returns t,
4035 directly invoke the parsed command using `eval'. This improves
4036 turn-around time on simple commands by a factor of three or
4037 greater, such as cd, ls, pwd, etc. -- which get used very often.
4038 It also conserves thousands of cons cells per call (since
4039 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4040 in the Pacific Cookie Company).
4041
4042 * eshell/esh-test.el (eshell-test): Whitespace fix.
4043
4044 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4045 `eshell-ls-initial-args' nil when inserting directory contents.
4046
4047 * eshell/em-script.el (eshell-script-initialize): Add names to
4048 `eshell-complex-commands, since `source' and `.' are complex.
4049
0467b076
EZ
4050 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4051 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4052 `eshell-copy-handles'.
4053 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4054 bodies.
4055 (eshell-separate-commands): Whitespace fix.
4056 (eshell-complex-commands): Added a new list of names, for
4057 determining whether a given command is as simple as it looks.
4058 (eshell-invoke-directly): New function. Returns t if a command
4059 should be invoked directly (using `eval'), rather than indirectly
4060 using `eshell-do-eval'.
4061 (eshell-do-eval): Whitespace fix.
4062
4063 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4064 which provides an emulation of the DOS shell behavior of assuming
4065 that cp/mv/ln should copy/move/link to the current directory.
4066 (eshell-remove-entries): Added a doc string.
4067 (eshell-shuffle-files): Removed the check for `target' being null.
4068 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4069 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4070 it to do a smarter check of whether a destination was provided.
4071 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4072 (eshell/ln): Enable `:preserve-args', and use
4073 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4074 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4075 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4076 list after flattening it. This makes it possible to cat files
4077 with numerical names.
4078 (eshell-unix-initialize): Added several names to
4079 `eshell-complex-commands.
4080 (eshell-unix-command-complex-p): Return t if a given command name
4081 may result in external processes being invoked.
4082
4083 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4084 variable nil by default, since it slows down glob processing by a
4085 factor of two or more, and increases memory consumption.
4086
4087 * eshell/em-smart.el: Added a note about how memory consumptive
4088 smart display mode can be (at least this is true in Emacs 21).
4089 (eshell-smart-initialize): Whitespace fix.
4090 (eshell-refresh-windows): Use `if' instead of `when'.
4091 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4092 not necessary.
4093 (eshell-currently-handling-window): Added a missing global
4094 variable.
4095
4096 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4097 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4098 Whitespace fix.
4099 (eshell-ls-exclude-hidden): Added this variable in addition to
4100 `eshell-ls-exclude-regexp'. This one prevents files beginning
4101 with . from even being read, which can improve memory consumption
4102 quite a bit.
4103 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4104 read file entries beginning with a dot. In home directories with
4105 lots of hidden files, fully two-thirds of the time spent in ls is
4106 used to read directory entries that are immediately thrown away.
4107 (eshell-ls-initial-args): Added back this configuration variable,
4108 for specifying default initial arguments to every call to ls.
4109 Much faster than using an alias to do the same thing.
4110 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4111 (eshell-ls-dir): Whitespace change.
4112
4113 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4114
4115 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4116 available.
4117 (eshell-stringify-t): Added a customization variable, to indicate
4118 whether `t' should be rendered as a string at all. If not, one
4119 can still determine if the result of an expression is true using
4120 "file-exists-p FILE && echo true".
4121 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4122 stringify t!
4123
4124 * eshell/esh-module.el: Whitespace fix.
4125
4126 * eshell/em-alias.el (eshell-alias-initialize): Added
4127 `eshell-command-aliased-p' to `eshell-complex-commands'.
4128 (eshell-command-aliased-p): New function that returns t if a
4129 command name names an aliased.
4130
657f9cb8 41312000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4132
0467b076 4133 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4134 redrawing the screen when changing cursor color.
0467b076
EZ
4135 (viper-insert-state-pre-command-sentinel)
4136 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4137 (viper-replace-state-post-command-sentinel):
4138 Use viper-preserve-cursor-color.
657f9cb8
MK
4139 Many functions changed to use viper= instead of = when comparing
4140 characters.
0467b076 4141 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4142 working with characters.
0467b076 4143 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4144 Many functions changed to use viper= instead of = when comparing
4145 characters.
0467b076 4146 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4147
0467b076 4148 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4149 Several typos fixed in various docstrings.
0467b076
EZ
4150 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4151 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4152 hook.
0467b076
EZ
4153 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4154 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4155 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4156 (ediff-get-selected-buffers): New function.
4157 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4158 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4159 save-window-excursion.
0467b076 4160 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4161 termination check in while loop.
0467b076 4162 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4163 dired buffer.
0467b076
EZ
4164 (ediff-files,ediff-merge-files,ediff-files3)
4165 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4166
4f490d99
DL
41672000-10-28 Dave Love <fx@gnu.org>
4168
4169 * info.el (Info-fontify-node): Add help-echo for menu items.
4170
45b84006
EZ
41712000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4172
5ebc02b3
EZ
4173 * startup.el (normal-top-level): If the value of $TERM indicates
4174 we are running from xterm or one of its work-alikes, default to a
4175 light background mode.
4176
45b84006
EZ
4177 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4178 * faces.el (tty-handle-reverse-video): New function.
4179 (tty-create-frame-with-faces): Call it.
4180
4181 * frame.el (frame-notice-user-settings): Don't apply
4182 default-frame-alist and initial-frame-alist to MS-DOS frames.
4183 Call tty-handle-reverse-video, frame-set-background-mode, and
4184 face-set-after-frame-default for non-MS-DOS frames.
4185
4186 * startup.el (tty-long-option-alist): New variable.
4187 (tty-handle-args): New function.
4188 (command-line): Call tty-handle-args.
4189
4190 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4191 startup.el now does that for all character-terminal frames.
4192
eab6e8b9
MB
41932000-10-28 Miles Bader <miles@gnu.org>
4194
4195 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4196 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4197 global. If :global is followed by a non-nil but non-t value,
4198 make the mode buffer-local, but also generate a `global-MODE'
4199 version using `easy-mmode-define-global-mode'. Add
4200 :conditional-turn-on keyword argument.
4201
51a29efc
DL
42022000-10-28 Dave Love <fx@gnu.org>
4203
4204 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4205 use window-system.
4206
d71d7114
EZ
42072000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4208
4209 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4210 Don't call find-buffer-file-type-coding-system. Instead, just
4211 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4212 if the file is on an untranslated filesystem.
4213 (add-untranslated-filesystem): Use "D" instead of "f" inside
4214 interactive.
4215
1f9cab4b
DL
42162000-10-27 Dave Love <fx@gnu.org>
4217
70c825df 4218 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4219 (refill-mode): Use it.
4220
70c825df
SM
42212000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4222
4223 * international/quail.el (quail-activate): Don't make-local-hook.
4224
7432cf10
AS
42252000-10-27 Andre Spiegel <spiegel@gnu.org>
4226
4836835a 4227 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4228 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4229 (vc-make-version-backup): Don't do it on MS-DOS without long file
4230 names.
4836835a 4231
7432cf10
AS
4232 * vc.el (vc-version-other-window): If an automatic backup of the
4233 desired version exists, rename it instead of copying it.
4234
4836835a
TTN
4235 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4236 after command. If there's an unexpected error, signal it instead
7432cf10 4237 of being silent.
e1483c38 4238 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4239
05ea7ef2
MB
42402000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4241
fd1035aa
MB
4242 * shell.el (shell): Add BUFFER argument.
4243 * comint.el (make-comint-in-buffer): New function.
4244 (make-comint): Use it.
4245
05ea7ef2
MB
4246 * faces.el (face-spec-choose): Change syntax so that the list of
4247 attribute-value pairs is now the cdr of each clause, not the cadr.
4248 Detect old-style entries, and handle them. Use pop.
4249
835a55fe
SM
42502000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4251
f5ab1cdd
SM
4252 * cus-edit.el (custom-mode-map): Use a sparse map.
4253 (custom-mode): Don't bother with make-local-hook.
4254
4255 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4256
835a55fe
SM
4257 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4258
c13b0ec8
GM
42592000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4260
4261 * ps-print.el: Avoid compilation gripes.
4262 (ps-print-version): New version number (6.2.1).
4836835a 4263
e9f63196
DL
42642000-10-26 Dave Love <fx@gnu.org>
4265
0b95284b
DL
4266 * menu-bar.el: Modify some menu item help strings.
4267 (menu-bar-help-menu): Add link to MORE.STUFF.
4268
e9f63196
DL
4269 * cus-edit.el (custom-mode): Add `special' mode-class property.
4270
4271 * wid-browse.el (widget-browse-mode): Likewise.
4272
4273 * wid-edit.el (widget-specify-field): Revert to using local-map
4274 property, not keymap.
4275
e276a14a
MB
42762000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4277
c1545d88
MB
4278 * wid-edit.el (widget-field-end): When checking for a `boundary'
4279 field, do so in the correct buffer.
4280
3c1b77ca
MB
4281 * simple.el (undo): Correctly distinguish between numeric and
4282 non-numeric prefix args in non-transient-mark-mode, as per the doc
4283 string. When in transient-mark-mode, treat all prefix-args as
4284 numeric.
4285
f5ab1cdd
SM
4286 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4287 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4288
4289 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4290 (comint-mode-map): Reverse order of `comint-write-output' and
4291 `comint-append-output-to-file'.
4292 (comint-append-output-to-file): Reinstate this function, for the
4293 benefit of the menu.
4294
d97151cb
SM
42952000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4296
4297 * vc.el (vc-version-other-window): Bind `file'.
4298
ea7d6f5b
GM
42992000-10-25 Gerd Moellmann <gerd@gnu.org>
4300
f5ab1cdd 4301 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4302
4303 * emacs-lisp/authors.el (batch-update-authors): New function.
4304 (authors-fixed-entries): New defconst.
4305 (authors-add-fixed-entries): New function.
4306 (authors): Call it.: Don't process lispref/.
4307
17c25cea
JR
43082000-10-25 Jason Rumney <jasonr@gnu.org>
4309
4310 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4311 Merge x w32 and mac definitions.
4312
4ecda532
GM
43132000-10-25 Gerd Moellmann <gerd@gnu.org>
4314
4315 * menu-bar.el (menu-bar-options-menu): Add a help string for
4316 `uniquify'.
4317
b6735035
GM
43182000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4319
f5ab1cdd
SM
4320 * time-stamp.el (time-stamp-string-preprocess):
4321 Fix a wrong type argument error.
b6735035 4322
f4cbc7a0
MB
43232000-10-25 Miles Bader <miles@gnu.org>
4324
4325 * recentf.el (recentf-mode): Variable removed.
4326 (recentf-mode): Use `define-minor-mode'.
4327
4328 * mwheel.el (mouse-wheel-mode): New global minor mode.
4329 (mwheel-install): Use `mouse-wheel-mode'.
4330
f4b020f6
DL
43312000-10-25 Dave Love <fx@gnu.org>
4332
f5ab1cdd
SM
4333 * progmodes/cperl-mode.el (cperl-mode):
4334 Set normal-auto-fill-function correctly.
072cb6f9 4335
f4b020f6
DL
4336 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4337 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4338 bindings.
f4b020f6 4339
ebe2a441
MB
43402000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4341
ff4dcd4b
MB
4342 * wid-edit.el (widget-field-at): New function.
4343 (widget-at, widget-field-activate): Use it.
4344 (widget-tabable-at): Use `widget-at'.
4345 (widget-specify-field): If the terminating character of the widget
4346 field (which is read-only) is a newline, put it into a special
4347 `boundary' field so that C-n/C-p act more naturally.
4348 (widget-field-end): Also don't subtract one if a special
4349 `boundary' field has been added after the widget field.
4350
ebe2a441
MB
4351 * comint.el (comint-output-filter, comint-send-input): Don't
4352 bother adding stickiness fields to overlays to fool the field
4353 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4354
ebe2a441
MB
4355 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4356 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4357 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4358
fe50b6ab
GM
43592000-10-24 Gerd Moellmann <gerd@gnu.org>
4360
53df4dda
GM
4361 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4362 (authors): Set file coding system to iso-2022-7bit. Add
4363 file-local variables to output buffer.
4364
4836835a 4365 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4366 WARN is nil.
4367
53df4dda
GM
43682000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4369
4370 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4371
4372 * delim-col.el: Now there is a column formatting mechanism.
4373 Modified to customization mechanisms convention. Doc fix.
4374 (columns): New group for delim-col.
4375 (delimit-columns-before, delimit-columns-after)
4376 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4377 (delimit-columns-end): New vars.
4378 (delimit-columns-customize, delimit-columns-format): New funs.
4379 (delimit-columns-region, delimit-columns-rectangle)
4380 (delimit-columns-rectangle-line): Modified to support column
4381 formatting.
4836835a 4382
a9839779
DL
43832000-10-24 Dave Love <fx@gnu.org>
4384
4385 * log-edit.el (log-edit): Add :version and a :group for vc.
4386
df0267b8
GM
43872000-10-24 Gerd Moellmann <gerd@gnu.org>
4388
9acc3873
GM
4389 * files.el (after-find-file): Don't print a message ``New file''
4390 if WARN is nil.
4391
63e1b552
GM
4392 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4393 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4394 get duplicate tool-bar entries because we'll see the global ones
4395 on more than one path through keymaps.
4396
1946f901
GM
4397 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4398
df0267b8
GM
4399 * progmodes/cmacexp.el: Change Francesco's email address.
4400
ae3b264b
KH
44012000-10-24 Kenichi Handa <handa@etl.go.jp>
4402
4403 * window.el (fit-window-to-buffer): Adjust point of the window
4404 buffer, not that of the current buffer.
4405
23afac01
EZ
44062000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4407
4408 * progmodes/cmacexp.el: Update the euthor's email address.
4409
22d1a4ed
MB
44102000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4411
4412 * faces.el (face-spec-set-match-display): Add `graphic' display
4413 type (the inverse of `tty'). Use `display-graphic-p' instead of
4414 the window-system variable.
4415
f408aa48
KH
44162000-10-24 Kenichi Handa <handa@etl.go.jp>
4417
4418 * international/isearch-x.el (isearch-with-input-method): Call
4419 input-method-function with the first event in
4420 unread-command-events.
4421
94fe8a31
MB
44222000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4423
4424 * faces.el (face-default-spec, face-user-default-spec): Make
4425 defsubsts.
4426
8f47302e
AC
44272000-10-24 Andrew Choi <akochoi@i-cable.com>
4428
4429 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4430 New charsets.
4431
4432 * term/mac-win.el: Remove definitions of mac-roman-lower and
4433 mac-roman-upper, require dired, and define instead of set
4434 mac-ready-for-drag-n-drop to avoid compilation error.
4435
446c097e
AI
44362000-10-23 Andrew Innes <andrewi@gnu.org>
4437
4438 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4439 superfluous calls to subst-char-in-string; instead apply
4440 expand-file-name after convert-standard-filename to ensure
4441 expected directory separators are used.
4442
379b70e7
EZ
44432000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4444
4445 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4446
85c766e9
DL
44472000-10-23 Dave Love <fx@gnu.org>
4448
b7e03a67
DL
4449 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4450 (tool-bar-add-item): Set foreground and background for XBM icons.
4451
4452 * international/latin1-disp.el (latin1-char-displayable-p): New
4453 function (from Handa).
4454 (latin1-display-check-font): Use it.
4455
0dcf8835
DL
4456 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4457 using :key-sequence, making it much more usable. Use nconc, not
4458 append.
4459 (imenu--create-keymap-1): Avoid append.
4460
85c766e9 4461 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4462
cb3069bb
MB
44632000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4464
4465 [the following changes fix a bug where `define-minor-mode' didn't
4466 correctly generate :require clauses for defcustoms in compiled files]
4467 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4468 (byte-compile-log-file, byte-compile-log-1): Don't set
4469 `byte-compile-current-file' to nil. Instead set
4470 `byte-compile-last-logged-file' to it. Test whether
4471 byte-compile-current-file equals byte-compile-last-logged-file
4472 instead of whether its nil.
3b6542ba 4473 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4474
6db6243b
SM
44752000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4476
4477 * textmodes/refill.el: Fix var names in doc.
4478 (refill-mode): Don't bother with make-local-hook anymore.
4479
98490598
MB
44802000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4481
e01cd227
MB
4482 * faces.el (face-user-default-spec, face-default-spec): New functions.
4483 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4484 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4485 Use `face-user-default-spec'. Simplify code slightly.
4486
4836835a 4487 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4488 (woman-unknown-face): Add dark-background variants.
4489 (woman-default-faces): Renamed from `woman-colour-faces'.
4490 Set using the stored defaults, rather than using hard-wired colors.
4491 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4492 Just make the foreground `unspecified' rather than "black".
4493 (woman-menu): Rename menu entries accordingly.
4494
98490598
MB
4495 * faces.el (header-line): Make more reasonable on mono/grayscale
4496 displays.
4497
1a578e9b
AC
44982000-10-23 Andrew Choi <akochoi@i-cable.com>
4499
4500 * cus-edit.el (custom-button-face): Use 3D look for mac.
4501 (custom-button-pressed-face): Likewise.
4502
4503 * faces.el (set-face-attributes-from-resources): Handle mac frames
4504 in the same way as x and w32 frames.
4505 (face-valid-attribute-values): Likewise.
4506 (read-face-attribute): Likewise.
4507 (defined-colors): Likewise.
4508 (color-defined-p): Likewise.
4509 (color-values): Likewise.
4510 (display-grayscale-p): Likewise.
4511 (face-set-after-frame-default): Likewise.
4512 (mode-line): Same default face as for x and w32.
4513 (tool-bar): Likewise.
4514
4515 * frame.el: Remove call to frame-notice-user-settings at end of
4516 the file.
4517
4518 * info.el (Info-fontify-node): make underlines invisible for mac
4519 as for x, pc, and w32 frame types.
4520
4521 * term/mac-win.el: New file.
4522
aaaf7be7
DL
45232000-10-22 Dave Love <fx@gnu.org>
4524
4525 * textmodes/refill.el: New file.
4526
5392d654
AS
45272000-10-22 Andre Spiegel <spiegel@gnu.org>
4528
4836835a 4529 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4530 MANUAL and REGEXP.
4836835a 4531 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4532 New functions.
4533 (vc-before-save): Use the latter.
4534 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4535 confusion.
4536
4836835a 4537 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4538 expected by vc[-hooks].el.
4539
4540 * vc.el (vc-checkout): Added `-p' suffix in call to
4541 vc-make-version-backups-p; use vc-make-version-backup to actually
4542 make the backup.
4543 (vc-version-other-window, vc-version-backup-file): Handle both
4544 automatic and manual backups.
4545 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4546 of all of them.
4547
1e221c16
MB
45482000-10-22 Miles Bader <miles@gnu.org>
4549
7ff4fda5
MB
4550 * comint.el (comint-highlight-input, comint-highlight-prompt):
4551 Renamed, `-face' at end removed.
4552 (comint-send-input, comint-output-filter): Use renamed faces.
4553
3511cde8
MB
4554 * window.el (fit-window-to-buffer): Change defaulting of
4555 MAX-HEIGHT slightly.
4556
1e221c16
MB
4557 * faces.el (color-values, color-defined-p): Use `member', not
4558 `memq', because it works correctly for strings.
4559 (frame-set-background-mode): Actually, "unspecified-fg" and
4560 "unspecified-bg" *are* strings. Use `member', not `memq', and
4561 `equal', not `eq', when a string value is possible.
4562
b6ef4898
EZ
45632000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4566
34939e2c
SM
45672000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4568
4569 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4570 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4571 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4572 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4573 (sh-font-lock-syntactic-keywords): Use them.
4574 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4575 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4576 (sh-mode): Don't override font-lock-unfontify-region-function.
4577 Use a copy of sh-font-lock-syntactic-keywords.
4578 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4579 Don't call sh-scan-buffer since font-lock does it on the fly.
4580 (sh-get-indent-info): Use `face' rather than `syntax-table'
4581 text-property to detect here-documents.
4582 Replace sh-special-syntax with sh-st-punc.
4583 (sh-prev-line): Use `face' rather than `syntax-table'
4584 text-property to skip over here-documents.
4585 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4586 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4587 (sh-electric-less, sh-set-here-doc-region)
4836835a 4588 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4589 (sh-scan-buffer, sh-rescan-buffer): Remove.
4590
f3d3c491
AI
45912000-10-21 Andrew Innes <andrewi@gnu.org>
4592
4593 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4594 remote (ange-ftp) file names.
4595
b86c791c
MB
45962000-10-21 Miles Bader <miles@gnu.org>
4597
d9c30bdf
MB
4598 * window.el (fit-window-to-buffer): New function.
4599 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4600 (window-text-height): Don't expect minibuffers to have mode-lines.
4601
d9c30bdf 4602 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4603 * international/quail.el (quail-update-guidance): Use
4604 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4605
617fee5a
MB
4606 * international/quail.el (quail-show-guidance-buf): Make sure
4607 guidance window really has enough room.
4608 (quail-update-guidance): If quail-guidance-win is already shown,
4609 make sure its height is OK.
4610
b86c791c
MB
4611 * window.el (window-text-height, set-window-text-height):
4612 New functions.
4613 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4614 instead of `window-height' & `mode-line-window-height-fudge'.
4615 (mode-line-window-height-fudge): Add FACE parameter.
4616 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4617 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4618
e34850d1
MB
46192000-10-20 Miles Bader <miles@gnu.org>
4620
4621 * window.el (height-affecting-face-attributes): Use `defconst'.
4622
4623 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4624 New function, conditionally aliased to `mode-line-window-height-fudge'.
4625 (ispell-help): Use it.
4626 (ispell-choices-win-default-height): Don't include mode-line fudge.
4627 (ispell-choices-win-default-height): New function.
4628 (ispell-show-choices, ispell-command-loop): Use function
4629 `ispell-choices-win-default-height' instead of variable.
4630
a8b883c2
MB
46312000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4632
8c6e4a58
MB
4633 * window.el (mode-line-window-height-fudge): New variable.
4634 (height-affecting-face-attributes): New variable.
4635 (mode-line-window-height-fudge): New function.
4636 (shrink-window-if-larger-than-buffer): Use it.
4637 * help.el (resize-temp-buffer-window): Likewise.
4638
a8b883c2
MB
4639 * info.el (Info-fontify-node): Add support for @subsubsection
4640 titles, which use `Info-title-4-face'.
4641 (Info-title-4-face): New face.
4642 (Info-title-3-face): Inherit from Info-title-4-face instead of
4643 variable-pitch.
4644
e64c3a75
JR
46452000-10-19 Jason Rumney <jasonr@gnu.org>
4646
4647 * dired.el (dired-insert-directory): Do not let errors signalled by
4648 attempt to run dired-free-space-program prevent dired from working.
4649
c70fe852
SM
46502000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4651
4652 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4653
877cf6b4
GM
46542000-10-19 Gerd Moellmann <gerd@gnu.org>
4655
5de037e0
GM
4656 * dirtrack.el (dirtrack): Fix call to run-hooks.
4657
6deb9af9
GM
4658 * cmuscheme.el (cmuscheme-program-name): Renamed from
4659 scheme-program-name because xscheme.el contains a defcustom with
4660 the same name. As a consequence, customizing group `cmuscheme'
4661 loaded `xscheme' which redefined run-scheme.
4662 (run-scheme): Use cmuscheme-program-name.
4663
877cf6b4
GM
4664 * ps-print.el (ps-print-emacs-type): Move into the
4665 eval-and-compile.
4666
e597d8fb 4667 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4668 anonymous address, and add a website for Befrienders International.
4836835a 4669
3e9cb08f
GM
46702000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4671
c70fe852
SM
4672 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4673 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4674 (ps-print-version): New version number (6.2).
4675 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4676 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4677 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4678 (ps-x-extent-priority, ps-x-extent-start-position)
4679 (ps-x-face-font-instance, ps-x-find-coding-system)
4680 (ps-x-font-instance-properties, ps-x-make-color-instance)
4681 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4682 avoid compilation gripes without defining functions.
4683 (ps-e-find-composition): Alias for function find-composition, to have a
4684 suitable function depending on Emacs version.
4685 (ps-color-device, ps-color-values, ps-face-foreground-name)
4686 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4687 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4688 (ps-print-ensure-fontified): Function definitions surrounded by
4689 `eval-and-compile' to avoid compilation gripes.
4690 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4691 by symbol-value to avoid compilation gripes.
4692 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4693 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4694
d8abcd91
MB
46952000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4696
13ab33c4
MB
4697 * startup.el (normal-top-level): Call `frame-set-background-mode'
4698 after `frame-notice-user-settings' because the latter doesn't call
4699 the former on a tty.
4700
d8abcd91
MB
4701 * faces.el (frame-set-background-mode): `unspecified' &c are
4702 symbols, not strings.
4703
e8bce0a9
EZ
47042000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4705
c70fe852
SM
4706 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4707 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4708
c70fe852
SM
4709 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4710 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4711
773272d8
KH
47122000-10-19 Kenichi Handa <handa@etl.go.jp>
4713
c70fe852 4714 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4715 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4716 for ISO10646-1 fonts.
4717 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4718
772139c0
EZ
47192000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * faces.el (frame-set-background-mode): If a tty frame defines a
4722 background color, use that to compute the background mode, instead
4723 of always defaulting to "dark".
4724
d134a19f
MB
47252000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4726
8bb84cb2
MB
4727 * comint.el (comint-write-output): New function.
4728 (comint-mode-map): Add it to the menu.
e40a778f 4729 Bind `C-c C-s' to comint-write-output.
d134a19f 4730
dada41e1
GM
47312000-10-18 Gerd Moellmann <gerd@gnu.org>
4732
4733 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4734 Use fancy-splash-delay.
4735
9b5360aa
GM
47362000-10-18 Alex Schroeder <alex@gnu.org>
4737
4738 * progmodes/sql.el (sql-sybase-options): New option.
4739 (sql-sybase): Use it. Add sql-database to the list of parameters
4740 provided for login. The options -w 2048 -n are not used any more.
4741
9035a35a
GM
4742 * comint.el (comint-read-input-ring): Bugfix such that the first
4743 and the last entry of the input ring file are not lost.
4744
3556c6dd
GM
47452000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4746
4747 * ps-print.el: Internal variable changes to defcustom,
4748 make-local-hook changes to defvar. Doc fix.
4749 (ps-print-version): New version number (6.1).
4750 (ps-setup, ps-do-despool): Code fix.
4751 (ps-printer-name): Customization fix.
4752 (ps-printer-name-option): Now is a defcustom instead of an
4753 internal variable.
4754 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4755 (ps-print-begin-column-hook): Now are defvar instead of
4756 make-local-hook.
4836835a 4757
4e217e50
MB
47582000-10-18 Miles Bader <miles@gnu.org>
4759
4760 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4761 (comint-kill-output): Changed into an alias for `comint-delete-output',
4762 and made obsolete.
4763 (comint-mode-map): Rename references to comint-kill-output.
4764
34460354
EZ
47652000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4766
4767 * diff-mode.el (diff-header-face, diff-file-header-face)
4768 (diff-changed-face): Add bold and italic attributes to tty faces.
4769 (diff-function-face): New face.
4770 (diff-font-lock-keywords): Use it.
4771
17ea3cdb
MB
47722000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4773
4774 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4775 Remove commented-out call to force-mode-line-update.
4776 (comint-kill-output): Use `forward-line 0' instead of
4777 beginning-of-line to make sure we get past the prompt.
4778
9244f2c7
SM
47792000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * diff-mode.el (diff-header-face, diff-file-header-face):
4782 Add specific setting for dark background.
4783 (diff-context-face): Renamed from diff-comment-face.
4784 Set explicitly rather than inheriting from font-lock-comment-face.
4785
1592c1ef
EZ
47862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4787
4788 * startup.el (command-line): Move the code which sets the default
4789 TTY colors to before before-init-hook.
4790
f86292a9
GM
47912000-10-17 Gerd Moellmann <gerd@gnu.org>
4792
4793 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4794
f7f2e883
EZ
47952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4796
e854cc22
EZ
4797 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4798 extensions, for MS-DOS.
4799
f7f2e883
EZ
4800 * diff-mode.el (diff-header-face, diff-file-header-face)
4801 (diff-changed-face): Define tty-specific colors.
4802
c7b4f0f9
GM
48032000-10-17 Gerd Moellmann <gerd@gnu.org>
4804
4805 * startup.el (fancy-splash-text): Realign the text.
4806
12a72271
EZ
48072000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4808
4809 * font-lock.el (font-lock-comment-face): Define a separate default
4810 for dark-background tty's.
4811
61dfccfd
MB
48122000-10-17 Miles Bader <miles@gnu.org>
4813
4814 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4815 being obscured by whizzy mode-lines on graphics displays.
4816
333cd59e
EZ
48172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4818
4819 * info.el (Info-title-1-face, Info-title-2-face)
4820 (Info-title-3-face): Define colors for tty's.
dada41e1 4821 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4822
dbf1fcc1
EZ
48232000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4824
4825 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4826 reverse from the frame parameters, and don't invert foreground and
4827 background colors.
4828
ac629823
MB
48292000-10-16 Miles Bader <miles@gnu.org>
4830
4831 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4832 string "*Info*". Call propertized-buffer-identification to spruce
4833 up the result.
4834
76eebffc
GM
48352000-10-16 Gerd Moellmann <gerd@gnu.org>
4836
3a6b59d9
GM
4837 * help.el: Provide `help' for the sake of define-minor-mode
4838 which generates defcustoms with requires.
4839
6569c3d3
GM
4840 * jit-lock.el (jit-lock-after-change): If we're in text that
4841 matches a multi-line font-lock pattern, make sure the whole text
4842 will be redisplayed.
4843
c2e0a611
GM
4844 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4845 author's name is unknown.
4846
76eebffc
GM
4847 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4848 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4849 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4850 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4851 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4852 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4853 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4854 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4855 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4856 Add author information.
4857
cf1e7b12
MB
48582000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4859
4860 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4861 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4862 full-color version (using the Gimp) to eliminate dithering artifacts.
4863
5586f3eb
SM
48642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4865
4866 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4867
4868 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4869
ad64a888
DL
48702000-10-15 Dave Love <fx@gnu.org>
4871
4872 * progmodes/sh-script.el: Require skeleton and comint when
4873 compiling.
4874
4875 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4876
4877 * whitespace.el: Doc fixes.
4878 (top-level): Don't add hooks here.
4879 (whitespace-running-emacs): Deleted.
4880 (timer): Don't require.
4881 (whitespace): Add back :version conditional on xemacs test.
4882 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4883 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4884 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4885 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4886 Avoid specific xemacs test.
4887 (whitespace-global-mode): New option.
4888 (whitespace-global-mode): New command.
4889 (whitespace-unload-hook): New function.
4890
4891 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4892 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4893 (Info-fontify-node): `Goto' goes to `Go to'.
4894 (Info-fontify-node): Add help-echo to xref links.
4895
1ef49fc6
EZ
48962000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4897
4898 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4899
8b7707e1
SM
49002000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4901
b3b7f42f
SM
4902 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4903 Use plist-get and allow :inherit.
4904
4905 * emacs-lisp/cl-macs.el (cl-do-arglist):
4906 Use plist-get and plist-member instead of memq.
4907
3c7fafc7
SM
4908 * emacs-lisp/ewoc.el (ewoc-location): New function.
4909 (ewoc-enter-after, ewoc-enter-before): Document return value.
4910 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4911 Don't need make-local-hook any more.
4912 (cvs-addto-collection): Return the new tin.
4913 (cvs-mode-insert): Jump to the new line.
4914
8b7707e1
SM
4915 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4916
4917 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4918
4919 * font-lock.el (font-lock-syntactically-fontified): New var.
4920 (font-lock-fontify-syntactic-keywords-region): Use it.
4921 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4922
4923 * diff-mode.el (diff-find-file-name): Fix regexp.
4924
4925 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4926 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4927
4928 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4929 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4930 (sh-mode): Don't make all vars local here.
4931 (sh-kw): Reformat.
4932 (sh-set-shell): Use dolist. Don't set indent-region-function.
4933 (sh-mode-syntax-table): Use pop.
4934 (sh-remember-variable): Use push.
4935 (sh-help-string-for-variable): Use memq.
4936 (sh-safe-backward-sexp): Remove.
4937 (sh-safe-forward-sexp): Add ARG.
4938 (sh-get-indent-info, sh-prev-stmt): Use it.
4939 (sh-prev-line): Simplify by using forward-comment.
4940 (sh-this-is-a-continuation): Simplify.
4941 (sh-learn-buffer-indent): Use dolist.
4942 (sh-do-nothing): Remove.
4943 (sh-set-char-syntax, sh-set-here-doc-region):
4944 Use inhibit-modification-hooks.
4945 (sh-name-style): Use mapcar and push.
4946 (sh-load-style): Use dolist.
4947 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4948 (sh-case, sh-while-getopts): Use propertize directly rather
4949 than sh-electric-rparen.
4950
49512000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4952
4953 * textmodes/tex-mode.el: Require CL when compiling.
4954 (tex-mode-syntax-table): Init immediately.
4955 (tex-mode-map): Bind M-RET to latex-insert-item.
4956 (latex-mode): Set indent-line-function to latex-indent.
4957 (tex-common-initialization): Don't setup the syntax-table any more.
4958 (latex-insert-item): New skeleton.
4959 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4960 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4961 (latex-indent, latex-find-indent): New functions.
4836835a 4962 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4963 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4964 (tex-compilation-parse-errors): Use with-syntax-table.
4965
86b7fcbb
MB
49662000-10-15 Miles Bader <miles@gnu.org>
4967
4968 * font-lock.el (font-lock-comment-face): Change dark-background,
4969 color, non-tty, default to `chocolate1'.
4970
57a24508
JW
49712000-10-13 John Wiegley <johnw@gnu.org>
4972
4973 * eshell/esh-util.el (require): Added a missing `require' form,
4974 needed when compiling (for an ange-ftp macro definition).
4975
40ad3db4
DL
49762000-10-13 Dave Love <fx@gnu.org>
4977
4978 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4979
db460189
GM
49802000-10-13 Gerd Moellmann <gerd@gnu.org>
4981
b41c9501
GM
4982 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4983 fix.
4984
4836835a 4985 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4986 transparent -colors 8).
4987
3b5e21df
GM
49882000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4989
4990 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4991 that breaks with old list format timestamps.
4992 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4993 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4994 strings.
4995
16908a3f
JW
49962000-10-13 John Wiegley <johnw@gnu.org>
4997
d7103dda
JW
4998 * align.el, pcomplete.el, calendar/timeclock.el,
4999 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5000
dace60cf 5001 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5002 faulty math, where holiday hours were being computing as seconds.
5003
b6b70cda
JW
50042000-10-13 John Wiegley <johnw@gnu.org>
5005
5006 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5007 specifying what "other" kinds of buffers should be saved. This
5008 used to be hard-coded.
5009 (desktop-buffer-misc-functions): A global for specifying how
5010 auxiliary data should be determined for special buffer types.
5011 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5012 instead of hard-coding the special buffer types.
5013 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5014 auxiliary data, instead of hard-coding for Info buffers and dired.
5015 (desktop-buffer-info-misc-data): Aux function for determining Info
5016 buffer auxiliary info.
5017 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5018 (desktop-buffer-info): Changed this function to use the info
5019 gathered above.
5020 (desktop-create-buffer): Be a little more careful about what
5021 `minor-mode' means before calling it. This is important for some
5022 buffer types.
5023
8c6b1d83
JW
50242000-10-13 John Wiegley <johnw@gnu.org>
5025
5026 * eshell/esh-util.el: Added a global form which declares an
5027 autoload for `parse-time-string', if that function is not already
5028 defined, and if parse-time.el is available on the user's system.
5029
5030 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5031 to be aware of ange-ftp user info.
5032 (eshell-do-ls): Bind `ange-cache'. Also, use
5033 `eshell-file-attributes'.
5034 (eshell-ls-annotate): Use `eshell-file-attributes'.
5035 (eshell-ls-file): Made the user-id printing code a bit smarter.
5036
5037 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5038 allow identification of alias user ids in remote directories.
5039 It's manual, but there's no other way to know when the current
5040 user on the local machine, is also the owning user on the remote
5041 machine.
5042 (fboundp): Bind `ange-cache'.
5043 (eshell-directory-files-and-attributes): Re-organized the logic a
5044 bit to use `eshell-file-attributes' instead of `file-attributes'.
5045 The former is more sensitive to directories that are read via FTP,
5046 and knows how to use ange-ftp to determine full attribute
5047 information, instead of just the name and last modtime.
5048 (eshell-current-ange-uids): Return the current user id when in a
5049 remote directory.
5050 (eshell-parse-ange-ls): Parse a full directory listing that has
5051 been returned by ange-ftp.
5052 (eshell-file-attributes): This beefed up version of
5053 `file-attributes' is only special if the user is currently in a
5054 remote directory, in which case it does a lot of work to find out
5055 what the real attributes of a file are, as they appear on the
5056 remote machine. This makes usage of remote directories (i.e.,
5057 ange-ftp pathnames) much more useful. You can now use Eshell as a
5058 full-fledged FTP client, with much more manipulation ability than
5059 most other clients.
5060
5061 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5062 variable, which means that Eshell's du should always be preferred
5063 in remote directories.
5064 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5065 just `file-attributes'.
5066 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5067 when reading remote directories. This is an Eshell-specific
5068 variable (not part of ange-ftp).
5069 (eshell/ln): Bind `ange-cache'.
5070 (eshell/du): Added some extra logic for determining when to use
5071 Eshell's du (which is slow), and when to use the external version
5072 (which may or may not exist).
5073
5074 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5075 `eshell-interactive-process', rather than using
5076 `get-buffer-process', since backgrounded processes don't count in
5077 the context of this function's logic.
5078
5079 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5080 `forward-char', so that null strings are parsed correctly.
5081
87730e84 50822000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5083
5084 * eshell/em-pred.el (eshell-pred-file-type,
5085 eshell-pred-file-links, eshell-pred-file-size): Use
5086 `eshell-file-attributes'. This is more correct over ange-ftp.
5087
5088 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5089 that remote file globbing is more efficient.
5090
5091 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5092 gathering the files and attributes within a directory.
5093
5094 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5095 the command line is a special file (not a regular file, directory
5096 or symlink), always attempt to call the external version of cat.
5097
87730e84 50982000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5099
5100 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5101 Eshell-friendly version of find-tag.
5102
1c7e37a9
MB
51032000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5104
4836835a 5105 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5106 (image-file-name-regexps): Add autoload cookies.
5107
11a7f341
KH
51082000-10-13 Kenichi Handa <handa@etl.go.jp>
5109
5110 * international/mule-cmds.el (select-safe-coding-system): If FROM
5111 is string, show it in *Warning* buffer.
5112
8ddddcb0
EZ
51132000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * startup.el (normal-top-level): Use display-popup-menus-p instead
5116 of window-system.
5117 (command-line): Use display-graphic-p instead of window-system.
5118 (command-line-1): Use display-popup-menus-p and display-mouse-p
5119 instead of window-system.
5120
72200f89
SS
51212000-10-12 Sam Steingold <sds@gnu.org>
5122
5123 * tooltip.el (tooltip-use-echo-area): New user variable.
5124 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5125
8661c643
DL
51262000-10-12 Dave Love <fx@gnu.org>
5127
d0b40dc1
DL
5128 * recentf.el: Maintainer's checkdoc fixes.
5129
a622451f
DL
5130 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5131 character class, not ASCII when matching file names.
5132 (fancy-splash-head): Add trailing slash to URL.
5133 (command-line): Don't require XPM support for toolbar.
5134
8661c643
DL
5135 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5136 (cperl-invalid-face): Revert last change.
5137 (cperl-init-faces): Quote cperl-invalid-face.
5138
ef2ed8ab
KH
51392000-10-12 Kenichi Handa <handa@etl.go.jp>
5140
5141 * startup.el (fancy-splash-text): Remove superfluous quote.
5142
b0da379e
GM
51432000-10-12 Gerd Moellmann <gerd@gnu.org>
5144
dbeb499b
GM
5145 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5146 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5147 (command-line-1): Don't use fancy-splash-pending-command.
5148 (fancy-splash-screens-1): Goto point-min after inserting text.
5149
d861718a
GM
5150 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5151
b0da379e
GM
5152 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5153 instead of shared-lisp-mode-map.
5154
4fb2ad98
MB
51552000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5156
1cb4393e
MB
5157 * faces.el (header-line): Change tty-variant to use underlining.
5158
4fb2ad98
MB
5159 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5160 (isearch-highlight): Restore lazy-isearch face properties at old
5161 position, and suppress them at new position.
5162 (isearch-dehighlight): Restore lazy-isearch face properties.
5163 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5164 over the real isearch overlay, but in that case, don't give it a
5165 face property. Use `push'.
5166
eb991b25
KH
51672000-10-12 Kenichi Handa <handa@etl.go.jp>
5168
5169 * man.el (Man-getpage-in-background): Fix previous change.
5170 Decode the process output only when we are in multibyte mode.
5171
a818c1c0
DL
51722000-10-11 Dave Love <fx@gnu.org>
5173
c990f53a
DL
5174 * info.el (Info-mode-menu): Fix some help.
5175 (info-tool-bar-map): Add entry for Info-last.
5176
a818c1c0
DL
5177 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5178 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5179 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5180 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5181 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5182 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5183 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5184 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5185 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5186 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5187 Reduce colour requirements to 25 overall. (Probably wants
5188 revisiting from the originals to reduce further.)
5189
c1b096cb
EZ
51902000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5191
5192 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5193 buffer-file-coding-system, instead of raw-text.
5194 (dehexlify-buffer): Bind coding-system-for-read to
5195 buffer-file-coding-system, instead of raw-text.
5196
5c8b7eaf
SS
51972000-10-11 Sam Steingold <sds@gnu.org>
5198
5199 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5200 `underline' - fixes the bug introduced on 2000-09-21.
5201
2cfbdb7a
DL
52022000-10-11 Dave Love <fx@gnu.org>
5203
5204 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5205 compiler warnings.
5206 (scheme-mode): Doc fix.
5207 (scheme-font-lock-keywords-1): Match `define-syntax'.
5208
52092000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5210
5211 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5212 face specs as well as default ones. Only do anything if the
5213 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5214 (region): Make dark-background `region' face less in-your-face.
4b33f290 5215
690ec649
SS
52162000-10-10 Sam Steingold <sds@gnu.org>
5217
5218 * chistory.el, ielm.el, ledit.el:
5219 * progmodes/inf-lisp.el, progmodes/scheme.el:
5220 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5221
3b95d6bb
SM
52222000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5223
5224 * textmodes/texinfo.el: Update copyright and fix typo.
5225
5226 * desktop.el (desktop-modes-not-to-save): New var.
5227 (desktop-save-buffer-p): Use it.
a30eb617
DL
5228 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5229 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5230
52312000-10-10 Dave Love <fx@gnu.org>
5232
5233 * toolbar/tool-bar.el (tool-bar-add-item)
5234 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5235 display.
5236
5237 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5238 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5239 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5240 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5241 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5242 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5243 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5244 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5245 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5246 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5247 the .xpms; probably need retouching.
5248
52492000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5250
5251 * subr.el (add-to-list): Add optional argument APPEND.
5252 * battery.el (display-battery): Use `add-to-list'.
5253
52542000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5255
5256 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5257 these vars as symbol properties.
5258 (zone, zone-when-idle, zone-leave-me-alone)
5259 (zone-pgm-whack-chars): Use new symbol properties.
5260
5261 * battery.el (display-battery): Doc spelling fix.
5262
5263 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5264 property.
5265
52662000-10-09 Dave Love <fx@gnu.org>
5267
5268 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5269 has been initialized before calling tool-bar-setup.
5270 (tool-bar-add-item-from-menu): Add autoload cookie.
5271
52722000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * menu-bar.el (send-mail-item-name): New function.
5275 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5276 of mail-user-agent in the menu. Don't display the "Send Mail"
5277 item if mail-user-agent is nil or its value is ignore.
5278 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5279 if read-mail-command is nil or its value is ignore.
5280
5281 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5282
52832000-10-09 Miles Bader <miles@gnu.org>
5284
5285 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5286 Correct image size.
5287 * toolbar/left_arrow.xpm: Correct image size.
5288
5289 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5290 will be done by the definition of `auto-compression-mode' if
5291 necessary. Move code to uninstall existing file-name handler
5292 before definition of `auto-compression-mode'.
5293
5294 * image-file.el (auto-image-file-mode): Move to the end of the
5295 file, because `define-minor-mode' actually calls the mode-function
5296 if the associated variable is non-nil, which requires that all
5297 needed functions be already defined.
5298
5299 * mouse.el (popup-menu): Balance parens.
5300
53012000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * mouse.el (popup-menu): Move the command call outside the loop
5304 so that popup-menu returns whatever the command returns.
5305
5306 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5307 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5308 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5309 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5310
5311 * vc.el (vc-version-diff): diff-switches can be a list.
5312 Use relative filenames for prettier output.
5313
5314 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5315 (vc-post-command-functions): Remove old-VC compatibility code.
5316
5317 * newcomment.el (comment-indent-default): Autoload.
5318
5319 * font-lock.el (font-lock-defaults): Make buffer-local.
5320 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5321 (font-lock-choose-keywords):
5322 Ignore LEVEL unless KEYWORDS is a list of syms.
5323 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5324 Don't wrap regexp-opt things in \(...\) unnecessarily.
5325
5326 * jit-lock.el: Don't require font-lock any more.
5327 (jit-lock-functions): Make buffer-local.
5328 (jit-lock-saved-fontify-buffer-function): Remove.
5329 (jit-lock-mode): Remove autoload cookie.
5330 Remove font-lock specific code.
5331 (jit-lock-unregister): Don't bother handling complex hooks any more.
5332 (jit-lock-refontify): New function.
5333 (jit-lock-fontify-buffer): Use it.
5334 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5335 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5336 Add optional args START and END.
5337 Never call font-lock-fontify-region directly.
5338 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5339
5340 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5341
53422000-10-08 Dave Love <fx@gnu.org>
5343
5344 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5345
5346 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5347
5348 * play/studly.el (studlify-region, studlify-word): Add autoload
5349 cookie.
5350
5351 * play/morse.el (morse-region, unmorse-region): Add autoload
5352 cookie.
5353
5354 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5355 concat.
5356
5357 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5358 insist on symbols starting with word syntax.
5359 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5360 (eval-defun-1): Doc fix.
5361 (indent-sexp): Use nconc to build up indent-stack.
5362
5363 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5364 Gnus with little use.
5365 (mail-setup-hook): Add mail-abbrevs-setup to options.
5366
5367 * recentf.el: Doc fixes.
5368
5369 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5370 Clean up remainder.
5371
5372 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5373 without timezone and (8) with timezone to enforce some whitespace.
5374 Simplify code somewhat.
5375
5376 * options.el (list-options): Doc that you should use customize.
5377
5378 * iswitchb.el (iswitchb-mode): Add :require.
5379
5380 * info.el (Info-goto-node, Info-menu): Doc fix.
5381 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5382 (info-tool-bar-map): New variable.
5383 (Info-mode): Use it.
5384 (Info-edit-map): Define all in defvar.
5385 (speedbar-attached-frame): Avoid compiler warning.
5386
5387 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5388 (global-map): Bind [tool-bar] to a filtered map.
5389 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5390 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5391 Allow PBM icons.
5392 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5393
5394 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5395 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5396 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5397 icons, except up_arrow, which is left-arrow rotated.
5398
5399 * imenu.el (imenu-add-to-menubar): Fix last change.
5400
54012000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5402
5403 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5404 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5405
54062000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5407
5408 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5409 typos in doc strings.
5410
5411 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5412 the doc strings how to customize Font Lock faces.
5413
5414 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5415 computing growth when dragging the header line.
5416
54172000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5418
5419 * simple.el (kill-line): Doc fix.
5420
54212000-10-08 Miles Bader <miles@gnu.org>
5422
5423 * faces.el (secondary-selection): Make foreground visible on tty.
5424
5425 * jka-compr.el (auto-compression-mode): Move to the end of the
5426 file, because `define-minor-mode' actually calls the mode-function
5427 if the associated variable is non-nil, which requires that all
5428 needed functions be already defined.
5429 (with-auto-compression-mode): Add autoload cookie.
5430
54312000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5432
5433 * files.el (find-backup-file-name) [ms-dos]: If support for long
5434 file names is not available, behave as if version-control were set
5435 to never.
5436
54372000-10-07 Dave Love <fx@gnu.org>
5438
5439 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5440 (browse-url-gnome-moz): New function.
5441 (browse-url-browser-function): Use it.
5442 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5443
54442000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5445
5446 * indent.el (tab-always-indent): New var.
5447 (indent-for-tab-command): Use it.
5448
5449 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5450 raise an error. This way it can still default to a sane value.
5451
54522000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5453
5454 * startup.el (fancy-splash-screens): Use local rather than global map.
5455 Don't use `update-menu-bindings' any more.
5456 Get rid of assumptions about keymap representation.
5457
54582000-10-06 Dave Love <fx@gnu.org>
5459
5460 * textmodes/fill.el (sentence-end-double-space)
5461 (sentence-end-without-period): Doc fix.
5462 (adaptive-fill-regexp): Purecopy.
5463 (unjustify-current-line): Use line-end-position.
5464 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5465
5466 * net/eudc-vars.el (eudc): Add :version, :link.
5467
5468 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5469
5470 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5471 Fix for define-minor-mode.
5472 (function-at-point): Alias to function-called-at-point.
5473
5474 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5475
5476 * simple.el (backward-word): Doc fix.
5477
5478 * image-file.el (image-file-name-regexp): image-file-regexps ->
5479 image-file-name-regexps.
5480 (image-file-name-extensions): Add pbm.
5481
54822000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5483
5484 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5485 and add filename to the names so that diff-mode can jump to source.
5486
5487 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5488 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5489 (tex-font-lock-keywords-1): Remove.
5490 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5491 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5492 (font-lock-default-fontify-region):
5493 Expand beg..end correctly when just following a multiline region.
5494 (font-lock-fontify-anchored-keywords):
5495 Include the anchor text as part of the multiline.
5496
54972000-10-06 Gerd Moellmann <gerd@gnu.org>
5498
5499 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5500 latter needs the autoloaded define-minor-mode macro during the
5501 bootstrap.
5502
5503 * startup.el (command-line): For now, activate tool-bar-mode only
5504 if XPM images are supported.
5505
5506 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5507 window by dragging a header-line at the top of the frame; that's
5508 confusing because the header-line doesn't move.
5509 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5510 of treating the event as a list. Some cleanup.
5511
55122000-10-06 Miles Bader <miles@gnu.org>
5513
5514 * simple.el (display-message-or-buffer): New function.
5515 (shell-command-on-region): Use `display-message-or-buffer'.
5516
5517 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5518 docstring parts.
5519
5520 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5521 (smbclient-prompt-regexp): Add usage note to doc string.
5522 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5523 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5524 Use add-hook for adding the comint filter function, and only do so
5525 if it's not already in the global hook list.
5526 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5527 to `make-local-variable'.
5528 (nslookup-font-lock-keywords): Remove prompt entry.
5529 (nslookup): Don't set the process-filter.
5530 (finger): Exit the loop correctly when the regexps list runs out.
5531 (ftp, smbclient, smbclient-list-shares):
5532 Set the real major mode immediately, not after execing.
5533 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5534
5535 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5536
55372000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5538
5539 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5540
5541 * which-func.el (which-func-format): Remove spurious space.
5542 (which-func-mode): Don't make it permanent-local.
5543 (which-func-ff-hook): Allow which-func-maxout to be nil.
5544 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5545 (which-func-mode): Simplify.
5546 Use post-command-idle-hook rather than post-command-hook.
5547 Go through all buffers and update their state.
5548 (which-function): Also try add-log-current-defun-function.
5549
5550 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5551 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5552 Update call to with-vc-properties accordingly.
5553 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5554 (vc-revert-buffer): More careful about window selection and deletion.
5555 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5556
5557 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5558 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5559 (cvs-dired-action): Change the default to quickdir.
5560
5561 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5562 if comment-indent-function returns nil.
5563 (comment-indent-default): New function.
5564 (comment-indent-function): Use it and document the new semantics.
5565
5566 * image-file.el: Docstring fixes.
5567
5568 * help.el (help-xref-on-pp): Use match-string.
5569 (describe-variable): New arg BUFFER.
5570 Store the current buffer in the help-xref-stack.
5571 (temp-buffer-resize-mode): Use define-minor-mode.
5572
5573 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5574 consistently with its docstring.
5575 Set jit-lock-first-unfontify-pos in an idempotent way.
5576 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5577
55782000-10-05 Alex Schroeder <alex@gnu.org>
5579
5580 * sql.el (sql-mysql-options): New variable.
5581 (sql-mysql): Use it.
5582
55832000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5584
5585 * image.el (image): New group.
5586
5587 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5588 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5589
55902000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5591
5592 * net/net-utils.el (nslookup-font-lock-keywords)
5593 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5594 Ignore the value of wqindow-system; always define keywords
5595
55962000-10-05 Kenichi Handa <handa@etl.go.jp>
5597
5598 * startup.el (fancy-splash-screens): Remove the code for
5599 debugging; `(trace-to-stderr "EXITTT\n")'.
5600
56012000-10-05 Miles Bader <miles@gnu.org>
5602
5603 * diff-mode.el (diff-goto-source): Update call to
5604 `diff-hunk-status-msg' to reflect new REV variable.
5605
56062000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5607
5608 * progmodes/icon.el (icon-mode):
5609 Don't gratuitously override the default for comment-column.
5610
5611 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5612
5613 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5614 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5615 (jit-lock-functions): New var.
5616 (jit-lock-function-1): Use it if non-nil.
5617 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5618 Set the `fontified' property before doing the fontification to avoid
5619 repeatedly going through the same error.
5620 Don't turn errors into messages.
5621 (jit-lock-register, jit-lock-unregister): New functions.
5622
5623 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5624 Use with-current-buffer.
5625
5626 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5627 Turn comment into docstring.
5628
5629 * apropos.el (apropos-mode): Use define-derived-mode.
5630
56312000-10-04 Gerd Moellmann <gerd@gnu.org>
5632
5633 * startup.el (fancy-splash-pending-command): New variable.
5634 (fancy-splash-pre-command): New function.
5635 (fancy-splash-screens): Rewritten.
5636 (command-line-1): If fancy-splash-pending-command is set, call it
5637 interactively.
5638
56392000-10-04 Dave Love <fx@gnu.org>
5640
5641 * toolbar/tool-bar.el (tool-bar-setup): New function.
5642 (tool-bar-mode): Use it.
5643
5644 * subr.el (substitute-key-definition): Doc fix.
5645 (play-sound-file): New command.
5646
56472000-10-04 Andre Spiegel <spiegel@gnu.org>
5648
5649 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5650 vc-version-backup-file-name): New functions.
5651
5652 * files.el (basic-save-buffer): Call vc-before-save before saving.
5653
5654 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5655 vc-cvs-stay-local-p.
5656
5657 * vc.el (vc-revert-buffer): Handle empty diff properly.
5658 (vc-version-backup-file): New function.
5659 (vc-checkout): Create a version backup if necessary.
5660 (vc-checkin): If a version backup file exists, delete it.
5661 (vc-version-diff): Diff locally using version backups, if available.
5662 (vc-revert-file): If there's a version backup, revert locally.
5663 (vc-transfer-file): Use version backup for base version, if
5664 available. If not, ask for confirmation whether to get it from the
5665 server. Update mode line before check-in.
5666
56672000-10-04 Dave Love <fx@gnu.org>
5668
5669 * toolbar/tool-bar.el (tool-bar-setup): New function.
5670 (tool-bar-mode): Use it.
5671
56722000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5673
5674 * net/net-utils.el (nslookup-font-lock-keywords)
5675 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5676 Only set if window-system is non-nil
5677 (net-utils-run-program): Returns buffer.
5678 (network-connection-reconnect): Added this function.
5679
5680 * generic.el:
5681 Incorporates extensive cleanup and docfixes by
5682 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5683 Uses cl compile-time macros.
5684 (generic-mode-name, generic-comment-list)
5685 (generic-keywords-list, generic-font-lock-expressions)
5686 (generic-mode-function-list, generic-mode-syntax-table):
5687 Removed variables.
5688 (generic-mode-alist): Renamed to generic-mode-list.
5689 (generic-find-file-regexp): Default changed to "^#".
5690 (generic-read-type): Uses completing read on generic-mode-list.
5691 (generic-mode-sanity-check): removed this function.
5692 (generic-add-to-auto-mode): Removed this function
5693 (generic-mode-internal): Bind mode-specific definitions
5694 into function instead of putting them in alist.
5695 (generic-mode-set-comments): Reworked extensively.
5696 (generic-mode-find-file-hook): Simplified regexp searching
5697 (generic-make-keywords-list): Omit extra pair of parens
5698
5699 * find-lisp.el (find-lisp-find-files-internal):
5700 Make sure directory name ends with "/".
5701
5702 * generic-x.el (apache-conf-generic-mode):
5703 Regexp now allows leading whitespace.
5704 (rc-generic-mode): Added eval-when-compile
5705 around generic-make-keywords-list.
5706 Deleted duplicate regexp
5707 (rul-generic-mode): Added eval-when-compile
5708 around generic-make-keywords-list.
5709 (etc-fstab-generic-mode): New generic mode.
5710 (rul-generic-mode): Removed one eval-when-compile
5711 which caused a max-specpdl-size exceeded error.
5712
57132000-10-04 Miles Bader <miles@gnu.org>
5714
5715 * simple.el (minibuffer-temporary-goal-position): New variable.
5716 (next-history-element): Try to keep the position of point in the
5717 input string constant.
5718
5719 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5720 (dired-do-create-files): If there's only one file, pass it in as
5721 the DEFAULT arg to dired-mark-read-file-name.
5722
57232000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5724
5725 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5726 (diff-goto-source): Be smarter when choosing REVERSE or not.
5727
5728 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5729 (texinfo-mode-menu): Add an explicit shortcut for update all.
5730
57312000-10-03 Andre Spiegel <spiegel@gnu.org>
5732
5733 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5734 factorize backend-specific code cleanly (this was essentially
5735 conceived by Stefan Monnier).
5736 (vc-unregister): Function removed.
5737 (vc-revert-file): New function.
5738 (vc-revert-buffer): Delegate some of the work to it.
5739
5740 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5741 default branch unconditionally.
5742 (vc-rcs-set-default-branch): New function.
5743 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5744 (vc-rcs-checkin): If an appropriate default branch has been set,
5745 force creation of that branch.
5746 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5747 code (as suggested by Stefan Monnier).
5748
57492000-10-02 Gerd Moellmann <gerd@gnu.org>
5750
5751 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5752 highlighting overlay with a different face over the overlay
5753 isearch uses to highlight the current match because that can lead
5754 to bad face combinations.
5755
5756 * loadup.el (toplevel): Load faces before isearch.
5757
5758 * isearch.el (isearch-faces): New custom group.
5759 (isearch): New defface; was already tested for in the code.
5760 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5761 (isearch-highlight): Always use face `isearch'.
5762
57632000-10-02 Dave Love <fx@gnu.org>
5764
5765 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5766 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5767 comparison of opcode with operand.
5768
57692000-10-03 Miles Bader <miles@gnu.org>
5770
5771 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5772 buffer, since the echo area will now grow to accommodate them.
5773
57742000-10-02 Andre Spiegel <spiegel@gnu.org>
5775
5776 * vc-hooks.el (vc-registered): If FILE used to be registered under
5777 a certain backend, try that one first.
5778
5779 * vc.el (vc-responsible-backend): Undo the previous change in the
5780 argument list. Handle multiple backends correctly.
5781 (vc-find-new-backend): Function removed.
5782 (vc-register): Use vc-responsible-backend, as before.
5783 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5784
57852000-10-02 Gerd Moellmann <gerd@gnu.org>
5786
5787 * startup.el (fancy-splash-head): Change message below the
5788 logo.
5789
57902000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5791
5792 * diff-mode.el (diff-goto-source): Emit a status message.
5793 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5794 (diff-test-hunk): Fix doc string.
5795 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5796 (diff-advance-after-apply-hunk): New variable.
5797 (diff-apply-hunk): Don't return a value.
5798
57992000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5800
5801 * vc.el (vc-editable-p): Minor optimization.
5802 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5803 (vc-find-new-backend): New function split from vc-responsible-backend.
5804 (vc-register): Use it.
5805 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5806 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5807 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5808 (vc-clear-headers): Don't use find-file.
5809 (vc-revert-buffer): Use `and' again (must have been a braino).
5810 (vc-switch-backend): Only prompt if requested.
5811 Short circuit if nothing is to be done.
5812 Don't use vc-resynch-buffer which could lose unsaved editing.
5813 (vc-default-receive-file): Update call to vc-unregister.
5814 (with-vc-file, vc-next-action-on-file):
5815 Use vc-backend rather than vc-registered.
5816 (vc-next-action-on-file): Use intern-soft.
5817 Deal with read-only *vc-diff* buffer.
5818 (vc-transfer-file): Docstring fix.
5819
5820 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5821 (vc-rcs-receive-file): Avoid with-vc-properties.
5822 Update call to vc-unregister.
5823 Use constant `RCS' rather than (dynamically bound) var `backend'.
5824
58252000-10-01 Andre Spiegel <spiegel@gnu.org>
5826
5827 * vc.el (vc-next-action-on-file): Update mode line only if file
5828 is visited.
5829 (vc-start-entry): New argument initial-contents. Don't visit the file
5830 if it isn't already visited. Brought documentation up-to-date.
5831 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5832 (vc-checkin): New optional arg initial-contents, which is passed to
5833 vc-start-entry.
5834 (vc-finish-logentry): Make sure to bury log buffer only if there
5835 really is one. Call `vc-resynch-buffer' on log-file, not
5836 buffer-file-name.
5837 (vc-default-comment-history, vc-default-wash-log): New functions.
5838 (vc-index-of): Removed.
5839 (vc-transfer-file): Make do without the above.
5840 (vc-default-receive-file): Call comment-history unconditionally. Pass
5841 the resulting string to vc-checkin, instead of inserting it into the
5842 comment ring.
5843
5844 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5845 unconditionally. Use the comments as initial contents of the log
5846 entry buffer. Document the trick to force branch creation with no
5847 changes.
5848
58492000-10-01 Miles Bader <miles@gnu.org>
5850
5851 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5852 `recenter' with an arg to prevent redrawing the display.
5853
58542000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5855
5856 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5857
5858 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5859
5860 * progmodes/c-mode.el (c-mode):
5861 Don't gratuitously override the default for comment-column.
5862
5863 * textmodes/tex-mode.el (latex-metasection-list): New var.
5864 (latex-imenu-create-index): Use it.
5865 Move the regexp construction outside loops (and use push).
5866 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5867 (tex-font-lock-keywords): Moved from font-lock.el.
5868 (tex-comment-indent): Remove.
5869 (tex-common-initialization): Don't set comment-indent-function.
5870 (latex-block-default): New var.
5871 (tex-latex-block): Use it to provide a default choice.
5872 Add any unknown choice to latex-block-names.
5873 Insert [...] after {...}.
5874 (tex-last-unended-begin): Simplify regexp.
5875 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5876 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5877 (latex-mode): Set forward-sexp-function.
5878
5879 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5880 Add regexp for @ignore ... @end ignore.
5881 (texinfo-heading-face): New face.
5882 (texinfo-font-lock-keywords): Use it.
5883 (texinfo-mode-menu): New menu.
5884 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5885 New functions.
5886 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5887 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5888 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5889 Remove declaration.
5890 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5891
5892 * delsel.el (delete-selection-mode): Use define-minor-mode.
5893
5894 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5895
58962000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5899
59002000-09-30 Gerd Moellmann <gerd@gnu.org>
5901
5902 * replace.el (keep-lines-read-args): New function.
5903 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5904 read arguments interactively. Add parameters RSTART and REND.
5905 Operate on the active region in Transient Mark mode.
5906
5907 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5908
5909 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5910 (authors-obsolete-files-regexps): New variable.
5911 (authors-add): Don't record changes in obsolete files.
5912
59132000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5914
5915 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5916
5917 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5918 (comment-indent): Make sure there's a space between code and comment.
5919 Shift comments left to avoid going past fill-column.
5920
59212000-09-29 Gerd Moellmann <gerd@gnu.org>
5922
5923 * startup.el (startup-echo-area-message): New function.
5924 (display-startup-echo-area-message): Use it.
5925 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5926 (fancy-splash-default-action): New function.
5927 (fancy-splash-screens-1): New function.
5928 (fancy-splash-head): Put a help-echo and a keymap under the image.
5929
59302000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5931
5932 * diff-mode.el (diff-add-log-file-name): Remove.
5933 (diff-mode): Use add-log-buffer-file-name-function.
5934
5935 * add-log.el (find-change-log): New arg BUFFER-FILE.
5936 (add-log-file-name): Obey add-log-file-name-function.
5937 (add-log-buffer-file-name-function): New var.
5938 (add-change-log-entry): Use it.
5939
59402000-09-29 Miles Bader <miles@gnu.org>
5941
5942 * image-file.el (image-file-name-extensions): New variable.
5943 (image-file-name-regexps): Renamed from `image-file-regexps'.
5944 New default value is nil. Call `auto-image-file-mode'.
5945 (image-file-name-regexp): New function.
5946 (auto-image-file-mode): New minor mode.
5947 (insert-image-file): Don't make conditional on the image-file
5948 handler being enabled.
5949 (image-file-handler): Make the call here conditional instead.
5950 (set-image-file-handler-enabled, enable-image-file-handler)
5951 (disable-image-file-handler): Functions removed.
5952
5953 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5954 string.
5955
59562000-09-29 Gerd Moellmann <gerd@gnu.org>
5957
5958 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5959 it's a function from CL.
5960 (latex-imenu-create-index): Replace eval-when-compile with progn
5961 because latex-section-alist is not bound while compiling.
5962
59632000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5964
5965 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5966 (outline-mode): Use define-derived-mode.
5967
5968 * progmodes/perl-mode.el (perl-mode):
5969 * progmodes/awk-mode.el (awk-mode):
5970 * progmodes/asm-mode.el (asm-mode):
5971 Don't gratuitously override the default for comment-column.
5972
5973 * emacs-lisp/lisp.el (lisp-complete-symbol):
5974 Distinguish the let-binding case from the funcall case.
5975 (forward-sexp-function): New variable.
5976 (forward-sexp): Use it.
5977
5978 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5979 (easy-mmode-defmap): Remove the now useless autoload.
5980
5981 * time.el (display-time-mode): Use define-minor-mode.
5982
5983 * subr.el (add-minor-mode): Don't eval NAME.
5984 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5985 Use if rather than cond.
5986
5987 * simple.el (read-expression-map): Define more properly.
5988 (comment-indent-hook): Remove.
5989 (string-to-syntax): Bug fix.
5990
5991 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5992 (cvs-ediff-diff): Fix typo.
5993 (cvs-revert-if-needed): Don't bother preserving read-only.
5994
5995 * paren.el (show-paren-mode): Use define-minor-mode.
5996
5997 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5998 (toggle-auto-compression): Remove.
5999 (jka-compr-build-file-regexp): Remove useless grouping.
6000
6001 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6002 Avoid user-reserved bindings.
6003 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6004 (diff-header-face): Revert to grey85.
6005
6006 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6007
6008 * complete.el (partial-completion-mode) <defcustom>: Remove.
6009 (partial-completion-mode): Use define-minor-mode.
6010 (PC-do-completion): Understand `completion-auto-help = delay'
6011 to mean to popup the completion buffer only the second time.
6012 (PC-include-file-all-completions, PC-include-file-all-completions)
6013 (PC-include-file-all-completions): Don't quote lambda.
6014
6015 * comint.el (comint-mode-hook): Docstring fix.
6016 (comint-mode): Use define-derived-mode.
6017 (comint-mode-map): Remove obsolete comment.
6018 (make-comint): Minor stylistic change.
6019 (comint-insert-clicked-input): Be more careful to find the overlay.
6020 Use this-command-keys rather than hardcoding mouse-2.
6021
6022 * font-lock.el: Replace confusing (,@ with ,
6023 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6024 Don't use regexp-opt-depth. Spice up the regexp for args.
6025 Don't distinguish between cmds that can take an opt arg or not.
6026 Use `append' and `prepend' rather than `keep'.
6027
6028 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6029 (latex-outline-regexp): New var.
6030 (latex-outline-level): New fun.
6031 (latex-section-alist): New var.
6032 (latex-imenu-create-index): Use it. Use `push' as well.
6033 (tex-shell-map): Initialize it properly.
6034 (tex-mode): Minor stylistic change.
6035 (plain-tex-mode): Use define-derived-mode.
6036 (latex-mode): Use define-derived-mode.
6037 Construct the paragraph regexps in a more readable way.
6038 Set the buffer-local outline-{level,regexp} vars.
6039 (slitex-mode): Derive from latex-mode.
6040 (tex-common-initialization): Don't kill-all-vars anymore.
6041 Add setting for comment-add and font-lock-defaults.
6042 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6043 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6044 (tex-start-tex): New arg DIR (and send a chdir command for it).
6045 Also display the shell buffer and save it in tex-last-buffer-texed.
6046 (tex-region): Use expand-file-name rather than concat.
6047 Remove code made useless by changes in tex-start-tex.
6048 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6049
6050 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6051
60522000-09-28 Dave Love <fx@gnu.org>
6053
6054 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6055
60562000-09-28 Gerd Moellmann <gerd@gnu.org>
6057
6058 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6059 `append'.
6060
60612000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6062
6063 * info.el (Info-extract-pointer): Undo last change.
6064 Instead, fix the position of the `bound' arg to re-search-backward.
6065
60662000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6067
6068 * info.el (Info-extract-pointer):
6069 Widen more carefully, to avoid finding pointers in other nodes.
6070 (Info-index): Use push.
6071
60722000-09-27 Gerd Moellmann <gerd@gnu.org>
6073
6074 * frame.el (set-frame-font): Remove call to obsolete function
6075 frame-update-faces.
6076 (set-foreground-color, set-background-color): Likewise for
6077 frame-update-face-colors.
6078
60792000-09-27 Miles Bader <miles@gnu.org>
6080
6081 * image-file.el: New file.
6082
60832000-09-27 Gerd Moellmann <gerd@gnu.org>
6084
6085 * frame.el (frame-notice-user-settings): Don't call
6086 frame-update-faces, which is a no-op now.
6087
6088 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6089 tool-bar-lines.
6090
60912000-09-27 Dave Love <fx@gnu.org>
6092
6093 * mouse.el: Fix last change.
6094
60952000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6096
6097 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6098
60992000-09-22 Kenichi Handa <handa@etl.go.jp>
6100
6101 * international/quail.el (quail-help): The output message is
6102 improved.
6103
61042000-09-26 Dave Love <fx@gnu.org>
6105
6106 * mouse.el (popup-menu): If POSITION is nil, set it using
6107 mouse-position.
6108
61092000-09-25 Sam Steingold <sds@gnu.org>
6110
6111 * net/browse-url.el (browse-url-file-url): Check for null maps.
6112
61132000-09-26 Gerd Moellmann <gerd@gnu.org>
6114
6115 * frame.el (frame-notice-user-settings): Don't add a
6116 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6117
6118 * frame.el (frame-notice-user-settings):
6119 Make tool-bar-mode and default-frame-alist consistent.
6120
6121 * toolbar/tool-bar.el (tool-bar-help): New function.
6122
61232000-09-25 Gerd Moellmann <gerd@gnu.org>
6124
6125 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6126 current-load-list in top-level forms. Else this leaks a cons cell
6127 every time a defun is called.
6128
6129 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6130
61312000-09-25 Dave Love <fx@gnu.org>
6132
6133 * startup.el (fancy-splash-head): Check XPM is available.
6134
6135 * autoinsert.el (auto-insert): Doc fix.
6136 (auto-insert-alist): Following GNU notices, don't say `copyright
6137 _by_'. Use line-beginning-position.
6138 (auto-insert): Check buffer-file-name is non-nil before use.
6139
61402000-09-25 Gerd Moellmann <gerd@gnu.org>
6141
6142 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6143 starting with `@def' or `@multitable', in addition to ones
6144 specified by the user in auto-fill-inhibit-regexp.
6145
61462000-09-25 Markus Rost <rost@math.ohio-state.edu>
6147
6148 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6149 rmail-dont-reply-to-names matches the empty string.
6150
61512000-09-25 Gerd Moellmann <gerd@gnu.org>
6152
6153 * startup.el (command-line-1, fancy-splash-text): Change the
6154 text to sound more friendly.
6155
61562000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6157
6158 * progmodes/hideshow.el: Update author email address.
6159 Generally, sync w/ maintainer version 5.22.
6160 (hs-hide-all-non-comment-function): New var.
6161 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6162 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6163 (hs-show-region): Delete this command.
6164 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6165
61662000-09-22 Dave Love <fx@gnu.org>
6167
6168 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6169 (hl-line-highlight): Specify buffer when moving overlay.
6170
6171 * progmodes/fortran.el (fortran-mode): Locally set
6172 normal-auto-fill-function.
6173 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6174 (fortran-mode-map): Adjust auto-fill menu entry.
6175
61762000-09-22 Gerd Moellmann <gerd@gnu.org>
6177
6178 * vc-rcs.el (toplevel): Require `vc' when compiling.
6179
6180 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6181
61822000-09-22 Andre Spiegel <spiegel@gnu.org>
6183
6184 * vc.el (vc-switch-backend): Signal an error if the file is not
6185 registered under the new backend.
6186
6187 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6188 without explicit revision number.
6189
61902000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6191
6192 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6193 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6194 (diff-xor): New function.
6195 (diff-find-source-location): Use it. Fix a stupid name clash.
6196 (diff-hunk-status-msg): New function.
6197 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6198 (diff-test-hunk): Use diff-find-source-location.
6199 (diff-goto-source): Favor the `reverse'.
6200 (diff-hunk-text): Properly handle one-sided context diffs.
6201 (diff-apply-hunk): When done, advance to the next hunk.
6202
62032000-09-21 Gerd Moellmann <gerd@gnu.org>
6204
6205 * startup.el (command-line): If frame was created with a non-zero
6206 tool-bar-lines parameter, switch tool-bar-mode on.
6207
6208 * add-log.el (change-log-date-face, change-log-name-face)
6209 (change-log-email-face, change-log-file-face)
6210 (change-log-list-face, change-log-conditionals-face)
6211 (change-log-function-face, change-log-acknowledgement-face):
6212 New faces, inheriting from font-lock faces.
6213 (change-log-font-lock-keywords): Use them.
6214
62152000-09-21 Dave Love <fx@gnu.org>
6216
6217 * progmodes/cperl-mode.el (top-level): Clean up
6218 `eval-when-compile's and assorted defvars.
6219 (cperl-invalid-face): Don't double-quote value. Change custom
6220 type.
6221 (cperl-mode): Set normal-auto-fill-function and don't zap
6222 auto-fill-function.
6223 (cperl-imenu--function-name-regexp-perl): Renamed from
6224 imenu-example--function-name-regexp-perl.
6225 (cperl-imenu--create-perl-index): Renamed from
6226 imenu-example--create-perl-index.
6227 (cperl-xsub-scan): Don't require cl.
6228
6229 * msb.el (msb-mode-map): Use substitute-key-definition.
6230 (msb-mode): Use msb-mode-map.
6231
62322000-09-21 Andre Spiegel <spiegel@gnu.org>
6233
6234 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6235 New functions.
6236 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6237 (vc-switch-backend): New function.
6238 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6239 (vc-register): Fix prompt.
6240 (vc-unregister, vc-default-unregister): New functions.
6241 (vc-version-diff): Handle empty buffer in sentinel.
6242
6243 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6244 (vc-rcs-state-heuristic): Use it to guess the state of files with
6245 non-strict locking.
6246 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6247 been set with -b, but not created yet.
6248 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6249 contents in order to find the state.
6250 (vc-rcs-checkin): Allow creation of branches with no changes.
6251 (vc-rcs-unregister, vc-rcs-receive-file)
6252 (vc-rcs-set-non-strict-locking): New functions.
6253
6254 * vc-hooks.el (vc-name): Force correct computation of the value
6255 in case it is missing.
6256
62572000-09-21 Gerd Moellmann <gerd@gnu.org>
6258
6259 * startup.el (fancy-splash-tail): Use a different foreground
6260 color on a dark frame background.
6261
62622000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6263
6264 * info.el: Use the correct capitalization when making Info-mode
6265 and Info-edit-mode `special' modes.
6266
62672000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6268
6269 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6270 (diff-mode): Add support for add-log.el.
6271 (diff-hunk-text): Use char offsets rather than line offsets.
6272 (diff-find-source-location): Replace LINE with line-offset (nil
6273 if not found) and always set POS to a meaningful position.
6274 Adapt to the new char-offsets.
6275 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6276 Adapt to the new diff-find-source-location.
6277 (diff-goto-source): Adapt to the new diff-find-source-location.
6278
6279 * add-log.el (add-log-file-name): New function (split out of
6280 add-change-log-entry).
6281 (add-change-log-entry): Use it.
6282 Call add-log-file-name-function with the changelog file name if
6283 the current buffer is not associated with any file.
6284 Avoid find-file if the selected window is dedicated.
6285
6286 * diff-mode.el (diff-find-source-location):
6287 Move code from diff-apply-hunk. Return buffer rather than file.
6288 (diff-apply-hunk): Use the new result from diff-find-source-location.
6289 (diff-goto-source): Use the new diff-find-source-location.
6290
62912000-09-20 Dave Love <fx@gnu.org>
6292
6293 * iswitchb.el: Some doc fixes.
6294 (iswitchb-mode-map): Define completely initially. Inherit
6295 minibuffer-local-map.
6296 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6297 fundamental-mode.
6298 (iswitchb-global-map): New variable.
6299 (iswitchb-summaries-to-end): Amalgamate regexps.
6300 (iswitchb-mode): New.
6301 (iswitchb-mode-hook): New variable.
6302 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6303 `extensions'.
6304
63052000-09-20 Gerd Moellmann <gerd@gnu.org>
6306
6307 * ehelp.el (electric-help): New defgroup.
6308 (electric-help-shrink-window): New user-option.
6309 (with-electric-help): Use it.
6310
6311 * window.el (shrink-window-if-larger-than-buffer): If face
6312 `mode-line' has a :box, and we're on a graphical frame, add 1
6313 to the needed window height.
6314
6315 * frame.el (frame-notice-user-settings): Add a last parameter nil
6316 to a call to `append', because the last list passed to `append' is
6317 not copied, and so subsequent calls to assq-delete-all will modify
6318 default-frame-alist.
6319
6320 * startup.el (fancy-splash-image): Change :type.
6321 (fancy-splash-head): Use an XBM image if appropriate.
6322 (command-line-1): Show splash screens in more cases.
6323
6324 * startup.el (fancy-splash-text): Don't quote faces.
6325
6326 * dired.el (dired-font-lock-keywords): Undo last change.
6327 (dired-readin): Bind indent-tabs-mode to nil.
6328
6329 * startup.el (fancy-splash-head): If frame's background mode
6330 is `dark', change the black background of the image to gray.
6331 (fancy-splash-screens): Display startup echo area message.
6332 (display-startup-echo-area-message): New function.
6333
63342000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6335
6336 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6337
6338 * info.el (info-header-node): Tweak for color ttys.
6339
6340 * faces.el (face-valid-attribute-values): Make sure directories we
6341 search for stipples both exist and are readable before trying to
6342 search them.
6343
6344 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6345 in the dry-run case.
6346
6347 * jka-compr.el (with-auto-compression-mode): New macro.
6348
6349 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6350 (custom-group-tag-face, custom-variable-tag-face): Use relative
6351 :height and inherit from `variable-pitch' face instead of
6352 hardwiring :family.
6353 * hi-lock.el (hi-black-hb): Likewise.
6354
6355 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6356 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6357 toolbar-add-item, if image doesn't have a mask add a `:mask
6358 heuristic'.
6359
63602000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6361
6362 * diff-mode.el: Docstring fixes.
6363 (diff-header-face, diff-comment-face): New faces.
6364 (diff-font-lock-keywords): Highlight a bit differently.
6365 (diff-find-source-location): Don't return SPAN any more.
6366 (diff-hunk-text): Don't bother erasing the temp buffer.
6367 (diff-find-text): Drop argument LINE.
6368 (diff-apply-hunk): Update calls to diff-find-text.
6369 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6370
6371 * calendar/calendar.el: Docstring fixes.
6372 (calendar-make-alist): Don't quote lambda.
6373 (calendar-star-date): Use make-local-variable.
6374
63752000-09-19 Dave Love <fx@gnu.org>
6376
6377 * toolbar/tool-bar.el: Renamed from toolbar.el.
6378 Change `toolbar' to `tool-bar' generally in symbols.
6379 Make some items invisible in `special' major modes.
6380 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6381 Add arg PROPS.
6382
6383 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6384 Add :version here.
6385 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6386
63872000-09-19 Gerd Moellmann <gerd@gnu.org>
6388
6389 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6390
6391 * files.el (find-file-suppress-same-file-warnings): New user-option.
6392 (find-file-noselect): Use it.
6393
6394 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6395 (fancy-splash-screen): Defgroup.
6396
6397 * add-log.el (change-log-font-lock-keywords): Match names
6398 more exactly for the case that font-lock-constant-face is
6399 underlined.
6400
64012000-09-19 Richard M. Stallman <rms@gnu.org>
6402
6403 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6404
64052000-09-19 Andre Spiegel <spiegel@gnu.org>
6406
6407 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6408
64092000-09-19 Gerd Moellmann <gerd@gnu.org>
6410
6411 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6412 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6413 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6414 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6415 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6416 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6417 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6418 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6419 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6420 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6421 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6422 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6423
6424 * startup.el (fancy-splash-text): New variable.
6425 (fancy-splash-delay, fancy-splash-image): New user-options.
6426 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6427 (fancy-splash-screens): New functions.
6428 (command-line-1): If display has a `display' frame parameter, has
6429 colors, and we have XPM support, show more fancy splash screens.
6430
64312000-09-19 Dave Love <fx@gnu.org>
6432
6433 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6434 with null `help'. Use modern backquote syntax.
6435
64362000-09-19 Gerd Moellmann <gerd@gnu.org>
6437
6438 * font-lock.el (font-lock-mode): Change message telling the user
6439 that ``the buffer is too big''.
6440
6441 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6442 for instance for the case that tab-width is 2.
6443
64442000-09-18 Gerd Moellmann <gerd@gnu.org>
6445
6446 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6447 toolbar-add-item, if image doesn't have a mask add a `:mask
6448 heuristic'.
6449
64502000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6451
6452 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6453 and return a cons if it's non-nil.
6454 (diff-apply-hunk): Try to jump to the line in the source text
6455 corresponding to the position of point in the in the hunk.
6456
6457 * info.el (Info-title-3-face, Info-title-2-face)
6458 (Info-title-1-face): Use face inheritance and relative sizes
6459 instead of hard-wiring things.
6460
6461 * faces.el (secondary-selection): Make dark-background variant sane.
6462
64632000-09-16 Andrew Innes <andrewi@gnu.org>
6464
6465 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6466 read-only, since they aren't under VC now.
6467
64682000-09-17 Dave Love <fx@gnu.org>
6469
6470 * tmm.el: Replace mapcar with mapc in several places.
6471
6472 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6473 ad-unadvise.
6474
6475 * international/latin1-disp.el: New file.
6476
6477 * calendar/cal-move.el (scroll-calendar-left)
6478 (scroll-calendar-right): Make arg optional (for active mode line).
6479
6480 * calendar/calendar.el (calendar-mode-line-format): Make fields
6481 mouse-sensitive.
6482 (calendar-read-date, calendar-read-date, calendar-window-list):
6483 Unquote lambda.
6484 (calendar-month-name): Use aref, not sref.
6485
6486 * view.el (minor-mode-alist): Propertize the string.
6487
6488 * international/characters.el (standard-case-table): Add entries
6489 for Greek.
6490
64912000-09-18 Miles Bader <miles@gnu.org>
6492
6493 * info.el (info-node, info-xref): Add dark-background variants.
6494
6495 * faces.el (header-line): Change defaults to be less confusing
6496 when mixed with mode-lines.
6497
6498 * info.el (Info-fontify-node): Make a few cleanups.
6499 Add extra `help-echo' and `local-map' props to node xrefs.
6500 Use header-specific faces for node-names & xrefs.
6501 (Info-use-header-line): New variable.
6502 (info-header-xref, info-header-node): New faces.
6503 (Info-setup-header-line): New function.
6504 (Info-select-node): Call Info-setup-header-line when enabled.
6505 (Info-extract-pointer): Work even if the header line is hidden.
6506 (Info-header-line): New variable.
6507
65082000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6509
6510 * vms-patch.el (print-region-function): Don't quote lambda.
6511
6512 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6513
6514 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6515 (lm-get-header-re): Allow spaces between the header and the colon.
6516 (lm-header): Allow $ in non-RCS headers.
6517 (lm-header-multiline): Put the strings back into order.
6518 Stop at an empty line. Don't require two space chars if the
6519 line is clearly not another header line.
6520
6521 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6522 (popup-menu-popup): Remove.
6523
65242000-09-15 Gerd Moellmann <gerd@gnu.org>
6525
6526 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6527 specification if or if not tool-bar item contains an `:enabled'
6528 property.
6529
6530 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6531 current buffer has no file name.
6532
65332000-09-15 Dave Love <fx@gnu.org>
6534
6535 * strokes.el: Sync with maintainer's current version with changes
6536 for Emacs, but avoid runtime cl and levents.
6537 (toplevel): Change autoloads and compilation requires.
6538 (strokes-version, strokes-bug-address, strokes-lift): Values
6539 changed.
6540 (strokes-xpm-header, strokes-insinuated): New variable.
6541 (strokes): Add :link.
6542 (strokes-mode): Customized.
6543 (strokes-while-inhibiting-garbage-collector): New macro.
6544 (strokes-remassoc): Avoid remove-if.
6545 (strokes-fix-button2-command): Don't use ad-do-it.
6546 (strokes-insinuate): New function.
6547 (strokes-button-press-event-p, strokes-button-release-event-p):
6548 New functions, used instead of non-`strokes-' versions..
6549 (strokes-mouse-event-p): Rewritten.
6550 (strokes-event-closest-point): Avoid event-point.
6551 (strokes-get-grid-position): Avoid cdadr, caadr
6552 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6553 functions.
6554 (strokes-help): Use with-output-to-temp-buffer.
6555 (strokes-window-configuration-changed-p): New function.
6556 (strokes-update-window-configuration): Use buffer-live-p,
6557 strokes-window-configuration-changed-p.
6558 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6559 (strokes-char-face): New face.
6560 (strokes-char-table, strokes-base64-chars): New variable.
6561 (strokes-xpm-for-stroke, strokes-list-strokes)
6562 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6563 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6564 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6565 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6566 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6567 functions.
6568
65692000-09-15 Gerd Moellmann <gerd@gnu.org>
6570
6571 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6572
6573 * image.el (create-image): Doc fix.
6574
6575 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6576 instead of `:heuristic-mask t'.
6577
65782000-09-14 Andrew Innes <andrewi@gnu.org>
6579
6580 * makefile.w32-in: Revert to Unix line endings.
6581
65822000-09-14 Andrew Innes <andrewi@gnu.org>
6583
6584 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6585 when installing.
6586
6587 * makefile.nt (DONTCOMPILE): Fix typo.
6588
6589 * shell.el (shell-write-history-on-exit): New function.
6590 (shell-dumb-shell-regexp): New custom variable.
6591 (shell-mode): Make shell-write-history-on-exit the process
6592 sentinel if shell name matches shell-dumb-shell-regexp.
6593
6594 * w32-fns.el: Comment out before-init-hook function which resets
6595 source-directory based; this breaks bootstrap.
6596
65972000-09-14 Dave Love <fx@gnu.org>
6598
6599 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6600 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6601 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6602 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6603 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6604 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6605 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6606 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6607 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6608
6609 * toolbar/toolbar.el: New.
6610
6611 * subdirs.el: Add toolbar.
6612
66132000-09-14 Gerd Moellmann <gerd@gnu.org>
6614
6615 * indent.el (indent-for-tab-command): Doc fix.
6616
66172000-09-14 Alex Schroeder <alex@gnu.org>
6618
6619 * ansi-color.el (ansi-colors): Doc change.
6620 (ansi-color-get-face): Simplified regexp.
6621 (ansi-color-faces-vector): Added more faces, doc change.
6622 (ansi-color-names-vector): Doc change.
6623 (ansi-color-regexp): Simplified regexp.
6624 (ansi-color-parameter-regexp): New regexp.
6625 (ansi-color-filter-apply): Doc change.
6626 (ansi-color-filter-region): Doc change.
6627 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6628 deal with zero length parameters.
6629 (ansi-color-apply-on-region): Doc change.
6630 (ansi-color-map): Doc change.
6631 (ansi-color-map-update): Removed debugging message.
6632 (ansi-color-get-face-1): Added condition-case to trap
6633 args-out-of-range errors.
6634 (ansi-color-get-face): Doc change.
6635 (ansi-color-make-face): Removed.
6636 (ansi-color-for-shell-mode): New option.
6637
66382000-09-13 Kenichi Handa <handa@etl.go.jp>
6639
6640 * international/quail.el (quail-start-translation): Translate KEY
6641 if necessary even if it doesn't have any mapping in the current
6642 input method.
6643 (quail-start-conversion): Likewise.
6644 (quail-help): The output message is improved.
6645
66462000-09-13 Miles Bader <miles@gnu.org>
6647
6648 * comint.el (comint-output-filter): Revert to using
6649 `insert-before-markers'. Add bletcherous hack to undo damage
6650 caused by `insert-before-markers'. Put `front-sticky' property on
6651 overlays created here so that the field code understands how the
6652 overlay works. Use a let when making comint-last-prompt-overlay,
6653 so that the code is easier to read.
6654
66552000-09-13 Dave Love <fx@gnu.org>
6656
6657 * wid-edit.el (widget-default-format-handler): DTRT when
6658 doc-property is a function.
6659
66602000-09-12 Francesco Potorti` <pot@gnu.org>
6661
6662 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6663 filed name if it's not there.
6664
66652000-09-12 Dave Love <fx@gnu.org>
6666
6667 * simple.el (read-mail-command): Doc fix.
6668 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6669
6670 * vc.el (vc-dired-listing-switches): Fix :version.
6671
6672 * vc-hooks.el: Doc fixes.
6673
6674 * subr.el (add-minor-mode): Use toggle-fun arg.
6675
6676 * speedbar.el: Add :version to several defcustoms.
6677
6678 * imenu.el (imenu--truncate-items, imenu--cleanup)
6679 (imenu--generic-function): Avoid mapcar.
6680 (imenu--replace-spaces): Function removed.
6681 (imenu--completion-buffer): Use subst-char-in-string.
6682 (imenu-add-to-menubar): Use keymap inheritance.
6683
66842000-09-12 Miles Bader <miles@gnu.org>
6685
6686 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6687 (diff-mode-map): Bind `diff-test-hunk'.
6688 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6689
66902000-09-11 Gerd Moellmann <gerd@gnu.org>
6691
6692 * bytecomp.el (byte-compile-defvar): Undo last change
6693 because it breaks '(make-variable-buffer-local (defvar ...)'
6694 which is used at least in dired.
6695
66962000-09-12 Kenichi Handa <handa@etl.go.jp>
6697
6698 * international/quail.el (quail-define-package): Docstring
6699 modified.
6700
67012000-09-12 Kenichi Handa <handa@etl.go.jp>
6702
6703 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6704 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6705 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6706 docstring of "chinese-py".
6707
6708 * international/quail.el (quail-translation-docstring): New
6709 variable.
6710 (quail-show-keyboard-layout): Docstring modified.
6711 (quail-select-current): Likewise.
6712 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6713 infinite recursive call.
6714 (quail-help): Check quail-translation-docstring. Format of the
6715 output changed.
6716 (quail-help-insert-keymap-description): Adjusted for the above
6717 change.
6718
67192000-09-11 Gerd Moellmann <gerd@gnu.org>
6720
6721 * bytecomp.el (byte-compile-defvar): Only cons onto
6722 current-load-list in top-level forms. Else this leaks a cons cell
6723 every time a defun is called.
6724
67252000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6726
6727 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6728 Now understands non-unified diffs. Some functionality moved into
6729 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6730 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6731 modify anything. Only reposition point in the patched file if the
6732 patch succeeds. Only pop up another window if POPUP is true.
6733 Emit a message describing what happened if successful, and at what
6734 line-offset. Automatically detect reversed hunks and do something
6735 appropriate.
6736 (diff-hunk-text, diff-find-text): New functions.
6737 (diff-filter-lines): Function removed.
6738 (diff-test-hunk): New function.
6739 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6740
67412000-09-10 Dave Love <fx@gnu.org>
6742
6743 * textmodes/tildify.el: Minor doc/commentary fixes.
6744 (tildify) <defgroup>: Add :version.
6745
6746 * faces.el (face-x-resources): Make custom type more specific.
6747 (frame-background-mode): Use mapc.
6748 (region) <defcustom>: Add :version.
6749
67502000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6751
6752 * vc-sccs.el (vc-sccs-register):
6753 * vc-rcs.el (vc-rcs-register):
6754 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6755 * vc.el (vc-register): Clear file's properties.
6756
67572000-09-08 Gerd Moellmann <gerd@gnu.org>
6758
6759 * faces.el (face-spec-set): Only face-spec-reset-face when
6760 ATTRS is non-nil.
6761
67622000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6763
6764 * help.el (help-insert-xref-button): Fix a typo in doc string.
6765
67662000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6767
6768 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6769 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6770 methods.
6771
6772 * menu-bar.el (read-mail-item-name): New function.
6773 (menu-bar-tools-menu): Use it to compute and display the package
6774 used to read email.
6775 (menu-bar-tools-menu): Fix typo in GUD's help string.
6776
67772000-09-07 Dave Love <fx@gnu.org>
6778
6779 * diff-mode.el (diff-mouse-goto-source): New function.
6780
6781 * vc-sccs.el: Doc fixes.
6782 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6783
6784 * vc-rcs.el: Doc fixes.
6785 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6786 (vc-rcs-checkout-switches, vc-rcs-header)
6787 (vc-rcs-master-templates): Add or change :version.
6788
6789 * vc-cvs.el: Doc fixes.
6790 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6791 (vc-cvs-stay-local): Add :version.
6792
6793 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6794
67952000-09-07 Kenichi Handa <handa@etl.go.jp>
6796
6797 * international/quail.el (quail-help): Fix previous change.
6798
67992000-09-07 Gerd Moellmann <gerd@gnu.org>
6800
6801 * faces.el (color-values): Doc fix.
6802
6803 * faces.el (frame-set-background-mode): Use frame-parameter
6804 instead of frame-parameters.
6805
6806 * frame.el (filtered-frame-list): Reduce consing.
6807 (frames-on-display-list): Call frame-parameter instead of
6808 frame-parameters.
6809
68102000-09-07 Kenichi Handa <handa@etl.go.jp>
6811
6812 * language/devan-util.el (devanagari-to-indian-region): In the
6813 loop, change the following char, not preceding char.
6814
68152000-09-07 Gerd Moellmann <gerd@gnu.org>
6816
6817 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6818 instead of frame-parameters.
6819
6820 * faces.el (set-face-attribute): Simplify by calling
6821 internal-set-lisp-face-attribute with FRAME being 0.
6822
6823 * vc.el: Remove `Id' version control keyword.
6824
68252000-09-07 Kenichi Handa <handa@etl.go.jp>
6826
6827 * help.el (help-make-xrefs): Adjusted for the change of
6828 help-xref-mule-regexp.
6829 (help-insert-xref-button): New function.
6830
6831 * international/mule-cmds.el (help-xref-mule-regexp-template):
6832 Include the pattern for character set.
6833 (leim): New group.
6834
6835 * international/quail.el: Don't require face.
6836 (quail): New group.
6837 (quail-other-command): Dummy command to make quail-help work better.
6838 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6839 (quail-keyboard-layout-substitution): New variable.
6840 (quail-update-keyboard-layout): New function.
6841 (quail-keyboard-layout-type): New customizable variable.
6842 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6843 (quail-keyboard-translate): Pay attention to
6844 quail-keyboard-layout-substitution.
6845 (quail-insert-kbd-layout): New function.
6846 (quail-show-keyboard-layout): New function.
6847 (quail-get-translation): If the definition is a vector of length
6848 1, and the element is a string of length 1, return the character
6849 in that string.
6850 (quail-update-current-translations): Fix the case of
6851 relative-index out of range.
6852 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6853 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6854 Show key sequences for all available characters.
6855 (quail-help-insert-keymap-description): Don't show such verbose
6856 key bindings as quail-self-insert-command.
6857
6858 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6859 Format changed, and each element now have extra documentations.
6860 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6861 Adjusted for the change of quail-cxterm-package-ext-info.
6862
68632000-09-06 Gerd Moellmann <gerd@gnu.org>
6864
6865 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6866 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6867 during bootstrap.
6868
68692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6870
6871 * vc.el: (toplevel): Don't require `dired' at run-time.
6872 (vc-dired-resynch-file): Remove autoload cookie.
6873
68742000-09-05 Andre Spiegel <spiegel@gnu.org>
6875
6876 * vc.el: Made several backend functions optional.
6877 (vc-default-responsible-p): New function.
6878 (vc-merge): Use RET for first version to trigger merge-news, not
6879 prefix arg.
6880 (vc-annotate): Handle backends that do not support annotation.
6881 (vc-default-merge-news): Removed. The existence of a merge-news
6882 implementation is now checked on caller sites.
6883
6884 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6885 case.
6886
6887 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6888 special case that has been removed from the default in vc-hooks.el.
6889
68902000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6891
6892 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6893
68942000-09-05 Andre Spiegel <spiegel@gnu.org>
6895
6896 * vc-hooks.el: Require vc during compilation.
6897 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6898 macro `with-vc-properties' in vc.el.
6899 (vc-file-getprop): Doc fix.
6900 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6901
6902 * vc.el: Require dired-aux during compilation.
6903 (vc-name-assoc-file): Moved to vc-sccs.el.
6904 (with-vc-properties): New macro.
6905 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6906 vc-finish-steal): Use it.
6907 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6908 to the backend-specific function is now supposed to do the checkout,
6909 too.
6910 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6911
6912 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6913 set file properties; that gets done in the generic code now.
6914
6915 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6916 Changed parameter list, added code from vc.el that does the
6917 checkout, possibly with a double-take.
6918
6919 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6920 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6921 the above under the new name.
6922 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6923 parameter list, added checkout command.
6924 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6925 properties; that gets done in the generic code now.
6926
69272000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6928
6929 * vc.el: Docstring fixes (courtesy of checkdoc).
6930
69312000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6932
6933 * vc.el (vc-checkout-writable-buffer-hook)
6934 (vc-checkout-writable-buffer): Remove.
6935 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6936 (vc-log-mode): Make it into a clean derived major mode.
6937 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6938 vc-log-mode if log-edit is not available.
6939 (vc-dired-mode-map): Don't set-keymap-parent yet.
6940 (vc-dired-mode): Do set-keymap-parent here.
6941 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6942
69432000-09-05 Gerd Moellmann <gerd@gnu.org>
6944
6945 * faces.el (set-face-attribute, face-spec-reset-face)
6946 (face-spec-set): Avoid consing by removing calls to `apply'.
6947
6948 * frame.el (frame-parameter): Move to C code.
6949
69502000-09-05 Dave Love <fx@gnu.org>
6951
6952 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6953 insert-before-markers-and-inherit. Now checked systematically!
6954
69552000-09-05 Alex Schroeder <alex@gnu.org>
6956
6957 * sql.el (sql-postgres): Use sql-postgres-options.
6958 (sql-postgres-options): New variable.
6959
69602000-09-05 Alex Schroeder <alex@gnu.org>
6961
6962 * sql.el (sql-mode-menu): Work around missing variable mark-active
6963 in XEmacs.
6964 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6965 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6966 compatibility.
6967
69682000-09-04 Gerd Moellmann <gerd@gnu.org>
6969
6970 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6971
6972 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6973
6974 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6975
69762000-09-04 Andre Spiegel <spiegel@gnu.org>
6977
6978 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6979 don't support anything else under SCCS yet.
6980
6981 * vc-hooks.el: Minor doc fixes.
6982
69832000-09-04 Andre Spiegel <spiegel@gnu.org>
6984
6985 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6986 not necessary. If verbose in state `needs-patch', do the same as
6987 under `up-to-date'. When NOT verbose and `needs-patch', check out
6988 latest version instead of `merge-news'.
6989 (vc-next-action-dired): Don't mess with default-directory here; it
6990 breaks other parts of dired. It is the job of the
6991 backend-specific functions to adjust it temporarily if they need it.
6992 (vc-next-action): Remove a special CVS case.
6993 (vc-clear-headers): New optional arg FILE.
6994 (vc-checkin, vc-checkout): Set properties vc-state and
6995 vc-checkout-time properly.
6996 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6997 (vc-print-log): Use new backend function `show-log-entry'.
6998 (vc-cancel-version): Do the checks in a different order. Added a
6999 FIXME concerning RCS-only code.
7000
7001 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7002 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7003
7004 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7005
7006 * vc-hooks.el (vc-default-mode-line-string): Show state
7007 `needs-patch' as a `-' too.
7008
70092000-09-04 Andre Spiegel <spiegel@gnu.org>
7010
7011 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7012 (vc-default-could-register): New function.
7013 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7014 (vc-resynch-buffer): Call vc-dired-resynch-file.
7015 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7016 vc-resynch-buffer instead of vc-resynch-window.
7017 (vc-next-action-dired): Don't redisplay here, that gets done as a
7018 result of the individual file operations.
7019 (vc-retrieve-snapshot): Corrected prompt order.
7020
7021 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7022
7023 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7024 as well.
7025 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7026 hostname regexps. Updated all callers.
7027 (vc-cvs-responsible-p): Handle directories as well.
7028 (vc-cvs-could-register): New function.
7029 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7030 properties up-to-date.
7031
7032 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7033 user whether to create one.
7034
70352000-09-04 Andre Spiegel <spiegel@gnu.org>
7036
7037 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7038 check out a non-existing file.
7039
7040 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7041 workfile does not exist.
7042
7043 * vc.el (vc-version-diff): Use `require' to check for existence of
7044 diff-mode.
7045
70462000-09-04 Andre Spiegel <spiegel@gnu.org>
7047
7048 * vc-cvs.el (vc-cvs-registered): Use new function
7049 vc-cvs-parse-entry to do the actual work.
7050
70512000-09-04 Andre Spiegel <spiegel@gnu.org>
7052
7053 * vc-hooks.el (vc-find-backend-function): If function doesn't
7054 exist, return nil instead of error.
7055 (vc-call-backend): Doc fix.
7056
7057 * vc.el (vc-do-command): Doc fix.
7058 (vc-finish-logentry): When checking in from vc-dired, choose the
7059 right backend for logentry check.
7060 (vc-dired-mode-map): Inherit from dired-mode-map.
7061 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7062 simplified.
7063 (vc-dired-state-info): Removed, updated caller.
7064 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7065 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7066 (vc-dired-listing-switches): New variable.
7067 (vc-directory): Use it, instead of dired-listing-switches.
7068
7069 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7070 (vc-cvs-dir-state): New function.
7071 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7072 (vc-cvs-parse-entry): New function, also to be used in
7073 vc-cvs-registered.
7074
70752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7076
7077 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7078 *or* single-window-frames.
7079
70802000-09-04 Andre Spiegel <spiegel@gnu.org>
7081
7082 * vc.el (vc-update-changelog): Split into generic part and default
7083 implementation. Doc string adapted.
7084 (vc-default-update-changelog): New function. Call the `rcs2log'
7085 script in exec-directory, to fix a long-standing nuisance.
7086
7087 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7088 simply signals an error.
7089
70902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7091
7092 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7093 control-flow more clear and to avoid running `cvs' twice.
7094
7095 * vc.el (vc-next-action-on-file): Doc fix.
7096 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7097 (vc-print-log): Eval `file' before constructing the continuation.
7098
70992000-09-04 Andre Spiegel <spiegel@gnu.org>
7100
7101 * vc.el (vc-next-action-on-file): Corrected several messages.
7102 (vc-merge): Add prefix arg `merge-news'; handle it.
7103
7104 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7105 is not reached. It is.
7106 (vc-cvs-merge): Set state to 'edited after merge.
7107 (vc-cvs-merge-news): Set workfile version to nil if not known.
7108 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7109
7110 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7111 via stdout. (Merge from main line.)
7112
71132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7114
7115 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7116 detection.
7117
71182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7121 against kill-all-local-variables.
7122 (vc-log-edit): Don't save vc-parent-buffer any more.
7123 (vc-last-comment-match): Initialize to an empty string.
7124 (vc-post-command-functions): New hook.
7125 (vc-do-command): Run it.
7126 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7127 (vc-finish-logentry): Only add the comment to the ring if it's
7128 different from the last comment entered.
7129 (vc-new-comment-index): New function.
7130 (vc-previous-comment): Use it. Make the minibuffer message
7131 slightly less terse.
7132 (vc-comment-search-reverse): Make it work forward as well. Don't
7133 set vc-comment-ring-index if no match is found. Use
7134 vc-new-comment-index.
7135 (vc-comment-search-forward): Use vc-comment-search-reverse.
7136 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7137 define-derived-mode will do it for us. Bind `v' to a keymap that
7138 inherits from vc-prefix-map so that we can bind `vt' without
7139 binding C-x v t.
7140 (vc-retrieve-snapshot): Parenthesis typo.
7141
7142 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7143 to 1. Make sure to switch to *vc* before looking for an error
7144 message. Use vc-parse-buffer.
7145
71462000-09-04 Andre Spiegel <spiegel@gnu.org>
7147
7148 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7149 and NAME.
7150 (vc-retrieve-snapshot): Split into two parts.
7151 (vc-default-retrieve-snapshot): New function.
7152
7153 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7154 (vc-cvs-retrieve-snapshot): New function (untested).
7155 (vc-cvs-stay-local): Default to t.
7156 (vc-cvs-remote-p): New function and property.
7157 (vc-cvs-state): Stay local only if the above is t.
7158 (vc-handle-cvs): Removed.
7159 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7160 done via vc-handled-backends now.
7161 (vc-cvs-header): Escape Id.
7162
71632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7164
7165 * vc.el (vc-do-command): Remove unused commands.
7166 (vc-version-diff): Make sure default-directory ends with a slash.
7167 Move the window commands into a vc-exec-after.
7168 (vc-print-log): Move more of the code into the `vc-exec-after'.
7169
71702000-09-04 Andre Spiegel <spiegel@gnu.org>
7171
7172 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7173 (vc-print-log): Search current revision from beginning of buffer.
7174 (vc-revert-buffer): Clear echo area after the diff is finished.
7175 (vc-prefix-map): Removed definition of "t" for terse display in vc
7176 dired.
7177 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7178 definition of "vt" for terse display.
7179 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7180
71812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7182
7183 * vc.el (vc-exec-after): Avoid caddr.
7184
71852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7186
7187 * vc.el (vc-exec-after): New function.
7188 (vc-do-command): Use it to add a termination message for async
7189 procs.
7190 (vc-checkout): Try to handle a missing-backend situation.
7191 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7192 of a directory with a backend using async diffs.
7193 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7194 present.
7195
7196 * vc-sccs.el (vc-sccs-state-heuristic): Use
7197 file-ownership-preserved-p.
7198
7199 * vc-rcs.el (vc-rcs-state-heuristic): Use
7200 file-ownership-preserved-p.
7201 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7202
72032000-09-04 Andre Spiegel <spiegel@gnu.org>
7204
7205 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7206 vc-do-command.
7207
7208 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7209 when there are no changes.
7210
72112000-09-04 Andre Spiegel <spiegel@gnu.org>
7212
7213 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7214
7215 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7216
72172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7218
7219 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7220
7221 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7222 the `fset' outside of the defvar so that it works even if
7223 vc-prefix-map was already defined.
7224 (vc-setup-buffer): New function, split out of vc-do-command.
7225 (vc-do-command): Allow BUFFER to be t to mean `just use the
7226 current buffer without any fuss'.
7227 (vc-version-diff): Change the `diff' backend operation to just put
7228 the diff in the current buffer without erasing it. Always use
7229 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7230 shrink-window-if-larger-than-buffer.
7231 (vc-print-log): Change the `print-log' backend operation to just
7232 put the log in the current buffer without erasing it. Protect
7233 shrink-window-if-larger-than-buffer.
7234 (vc-update-change-log): Fix setd typo.
7235
7236 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7237 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7238
7239 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7240 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7241 CMP.
7242
7243 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7244 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7245 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7246
72472000-09-04 Andre Spiegel <spiegel@gnu.org>
7248
7249 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7250 not possible, use vc-BACKEND-workfile-unchanged-p.
7251 (vc-default-workfile-unchanged-p): New function. Delegates to a
7252 full vc-BACKEND-diff.
7253
7254 * vc-hooks.el (vc-simple-command): Removed.
7255
7256 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7257 instead of vc-simple-command.
7258 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7259 avoid doing a diff when opening a file.
7260 (vc-rcs-state): Added check for unlocked-changes.
7261 (vc-rcs-header): Escape Id.
7262 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7263 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7264 version.
7265
7266 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7267 (vc-sccs-diff): Remove optional arg CMP.
7268 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7269 SCCS-specific function.
7270
7271 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7272 vc-simple-command.
7273
72742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7275
7276 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7277 (with-vc-file, vc-merge): Use vc-editable-p.
7278 (vc-do-command): Remove unused var vc-file and fix the
7279 doubly-defined `status' var. Add a user message when starting an
7280 async command.
7281 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7282 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7283 Use with-current-buffer.
7284 (vc-buffer-sync): Use unless.
7285 (vc-next-action-on-file): If the file is 'edited by read-only,
7286 make it read-write instead of trying to commit.
7287 (vc-version-diff, vc-update-change-log): Use `setq
7288 default-directory' rather than `cd'.
7289 (vc-log-edit): Don't forget to set default-directory in the
7290 buffer.
7291
7292 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7293 (vc-sccs-state-heuristic): Use file-writable-p instead of
7294 comparing userids.
7295 (vc-sccs-checkout): Use `unless'.
7296
7297 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7298 of comparing userids.
7299 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7300 Simplify the logic by eliminating unreachable code.
7301 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7302 just do a recursive call if we need to retry.
7303 (vc-rcs-checkout): Handle the case where rcs is missing by making
7304 the buffer read-write if requested and re-signalling the error.
7305
7306 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7307
73082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * vc-hooks.el (vc-handled-backends): Docstring change.
7311 (vc-ignore-vc-files): Mark obsolete.
7312 (vc-registered): Check vc-ignore-vc-files.
7313 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7314 vc-ignore-vc-files.
7315
7316 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7317
73182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7319
7320 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7321 files since ange-ftp already has vc-registered return nil.
7322
7323 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7324 (vc-sccs-workfile-version): Use with-temp-buffer and new
7325 vc-parse-buffer and don't bother setting the property.
7326 (vc-sccs-add-triple): Use with-current-buffer and
7327 find-file-noselect.
7328 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7329
7330 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7331 derives from the old vc-parse-buffer but uses the revision number
7332 rather than the date (much easier to compare robustly).
7333 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7334 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7335 locking-user more directly. Check strict locking and set
7336 checkout-model appropriately.
7337 (vc-rcs-parse-locks): Remove.
7338 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7339 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7340 (vc-rcs-system-release): Use with-current-buffer and
7341 vc-parse-buffer.
7342 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7343
7344 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7345 (vc-simple-command): Docstring fix.
7346 (vc-registered): Align the way the file-handler is called with the
7347 way the function itself works.
7348 (vc-file-owner): Remove.
7349
7350 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7351 extraction of fields and call to file-attributes because of a
7352 temporary bug in rcp.el.
7353 (vc-cvs-fetch-status): Use with-current-buffer.
7354
73552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * vc.el (vc-do-command): Use file-relative-name.
7358 (vc-responsible-backend): Use vc-backend if possible.
7359 (vc-create-snapshot): Improve the `interactive' spec. Add support
7360 for branches and dispatch to backend-specific `create-snapshot'.
7361 (vc-default-create-snapshot): New function, containing the bulk of
7362 the old vc-create-snapshot.
7363 (vc-retrieve-snapshot): Improve the interactive spec.
7364
7365 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7366 (vc-backend-hook-functions): Remove.
7367 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7368 (vc-backend): Reintroduce the test for `file = nil' now that I
7369 know why it was there (and added a comment to better remember).
7370
7371 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7372 code from vc-sccs-hooks.el.
7373 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7374 'vc anymore.
7375 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7376 and file-directory-p instead of file-exists-p.
7377 (vc-sccs-check-headers): Simplify the regexp.
7378
7379 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7380 from vc-rcs-hooks.el. Don't require 'vc anymore.
7381 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7382 file-directory-p instead of file-exists-p.
7383
7384 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7385 from vc-cvs-hooks.el.
7386 (proto vc-cvs-registered): Require 'vc-cvs instead of
7387 'vc-cvs-hooks. Don't require 'vc anymore.
7388 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7389 file-directory-p instead of file-exists-p.
7390 (vc-cvs-create-snapshot): New function, replacing
7391 vc-cvs-assign-name.
7392 (vc-cvs-assign-name): Remove.
7393
73942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7395
7396 * vc-cvs.el (vc-cvs-header): New var.
7397
7398 * vc-rcs.el (vc-rcs-exists): Remove.
7399 (vc-rcs-header): New var.
7400
7401 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7402 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7403 (vc-sccs-header): New var.
7404
7405 * vc.el (vc-do-command): Get rid of the `last' argument.
7406 (vc-header-alist): Remove, replaced by vc-X-header.
7407 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7408 (vc-dired-hook): Use expand-file-name instead of concat.
7409 (vc-directory): Use file-name-as-directory.
7410 (vc-snapshot-precondition, vc-create-snapshot)
7411 (vc-retrieve-snapshot): Allow the command to operate on any
7412 directory.
7413
7414 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7415 just removing the 'WORKFILE argument or by removing the 'MASTER
7416 argument and replacing `file' with (vc-name file).
7417
74182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7419
7420 * vc.el: Update Copyright and add a crude list of backend funs.
7421 (vc-writable-p): New function.
7422 (with-vc-file): Use vc-writable-p.
7423 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7424 (vc-register): Avoid vc-name.
7425 (vc-locking-user): Remove.
7426 (vc-steal-lock): Make the `owner' arg non-optional.
7427 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7428 vc-checkout-model.
7429 (vc-default-dired-state-info): Use vc-state instead of
7430 vc-locking-user and return special strings for special states.
7431 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7432 and get rid of one of the special CVS cases.
7433 (vc-cancel-version): prettify error message with \\[...].
7434 (vc-rename-master): New function.
7435 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7436 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7437 the CVS special case generic.
7438 (vc-default-record-rename): Remove.
7439 (vc-file-tree-walk-internal): Only call FUNC for files that are
7440 under control of some VC backend and replace `concat' with
7441 expand-file-name.
7442 (vc-file-tree-walk): Update docstring.
7443 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7444 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7445
7446 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7447 vc-sccs-record-rename. Use `find-file-noselect' rather than
7448 `find-file' and call `vc-rename-master' to do the actual move.
7449 (vc-sccs-diff): Remove unused `backend' variable.
7450
7451 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7452 to delay loading of vc-sccs until it is really used.
7453 (vc-sccs-master-templates): Preload.
7454 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7455 (vc-sccs-project-dir): Remove (merged into
7456 vc-sccs-search-project-dir).
7457 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7458 rather than `concat', make sure it is preloaded and don't bother
7459 to check that the file actually exists.
7460 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7461 `locks' argument (use buffer's content instead) and eliminate n^2
7462 behavior.
7463
7464 * vc-rcs.el: Update Copyright.
7465 (vc-rcs-rename-file): New function.
7466 (vc-rcs-diff): Remove unused `backend' variable.
7467
7468 * vc-hooks.el: Update Copyright.
7469 (vc-backend): Don't accept a nil argument any more.
7470 (vc-up-to-date-p): Turn into a defsubst.
7471 (vc-possible-master): New function.
7472 (vc-check-master-templates): Use `vc-possible-master' and allow
7473 funs in vc-X-master-templates to return a non-existent file.
7474
7475 * vc-cvs.el: Update Copyright.
7476 (vc-cvs-diff): Remove unused `backend' variable.
7477 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7478
7479 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7480
74812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7482
7483 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7484 since it can be called from vc-rcs.el.
7485 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7486
74872000-09-04 Andre Spiegel <spiegel@gnu.org>
7488
7489 * vc.el (vc-version-diff): Expand file name read from the
7490 minibuffer. Handle the case when a previous version number can't
7491 be guessed. Give suitable messages when there were no differences
7492 found.
7493 (vc-clear-headers): Call backend-specific implementation, if one
7494 exists.
7495 (vc-cancel-version): Made error checks generic. When done, clear
7496 headers generically, too.
7497
7498 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7499 from vc-clear-headers in vc.el.
7500
7501 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7502 correctly.
7503 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7504 optional. Handle the case when it's not there.
7505
75062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7507
7508 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7509
75102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * vc-hooks.el (vc-loadup): Remove.
7513 (vc-find-backend-function): Use `require'. Also, handle the case
7514 where vc-BACKEND-hooks.el doesn't exist.
7515 (vc-call-backend): Cleanup.
7516
75172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7518
7519 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7520 vc-rcs-grab-templates)
7521 (vc-rcs-registered): Remove. The default function works as well.
7522 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7523 vc-sccs-grab-templates)
7524 (vc-sccs-registered): Remove. The default function works as well.
7525
7526 * vc.el (vc-version-diff): Left out a vc- in call to
7527 vc-call-backend.
7528 (vc-default-dired-state-info, vc-default-record-rename)
7529 (vc-default-merge-news): Update for the new backend argument.
7530
7531 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7532 using the default function.
7533 (vc-call-backend): If calling the default function, pass it the
7534 backend as first argument. Update the docstring accordingly.
7535 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7536 for the new backend argument.
7537 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7538 (vc-find-backend-function): Use the new name.
7539 (vc-default-registered): New function.
7540
75412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7542
7543 * vc.el (vc-merge): Use vc-find-backend-function.
7544
7545 * vc-hooks.el (vc-backend-functions): Remove.
7546 (vc-loadup): Don't setup 'vc-functions.
7547 (vc-find-backend-function): New function.
7548 (vc-call-backend): Use above fun and populate 'vc-functions
7549 lazily.
7550 (vc-backend-defines): Remove.
7551
75522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7553
7554 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7555 Call vc-call-backend without the leading vc-.
7556 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7557 (vc-check-headers): Call vc-call-backend without the leading vc-.
7558 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7559 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7560 Call vc-call-backend without the leading vc-.
7561
7562 * vc-cvs.el (tail): Provide vc-cvs.
7563 * vc-sccs.el (tail): Provide vc-sccs.
7564 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7565
7566 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7567 (vc-make-backend-function, vc-call): Pass names without leading
7568 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7569 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7570 (vc-call-backend): Always try to load vc-X-hooks.
7571 (vc-registered): Remove vc- in call to vc-call-backend.
7572
75732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7574
7575 * vc.el (vc-process-filter): New function.
7576 (vc-do-command): Setup `vc-process-filter' for the async process.
7577 (vc-maybe-resolve-conflicts): New function to reduce
7578 code-duplication. Additionally, it puts the buffer in
7579 `smerge-mode' if applicable.
7580 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7581 calling `merge-news'.
7582 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7583 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7584 interfacing to log-edit.el.
7585 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7586 log-edit is available.
7587 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7588
75892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7590
7591 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7592 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7593 defvar and the initialization.
7594 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7595
7596 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7597 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7598
7599 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7600
76012000-09-04 Andre Spiegel <spiegel@gnu.org>
7602
7603 * vc.el (vc-file-clear-masterprops): Removed.
7604 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7605 (vc-version-diff): Use buffer-size without argument.
7606 (vc-register): Heed vc-initial-comment.
7607
7608 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7609 default branch.
7610
7611 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7612 file name and workfile version.
7613 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7614
7615 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7616 vc-file-clear-masterprops.
7617
7618 * vc-sccs.el (vc-sccs-checkout): Removed call to
7619 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7620 rather than user login name.
7621
7622
76232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7624
7625 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7626 `want-differences-if-changed' and simplify.
7627 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7628 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7629 output (which is invalid for async vc-diff) to decide whether to
7630 do the revert silently or not.
7631
76322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7633
7634 * vc-hooks.el (vc-loadup): Load files quietly.
7635 (vc-call-backend): Oops, brain fart.
7636
76372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7638
7639 * vc-cvs.el (vc-cvs-state): Typo.
7640 (vc-cvs-merge-news): Return the status code rather than the error msg.
7641
76422000-09-04 Andre Spiegel <spiegel@gnu.org>
7643
7644 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7645 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7646 vc-state or vc-up-to-date-p.
7647 (vc-merge): Use vc-backend-defines to check whether merging is
7648 possible. Set state to 'edited after successful merge.
7649
7650 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7651 return that name. Redocumented.
7652
76532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7654
7655 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7656 new `vc-state' semantics.
7657 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7658 'vc-locking-user to the current user.
7659 (vc-merge): Inline vc-backend-merge. Comment out code that I
7660 don't understand and hence can't adapt to the new `vc-state' and
7661 `vc-locking-user' semantics.
7662 (vc-backend-merge): Remove.
7663
7664 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7665 rather than 'vc-locking-user.
7666
7667 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7668
7669 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7670 (vc-state): Don't use 'reserved any more. Just use the same
7671 convention as the one used for vc-<backend>-state where the
7672 locking user (as a string) is returned.
7673 (vc-locking-user): Update, based on the above convention. The
7674 'vc-locking-user property has disappeared.
7675 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7676
7677 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7678 with a heuristic one.
7679 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7680 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7681 error. That allows us to get to 'needs-merge even in the
7682 stay-local case. There's still no way to detect 'needs-patch in
7683 such a setup (or to force an update for that matter).
7684 (vc-cvs-logentry-check): Remove, the default works as well.
7685
76862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7687
7688 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7689
7690 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7691 major-mode in which the buffer might have been put earlier. Use
7692 `remove' and `when'. Allow `okstatus' to be `async' and use
7693 `start-process' in this case.
7694 (vc-version-diff): Handle the case where the diff looks empty
7695 because of the use of an async process.
7696
76972000-09-04 Andre Spiegel <spiegel@gnu.org>
7698
7699 * vc.el (vc-next-action-on-file): Removed optional parameter
7700 `simple'. Recompute state unconditionally.
7701 (vc-default-toggle-read-only): Removed.
7702
7703 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7704 (vc-toggle-read-only): Undid prev change.
7705
7706 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7707 vc-cvs-simple-toggle. Redocumented.
7708 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7709 (vc-cvs-toggle-read-only): Removed.
7710
77112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7712
7713 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7714 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7715 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7716 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7717 still is. So maybe it should be removed.
7718 (vc-head-version, vc-find-binary): Remove.
7719 (vc-recompute-state): Move from vc-hooks.el.
7720 (vc-next-action-on-file): Add a `simple' argument to allow
7721 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7722 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7723 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7724 (vc-dired-mode-map): Properly defvar it.
7725 (vc-print-log): Call log-view-mode if available.
7726 (small-temporary-file-directory): defvar instead of use boundp.
7727 (vc-merge-news): Moved to vc-cvs.el.
7728 (vc-default-merge-news): New function.
7729
7730 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7731 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7732 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7733 unknown `vc-latest-version' function. It should probably refer to
7734 vc-workfile-version or somesuch, but it's very unclear to me and I
7735 don't have SCCS to test things.
7736
7737 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7738 (vc-sccs-state-heuristic): Fix typo.
7739 (vc-sccs-workfile-unchanged-p): Add missing argument.
7740
7741 * vc-rcs.el: Require vc and vc-rcs-hooks.
7742 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7743 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7744 (vc-release-greater-or-equal-p): Move from vc.
7745 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7746 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7747 (vc-rcs-checkout): Add a missing `new-version' argument in the
7748 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7749
7750 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7751 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7752 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7753 than the apparently unbound `workfile-version'.
7754
7755 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7756 (vc-file-prop-obarray): Use `make-vector'.
7757 (vc-backend-functions): Add new hookable functions
7758 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7759 (vc-loadup): If neither backend nor default functions exist, use
7760 the backend function rather than nil.
7761 (vc-call-backend): If the function if not bound yet, try to load
7762 the non-hook file to see if it provides it.
7763 (vc-call): New macro plus use it wherever possible.
7764 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7765 nor `vc-find-binary' since it's only called from
7766 vc-mistrust-permission which is only used once the backend is known.
7767 (vc-checkout-model): Fix parenthesis.
7768 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7769
7770 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7771 (vc-cvs-release, vc-cvs-system-release): Remove.
7772 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7773 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7774 status symbols.
7775 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7776 (vc-cvs-toggle-read-only): First cut at a function to allow a
7777 cvs-status-free vc-toggle-read-only.
7778 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7779 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7780 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7781 (vc-cvs-checkout): Modify access rights directly if the user
7782 requested not to use `cvs edit'. And refresh the mode line.
7783
7784 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7785 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7786
77872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7788
7789 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7790 workfile' that got lost when the code was extracted from vc.el.
7791 And merged the tail with the rest of the code (not possible in the
7792 old vc.el where the tail was shared among all backends). And
7793 explicitly set the state to 'edited if `writable' is set.
7794
7795 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7796 (vc-cvs-state): Be careful to return the value from
7797 vc-cvs-parse-state.
7798 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7799 property but return it instead. Also be careful to handle a nil
7800 or "" `rev' when workfile is non-nil (it was handled properly when
7801 workfile was nil).
7802
7803 * vc.el: Removed those pesky unnecessary `(function' quotes.
7804 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7805 directly in the defvar.
7806 (vc-do-command): Bind inhibit-read-only so as to properly handle
7807 the case where the destination buffer has been made read-only.
7808 (vc-diff): Delegate to vc-version-diff in all cases.
7809 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7810 (vc-annotate-mode-variables): Removed (code moved partly to
7811 defvars and partly to vc-annotate-add-menu).
7812 (vc-annotate-mode): Turned into a derived-mode.
7813 (vc-annotate-add-menu): Moved in code in
7814 vc-annotate-mode-variables.
7815 (vc-update-change-log): Use make-temp-file if available.
7816
78172000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7818
7819 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7820 `vc-checkout-model' updated to `vc-cvs-update-model'.
7821
78222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7823
7824 * vc.el (vc-next-action-on-file): Added handling of state
7825 `unlocked-changes'.
7826 (vc-checkout-carefully): Is now practically obsolete, unless the
7827 above is too slow to be enabled unconditionally.
7828 (vc-update-change-log): Fixed typo.
7829
7830 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7831
7832 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7833 Now handles state `unlocked-changes'.
7834 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7835
7836 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7837
7838 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7839 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7840 `unlocked-changes'.
7841 (vc-rcs-workfile-unchanged-p): Renamed from
7842 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7843 function yet, but supposed to become one soon.
7844
7845 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7846 `vc-steal-lock'.
7847 (vc-call-backend): Changed error message.
7848 (vc-state): Added description of state `unlocked-changes'.
7849
78502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7851
7852 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7853 always return t in CVS-controlled directories.
7854
7855 * vc.el (vc-responsible-backend): New function.
7856 (vc-register): Largely rewritten.
7857 (vc-admin): Removed (implementation moved into vc-register).
7858 (vc-checkin): Redocumented.
7859 (vc-finish-logentry): If no backend defined yet (because we are in
7860 the process of registering), use the responsible backend.
7861
7862 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7863 Updated function lists.
7864 (vc-call-backend): Fixed typo.
7865
7866 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7867 New functions.
7868 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7869 Removed query option. Redocumented.
7870
78712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7872
7873 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7874
7875 * vc.el: Updated callers of `vc-checkout-required' to use
7876 `vc-checkout-model'.
7877
78782000-09-04 Martin Lorentzson <martinl@gnu.org>
7879
7880 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7881 stuff updated to reference this function instead of the old
7882 `vc-backend-release-p'.
7883
78842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7885
7886 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7887 vc-checkout-model. Return appropriate values. Updated callers.
7888
78892000-09-04 Martin Lorentzson <martinl@gnu.org>
7890
7891 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7892 (vc-backend-revert): Function moved into `vc-revert';
7893 `vc-next-action' must be updated to accomodate this change.
7894 (vc-backend-steal): Function moved into `vc-finish-steal'.
7895 (vc-backend-logentry-check): Function moved into
7896 `vc-finish-logentry'.
7897 (vc-backend-printlog): Function moved into `vc-print-log'.
7898 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7899 (vc-backend-assign-name): Function moved into
7900 `vc-create-snapshot'.
7901
79022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7903
7904 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7905 Rename to vc-checkout-model. Return appropriate values.
7906 Update callers.
7907
7908 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7909 to vc-checkout-model.
7910 (vc-checkout-required): Rename to vc-checkout-model.
7911 Re-implement and re-comment.
7912 (vc-after-save): Use vc-checkout-model.
7913
79142000-09-04 Martin Lorentzson <martinl@gnu.org>
7915
7916 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7917 Update to use the vc-BACKEND-diff functions instead.
7918 `vc-diff' is now working.
7919
7920 * vc-rcs.el (vc-rcs-logentry-check): New function.
7921
7922 * vc-cvs.el (vc-cvs-logentry-check): New function.
7923
7924 * vc-sccs.el (vc-sccs-diff): Function changed name from
7925 `vc-backend-diff'. This makes `vc-diff' work.
7926
7927 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7928 of functions possibly implemented in a vc-BACKEND library.
7929 (vc-checkout-required): Fix bug that caused an error to be
7930 signaled during `vc-after-save'.
7931
7932 * vc.el: Fix typo.
7933 This checkin is made with our new VC code base for the very first time.
7934 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7935
7936 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7937 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7938
7939 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7940 updated to `vc-uses-locking'.
7941 (vc-checkout-required): Call to backend function.
7942 `vc-checkout-required' updated to `vc-uses-locking' instead.
7943
7944 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7945 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7946
7947 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7948 to match the split into various backends.
7949 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7950 (vc-retrieve-snapshot): Bug fix.
7951
79522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7953
7954 * vc-sccs.el (vc-sccs-release): Doc fix.
7955
79562000-09-04 Martin Lorentzson <martinl@gnu.org>
7957
7958 * vc.el (vc-next-action-on-file): Bug found and fixed.
7959 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7960 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7961
7962 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7963 (vc-rcs-checkout): Name space cleaned up. No more revision number
7964 crunching function names that are not prefixed with vc-rcs.
7965 (vc-rcs-checkout-model): Function added. References to
7966 `vc-checkout-model' replaced.
7967
79682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7969
7970 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7971 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7972 still need to be split, and implemented for RCS).
7973
79742000-09-04 Martin Lorentzson <martinl@gnu.org>
7975
7976 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7977
7978 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7979 required by the vc.el file.
7980
7981 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7982 required by the vc.el file.
7983 (vc-rcs-exists): Function added.
7984
7985 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7986 required by the vc.el file.
7987
7988 * vc.el (vc-admin): Updated to handle selection of appropriate
7989 backend. Current implementation is crufty and need re-thinking.
7990
7991 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7992
79932000-09-04 Martin Lorentzson <martinl@gnu.org>
7994
7995 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7996 beginning of annotate buffers correctly.
7997
7998 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7999 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8000 functionality updated quite a lot to support multiple backends.
8001 Variables `vc-annotate-mode', `vc-annotate-buffers',
8002 `vc-annotate-backend' added.
8003
8004 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8005 `vc-annotate-difference' added to supported backend functions.
8006
80072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8008
8009 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8010 Use with-temp-file instead of /bin/sh. Merged from mainline
8011
80122000-09-04 Martin Lorentzson <martinl@gnu.org>
8013
8014 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8015
8016 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8017
8018 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8019
80202000-09-04 Martin Lorentzson <martinl@gnu.org>
8021
8022 * vc-hooks.el: vc-state-heuristic added to
8023 vc-backend-hook-functions.
8024
8025 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8026
8027 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8028
8029 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8030 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8031 state to `reserved'.
8032
8033 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8034 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8035
80362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8037
8038 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8039 untouched.
8040
8041 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8042
8043 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8044 if defined. (Merged from main line, slightly adapted.)
8045
8046 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8047 millenium problem (merged from mainline).
8048
80492000-09-04 Martin Lorentzson <martinl@gnu.org>
8050
8051 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8052 part and moved the non-BACKEND stuff to vc.el.
8053
8054 * vc.el: Split the annotate feature into a BACKEND specific part
8055 and moved it from the vc-cvs.el file to this one.
8056
80572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8058
8059 * vc-hooks.el: Implement new state model.
8060 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8061 (vc-locking-user): Simplify. Now only needed if the file is
8062 locked by somebody else.
8063 (vc-lock-from-permissions): Remove. Functionality is in
8064 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8065 (vc-mode-line-string): New name for former vc-status. Adapted.
8066 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8067
8068 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8069 Various simplifications and adaptations all over the place.
8070
8071 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8072 Simplify and adapt the rest.
8073
8074 * vc.el (vc-resynch-window): Add TODO comment: check for
8075 interaction with view mode according to recent RCS change.
8076 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8077
80782000-09-04 Martin Lorentzson <martinl@gnu.org>
8079
8080 * vc.el: Convert the remaining function comments to docstrings.
8081
80822000-09-04 Martin Lorentzson <martinl@gnu.org>
8083
8084 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8085 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8086 (vc-minor-part, vc-previous-version): Functions that operate and
8087 compare revision numbers got proper documentation. Comments added
8088 about their possible removal.
8089
80902000-09-04 Martin Lorentzson <martinl@gnu.org>
8091
8092 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8093 the vc-backend.el files.
8094
8095 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8096
8097 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8098 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8099 (vc-rcs-previous-version): Functions added.
8100
8101 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8102
8103 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8104
81052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8106
8107 * vc-hooks.el (vc-master-templates): Is really obsolete.
8108 Comment out the definition for now. What is the right procedure
8109 to get rid of it?
8110 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8111 rewritten.
8112 (vc-default-registered): Remove.
8113 (vc-check-master-templates): New function; does mostly what the
8114 above did before.
8115 (vc-locking-user): Don't rely on the backend to set the property.
8116
8117 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8118 Rewrite documentation.
8119 (vc-rcs-templates-grabbed): New variable.
8120 (vc-rcs-grab-templates): New function.
8121 (vc-rcs-registered): Rewrite to use above mechanism.
8122
8123 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8124 Rewrite documentation.
8125 (vc-sccs-templates-grabbed): New variable.
8126 (vc-sccs-grab-templates): New function.
8127 (vc-sccs-registered): Rewrite to use above mechanism.
8128 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8129 Don't throw the result, simply return it.
8130
8131 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8132 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8133 (vc-cvs-registered): Does the check itself now. Simplify.
8134
8135 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8136 from main line.
8137
81382000-09-04 Martin Lorentzson <martinl@gnu.org>
8139
8140 * vc-cvs.el (vc-cvs-diff): New function.
8141
8142 * vc-sccs.el (vc-sccs-diff): New function.
8143
8144 * vc-rcs.el (vc-rcs-diff): New function.
8145 (vc-rcs-checkout): Bug (typo) found and fixed.
8146 (vc-rcs-register-switches): New variable.
8147
8148 * vc.el (vc-backend-diff): Function removed and placed in the
8149 backend files.
8150
81512000-09-04 Martin Lorentzson <martinl@gnu.org>
8152
8153 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8154
8155 * vc.el (vc-backend-checkout): Function removed and replaced in
8156 the vc-backend.el files.
8157
8158 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8159
8160 * vc.el (vc-backend-admin): Removed and replaced in the
8161 vc-backend.el files.
8162
8163 * vc.el (Martin): Removed all the annotate functionality since it
8164 is CVS backend specific.
8165
81662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8167
8168 * spec.txt: Added specification of vc-state.
8169
8170 * vc-sccs-hooks.el (vc-sccs-master-properties):
8171 Remove handling of vc-latest-version and
8172 vc-your-latest-version. What used to be vc-latest-version, is now
8173 returned as vc-workfile-version.
8174 (vc-sccs-workfile-version): Adapt.
8175
81762000-09-04 Dave Love <fx@gnu.org>
8177
8178 * vc.el: [Merged from mainline.]
8179 (vc-dired-mode): Make the dired-move-to-filename-regexp
8180 regexp match the date, to avoid treating date as file size.
8181 Add YYYY S option to WESTERN/
8182
81832000-09-04 Dave Love <fx@gnu.org>
8184
8185 * vc.el: Require `compile' when compiling.
8186 (vc-logentry-check-hook): New option.
8187 (vc-steal-lock): Use compose-mail.
8188 (vc-dired-mode-map): Defvar when compiling.
8189 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8190 vc-sccs.el and renamed. Callers changed.
8191 (vc-backend-checkout, vc-backend-logentry-check)
8192 (vc-backend-merge-news): Doc fix.
8193 (vc-default-logentry-check): New function.
8194 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8195 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8196 (vc-backend-merge): Doc fix. Use backend functions.
8197 (vc-check-headers): Use backend functions.
8198
8199 * vc-cvs.el: Require vc when compiling.
8200 (vc-cvs-register-switches): Doc fix.
8201 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8202 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8203 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8204 New functions (code from vc.el).
8205 (vc-annotate-display-default): Fix interactive spec.
8206 (vc-annotate-time-span): Doc fix.
8207
8208 * vc-rcs.el: Require vc when compiling.
8209 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8210 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8211 (vc-rcs-checkin): New functions (code from vc.el).
8212 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8213 Doc fix.
8214 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8215
8216 * vc-sccs.el: Require vc when compiling.
8217 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8218 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8219 (vc-sccs-revert)
8220 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8221 from vc.el).
8222 (vc-sccs-add-triple, vc-sccs-record-rename)
8223 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8224 (vc-sccs-admin): Doc fix.
8225
82262000-09-04 Martin Lorentzson <martinl@gnu.org>
8227
8228 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8229 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8230 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8231 from vc.el.
8232
8233 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8234
8235 * vc-cvs.el: Moved the annotate functionality from vc.el.
8236 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8237
82382000-09-04 Dave Love <fx@gnu.org>
8239
8240 * vc.el (vc-backend-release): Call vc-system-release.
8241
8242 * vc-sccs.el (vc-sccs-system-release):
8243 Renamed from vc-sccs-backend-release.
8244
8245 * vc-rcs.el (vc-rcs-system-release):
8246 Renamed from vc-rcs-backend-release.
8247
8248 * vc-cvs.el (vc-cvs-system-release):
8249 Renamed from vc-cvs-backend-release.
8250
82512000-09-04 Dave Love <fx@gnu.org>
8252
8253 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8254 backend files.
8255 (vc-backend-release): Dispatch to backend functions.
8256 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8257 probably needs attention.]
8258
8259 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8260 (vc-sccs-backend-release): New function.
8261
8262 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8263 (vc-cvs-backend-release): New function.
8264
8265 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8266 Doc fix.
8267 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8268 (vc-default-dired-state-info): New function.
8269 (vc-dired-state-info): Dispatch to backends.
8270 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8271
8272 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8273 from vc.el and renamed.
8274
82752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8276
8277 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8278 (vc-version-other-window, vc-backend-assign-name): Removed
8279 references to vc-latest-version; sometimes changed into
8280 vc-workfile-version.
8281
8282 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8283 vc-rcs-master-workfile-version.
8284 (vc-rcs-workfile-version): Use the above. Don't call
8285 vc-latest-version (that was unreachable code, anyway).
8286 (vc-rcs-fetch-master-properties): Doc fix.
8287
8288 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8289 (vc-backend-hook-functions): Removed them from this list, too.
8290 (vc-fetch-properties): Removed.
8291 (vc-workfile-version): Doc fix.
8292
8293 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8294 (vc-rcs-workfile-version, vc-rcs-locking-user)
8295 (vc-rcs-uses-locking): Use it.
8296
8297 * vc-hooks.el (vc-consult-rcs-headers):
8298 Moved into vc-rcs-hooks.el, under the name
8299 vc-rcs-consult-headers.
8300
8301 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8302 headers.
8303 (vc-cvs-find-master): Use this name only; correct different
8304 versions of the name.
8305
8306 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8307 New functions.
8308 (vc-sccs-locking-user): Use the latter.
8309
8310 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8311 New functions.
8312
8313 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8314 Moved into both
8315 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8316 functions are implementation details of those two backends.
8317
83182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8319
8320 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8321 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8322
8323 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8324 (vc-sccs-parse-locks): SCCS-specific code moved here from
8325 vc-hooks.
8326
8327 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8328 code moved here from vc-hooks.
8329
8330 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8331 into back-end specific parts and removed. Callers not updated
8332 yet; because I guess these callers will disappear into back-end
8333 specific files anyway.
8334
83352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8336
8337 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8338 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8339 `vc-uses-locking'.
8340
8341 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8342 Store yes/no in the property, and return t/nil. Updated all
8343 callers.
8344
8345 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8346 vc-sccs-uses-locking. Don't set property.
8347 (vc-sccs-locking-user): Don't set property.
8348
8349 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8350 vc-cvs-uses-locking. Don't set property here; leave that to
8351 vc-hooks.
8352 (vc-cvs-locking-user): Reflect above change. Streamlined.
8353
8354 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8355 vc-rcs-uses-locking.
8356 (vc-rcs-locking-user): Reflect above change.
8357
83582000-09-04 Dave Love <fx@gnu.org>
8359
8360 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8361
8362 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8363
8364 * vc-hooks.el (vc-checkout-model): Punt to backends.
8365
8366 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8367
8368 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8369
8370 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8371 New functions.
8372
8373 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8374 New functions.
8375
8376 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8377 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8378
8379 * vc-hooks.el (vc-default-locking-user): New function.
8380 (vc-locking-user, vc-workfile-version): Punt to backends.
8381
83822000-09-04 Dave Love <fx@gnu.org>
8383
8384 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8385 (vc-master-workfile-version): Moved from vc-hooks.
8386
8387 * vc-rcs-hooks.el: Fix duplicate code in last change.
8388
8389 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8390 (vc-rcs-master-templates): Improve :type.
8391 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8392 vc-master-workfile-version): Moved from vc-hooks.
8393
8394 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8395 (vc-sccs-master-templates): Improve :type.
8396 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8397
8398 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8399
8400 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8401 (vc-cvs-master-templates): Improve :type. Use
8402 vc-cvs-find-cvs-master.
8403 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8404 from vc-hooks.
8405 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8406
8407 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8408 Moved to vc-cvs-hooks.
8409
8410 * vc-hooks.el: Add doc strings in various places. Simplify the
8411 minor mode setup.
8412 (vc-handled-backends): New user variable.
8413 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8414 simplification.
8415
84162000-09-04 Dave Love <fx@gnu.org>
8417
8418 * vc.el: Some doc fixes for autoloaded and interactive functions.
8419 Fix compilation warnings from ediff stuff.
8420 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8421
8422 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8423
8424 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8425
8426 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8427
84282000-09-04 Dave Love <fx@gnu.org>
8429
8430 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8431 New variable.
8432 (vc-make-backend-function, vc-loadup, vc-call-backend)
8433 (vc-backend-defines): New functions.
8434
8435 * vc-hooks.el: Various doc fixes.
8436 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8437 (vc-match-substring): Function removed. Callers changed to use
8438 match-string.
8439 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8440 Simplify.
8441
84422000-09-04 Dave Love <fx@gnu.org>
8443
8444 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8445 type.
8446 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8447 (vc-sccs-registered): Doc fix.
8448
8449 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8450 (vc-cvs-registered): Doc fix.
8451
8452 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8453 (vc-rcs-registered): Doc fix.
8454
84552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8456
8457 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8458
8459 * vc-hooks.el: vc-registered has been renamed
8460 vc-default-registered. Some functions have been moved to the
8461 backend specific files. they all support the
8462 vc-BACKEND-registered functions.
8463
84642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8465
8466 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8467
8468 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8469
84702000-09-04 Dave Love <fx@gnu.org>
8471
8472 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8473 menu-bar-update-hook.
8474
8475 * help.el (help-manyarg-func-alist): Add
8476 find-operation-coding-system.
8477
8478 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8479
8480 * custom.el (custom-set-variables): Print message about errors in
8481 setting.
8482
84832000-09-03 Andrew Innes <andrewi@gnu.org>
8484
8485 * makefile.w32-in: Change to DOS line endings.
8486
84872000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8488
8489 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8490 minor-mode keymaps, if they don't have one.
8491
84922000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8493
8494 * eshell/esh-module.el (eval-when-compile): Don't lose if
8495 esh-module.el's file name is truncated to DOS 8+3 limits.
8496
84972000-09-01 John Wiegley <johnw@gnu.org>
8498
8499 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8500 predicate, which caused entries in the completion list to be
8501 doubled.
8502
85032000-08-30 John Wiegley <johnw@gnu.org>
8504
8505 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8506 sending to subprocesses. Also, hook pre-command-hook if
8507 `eshell-send-direct-to-subprocesses' is non-nil.
8508 (eshell-send-direct-to-subprocesses): New config variable. If t,
8509 subprocess input is send immediately.
8510 (eshell-toggle-direct-send): New function.
8511 (eshell-self-insert-command): New function.
8512 (eshell-intercept-commands): New function.
8513 (eshell-send-input): If direct subprocess sending is enabled,
8514 don't echo any input to the Eshell buffer. Let the subprocess
8515 handle that. This requires "stty echo" in bash, for example.
8516
85172000-08-28 John Wiegley <johnw@gnu.org>
8518
8519 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8520 completion function for Eshell's implementation of `unset'.
8521
85222000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8523
8524 * info.el (Info-directory-list): Doc fix.
8525
85262000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8527
8528 * filecache.el (file-cache-add-directory-using-find): Don't quote
8529 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8530
85312000-08-31 Kenichi Handa <handa@etl.go.jp>
8532
8533 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8534 coding systems.
8535
85362000-08-30 Andrew Innes <andrewi@gnu.org>
8537
8538 * timer.el (run-with-idle-timer): Undo last change, so that timer
8539 is not activated immediately if Emacs is already idle. Some
8540 existing code relies on this behaviour.
8541
85422000-08-30 Miles Bader <miles@gnu.org>
8543
8544 * frame.el (set-frame-font): Do completion of font-name for
8545 interactive use.
8546
85472000-08-30 Kenichi Handa <handa@etl.go.jp>
8548
8549 * international/quail.el (quail-start-translation): Bind locally
8550 last-command-event, last-command, and this-command.
8551 (quail-start-conversion): Likewise.
8552 (quail-self-insert-command): Fix docstring.
8553
85542000-08-29 Gerd Moellmann <gerd@gnu.org>
8555
8556 * progmodes/executable.el
8557 (executable-make-buffer-file-executable-if-script-p): Check that
8558 buffer contains at least 2 characters.
8559
85602000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8561
8562 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8563
85642000-08-29 Dave Love <fx@gnu.org>
8565
8566 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8567 (diff-mode-shared-map): Bind mouse-2.
8568 (diff-imenu-generic-expression): New variable.
8569 (diff-mode): Use it.
8570
8571 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8572 (mouse-popup-menubar): Add minor mode menus.
8573 (popup-menu): Check for lookup-key returning number.
8574
85752000-08-29 Miles Bader <miles@gnu.org>
8576
8577 * comint.el (comint-send-input): Create overlays using the proper
8578 front/read-advance arguments.
8579
85802000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8581
8582 * ps-print.el: Even/odd pages printing. Doc fix.
8583 (ps-print-version): New version number (6.0).
8584 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8585 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8586 (ps-print-duplex-feature): Variable eliminated.
8587 (ps-even-or-odd-pages): New variable.
8588
8589 * progmodes/ebnf2ps.el: Doc fix.
8590 (ebnf-version): New version (3.3).
8591 (ebnf-user-arrow): Change variable customization to sexp.
8592 (ebnf-user-arrow): Function eliminated.
8593 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8594
85952000-08-29 Kenichi Handa <handa@etl.go.jp>
8596
8597 * help.el (help-xref-mule-regexp): New variable.
8598 (help-make-xrefs): Handle help-xref-mule-regexp.
8599
8600 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8601 variable.
8602 (describe-input-method): Temporarily activate the specfied input
8603 method to display the information.
8604 (describe-language-environment): Hyperlinks to mule related items.
8605
8606 * international/mule-diag.el (charset-multibyte-form-string): New
8607 function.
8608 (list-character-sets-1): Use charset-multibyte-form-string.
8609 (describe-character-set): New function.
8610 (describe-coding-system): Hyperlinks to safe character sets.
8611
8612 * international/quail.el (quail-help): New arg PACKAGE.
8613 Hyperlinks to mule related items.
8614 (quail-help-insert-keymap-description): Use
8615 substitute-command-keys instead of describe-bindings.
8616 (quail-translation-help): Hyperlinks to mule related items.
8617
86182000-08-28 John Wiegley <johnw@gnu.org>
8619
8620 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8621 have a defsubst call itself. Made `eshell-flatten-list' back into
8622 a function again.
8623
8624 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8625 catch, in case re-centering point at bottom messes up the display.
8626 This happens frequently in Emacs 21, due I believe to variable
8627 line heights.
8628
8629 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8630 to call `find-tag-interactive'.
8631
8632 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8633 the list of remember directories.
8634
86352000-08-28 John Wiegley <johnw@gnu.org>
8636
8637 * align.el: Test align-region-separate to see if it's a symbol.
8638
86392000-08-28 John Wiegley <johnw@gnu.org>
8640
8641 * eshell/esh-util.el (eshell-flatten-list): Made this function
8642 into a defsubst form. It gets used very frequently, although
8643 calls don't occur all that often.
8644
8645 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8646 examining it.
8647
8648 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8649 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8650 `eshell-protect'.
8651 (eshell-copy-handles): Created a new macro for duplicating the
8652 current set of open handles. This is needed by the looping
8653 functions.
8654 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8655 is not incorrectly stomped on.
8656
8657 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8658 declaration for pcomplete-use-paring.
8659 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8660 value of eshell-cmpl-use-paring.
8661 * pcomplete.el (pcomplete-use-paring): New config variable, to
8662 indicate whether paring should be used.
8663 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8664 completion alternatives that have already been used.
8665
8666 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8667 bound to C-c C-y, which will repeat the previous N arguments
8668 (based on prefix argument).
8669 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8670
8671 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8672 if there is no *Help* buffer. This is for XEmacs, which renames
8673 its help buffers uniquely. TODO: Find out what the current buffer
8674 name to delete is.
8675
8676 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8677 first entry that correlates to a passwd/group number. Later
8678 entries (used for group/user name aliasing to multiple IDs) are
8679 ignored.
8680
8681 * eshell/em-xtra.el (eshell/expr):
8682 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8683 (eshell-grep, eshell/diff, eshell/locate):
8684 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8685 argument list, before passing it to the system command.
8686
8687 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8688 `find-tag' for use at final position in Eshell buffers (which
8689 otherwise triggers an error on Emacs 21).
8690 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8691 buffer, if it is currently bound to `find-tag'.
8692
8693 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8694 in the list of matched Makefile names.
8695 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8696 directory, prefer its contents to Makefile.
8697
8698 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8699 directory parts (like "cd old new", or "cd =regexp"), are now case
8700 sensitive on non-Windows/DOS platforms.
8701
8702 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8703 types RET after an open delimiter (like "), display a message
8704 indicating that Eshell is waiting for the closing delimiter.
8705
8706 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8707 environment variables.
8708
8709 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8710 gracefully if the user enters incorrect arguments.
8711
8712 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8713 Eshell buffers.
8714
8715 * eshell/esh-var.el (eshell-interpolate-variable):
8716 * eshell/esh-mode.el (eshell-move-argument):
8717 * eshell/em-unix.el (eshell-du-sum-directory):
8718 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8719 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8720 (not (= ...)).
8721
8722 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8723 to ensure the `preserve' flag gets propagated when doing recursive
8724 directory copies.
8725
87262000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8727
8728 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8729 Don't convert \n into \0177 in memory.
8730 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8731 and back again, when reading and writing.
8732
87332000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8736 testing of `fboundp' on `processp'.
8737
8738 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8739 (eshell/jobs): Don't call process-list if it is not bound.
8740 (eshell-gather-process-output): Support systems where async
8741 subprocesses aren't supported.
8742 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8743 variables.
8744
8745 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8746 eshell-do-eval returns t.
8747 (eshell-do-pipelines-synchronously): New defmacro.
8748 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8749 when async subprocesses aren't supported.
8750 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8751 if async subprocesses aren't supported.
8752 (eshell-resume-command): Don't assume STATUS is a string.
8753
8754 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8755
8756 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8757 (eshell-close-target, eshell-get-target): Use eshell-processp.
8758 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8759 fix.
8760 (eshell-get-target, eshell-create-handles): Doc fix.
8761
87622000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8763
8764 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8765 criterion to include commands that output something, as long as it
8766 leaves both the command and the end-of-buffer visible when the
8767 command has exited.
8768 (eshell-review-quick-commands): Adjust the help doc string
8769 accordingly.
8770
87712000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8772
8773 * locate.el (locate): Cleaned up locate command's interactive prompting
8774 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8775
8776 * filecache.el (file-cache-case-fold-search): New variable
8777 (file-cache-assoc-function): New variable
8778 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8779 Use file-cache-case-fold-search variable
8780 (file-cache-add-file): Use file-cache-assoc-function
8781 (file-cache-delete-file): likewise
8782 (file-cache-directory-name): likewise
8783 (file-cache-debug-read-from-minibuffer): likewise
8784
87852000-08-28 Gerd Moellmann <gerd@gnu.org>
8786
8787 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8788 (abbrev-table-name): New function.
8789 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8790 If non-nil list local abbrev, only.
8791
87922000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8793
8794 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8795 from Gnus support code, and use special article copy buffer
8796 `(gnus-original-article-buffer)' instead. This allows to get rid
8797 of article-hide-headers usage (which breaks in the latest Gnus
8798 version). Thanks to Detlev Zundel.
8799
88002000-08-28 Kenichi Handa <handa@etl.go.jp>
8801
8802 * international/quail.el (quail-use-package): Hide "... loaded"
8803 message.
8804 (quail-start-translation, quail-start-conversion): Likewise.
8805
8806 * international/kkc.el (kkc-region): Hide "... loaded" message.
8807
88082000-08-27 Dave Love <fx@gnu.org>
8809
8810 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8811
88122000-08-27 Miles Bader <miles@gnu.org>
8813
8814 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8815
88162000-08-27 Kenichi Handa <handa@etl.go.jp>
8817
8818 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8819 'ja-dic-cnv), not (require 'skkdic-cnv).
8820
88212000-08-26 Miles Bader <miles@gnu.org>
8822
8823 * faces.el (face-x-resources): Add entry for :inherit.
8824 * cus-face.el (custom-face-attributes): Add support for :inherit
8825 attribute. Add support for relative face heights.
8826 (custom-face-attributes-get): Treat `nil' as being a default value
8827 for :inherit (as well as `unspecified').
8828
8829 * faces.el (set-face-attribute): Update doc string.
8830 (face-attribute-name-alist): Add :inherit.
8831 (face-valid-attribute-values): Handle :inherit.
8832 (face-read-string): Rephrase prompt to be less confusing.
8833 Assume that DEFAULT is a string, since we must return a string.
8834 (face-read-integer): Use `format' to turn DEFAULT into an
8835 acceptable default for face-read-string. Match NEW-VALUE against
8836 the string "unspecified", not the symbol `unspecified', since
8837 that's what face-read-string returns.
8838 (read-face-attribute): Lookup a name for old-value in valid, and
8839 use it as a default if we find one. Treat all values from
8840 face-read-string as strings. If the default is used, don't do any
8841 more processing on the value, just use the old value directly.
8842 (read-face-and-attribute, modify-face): Tweak prompt.
8843 (read-face-name): Don't assume prompt ends with a space.
8844
8845 * faces.el (describe-face): Add support for :inherit attribute.
8846
88472000-08-25 Kenichi Handa <handa@etl.go.jp>
8848
8849 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8850 concat doesn't accept interger.
8851
8852 * international/kkc.el: Remove SKK from Keywords. Require
8853 ja-dic-utl instead of skkdic-utl.
8854
8855 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8856 Provide ja-dic-cnv instead of skkdic-cnv.
8857 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8858 (iso-2022-7bit-short): Add safe-charsets property.
8859 (skkdic-convert-postfix): Search Japanese chou-on character in
8860 addition to Hiragana character.
8861 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8862 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8863 (batch-skkdic-convert): Likewise.
8864
8865 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8866 Provide ja-dic-utl instead of skkdic-utl.
8867 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8868
88692000-08-24 Dave Love <fx@gnu.org>
8870
8871 * disp-table.el (standard-display-default): Make the test of `l'
8872 useful.
8873
8874 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8875 mod sample text.
8876
8877 * international/iso-ascii.el: Make pilcrow convenient string
8878 consistent with section.
8879 (iso-ascii-display): Set up multibyte characters as well as
8880 unibyte.
8881
88822000-08-24 Kenichi Handa <handa@etl.go.jp>
8883
8884 * international/mule-cmds.el (reset-language-environment): Set
8885 default-process-coding-system to '(undecided . iso-latin-1), which
8886 makes process I/O almost consistent with file I/O. Call this
8887 function when mule-cmds.el[c] is loaded.
8888
88892000-08-22 Andrew Innes <andrewi@gnu.org>
8890
8891 * makefile.w32-in: New file.
8892
88932000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8894
8895 * comint.el (comint-output-filter): Compare end of
8896 comint-last-output-overlay with the start of the newly inserted
8897 text, not the end, when deciding whether to extend it.
8898 Set saved-point's insertion type to advance after insertion.
8899
8900 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8901 since this is now done independently of font-lock mode.
8902
89032000-08-21 Gerd Moellmann <gerd@gnu.org>
8904
8905 * server.el (server-kill-new-buffers): New user option.
8906 (server-existing-buffer): New buffer-local variable.
8907 (server-visit-files): When using an existing buffer, set
8908 server-existing-buffer to t.
8909 (server-buffer-done): If server-kill-new-buffers is t, kill the
8910 buffer, unless it was already present before visiting it with
8911 Emacs server.
8912
89132000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8914
8915 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8916 even if the display doesn't support colors: some displays will
8917 support bold/underline faces.
8918
89192000-08-21 Gerd Moellmann <gerd@gnu.org>
8920
8921 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8922
8923 * startup.el (command-line): If user's init file had an error,
8924 add explanatory text to *Messages*.
8925
89262000-08-21 Kenichi Handa <handa@etl.go.jp>
8927
8928 * man.el (Man-getpage-in-background): Decode the process output by
8929 the system locale coding system.
8930
89312000-08-20 Dave Love <fx@gnu.org>
8932
8933 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8934 Don't test x-popup-menu.
8935 (function) <complete-function>: Complete only fbound symbols.
8936 <validate, value>: New.
8937 (variable) <complete-function>: Complete only bound symbols.
8938 (coding-system): Add :base-only, :complete-function, :validate,
8939 :value, :prompt-match.
8940 (widget-coding-system-prompt-value): Use read-coding-system and
8941 act on :base-only.
8942 (editable-field): Add :help-echo.
8943 (widget-push-button-gui, widget-push-button-cache)
8944 (widget-gui-action, widget-editable-list-gui): COmment out, along
8945 with uses.
8946 (widget-at): Make arg optional.
8947 (widget-echo-help): Adjust for current help-echo calling sequence.
8948 (widget-specify-field, widget-specify-button)
8949 (widget-specify-insert, widget-get-sibling, widget-image-find)
8950 (widget-convert, widget-insert, widget-leave-text)
8951 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8952 (widget-setup, widget-field-find, widget-before-change)
8953 (widget-after-change, widget-default-complete)
8954 (widget-default-create, widget-default-delete)
8955 (widget-push-button-value-create, editable-field)
8956 (widget-field-prompt-value, widget-field-validate)
8957 (widget-choice-value-create, widget-choice-action)
8958 (widget-choice-validate, widget-checklist-add-item)
8959 (widget-radio-add-item, widget-radio-chosen)
8960 (widget-radio-value-inline, widget-editable-list-value-create)
8961 (widget-editable-list-entry-create)
8962 (widget-documentation-link-add)
8963 (widget-documentation-string-value-create)
8964 (widget-regexp-validate, widget-file-complete)
8965 (widget-sexp-validate, widget-plist-convert-widget)
8966 (widget-plist-convert-widget, widget-alist-convert-widget)
8967 (widget-alist-convert-widget, widget-color-complete): Simplify,
8968 particularly to avoid bindings which aren't optimized out.
8969
8970 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8971 Doc fix.
8972 (down-list, backward-up-list, up-list, kill-sexp)
8973 (backward-kill-sexp, mark-sexp): Make arg optional.
8974 (lisp-complete-symbol): Add optional arg PREDICATE.
8975
8976 * cus-start.el: Add display-buffer-reuse-frames,
8977 file-coding-system-alist.
8978
89792000-08-20 Gerd Moellmann <gerd@gnu.org>
8980
8981 * startup.el (command-line): Clear realized faces after
8982 modifying TTY color mappings.
8983
89842000-08-20 Miles Bader <miles@gnu.org>
8985
8986 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8987 merely a subset of FACE's attributes.
8988
89892000-08-19 Miles Bader <miles@gnu.org>
8990
8991 * comint.el (comint-output-filter): Save the point with a marker,
8992 not just a buffer position.
8993
8994 * international/mule.el (set-buffer-process-coding-system): Make
8995 interactive prompt less confusing.
8996
89972000-08-19 Gerd Moellmann <gerd@gnu.org>
8998
8999 * hilit-chg.el: General cleanup of doc strings, comments and
9000 code formatting.
9001
90022000-08-19 Miles Bader <miles@gnu.org>
9003
9004 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9005 Compiler macro removed; beginning-of-line is no longer always
9006 equivalent to forward-line, in the presence of fields.
9007
9008 * comint.el (comint-output-filter): Remove ad-hoc saving of
9009 restriction, and just use save-restriction, now that it works
9010 correctly. Don't adjust comint-last-input-start to account for
9011 our insertion; it shouldn't have moved because we don't use
9012 insert-before-markers anymore. Comment out call to
9013 `force-mode-line-update'; why is it here?
9014
9015 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9016 while checking for prompt to delete. Use `forward-line 0'
9017 instead of beginning-of-line.
9018 (gud-filter): Temporarily widen gud comint buffer while
9019 examining output.
9020
90212000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9022
9023 * progmodes/sh-script.el: Big bag of typos.
9024
9025 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9026 check since ispell-process is not bound when ispell is not yet loaded.
9027
90282000-08-18 Dave Love <fx@gnu.org>
9029
9030 * image.el (find-image): Copy `spec' before using plist-put.
9031
90322000-08-18 Gerd Moellmann <gerd@gnu.org>
9033
9034 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9035 `portugues'.
9036
9037 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9038 backward-kill-sexp, analogous to kill-sexp.
9039
9040 * progmodes/icon.el (icon-indent-line)
9041 (icon-is-continuation-line): Handle comments specially.
9042
90432000-08-17 Ken Stevens <k.stevens@ieee.org>
9044
9045 * ispell.el: Set to standard author/maintainer/keyword fields.
9046 Fine tuning to menu map appearance and operation, and added help.
9047 Remove `start' and `end' error messages when compiling.
9048 (ispell-choices-win-default-height): Fixed comment string.
9049 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9050 castellano8 dictionaries.
9051 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9052 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9053 dictionary, added italiano dictionary.
9054 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9055 word character
9056 (ispell-tex-skip-alists): Added psfig support.
9057 (ispell-skip-html): Renamed from ispell-skip-sgml.
9058 (ispell-begin-skip-region-regexp, ispell-skip-region)
9059 (ispell-minor-check): Improved html skipping support to skip across
9060 code, and recognize `&' commands without propper `;' syntax;
9061 (ispell-process-line): Fix alignment error when manually
9062 correcting spelling.
9063 (ispell): Fix comment string.
9064 (ispell-add-per-file-word-list): Always put word list on new line.
9065
90662000-08-17 Gerd Moellmann <gerd@gnu.org>
9067
9068 * format.el (format-encode-run-method): Fix error message to say
9069 `encode' instead of `decode'. Use save-window-excursion around
9070 shell-command-on-region as in format-decode-run-method because
9071 shell-command-on-region can display a buffer with error output.
9072 (format-decode): Don't record undo information for the decoding.
9073 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9074 that number part of the temporary buffer name so that more than
9075 one decoding using a temporary buffer can happen safely.
9076
9077 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9078 of `A-z' in the regexp.
9079
9080 * hilit-chg.el: Fix typos in commentary.
9081
9082 * help.el (view-emacs-news): Rewritten for new naming scheme
9083 for old NEWS files.
9084
9085 * startup.el (command-line): Pop to *Messages* in case an error
9086 is signaled while loading user-init-file.
9087
90882000-08-17 Andreas Schwab <schwab@suse.de>
9089
9090 * files.el (insert-directory): Don't lose original file name,
9091 undoing an undocumented change.
9092
90932000-08-17 Alex Schroeder <alex@gnu.org>
9094
9095 * sql.el (sql-magic-go): Use comint-bol.
9096 (sql-copy-column): Use comint-line-beginning-position.
9097 (comint-line-beginning-position): Define a replacement for
9098 comint-line-beginning-position if it is not fboundp.
9099
91002000-08-17 Alex Schroeder <alex@gnu.org>
9101
9102 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9103 it didn't have any effect anyway.
9104
91052000-08-17 Alex Schroeder <alex@gnu.org>
9106
9107 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9108 --pset and pager=off instead of sending \\o|cat at the beginning
9109 of the session.
9110
91112000-08-17 Miles Bader <miles@gnu.org>
9112
9113 * progmodes/octave-inf.el: Add compatibility definition of
9114 comint-line-beginning-position.
9115
91162000-08-17 Kenichi Handa <handa@etl.go.jp>
9117
9118 * startup.el (normal-top-level): Look in each dir in load-path for
9119 a leim-list.el file too. This assures of loading leim-list.el
9120 that is created at Emacs installation time even if a user have his
9121 own leim-list.el.
9122
91232000-08-17 Miles Bader <miles@gnu.org>
9124
9125 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9126 foreground color to black if the background is dark.
9127
91282000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * loadhist.el (unload-feature): Typo.
9131
9132 * finder.el (finder-compile-keywords):
9133 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9134 to the generated file.
9135
9136 * mail/mh-e.el (mh-make-local-vars):
9137 Replace make-variable-buffer-local with make-local-variable.
9138
9139 * play/landmark.el:
9140 * options.el (Edit-options-{set,toggle,t,nil}):
9141 * mail/mailabbrev.el (mail-abbrevs-mode):
9142 * textmodes/tex-mode.el (tex-expand-files):
9143 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9144
9145 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9146
9147 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9148 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9149 Allow going past the last element.
9150 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9151 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9152 (cvs-mouse-toggle-mark): Don't move point.
9153 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9154
9155 * progmodes/compile.el (grep): Provide a default set of files.
9156 (next-error): Docstring fix.
9157 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9158
9159 * emacs-lisp/easy-mmode.el (define-minor-mode):
9160 Use `symbol-value' to keep the byte-compiler quiet.
9161
9162 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9163 (diff-find-source-location): New fun, extracted from diff-goto-source.
9164 (diff-goto-source): Use it.
9165 (diff-next-complex-hunk, diff-filter-lines): New function.
9166 (diff-apply-hunk): New command.
9167
9168 * smerge-mode.el (smerge-mode-menu): Doc fix.
9169
9170 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9171
91722000-08-16 Dave Love <fx@gnu.org>
9173
9174 * windmove.el (windmove) <defgroup>: Add :version.
9175
9176 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9177 (goto-address-fontify-p, goto-address-highlight-p)
9178 (goto-address-url-face, goto-address-url-mouse-face)
9179 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9180 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9181 (goto-address-fontify, goto-address-at-mouse): Simplify,
9182 (goto-address-at-point): browse-url-url-at-point,
9183 goto-address-find-address-at-point can return nil.
9184 (goto-address-find-address-at-point): Return nil on failure.
9185
9186 * align.el (align) <defgroup>: Add :version.
9187
9188 * calculator.el (calculator): Add :version.
9189 (calculator): Use two lines for calculator window if `modeline'
9190 face is boxed.
9191
9192 * play/5x5.el: Doc fixes.
9193 (5x5) <defgroup>: Add :version.
9194
9195 * play/fortune.el (fortune) <defgroup>: Add :version.
9196 (fortune-append): Fix error message.
9197 (fortune-from-region): Doc fix.
9198
9199 * play/pong.el (pong): Doc fix.
9200
9201 * play/morse.el: Keywords, commentary, autoloads.
9202
92032000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9204
9205 * desktop.el (desktop-save): Don't look at symbol-value of a
9206 member of minor-mode-alist, unless it is boundp.
9207
92082000-08-16 Sam Steingold <sds@gnu.org>
9209
9210 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9211 `while'; use `with-current-buffer' instead of `save-excursion'.
9212 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9213
92142000-08-16 Kenichi Handa <handa@etl.go.jp>
9215
9216 * international/ccl.el (declare-ccl-program): Docstring modified.
9217 (ccl-execute-with-args): Likewise.
9218
92192000-08-16 Miles Bader <miles@gnu.org>
9220
9221 * progmodes/sql.el: Add compatibility definition of
9222 comint-line-beginning-position.
9223
92242000-08-15 Gerd Moellmann <gerd@gnu.org>
9225
9226 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9227 'buffer-menu' property.
9228 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9229 fails.
9230 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9231 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9232 wasn't killed.
9233
9234 * buff-menu.el (list-buffers-noselect): Don't display the
9235 *Buffer List* buffer.
9236
9237 * font-lock.el: Require jit-lock to prevent a very late
9238 `Loading jit-lock' message.
9239
9240 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9241 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9242 mail address.
9243
92442000-08-15 Miles Bader <miles@gnu.org>
9245
9246 * textmodes/ispell.el (ispell-graphic-p): New constant.
9247 (ispell-choices-win-default-height, ispell-help): Use
9248 `ispell-graphic-p' instead of `xemacsp'.
9249
92502000-08-15 Dave Love <fx@gnu.org>
9251
9252 * simple.el: Autoload widget-convert when compiling.
9253 (mail-user-agent): Doc fix.
9254
9255 * help.el (function-called-at-point, variable-at-point): Use
9256 with-syntax-table.
9257 (help-manyarg-func-alist): Add insert-and-inherit.
9258
9259 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9260
9261 * delsel.el (delsel-unload-hook): New function.
9262
9263 * find-file.el: Doc fixes. Move provide to end.
9264 (ff) <defgroup>: Add :link.
9265 (ff-goto-click): Deleted.
9266 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9267 Use mouse-set-point.
9268
9269 * textmodes/tildify.el: Doc fixes.
9270 (tildify) <defgroup>: Add:version.
9271
9272 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9273 (glasses-custom-set): Use set-default, not set.
9274 (minor-mode-alist): Propertize the lighter.
9275 (glasses-mode): Provide optional arg.
9276
9277 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9278 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9279 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9280 option. Provide :type.
9281 (cwarn-configuration): Provide :type.
9282 (cwarn-mode): Doc fix.
9283
9284 * add-log.el (change-log-merge): Doc fix.
9285 (change-log-redate): New command.
9286
9287 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9288 Doze and Dog.
9289 (browse-url): Use dolist, not mapcar.
9290 (browse-url-at-point): Check for null url.
9291 (browse-url-event-buffer, browse-url-event-point): Functions
9292 deleted.
9293 (browse-url-at-mouse, browse-url-netscape): Simplify.
9294
9295 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9296 modes.
9297 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9298 Fix previous change to mapcan.
9299 (msb--init-file-alist, msb--add-separators)
9300 (msb--make-keymap-menu): Simplify.
9301 (msb--choose-file-menu): Use copy-sequence.
9302 (msb-mode-map): Add title to keymap.
9303 (msb-unload-hook): New function.
9304
9305 * bs.el: Fix indentation.
9306 (bs) <defgroup>: Add :links.
9307 (bs-show): Doc fix.
9308 (bs-apply-sort-faces): Don't use window-system.
9309 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9310
93112000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9312
9313 * calendar/timeclock.el (timeclock-file): Run .timelog through
9314 convert-standard-filename.
9315
93162000-08-14 Gerd Moellmann <gerd@gnu.org>
9317
9318 * emacs-lisp/authors.el: New file.
9319
9320 * paren.el (show-paren-priority): New user option.
9321 (show-paren-function): Set overlay priorities to
9322 show-paren-priority.
9323
93242000-08-14 Miles Bader <miles@gnu.org>
9325
9326 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9327 beginning-of-line with inhibit-field-text-motion bound.
9328
93292000-08-14 Gerd Moellmann <gerd@gnu.org>
9330
9331 * calendar/timeclock.el: New file.
9332
93332000-08-14 David Ponce <david@dponce.com>
9334
9335 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9336 `widget-button-click'. so that one can use left mouse button to
9337 click on dialog buttons.
9338
93392000-08-14 Emmanuel Briot <briot@gnat.com>
9340
9341 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9342 identifiers, since XML is case sensitive
9343
93442000-08-12 Miles Bader <miles@gnu.org>
9345
9346 * comint.el (comint-output-filter): Don't bother frobbing
9347 window-start, it doesn't seem to be necessary.
9348
9349 * comint.el (comint-send-string, comint-send-region): Make into
9350 real functions. Snapshot the prompt before sending.
9351
93522000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9353
9354 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9355 technique similar to Info-index, instead of relying on specific
9356 names of relevant Index nodes.
9357 (Info-goto-emacs-command-node): Bind Info-history to nil when
9358 going to the first node found by Info-find-emacs-command-nodes.
9359
93602000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9361
9362 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9363
93642000-08-10 Miles Bader <miles@gnu.org>
9365
9366 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9367
93682000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9369
9370 * info.el (Info-file-list-for-emacs): More elements for the
9371 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9372 and woman manuals.
9373
93742000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9375
9376 * comint.el (comint-send-input): Make the newline boundary overlay
9377 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9378 (comint-output-filter): Use `insert' instead of
9379 `insert-before-markers'. Extend comint-last-output-overlay when
9380 necessary since we can't rely on insert-before-markers to do it.
9381 * gud.el (gud-filter): Use `with-current-buffer' instead of
9382 save-excursion when inserting the output, so that point gets
9383 updated correctly; the old method relied on a rather dodgy
9384 side-effect of comint-output-filter to avoid the effect of
9385 save-excursion.
9386
93872000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9388
9389 * files.el (recover-file): Call insert-directory instead of
9390 invoking `ls' directly.
9391
93922000-08-10 Miles Bader <miles@gnu.org>
9393
9394 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9395 (comint-last-prompt-overlay): New variables.
9396 (comint-output-filter): Implement prompt highlighting.
9397 (comint-snapshot-last-prompt): New function.
9398 (comint-send-input): Snapshot the last prompt.
9399 Use comint-highlight-input-face.
9400 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9401 Use defface instead of defcustom.
9402 (send-invisible, comint-send-eof): Snapshot the last prompt.
9403 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9404 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9405
94062000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9407
9408 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9409 (regexp-opt-group): Use a list of chars for `letters'.
9410 (regexp-opt-charset): `chars' is now a list of chars.
9411 Use a char-table rather than a vector so it works for multibyte chars.
9412
9413 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9414 Set cvs-minor-current-files to the selected fileinfo.
9415 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9416 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9417
94182000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9419
9420 * files.el (insert-directory): Don't call access-file on
9421 directories on DOS and Windows.
9422
94232000-08-09 Kenichi Handa <handa@etl.go.jp>
9424
9425 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9426 longer if necessary.
9427 (ccl-embed-code): Call ccl-embed-data to store CODE in
9428 ccl-program-vector.
9429
94302000-08-09 Miles Bader <miles@gnu.org>
9431
9432 * comint.el (comint-output-filter): Properly handle the case where
9433 the text surrounded by comint-last-output-overlay was deleted.
9434
94352000-08-08 Gerd Moellmann <gerd@gnu.org>
9436
9437 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9438 non-nil.
9439 (Info-file-list-for-emacs): Remove "info" from the list because
9440 that leads to trying to use the documentation from file `info'
9441 in various situations where it isn't appropriate, for instance
9442 C-h C-k C-h i.
9443
9444 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9445 DIR and/or STRING are nil.
9446
9447 * progmodes/compile.el (compilation-setup): Make variable
9448 compilation-error-screen-columns buffer-local, as some comment
9449 in the code suggests it should be.
9450
9451 * files.el (auto-mode-interpreter-regexp): New variable.
9452 (set-auto-mode): Use it.
9453
9454 * indent.el (indent-for-tab-command): Doc fix.
9455
9456 * mouse-sel.el (mouse-sel-mode): Doc fix.
9457
9458 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9459 labels.
9460
9461 * help.el (print-help-return-message): When
9462 display-buffer-reuse-frames is set, let the help window been quit,
9463 instead of deleting it, which might delete a reused frame.
9464
94652000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9466
9467 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9468 rename a directory to a name that differs only by its letter case.
9469
94702000-08-08 Kenichi Handa <handa@etl.go.jp>
9471
9472 * international/quail.el (quail-define-rules): Handle Quail decode
9473 map correctly. Add code for supporting annotations.
9474 (quail-install-decode-map): New function.
9475 (quail-defrule-internal): New optional arguments decode-map and
9476 props.
9477 (quail-advice): New function.
9478
94792000-08-07 Sam Steingold <sds@gnu.org>
9480
9481 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9482 `defconst', `define-condition', `with-slots'.
9483 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9484
94852000-08-03 Miles Bader <miles@gnu.org>
9486
9487 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9488 New variable.
9489 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9490 comint-use-prompt-regexp-instead-of-fields.
9491 (comint-send-input): Add `input' field property to stuff we send to
9492 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9493 (comint-output-filter): Add `output' field property to process
9494 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9495 (comint-replace-by-expanded-history)
9496 (comint-get-old-input-default, comint-show-output)
9497 (comint-backward-matching-input, comint-forward-matching-input)
9498 (comint-next-prompt, comint-previous-prompt): Use field
9499 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9500 (comint-line-beginning-position): New function.
9501 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9502 (comint-replace-by-expanded-history-before-point): Use
9503 comint-line-beginning-position and line-end-position.
9504 (comint-last-output-overlay): New variable.
9505 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9506
9507 * shell.el (shell-prompt-pattern): Doc change.
9508 (shell-backward-command): Use line-beginning-position.
9509
9510 * gud.el (gud-gdb-complete-command): Use
9511 comint-line-beginning-position.
9512
9513 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9514 comint-bol doesn't actually go to the beginning of the line.
9515
9516 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9517 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9518 (try-expand-line-all-buffers): Likewise.
9519
9520 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9521 explicitly matching comint-prompt-regexp.
9522 (sql-copy-column): Use comint-line-beginning-position instead of
9523 explicitly matching comint-prompt-regexp.
9524
9525 * progmodes/octave-inf.el (inferior-octave-complete): Use
9526 comint-line-beginning-position.
9527
9528 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9529
9530 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9531 looking for a prompt, use `forward-line 0' instead of
9532 `beginning-of-line', to avoid getting caught by an input field.
9533
95342000-08-07 Gerd Moellmann <gerd@gnu.org>
9535
9536 * files.el (shell-quote-wildcard-pattern): Make sure to return
9537 PATTERN, in the Unix case.
9538
95392000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9540
9541 * play/zone.el (zone): Discard any pending input before running
9542 the randomly-chosen pgm.
9543
95442000-08-07 Kenichi Handa <handa@etl.go.jp>
9545
9546 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9547 checking the existence of any multibyte characters.
9548
95492000-08-06 Gerd Moellmann <gerd@gnu.org>
9550
9551 * help.el (describe-mode): Test minor-mode symbol for being
9552 bound before testing its value for being nil.
9553
9554 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9555 `first', `second', and `third'.
9556
9557 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9558 (second): Make it an alias for `cadr'.
9559
95602000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9561
9562 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9563 types of display support faces now.
9564
95652000-08-05 Gerd Moellmann <gerd@gnu.org>
9566
9567 * pcvs.el (require): Require `cl' during compilation, only.
9568
9569 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9570 (toplevel): Remove `remq' and `remove' from autoloads.
9571 (cl-fake-autoloads): New variable. If set, arrange for an error
9572 when CL functions etc. are autoloaded.
9573
95742000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9575
9576 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9577
9578 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9579 popped up, but the user clicks outside the menu, return an empty
9580 regexp (that causes unhighlight-regexp to have no effect).
9581
9582 * menu-bar.el (menu-bar-games-menu): Add Zone.
9583
9584 * hi-lock.el (toplevel): Require font-lock.
9585
95862000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9587
9588 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9589 (ebnf-8-bit-chars): New var for bug fix.
9590 (ebnf-string): Bug fix.
9591
95922000-08-03 Sam Steingold <sds@gnu.org>
9593
9594 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9595 instead of `buffer-string'.
9596 (require 'cl): Always, not just when compiling.
9597 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9598 necessary.
9599
96002000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9601
9602 * international/mule-cmds.el (select-safe-coding-system): Make
9603 the message text about selecting a safe coding system more clear.
9604
96052000-08-02 Gerd Moellmann <gerd@gnu.org>
9606
9607 * hi-lock.el: New file.
9608
9609 * play/zone.el: New file.
9610
9611 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9612 value of tab-width in the original buffer. Choose a line number
9613 format that's a multiple of the original buffer's tab width, so
9614 that lines appear right.
9615
9616 * textmodes/ispell.el (ispell): New function, replacing an alias.
9617 Spell-check active region if in transient-mark-mode and mark
9618 is active; otherwise spell-check buffer.
9619
96202000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9621
9622 * ps-mule.el: Fix a customization problem on
9623 ps-mule-font-info-database-default.
9624
96252000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9626
9627 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9628 display-mouse-p instead of window-system.
9629 (ebrowse-member-mode-map): Ditto.
9630
96312000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9632
9633 * progmodes/ebnf2ps.el: Update ps-print functions call.
9634 Indentation fix. Doc fix.
9635 (ebnf-version): New version number (3.2).
9636 (ebnf-format-color, ebnf-begin-job): Code fix.
9637
96382000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9639
9640 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9641 font lock support on window-system.
9642 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9643
9644 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9645 display-color-p, if fboundp, instead of window-system.
9646
96472000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9648
9649 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9650 instead of window-system.
9651
9652 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9653 window-system.
9654 (widget-choice-mouse-down-action): Use display-popup-menus-p
9655 instead of window-system.
9656
9657 * strokes.el (strokes-file): Run the file name through
9658 convert-standard-filename.
9659 (strokes-mode): Call display-mouse-p instead of looking at
9660 window-system. Change the error message accordingly.
9661
9662 * progmodes/cpp.el (toplevel): Support faces on tty's.
9663
9664 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9665 (lm-plot-square, lm-init-display): Don't use window-system.
9666
9667 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9668 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9669
9670 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9671 instead of looking at window-system.
9672
96732000-07-30 Gerd Moellmann <gerd@gnu.org>
9674
9675 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9676 of testing if iswitchb-prepost-hooks is bound, because the
9677 latter will always be true when invoking a recursive minibuffer
9678 from an active Iswitchb buffer.
9679
96802000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9681
9682 * files.el (shell-quote-wildcard-pattern): New function.
9683 (insert-directory): Call it. Only prepend "\" to command on Unix
9684 and GNU/Linux systems.
9685
96862000-07-30 Gerd Moellmann <gerd@gnu.org>
9687
9688 * eshell/esh-groups.el: Change custom :link file names
9689 from `eshell.info' to `eshell'.
9690
96912000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9692
9693 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9694 correctly in recursive ange-ftp listings.
9695
96962000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9697
9698 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9699 ps-header-font-size-internal and
9700 ps-header-title-font-size-internal variables are not set,
9701 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9702 face text property is (foreground-color . COLOR) or
9703 `(background-color . COLOR)', ps-print crashes. Doc fix.
9704 (ps-print-version): New version number (5.2.4).
9705 (ps-plot-region): Code fix.
9706 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9707 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9708 Bug fix 2.
9709
97102000-07-30 Milan Zamazal <pdm@freesoft.cz>
9711
9712 * glasses.el (glasses-make-readable): Fix uncapitalization of
9713 identifiers like `myXMLDocument'.
9714
97152000-07-28 Karl Fogel <kfogel@red-bean.com>
9716
9717 * mail/mail-hist.el (mail-hist-previous-input)
9718 (mail-hist-next-input): Do the obvious code factorization.
9719 (mail-hist-retrieve-and-insert): New func, contains common
9720 code of above two.
9721 If inserting a message body, leave point at top.
9722
97232000-07-28 Sam Steingold <sds@gnu.org>
9724
9725 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9726 Use `<=', not `<' to compare times!
9727 (ange-ftp-ls): Remove.
9728
97292000-07-27 Gerd Moellmann <gerd@gnu.org>
9730
9731 * play/cookie1.el: Add explanation of how to make cookie.el
9732 compatible with strfile(1) to comment.
9733
9734 * subr.el (remove, remq): New functions.
9735
9736 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9737 escape `*' in regexps.
9738 (midnight-find): Reverse order of arguments in the funcall of
9739 TEST.
9740
9741 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9742 and `.class'.
9743
9744 * play/meese.el: Add Commentary section.
9745
97462000-07-27 Alex Schroeder <alex@gnu.org>
9747
9748 * sql.el (sql-ms): Added autoload cookie.
9749 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9750 (sql-oracle): Ditto.
9751 (sql-help): Doc change.
9752
9753 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9754 types and exceptions.
9755
97562000-07-27 Alex Schroeder <alex@gnu.org>
9757
9758 * sql.el (sql-placeholder-history): New variable.
9759 (sql-query-placeholders-and-send): New function that will query
9760 the user and replace placeholders with user input.
9761 (sql-oracle): If running on NT, set comint-input-sender to
9762 sql-query-placeholders-and-send.
9763
9764 (sql-stop): If in the SQLi buffer, insert stop notification, else
9765 present it as a message.
9766
97672000-07-27 Alex Schroeder <alex@gnu.org>
9768
9769 * sql.el (sql-input-ring-separator): Doc change.
9770 (sql-input-ring-file-name): Doc change.
9771 (sql-interactive-mode): Use `sql-input-ring-separator' and
9772 `sql-input-ring-file-name' to set the comint-mode equivalents
9773 without making them local variables.
9774 (sql-stop): Don't bind `sql-input-ring-separator' and
9775 `sql-input-ring-file-name' dynamically to their comint-mode
9776 equivalents.
9777
97782000-07-27 Kenichi Handa <handa@etl.go.jp>
9779
9780 * international/mule.el (register-char-codings): New function.
9781 (make-coding-system): Handle `safe-chars' specification in the arg
9782 PROPERTY.
9783
9784 * international/mule-cmds.el
9785 (find-coding-systems-region-subset-p): This function deleted.
9786 (sort-coding-systems-predicate): New variable.
9787 (sort-coding-systems): New function.
9788 (find-coding-systems-region): Use
9789 find-coding-systems-region-internal.
9790 (find-coding-systems-string): Use find-coding-systems-region.
9791 (find-coding-systems-for-charsets): Check
9792 char-coding-system-table.
9793 (select-safe-coding-system-accept-default-p): New variable.
9794 (select-safe-coding-system): Mostly rewritten. New argument
9795 ACCEPT-DEFAULT-P.
9796 (select-message-coding-system): Call select-safe-coding-system
9797 with ACCEPT-DEFAULT-P arg.
9798 (reset-language-environment): Reset default-sendmail-coding-system
9799 to the default value iso-latin-1.
9800 (set-language-environment): Don't set the obsolete variable
9801 charset-origin-alist.
9802
9803 * international/codepage.el (cp-coding-system-for-codepage-1):
9804 Give `safe-chars' property to make-coding-system.
9805
9806 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9807 calling select-message-coding-system twice.
9808
9809 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9810 instead of `safe-charsets'.
9811 (cyrillic-alternativnyj): Likewise.
9812 (ccl-encode-alternativnyj): Don't check the charset
9813 cyrillic-iso8859-5.
9814
98152000-07-27 Kenichi Handa <handa@etl.go.jp>
9816
9817 * composite.el (compose-chars-after): Preserve match data.
9818
98192000-07-26 Sam Steingold <sds@gnu.org>
9820
9821 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9822 (ange-ftp-real-file-newer-than-file-p): New function.
9823 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9824 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9825
9826 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9827 * midnight.el (midnight-float-time): Ditto.
9828
98292000-07-26 Andreas Schwab <schwab@suse.de>
9830
9831 * files.el (normal-backup-enable-predicate): Correct
9832 interpretation of the return value of compare-strings.
9833
98342000-07-26 Gerd Moellmann <gerd@gnu.org>
9835
9836 * isearch.el (isearch-resume): New function.
9837 (isearch-done): Add something to command-history to resume
9838 the search.
9839 (isearch-yank-line, isearch-yank-word): Use
9840 buffer-substring-no-properties instead of buffer-substring.
9841
9842 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9843 of flyspell-mouse-map.
9844
9845 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9846 duplicate definition.
9847 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9848
9849 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9850 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9851
98522000-07-25 Sam Steingold <sds@gnu.org>
9853
9854 * net/ange-ftp.el: Get modtime over the net.
9855 (ange-ftp-file-modtime): New function.
9856 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9857 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9858 Use it.
9859 (ange-ftp-dot-to-slash): New function.
9860 (ange-ftp-fix-name-for-vms): Use it.
9861
9862 * midnight.el (midnight-buffer-display-time): Use
9863 `with-current-buffer'.
9864
98652000-07-25 Gerd Moellmann <gerd@gnu.org>
9866
9867 * find-dired.el: Update copyright notice.
9868 (find-dired): Offer to kill a running `find'.
9869
9870 * enriched.el (enriched-face-ans): For a `foreground-color'
9871 property, return '(("x-color" COLOR))' so that COLOR will be
9872 output as a parameter of the x-color annotation. Likewise for the
9873 `background-color' property. In the case of normal face
9874 properties, don't return annotations for unspecified foreground
9875 and background face attributes.
9876
98772000-07-25 Kenichi Handa <handa@etl.go.jp>
9878
9879 * language/japan-util.el (japanese-katakana-region): Fix handling
9880 HANKAKU argument.
9881
98822000-07-25 Miles Bader <miles@gnu.org>
9883
9884 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9885 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9886 constrain-to-field.
9887
98882000-07-24 Andrew Innes <andrewi@gnu.org>
9889
9890 * timer.el (timer-activate-when-idle): Add optional parameter
9891 DONT-WAIT. Update docstring.
9892 (run-with-idle-timer): Specify extra parameter to
9893 timer-activate-when-idle, so that timer will be activated
9894 immediately if Emacs is already idle.
9895
9896 * w32-fns.el (w32-using-nt): Fix docstring.
9897
98982000-07-24 Dave Love <fx@gnu.org>
9899
9900 * mouse.el (popup-menu): Set last-command-event.
9901 (mouse-major-mode-menu-prefix): Declare.
9902
99032000-07-24 Gerd Moellmann <gerd@gnu.org>
9904
9905 * textmodes/flyspell.el: Update to author's version 1.5d.
9906
9907 * progmodes/hideshow.el: Update copyright notice.
9908
9909 * vcursor.el: Set maintainer to FSF, since author cannot
9910 be reached.
9911
99122000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9913
9914 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9915 the prompt.
9916
9917 * mouse.el (popup-menu): Run the keymap through indirect-function,
9918 in case it was defined with define-prefix-key. If the menu is a
9919 list of keymaps, look up the binding of user's choice in each one
9920 of the keymaps.
9921 (mouse-popup-menubar): If the global and local menu-bar keymaps
9922 don't have a prompt string, create one and insert it into the
9923 keymap. Don't barf if current-local-map returns nil.
9924
99252000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9926
9927 * dired.el (dired-sort-R-check): Added to allow recursive listing
9928 to be undone.
9929 (dired-sort-other): Use it.
9930
99312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9932
9933 * Release of cc-mode 5.27
9934
99352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9936
9937 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9938 c-beginning-of-statement-1 that caused a bad case of recursion
9939 which could consume a lot of CPU in large classes in languages
9940 that have in-expression classes (i.e. Java and Pike).
9941
9942 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9943 statements before top level constructs (i.e. case 6 is moved
9944 before case 5 and is now case 4) to catch in-expression
9945 classes in top level expressions correctly.
9946
99472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9948
9949 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9950 objc-method-intro. Case 4 removed and case 5I added.
9951
9952 * cc-langs.el (c-append-paragraph-start): New variable used by
9953 c-common-init to get paragraph-start correct.
9954 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9955 initialize paragraph-start to make it correct both with and
9956 without the javadoc special case.
9957
9958 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9959 initialize paragraph-start for javadoc markup.
9960
9961 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9962 change by defaulting this to t. It's motivated by the
9963 confusing behavior that otherwise arise from the style system
9964 when editing both java and non-java files at the same time
9965 (see the comments about style setting in c-common-init).
9966
99672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9968
9969 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9970 similar to the one in c-fill-paragraph to check the fill
9971 prefix from the adaptive fill function for sanity.
9972
99732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9974
9975 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9976 defun block.
9977
99782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9979
9980 * cc-mode.texi Documented the change of cpp-macro.
9981
99822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9983
9984 * cc-align.el (c-lineup-multi-inher): Handle lines with
9985 leading comma nicely. Extended to handle member initializers
9986 too.
9987
9988 * cc-engine.el: (c-beginning-of-inheritance-list,
9989 c-guess-basic-syntax): Fixed recognition of inheritance lists
9990 when the lines begins with a comma.
9991
9992 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9993
9994 * cc-vars.el (c-offsets-alist): Changed default for
9995 member-init-cont to c-lineup-multi-inher since it now handles
9996 member initializers and indents better for leading commas.
9997
99982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9999
10000 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10001 handling that caused class open lines to be recognized as
10002 statement-conts in some cases.
10003
10004 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10005 guessed by the adaptive fill function unless point is on the
10006 first line of a block comment.
10007
10008 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10009 when the buffer ends with a macro continuation char.
10010
10011 * cc-engine.el (c-guess-basic-syntax): Added support for
10012 function definitions as statements in Pike. The first
10013 statement in a lambda block is now labeled defun-block-intro
10014 instead of statement-block-intro.
10015
10016 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10017 so that the class surrounding point is selected, not the one
10018 innermost in the state.
10019
10020 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10021 recognition of switch labels having hanging multiline
10022 statements.
10023
10024 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10025 some code in c-guess-basic-syntax to a separate function.
10026 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10027 recognition of member inits with multiple line arglists.
10028 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10029 member-init-cont when the commas are in funny places.
10030
100312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10032
10033 * cc-defs.el (c-auto-newline): Removed this macro since it's
10034 not used anymore.
10035
10036 * cc-engine.el (c-looking-at-bos): New helper function.
10037 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10038 inexpr and toplevel classes apart in Pike.
10039
10040 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10041 of case 9A.
10042
10043 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10044 constant, since "class" can introduce an in-expression class
10045 in Pike nowadays.
10046
100472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10048
10049 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10050 indentation on cpp-macro lines.
10051
10052 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10053 a syntax modifier like comment-intro, to make it possible to
10054 get syntactic indentation for preprocessor directives. It's
10055 incompatible wrt to lineup functions on cpp-macro, but it has
10056 no observable effect in the 99.9% common case where cpp-macro
10057 is set to -1000.
10058
100592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10060
10061 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10062 member-init-cont when the preceding arglist is several lines.
10063
100642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10065
10066 * cc-styles.el (c-style-alist): The basic offset for the BSD
10067 style corrected to 8.
10068
100692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10070
10071 * cc-styles.el (c-style-alist): Adjusted the indentation of
10072 brace list openers in the gnu style.
10073
100742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10075
10076 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10077
10078 * cc-cmds.el (c-electric-brace, c-electric-slash,
10079 c-electric-star, c-electric-semi&comma, c-electric-colon,
10080 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10081 when c-syntactic-indentation is nil.
10082
10083 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10084 we were left at comments preceding the first statement when
10085 reaching the beginning of the buffer.
10086
10087 * cc-vars.el (c-syntactic-indentation): New variable to turn
10088 off all syntactic indentation.
10089
100902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10091
10092 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10093 between the text and the block comment ender when it hangs,
10094 depending on how many there are before the fill.
10095
100962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10097
10098 * cc-engine.el (c-beginning-of-closest-statement): New helper
10099 function to go back to the closest preceding statement start,
10100 which could be inside a conditional statement.
10101 * cc-engine.el (c-guess-basic-syntax): Use
10102 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10103
10104 * cc-engine.el (c-guess-basic-syntax): Better handling of
10105 arglist-intro, arglist-cont-nonempty and arglist-close when
10106 the arglist is nested inside parens. Cases 7A, 7C and 7F
10107 changed.
10108
10109 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10110 up-to-date with javadoc 1.2.
10111
101122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10113
10114 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10115 multiline Pike type decls.
10116
101172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10118
10119 * cc-cmds.el (c-indent-new-comment-line): Always break
10120 multiline comments in multiline mode, regardless of
10121 comment-multi-line.
10122
101232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10124
10125 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10126 fully::qualified::names in C++ member init lists. Preamble in
10127 case 5D changed.
10128
101292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10130
10131 * cc-langs.el (c-common-init): Handling of obsolete variables
10132 moved to c-initialize-cc-mode. More compatible style override
10133 when using global style variables.
10134 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10135 variables moved here.
10136
10137 * cc-mode.texi: Documented the special behavior of
10138 c-special-indent-hook as a style variable. Don't talk about
10139 doing (c-make-styles-buffer-local t) in a mode hook, since
10140 that's already too late to work right.
10141
10142 * cc-styles.el (c-make-styles-buffer-local): Flag style
10143 variable localness in c-style-variables-are-local-p to make
10144 the compatibility measure in c-common-init work well.
10145
10146 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10147 longer contain set-from-style.
10148 * cc-styles.el (c-initialize-builtin-style): Don't check for
10149 set-from-style on c-special-indent-hook.
10150 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10151 copy-alist is sufficient now.
10152
10153 * cc-styles.el (c-set-style, c-set-style-1,
10154 c-get-style-variables): Fixes to variable initialization so
10155 that duplicate entries in styles have the same effect
10156 regardless of DONT-OVERRIDE.
10157
10158 * cc-styles.el (c-set-style-2): Fixed bug where the
10159 initialization of inheriting styles failed when the
10160 dont-override flag is set.
10161
10162 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10163 on this.
10164
101652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10166
10167 * cc-defs.el (c-forward-comment): Removed the workaround
10168 introduced in 5.38 since it had worse side-effects. If a line
10169 contains the string "//\"", it regarded the // as a comment
10170 start since the \ temporarily doesn't have escape syntax.
10171
101722000-07-17 Emmanuel Briot <briot@act-europe.fr>
10173
10174 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10175 ada-xref.el before ada-prj.el, so that the Project menu is created
10176 when ada-prj tries to add to it.
10177 (ada-activate-keys-for-case): Suppress the characters that are not
10178 part of the Ada syntax. Better compatibility with else-mode
10179 (ada-adjust-case-interactive): When auto-casing is not active,
10180 correctly insert newlines (used to insert only ^M). Prevent the
10181 syntax table from being changed in case of an error
10182 (or '_' becomes part of a word and some commands are confused).
10183 Do nothing if ada-auto-case is nil.
10184 (ada-after-keyword-p): Ignore keywords that are also attributes
10185 (ada-batch-reformat): Update usage comment
10186 (ada-call-from-contextual-menu): New function
10187 (ada-case-read-exceptions): Reinitialize the casing exception list
10188 first to nil first, so that the casing exception file can be
10189 shared.
10190 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10191 files.
10192 (ada-compile-goto-error): Fix regexp used to detect a file:line
10193 anywhere in the error message
10194 (ada-contextual-menu-last-point): New variable
10195 (ada-create-keymap): If the variable delete-key-deletes-forward is
10196 t on XEmacs, it means that DEL should delete one character
10197 forward.
10198 (ada-create-menu): Use :included instead of :visible for XEmacs.
10199 New submenu "Options".
10200 (ada-end-stmt-re): Correctly indent "select ... then abort"
10201 statements.
10202 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10203 even if they don't match ada-fill-comment-prefix Fix handling of
10204 paragraphs on the first or last line of a file.
10205 (ada-format-paramlist): Fix handling of default parameter values.
10206 (ada-get-body-name): New function.
10207 (ada-get-current-indent): Optimized by searchling directly for an
10208 existing generic part or a statement outside of it. Handle
10209 ada-indent-align-comments when indenting comments Replaced some
10210 regexps by testing directly the next character. This results in a
10211 huge speedup on some files. New indentation scheme for renames
10212 statements. Stop looking for the 'while' or 'for' associated with
10213 a 'loop' at the first semicolon encountered. A "return" can also
10214 match an anonymous access subprogram declaration.
10215 (ada-get-indent-noindent): Ignore strings and comments when
10216 looking for the keywords "record" and "private".
10217 (ada-goto-matching-decl-start): When matching "if", make sure we
10218 are not in fact seeing "end if". Ignore "when" statements except
10219 when initial keyword was "begin". Fix handling of nested
10220 procedures. Add a recursive call to this function to skip over
10221 other 'end' statmts. Fix indentation for "when .. => begin"
10222 (ada-in-open-paren-p): Fix indentation for complex boolean
10223 expressions, where 'and then', 'or else' and parenthesis
10224 statements are mixed up.
10225 (ada-in-paramlist-p): Skip comments while searching for the
10226 beginning Fix handling of operator declarations.
10227 (ada-indent-align-comments): New variable
10228 (ada-indent-current): Change the syntax table only in the
10229 protected section, so that we are sure it is restored correctly.
10230 (ada-indent-on-previous-lines): Use ada-use-indent and
10231 ada-with-indent Correctly indent "select ... then"
10232 (ada-indent-region): Slight speedup.
10233 (ada-indent-renames): New variable.
10234 (ada-last-which-function-subprog, ada-last-which-function-line):
10235 New variables
10236 (ada-looking-at-semi-private): Correctly indent the 'private'
10237 keyword when it is the first word in a package declaration.
10238 (ada-loose-case-word): Stop searching if at the end of the buffer.
10239 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10240 even if point is not initially at the end of the word.
10241 (ada-matching-decl-start-re): Add "when".
10242 (ada-mode): Add support for abbrev-mode, outline-mode and
10243 which-func-mode Override the old find-file.el entry in
10244 ff-special-constructs since it is using the obsolete
10245 ada-spec-suffix variable
10246 (ada-no-auto-case): New function
10247 (ada-scan-paramlist): When parsing the argument type, accept
10248 spaces (as in "X 'Class", generated by Rational Rose).
10249 (ada-other-file-name): No longer loads the other file.
10250 (ada-popup-menu): Save and restore the current buffer and cursor
10251 position before and after displaying the menu.
10252 (ada-search-ignore-complex-boolean): New function.
10253 (ada-uncomment-region): Emacs21 already knows how to delete
10254 comments not starting in the first column.
10255 (ada-use-indent): New variable
10256 (ada-which-function): New function.
10257 (ada-with-indent): New variable
10258 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10259 can be batch-compiled from the command line.
10260
10261 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10262 Add to the menu when the file is loaded, not in ada-mode-hook.
10263 Add -toolbar to the default ddd command Switches moved from
10264 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10265 ada-prj-default-comp-opt
10266 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10267 Reference Manual to the menu
10268 (ada-check-current): rewritten as a call to ada-compile-current
10269 (ada-compile): Removed.
10270 (ada-compile-application, ada-compile-current, ada-check-current):
10271 Set the compilation-search-path so that compile.el automatically
10272 finds the sources in src_dir. Automatic scrollong of the
10273 compilation buffer. C-uC-cC-c asks for confirmation before
10274 compiling
10275 (ada-compile-current): New parameter, prj-field
10276 (ada-complete-identifier): Load the .ali file before doing
10277 processing
10278 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10279 conform to gnatmake's behavior.
10280 (ada-find-file-in-dir): New function
10281 (ada-find-references): Set the environment variables for gnatfind
10282 (ada-find-src-file-in-dir): New function.
10283 (ada-first-non-nil): Removed
10284 (ada-gdb-application): Add support for jdb, the java debugger.
10285 (ada-get-ada-file-name): Load the original-file first if not done
10286 yet.
10287 (ada-get-all-references): Handles the new ali syntax (parent types
10288 are found between <>).
10289 (ada-initialize-runtime-library): New function
10290 (ada-mode-hook): Always load a project file when a file is opened,
10291 so that the casing exceptions are correctly read.
10292 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10293 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10294 to open the project file, since the latter does not work with
10295 speedbar Get default values before loading the prj file, or the
10296 default executable file name is wrong. Use the absolute value of
10297 src_dir to initialize ada-search-directories and
10298 compilation-search-path,... Add the standard runtime library to
10299 the search path for find-file.
10300 (ada-prj-default-debugger): Was missing an opening '{'
10301 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10302 variables.
10303 (ada-prj-default-gnatmake-opt): New variable
10304 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10305 buffers, the project file is the default one Save the windows
10306 configuration before displaying the menu.
10307 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10308 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10309 ...) regexp-quote identifiers names to support operators +,
10310 -,... in regexps.
10311 (ada-remote): New function.
10312 (ada-run-application): Erase the output buffer before starting the
10313 run Support remote execution of the application. Use
10314 call-process, or the arguments are incorrectly parsed
10315 (ada-set-default-project-file): Reread the content of the active
10316 project file, not the one from the current buffer When a project
10317 file is set as the default project, all directories are
10318 automatically associated with it.
10319 (ada-set-environment): New function
10320 (ada-treat-cmd-string): New special variable ${current}
10321 (ada-treat-cmd-string): Revised. The substitution is now done for
10322 any ${...} substring
10323 (ada-xref-current): If no body was found, compiles the spec
10324 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10325 compiler to get rid of command line length limitations.
10326 (ada-xref-get-project-field): New function
10327 (ada-xref-project-files): New variable
10328 (ada-xref-runtime-library-specs-path)
10329 (ada-xref-runtime-library-ali-path): New variables
10330 (ada-xref-set-default-prj-values): Default run command now does a
10331 cd to the build directory. New field: main_unit Provide a default
10332 file name even if the current buffer has no prj file.
10333
10334 * ada-prj.el:
10335 Rewritten to show a tabbed-dialog.
10336 (ada-prj-add-ada-menu): Remove the map and name parameters.
10337 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10338 New function
10339 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10340 (ada-prj-load-from-file): New function
10341 (ada-prj-save): Always save fields that depend on the current buffer
10342 (ada-prj-show-value): New function
10343
10344 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10345 Ada mode. This will allow us to display the Ada menu in any buffer
10346 we want (for project items).
10347 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10348 number of spaces in the header.
10349
103502000-07-24 Dave Love <fx@gnu.org>
10351
10352 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10353
103542000-07-23 Noah Friedman <friedman@splode.com>
10355
10356 * type-break.el (type-break): perform autosave.
10357 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10358 (type-break-do-query): Cancel query schedule while performing
10359 actual query, to avoid possibility of a second query being made
10360 while first one is already in progress.
10361 (type-break-time-stamp-format): New variable.
10362 (type-break-time-stamp): New function.
10363 (type-break-time-warning): Use it.
10364 (type-break-keystroke-warning): Use it.
10365 (type-break-noninteractive-query): Use it.
10366
10367 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10368 cookie.
10369 Use add-minor-mode to set minor-mode-alist, if available.
10370 (eldoc-echo-area-use-multiline-p): New user option.
10371 (eldoc-echo-area-multiline-supported-p): New variable.
10372 (eldoc-docstring-format-sym-doc): Use them.
10373 (eldoc-mode): If not using idle timers, append to local post and
10374 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10375 (eldoc-display-message-no-interference-p): Don't interfere with
10376 edebug.
10377 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10378 (eldoc-function-arglist): New function.
10379 (eldoc-function-argstring): Use it.
10380
10381 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10382 auto save directory exists before calling directory-files.
10383
103842000-07-23 Dave Love <fx@gnu.org>
10385
10386 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10387 ^o, ^u.
10388
103892000-07-21 Dave Love <fx@gnu.org>
10390
10391 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10392 now passed to the function. It now works properly.
10393
10394 * smerge-mode.el (smerge-mode-menu): Fill it out.
10395
103962000-07-20 Gerd Moellmann <gerd@gnu.org>
10397
10398 * info-look.el (info-lookup): If *info* is shown in another frame
10399 on the same display, select that frame, instead of switching to
10400 the Info buffer in another window of the selected frame.
10401
10402 * simple.el (universal-argument-map): Bind numeric keypad keys
10403 kp-0 to kp-9 and kp-subtract.
10404 (digit-argument): Handle these keys.
10405
104062000-07-20 Dave Love <fx@gnu.org>
10407
10408 * net/goto-addr.el (goto-address-fontify): Don't bother with
10409 buffer-modified and read-only stuff -- irrelevant with overlays.
10410 Put an extra property on the overlays and use it to clean up in
10411 case goto-address is re-run.
10412
104132000-07-19 Richard M. Stallman <rms@gnu.org>
10414
10415 * timer.el (run-with-idle-timer): Doc fix.
10416
10417 * mail/mail-utils.el (mail-strip-quoted-names):
10418 Handle case where <...> appears inside "...".
10419 Use replace-match to edit the string more simply.
10420 (rmail-dont-reply-to): Cope with an unmatched ".
10421
104222000-07-19 Dave Love <fx@gnu.org>
10423
10424 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10425 implementation.
10426
10427 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10428 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10429 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10430
104312000-07-19 Gerd Moellmann <gerd@gnu.org>
10432
10433 * textmodes/refer.el: Correct maintainer's email address.
10434
10435 * progmodes/hideif.el: Correct author's email address.
10436 Fix typo in comment.
10437
10438 * xml.el: New file.
10439
10440 * mail/mailheader.el: Correct author's mail address.
10441
10442 * gnus/parse-time.el: Correct author's mail address.
10443
104442000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10445
10446 * comint.el (comint-highlight-input, comint-highlight-face):
10447 New user options.
10448 (comint-input-ring-file-name): Change custom type.
10449 (comint-mode-map): Bind mouse-2.
10450 (comint-insert-clicked-input): New function.
10451 (comint-send-input): Handle input highlighting.
10452
104532000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10454
10455 * mouse.el (popup-menu): New function.
10456 (mouse-major-mode-menu): Use it.
10457
104582000-07-18 Dave Love <fx@gnu.org>
10459
10460 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10461 improvements.
10462
104632000-07-18 Gerd Moellmann <gerd@gnu.org>
10464
10465 * faces.el (face-font-selection-order)
10466 (face-font-family-alternatives): Add custom type.
10467
104682000-07-18 Dave Love <fx@gnu.org>
10469
10470 * cus-edit.el (custom-variable-reset-saved)
10471 (custom-variable-reset-standard): Remove unused bindings.
10472
10473 * rect.el (open-rectangle-line): Remove unused let.
10474
10475 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10476
104772000-07-18 Gerd Moellmann <gerd@gnu.org>
10478
10479 * cdl.el: Fix `Maintainer' keyword.
10480
10481 * play/pong.el: Add author's email address.
10482
104832000-07-17 Sam Steingold <sds@gnu.org>
10484
10485 * files.el (insert-directory): Call `split-string' instead of
10486 re-implementing it.
10487
104882000-07-18 Gerd Moellmann <gerd@gnu.org>
10489
10490 * mail/vms-pmail.el: Change maintainer to FSF.
10491
10492 * net/goto-addr.el: Change maintainer to FSF.
10493
10494 * info.el (Info-title-face-alist): Removed.
10495
104962000-07-18 David Ponce <david@dponce.com>
10497
10498 * recentf.el (recentf-open-files): New command that works like
10499 `recentf-open-more-files', but shows the whole list of files (not just
10500 those omitted from the menu). Useful if you don't use a menu-bar!
10501 (recentf-open-more-files) Modified to use `recentf-open-files'.
10502
10503 (recentf-open-files, recentf-open-more-files)
10504 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10505
10506 (recentf-dialog-mode): New mode for dialogs. You can now just type
10507 "q" to cancel the dialogs.
10508
105092000-07-18 David Ponce <david@dponce.com>
10510
10511 * recentf.el: This is a major update of recentf.el. It adds new
10512 features to better organize the recentf menu and "More..." buffer.
10513
10514 Using new provided menu filtering functions you can now organize the
10515 recent files list:
10516
10517 - by major modes
10518 - by directories
10519 - by user defined rules
10520
10521 Finally, with the new `recentf-filter-changer' customizable filter you
10522 can define a ring of filters and dynamically (via the menu) cycle on
10523 each menu organization in the ring (a la msb).
10524
105252000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * eshell/eshell.el (eshell): Replace links to eshell.info with
10528 links to eshell, to avoid problems on systems where the manual is
10529 installed as `eshell'.
10530 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10531 * eshell/em-smart.el (eshell-smart): Ditto.
10532 * eshell/em-banner.el (eshell-banner): Ditto.
10533 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10534
10535 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10536 same-file check in the MS-DOS version (it does support inodes).
10537
10538 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10539
10540 * eshell/eshell.el (eshell-directory-name):
10541 Run default directory name through convert-standard-filename.
10542
105432000-07-18 Kenichi Handa <handa@etl.go.jp>
10544
10545 * international/mule-cmds.el (select-safe-coding-system):
10546 Fix typo in the comment.
10547
10548 * language/european.el (compound-text):
10549 Force katakana-jisx0201 to be designated to G1.
10550
10551 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10552 Don't translate some national variant characters of latin-jisx0201.
10553 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10554
10555 * international/kkc.el (kkc-after-update-conversion-functions):
10556 New variable.
10557 (kkc-update-conversion): Run functions in it at the tail.
10558
105592000-07-16 John Wiegley <johnw@gnu.org>
10560
10561 * lisp/align.el (align-newline-and-indent):
10562 Adding new function. for auto-aligning blocks of code on RET.
10563 (align-region): Fixed badly formatted minibuffer message.
10564
105652000-07-17 Kenichi Handa <handa@etl.go.jp>
10566
10567 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10568 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10569 the conversion list at first if appropriate.
10570 (kkc-next): Don't update kkc-next-count here.
10571 (kkc-prev): Don't update kkc-prev-count here.
10572 (kkc-show-conversion-list-update): Fix setting up of conversion
10573 list message.
10574
105752000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10576
10577 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10578
105792000-07-16 Dave Love <fx@gnu.org>
10580
10581 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10582 function to be more specific.
10583
10584 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10585 non-string help-echo.
10586 (widget-types-convert-widget): Defsubst it.
10587 (widget-echo-help): Try to cope with a help-echo function of two
10588 possible sorts.
10589
105902000-07-15 Jason Rumney <jasonr@gnu.org>
10591
10592 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10593 Declare as obsolete.
10594
10595 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10596
105972000-07-14 Gerd Moellmann <gerd@gnu.org>
10598
10599 * hilit-chg.el: Fix typo.
10600
106012000-07-14 Dave Love <fx@gnu.org>
10602
10603 * info.el (Info-mode-menu): Fix use of :help, :enable.
10604
106052000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10606
10607 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10608
106092000-07-13 Dave Love <fx@gnu.org>
10610
10611 * emacs-lisp/easymenu.el: Doc fixes.
10612 (easy-menu-remove): Defalias to ignore.
10613
10614 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10615 Call throw correctly.
10616
106172000-07-13 Gerd Moellmann <gerd@gnu.org>
10618
10619 * faces.el (frame-background-mode): Doc fix.
10620
10621 * simple.el (eval-expression-print-length): Change custom type to
10622 allow entering nil as value.
10623
106242000-07-13 Dave Love <fx@gnu.org>
10625
10626 * progmodes/fortran.el (fortran-imenu-generic-expression):
10627 Change definition layout.
10628 (fortran-mode-menu): Reinstate customize entries.
10629
10630 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10631 Use :filter, per old XEmacs code.
10632
106332000-07-12 Gerd Moellmann <gerd@gnu.org>
10634
10635 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10636 event when deciding what to send to the terminal.
10637
106382000-07-12 Dave Love <fx@gnu.org>
10639
10640 * cus-start.el: Add optional version as 4th element of specs and
10641 use it for several things new in v21. Remove load-path. Fix type
10642 of line-number-display-limit.
10643
106442000-07-11 Dave Love <fx@gnu.org>
10645
10646 * progmodes/fortran.el: Don't require easymenu.
10647 Use repeat counts in various regexps.
10648 (fortran-mode-syntax-table): Defvar directly.
10649 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10650 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10651 Use defvar, not defconst.
10652 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10653 (fortran-mode): Set fortran-comment-line-start-skip,
10654 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10655 (fortran-comment-indent): Use defsubst.
10656 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10657 Use fortran-comment-indent, not fortran-comment-indent-function.
10658 (fortran-comment-region, fortran-electric-line-number): Simplify.
10659 (fortran-auto-fill): New function.
10660 (fortran-do-auto-fill): Deleted.
10661 (fortran-find-comment-start-skip):
10662 Check for non-null comment-start-skip.
10663 (fortran-auto-fill-mode, fortran-fill-statement):
10664 Use fortran-auto-fill.
10665 (fortran-fill): Use fortran-auto-fill. Check for null
10666 comment-start-skip. Simplify final clause and use end-of-line finally.
10667
10668 * widget.el (widget-plist-member): New alias.
10669
106702000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10671
10672 * eshell/esh-module.el (toplevel): Reference
10673 byte-compile-current-file only if it is bound.
10674
106752000-07-10 Gerd Moellmann <gerd@gnu.org>
10676
10677 * dired.el: Don't require `dired-aux'.
10678
106792000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10680
10681 * dired-aux.el (dired-show-file-type): New function.
10682 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10683 (dired-show-file-type): Add autoload.
10684
106852000-07-10 Kenichi Handa <handa@etl.go.jp>
10686
10687 * international/mule-diag.el (describe-font): Adjusted for the
10688 change of fontset-info.
10689 (print-fontset): Likewise.
10690
106912000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10692
10693 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10694
106952000-07-07 Gerd Moellmann <gerd@gnu.org>
10696
10697 * bindings.el: Bind `[delete]' to delete-char.
10698
10699 * dired.el (dired-find-alternate-file): New function.
10700 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10701 (toplevel): Require dired-aux when compiling.
10702 (dired-buffers): Move defvar within file to avoid compiler warning.
10703
10704 * info.el (Info-last-search): Variable removed.
10705 (Info-search-history): New variable.
10706 (Info-search): New Info-search-history.
10707
10708 * battery.el, info-look.el: Change author's mail address.
10709
107102000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10711
10712 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10713 if rmail-ignored-headers is nil.
10714 (rmail-retry-failure): Bind rmail-ignored-headers and
10715 rmail-displayed-headers to nil.
10716
107172000-07-06 Gerd Moellmann <gerd@gnu.org>
10718
10719 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10720 (print-region-1): Don't hard code `-h' here.
10721
10722 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10723
107242000-07-01 Francesco Potorti` <pot@gnu.org>
10725
10726 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10727 exim can use "your message" instead of "the message".
10728
107292000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10730
10731 * facemenu.el: Docstrings fixes.
10732 (facemenu-get-face): Don't use internal-find-face.
10733 (facemenu-iterate): Rename arg to match the docstring.
10734
10735 * newcomment.el (uncomment-region): Be more careful when skipping
10736 backwards over `=' not to bump into BOBP.
10737
107382000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10739
10740 * ediff-diff.el (ediff-wordify): Use syntax table.
10741 * ediff-init.el (ediff-has-face-support-p): Use
10742 ediff-color-display-p.
10743 (ediff-color-display-p): Use display-color-p, changed to defun
10744 from defsubst.
10745 Got rid of special cases for NeXT and OS/2.
10746 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10747 face.
10748
107492000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10750
10751 * emacs-lisp/lucid.el: Require CL.
10752 (copy-tree, remprop): Remove, it's provided by CL.
10753 (map-keymap): Define in terms of cl-map-keymap.
10754 (extent-property, set-extent-end-glyph): New functions.
10755
10756 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10757
107582000-07-05 Gerd Moellmann <gerd@gnu.org>
10759
10760 * Makefile.in (DONTCOMPILE): Add comment that the name may
10761 not be changed without changing the make-dist script.
10762
10763 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10764 (cl-mapc): Use mapc instead of cl-old-mapc.
10765
107662000-07-05 Andrew Innes <andrewi@gnu.org>
10767
10768 * makefile.nt: Add support for `bootstrap' and related targets.
10769
107702000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10771
10772 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10773 (easy-menu-do-define): Use `menu-item' format.
10774 Handle case where easy-menu-create-menu returns a symbol.
10775 Manually call the potential top-level filter in the function binding.
10776 (easy-menu-filter-return): New arg NAME.
10777 Convert to a keymap if MENU is an XEmacs menu.
10778 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10779 (easy-menu-converted-items-table, easy-menu-convert-item):
10780 New var and fun to memoize easy-menu-convert-item-1.
10781 (easy-menu-do-add-item): Use it.
10782 (easy-menu-create-menu): Use easy-menu-convert-item.
10783 Wrap easy-menu-filter-return around any :filter specification.
10784 Don't convert the menu if a filter was specified.
10785 Tell easy-menu-make-symbol not to check for MENU being an expression.
10786 (easy-menu-make-symbol): New arg NOEXP.
10787
107882000-07-05 Gerd Moellmann <gerd@gnu.org>
10789
10790 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10791 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10792 (eval-defun): If called with prefix arg, instrument code for
10793 Edebug.
10794
10795 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10796 similar to that of eval-defun.
10797
107982000-07-04 Dave Love <fx@gnu.org>
10799
10800 * hl-line.el (hl-line-overlay): Make it permanent-local.
10801
10802 * calendar/todo-mode.el: Replaced with a working version, based on
10803 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10804
108052000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10806
10807 * paths.el (prune-directory-list): New function.
10808 (Info-default-directory-list): Rewritten to more methodically
10809 enumerate a big list of possible info directories (based on the
10810 list used by the standalone info reader).
10811
10812 * info.el (info-initialize): Use prune-directory-list to remove
10813 non-existent directories from Info-directory-list.
10814
10815 * paths.el (Info-default-directory-list): Try a list of possible
10816 info-directories instead of a single one. Add the possible
10817 info directory "/usr/share/info".
10818
10819 * woman.el (woman-man.conf-path): Explicitly include the debian
10820 man-db config file "/etc/manpath.config".
10821 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10822 are present in `manpath.config'.
10823 (woman-manpath): Include "/usr/share/man".
10824
108252000-07-03 Gerd Moellmann <gerd@gnu.org>
10826
10827 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10828
10829 * startup.el (command-line): Initialize blink-cursor based
10830 on window-system.
10831
10832 * frame.el (blink-cursor): Default to nil if not running under
10833 a window-system.
10834
10835 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10836 (face-x-resources): Remove duplicate entry for :font.
10837
10838 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10839 instead of cycling through windows with next-window.
10840
10841 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10842 of cycling through windows with next-window.
10843
10844 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10845 of cycling through windows with next-window.
10846
10847 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10848 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10849 instead of cycling through windows with next-window.
10850
10851 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10852 instead of cycling through windows with next-window.
10853
10854 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10855 of cycling through windows with next-window.
10856
10857 * terminal.el (te-process-output): Use walk-windows instead of
10858 cycling through windows with next-window.
10859
10860 * server.el (server-switch-buffer): Use some-window instead of
10861 cycling through windows with next-window.
10862
10863 * window.el (some-window): New function.
10864 (walk-windows): Remove reference to walk-windows-start.
10865
10866 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10867
108682000-07-03 Richard Stallman <rms@gnu.org>
10869
10870 * window.el (walk-windows): Guarantee termination by keeping a list
10871 of all the windows already handled.
10872
108732000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10874
10875 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10876 window-system.
10877
10878 * man.el (Man-notify-when-ready): Don't use window-system. If
10879 Man-notify-method is newframe, and the display is not
10880 multi-frame, select the frame created for the man page.
10881 (Man-init-defvars): Doc fix.
10882
108832000-06-28 Gerd Moellmann <gerd@gnu.org>
10884
10885 * faces.el (region): Change background color for light background.
10886
10887 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10888 attribute from mode-line face of Ediff control frame.
10889
10890 * replace.el (query-replace-map): Bind `e' like `E'.
10891
108922000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10893
10894 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10895 Change name to "Select All".
10896
10897 * dos-fns.el (convert-standard-filename): Fix last change.
10898
108992000-06-27 Gerd Moellmann <gerd@gnu.org>
10900
10901 * help.el (describe-variable): Don't insert a second `'s' in front
10902 of the string `value is shown below'. Since the syntax-table is
10903 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10904 an existing `'s', so that this won't be deleted.
10905
10906 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10907 * pcmpl-unix.el: New files.
10908
109092000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10910
10911 * wid-edit.el (widget-member): Use the new plist-member.
10912
109132000-06-26 Gerd Moellmann <gerd@gnu.org>
10914
10915 * replace.el (perform-replace): Undo change of 2000-04-04.
10916 Instead, move backward 1 character at the end of the loop when
10917 necessary.
10918
10919 * faces.el (fringe): Change face for different backgrounds.
10920
10921 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10922 patch from John.
10923
10924 * eshell/*.el: Change spelling of the Free Software Foundation.
10925
10926 * eshell/esh-toggle.el: Removed.
10927
10928 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10929
10930 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10931 interactively.
10932
109332000-06-26 Alex Schroeder <alex@gnu.org>
10934
10935 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10936 `define-key'; instead of checking `(emacs-version)' check for
10937 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10938 for `;' and `o' which might be electric.
10939
10940 (sql-electric-stuff): New user option.
10941 (sql-magic-go): New function which uses `sql-electric-stuff'.
10942 (sql-magic-semicolon): New function which uses
10943 `sql-electric-stuff'.
10944
10945 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10946 is not fboundp.
10947
10948 (sql-oracle-options): New variable.
10949 (sql-oracle): Use it.
10950
10951 (sql-imenu-generic-expression): Doc change.
10952 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10953 is used.
10954
10955 (sql-informix): Added command line parameter "-" to force
10956 sql-informix-program to use stdout.
10957
109582000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10959
10960 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10961 (cp864-decode-table): Doc fix.
10962 (cp720-decode-table): New variable, supports the Arabic OEM
10963 codepage used by Windows.
10964 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10965
109662000-06-23 Dave Love <fx@gnu.org>
10967
10968 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10969 (font-lock-fontify-anchored-keywords): Use
10970 line-beginning-position.
10971 (global-font-lock-mode): Use mapc.
10972
109732000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10974
10975 * eshell/esh-module.el: Require CL when compiling.
10976
109772000-06-23 Gerd Moellmann <gerd@gnu.org>
10978
10979 * comint.el (comint-substitute-in-file-name): Call replace-match
10980 with second and third arg t.
10981
10982 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10983 Specify foreground color.
10984
10985 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10986 color.
10987
10988 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10989
10990 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10991 cddr instead of cdddr.
10992
10993 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10994 instead of copy-list.
10995
10996 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10997 of copy-list.
10998
10999 * subdirs.el: Add eshell subdirectory.
11000
11001 * eshell: New subdirectory containing the Eshell package.
11002
11003 * pcomplete.el: New file.
11004
110052000-06-23 Paul Eggert <eggert@twinsun.com>
11006
11007 * mail/mailpost.el (post-mail-send-it): Make sure file has
11008 proper permissions from birth.
11009
11010 * files.el (basic-save-buffer-2): When temporarily setting
11011 file modes, set them to current modes plus 0200, not to 0777.
11012
11013 * emerge.el (emerge-make-temp-file): Make sure file has proper
11014 permissions from birth.
11015
110162000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11019 backup file name through convert-standard-filename.
11020
11021 * dos-fns.el (convert-standard-filename): Convert leading
11022 directories as well. When long file names are supported, convert
11023 characters that are invalid in Windows file names.
11024
110252000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11026
11027 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11028 ps-print crashes. New feature: page selection for printing. Create
11029 raw-text-unix coding system for XEmacs. Doc fix.
11030 (ps-print-version): New version number (5.2.3).
11031 (ps-plot-region): Bug fix.
11032 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11033 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11034 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11035 funs.
11036 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11037 (ps-last-page): New vars.
11038
110392000-06-21 Gerd Moellmann <gerd@gnu.org>
11040
11041 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11042 empty option string.
11043
110442000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11045
11046 * man.el (man): Doc fix.
11047
110482000-06-21 Kenichi Handa <handa@etl.go.jp>
11049
11050 * international/mule-cmds.el (set-language-info-alist): Docstring
11051 fixed.
11052
110532000-06-20 Gerd Moellmann <gerd@gnu.org>
11054
11055 * version.el (emacs-version): Use ISO date format.
11056
11057 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11058 instead of `M-backspace'.
11059
11060 * simple.el (turn-off-auto-fill): New function.
11061
110622000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11063
11064 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11065 Renamed from with-buffer-prepared-for-font-lock and use
11066 inhibit-modification-hooks rather than setting *-change-functions.
11067 Update all functions to use the new name.
11068 (jit-lock-first-unfontify-pos): New semantics (and doc).
11069 (jit-lock-mode): Make non-interactive.
11070 Don't automatically turn on font-lock.
11071 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11072 Always use jit-lock-after-change.
11073 Remove and restore font-lock-after-change-function.
11074 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11075 (jit-lock-after-unfontify-buffer): Remove.
11076 (jit-lock-stealth-fontify):
11077 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11078 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11079
110802000-06-20 Sam Steingold <sds@gnu.org>
11081
11082 * emacs-lisp/cl-indent.el (toplevel): Indent
11083 `print-unreadable-object' properly. Untabify.
11084
110852000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11086
11087 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11088 Support for bibentry.
11089 (reftex-compile-variables): Fixed problem with end of section-re.
11090
11091 * texmodes/reftex-dcr.el (reftex-view-crossref,
11092 reftex-view-crossref-from-bibtex):
11093 Deal with changed `reftex-find-citation-regexp-format'.
11094 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11095 Replaced `remprop' with `put'.
11096 (reftex-view-crossref, reftex-view-crossref-when-idle):
11097 Support for bibentry.
11098
11099 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11100 New entry for bibentry package.
11101
11102 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11103 Regexp also matches "\nobibliography".
11104
11105 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11106 Call `reftex-ensure-write-access' before doing anything.
11107 (reftex-ensure-write-access): New function.
11108
111092000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11110
11111 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11112
11113 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11114
11115 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11116
11117 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11118
11119
111202000-06-20 Dave Love <fx@gnu.org>
11121
11122 * faces.el (frame-background-mode): Use set-default, not set, in
11123 setter.
11124 (frame-update-faces, frame-update-face-colors): Define with
11125 defalias.
11126
11127 * enriched.el (enriched-decode-foreground)
11128 (enriched-decode-background): Don't use internal-find-face.
11129
11130 * apropos.el: Doc fixes.
11131
11132 * cus-edit.el (customize-changed-options): Check arg.
11133 (customize-version-lessp): Don't require decimal point.
11134
11135 * custom.el (defcustom, defgroup): Doc fix.
11136
11137 * newcomment.el (comment) <defgroup>: Add :version.
11138 (comment-multi-line): Doc fix.
11139
11140 * emulation/mlsupport.el (define-hooked-local-abbrev,
11141 define-hooked-global-abbrev): Fix, using define-abbrev.
11142
111432000-06-19 Gerd Moellmann <gerd@gnu.org>
11144
11145 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11146 the whole buffer.
11147
111482000-06-19 Dave Love <fx@gnu.org>
11149
11150 * menu-bar.el (menu-bar-options-save): New function.
11151 (menu-bar-options-menu): Use it.
11152 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11153 Simplify.
11154
111552000-06-19 Andreas Schwab <schwab@suse.de>
11156
11157 * progmodes/etags.el (tags-query-replace): Put new parameters
11158 START and END at the end, for backward compatibility.
11159
111602000-06-19 Kenichi Handa <handa@etl.go.jp>
11161
11162 * international/codepage.el:
11163 (cp-coding-system-for-codepage-1): Delete special codes for
11164 generating xxx-dos coding system because now a CCL based coding
11165 system can handle EOL conversion by default.
11166
11167 * international/mule.el (make-coding-system): Generate subsidiary
11168 coding systems for EOL handling variants even for a CCL based
11169 coding system.
11170
111712000-06-19 Kenichi Handa <handa@etl.go.jp>
11172
11173 * international/isearch-x.el (isearch-minibuffer-input-method)
11174 (isearch-minibuffer-input-method-function): These variables
11175 deleted.
11176 (isearch-with-input-method): Don't use the above variables.
11177 (isearch-process-search-multibyte-characters): Likewise. Call
11178 read-string with the arg INHERIT-INPUT-METHOD t.
11179
111802000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11181
11182 * font-lock.el (font-lock-after-fontify-buffer)
11183 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11184
11185 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11186 Use consistent make-local-variable style for font-lock-fontified.
11187 (jit-lock-fontify-buffer):
11188 Don't bother checking for font-lock-mode and jit-lock-mode.
11189
11190 * time.el: Remove trailing ^M that prevent CVS-merging.
11191
111922000-06-16 Gerd Moellmann <gerd@gnu.org>
11193
11194 * Makefile.in (distclean): New target.
11195
111962000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11197
11198 * Makefile.in (srcdir): Define for update-subdirs.
11199
112002000-06-16 Gerd Moellmann <gerd@gnu.org>
11201
11202 * find-lisp.el: New file.
11203
112042000-06-16 Andrew Innes <andrewi@gnu.org>
11205
11206 * time.el (display-time-mail-function): New variable, to allow
11207 external packages to indicate when new mail is available.
11208 (display-time-update): Use it.
11209
112102000-06-16 Kenichi Handa <handa@etl.go.jp>
11211
11212 * international/mule.el (mule-version): Change version name to
11213 SAKAKI. AOI has already been used by Meadow.
11214
11215 * international/quail.el (quail-show-guidance-buf): To find the
11216 bottom window (but minibuffer), pay attention to the height of
11217 minibuffer.
11218
112192000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11220
11221 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11222 menu-bar menus. Add help strings. Don't remove the Edit menu
11223 from the menu bar, as the menu bar has enough space now.
11224
11225 * Makefile.in (SHELL): Make sure /bin/sh is used.
11226
11227 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11228 characters, which use series of two ^H characters instead of one.
11229
112302000-06-15 Gerd Moellmann <gerd@gnu.org>
11231
11232 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11233 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11234 functions.
11235 (Info-find-node-2): Try a case-sensitive search first, then
11236 do a case-insensitive search.
11237
11238 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11239 tutorials.
11240
11241 * complete.el (PC-env-vars-alist): New variable.
11242 (PC-complete-as-file-name): New function.
11243 (partial-completion-mode): Initialize PC-env-vars-alist from
11244 process-environment.
11245 (PC-do-completion): Handle completion of env vars.
11246
11247 * info.el (Info-set-mode-line): Show file name in mode line,
11248 use `*Info*' instead of `Info:'.
11249
11250 * startup.el (command-line-1): Change copyright messages to year
11251 2000.
11252
112532000-06-15 Dave Love <fx@gnu.org>
11254
11255 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11256 not local-map.
11257
112582000-06-15 Kenichi Handa <handa@etl.go.jp>
11259
11260 * international/mule.el (set-buffer-file-coding-system): Almost
11261 rewritten to handle `undecided' as no-op.
11262
112632000-06-14 Gerd Moellmann <gerd@gnu.org>
11264
11265 * Makefile.in: New file.
11266
11267 * Makefile: Removed.
11268
11269 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11270 (goto-address-highlight-keymap): Bind C-c RET.
11271
112722000-06-14 Kenichi Handa <handa@etl.go.jp>
11273
11274 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11275 inherits buffer-file-coding-system of the current buffer.
11276
11277 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11278 0. Give correct argument to set-auto-coding-function.
11279 (tar-expunge): For goto-char, use (point-min), not 0.
11280 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11281 (tar-subfile-save-buffer): Likewize.
11282
11283 * international/mule.el
11284 (after-insert-file-set-buffer-file-coding-system): Call
11285 set-buffer-file-coding-system with the arg FORCE t.
11286
112872000-06-13 Gerd Moellmann <gerd@gnu.org>
11288
11289 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11290 nil. Contemporary sendmails issue an X-Authentication-Warning if
11291 the sender is set with `-f'.
11292
112932000-06-13 Dave Love <fx@gnu.org>
11294
11295 * help.el (describe-function-1): Kluge around cases of functions
11296 fset to subrs whose doc doesn't match their symbol-name.
11297
11298 * image.el (insert-image): Default STRING to a space.
11299
11300 * info.el Doc fixes.
11301 (Info-build-node-completions): Match Ref tags.
11302
113032000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11304
11305 * frame.el (display-multi-frame-p, display-multi-font-p): New
11306 defaliases for display-graphic-p.
11307
11308 * hl-line.el: Fixed a typo in commentary.
11309
113102000-06-13 Kenichi Handa <handa@etl.go.jp>
11311
11312 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11313 fixed.
11314
113152000-06-12 Dave Love <fx@gnu.org>
11316
11317 * image.el (insert-image): Save a little consing.
11318
113192000-06-12 Kenichi Handa <handa@etl.go.jp>
11320
11321 * language/tibet-util.el: Convert all tibetan-1-column characters
11322 to the corresponding tibetan characters.
11323 (tibetan-add-components): Delete code for the special treatment of
11324 'a chung.
11325
11326 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11327 change.
11328 (tibetan-vowel-transcription-alist): More rules added.
11329 (tibetan-composite-vowel-alist): New variable.
11330 (tibetan-precomposition-rule-alist): More rules added.
11331
113322000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11333
11334 * startup.el (command-line): Only call menu-bar-mode if interactive.
11335
11336 * thingatpt.el (toplevel symbol-properties):
11337 * textmodes/makeinfo.el (makeinfo-compile):
11338 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11339 * progmodes/hideif.el (hif-compress-define-list)
11340 (hide-ifdef-use-define-alist):
11341 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11342 (ange-ftp-vms-add-file-entry):
11343 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11344 * man.el (Man-build-man-command):
11345 * mail/rnewspost.el (news-reply-header-hook):
11346 * info.el (Info-insert-dir):
11347 * emulation/mlconvert.el (backward-word, forward-word, setq):
11348 * emacs-lisp/gulp.el (gulp-send-requests):
11349 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11350 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11351 (byte-optimize-apply, end of file):
11352 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11353 (ad-make-freeze-definition):
11354 * startup.el (command-line, command-line-1): Don't quote lambdas.
11355
11356 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11357 (cvs-cleanup-removed): New function.
11358 (cvs-cleanup-functions): New var.
11359 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11360 some flexibility in specifying additional entries to auto-cleanup.
11361 (cvs-quickdir): New function.
11362 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11363 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11364 (cvs-mode-find-file): Check that we are on a filename or dirname
11365 when invoked through a mouse-click.
11366 (cvs-full-path): Remove.
11367 (cvs-dired-action): Re-introduced.
11368 (cvs-dired-noselect): Use it.
11369 (vc-post-command-functions): use this new hook if available.
11370
11371 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11372 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11373 (cvs-filename-map, cvs-dirname-map): Remove.
11374 (cvs-default-action): Remove.
11375 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11376 if the arg is really a keymap.
11377 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11378 Don't hardcode the mapping from state (aka type) to face, but check
11379 the var cvs-fi-<type>-face instead.
11380 (cvs-fileinfo-from-entries): New function.
11381
11382 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11383 Docstring fix.
11384 (cvs-find-file-and-jump): Change default to be safer.
11385 (cvs-mode-diff-map): Define it as a function as well.
11386 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11387 Bind mouse-2 in this global map rather than with text-properties.
11388
11389 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11390 file to resolve the ambiguity between C(conflict) and C(need-merge).
11391
113922000-06-12 Kenichi Handa <handa@etl.go.jp>
11393
11394 * international/mule.el (set-buffer-file-coding-system): If
11395 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11396 unconditionally.
11397
113982000-06-12 Dave Love <fx@gnu.org>
11399
11400 * wid-edit.el (widget-specify-button): Really suppress the face if
11401 required.
11402
114032000-06-11 Gerd Moellmann <gerd@gnu.org>
11404
11405 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11406
114072000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11408
11409 * imenu.el (imenu-generic-expression): Docstring fix.
11410
11411 * composite.el (composition-function-table): Move the `put'
11412 below the autoload cookie so we can load the file before loaddefs.
11413
11414 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11415
11416 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11417 Handle easy-mmode-define-global-mode.
11418 For complex macros like define-minor-mode that can generate
11419 several autoload entries, try to autoload entries in the
11420 macroexpanded code.
11421
11422 * emacs-lisp/easy-mmode.el (define-minor-mode):
11423 If KEYMAP is a symbol, just use it.
11424 Use byte-compile-current-file and load-file-name to infer the
11425 proper :require to pass to defcustom.
11426 Wrap the hook var into `progn' so as not to autoload it.
11427 Add a :autoload-end cookie.
11428 Be more careful about the evaluation of KEYMAP.
11429 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11430 (define-derived-mode): Move define-abbrev-table outside of defvar.
11431
114322000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11433
11434 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11435 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11436 (backup-compiled-files): Ignore errors during `tar'.
11437 (bootstrap): Make autoloads before elc files.
11438
114392000-06-10 Kenichi Handa <handa@etl.go.jp>
11440
11441 * international/mule.el (set-buffer-file-coding-system): If one of
11442 undecided-XXX is specified, change only EOL conversion.
11443
11444 * international/mule-conf.el (unix): New alias for the coding
11445 system undecided-unix.
11446
114472000-06-09 Dave Love <fx@gnu.org>
11448
11449 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11450
11451 * progmodes/executable.el: Byte compile dynamic.
11452 (executable-insert): Change custom type.
11453 (executable-find): Add autoload cookie.
11454 (executable-make-buffer-file-executable-if-script-p): New
11455 function. After Noah Friedman.
11456
11457 * files.el (after-save-hook): Customize, with
11458 executable-make-buffer-file-executable-if-script-p as an option.
11459
114602000-06-09 Kenichi Handa <handa@etl.go.jp>
11461
11462 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11463 "tib24p-mule.bdf" for Tibetan.
11464
11465 * composite.el (decompose-composite-char): Declare it as obsolete.
11466
11467 * man.el (Man-fontify-manpage): Pay attention to underline and
11468 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11469
114702000-06-08 Gerd Moellmann <gerd@gnu.org>
11471
11472 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11473 Set maintainer to FSF since author isn't reachable.
11474
114752000-06-08 Dave Love <fx@gnu.org>
11476
11477 * international/mule-cmds.el (select-safe-coding-system): If
11478 DEFAULT-CODING-SYSTEM is not specified, also check the most
11479 preferred coding-system if buffer-file-coding-system is
11480 `undecided'. From Handa.
11481
114822000-06-08 Kenichi Handa <handa@etl.go.jp>
11483
11484 * international/mule.el
11485 (after-insert-file-set-buffer-file-coding-system): If the buffer
11486 size is greater than INSERTED, judget that we are not visiting.
11487
114882000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11489
11490 * whitespace.el (defgroup whitespace): Comment out `:version'.
11491 XEmacs 20.4 has problems defining the group with this present.
11492 We'll have this commented out till get resolve the problem.
11493
114942000-06-07 John Wiegley <johnw@gnu.org>
11495
11496 * align.el (align-dq-string-modes, align-sq-string-modes)
11497 (align-open-comment-modes): Add pyhton-mode.
11498 (align-rules-list): Use get-text-property instead of
11499 text-properties-at.
11500 (align-rules-list): Add python-assignment.
11501 (align-rules-list): Change perl-comma-delimiter to
11502 basic-comma-delimiter. Use if for Perl modes and python-mode.
11503 (align-rules-list): Add python-chain-logic and
11504 basic-line-continuation.
11505
115062000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11507
11508 * apropos.el (apropos-mode-hook): New user variable.
11509 (apropos-mode): Run apropos-mode-hook.
11510
115112000-06-07 David Ponce <david@dponce.com>
11512
11513 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11514 commands. Require `wid-edit' at run-time.
11515
115162000-06-07 David Ponce <david@dponce.com>
11517
11518 * recentf.el: Added some "Commentary".
11519 (recentf-open-more-files, recentf-edit-list): Minor changes to
11520 move the point at the top of the file list. This behaviour is
11521 consistent with the menu one when the list contains a lot of
11522 files.
11523 (recentf-cleanup): Now displays the number of items removed from
11524 the list.
11525 (recentf-relative-filter) New menu filter to show filenames
11526 relative to `default-directory'.
11527
115282000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11529
11530 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11531 with/without giving an error if PostScript printer doesn't have this
11532 kind of page size. Zebra Stripe continues or restarts on next page.
11533 Manual/automatic paper feeding. Switch or not the header.
11534 (ps-print-version): New version number (5.2.2).
11535 (ps-windows-system): Include emx as a Windows system.
11536 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11537 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11538 (ps-background-text): Code fix.
11539 (ps-error-handler-message, ps-user-defined-prologue)
11540 (ps-print-prologue-header, ps-printer-name)
11541 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11542 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11543 (ps-use-face-background): Customization fix.
11544 (ps-n-up-database): Data fix.
11545 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11546 (ps-switch-header): New vars.
11547 (ps-xemacs-color-name, ps-face-foreground-name)
11548 (ps-face-background-name, ps-boolean-constant): New funs.
11549
115502000-06-07 Dave Love <fx@gnu.org>
11551
11552 * allout.el: New version from Manheimer.
11553
115542000-06-07 Kenichi Handa <handa@etl.go.jp>
11555
11556 * textmodes/fill.el (fill-find-break-point): Check the validity of
11557 charset.
11558
115592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11560
11561 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11562 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11563 Call display-color-p and display-mouse-p instead of looking at
11564 window-system.
11565
115662000-06-06 Dave Love <fx@gnu.org>
11567
11568 * image.el (find-image): Doc fix. Return nil if image not found.
11569 (put-image, insert-image): Make STRING arg optional.
11570
115712000-06-06 Kenichi Handa <handa@etl.go.jp>
11572
11573 * language/vietnamese.el: Remove eval-when-compile.
11574 (viet-viscii-nonascii-translation-table): Define it as a
11575 translation table made from viet-viscii-decode-table.
11576 (viet-viscii-encode-table): Define it as a translation table made
11577 from the reverse map of above.
11578 (viet-vscii-nonascii-translation-table): Define it as a
11579 translation table made from viet-vscii-decode-table.
11580 (viet-vscii-encode-table): Define it as a translation table made
11581 from the reverse map of above.
11582 (ccl-decode-viscii): Use translate-character.
11583 (ccl-encode-viscii, ccl-encode-viscii-font)
11584 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11585 Likewize.
11586
11587 * language/cyrillic.el: Remove eval-when-compile.
11588 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11589 translation table made from cyrillic-koi8-r-decode-table.
11590 (cyrillic-koi8-r-encode-table): Define it as a translation table
11591 made from the reverse map of above.
11592 (ccl-decode-koi8): Use translate-character.
11593 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11594 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11595 a translation table made from cyrillic-alternativnyj-decode-table.
11596 (cyrillic-alternativnyj-encode-table): Define it as a translation
11597 table made from the reverse map of above.
11598 (ccl-decode-alternativnyj): Use translate-character.
11599 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11600 Likewize
11601
11602 * international/mule-diag.el (non-iso-charset-alist): Specify
11603 translation table symbol instead of translation table itself.
11604 (list-block-of-chars): CHARSET may be a translation table symbol.
11605
11606 * international/mule.el (make-coding-system): If CODING-SYSTEM
11607 already exists, override it.
11608
11609 * international/fontset.el: Use family `proportional' for Tibetan
11610 fonts.
11611
11612 * international/ccl.el (ccl-compile-translate-character): Don't
11613 check if Rrr has property translation-table.
11614 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11615
116162000-06-05 Gerd Moellmann <gerd@gnu.org>
11617
11618 * info.el: Bind case-fold-search to t when searching in case
11619 a user sets it to nil in a hook.
11620
116212000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11622
11623 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11624 * hl-line.el (hl-line-mode): Use the new :global key argument.
11625
11626 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11627 (tar-clip-time-string): Prepend a space.
11628 (tar-grind-file-mode): Construct a string rather than modifying one.
11629 (tar-header-block-summarize): Fix docstring.
11630 Use `format' rather than an error-prone set of copy-loops.
11631
11632 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11633 (diff-goto-source, diff-unified->context, diff-context->unified)
11634 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11635 understand the format output by the `-p' argument to diff.
11636
11637 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11638 (sh-re-done): Use defconst.
11639 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11640 (sh-help-string-for-variable, sh-guess-basic-offset):
11641 Don't quote lambdas.
11642 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11643 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11644
11645 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11646 (mh-letter-mode): Derive from text-mode.
11647 This implicitly means that it now calls kill-all-local-variables.
11648 Also remove the Emacs-18 compatibility code.
11649
11650 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11651 Make use of symbol-property doc-string-elt.
11652 Use memq rather than a sequence of eq.
11653 (doc-string-elt): Fix the wrong or missing previously unused values.
11654 (autoload-print-form): New function extracted from
11655 generate-file-autoloads to allow recursion when handling progn
11656 so that defvar's and defun's docstrings are properly printed.
11657 (generate-file-autoloads): Use it.
11658
11659 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11660 Use find-file-hooks in the minor-mode function.
11661 Be careful not to loop indefinitely in the post-command-hook function.
11662
116632000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11664
11665 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11666 tty's.
11667 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11668 differences whenever appropriate.
11669 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11670 * viper.el (find-file, find-file-other-window): Get viper to do
11671 wildcards.
11672
116732000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11674
11675 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11676 (jit-lock-fontify-buffer): New function for JIT refontification.
11677 (jit-lock-mode): Fix docstring.
11678 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11679 Remove jit-lock-after-change from the _local_ hook.
11680 (jit-lock-function-1): Fix docstring.
11681
11682 * info.el (Info-on-current-buffer): Initialize info.
11683
11684 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11685
11686 * progmodes/tcl.el (tcl-indent-for-comment):
11687 Ignore comment-indent-hook.
11688
11689 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11690 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11691 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11692 and improve to use the lighter to guess the capitalization.
11693 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11694 Add keyword arguments to specify global-ness or the custom group.
11695 Add local-map and help-echo properties to the lighter.
11696 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11697 (easy-mmode-define-global-mode): New macro.
11698
116992000-06-02 Dave Love <fx@gnu.org>
11700
11701 * wid-edit.el: byte-compile-dynamic since we typically don't use
11702 all the widgets. Don't require cl or widget. Remove
11703 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11704 (widget-read-event): Removed. Callers changed to use read-event.
11705 (widget-button-release-event-p): Renamed from
11706 button-release-event-p.
11707 (widget-field-add-space, widget-field-use-before-change):
11708 Uncustomize.
11709 (widget-specify-field): Use keymap property, not local-map.
11710 (widget-specify-button): Obey :suppress-face.
11711 (widget-specify-insert): Use modern backquote syntax.
11712 (widget-image-directory): Renamed from widget-glyph-directory.
11713 (widget-image-enable): Renamed from widget-glyph-enable.
11714 (widget-image-find): Replaces widget-glyph-find.
11715 (widget-button-pressed-face): Move defvar.
11716 (widget-image-insert): Replaces widget-glyph-insert.
11717 (widget-convert): Use keywordp.
11718 (widget-leave-text, widget-children-value-delete): Use mapc.
11719 (widget-keymap): Remove XEmacs stuff.
11720 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11721 (widget-button-click): Don't set point at the click, but re-centre
11722 if we scroll out of window. Rewritten for images v. glyphs &c.
11723 (widget-tabable-at): Use POS arg, not point.
11724 (widget-beginning-of-line, widget-end-of-line)
11725 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11726 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11727 (widget-default-create): Use widget-image-insert; some rewriting.
11728 (widget-visibility-value-create)
11729 (widget-push-button-value-create, widget-toggle-value-create): Use
11730 widget-image-insert.
11731 (checkbox): Create on and off images dynamically.
11732 (documentation-link): Change :help-echo.
11733 (widget-documentation-link-echo-help): Remove.
11734
117352000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11736
11737 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11738
11739 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11740 (easy-mmode-define-toggle, define-minor-mode): Use it.
11741 (easy-mmode-define-keymap): Docstring fix.
11742 (define-derived-mode): Default PARENT to fundamental-mode.
11743 Add the derived-mode-parent symbol-property.
11744 (easy-mmode-derived-mode-p): New function.
11745
117462000-06-02 Dave Love <fx@gnu.org>
11747
11748 * files.el (convert-standard-filename): Doc fix.
11749 (normal-backup-enable-predicate): New function.
11750 (backup-enable-predicate): Use it to replace the lambda form.
11751
11752 * calendar/todo-mode.el: [This needs more work on the outline
11753 stuff.] Doc fixes.
11754 (todo) <defgroup>: Add :version.
11755 (todo-add-category): Don't use pushnew.
11756 (todo-cmd-raise): Fix typo.
11757 (todo-top-priorities): Change temp buffer name.
11758 (todo-category-alist): Avoid redundant lambda.
11759 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11760 Use outline-next-heading.
11761
11762 * autoarg.el: Rewritten to use define-minor-mode.
11763 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11764 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11765
117662000-06-02 Kenichi Handa <handa@etl.go.jp>
11767
11768 * isearch.el (isearch-other-meta-char): Fix previous change.
11769
117702000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11771
11772 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11773 (log-edit-done): Only add the comment to the ring if it's different
11774 from the last comment entered.
11775
11776 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11777
117782000-06-01 Dave Love <fx@gnu.org>
11779
11780 * hl-line.el: Rewritten using define-minor-mode.
11781
11782 * help.el (describe-function-1): Distinguish special form from
11783 builtin function. Sanity-check presence of arglist for builtins.
11784
117852000-06-01 Kenichi Handa <handa@etl.go.jp>
11786
11787 * international/characters.el: Fix syntax/category setting of
11788 Tibetan characters.
11789
11790 * language/tibet-util.el (tibetan-add-components): Fixes for new
11791 encoding of Tibetan characters.
11792 (tibetan-decompose-precomposition-alist): New variable.
11793 (tibetan-decompose-region): Convert precomposed characters to
11794 non-precomposed characters.
11795 (tibetan-decompose-string): Likewise.
11796 (tibetan-composition-function): Fix args to
11797 thibetan-compose-string.
11798
11799 * language/tibetan.el (tibetan-composable-pattern): More
11800 characters included.
11801 (tibetan-consonant-transcription-alist): Rule for "R" added.
11802 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11803 "+R" added.
11804 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11805
11806 * language/lao-util.el (lao-composition-function): Fix args to
11807 compose-string.
11808
11809 * language/thai-util.el (thai-composition-function): Fix args to
11810 compose-string.
11811
11812 * isearch.el (isearch-update): Set disable-point-adjustment to t
11813 to prevent the point moving to the end of a composition when a
11814 part of a composition is searched.
11815 (isearch-other-meta-char): If the key invoking this command can be
11816 mapped by function-key-map to a printing char, call
11817 isearch-process-search-char directly.
11818
118192000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11820
11821 * emacs-lisp/bytecomp.el:
11822 * frame.el:
11823 * international/mule-cmds.el:
11824 * international/mule-util.el:
11825 * international/mule.el:
11826 * mouse.el:
11827 * subr.el:
11828 * faces.el: Update calls to make-obsolete with a WHEN argument.
11829
11830 * byte-run.el (make-obsolete, make-obsolete-variable):
11831 Add an optional WHEN argument and change the format of the
11832 symbol-property information.
11833 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11834 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11835 new obsolete-symbol-property format and print WHEN if it is provided.
11836
118372000-05-31 Dave Love <fx@gnu.org>
11838
11839 * loadhist.el (loadhist-hook-functions): Remove
11840 before-change-function, after-change-function.
11841 (unload-feature): Deal with symbols which are both bound and
11842 fbound.
11843
11844 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11845 before-change-function, after-change-function.
11846
11847 * simple.el (newline): Don't bind before-change-function,
11848 after-change-function.
11849
118502000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11851
11852 * whitespace.el (whitespace-rescan-timer-time): Update interval
11853 set to 600 seconds (10 minutes) instead of 60 seconds since
11854 a large number of whitespace buffers causes emacs to `freeze'
11855 for a considerable amount of time.
11856
11857 * whitespace.el: Updated email address
11858
118592000-05-31 Dave Love <fx@gnu.org>
11860
11861 * add-log.el (change-log-font-lock-keywords) <function>: Add
11862 pattern for function of change.
11863 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11864 acknowledgements patterns.
11865
118662000-05-31 Kenichi Handa <handa@etl.go.jp>
11867
11868 * isearch.el (isearch-printing-char): If keyboard coding system is
11869 being used, call isearch-process-search-multibyte-characters.
11870
11871 * international/isearch-x.el: Mostly rewritten.
11872
11873 * international/quail.el (quail-start-conversion): Don't include
11874 unhandled events in the returned events, but set them in
11875 unread-command-events. Exit if all inputs are deleted.
11876
118772000-05-30 Jason Rumney <jasonr@gnu.org>
11878
11879 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11880
11881 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11882 Reenable code to create initial fontsets.
11883 Use set-fontset-font in place of put-charset-property.
11884
118852000-05-30 Gerd Moellmann <gerd@gnu.org>
11886
11887 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11888 label, ensure that the first colon isn't followed by another.
11889
11890 * paths.el (Info-default-directory-list): Doc fix.
11891
11892 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11893 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11894 send a query containing USER only, not USER@HOST.
11895
11896 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11897 and rmail-msgend to compute the restriction at the end, instead of
11898 computing it.
11899
119002000-05-29 Gerd Moellmann <gerd@gnu.org>
11901
11902 * dabbrev.el (dabbrev-expand): Don't display messages in the
11903 echo area if the minibuffer window is active.
11904
11905 * jit-lock.el (jit-lock-mode): Add after change function to
11906 local hook.
11907
119082000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11909
11910 * antlr-mode.el: New commands: hide/unhide actions,
11911 upcase/downcase literals.
11912 (antlr-tiny-action-length): New user option.
11913 (antlr-hide-actions): New command. Suggested by
11914 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11915 (antlr-mode-map): New binding [C-c C-v].
11916 (antlr-mode-menu): New entries.
11917 (antlr-downcase-literals): New command.
11918 (antlr-upcase-literals): Ditto.
11919
11920 * antlr-mode.el: Minor changes: indendation, mode-name.
11921 (antlr-indent-line): Indent cpp directive at column 0.
11922 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11923
11924 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11925 (antlr-font-lock-additional-keywords): Workaround for intentional
11926 bug in XEmacs version of font-lock.
11927 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11928 be used by a smarter version of `buffers-menu-grouping-function'.
11929
119302000-05-29 Gerd Moellmann <gerd@gnu.org>
11931
11932 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11933 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11934
119352000-05-29 Kenichi Handa <handa@etl.go.jp>
11936
11937 * international/encoded-kb.el
11938 (encoded-kbd-iso2022-designation-map): Pay attention to that
11939 charset-iso-final-char return -1 for eight-bit-control and
11940 eight-bit-graphic.
11941
119422000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11943
11944 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11945 (speedbar-easymenu-definition-base): Use display-graphic-p where
11946 available, instead of window-system.
11947
119482000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11949
11950 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11951 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11952 coding systems.
11953
119542000-05-26 Dave Love <fx@gnu.org>
11955
11956 * disp-table.el (standard-display-underline): Don't use
11957 internal-find-face.
11958
11959 * mail/reporter.el: Maintainer change. Doc fixes.
11960 (reporter-version): Deleted.
11961
11962 * emacs-lisp/elp.el: Maintainer change.
11963 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11964
119652000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11966
11967 * add-log.el (add-change-log-entry): Merge the current entry with the
11968 previous one if the previous one is empty.
11969
119702000-05-26 Dave Love <fx@gnu.org>
11971
11972 * loadhist.el (unload-feature): Fix interactive spec [from
11973 lijnzaad@ebi.ac.uk].
11974
11975 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11976 subr-arity to check primitives.
11977 (byte-compile-flush-pending, byte-compile-file-form-progn)
11978 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11979 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11980 mapcar.
11981
119822000-05-26 Kenichi Handa <handa@etl.go.jp>
11983
11984 * international/fontset.el: Set family names of non-latin charsets
11985 in default fontset to "*".
11986
11987 * international/mule-diag.el (print-fontset): Combine family part
11988 and registry part of the fontname by "-*-" instead of "-".
11989
11990 * international/mule-cmds.el (encode-coding-char): Make strings
11991 multibyte before calling encode-coding-string.
11992
119932000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11994
11995 * derived.el: Fix keywords.
11996 (define-derived-mode): Only define if needed.
11997
11998 * simple.el (fill-comment, comment-column, comment-start)
11999 (comment-start-skip, comment-end, comment-indent-function)
12000 (block-comment-start, block-comment-end, indent-for-comment)
12001 (set-comment-column, kill-comment, comment-padding, comment-region)
12002 (comment-multi-line, indent-new-comment-line): Remove.
12003
12004 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12005 function names for comment operations.
12006
12007 * newcomment.el: Add abundant autoload cookies.
12008 (comment-style): Don't depend on runtime data at compile-time.
12009 (comment-indent-hook): Remove.
12010 (comment-indent): Check if comment-indent-hook is bound.
12011 (comment-region): Docstring fix.
12012
120132000-05-25 Dave Love <fx@gnu.org>
12014
12015 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12016 byte-code-function-p.
12017
12018 * mail/rmailsum.el: Add provide.
12019
12020 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12021
12022 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12023 defcustom.
12024
120252000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12026
12027 * ediff-diff.el (ediff-exec-process): delete --binary option from
12028 non-buffer ediff jobs.
12029
120302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12031
12032 * hilit-chg.el (highlight-changes-mode): Ask about color or
12033 grayscale support, not about window-system.
12034
12035 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12036 window-system.
12037 (ffap-highlight): Always default to t.
12038
12039 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12040 display-popup-menus-p instead of looking at window-system.
12041
12042 * disp-table.el (standard-display-g1, standard-display-graphic):
12043 Only refuse to use string glyphs on X and MS-Windows.
12044
12045 * avoid.el: Remove window-system from commentary, suggest to use
12046 display-*-p instead.
12047
12048 * apropos.el (apropos-print): Use display-mouse-p instead of
12049 window-system.
12050
120512000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12052
12053 * international/codepage.el (cp-decoding-vector-for-codepage):
12054 Fill up unsupported characters with their own codes. From Kenichi
12055 Handa.
12056
120572000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12058
12059 * international/mule-diag.el (describe-char-after): Use
12060 display-graphic-p instead of window-system, so that this function
12061 works on MS-DOS.
12062
120632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12064
12065 * international/codepage.el (cp-make-coding-systems-for-codepage):
12066 Remove the eight-bit-graphic and eight-bit-control charsets from
12067 the list of charsets which we convert into `?'.
12068
120692000-05-25 Kenichi Handa <handa@etl.go.jp>
12070
12071 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12072 private charsets.
12073 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12074 japanese-jisx0213-2): New charsets.
12075
12076 * international/fontset.el: Setup default fontset for new charsets.
12077
120782000-05-24 Dave Love <fx@gnu.org>
12079
12080 * info.el (Info-find-node-2): Restructure [following "Vadim
12081 S. Solomin" <sovs@uic.nnov.ru>].
12082
12083 * icomplete.el: Fix header for Finder.
12084
120852000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12086
12087 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12088 STAY.
12089
12090 * rmail.el (rmail-automatic-folder-directives): New user variable.
12091 (rmail-show-message): Add call to `rmail-auto-file' during
12092 display.
12093 (rmail-auto-file): New function.
12094
120952000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12096
12097 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12098 account.
12099 (ediff-test-utility,ediff-diff-mandatory-option)
12100 (ediff-reset-diff-options): Utilities for proper initialization of
12101 ediff-diff-options and ediff-diff3-options on Windows.
12102
12103 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12104 variable.
12105
12106 * ediff-mult.el (ediff-filegroup-action): Use
12107 ediff-merge-filename-prefix.
12108
121092000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12110
12111 * viper-ex.el (ex-write): Set selective display to nil.
12112
121132000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12114
12115 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12116 aliases for hebrew-iso-8bit.
12117
121182000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12119
12120 * woman.el: New version from Francis J. Wright
12121 <F.J.Wright@Maths.QMW.ac.uk>.
12122 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12123 names in environment variables regardless of the path separator.
12124 (woman-topic-all-completions-1): Don't call file-name-directory-p
12125 on all files, since woman-file-regexp already filters out any
12126 directories.
12127
121282000-05-24 Kenichi Handa <handa@etl.go.jp>
12129
12130 * international/quail.el (quail-start-translation): Don't change
12131 modified-p of the current buffer.
12132 (quail-start-conversion): Likewise.
12133
12134 * international/kkc.el (kkc-region): Don't change modified-p of
12135 the current buffer.
12136
12137 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12138 conform to RFC1468.
12139 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12140
121412000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12142
12143 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12144 (speedbar-insert-button): Invisible text property fix.
12145 (speedbar-directory-plus): Renamed from speedbar-directory-+
12146 (speedbar-directory-minus): Renamed from speedbar-directory--
12147 (speedbar-page-plus): Renamed from speedbar-file-+
12148 (speedbar-page-minus): Renamed from speedbar-file--
12149 (speedbar-page): Renamed from speedbar-file-
12150 (speedbar-tag): Renamed from speedbar-tag-
12151 (speedbar-tag-plus): Renamed from speedbar-tag-+
12152 (speedbar-tag-minus): Renamed from speedbar-tag--
12153 (speedbar-expand-image-button-alist): Use above renames.
12154
12155 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12156 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12157 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12158 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12159 * sb-pg.xpm: Renamed from sb-file.xpm
12160 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12161 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12162
121632000-05-24 Kenichi Handa <handa@etl.go.jp>
12164
12165 * international/quail.el (quail-show-guidance-buf): Set
12166 current-input-method of the guidance buffer to the name of the
12167 curren input method.
12168
121692000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12170
12171 * progmodes/compile.el (compile-internal): Style typo.
12172
12173 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12174 quote vars and functions in the docstring.
12175
12176 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12177
12178 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12179 Don't quote lambdas.
12180
12181 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12182
121832000-05-23 Gerd Moellmann <gerd@gnu.org>
12184
12185 * startup.el (command-line): Determine source file of compiled
12186 user init file differently. Warn if compiled user init file
12187 is older than its source file.
12188
12189 * ffap.el (ffap-url-regexp): Add `https'.
12190
121912000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12192
12193 * files.el (make-backup-file-name-1): Replace slashes with `!'
12194 rather than `|' (which is not allowed on Windows). Replace the
12195 drive letters with a string "drive_X".
12196
121972000-05-23 Gerd Moellmann <gerd@gnu.org>
12198
12199 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12200
12201 * files.el (interpreter-mode-alist): Add `bash2'.
12202
122032000-05-22 Dave Love <fx@gnu.org>
12204
12205 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12206 mapc.
12207 (feature-file): Avoid calling symbol-name. Doc fix.
12208 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12209 (loadhist-hook-functions): Add mouse-position-function.
12210 (unload-feature): Change uses of mapcar.
12211
12212 * files.el (parse-colon-path): Doc fix.
12213 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12214 (set-auto-mode): Use mapc.
12215
12216 * complete.el (PC-look-for-include-file): Use :alnum: character
12217 class.
12218 (partial-completion-mode): Add autoload cookie.
12219
122202000-05-22 Sam Steingold <sds@gnu.org>
12221
12222 * info.el (Info-fontify-node): Fixed the call to
12223 `add-text-properties' (bug introduced on 2000-05-18).
12224
122252000-05-22 Dave Love <fx@gnu.org>
12226
12227 * bindings.el: Remove debug-ignored-errors set in other files.
12228
12229 * progmodes/etags.el: Add to debug-ignored-errors.
12230 (visit-tags-table-buffer): Clear out buffers holding old tables
12231 when making a new list.
12232 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12233 mapc.
12234
12235 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12236 quote keywords.
12237 (cmpl-string-case-type): Use character classes.
12238
12239 * comint.el:
12240 * textmodes/ispell.el:
12241 * imenu.el:
12242 * mail/mh-e.el:
12243 * progmodes/compile.el: Add to debug-ignored-errors.
12244
12245 * dabbrev.el: Add to debug-ignored-errors.
12246 (dabbrev-completion): Use mapc.
12247
122482000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12249
12250 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12251 (woman-mapcan, woman-parse-man.conf)
12252 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12253 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12254 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12255 path syntax better.
12256 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12257 (woman-manpath): Call woman-parse-man.conf.
12258 (woman-emulation): New defcustom, defaults to nroff.
12259 (woman-font-support): New defconst.
12260 (woman-use-symbol-font): New defcustom.
12261 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12262 "Emulation".
12263 Many functions: Doc fix.
12264
122652000-05-22 Kenichi Handa <handa@etl.go.jp>
12266
12267 * international/quail.el (quail-simple-translation-keymap): Map
12268 128..255 to quail-self-insert-command.
12269 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12270
122712000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12272
12273 * help.el (help-manyarg-func-alist): Typo.
12274
12275 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12276 intervals which makes it heaps simpler.
12277
12278 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12279 the nested comment markers.
12280
12281 * subr.el (remove-hook): Don't turn the hook's value into a list.
12282
122832000-05-21 Dave Love <fx@gnu.org>
12284
12285 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12286 are invalid characters.
12287
12288 * international/mule-util.el (detect-coding-with-priority): Use
12289 mapc. Remove redundant lambda.
12290
12291 * international/mule-diag.el (list-non-iso-charset-chars)
12292 (describe-fontset): Remove redundant lambda.
12293
12294 * emulation/crisp.el (brief-mode): New alias.
12295
12296 * emacs-lisp/ring.el (ring-elements): New function.
12297
12298 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12299 (easy-menu-do-add-item): Use keywordp.
12300
12301 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12302
12303 * replace.el: Doc and error message fixes.
12304 (replace-highlight): Use facep, not internal-find-face.
12305
123062000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12307
12308 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12309
12310 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12311 (log-edit-insert-changelog): Drop `:' as well.
12312
12313 * log-view.el: Fix file description.
12314 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12315 available.
12316 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12317 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12318
12319 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12320 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12321 Print a status message if the toggle is called interactively.
12322 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12323 for global minor modes and use `defcustom' for them.
12324 Use add-minor-mode.
12325 (easy-mmode-define-derived-mode): Remove.
12326 (define-derived-mode): Fancier default docstring.
12327 (easy-mmode-define-navigation): Signal an error rather than (ding).
12328
12329 * newcomment.el (comment-styles): New `box-multi'.
12330 (comment-normalize-vars): Better default for comment-continue to
12331 avoid whitespace-only continuations.
12332 (comment-search-forward): Always move even in the no-syntax case.
12333 (comment-padright): Only obey N if it's only obeyed for padleft.
12334 (comment-make-extra-lines): Better handling of empty continuations.
12335 Use `=' for the filler if comment-start has only one character.
12336 (uncomment-region): Try handling the special `=' filler.
12337 (comment-region): Allow LINES even if MULTI is nil.
12338 (comment-box): Choose box style based on comment-style.
12339
123402000-05-20 Kenichi Handa <handa@etl.go.jp>
12341
12342 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12343 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12344
123452000-05-20 Kenichi HANDA <handa@etl.go.jp>
12346
12347 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12348 and insert, not subst-char-in-region.
12349
12350 * international/mule-diag.el (list-character-sets-1): Handle
12351 charsets eight-bit-control and eight-bit-graphic.
12352 (list-iso-charset-chars): Likewise.
12353 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12354 charactes as is. Use indent-to to align characters.
12355
12356 * international/mule-cmds.el (find-multibyte-characters): Never
12357 exclude charsets eight-bit-control and eight-bit-graphic.
12358
123592000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12360
12361 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12362 Don't quote lambdas.
12363
12364 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12365
123662000-05-19 Gerd Moellmann <gerd@gnu.org>
12367
12368 * gud.el (gud-jdb-directories): Doc fix.
12369
123702000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12371
12372 * newcomment.el: New file.
12373
123742000-05-19 Gerd Moellmann <gerd@gnu.org>
12375
12376 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12377
123782000-05-18 Andreas Schwab <schwab@suse.de>
12379
12380 * dired.el (dired-between-files): Also skip lines beginning with
12381 `used'.
12382
123832000-05-18 Gerd Moellmann <gerd@gnu.org>
12384
12385 * msb.el (msb-menu-cond): Add choice `user'.
12386
123872000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12388
12389 * ps-print.el: Compatibility, customization and doc fix.
12390 (ps-printer-name-option): Replace defconst by defvar.
12391 (ps-postscript-code-directory): XEmacs compatibility.
12392 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12393 fix.
12394 (ps-user-defined-prologue, ps-print-prologue-header)
12395 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12396 compatibility and code fix.
12397 (ps-print-background-image, ps-print-background-text):
12398 Customization fix.
12399 (ps-line-number-start, ps-n-up-on): New vars.
12400
124012000-05-18 Espen Skoglund <esk@ira.uka.de>
12402
12403 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12404 the indent-comment function to just return the appropriate indent.
12405
124062000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12407
12408 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12409 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12410 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12411
124122000-05-18 Dave Love <fx@gnu.org>
12413
12414 * info.el (Info-fontify-node): Add intangible property as well as
12415 invisible.
12416
12417 * calendar/appt.el (appt-make-list): Match all lines of entry.
12418 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12419
124202000-05-18 Kenichi Handa <handa@etl.go.jp>
12421
12422 * international/mule-diag.el (describe-char-after): Call
12423 internal-char-font, not char-font. If internal-char-font returns
12424 nil, display "-- none --".
12425
124262000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12427
12428 * image.el (image-type-available-p): Don't reference image-types
12429 if it isn't bound.
12430
124312000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12432
12433 * autoarg.el (autoarg-mode): Typo in the :set argument.
12434
124352000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12436
12437 * startup.el (command-line-1): Don't signal an error if the
12438 directory for auto-save-list files does not yet exist.
12439
124402000-05-17 Kenichi Handa <handa@etl.go.jp>
12441
12442 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12443
124442000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12445
12446 * subr.el (remove-hook): `setq' hook-value, not `set'.
12447
124482000-05-16 Sam Steingold <sds@gnu.org>
12449
12450 * info.el (debug-ignored-errors): More errors to ignore.
12451
124522000-05-16 Dave Love <fx@gnu.org>
12453
12454 * cus-edit.el: Don't require cl or easymenu.
12455 (custom-variable-prompt): Test standard-value property, not
12456 user-variable-p.
12457
124582000-05-16 Sam Steingold <sds@gnu.org>
12459
12460 * subr.el (add-hook): `setq' hook-value, not `set'.
12461
124622000-05-16 Gerd Moellmann <gerd@gnu.org>
12463
12464 * startup.el (command-line-1): Mention the FAQ in the startup
12465 message.
12466
12467 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12468
12469 * progmodes/compile.el (compilation-parse-errors): Collect
12470 `nomessage' regexps last.
12471
12472 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12473
12474 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12475 to the function name.
12476
124772000-05-15 Dave Love <fx@gnu.org>
12478
12479 * speedbar.el (speedbar-recenter): Typo.
12480 (speedbar-expand-line): Make arg optional.
12481 (speedbar-mode): Avoid a compiler warning.
12482
124832000-05-15 Gerd Moellmann <gerd@gnu.org>
12484
12485 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12486 user-specified option string is empty.
12487
12488 * mouse.el (mouse-yank-at-click): Doc fix.
12489
124902000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12491
12492 * term/internal.el (IT-character-translations): More updates of
12493 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12494 documents.
12495
124962000-05-15 Gerd Moellmann <gerd@gnu.org>
12497
12498 * env.el (getenv): New function, interactively callable.
12499 (setenv, getenv): Remove autoload cookies.
12500
12501 * loadup.el: Load `env'.
12502
12503 * progmodes/f90.el: Change author's mail address.
12504
125052000-05-14 Dave Love <fx@gnu.org>
12506
12507 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12508 goto-addr as an option.
12509
12510 * help.el (help-xref-stack): Doc fix.
12511 (help-xref-following): New variable.
12512 (help-make-xrefs): Use it.
12513 (help-xref-go-back): Use position information from stack element.
12514 (help-follow): Make position in stack element a pair. Use
12515 help-xref-following.
12516
12517 * autoarg.el: New file.
12518
12519 * faces.el: Declare more functions obsolete.
12520
12521 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12522 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12523 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12524 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12525 Remove all the setup-...-environment functions.
12526
125272000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12528
12529 * speedbar.el: Updated the commentary section. xemacs20p now uses
12530 >= when detecting. Require `defimage' safely.
12531 (speedbar-easymenu-definition-base): Add toggle for images.
12532 (speedbar-easymenu-definition-special): Add flush cache & expand.
12533 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12534 (speedbar-reconfigure-keymaps-hook): New variable.
12535 (speedbar-frame-parameters): Updated documentation.
12536 (speedbar-use-imenu-flag): Updated custom tag
12537 (speedbar-dynamic-tags-function-list): New variable.
12538 (speedbar-tag-hierarchy-method): Updated doc & custom.
12539 (speedbar-indentation-width, speedbar-indentation-width) New
12540 variables.
12541 (speedbar-hide-button-brackets-flag): Customizable.
12542 (speedbar-vc-indicator): Doc update.
12543 (speedbar-ignored-path-expressions): Updated default value.
12544 (speedbar-supported-extension-expressions): Updated default value.
12545 (speedbar-syntax-table): Remove {} paren status.
12546 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12547 as "+". Added overlay aliases.
12548 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12549 `force-mode-line-update'.
12550 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12551 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12552 `mouse-set-point'
12553 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12554 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12555 of arbitrary text, and new helper functions.
12556 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12557 filename finder.
12558 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12559 (speedbar-directory-buttons): Update path search/expansion.
12560 (speedbar-make-tag-line): Pay attention to
12561 `speedbar-indentation-width'. Use more care w/ invisible
12562 properties.
12563 (speedbar-change-expand-button-char): Call
12564 `speedbar-insert-image-button-maybe'.
12565 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12566 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12567 (speedbar-trim-words-tag-hierarchy)
12568 (speedbar-simple-group-tag-hierarchy): New functions
12569 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12570 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12571 functions.
12572 (speedbar-mouse-set-point): New function
12573 (speedbar-power-click): Updated documentation.
12574 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12575 of tag prefix text.
12576 (speedbar-expand-line, speedbar-contract-line): Make more robust
12577 to strange text.
12578 (speedbar-expand-line): Takes universal argument to flush the
12579 cache.
12580 (speedbar-flush-expand-line): New function.
12581 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12582 Use new generator insertion method.
12583 (speedbar-fetch-dynamic-tags): New function.
12584 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12585 `speedbar-fetch-dynamic-imenu'.
12586 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12587 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12588 "Revert Buffer" menu items.
12589 (speedbar-buffer-buttons-engine): Be smarter when creating a
12590 filename tag (for expansion purposes.).
12591 (speedbar-highlight-one-tag-line,
12592 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12593 (speedbar-recenter): New functions.
12594 (defimage-speedbar): Image loading abstraction.
12595 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12596 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12597 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12598 (speedbar-tag-type, speedbar-tag-mail): New images.
12599 (speedbar-expand-image-button-alist): New variable.
12600 (speedbar-insert-image-button-maybe): Insert an image over some
12601 buttons.
12602
126032000-05-13 Kenichi Handa <handa@etl.go.jp>
12604
12605 * international/mule-cmds.el (encode-coding-char): An ASCII
12606 character is always encodable.
12607
12608 * international/mule-conf.el: Add more information in descriptions
12609 of character sets.
12610
12611 * international/mule-diag.el (describe-char-after): New function.
12612 (describe-font-internal): Adjusted for the change of font-info.
12613 (describe-font): Likewise.
12614 (print-fontset): Rewritten for the new fontset implementation.
12615 (describe-fontset): Include fontset alias names in completion.
12616 (list-fontsets): Adjusted for the change of print-fontset.
12617
12618 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12619 describe-char-after instead of displaying the detail in the echo
12620 area.
12621 (syntax-code-table): Format changed.
12622 (string-to-syntax): Adjusted for the above change.
12623
126242000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12625
12626 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12627
126282000-05-12 Dave Love <fx@gnu.org>
12629
12630 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12631 dependence. Use line-{beginning,end}-position, not
12632 point-at{b,e}ol. Some doc fixes.
12633 (todo-position): New function. Fix callers of position to use it.
12634 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12635
126362000-05-12 Gerd Moellmann <gerd@gnu.org>
12637
12638 * time.el (display-time-mail-icon): Use `:ascent center'.
12639
12640 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12641 handling FTP security extensions.
12642
126432000-05-11 Dave Love <fx@gnu.org>
12644
12645 * calendar/todo-mode.el: New file.
12646
126472000-05-11 Gerd Moellmann <gerd@gnu.org>
12648
12649 * comint.el (comint-read-input-ring): Move reference to
12650 comint-input-ring-size outside of the save-excursion. It was
12651 causing the default value to be the only one ever seen.
12652
12653 * font-lock.el: Update copyright. Remove Simon Marshall's email
12654 address on request from him.
12655
12656 * subr.el (substitute-key-definition): Add comment describing
12657 the meaning of PREFIX.
12658
126592000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12660
12661 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12662
12663 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12664 (add-minor-mode): Don't make the variable buffer-local and add a
12665 reference to define-minor-mode in the docstring.
12666
12667 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12668 HEADER/FOOTER and fix bug with trailing empty directory.
12669 (cvs-append-to-ignore): Use vc-editable-p if available.
12670 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12671 (vc-do-command): Tweak advice to handle the new VC.
12672
12673 * log-view.el (log-view-goto-rev): New function for the new VC.
12674 (log-view-minor-wrap): Use mark-active.
12675
12676 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12677 (log-edit-changelog-full-paragraphs): New var.
12678 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12679 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12680 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12681 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12682 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12683 Replace the `cvs' prefix with `log-edit'.
12684
12685 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12686
12687 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12688 (diff-font-lock-defaults): Explicitly turn off multiline.
12689 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12690 (diff-ediff-patch): Fix call to ediff-patch-file.
12691 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12692 Handle comments.
12693
12694 * frame.el (automatic-hscrolling): Typo.
12695
12696 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12697
126982000-05-09 Sam Steingold <sds@goems.com>
12699
12700 * apropos.el (apropos-print): use `describe-face' instead of
12701 `customize-face-other-window'.
12702
127032000-05-09 Dave Love <fx@gnu.org>
12704
12705 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12706
12707 * help.el (describe-variable): Have customize button pop the
12708 help-xref stack when invoked.
12709 (help-xref-symbol-regexp): Add `face'.
12710 (help-make-xrefs): Check for quoted face names and adapt regexp
12711 submatch numbers to cope.
12712 (help-xref-interned): Maybe insert face doc too. Separate
12713 sections with a line of hyphens.
12714
12715 * faces.el: Some doc fixes. Declare some functions obsolete.
12716 (describe-face): Add customize button. Return the help
12717 text. Fix prompt.
12718
127192000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12720
12721 * term/internal.el (IT-character-translations): Fix last change.
12722
127232000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12724
12725 * woman.el: New file
12726 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12727
127282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12729
12730 * term/internal.el (IT-character-translations): Update ASCII
12731 simulations for greek-iso8859-7, add latin-iso8859-14 and
12732 latin-iso8859-15.
12733
12734 * international/mule-cmds.el (set-language-info-alist): Call
12735 define-prefix-command with 3 arguments, to make the map suitable
12736 for a menu.
12737
127382000-05-07 Dave Love <fx@gnu.org>
12739
12740 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12741
127422000-05-05 Dave Love <fx@gnu.org>
12743
12744 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12745 list in doc string. Don't quote keyword symbols.
12746 * emacs-lisp/cl.el: Likewise
12747 * emacs-lisp/cl-seq.el: Likewise
12748
127492000-05-05 Gerd Moellmann <gerd@gnu.org>
12750
12751 * abbrev.el (abbrev-mode): Make ARG optional.
12752
127532000-05-04 Gerd Moellmann <gerd@gnu.org>
12754
12755 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12756
12757 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12758
12759 * subr.el (substitute-key-definition): Clarify documentation.
12760
127612000-05-04 Milan Zamazal <pdm@freesoft.cz>
12762
12763 * glasses.el (glasses-convert-to-unreadable): Use
12764 `glasses-separator' instead of the hard-wired "_".
12765 (glasses-mode): Call `glasses-make-unreadable' only in a single
12766 place.
12767
127682000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12769
12770 * term/internal.el (cjk-codepages-alist): Add associations for
12771 Chinese and Korean codepages. Remove FIXME comment.
12772
127732000-05-03 Dave Love <fx@gnu.org>
12774
12775 * time.el (display-time-mail-face, display-time-use-mail-icon):
12776 New option.
12777 (display-time-mail-icon): New variable.
12778 (display-time-string-forms): Use the above. Fix the local-map.
12779
127802000-05-03 Gerd Moellmann <gerd@gnu.org>
12781
12782 * replace.el (query-replace-map): Add binding for `E'.
12783 (query-replace-help): Extend help text.
12784 (perform-replace): Allow editing the replacement string.
12785
12786 * make-mode.el (makefile-mode-abbrev-table): New variable.
12787 (makefile-mode): Set local abbrev table to
12788 makefile-mode-abbrev-table.
12789 (makefile-font-lock-keywords): Fontify includes and conditionals.
12790
12791 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12792 set TOGGLE's value.
12793
12794 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12795 mail-interactive-insert-alias.
12796 (mail-abbrev-complete-alias): New command.
12797 (mail-mode-map): Bind it to `M-TAB'.
12798
127992000-05-03 Kenichi Handa <handa@etl.go.jp>
12800
12801 * language/lao-util.el (lao-compose-region): New function.
12802
128032000-05-02 Gerd Moellmann <gerd@gnu.org>
12804
12805 * files.el (recover-session): Make directories as necessary
12806 if they don't exist yet.
12807
12808 * calendar/cal-french.el
12809 (french-calendar-multibyte-special-days-array)
12810 (french-calendar-special-days-array): Change French text.
12811 (calendar-french-date-string): Change output.
12812 (calendar-goto-french-date): Likewise.
12813
128142000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12815
12816 * wid-edit.el (widget-default-active): Obey `:always-active'.
12817 (widget-documentation-string-value-create): Set `:always-active'.
12818
128192000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12820
12821 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12822 default prefix to `~/_emacs.d/auto-save.list/_s'.
12823 (normal-top-level): Create the directory for auto-save files, if
12824 it doesn't already exist (in the ms-dos case only).
12825
128262000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12827
12828 * international/mule-cmds.el (set-language-environment): Don't
12829 concat an integer (dos-codepage), use format instead.
12830
128312000-05-02 Dave Love <fx@gnu.org>
12832
12833 * help.el (help-xref-on-pp): Check for constant symbols.
12834
128352000-04-29 Gerd Moellmann <gerd@gnu.org>
12836
12837 * startup.el (normal-top-level): Put a condition-case around
12838 the code loading subdirs.el.
12839
128402000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12841
12842 * ps-print.el: Upside-down and face background color printing,
12843 line number step, doc fix.
12844 (ps-print-version): New version number (5.2).
12845 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12846 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12847 (ps-spool-config): Var fix.
12848 (ps-printer-name-option): Const fix.
12849 (ps-print-upside-down, ps-use-face-background)
12850 (ps-line-number-step): New vars.
12851 (ps-window-system, ps-lp-system): New consts.
12852 (ps-face-background): New fun.
12853
128542000-04-28 Richard Stallman <rms@gnu.org>
12855
12856 * files.el (make-auto-save-file-name):
12857 Apply auto-save-file-name-transforms to visited file name
12858 before generating auto save file name.
12859 (auto-save-file-name-transforms): New variable.
12860
12861 * files.el (backup-enable-predicate):
12862 Correctly test for a file under a temporary directory.
12863
128642000-04-28 Gerd Moellmann <gerd@gnu.org>
12865
12866 * subr.el (add-minor-mode): Rewritten.
12867
128682000-04-28 Kenichi Handa <handa@etl.go.jp>
12869
12870 * mail/sendmail.el (sendmail-send-it): Set
12871 buffer-file-coding-system to the selected coding system for MIME
12872 header.
12873
128742000-04-27 Gerd Moellmann <gerd@gnu.org>
12875
12876 * dired.el (dired-move-to-filename-regexp): Allow format where
12877 YYYY is followed by two spaces.
12878
12879 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12880 in the second character class of the regexp.
12881
12882 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12883 mh-etc, too.
12884
12885 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12886 nil.
12887
12888 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12889
12890 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12891 argument.
12892
128932000-04-27 Sen Nagata <sen@eccosys.com>
12894
12895 * emacs-lisp/crm.el (crm-completion-table): New variable.
12896 (crm-collection-fn, crm-test-completion)
12897 (completing-read-multiple): Use it.
12898
128992000-04-27 Dave Love <fx@gnu.org>
12900
12901 * help.el (locate-library): Use mapc.
12902 (help-manyarg-func-alist): Add call-process-region.
12903
129042000-04-26 Gerd Moellmann <gerd@gnu.org>
12905
12906 * subr.el (add-minor-mode): Make argument MAP optional.
12907
12908 * desktop.el (desktop-save): Save list of minor modes.
12909 (desktop-create-buffer): Restore minor modes.
12910 (desktop-minor-mode-table): New user-option.
12911
12912 * subr.el (add-minor-mode): New function.
12913
12914 * image.el (find-image): New function.
12915 (defimage): Rewritten to find image at load time.
12916
12917 * startup.el (normal-top-level-add-to-load-path): Handle
12918 case that the default directory is not in load-path.
12919
12920 * help.el: Old patch from Stefan Monnier.
12921 (help-xref-on-pp): New function.
12922 (describe-variable): Use it to display xrefs in a symbol's value.
12923
129242000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12925
12926 * cus-edit.el (custom-face): Fix parenthesis.
12927
129282000-04-26 Kenichi Handa <handa@etl.go.jp>
12929
12930 * mail/rmail.el (rmail-expunge): When there are no deleted
12931 messages, do nothing.
12932
129332000-04-26 Dave Love <fx@gnu.org>
12934
12935 * international/mule-cmds.el (locale-translation-file-name):
12936 Defvar to nil.
12937 (set-locale-environment): Set it here (at runtime).
12938
129392000-04-25 Gerd Moellmann <gerd@gnu.org>
12940
12941 * replace.el (perform-replace): Add parameters START and END. Use
12942 them instead of the check for a region in Transient Mark mode.
12943 (query-replace-read-args): Return two more list elements for the
12944 start and end of the region in Transient Mark mode.
12945 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12946 (map-query-replace-regexp, replace-string, replace-regexp): Add
12947 optional last arguments START and END and pass them to
12948 perform-replace.
12949
12950 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12951 form with additional arguments for perform-replace.
12952
12953 * progmodes/etags.el (tags-query-replace): Add parameters START
12954 and END. Construct a form with additional arguments for
12955 perform-replace.
12956
12957 * simple.el (shell-command): Set default directory for "*Shell
12958 Command Output" buffer.
12959
12960 * language/european.el (iso-latin-4): Fix typo.
12961
12962 * emacs-lisp/crm.el: New file.
12963
129642000-04-24 Dave Love <fx@gnu.org>
12965
12966 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12967 (Custom-reset-saved, Custom-reset-standard)
12968 (custom-group-value-create, custom-group-set, custom-group-save)
12969 (custom-group-reset-current, custom-group-reset-saved)
12970 (custom-group-reset-standard): Use mapc.
12971 (custom-buffer-create-internal): Disable undo when creating items.
12972 Use mapc.
12973 (custom-face): Avoid redundant lambda.
12974
129752000-04-24 Gerd Moellmann <gerd@gnu.org>
12976
12977 * startup.el (auto-save-list-file-prefix): Set default to
12978 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12979
129802000-04-24 Sam Steingold <sds@gnu.org>
12981
12982 * time-stamp.el (time-stamp-string-preprocess): Always convert
12983 `field-result' to a string.
12984
129852000-04-24 Gerd Moellmann <gerd@gnu.org>
12986
12987 * frame.el (scrolling): New group.
12988 (automatic-hscrolling): New user-option.
12989
12990 * startup.el (command-line-x-option-alist): Add `-lsp' and
12991 `--line-spacing'.
12992
129932000-04-19 Dave Love <fx@gnu.org>
12994
12995 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12996 (cl-mapc): Rename from mapc. Fix the funcall.
12997
129982000-04-19 Gerd Moellmann <gerd@gnu.org>
12999
13000 * simple.el (clone-indirect-buffer-other-window): New command.
13001 (clone-indirect-buffer): Add optional arg NORECROD.
13002 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13003
13004 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13005
13006 * window.el (count-screen-lines): New function.
13007 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13008 instead of window-buffer-height.
13009
13010 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13011 non-existing variable comint-input-sentinel.
13012 (inferior-lisp-args-to-list): Removed.
13013 (inferior-lisp): Use split-string instead of
13014 inferior-lisp-args-to-list.
13015
13016 * hexl.el (hexl-insert-hex-string): New command.
13017
13018 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13019 instead of concat.
13020
130212000-04-18 Gerd Moellmann <gerd@gnu.org>
13022
13023 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13024 at the start of an existing but empty folder.
13025
130262000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13027
13028 * ps-mule.el: Customization fix, doc fix.
13029 (ps-multibyte-buffer): Customization fix.
13030
130312000-04-17 Richard M. Stallman <rms@gnu.org>
13032
13033 * subr.el (read-passwd): Use read-char-exclusive.
13034
130352000-04-17 Gerd Moellmann <gerd@gnu.org>
13036
13037 * textmodes/texinfo.el (texinfo-insert-@email)
13038 (texinfo-insert-@emph, texinfo-insert-@quotation)
13039 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13040 (texinfo-mode-map): Add key bindings for them.
13041
13042 * files.el (basic-save-buffer-2): Use a template with `$'
13043 instead of `#' for VMS.
13044
13045 * simple.el (clone-indirect-buffer): New function.
13046
130472000-04-16 Stephen Eglen <stephen@gnu.org>
13048
13049 * iswitchb.el (iswitchb-case): New function. If the user input
13050 contains any upper-case characters, the search is made
13051 case-sensitive.
13052
130532000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13054
13055 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13056 comment-end.
13057 (texinfo-font-lock-syntactic-keywords): New var.
13058 (texinfo-font-lock-keywords): Remove comment regexp.
13059 (texinfo-insert-block): New function.
13060 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13061 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13062 and font-lock-defaults. Use regexp-opt for outline-regexp.
13063 (texinfo-environments): New var.
13064 (texinfo-environment-regexp): Use regexp-opt and
13065 texinfo-environments.
13066
13067 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13068 ispell-process is bound since this might be eval'd before ispell
13069 is loaded.
13070 (ispell-message): Use a tiny bit less magic and a bit more hard
13071 data to figure out what kind of sc-cite-regexp to use.
13072
13073 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13074
13075 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13076 (insert-cyclic-diary-entry): Unquote the lambda.
13077
13078 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13079
13080 * files.el (backup-enable-predicate): Unquote the lambda.
13081
13082 * cus-edit.el (custom-face, face): Unquote the lambda.
13083
130842000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13085
13086 * ps-print.el: Check for line-beginning-position definition.
13087
13088 * ps-print.el: Fix counting lines in a region.
13089 (ps-print-version): New version number (5.1.5).
13090 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13091 (ps-printing-region): Fun code fix.
13092
130932000-04-15 Gerd Moellmann <gerd@gnu.org>
13094
13095 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13096 to file-directory-p.
13097
130982000-04-14 Gerd Moellmann <gerd@gnu.org>
13099
13100 * gud.el (gud-jdb-build-source-files-list): Check that directory
13101 exists before calling directory-files.
13102
131032000-04-13 Dave Love <fx@gnu.org>
13104
13105 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13106 syntax.
13107
13108 * emacs-lisp/cl-specs.el: Remove when, unless.
13109
13110 * emacs-lisp/cl-extra.el: Don't quote keywords.
13111 (cl-old-mapc): New variable.
13112 (mapc): Use it.
13113 (cl-map-intervals): Use with-current-buffer. Don't check for
13114 next-property-change.
13115 (cl-map-overlays): Use with-current-buffer.
13116 (cl-expt): Remove.
13117 (copy-tree, remprop): Define unconditionally.
13118
13119 * emacs-lisp/cl-compat.el (keywordp): Remove.
13120
13121 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13122 to use keywordp.
13123 (edebug-spec): Enable keywordp.
13124
13125 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13126 string-lessp.
13127
13128 * cus-start.el: Use keywordp.
13129
131302000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13131
13132 * diary-lib.el (include-other-diary-files): Fix the fix of
13133 2000-02-18 by doing a save-excursion.
13134
131352000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13136
13137 * ps-print.el: Customization fix, doc fix.
13138 (ps-print-version): New version number (5.1.4).
13139 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13140 (ps-print-preprint): Adjust code.
13141 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13142 (ps-print-prologue-header, ps-print-control-characters)
13143 (ps-spool-config): Customization fix.
13144
131452000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13146
13147 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13148 converted to the new menu-item format, names silightly changed,
13149 help strings added.
13150
13151 Support for spelling without async subprocesses:
13152
13153 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13154 (ispell-session-buffer): New variables.
13155 (ispell-start-process, ispell-process-status,
13156 ispell-accept-output, ispell-send-string): New functions, for
13157 Ispell invocation when async subprocesses aren't supported.
13158 (ispell-word, ispell-pdict-save, ispell-command-loop,
13159 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13160 to process-send-string with calls to ispell-send-string, and
13161 accept-process-output with ispell-accept-output.
13162 (ispell-init-process): Call ispell-process-status instead of
13163 process-status with.
13164 (ispell-init-process): Call ispell-start-process. Call
13165 ispell-accept-output and ispell-send-string. Don't call
13166 process-kill-without-query and kill-process if they are unbound.
13167 (ispell-async-processp): New function.
13168
131692000-04-12 Dave Love <fx@gnu.org>
13170
13171 * info.el: Add debug-ignored-errors.
13172 (Info-mode-menu): Add some items.
13173 (Info-directory): Add autoload cookie.
13174
13175 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13176 Modify `truncate-lines'. Make `describe-language-environment'
13177 always visible and add help. Modify `describe-key' help. Invoke
13178 Info-directory from `info'. New entry `emacs-manual'.
13179
131802000-04-10 Gerd Moellmann <gerd@gnu.org>
13181
13182 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13183 propertized-buffer-identification.
13184 (ebrowse-update-member-buffer-mode-line): Likewise.
13185 (ebrowse--mode-strings): Removed.
13186 (ebrowse--mode-line-props): Removed.
13187
13188 * files.el (auto-mode-alist): Add `EBROWSE'.
13189
13190 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13191 space before testing for end of buffer.
13192 (ebrowse-load): Removed.
13193 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13194 (ebrowse-create-tree-buffer): Rewritten.
13195 (ebrowse-tree-mode): Read tree from buffer.
13196
13197 * progmodes/ebrowse-ffh.el: Removed.
13198
131992000-04-10 Kenichi Handa <handa@etl.go.jp>
13200
13201 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13202
132032000-04-10 Gerd Moellmann <gerd@gnu.org>
13204
13205 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13206 at the wrong place.
13207
132082000-04-09 Dave Love <fx@gnu.org>
13209
13210 * files.el (backup-enable-predicate): Use
13211 temporary-file-directory, small-temporary-file-directory.
13212 (make-backup-file-name-function, backup-directory-alist): New
13213 variables.
13214 (make-backup-file-name-1): New function.
13215 (make-backup-file-name): Use it.
13216 (find-backup-file-name): Likewise. Use format for clarity, not
13217 concat.
13218 (file-newest-backup): Use make-backup-file-name.
13219
132202000-04-09 Gerd Moellmann <gerd@gnu.org>
13221
13222 * progmodes/ebrowse-ffh.el: New file.
13223
13224 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13225 to ebrowse-ffh.el.
13226 (ebrowse-load): Add autoload.
13227
13228 * finder.el (finder-commentary): Add autoload cookie.
13229
13230 * mail/rfc2368.el: Correct author's email address.
13231
13232 * progmodes/ebrowse.el: New file.
13233
13234 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13235 item help string.
13236 (easy-menu-do-add-item): Ditto.
13237 (easy-menu-define): Extend doc string.
13238
13239 * jit-lock.el (with-buffer-unmodified): Use
13240 restore-buffer-modified-p.
13241 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13242 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13243 with-buffer-unmodified.
13244
132452000-04-08 Dave Love <fx@gnu.org>
13246
13247 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13248 unless, when.
13249
132502000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13251
13252 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13253 (viper-flash-search-pattern): No operation when using Emacs
13254 doesn't support face.
13255 Use `viper-put-on-search-overlay'.
13256
132572000-04-04 Gerd Moellmann <gerd@gnu.org>
13258
13259 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13260 like C-r.
13261
13262 * progmodes/make-mode.el: Some doc fixes.
13263 (makefile-mode-abbrev-table): New variable.
13264 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13265 (makefile-font-lock-keywords): Fontify includes and conditionals.
13266 (toplevel): Require `dabbrev' and `add-log' when compiling.
13267
13268 * replace.el (perform-replace): Don't move forward one char
13269 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13270 to do that because it leaves point 1 position after the last
13271 replacement, after everything has been replaced.
13272
13273 * jit-lock.el (with-buffer-unmodified): New macro.
13274 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13275 modified state.
13276 (jit-lock-function-1): Extracted from jit-lock-function; not
13277 preserving buffer's modified state.
13278 (jit-lock-function, jit-lock-stealth-fontify): Call
13279 jit-lock-function-1.
13280
13281 * mail/rfc2368.el: Remove supernumerary copyright line.
13282
132832000-04-04 Milan Zamazal <pdm@freesoft.cz>
13284
13285 * glasses.el: Provide facilities for inserting space before left
13286 parentheses and uncapitalization of identifiers.
13287 (glasses-mode): Try to remove old overlays in all cases.
13288
132892000-04-03 Gerd Moellmann <gerd@gnu.org>
13290
13291 * progmodes/compile.el (compile-internal): Display the compilation
13292 buffer in a different frame, if it's already displayed there.
13293
13294 * mail/rfc2368.el: New file.
13295
13296 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13297 header and insert its value as mail body.
13298
13299 * subr.el (member-ignore-case): New function.
13300
13301 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13302 (dabbrev--find-expansion): Ignore buffers matching a regexp
13303 from dabbrev-ignored-regexps.
13304
13305 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13306 to extensions handled by gzip.
13307
133082000-04-03 Richard M. Stallman <rms@gnu.org>
13309
13310 * files.el (insert-directory): List the total free space
13311 along with the used space.
13312
13313 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13314 line is followed by one that matches CITATION-REGEXP, end the
13315 paragraph.
13316
133172000-04-03 Markus Rost <rost@delysid.gnu.org>
13318
13319 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13320 (rmail-make-basic-summary-line): Use that option.
13321
133222000-04-03 Kenichi Handa <handa@etl.go.jp>
13323
13324 * international/mule-cmds.el (encoded-string-description):
13325 Rewritten. Try pretty description for ISO 2022 escape sequences
13326 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13327 for hexadecimal format.
13328
133292000-04-01 Dave Love <fx@gnu.org>
13330
13331 * cpp.el: Change customization group to `c' from `C'.
13332
13333 * vcursor.el (vcursor-move): Use display-color-p.
13334
13335 * international/mule-util.el: Provide mule-utils.
13336 (string-to-sequence): Simplify and speed up.
13337
13338 * international/mule.el (make-coding-system): Purecopy doc-string.
13339
13340 * international/mule-cmds.el: Various menu changes.
13341 (describe-specified-language-support): Handle `Default'.
13342 (set-language-info): Purecopy `info'.
13343
133442000-03-31 Andrew Innes <andrewi@gnu.org>
13345
13346 * vc.el (vc-backend-diff): Return the correct status if we had to
13347 retry the rcsdiff command without the --brief option.
13348
133492000-03-31 Dave Love <fx@gnu.org>
13350
13351 * help.el (help-manyarg-func-alist): Correct several omissions.
13352
13353 * add-log.el: Don't require cl, fortran.
13354 (add-log-current-defun-function): Doc fix.
13355 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13356 fix.
13357 (change-log-version-rcs): Function deleted.
13358 (change-log-version-number-search): Doc fix. Use
13359 vc-workfile-version. Avoid CL dolist.
13360 (add-change-log-entry): Just call add-log-current-defun to get
13361 defun. Simplify somewhat.
13362 (change-log-get-method-definition-1): Likewise.
13363 (add-log-current-defun): Return nil if calling
13364 add-log-current-defun-function does so. Move Fortran stuff to
13365 fortran.el. Return string without properties.
13366
13367 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13368 and :alpha: char classes.
13369
13370 * mail/supercite.el: Defvar curline when compiling.
13371 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13372 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13373 rather than a-zA-Z0-9 to allow non-ASCII characters.
13374
133752000-03-31 Gerd Moellmann <gerd@gnu.org>
13376
13377 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13378
13379 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13380 Re-enable new code.
13381
13382 * lpr.el (print-region-1): Use -d to specify printer name for
13383 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13384
133852000-03-31 Dave Love <fx@gnu.org>
13386
13387 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13388 for function definition in symbol's function value slot first
13389 instead of first consulting byte-compile-function-environment.
13390
133912000-03-31 Kenichi Handa <handa@etl.go.jp>
13392
13393 * language/european.el ("Polish"): New language environment.
13394 (setup-polish-environment): New function.
13395
133962000-03-30 Gerd Moellmann <gerd@gnu.org>
13397
13398 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13399 Disable new code.
13400
13401 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13402 trying to `load' the symbol of an autoload instead of the file
13403 recorded in the autoload. Fix error messages.
13404
134052000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13406
13407 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13408 (ps-print-version): New version number (5.1.3).
13409 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13410 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13411 (ps-generate-postscript-with-faces): Code fix.
13412 (ps-color-values): XEmacs compatibility.
13413 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13414 (ps-default-fg, ps-default-bg): Adjust customization.
13415 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13416 (ps-color-scale): Renaming old ps-color-value fun.
13417 (ps-print-headers): Replace ps-print-header group to avoid conflict
13418 with ps-print-header variable.
13419 (ps-print-miscellany): New group.
13420 (ps-format-color, ps-rgb-color): New funs.
13421 (ps-default-foreground): New var.
13422 (ps-printer-name-option): New const.
13423
134242000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13425
13426 * net/net-utils.el:
13427 (network-connection-host, network-connection-service): New variables
13428 (network-connection-mode): New mode, derived from comint-mode
13429 (network-connection-mode-setup): New function, saves host and
13430 service information in local variables.
13431
13432 * lisp/locate.el:
13433 (locate-word-at-point): Added this function
13434 (locate): Default to using locate-word-at-point as input
13435 Run dired-mode-hook
13436
134372000-03-29 Dave Love <fx@gnu.org>
13438
13439 * calendar/appt.el: Doc fixes.
13440 (appt-check): Convert min-to-app to a string before passing to
13441 appt-disp-window-function or concat.
13442 (appt-delete-window): Remove test for frame-root-window.
13443 (appt-select-lowest-window, appt-convert-time): Simplify.
13444
13445 * emacs-lisp/bytecomp.el: Doc fixes.
13446 (byte-compile-file-form-autoload): Update
13447 byte-compile-function-environment.
13448
134492000-03-29 Andreas Schwab <schwab@suse.de>
13450
13451 * emacs-lisp/autoload.el: Also print defsubst doc string
13452 specially.
13453
13454 * dired.el (dired-insert-directory): If dired-free-space-program
13455 failed just delete its output.
13456
134572000-03-29 Dave Love <fx@gnu.org>
13458
13459 * international/iso-cvt.el: Move provide to end. Doc fixes.
13460 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13461 (iso-iso2sgml, iso-sgml2iso): New functions.
13462 (iso-cvt-define-menu): Fix some entries and use backquote for
13463 clarity.
13464
13465 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13466
134672000-03-28 Gerd Moellmann <gerd@gnu.org>
13468
13469 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13470 ISO-DATE. If non-nil, return date in ISO 8601 format.
13471
134722000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13473
13474 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13475 if it ever becomes used.
13476 (log-edit-mode-hook): Default to vc-log-mode-hook.
13477 (log-edit-mode): Fix the docstring.
13478
13479 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13480 the code.
13481
134822000-03-26 Dave Love <fx@gnu.org>
13483
13484 * net/browse-url.el (browse-url): Re-fix case of
13485 browse-url-browser-function being an alist.
13486 (browse-url): Add :link to defgroup.
13487
13488 * files.el: Doc fixes.
13489 (file-truename): Include `[' in wildcard characters.
13490 (automount-dir-prefix): Customize.
13491 (find-file-wildcards): Add :version.
13492 (find-file-noselect): Simplify a mapcar call.
13493
13494 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13495 compatible with inf-lisp version.
13496 (eval-defun-1): Fix custom-declare-variable case.
13497
134982000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13499
13500 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13501
135022000-03-24 Gerd Moellmann <gerd@gnu.org>
13503
13504 * Makefile (COMPILE_FIRST): New macro.
13505 (compile-files): Compile files from COMPILE_FIRST first.
13506
13507 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13508 code.
13509
13510 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13511 matching open parenthesis in column 0 to defun-prompt-regexp
13512 only if open-paren-in-column-0-is-defun-start is set.
13513
13514 * sun-curs.el: Require CL at compile-time only.
13515
13516 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13517 instead of copy-list which is a function from CL.
13518 (msb--choose-menu, msb--mode-menu-cond)
13519 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13520 (msb--init-file-alist): Use mapcar instead of mapcan.
13521 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13522 `(' in column 0 in doc string.
13523 (msb--add-separators): Use mapcar instead of mapcan.
13524
13525 * cus-dep.el: Require CL at compile-time only.
13526
135272000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13528
13529 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13530 (byte-compile-warnings): New warning `noruntime'.
13531 (byte-compile-constants, byte-compile-variables): Fix docstring.
13532 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13533 execute `eval-whenc-compile's body.
13534 (byte-compile-unresolved-functions): Fix docstring.
13535 (byte-compile-eval): New function.
13536 (byte-compile-callargs-warn): Check if the function will be available
13537 at runtime (via property `byte-compile-noruntime').
13538 (byte-compile-print-syms): New function.
13539 (byte-compile-warn-about-unresolved-functions): Also warn about
13540 `noruntime' functions (and use `byte-compile-print-syms').
13541 (byte-compile-file): Capitalize the message.
13542
135432000-03-24 Gerd Moellmann <gerd@gnu.org>
13544
13545 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13546 (rmail-expunge): Ask for confirmation depending on the setting
13547 of rmail-confirm-expunge.
13548
135492000-03-23 Gerd Moellmann <gerd@gnu.org>
13550
13551 * Makefile (bootstrap-clean): If $(emacs) exists, build
13552 loaddefs.el first. A loaddefs.el that's not up-to-date might
13553 cause a bootstrap failure because things don't autoload as
13554 expected.
13555
135562000-03-23 Dave Love <fx@gnu.org>
13557
13558 * net/browse-url.el: Restore previous use of
13559 browse-url-maybe-new-window.
13560
135612000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13562
13563 * ps-print.el: Skip banner page fix.
13564 (ps-print-version): New version number (5.1.2).
13565 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13566
135672000-03-23 Dave Pearson <davep@davep.org>
13568
13569 * net/quickurl.el Changed the type of parameter passed to the
13570 function defined by `quickurl-format-function'. Before only the
13571 text of the URL was passed. Now the whole URL structure is passed
13572 and the function is responsible for extracting the parts it
13573 requires. Changed the default of `quickurl-format-function'
13574 accordingly.
13575 (quickurl-insert): Changed the `funcall' of
13576 `quickurl-format-function' to match the above change.
13577 (quickurl-list-insert): Changed the `url' case so that it makes
13578 use of `quickurl-format-function', previous to this the format was
13579 hard wired.
13580
135812000-03-22 Gerd Moellmann <gerd@gnu.org>
13582
13583 * startup.el: Change some spellings for the X Window System.
13584
135852000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13586
13587 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13588 up the code and the regexp and make sure the cursor is temporarily
13589 moved to the suspicious line while querying the user.
13590
135912000-03-22 Jason Rumney <jasonr@gnu.org>
13592
13593 * w32-fns.el (w32-charset-info-alist): Initialize.
13594
135952000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13596
13597 * ps-print.el: N-up last page fix.
13598 (ps-print-version): New version number (5.1.1).
13599 (ps-end-file, ps-end-job, ps-generate): Code fix.
13600
136012000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13602
13603 * files.el (find-file-run-dired): Update docstring.
13604 (find-directory-functions): New hook.
13605 (find-file-noselect): Run find-directory-functions rather than
13606 calling dired directly.
13607
13608 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13609
13610 * pcvs.el: Add a minimal leading commentary.
13611 (cvs-make-cvs-buffer): Change the header part by removing the startup
13612 message and adding a `Module' entry. Also replace the FOOTER and
13613 HEADER special fileinfos with the new support in ewoc for updating
13614 its own footer and header.
13615 (cvs-update-header): Update to use the header/footer of the ewoc.
13616 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13617 (cvs-is-within-p): New function.
13618 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13619 to only examine some subset of the buffers.
13620
13621 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13622 `format' instead of our own ad-hoc functions.
13623 Remove HEADER and FOOTER cases, now handled in the EWOC.
13624 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13625
13626 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13627 output to avoid scaring the user.
13628 (cvs-parse-table): Catch message for non-up-to-date commits.
13629
13630 * pcvs-defs.el (cvs-startup-message): Remove.
13631 (cvs-global-menu): New autoloaded menu.
13632
13633 * pcvs-util.el (cvs-string-fill): Remove.
13634
13635 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13636 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13637 PP part of it and also make it work for footers and headers.
13638 (ewoc-create): Drop POS and BUFFER arguments.
13639 Use the DLL's dummy node to store the end-of-footer position.
13640 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13641 (ewoc-refresh): Remove unused `header' variable.
13642 (ewoc-(get|set)-hf): New functions.
13643
13644 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13645 log-view-*-(message|file) and use easy-mmode-define-navigation.
13646 (log-view-message-re): Match SCCS format as well.
13647 And match the revision line rather than the dashed separator line.
13648 (log-view-mode): Use the new define-derived-mode.
13649 (log-view-current-tag): Fill in with an actual implementation.
13650
13651 * cvs-status.el (cvs-status-(prev|next)): Rename from
13652 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13653 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13654 to let the output "breathe" a little more (more readable).
13655 (cvs-status-mode): Use the new define-derived-mode.
13656
13657 * smerge-mode.el (smerge-auto-leave): New function and variable.
13658 (smerge-basic-map): Rename from smerge-basic-keymap.
13659 Change the bindings for smerge-diff-*.
13660 (smerge-*-map): Use easy-mmode-defmap.
13661 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13662 (smerge-keep-*): Use smerge-auto-leave.
13663
136642000-03-21 Jason Rumney <jasonr@gnu.org>
13665
13666 * cus-edit.el (custom-button-face): Use 3D look for w32.
13667 (custom-button-pressed-face): Likewise.
13668
136692000-03-21 Gerd Moellmann <gerd@gnu.org>
13670
13671 * progmodes/etags.el (tags-case-fold-search): New user-option.
13672 (tags-loop-eval): New function. Bind case-fold-search around eval
13673 depending on the value of tags-case-fold-search.
13674 (tags-loop-continue): Use tags-loop-eval.
13675 (find-tag-in-order): Bind case-fold-search depending on the value
13676 of tags-case-fold-search.
13677
136782000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13679
13680 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13681 (diff-end-of-hunk): Return the end position for use in
13682 `easy-mmode-define-navigation'.
13683 (diff-recenter): Remove.
13684 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13685 of `easy-mmode-define-navigation'.
13686 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13687 previous renaming) and fix to use new names.
13688 (diff-merge-strings): Use \n as separator: simpler, faster.
13689 (diff-mode): Use `define-derived-mode'.
13690
13691 * derived.el (define-derived-mode): Don't autoload anymore.
13692 Prefer the macro-only version provided by easy-mmode.el.
13693
13694 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13695 `easy-mmode-define-derived-mode'.
13696 Use `combine-run-hooks'.
13697 (easy-mmode-define-navigation): New macro.
13698
13699 * subr.el (combine-run-hooks): New function.
13700
137012000-03-21 Kenichi HANDA <handa@etl.go.jp>
13702
13703 * term/x-win.el: Fontsets related initialization is simplified.
13704
13705 * international/mule-diag.el (describe-font): Don't refer to
13706 global-fontset-alist, instead call font-list.
13707 (describe-fontset, list-fontsets, mule-diag): Likewise.
13708 (print-fontset): Adjusted for the change of fontset
13709 implementation.
13710
13711 * international/fontset.el (x-charset-registries): Variable
13712 removed, instead the corresponding data is stored in the default
13713 fontset.
13714 (register-alternate-fontnames): Function removed.
13715 (resolved-ascii-font): Variable removed.
13716 (x-compose-font-name): Ignore the second argument REDOCE.
13717 (x-complement-fontset-spec): Complement only an ASCII font and
13718 element for those charsets than can use that ASCII font.
13719 (generate-fontset-menu): Don't refer to global-fontset-alist,
13720 instead call fontset-list.
13721 (uninstantiated-fontset-alist): Variable removed.
13722 (x-style-funcs-alist): Likewise.
13723 (fontset-default-styles): Likewise.
13724 (x-modify-font-name): Function removed.
13725 (create-fontset-from-fontset-spec): Ignore the argument
13726 STYLE-VARIANT.
13727 (create-fontset-from-ascii-font): Docsting adjusted for the above
13728 change.
13729 (instantiate-fontset, resolve-fontset-name): Functions removed.
13730 (fontset-list): Now implemented by C code.
13731
13732 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13733 (describe-face): Include `font' attribute in the description.
13734
137352000-03-21 Kenichi Handa <handa@etl.go.jp>
13736
13737 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13738
137392000-03-20 Gerd Moellmann <gerd@gnu.org>
13740
13741 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13742 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13743 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13744
13745 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13746 about behavior of set-buffer-modified-p wrt redisplay.
13747
137482000-03-19 Richard M. Stallman <rms@gnu.org>
13749
13750 * view.el (view-mode-disable): Kill local binding of view-read-only.
13751
137522000-03-18 Gerd Moellmann <gerd@gnu.org>
13753
13754 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13755 is a string, convert it to a syntax cell using string-to-syntax.
13756
13757 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13758 (string-to-syntax): New function.
13759
13760 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13761 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13762 try to use passive ftp mode.
13763
137642000-03-17 Gerd Moellmann <gerd@gnu.org>
13765
13766 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13767
13768 * simple.el (append-to-buffer): Update point of windows after
13769 insertion.
13770
13771 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13772 forward then moving backward. Reindent.
13773
13774 * frame.el (other-frame): Call x-focus-frame only if
13775 focus-follows-mouse is off.
13776
137772000-03-17 Dave Love <fx@gnu.org>
13778
13779 * pcvs-util.el (cvs-strings->string): Rename
13780 replace-regexps-in-string.
13781
137822000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13783
13784 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13785 regexp for labels cannot span several lines.
13786
13787 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13788 `(setq :<key> ':<key>)' to the macro expansion.
13789
137902000-03-16 Dave Love <fx@gnu.org>
13791
13792 * progmodes/f90.el (f90): Put custom group under `languages', not
13793 `fortran'.
13794 (f90-mode-hook): Customize.
13795 (f90-mode): Set add-log-current-defun-function.
13796 (f90-current-defun): New function.
13797
137982000-03-16 Gerd Moellmann <gerd@gnu.org>
13799
13800 * cus-edit.el (custom-variable-tag-face): Handle case that
13801 default face's height is not a number.
13802 (custom-face-tag-face, custom-group-tag-face-1)
13803 (custom-group-tag-face): Ditto.
13804 (custom-group-tag-face-1): Add :group.
13805
13806 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13807
138082000-03-15 Gerd Moellmann <gerd@gnu.org>
13809
13810 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13811 requiring easymenu.
13812
138132000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13814
13815 * ps-print.el: PostScript user-defined prologue, PostScript error
13816 handler, doc fix.
13817 (ps-print-version): New version number (5.1).
13818 (ps-user-defined-prologue, ps-error-handler-message)
13819 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13820 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13821 (ps-insert-string): New function.
13822
138232000-03-15 Kenichi Handa <handa@etl.go.jp>
13824
13825 * international/ccl.el (ccl-compile-expression): Don't generate
13826 invalid self-assignment code.
13827
138282000-03-14 Dave Love <fx@gnu.org>
13829
13830 * subr.el (replace-regexp-in-string): Renamed from
13831 replace-regexps-in-string. Doc fix.
13832
138332000-03-12 Dave Love <fx@gnu.org>
13834
13835 * cus-edit.el: Doc fixes.
13836 (customize-set-variable, customize-save-variable): Rename args for
13837 doc.
13838 (custom-variable-tag-face, custom-face-tag-face)
13839 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13840 style which user identify as hyperlink.
13841 (hook): Don't add undefined functions to the hook.
13842 (debug-ignored-errors): Transfer message from bindings.el.
13843
138442000-03-12 Gerd Moellmann <gerd@gnu.org>
13845
13846 * recentf.el (recentf-keep-non-readable-files-p): Remove
13847 double/nested definition.
13848
138492000-03-12 Dave Love <fx@gnu.org>
13850
13851 * facemenu.el (facemenu-get-face): Use display-color-p.
13852 * enriched.el (enriched-decode-foreground): Likewise.
13853 (enriched-decode-background): Likewise.
13854 * isearch.el (isearch-highlight): Likewise.
13855 * info-look.el (info-lookup): Likewise.
13856 * simple.el (completion-setup-function): Likewise.
13857
13858 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13859 :options.
13860
13861 * bindings.el (mode-line-format): Fix line-number and
13862 column-number items. Add help-echo for the background.
13863 (mode-line-mule-info): Modify help-echo.
13864
13865 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13866
13867 * files.el (load-file): Allow completion to .elc.
13868
13869 * man.el: Doc fixes.
13870 (Man-init-defvars): Use display-color-p to set fontification.
13871
13872 * play/hanoi.el (hanoi-internal): Don't use oddp.
13873
138742000-03-12 Gerd Moellmann <gerd@gnu.org>
13875
13876 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13877
13878 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13879
138802000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13881
13882 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13883 Fix comment.
13884
138852000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13886
13887 * font-lock.el (font-lock-keywords): Fix the doc now that
13888 regexp-opt-depth is unnecessary.
13889 (save-buffer-state): Set an edebug spec.
13890 (font-lock-fontify-anchored-keywords): Properly handle the case when
13891 the matcher goes past the limit.
13892
13893 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13894 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13895
13896 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13897 dll.el and cookie.el (from Elib) with heavy renaming and other
13898 massaging.
13899
13900 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13901 Autoload the functions used.
13902 (easy-mmode-define-syntax): Fix CL typo.
13903 (easy-mmode-define-derived-mode): Improve the docstring generation.
13904
139052000-03-10 Gerd Moellmann <gerd@gnu.org>
13906
13907 * textmodes/texinfo.el (texinfo-version): Variable and function
13908 removed.
13909
139102000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13911
13912 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13913 allow more flexibility.
13914 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13915 fns.
13916 (easy-mmode-defmap, easy-mmode-defsyntax)
13917 (easy-mmode-define-derived-mode): New macros.
13918
139192000-03-09 Didier Verna <didier@xemacs.org>
13920
13921 * rect.el (replace-rectangle): New function.
13922
139232000-03-09 Dave Love <fx@gnu.org>
13924
13925 * progmodes/fortran.el (fortran-comment-line-start): Define as
13926 "C".
13927 (fortran-comment-line-start-skip): Don't match cpp stuff.
13928 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13929 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13930 (fortran-mode): Don't set fortran-comment-line-start-skip,
13931 fortran-comment-line-start here. Set comment-start,
13932 add-log-current-defun.
13933 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13934 (fortran-current-defun): New function.
13935
139362000-03-09 Gerd Moellmann <gerd@gnu.org>
13937
13938 * emacs-lisp/re-builder.el: New file.
13939
13940 * mouse.el (mouse-drag-region): Don't run up-event handler
13941 if hscroll has changed.
13942
13943 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13944 builtin operators, use `font-lock-builtin-face' for Emacs and
13945 `font-lock-preprocessor-face' otherwise.
13946
13947 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13948 `(defun (setf foo)' differently.
13949
139502000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13951
13952 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13953 (regexp-opt): Update comment and adapt the code the new meaning of
13954 the `paren' argument of regex-opt-group for shy-groups.
13955 (regexp-opt-depth): Handle shy groups as well as backslashed
13956 backslashes.
13957 (regexp-opt-group): Turn the leading comment into a docstring.
13958 Allow `paren' to be a string (the string to use to open a group).
13959 Remove open-presuf and close-presuf. Instead of checking for `all
13960 one-char' and then later on check for `several one-char', handle
13961 both cases close together. Also apply a more generic algorithm
13962 for suffixes (the mirror image of the algorithm used for
13963 prefixes). Use shy-groups. Use nreverse rather than reverse.
13964 (regexp-opt-try-suffix): Removed.
13965
13966 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13967 from comint-mode-map, so we can just inherit from it. Also, move
13968 the initialization into the `defvar' since there's no docstring
13969 anyway and it's fairly short.
13970 (inferior-scheme-mode): Define it as derived-mode: the code is
13971 shorter and this way we inherit from comint-mode-map rather than
13972 copying it.
13973
13974 * subr.el (replace-regexps-in-string): Properly handle the case
13975 where we match an empty string.
13976
13977 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13978 when the command has a directory component (such as "./testml").
13979 Also fix a typo in the comment.
13980
139812000-03-08 Gerd Moellmann <gerd@gnu.org>
13982
13983 * Makefile (compile-files): Compile files one by one because
13984 that's the only way to ensure a clean compilation environment for
13985 each individual file.
13986
13987 * frame.el (other-frame): Call x-focus-frame.
13988
139892000-03-07 Dave Love <fx@gnu.org>
13990
13991 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13992 :require to defcustom.
13993
13994 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13995 lists.
13996
13997 * files.el (auto-mode-alist): Add configure.in.
13998
13999 * progmodes/autoconf.el: New file.
14000
140012000-03-07 Gerd Moellmann <gerd@gnu.org>
14002
14003 * mail/mh-e.el: Change maintainer to `none'.
14004
14005 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14006 to remove-hook and add-hook.
14007
140082000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14009
14010 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14011 it as the default.
14012 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14013 (sendmail-send-it): Conditionally add MIME headers specifying the
14014 used character set.
14015
140162000-03-07 Dave Love <fx@gnu.org>
14017
14018 * winner.el: Fix keywords, autoload cookies. Split
14019 eval-when-compile form to avoid compilation failure.
14020
140212000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14022
14023 * international/mule.el: Modify comment about coding system
14024 property `coding-category'.
14025 (make-coding-system): New argument EOL-TYPE. Pay attention to
14026 coding-category property of PROPERTIES.
14027
14028 * international/mule-conf.el (coding-category-utf-8,
14029 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14030 categories. Include them in the argument for set-coding-priority.
14031
14032 * international/mule-cmds.el (reset-language-environment): Include
14033 coding-category-utf-8, coding-category-utf-16-be, and
14034 coding-category-utf-16-le in the argument for set-coding-priority.
14035 (reset-language-environment): Initialize coding-category-utf-8,
14036 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14037
140382000-03-06 Karl Fogel <kfogel@red-bean.com>
14039
14040 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14041 code abstracted out of `bookmark-jump-noselect'. Now tries info
14042 extensions as well as compression extensions.
14043 (bookmark-jump-noselect): Use above new func.
14044
140452000-03-03 Gerd Moellmann <gerd@gnu.org>
14046
14047 * strokes.el: Change maintainer's mail address.
14048
140492000-03-03 Kenichi Handa <handa@etl.go.jp>
14050
14051 * international/mule-diag.el (list-character-sets): Make help-echo
14052 string by substitute-command-keys.
14053 (list-character-sets): Likewise.
14054 (sort-listed-character-sets): Call help-setup-xref.
14055
140562000-03-02 Gerd Moellmann <gerd@gnu.org>
14057
14058 * time.el (display-time-mail-file): Add `none' to the list of
14059 choices.
14060
140612000-03-01 Dave Love <fx@gnu.org>
14062
14063 * help.el (help-xref-go-back): Don't try to set position.
14064
14065 * international/mule-diag.el (list-character-sets): Call
14066 help-setup-xref. Add help-echo to xrefs.
14067 (list-character-sets-1): Add help-echo to xrefs.
14068
140692000-03-02 Gerd Moellmann <gerd@gnu.org>
14070
14071 * frame.el (blink-cursor-mode): Switch cursor on when turning
14072 the mode off.
14073
14074 * add-log.el (add-log-current-defun): Add support for
14075 Autoconf mode.
14076
14077 * mail/rmail.el (rmail-quit-hook): New variable.
14078
140792000-03-01 Dave Love <fx@gnu.org>
14080
14081 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14082
14083 * help.el (help-xref-button): Add help-echo arg.
14084 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14085
14086 * faces.el (list-faces-display): Supply help-echo with
14087 help-make-xrefs.
14088
14089 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14090 nil.
14091
140922000-03-01 Gerd Moellmann <gerd@gnu.org>
14093
14094 * image.el (defimage): Look for image files in load-path.
14095
14096 * frame.el (busy-cursor-delay-seconds): Change type to
14097 `number'.
14098
140992000-03-01 David Ponce <david.ponce@wanadoo.fr>
14100
14101 * recentf.el (recentf): Added version tag to the defgroup of
14102 recentf.
14103
141042000-03-01 David Ponce <david.ponce@wanadoo.fr>
14105
14106 * recentf.el (recentf-cleanup): Changed to remove excluded file
14107 too.
14108 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14109 action to select/unselect a file.
14110 (recentf-edit-list): Code cleanup and improvement.
14111 (recentf-open-more-files-action): `recentf-open-more-files' button
14112 widget action to open a file.
14113 (recentf-open-more-files): No more use standard completion but
14114 widgets.
14115 (recentf-more-collection): Deleted.
14116 (recentf-more-history): Deleted.
14117 (recentf-setup-more-completion): Deleted.
14118
141192000-03-01 David Ponce <david.ponce@wanadoo.fr>
14120
14121 * recentf.el (recentf-mode): No more needs that Emacs is running
14122 under a window-system.
14123
141241999-03-01 David Ponce <david.ponce@wanadoo.fr>
14125
14126 * recentf.el (recentf-edit-list): New command to edit the recent
14127 list which allow the user to remove files.
14128 (recentf-edit-selected-items): New global variable, used by
14129 `recentf-edit-list' to hold the list of files to be removed from
14130 the recent list.
14131 (recentf-make-menu-items): Updated to display a "Edit list..."
14132 menu item. Minor code cleanup.
14133
141341999-03-01 David Ponce <david.ponce@wanadoo.fr>
14135
14136 * recentf.el (recentf-open-more-files): New command to open files
14137 that are not displayed in the menu.
14138 (recentf-more-collection): New global variable holding the set of
14139 permissible completions used by `recentf-open-more-files'.
14140 (recentf-more-history): New global variable holding the history list
14141 used by `recentf-open-more-files' completion.
14142 (recentf-setup-more-completion): New function to setup completion for
14143 `recentf-open-more-files'.
14144 (recentf-make-menu-items): Updated to display a "More..." menu item.
14145
141461999-03-01 David Ponce <david.ponce@wanadoo.fr>
14147
14148 * recentf.el (recentf-menu-action): Doc fixed.
14149
141501999-03-01 David Ponce <david.ponce@wanadoo.fr>
14151
14152 * recentf.el (recentf-menu-filter): Doc updated.
14153 (recentf-update-menu-hook): Allow menu filters to force menu update.
14154 (recentf-make-menu-items): New menu filter handling.
14155 (recentf-make-menu-item): New helper function.
14156 (recentf-menu-elements): New menu handling function.
14157 (recentf-sort-ascending): Updated to new menu filter handling.
14158 (recentf-sort-descending): Updated to new menu filter handling.
14159 (recentf-sort-basenames-ascending): New menu filter function.
14160 (recentf-sort-basenames-descending): New menu filter function.
14161 (recentf-show-basenames): New menu filter function.
14162 (recentf-show-basenames-ascending): New menu filter function.
14163 (recentf-show-basenames-descending): New menu filter function.
14164
141652000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14166
14167 * diary-lib.el (list-diary-entries): Don't try to go forward at
14168 the end of the buffer.
14169
141702000-02-29 Kenichi Handa <handa@etl.go.jp>
14171
14172 * international/mule-diag.el (list-character-sets): Completely
14173 rewritten.
14174 (sort-listed-character-sets): New function.
14175 (list-character-sets-1): Completely rewritten.
14176 (list-character-sets-2): New function.
14177 (non-iso-charset-alist): New variable.
14178 (decode-codepage-char): New function.
14179 (charset-history): New variable.
14180 (read-charset) (list-block-of-chars)
14181 (list-iso-charset-chars)
14182 (list-non-iso-charset-chars)
14183 (list-charset-chars): New functions.
14184 (mule-diag): Call list-character-sets-2, not
14185 list-character-sets-2.
14186 (dump-charsets): Likewise.
14187
141882000-02-29 Gerd Moellmann <gerd@gnu.org>
14189
14190 * dired-x.el (dired-filename-at-point): Add `@' to valid
14191 file name characters.
14192 (dired-filename-at-point): Handle ange-ftp file names.
14193
14194 * frame.el (frame-notice-user-settings): Use assq-delete-all
14195 instead of assoc-delete-all.
14196 (frame-notice-user-settings): Ditto.
14197
14198 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14199 Don't copy alist.
14200
142012000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14202
14203 * calculator.el (calculator-use-menu): New option.
14204 (calculator-initial-bindings): Changed some bindings to work as
14205 macros.
14206 (calculator-forced-input): Removed.
14207 (calculator-restart-other-mode): New variable.
14208 (calculator-mode-map): Set up menu.
14209
142102000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14211
14212 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14213 tags.
14214
142152000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14216
14217 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14218 translate all ESC key sequences.
14219 (viper-goto-mark-subr): restore markers for files for which
14220 they were saved.
14221 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14222 * viper-util.el (viper-set-replace-overlay-glyphs,
14223 viper-set-replace-overlay): always check if the replacement
14224 overlay is live.
14225 * viper.el (viper-vi-state-mode-list): added major modes.
14226 * ediff-wind.el: minor comment changes.
14227 * ediff.el: copyright notice date fix.
14228
142292000-02-27 Jason Rumney <jasonr@gnu.org>
14230
14231 * faces.el (face-font-family-alternatives): Add arial to helv.
14232 (mode-line, header-line, tool-bar): Same default as x for w32.
14233 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14234 face-font-family-alternatives from working.
14235 * term/w32-win.el (mouse-set-font): Do not build fontset from
14236 chosen font.
14237
142382000-02-25 Sam Steingold <sds@goems.com>
14239
14240 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14241 properly.
14242
142432000-02-25 Richard M. Stallman <rms@gnu.org>
14244
14245 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14246
142472000-02-25 Gerd Moellmann <gerd@gnu.org>
14248
14249 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14250 writable.
14251
14252 * frame.el (busy-cursor-delay-seconds): New option.
14253
142542000-02-24 Gerd Moellmann <gerd@gnu.org>
14255
14256 * frame.el (show-cursor-in-non-selected-windows): New option.
14257
142582000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14259
14260 * diary-lib.el (include-other-diary-files): Undo the selective
14261 display in any included file and don't kill it.
14262
142632000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14264
14265 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14266 bar. Menu items converted to (menu-item format, help strings
14267 added.
14268 [downcase, upcase]: Don't enable on MS-DOS.
14269 [symlink, symlinks]: Don't show if make-symbolic-link is not
14270 bound.
14271 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14272
142732000-02-23 Dave Love <fx@gnu.org>
14274
14275 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14276 (backward-kill-word): Revert addition of * to interactive spec --
14277 it's a feature.
14278
14279 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14280 (backward-kill-sentence, kill-sentence): Likewise.
14281
14282 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14283 scratch buffer name.
14284 (gud-format-command): Use int-to-string in ?l case. Simplify
14285 slightly.
14286
14287 * term/w32-win.el (internal-face-interactive): Update prompt for
14288 new read-face-name.
14289
14290 * mail/footnote.el (footnote): Add :version to defgroup.
14291 (footnote-section-tag-regexp): Customize.
14292 (footnote-start-tag, footnote-end-tag): New option.
14293 (footnote-latin-regexp): New variable.
14294 (Footnote-latin): New function.
14295 (footnote-style-alist): Add element for latin style.
14296 (footnote-style): Moved.
14297 (Footnote-goto-footnote): Use eq to test arg.
14298
14299 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14300
14301 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14302 (byte-compile-trueconstp): Include keywords.
14303 (byte-optimize-quote, byte-optimize-lapcode): Use
14304 byte-compile-const-symbol-p.
14305 (byte-optimize-char-before): New optimization.
14306
14307 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14308 (byte-compile-const-symbol-p): New function.
14309 (byte-compile-constp, byte-compile-out-toplevel)
14310 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14311 Use it.
14312
14313 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14314
143152000-02-23 Kenichi Handa <handa@etl.go.jp>
14316
14317 * international/encoded-kb.el: Be sure to update minor-mode-alist
14318 and minor-mode-map-alist.
14319 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14320 codes SS2 and SS3 correctly.
14321 (encoded-kbd-self-insert-ccl): New function.
14322 (encoded-kbd-setup-keymap): New function.
14323 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14324 by calling encoded-kbd-setup-keymap.
14325
14326 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14327 characters.
14328 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14329 locally.
14330
143312000-02-22 Dave Love <fx@gnu.org>
14332
14333 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14334 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14335 defvar.
14336 (lisp-mode-syntax-table): Set up for #|...|# comments.
14337 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14338 classes. Match `defface'.
14339 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14340 (eval-defun-1): Fix for defcustom.
14341 (lisp-indent-region): Doc fix.
14342
14343 * subr.el (when, unless, split-string): Doc fix.
14344 (read-passwd): Move call of clear-this-command-keys to the right
14345 place.
14346 (replace-regexps-in-string): New function.
14347
143482000-02-22 Gerd Moellmann <gerd@gnu.org>
14349
14350 * help.el (describe-variable): Set syntax table to
14351 emacs-lisp-mode-syntax-table when moving forward over the
14352 symbol's name.
14353
143542000-02-22 Dave Love <fx@gnu.org>
14355
14356 * xt-mouse.el: Doc fixes.
14357 (xterm-mouse-position-function): New function, replacing advice of
14358 mouse-position.
14359 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14360
14361 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14362
143632000-02-21 Gerd Moellmann <gerd@gnu.org>
14364
14365 * format.el (format-annotate-single-property-change): Handle
14366 properties.with dotted-list values.
14367 (format-proper-list-p): New function.
14368
14369 * enriched.el (enriched-face-ans): Handle '(foreground-color
14370 . COLOR) and (background-color . COLOR).
14371
143722000-02-20 Dave Love <fx@gnu.org>
14373
14374 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14375 and assignments to it.
14376 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14377 current local map.
14378 (make-flyspell-overlay): Use it.
14379 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14380
14381 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14382 (lm-get-header-re): Defun, not defsubst.
14383 (lm-get-package-name): Defun, not defsubst. Simplify.
14384 (lm-version): Doc fix. Simplify.
14385 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14386 (lm-crack-address, lm-last-modified-date, lm-commentary)
14387 (lm-verify, lm-synopsis): Simplify.
14388 (lm-report-bug): Require emacsbug. Use compose-mail.
14389
143902000-02-20 Gerd Moellmann <gerd@gnu.org>
14391
14392 * dired.el (dired-mode): Call propertized-buffer-identification
14393 to set mode-line-buffer-identification to something having
14394 the right text properties.
14395
14396 * bindings.el (propertized-buffer-identification): New function.
14397
143982000-02-20 Dave Love <fx@gnu.org>
14399
14400 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14401 check for t-mouse too.
14402
14403 * cus-start.el: Make echo-keystrokes `number'.
14404
144052000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14406
14407 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14408 Don't call ring-empty-p unless tags-location-ring is bound.
14409 From Noah Friedman <friedman@splode.com>.
14410
144112000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14412
14413 * progmodes/hideshow.el (hs-flag-region): No longer use
14414 `intangible' overlay property.
14415
14416 (hs-toggle-hiding): New command.
14417 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14418
14419 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14420 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14421 and deactivation.
14422
144232000-02-18 Gerd Moellmann <gerd@gnu.org>
14424
14425 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14426
144272000-02-17 Gerd Moellmann <gerd@gnu.org>
14428
14429 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14430
14431 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14432 of `*' to handle `(* ... *)' comments.
14433
144342000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14435
14436 * faces.el (list-faces-display): Use display-mouse-p instead of
14437 window-system.
14438
14439 * menu-bar.el (global-map): Menu-bar items converted to the new
14440 format (menu-item..., rearranged for better CUA compliance, and
14441 their names changed for better clarity. Help strings added.
14442
14443 * international/mule-cmds.el (mule-menu-keymap)
14444 (describe-language-environment-map, set-coding-system-map)
14445 (setup-language-environment-map): Convert to new (menu-item...
14446 form, add help strings. Change names of menu items for better
14447 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14448 submenu).
14449
144502000-02-17 Gerd Moellmann <gerd@gnu.org>
14451
14452 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14453 within the code.
14454
144552000-02-16 Dave Love <fx@gnu.org>
14456
14457 * faces.el: Don't require custom. Add more specific :groups to
14458 various deffaces.
14459 (set-face-attribute): Purecopy args.
14460 (read-face-name): Default to name at point and use it in prompt.
14461 Remove colon from arg in all callers.
14462 (list-faces-display): Hyperlink to face descriptions and customize
14463 buffers.
14464
144652000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14466
14467 * wid-edit.el (widget-match-inline): An atom never matches a
14468 list.
14469
144702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14471
14472 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14473 at ':' characters by call to split-string.
14474
144752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14476
14477 * textmodes/bibtex.el: Added RCS version identification.
14478
144792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14480
14481 * textmodes/bibtex.el: Some temporary comments removed.
14482 (bibtex-field-name, bibtex-entry-type): Made the relationship
14483 explicit.
14484 (bibtex-field-const): Allow capital letters.
14485 (bibtex-start-of-string): Deleted because unused.
14486
14487 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14488 use the term 'reference' to describe a bibtex entry as a whole.
14489 Further, reference keys are no longer called 'labels'.
14490 (bibtex-keys): Renamed to bibtex-reference-keys.
14491 (bibtex-reformat-previous-labels): Renamed to
14492 bibtex-reformat-previous-reference-keys.
14493 (bibtex-reference-type): Renamed to bibtex-entry-type.
14494 (bibtex-reference-head): Renamed to bibtex-entry-head.
14495 (bibtex-reference-maybe-empty-head): Renamed to
14496 bibtex-entry-maybe-empty-head.
14497 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14498 (bibtex-search-reference): Renamed to bibtex-search-entry.
14499 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14500 bibtex-enclosing-entry-maybe-empty-head.
14501 (bibtex-entry-field-alist, bibtex-entry-head,
14502 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14503 bibtex-map-entries, bibtex-search-entry,
14504 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14505 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14506 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14507 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14508 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14509 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14510 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14511
145122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14513
14514 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14515 comment.
14516 (bibtex-format-field-delimiters): New function, functionality
14517 extracted from bibtex-format-entry.
14518 (bibtex-autokey-get-yearfield-digits): New function, functionality
14519 extracted from bibtex-autokey-get-yearfield.
14520
14521 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14522 entries in order to avoid stack overflow in the regexp matcher if
14523 field contents become large.
14524 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14525 bibtex-field-string-part-not-braced,
14526 bibtex-field-string-part-no-inner-braces,
14527 bibtex-field-string-part-1-inner-brace,
14528 bibtex-field-string-part-2-inner-braces,
14529 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14530 bibtex-field-string-quoted, bibtex-field-string,
14531 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14532 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14533 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14534 as parsing is now performed by the following functions.
14535 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14536 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14537 bibtex-parse-field-string, bibtex-search-forward-field-string,
14538 bibtex-parse-association, bibtex-field-name-for-parsing,
14539 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14540 bibtex-search-forward-field, bibtex-search-backward-field,
14541 bibtex-start-of-field, bibtex-end-of-field,
14542 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14543 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14544 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14545 bibtex-parse-string, bibtex-search-forward-string,
14546 bibtex-search-backward-string, bibtex-start-of-string,
14547 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14548 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14549 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14550 entries. Instead of reporting the results of the parsing by
14551 match-beginning or match-end, these functions return data structures
14552 that hold the corresponding positions.
14553 (bibtex-enclosing-field): Changed to also report field boundaries by
14554 return values rather than by match-beginning or match-end. The
14555 following functions have been adapted to use the new parsing
14556 functions.
14557 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14558 bibtex-enclosing-field, bibtex-format-entry,
14559 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14560 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14561 bibtex-print-help-message, bibtex-end-of-entry,
14562 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14563 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14564 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14565 method for parsing.
14566 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14567 bibtex-map-entries, bibtex-flash-head,
14568 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14569 bibtex-autokey-change, bibtex-autokey-get-namefield,
14570 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14571 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14572 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14573 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14574 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14575 order to make the new binding of case-fold-search immediately
14576 visible.
14577
145782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14579
14580 * textmodes/bibtex.el: Copyright notice is up to date.
14581 Added constant 'bibtex-maintainer-salutation.
14582
14583 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14584 than make-temp-name, use match-string-no-properties and eliminate
14585 a quadratic behavior when building bibtex-strings.
14586
14587 * bibtex.el (bibtex-reference-key): Accept string entries whose
14588 reference key contains upper case letters.
14589
145902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14591
14592 * bibtex.el (bibtex-reference-head): Allow entries to start with
14593 a new line.
14594
145952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14596
14597 * bibtex.el: Hiding of entry bodies is not longer provided by
14598 bibtex.el directly. Instead the hideshow package can be used.
14599 Added a special bibtex entry to hs-special-modes-alist.
14600 (bibtex-hs-forward-sexp): Added for hideshow.el.
14601
146022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14603
14604 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14605 at ':' characters by call to split-string.
14606
146072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14608
14609 * textmodes/bibtex.el: Added RCS version identification.
14610
146112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14612
14613 * textmodes/bibtex.el: Some temporary comments removed.
14614 (bibtex-field-name, bibtex-entry-type): Made the relationship
14615 explicit.
14616 (bibtex-field-const): Allow capital letters.
14617 (bibtex-start-of-string): Deleted because unused.
14618
14619 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14620 use the term 'reference' to describe a bibtex entry as a whole.
14621 Further, reference keys are no longer called 'labels'.
14622 (bibtex-keys): Renamed to bibtex-reference-keys.
14623 (bibtex-reformat-previous-labels): Renamed to
14624 bibtex-reformat-previous-reference-keys.
14625 (bibtex-reference-type): Renamed to bibtex-entry-type.
14626 (bibtex-reference-head): Renamed to bibtex-entry-head.
14627 (bibtex-reference-maybe-empty-head): Renamed to
14628 bibtex-entry-maybe-empty-head.
14629 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14630 (bibtex-search-reference): Renamed to bibtex-search-entry.
14631 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14632 bibtex-enclosing-entry-maybe-empty-head.
14633 (bibtex-entry-field-alist, bibtex-entry-head,
14634 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14635 bibtex-map-entries, bibtex-search-entry,
14636 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14637 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14638 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14639 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14640 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14641 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14642 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14643
146442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14645
14646 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14647 comment.
14648 (bibtex-format-field-delimiters): New function, functionality
14649 extracted from bibtex-format-entry.
14650 (bibtex-autokey-get-yearfield-digits): New function, functionality
14651 extracted from bibtex-autokey-get-yearfield.
14652
14653 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14654 entries in order to avoid stack overflow in the regexp matcher if
14655 field contents become large.
14656 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14657 bibtex-field-string-part-not-braced,
14658 bibtex-field-string-part-no-inner-braces,
14659 bibtex-field-string-part-1-inner-brace,
14660 bibtex-field-string-part-2-inner-braces,
14661 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14662 bibtex-field-string-quoted, bibtex-field-string,
14663 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14664 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14665 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14666 as parsing is now performed by the following functions.
14667 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14668 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14669 bibtex-parse-field-string, bibtex-search-forward-field-string,
14670 bibtex-parse-association, bibtex-field-name-for-parsing,
14671 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14672 bibtex-search-forward-field, bibtex-search-backward-field,
14673 bibtex-start-of-field, bibtex-end-of-field,
14674 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14675 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14676 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14677 bibtex-parse-string, bibtex-search-forward-string,
14678 bibtex-search-backward-string, bibtex-start-of-string,
14679 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14680 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14681 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14682 entries. Instead of reporting the results of the parsing by
14683 match-beginning or match-end, these functions return data structures
14684 that hold the corresponding positions.
14685 (bibtex-enclosing-field): Changed to also report field boundaries by
14686 return values rather than by match-beginning or match-end. The
14687 following functions have been adapted to use the new parsing
14688 functions.
14689 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14690 bibtex-enclosing-field, bibtex-format-entry,
14691 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14692 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14693 bibtex-print-help-message, bibtex-end-of-entry,
14694 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14695 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14696 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14697 method for parsing.
14698 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14699 bibtex-map-entries, bibtex-flash-head,
14700 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14701 bibtex-autokey-change, bibtex-autokey-get-namefield,
14702 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14703 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14704 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14705 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14706 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14707 order to make the new binding of case-fold-search immediately
14708 visible.
14709
147102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14711
14712 * textmodes/bibtex.el: Copyright notice is up to date.
14713 Added constant 'bibtex-maintainer-salutation.
14714
14715 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14716 than make-temp-name, use match-string-no-properties and eliminate
14717 a quadratic behavior when building bibtex-strings.
14718
14719 * bibtex.el (bibtex-reference-key): Accept string entries whose
14720 reference key contains upper case letters.
14721
147222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14723
14724 * bibtex.el (bibtex-reference-head): Allow entries to start with
14725 a new line.
14726
147272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14728
14729 * bibtex.el: Hiding of entry bodies is not longer provided by
14730 bibtex.el directly. Instead the hideshow package can be used.
14731 Added a special bibtex entry to hs-special-modes-alist.
14732 (bibtex-hs-forward-sexp): Added for hideshow.el.
14733
147342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14735
14736 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14737 proceedings entry type (for cross referencing). Thanks to Wagner
14738 Toledo Correa for the suggestion.
14739
14740 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14741
147422000-02-14 Kenichi Handa <handa@etl.go.jp>
14743
14744 * international/characters.el: Setup case table for Vietnamese.
14745
147462000-02-12 Gerd Moellmann <gerd@gnu.org>
14747
14748 * uniquify.el (toplevel): Require CL at compile time.
14749 (uniquify-push): Removed.
14750
14751 * shadowfile.el (shadow-when): Removed.
14752
14753 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14754 (tempo-process-and-insert-string): Use dolist instead of
14755 tempo-dolist.
14756
14757 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14758 regexp for paragraph-start.
14759
14760 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14761 commas as well.
14762
147632000-02-10 Dave Love <fx@gnu.org>
14764
14765 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14766 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14767 Deleted.
14768 (widget-specify-field, widget-specify-button): Don't use
14769 widget-mouse-help as help-echo property.
14770 (default): Use #'ignore for :validate and :mouse-down-action.
14771 (checkbox): Add help-echo.
14772 (widget-sexp-validate): Rewritten to clarify error messages.
14773 (character): Use char-valid-p in :match function.
14774 (widget-color-complete): Use facemenu-color-alist.
14775 (widget-color-action): Use facemenu-read-color.
14776
14777 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14778 set up `caar' &c that we now have.
14779
147802000-02-09 Ray Blaak <blaak@gnu.org>
14781
14782 * delphi.el: Make resourcestring a declaration region, like const
14783 and var.
14784
147852000-02-09 Dave Love <fx@gnu.org>
14786
14787 * bindings.el (mode-line-input-method-map): New variable.
14788 (mode-line-mule-info): Use it; fix last change.
14789 (mode-line-mode-menu): Move definition.
14790 (mode-line-mouse-sensitive-p): Deleted.
14791 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14792 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14793 level.
14794
14795 * startup.el (command-line-1): Don't call
14796 make-mode-line-mouse-sensitive.
14797
147982000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14799
14800 * mail/rmail.el (rmail-retry-failure): Use
14801 rmail-beginning-of-message before rmail-toggle-header, because the
14802 former toggles headers.
14803
148042000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14805
14806 * diff-mode.el (diff-kill-junk): New interactive function.
14807 (diff-reverse-direction): Use delete-and-extract-region.
14808 (diff-post-command-hook): Restrict the area so that the hook also works
14809 outside of any diff hunk. This is necessary for the minor-mode.
14810 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14811 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14812
14813 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14814 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14815 so that it can be used more easily in <foo>-mode-hook. Also make sure
14816 to avoid duplicate entries.
14817 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14818 (font-lock-remove-keywords): Just as was done for `add', allow it to
14819 work even if font-lock-mode is nil. Also make sure we don't modify
14820 any pre-existing list by forcing a copy-sequence. Finally rename
14821 `major-mode' to `mode'.
14822 (font-lock-fontify-syntactic-anchored-keywords)
14823 (font-lock-fontify-anchored-keywords)
14824 (font-lock-fontify-keywords-region): Use line-end-position.
14825 Don't make `font-lock-multiline' local (it's now done in
14826 font-lock-set-defaults).
14827 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14828 move the `font-lock-fontified' creation to inside the `unless'.
14829
148302000-02-06 Andrew Innes <andrewi@gnu.org>
14831
14832 * term/w32-win.el (x-handle-args): Comment out call to message,
14833 which occurs before window system is initialized.
14834
14835 * makefile.nt: Add support for recompiling lisp code.
14836
148372000-02-04 Dave Love <fx@gnu.org>
14838
14839 * bindings.el (mode-line-mule-info): Fix/extend last change.
14840
14841 * completion.el: Replace completion-dolist with dolist.
14842
14843 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14844 dotimes.
14845
148462000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14847
14848 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14849 environment names before they go into the section regexp.
14850
14851 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14852 char class in regexp.
14853
14854 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14855 `case-fold-search' to nil.
14856
14857 * progmodes/idlwave.el (idlwave-template): Respect
14858 `idlwave-abbrev-change-case'.
14859 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14860 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14861 idlwave-while): respect `idlwave-reserved-word-upcase'.
14862 (idlwave-rw-case): New function.
14863 (idlwave-statement-match): Fixed problem with assignment regexp.
14864 (idlwave-font-lock-keywords): Improved regexp for keyword
14865 parameters.
14866 (idlwave-surround): New argument LENGTH to support padding of
14867 operators longer than 1 char.
14868
14869 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14870 idlwave-shell-expression-overlay. Implemented printing of
14871 expressions on higher levels of the calling stack.
14872 (idlwave-shell-display-level-in-calling-stack): Restore stack
14873 level.
14874 (idlwave-retrieve-expression-from-level): New function.
14875 (idlwave-shell-last-calling-stack): Variable removed.
14876 (idlwave-shell-reset): Argument action reversed (`visible' to
14877 `hidden'). Also remove stop-line overlay.
14878 (idlwave-shell-calling-stack-routine): New variable.
14879 (idlwave-shell-parse-stack-and-display): Messages now display
14880 negative level numbers.
14881 (idlwave-shell-mode): Set `modeline-format'.
14882 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14883 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14884 21.
14885 (idlwave-shell-print-expression-function): New option.
14886
14887 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14888 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14889 `tool-bar' instead of `toolbar'.
14890
148912000-02-02 Dave Love <fx@gnu.org>
14892
14893 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14894 emacs-lisp-mode-hook. Don't check for defalias being defined.
14895
14896 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14897 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14898 the new builtins directly.
14899
14900 * whitespace.el (whitespace): Add :version to defgroup.
14901
14902 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14903 Doc fix.
14904
14905 * thingatpt.el (sexp-at-point, symbol-at-point)
14906 (number-at-point, list-at-point): Add autoload cookie.
14907
14908 * recentf.el (recentf): Add :version to defgroup.
14909
14910 * quickurl.el (quickurl): Add :version to defgroup.
14911
14912 * elide-head.el (elide-head): Use point-marker more.
14913
14914 * bs.el (bs): Add :version to defgroup.
14915
14916 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14917
14918 * progmodes/delphi.el (delphi): Add :version to defgroup.
14919
149202000-02-02 Gerd Moellmann <gerd@gnu.org>
14921
14922 * ange-ftp.el (ange-ftp-write-region): Handle case that
14923 succeeding process operation sets a different coding system.
14924
14925 * calculator.el: New file.
14926
149272000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14928
14929 * frame.el (frames-on-display-list, framep-on-display): New
14930 functions.
14931 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14932 (display-selections-p, display-screens, display-pixel-width)
14933 (display-pixel-height, display-mm-width, display-mm-height)
14934 (display-backing-store, display-save-under, display-planes)
14935 (display-color-cells, display-visual-class): New functions.
14936
14937 * term/tty-colors.el (tty-color-gray-shades): New function.
14938
14939 * faces.el (display-color-p): Use framep-on-display.
14940 (display-grayscale-p): New function.
14941
149422000-01-31 Dave Love <fx@gnu.org>
14943
14944 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14945 (create-fontset-from-x-resource): Don't concat integers.
14946
149472000-01-31 Inge Frick <inge@nada.kth.se>
14948
14949 * view.el: Some changes in documentation. Removed some trailing
14950 whitespace. Changed some parameter names to agree with
14951 documentation.
14952 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14953 window is not deleted. Modifies change 1998-04-26.
14954
149552000-01-31 Gerd Moellmann <gerd@gnu.org>
14956
14957 * windmove.el: New file.
14958
14959 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14960 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14961 progmodes/ebnf-yac.el: Update copyright and license info.
14962
14963 * jit-lock.el (jit-lock-function): Widen before calculating end
14964 position.
14965 (jit-lock-stealth-chunk-start): Rewritten.
14966
14967 * info.el (Info-title-face-alist): Removed.
14968 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14969 faces.
14970 (Info-fontify-node): Use these faces.
14971
149722000-01-30 Gerd Moellmann <gerd@gnu.org>
14973
14974 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14975 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14976 `&allow-other-keywords'.
14977
14978 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14979 the list of directories scanned heuristically.
14980
14981 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14982 exist.
14983
149842000-01-30 Jason Rumney <jasonr@gnu.org>
14985
14986 * w32-fns.el: Define w32-tty-standard-colors.
14987
14988 * startup.el (command-line): Use w32-tty-standard-colors when in
14989 w32 console mode.
14990
149912000-01-30 Dave Love <fx@gnu.org>
14992
14993 * jka-compr.el (jka-compr-load): Fix up load-history.
14994
14995 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14996
14997 * emacs-lisp/cl-macs.el: Revert previous change.
14998
149992000-01-29 Dave Love <fx@gnu.org>
15000
15001 * facemenu.el: Purecopy various strings.
15002
15003 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15004 years. Deal with three-digit years.
15005
15006 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15007 defconst, purecopy.
15008 (help-back-label): Purecopy it.
15009
150102000-01-18 Gerd Moellmann <gerd@gnu.org>
15011
15012 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15013 variable. If non-nil, order the buffer list according to the
15014 currently selected frame.
15015 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15016 non-nil, pass the selected frame to function buffer-list.
15017
150182000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15019
15020 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15021
150222000-01-28 Dave Love <fx@gnu.org>
15023
15024 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15025
15026 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15027 Don't use lisp-indent-hook property.
15028 (cl-abs): Remove.
15029
15030 * subr.el: Move out indent and edebug specs for when and unless.
15031
15032 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15033 when, unless.
15034
15035 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15036 unless, when.
15037
150382000-01-28 Gerd Moellmann <gerd@gnu.org>
15039
15040 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15041 `collecting' as synonym for `collect'.
15042
15043 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15044 for the case it contains spaces.
15045
15046 * simple.el (what-cursor-position): Change formatting of
15047 messages.
15048
15049 * frame.el (delete-other-frames): New function.
15050 (toplevel): Bind it to C-x 5 1.
15051
15052 * sort.el (sort-numeric-base): New option.
15053 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15054 interpret it as octal or hexadecimal. Use sort-numeric-base
15055 as default base.
15056
15057 * progmodes/glasses.el: New file.
15058
150592000-01-27 Gerd Moellmann <gerd@gnu.org>
15060
15061 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15062 userids differently.
15063
15064 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15065 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15066 progmodes/ebnf-yac.el: New files.
15067
150682000-01-26 Dave Love <fx@gnu.org>
15069
15070 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15071 on a function with an empty body. [From Eric Ludlam.]
15072
150732000-01-25 Andre Spiegel <spiegel@gnu.org>
15074
15075 * vc.el (vc-version-diff): Make sure file name is expanded.
15076
150772000-01-25 Gerd Moellmann <gerd@gnu.org>
15078
15079 * scroll-bar.el (scroll-bar-timer): Variable removed.
15080 (scroll-bar-toolkit-scroll): Don't use a timer.
15081
150822000-01-25 Kenichi Handa <handa@etl.go.jp>
15083
15084 * language/thai-util.el (thai-composition-function): Delete
15085 superfluous `a'.
15086
150872000-01-24 Dave Love <fx@gnu.org>
15088
15089 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15090 end-of-defun-function.
15091
15092 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15093 &c.
15094
150952000-01-22 Jason Rumney <jasonr@gnu.org>
15096
15097 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15098 conflicts with new face support.
15099
151002000-01-22 Richard M. Stallman <rms@gnu.org>
15101
15102 * replace.el (query-replace): Rename last arg to DELIMITED.
15103 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15104 (query-replace-regexp): Likewise.
15105
151062000-01-20 Richard M. Stallman <rms@gnu.org>
15107
15108 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15109
15110 * emacs-lisp/lisp.el (beginning-of-defun-function):
15111 Variable renamed from beginning-of-defun.
15112 Do not call make-variable-buffer-local.
15113 (beginning-of-defun-raw): Use new variable name; doc fix.
15114 (beginning-of-defun): Doc fix.
15115 (end-of-defun-function): Variable renamed from end-of-defun.
15116 Do not call make-variable-buffer-local.
15117 (end-of-defun): Use new variable name; doc fix.
15118
15119 * subr.el (dolist, dotimes): Copied from cl-macs.el
15120 and made to work.
15121
15122 * mail/undigest.el (rmail-digest-end-regexps):
15123 Variable replaces rmail-digest-end-regexp.
15124 Allows multiple regexps for detecting the end line.
15125 (undigestify-rmail-message): Corresponding changes.
15126
151272000-01-19 Dave Love <fx@gnu.org>
15128
15129 * files.el (user-init-file): Don't declare here -- is primitive.
15130
15131 * startup.el (command-line): Check for compiled user-init-file and
15132 set to uncompiled version if necessary.
15133
151342000-01-18 Gerd Moellmann <gerd@gnu.org>
15135
15136 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15137 (undigestify-rmail-message): Use it.
15138
15139 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15140
151412000-01-17 Gerd Moellmann <gerd@gnu.org>
15142
15143 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15144 of mini-buffer.
15145
151462000-01-14 Gerd Moellmann <gerd@gnu.org>
15147
15148 * emacs-lisp/copyright.el (copyright-update): Removed the
15149 requirement for a trailing space from `copyright-regexp', to
15150 support copyrights with owner specified on a separate line..
15151
15152 * align.el: New file.
15153
15154 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15155
15156 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15157
151582000-01-13 Dave Love <fx@gnu.org>
15159
15160 * ph.el: Removed. (Obsoleted by EUDC.)
15161
151622000-01-13 Gerd Moellmann <gerd@gnu.org>
15163
15164 * net/eudc.el (toplevel): Remove autoloaded code installing
15165 menu with easymenu, because that causes build problems.
15166
15167 * frame.el (frame-notice-user-settings): New variable.
15168 (frame-notice-user-settings): Don't modify frame parameters
15169 if called a second time.
15170
151712000-01-13 Richard M. Stallman <rms@gnu.org>
15172
15173 * frame.el (frame-notice-user-settings):
15174 Notice default-frame-parameters even for non-window frames.
15175
151762000-01-13 Gerd Moellmann <gerd@gnu.org>
15177
15178 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15179 for Emacs.
15180 (eudc-bob-can-display-inline-images): Extend for Emacs.
15181 (eudc-bob-toggle-inline-display): Ditto.
15182 (eudc-bob-display-jpeg): Ditto.
15183
151842000-01-12 Gerd Moellmann <gerd@gnu.org>
15185
15186 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15187 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15188 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15189
15190 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15191 nil)'.
15192
15193 * subdirs.el: Add `net' directory.
15194
15195 * net: New directory.
15196
15197 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15198 eval-last-sexp. Don't bind debug-on-error here.
15199 (eval-last-sexp): New function. Bind debug-on-error if
15200 eval-expression-debug-on-error is non-nil.
15201 (eval-defun-2, eval-defun): Likewise.
15202
15203 * simple.el (eval-expression): Don't bind debug-on-error if
15204 eval-expression-debug-on-error is nil. Detect changed
15205 debug-on-error, and propagate new value to global binding, if
15206 eval-expression-debug-on-error is non-nil,
15207 (eval-expression-debug-on-error): Change doc string.
15208
152092000-01-11 Richard M. Stallman <rms@gnu.org>
15210
15211 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15212
15213 * emacs-lisp/lisp-mode.el (with-syntax-table):
15214 Set up lisp-indent-function property.
15215
15216 * subr.el (with-syntax-table): Moved from simple.el.
15217
15218 * simple.el (with-syntax-table): Moved to subr.el.
15219
152202000-01-11 Gerd Moellmann <gerd@gnu.org>
15221
15222 * tmm.el (tmm-shortcut): Delete region after prompt instead
15223 of erasing buffer.
15224
15225 * textmodes/fill.el (fill-common-string-prefix): New function.
15226 (fill-context-prefix): Use the longest common prefix of first
15227 and second line fill prefix, if there is one.
15228
152292000-01-11 Richard M. Stallman <rms@gnu.org>
15230
15231 * array.el (array-mode): Don't use make-variable-buffer-local.
15232 Use make-local-variable for `truncate-lines'.
15233
152342000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15235
15236 * add-log.el (add-log-current-defun): Handle user-defined
15237 add-log-current-function returning nil,
15238
15239 * add-log.el (add-change-log-entry): Insert version number
15240 if having found a current function
15241
15242 * add-log.el (add-log-current-defun): Call
15243 `add-log-current-defun-function'. Try matches at level 0 and
15244 level 1. Strip whitespace from defun found.
15245
152462000-01-10 John Wiegley <johnw@gnu.org>
15247
15248 * allout.el (isearch-done/outline-provisions): Added `edit'
15249 argument to correspond with the current definition of
15250 `isearch-done'.
15251
152522000-01-10 Dave Love <fx@gnu.org>
15253
15254 * elide-head.el (elide-head): Use point-marker, not point.
15255
152562000-01-10 Gerd Moellmann <gerd@gnu.org>
15257
15258 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15259 before and after the year 2000.
15260
15261 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15262 Add ispell- prefix.
15263
152642000-01-10 Ken Stevens <k.stevens@ieee.org>
15265
15266 * ispell.el: Only define dictionaries in menus when they exist.
15267 (version18p): New variable.
15268 (version20p): New variable.
15269 (xemacsp): New variable.
15270 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15271 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15272 (ispell-dictionary-alist6): Russian command lines no longer accept
15273 run-together words.
15274 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15275 (ispell-dictionary-alist): Add koi8-r to customize definition.
15276 (check-ispell-version): Added documentation string. Returns
15277 library path when called non-interactively.
15278 (ispell-menu-map-needed): Uses new variables.
15279 (ispell-library-path): New variable.
15280 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15281 (ispell-word): Improved documentation string. Test for valid
15282 character mappings. Correctly check typed in word changes that can
15283 result in single words split into multiple words. Returns
15284 replacement word.
15285 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15286 replace in recursive query replace mode. Help message for
15287 recursive edit mode.
15288 (ispell-show-choices): Protect against bad framepop bindings.
15289 (ispell-help): Fix to work with XEmacs.
15290 (ispell-highlight-spelling-error): Use new variables.
15291 (ispell-overlay-window): Fix to work with XEmacs.
15292 (ispell-parse-output): Passed and returns location information
15293 tracking spelling corrections. Doesn't recheck same word on
15294 current line.
15295 (ispell-init-process): Protect against bogus XEmacs variable binding.
15296 Fix call to single argument in sleep-for. Use new variables.
15297 (ispell-region): Passed and returns location information tracking
15298 spelling corrections. Doesn't check same word on current line.
15299 Improved documentation string. Doesn't resend a line already
15300 checked to the ispell process - fixes bug in LaTeX parsing.
15301 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15302 (ispell-skip-region): No longer skips <TT> in SGML.
15303 (ispell-process-line): Tracks location information with spelling
15304 corrections. Added documentation string. Accounts for words
15305 already accepted on this line. Don't allow query-replace on line
15306 starting with math characters. Doesn't resend a line already sent
15307 to ispell process. Fixes alignment error bug.
15308
153092000-01-10 Richard M. Stallman <rms@gnu.org>
15310
15311 * dired-x.el (dired-guess-shell-alist-default):
15312 Suggest xloadimage, which is free, not xv, which isn't.
15313
15314 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15315 Don't ever include the host name or user name in the value.
15316
153172000-01-09 Gerd Moellmann <gerd@gnu.org>
15318
15319 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15320 of a real newline.
15321
153222000-01-09 Stephen Eglen <stephen@gnu.org>
15323
15324 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15325 for .png files.
15326
153272000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15328
15329 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15330
153312000-01-09 Gerd Moellmann <gerd@gnu.org>
15332
15333 * progmodes/cperl-mode.el: Replace ^F with ^L.
15334
15335 * sendmail.el (toplevel): Provide `sendmail' when compiling
15336 before `require'ing rmail and mailalias to prevent infinite
15337 recursion.
15338
153392000-01-08 Dave Love <fx@gnu.org>
15340
15341 * emacs-lisp/backquote.el: Remove inappropriate customization
15342 (allowing custom.el to use backquote).
15343
153442000-01-07 Dave Love <fx@gnu.org>
15345
15346 * add-log.el (add-log-debugging): Deleted.
15347 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15348 file. Remove debugging code.
15349 (change-log-get-method-definition, change-log-name): Add doc.
15350 (change-log-sortable-date-at): New function.
15351 (change-log-merge): New command.
15352
15353 * time.el (display-time-string-forms): Make the Mail string active.
15354 (display-time-update): Provide help-echo for load average.
15355
15356 * bindings.el (make-mode-line-mouse2-map): New function.
15357 (mode-line-modified): Use it and simplify.
15358 (mode-line-mule-info): Provide help-echo info.
15359 (minor-mode-alist): Activate the strings.
15360 (make-mode-line-mouse-sensitive): Simplify for
15361 mode-line-buffer-identification.
15362
153632000-01-07 Gerd Moellmann <gerd@gnu.org>
15364
15365 * play/pong.el: New file.
15366
153672000-01-06 Dave Love <fx@gnu.org>
15368
15369 * array.el: Assorted cleanups for compiler warnings, doc strings,
15370 `array-' prefix for symbols.
15371
153722000-01-05 Dave Love <fx@gnu.org>
15373
15374 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15375 outline-headers-as-kill.
15376 (outline-mode): Define imenu-generic-expression.
15377 (outline-headers-as-kill): New command.
15378
15379 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15380 from paragraph-start.
15381 (paragraph-indent-minor-mode): New command.
15382
15383 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15384 M-C-e, M-C-h, C-j, C-xnd, TAB.
15385 (fortran-mode): Set beginning-of-defun, end-of-defun.
15386 (fortran-column-ruler): Simplify.
15387 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15388 (fortran-with-subprogram-narrowing): Likewise.
15389 (fortran-indent-subprogram): Call mark-defun.
15390 (fortran-check-for-matching-do): Change narrowing.
15391
15392 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15393 (cl-lucid-hash-tag): Delete.
15394 (cl-hash-table-p): Correct test for native table.
15395 (cl-hash-table-count): Use hash-table-count.
15396
15397 * browse-url.el (browse-url): Fix case of
15398 browse-url-browser-function being an alist.
15399
154002000-01-05 Carsten Dominik <cd@gnu.org>
15401
15402 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15403 (reftex-index-phrase-file-extension): New options.
15404
15405 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15406 Use new option `reftex-index-phrase-file-extension'.
15407
15408 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15409 `reftex-parse-file-extension'.
15410
154112000-01-05 Dave Love <fx@gnu.org>
15412
15413 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15414 (beginning-of-defun-raw): Use it.
15415 (end-of-defun): New variable.
15416 (end-of-defun): Use it.
15417 (check-parens): New command.
15418
154192000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15420
15421 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15422 (hs-show-block): Don't use `mapcar' when not accumulating.
15423
15424 Fix buglet in local variables initialization.
15425
154262000-01-05 Andreas Schwab <schwab@suse.de>
15427
15428 * hscroll.el (hscroll): Doc fix.
15429
154302000-01-05 Carsten Dominik <cd@gnu.org>
15431
15432 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15433 idlw-toolbar.
15434
15435 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15436 file idlw-rinfo.el.
15437 (idlwave-customize): load must read file idlw-shell.el.
15438 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15439
154402000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15441
15442 * progmodes/idlw-shell.el: Also provide idlwave-shell
15443 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15444 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15445
15446 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15447 both reftex-dcr and reftex-vcr.
15448
15449 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15450
154512000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15452
15453 * ps-print.el: PostScript code now is in separate files, doc fix.
15454 (ps-print-version): New version number (5.0.3).
15455 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15456 local.
15457 (ps-spool-config): Initialization fix.
15458 (ps-print-prologue-1, ps-print-prologue-2)
15459 (ps-print-duplex-feature): PostScript code moved to separated file.
15460 (ps-background-image): Little code reformating.
15461 (ps-begin-file, ps-begin-job): Fix code.
15462 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15463 (ps-prologue-file): New fun.
15464
154652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15466
15467 * ps-vars.el: Eliminated.
15468
15469 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15470 `;;;###autoload'.
15471
15472 * ps-print.el: ps-vars eliminated, doc fix.
15473 (ps-print-version): New version number (5.0.2).
15474 (ps-spool-config): Initialization fix.
15475 (ps-print-customize): New fun.
15476
154772000-01-04 Gerd Moellmann <gerd@gnu.org>
15478
15479 * autorevert.el (auto-revert-mode): Return value of
15480 auto-revert-mode.
15481
154822000-01-04 Dave Love <fx@gnu.org>
15483
15484 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15485 menu items.
15486
154872000-01-03 Dave Love <fx@gnu.org>
15488
15489 * elide-head.el (elide-head) [defgroup]: Add :version.
15490
15491 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15492 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15493 `cl-hash-table-p', not `hash-table-p'.
15494 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15495
154962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15497
15498 * faces.el (face-read-integer, read-face-attribute)
15499 (color-defined-p, color-values): unspecified-{f,b}g are now
15500 strings.
15501
155022000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15503
15504 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15505 at comment end, and re-insert them after filling.
15506
155072000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15508
15509 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15510 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15511 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15512
155132000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15514
15515 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15516 the new name of face-color-supported-p.
15517
15518 * term/w32-win.el (xw-defined-colors): Likewise.
15519
155202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15521
15522 * simple.el (completion-setup-function): Count completion-size
15523 from minibuffer-prompt-end, not from point-min.
15524
155252000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15526
15527 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15528 Pass the frame to tty-color-* functions.
15529 (display-color-p, frame-set-background-mode): Pass the frame to
15530 tty-display-color-p.
15531
15532 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15533 tty-color-alist.
15534 (tty-color-alist, tty-modify-color-alist): New functions.
15535 (tty-color-define, tty-color-clear, tty-color-approximate)
15536 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15537 an optional parameter FRAME.
15538
155392000-01-01 Gerd Moellmann <gerd@gnu.org>
15540
15541 * image.el (create-image, defimage): Don't assume image data is a
15542 string.
15543
15544 * image.el (defimage): Handle specifications containing :data
15545 instead of :file.
15546 (image-type-from-data): New function.
15547 (image-type-from-file-header): Use it.
15548 (create-image): Add parameter DATA-P.
15549
15550See ChangeLog.8 for earlier changes.
15551
15552;; Local Variables:
15553;; coding: iso-2022-7bit
15554;; End: