Clarify undisplayable characters, --unibyte, locales.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
595ded73
RS
12001-02-17 Richard M. Stallman <rms@gnu.org>
2
3 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4
f3f053f3
GM
52001-02-16 Gerd Moellmann <gerd@gnu.org>
6
7 * mouse.el (mouse-save-then-kill): If the distance from the new
8 point to the mark is equal to the distance of point from the new
9 point, move point instead of the mark.
10
11570a8f
DL
112001-02-16 Dave Love <fx@gnu.org>
12
13 * textmodes/flyspell.el (flyspell-get-word): Return string without
14 properties.
15
fb339cd5
EZ
162001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
17
18 * generic.el (generic-find-file-regexp): Doc fix.
19 (generic-ignore-files-regexp): New defcustom.
20 (generic-mode-find-file-hook): If the file's name matches the
21 regexp in `generic-ignore-files-regexp', don't enter
22 default-generic-mode. Doc fix.
23
c56b1c1b
GM
242001-02-16 Gerd Moellmann <gerd@gnu.org>
25
c220b753
GM
26 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
27 Add autoload cookies.
28
c56b1c1b
GM
29 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
30 of cal-tex-24.
31
0d140e65
EZ
322001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
33
81558867
EZ
34 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
35
0d140e65
EZ
36 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
37 the character class after the (optional) drive, to support file
38 names with embedded blanks.
39
713f7b15
SS
402001-02-15 Sam Steingold <sds@gnu.org>
41
42 * textmodes/tex-mode.el (tex-shell-running):
43 Check the process buffer too.
44
9a2a6f73
DL
452001-02-15 Dave Love <fx@gnu.org>
46
47 * battery.el (battery-status-function): Fix doc, :type.
48
49 * calendar/timeclock.el (timeclock-get-workday-function): Fix
50 :type.
51
fe10cef0
GM
522001-02-15 Gerd Moellmann <gerd@gnu.org>
53
54 * subr.el (read-passwd): Clear Lisp memory holding password.
55
126f5d4d
MB
562001-02-15 Miles Bader <miles@gnu.org>
57
58 * info.el (Info-copy-current-node-name): New function.
59 (Info-mode-menu): Add it to the menu.
60
92e98d63
RS
612001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
62
63 * international/mule-cmds.el (toggle-input-method): Doc fix.
64
dd4e0e55
SM
652001-02-13 Stefan Monnier <monnier@cs.yale.edu>
66
67 * replace.el (occur): Stop at end of buffer.
68
402dbbd1
EZ
692001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
70
71 * international/mule-cmds.el (set-input-method): Another doc fix.
72
e9fcba3d
GM
732001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
74
75 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
76
78ad1cd5
MB
772001-02-13 Miles Bader <miles@gnu.org>
78
713f7b15 79 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
80 (set-face-stipple): Treat a value of nil as being `unspecified'.
81
fce9d9dc
DL
822001-02-12 Dave Love <d.love@dl.ac.uk>
83
84 * international/latin1-disp.el: Doc fixes.
85 (latin1-display) <defgroup>: Add :link.
86 (latin1-display) <function>: Set variable latin1-display.
87
bc406911
EZ
882001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
89
90 * international/mule-cmds.el (set-input-method): Doc fix.
91
68514d48
EL
922001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
93
94 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
95 (speedbar-line-file): Return nil if not a file.
96 (speedbar-buffers-line-path): Return file for tags, and dir for files.
97
513bea45 982001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 99
513bea45
MK
100 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
101 for remote files.
bc406911 102 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 103 with raw-text.
713f7b15 104
513bea45 105 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 106
513bea45
MK
107 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
108 handling of the diff mode
713f7b15 109
513bea45 110 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 111
bc406911 112 * viper.texi: Fix typos.
713f7b15 113
521d4010
DL
1142001-02-11 Dave Love <fx@gnu.org>
115
36fd8e17
DL
116 * shadowfile.el: Doc fixes.
117 (shadow) <defgroup>: Add :link.
118 (shadowfile-unload-hook): New function.
119 (shadow-initialize): Use defalias, not fset.
120 (shadow-define-cluster, shadow-define-literal-group)
121 (shadow-define-regexp-group, shadow-initialize): Add autoload
122 cookie.
123
521d4010
DL
124 * international/mule.el: Doc and message fixes.
125
36fd8e17
DL
126 * international/ccl.el (define-ccl-program): Doc fix.
127
92395bbe
KH
1282001-02-11 Kenichi Handa <handa@etl.go.jp>
129
130 * faces.el (mode-line): Set :line-width property to -1.
131
103db06c
RS
1322001-02-10 Richard M. Stallman <rms@gnu.org>
133
08b78974
RS
134 * complete.el (partial-completion-mode): Doc fix.
135
103db06c
RS
136 * simple.el (delete-key-deletes-forward-mode):
137 Change `let' to `let*' to fix gross bug in last change.
138
139 * repeat.el (repeat): Don't let execute-kbd-macro alter
140 real-last-command.
141
a6a1ee53
EZ
1422001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * simple.el (eval-expression): Doc fix.
145
d2f288c6
DL
1462001-02-09 Dave Love <fx@gnu.org>
147
038f4ae3
DL
148 * imenu.el (imenu-generic-expression): Doc fix.
149
150 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
151 Juanma Barranquero.
152
d2f288c6
DL
153 * emacs-lisp/authors.el (authors): Expand `root' before running
154 find.
155
9804b846
KH
1562001-02-09 Kenichi Handa <handa@etl.go.jp>
157
158 * faces.el (set-face-attribute): Describe the case of a negative
159 value specified for :line-width.
160
532f5197
SM
1612001-02-08 Stefan Monnier <monnier@cs.yale.edu>
162
163 * which-func.el (which-func-mode): Invert which-func-mode-global.
164 Fix from Juanma Barranquero <lektu@uol.com.br>.
165
1d279666
DL
1662001-02-08 Dave Love <fx@gnu.org>
167
4681ca3a
DL
168 * wid-edit.el (widget-plist-convert-widget): Replace binding of
169 widget-plist-value-type.
170 (widget-alist-convert-widget): Replace binding of
171 widget-alist-value-type.
172
1d279666
DL
173 * textmodes/paragraphs.el (sentence-end): Doc fix.
174
175 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
176 `backward-line'.
177
532f5197
SM
178 * play/pong.el (pong-blank-color, pong-bat-color)
179 (pong-ball-color, pong-border-color, pong-left-key)
180 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
181 (pong-pause-key, pong-resume-key, pong-timer-delay):
182 * mail/mh-comp.el (mh-compose-letter-function):
183 * eshell/esh-mode.el (eshell-skip-prompt-function):
184 * emulation/viper-ex.el (ex-unix-type-shell-options):
185 * recentf.el (recentf-menu-filter):
186 * ps-print.el (ps-print-region-function):
187 * lpr.el (print-region-function):
188 * forms.el (forms-mode-hooks):
189 * dirtrack.el (dirtrack-directory-change-hook):
190 * cus-start.el (temp-buffer-show-function, display-buffer-function):
191 * textmodes/spell.el (spell-filter):
192 * textmodes/fill.el (adaptive-fill-function):
193 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
194 * progmodes/etags.el (find-tag-default-function):
195 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
196 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
197
6f676109
EZ
1982001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
199
751d3bc4
EZ
200 * emulation/viper-init.el (viper-fast-keyseq-timeout)
201 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
202 Meyering <jim@meyering.net>.
203
6f676109
EZ
204 * loadup.el: Revert last change.
205
d3c26cdf
KH
2062001-02-07 Kenichi Handa <handa@etl.go.jp>
207
208 * international/mule.el (transform-make-coding-system-args): Make
209 it work also for coding systems not using CCL.
210
44806980
EZ
2112001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
212
9889af08
EZ
213 * simple.el (previous-matching-history-element)
214 (next-matching-history-element): Doc fix.
215
44806980
EZ
216 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
217 specific part.
218
1e36ff68
DL
2192001-02-06 Dave Love <fx@gnu.org>
220
713f7b15 221 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
222 (add-log-buffer-file-name-function, add-log-file-name-function):
223 Fix :type.
224 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
225
c7ca58df
EZ
2262001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
227
fecd556a
EZ
228 * info.el (info-initialize): Remove the test for system-type when
229 invocation-directory is non-nil.
230
c7ca58df
EZ
231 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
232 of `font-lock-defaults' to `backward-paragraph' rather than nil.
233
587b5737
AI
2342001-02-06 Andrew Innes <andrewi@gnu.org>
235
236 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
237 absolute.
238
baf7eee4
GM
2392001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
240
241 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
242 buffers. When hi-lock turned on rather than only checking current
243 buffer for regexps, all buffers are checked. Moved activation of
244 font-lock to hi-lock-refontify. When font-lock turned off rather
245 than removing added highlighting just in current buffer, remove it
246 in all buffers. Changed edit menu text from "Automatic
247 Highlighting" to "Regexp Highlighting" Documentation for
248 highlighting phrases, minor documentation changes.
249 (hi-lock-set-file-patterns): Execute only if there are new or
250 existing file patterns.
251 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
252 unfontify and, if a support mode is active, will not refontify the
253 whole buffer. If necessary, turn on font lock. (Removed
254 font-lock-unfontify and font-lock support-mode-specific calls,
255 such as lazy-lock-fontify-window.)
256 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
257 patterns are found. Not useful now since find-file-hook is removed
258 if hi-lock is off, but may be needed for per-buffer hi-lock
259 activation.
260 (hi-lock-face-phrase-buffer): New function. Also added related
261 menu item and keybinding.
262 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
263 (hi-lock-process-phrase): New function.
264 (hi-lock-line-face-buffer): Doc fixes.
265 (hi-lock-face-buffer): Doc fixes.
266 (hi-lock-unface-buffer): Doc fixes.
713f7b15 267
36710aa6
GM
2682001-02-06 Gerd Moellmann <gerd@gnu.org>
269
270 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
271 dabbrev-ignored-regexps.
272
d3f22784
EZ
2732001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
274
275 * simple.el (kill-line): Doc fix.
276
5cb3c8d4
DL
2772001-02-05 Dave Love <fx@gnu.org>
278
279 * loadup.el: Revert last two changes -- bootstrapping works with
280 regenerated loaddefs.
281
e6297e7d
EZ
2822001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
283
1e14b095
EZ
284 * isearch.el (isearch-forward): Doc fix.
285
e6297e7d
EZ
286 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
287 of font-lock-defaults to backward-paragraph.
288
e16f52ce
GM
2892001-02-05 Gerd Moellmann <gerd@gnu.org>
290
291 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
292 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
293
01d19dd7
GM
2942001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
295
296 * ebnf2ps.el: Eliminate time-stamp functions.
297 (ebnf-version): New version (3.5).
298 (ebnf-eps-finish-and-write): Replace time-stamp functions by
299 format-time-string.
300
24886813
GM
3012001-02-05 Gerd Moellmann <gerd@gnu.org>
302
303 * simple.el (next-line): Goto end-of-line before inserting a newline.
304
65e70fc4
MB
3052001-02-05 Miles Bader <miles@gnu.org>
306
307 * image-file.el (insert-image-file): When visiting an image, also
308 set `truncate-lines' to t so that any fringe arrow looks correct.
309
482f06c9
KH
3102001-02-05 Kenichi Handa <handa@etl.go.jp>
311
312 * isearch.el (isearch-forward): Add description about input method
313 in the docsting.
314
02399da7
SM
3152001-02-04 Stefan Monnier <monnier@cs.yale.edu>
316
317 * skeleton.el (skeleton-internal-1): Always push the mark for @.
318
2c366083
EZ
3192001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * info.el (info-initialize): If installation-directory is nil, for
322 DOS/Windows systems try looking in a sibling of
323 invocation-directory.
324
bdadfce3
GM
3252001-02-02 Gerd Moellmann <gerd@gnu.org>
326
79fb38c0
GM
327 * wid-edit.el (widget-button-click): Fix last change.
328
bdadfce3
GM
329 * frame.el (frame-notice-user-settings): When resizing the initial
330 frame because the tool bar is off, also change the frame's top
331 position if a negative top position was specified.
332
33155ffb
MB
3332001-02-02 Miles Bader <miles@gnu.org>
334
335 * image-file.el (insert-image-file): When visiting an image,
336 suppress the cursor in the image buffer.
337
1355ba0c
DL
3382001-02-01 Dave Love <fx@gnu.org>
339
340 * progmodes/f90.el (f90-mode): Remove startup message.
341
fb758d2d 342 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 343
01acdb05
GM
3442001-02-01 Gerd Moellmann <gerd@gnu.org>
345
346 * startup.el (command-line): Fix code determining whether or not
347 to use delete-key-deletes-forward-mode.
348
5b1ee316
AS
3492001-02-01 Andre Spiegel <spiegel@gnu.org>
350
351 * vc.el (vc-diff-switches): New user option.
352 (vc-version-diff): Use it.
353 (vc-diff-switches-list): New macro.
354
355 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
356 customization options.
357 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
358
359 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
360
00b1e7a1
GM
3612001-02-01 Gerd Moellmann <gerd@gnu.org>
362
363 * msb.el (toplevel): Quote hook symbols.
364
85827036
KH
3652001-02-01 Kenichi Handa <handa@etl.go.jp>
366
8e028499 367 * international/mule.el (make-coding-system): Add description
3c948dde 368 about recognized properties in the docstring.
8e028499 369
85827036
KH
370 * international/mule-conf.el: Remove unused charsets
371 mac-roman-lower and mac-roman-upper.
372
7ccf7ab9
GM
3732001-01-31 Gerd Moellmann <gerd@gnu.org>
374
2441692d
GM
375 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
376 is in front of the left-margin, if any.
377
ee5cece0
GM
378 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
379 like `delete'.
380
381 * bindings.el: Define `kp-delete' like `delete' in
382 function-key-map.
383
7ccf7ab9
GM
384 * term/w32-win.el (mouse-set-font): Doc fix.
385
b4f30ec5 3862001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 387
b4f30ec5
GM
388 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
389 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
390 on already.
391
03e0fe6e
GM
3922001-01-31 Markus Rost <rost@math.ohio-state.edu>
393
394 * files.el (save-buffer): Don't give message if (buffer-file-name)
395 returns nil.
713f7b15 396
8f289acc
EZ
3972001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
398
cb4aae04
EZ
399 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
400
dbd98b19
EZ
401 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
402 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
403
8f289acc
EZ
404 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
405 display problems.
406
c12553c1
KH
4072001-01-31 Kenichi Handa <handa@etl.go.jp>
408
c7bf5db9
KH
409 * international/mule.el (charset-info): Fix docstring.
410
411 * international/mule-diag.el (describe-character-set): Check final
412 char valid before printing it.
c12553c1 413
14f16b9c
GM
4142001-01-30 Gerd Moellmann <gerd@gnu.org>
415
efaa080b
GM
416 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
417
eef93f99
GM
418 * frame.el (frame-notice-user-settings): Do the tool-bar
419 stuff only for graphical displays. Fix a braino.
713f7b15 420
14f16b9c
GM
421 * frame.el (frame-initialize): Create initial frame visible.
422 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 423 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
424
425 * startup.el (command-line): Remove manipulation of frame
426 height for tool bars.
427
4ad25e43
EZ
4282001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
429
430 * lpr.el: Compatibility with XEmacs and doc fixes.
431 (lpr-windows-system, lpr-lp-system): New vars.
432 (lpr-printer-switch): New defcustom.
433 (printer-name, lpr-command): Customization fix.
434 (print-region-1): Code fix.
435 (print-region-new-buffer, printify-region): Indentation fix.
436 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
437 functions.
438
e8f044a0
GM
4392001-01-29 Gerd Moellmann <gerd@gnu.org>
440
441 * msb.el (toplevel): Fix the eval-after-load.
442
850d5045
GM
4432001-01-29 Dave Love <fx@gnu.org>
444
762fe76e
DL
445 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
446
447 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
448
850d5045
GM
449 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
450 compiling.
451 (tcl-using-emacs-19-23): Consider Emacs 21+.
452 (tcl-help-directory-list, tcl-command-switches): Fix :type.
453 (tcl-add-emacs-menu): Supply menu name.
454 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
455
3a768251
GM
4562001-01-29 Gerd Moellmann <gerd@gnu.org>
457
458 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
459
274d02f7
SM
4602001-01-29 Stefan Monnier <monnier@cs.yale.edu>
461
462 * pcvs.el (cvs-mark-fis-dead): New function.
463 (cvs-mode-add): Use it.
464 (cvs-mode-add-change-log-entry-other-window):
465 Rebind change-log-default-name to itself rather than to nil.
466
ed5d446e
SS
4672001-01-29 Sam Steingold <sds@gnu.org>
468
efaa080b 469 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
470 `autoload' statements.
471
e2a80284
EZ
4722001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
473
8e1db7b3
EZ
474 * files.el (confirm-kill-emacs): Doc fix.
475
ff2a1c79
EZ
476 * frame.el (frame-initialize): Doc fix.
477
e7b0deaf
EZ
478 * time-stamp.el (time-stamp-string): Doc fix.
479
e2a80284
EZ
480 * woman.el (WoMan-log-1): Make the log buffer writable. From
481 Markus Rost <rost@math.ohio-state.edu>.
482
005913e4
GM
4832001-01-29 Gerd Moellmann <gerd@gnu.org>
484
485 * imenu.el (imenu-syntax-alist): Add autoload cookie for
486 the `make-variable-buffer-local'.
487
58622cc5
GM
4882001-01-29 Dave Love <fx@gnu.org>
489
490 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
491 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
492 autoload cookie.
493 (ansi-color-apply-sequence): Fix typo.
494
0404d031
GM
4952001-01-29 Gerd Moellmann <gerd@gnu.org>
496
ed5d446e 497 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
498 Postscript printing in black and white.
499
0404d031
GM
500 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
501 X-Mailman-Version, Precedence, List-Help, List-Post,
502 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
503 Content-Type, Content-Length.
504
3b6ed359
DL
5052001-01-29 Dave Love <fx@gnu.org>
506
ddd16e7a
DL
507 * elide-head.el (elide-head): Make overlay evaporate.
508
3b6ed359
DL
509 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
510 fix.
511
8005142f
EZ
5122001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * isearch.el (isearch-highlight): Don't punt if the display
515 doesn't support colors, since isearch faces are defined for
516 monochrome displays as well.
517
84728570
SS
5182001-01-27 Sam Steingold <sds@gnu.org>
519
520 * shell.el (shell-write-history-on-exit): Make sure that we are in
521 the shell buffer (M-x tex-file RET inserted the error message into
522 the TeX buffer).
523
e26f9ced
EZ
5242001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * simple.el (transient-mark-mode): Doc fix.
527
dc0274bd
GM
5282001-01-27 Gerd Moellmann <gerd@gnu.org>
529
84728570 530 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
531 tags-file-name.
532
c1acacc4
EZ
5332001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
534
f5058b96
EZ
535 * shell.el (shell-unquote-argument): If the shell is one of the
536 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
537 quote character.
538 (shell-dumb-shell-regexp): Document that the shells which match
539 this regexp are supposed to not treat a backslash as a quote
540 character.
541
c1acacc4
EZ
542 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
543 from 2001-01-12. It is not needed, since backspace is mapped into
544 DEL.
545
103db06c 5462001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 547
84728570 548 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
549 Treat a one-capital-letter abbrev as "not all upper case",
550 so as to force preservation of the expansion's pattern
551 if the expansion starts with a capital letter.
552
cfa70244
EZ
5532001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
554
cfee9de7
EZ
555 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
556 Doc fix.
557
cfa70244
EZ
558 * simple.el (transient-mark-mode): Document the fact that many
559 commands act on the region when mark is active.
560
17d90d6b
KH
5612001-01-27 Kenichi Handa <handa@etl.go.jp>
562
563 * international/quail.el (quail-setup-completion-buf): Make the
564 multibyteness of current buffer inherited to Quail completion
565 buffer.
566 (quail-show-guidance-buf): Make the multibyteness of current
567 buffer inherited to Quail guidance buffer.
568 (quail-help): Make the multibyteness of current buffer inherited
569 to Quail help buffer.
570
61076b20
DL
5712001-01-26 Dave Love <fx@gnu.org>
572
c47e2c68
DL
573 * time-stamp.el: Doc fixes.
574
84728570 575 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
576 (delphi-keyword-face, delphi-other-face): Fix :type.
577
940f14b4
DL
578 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
579
580 * mail/feedmail.el (feedmail): Add :link.
581 (feedmail-send-it): Doc fix.
582
583 * mail/sendmail.el: Doc fixes.
584 (sendmail-send-it): Fix the non-ASCII regexp and use
585 rfc2047-encode-string.
586
61076b20
DL
587 * dired.el, dired-aux.el: Revert last change.
588
6c317bd2
GM
5892001-01-26 Gerd Moellmann <gerd@gnu.org>
590
591 * makefile.w32-in (DONTCOMPILE): Add various term files.
592
5932001-01-26 Dave Love <fx@gnu.org>
594
595 * Makefile.in (DONTCOMPILE): Add various term files.
596
1c636b5f
GM
5972001-01-26 Gerd Moellmann <gerd@gnu.org>
598
af900b23
GM
599 * man.el (Man-default-man-entry, Man-mode): Doc fix.
600
15fa6db0
GM
601 * startup.el (display-startup-echo-area-message): Make sure
602 the echo area is resized to fit the size of the startup
603 message.
604
1c636b5f
GM
605 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
606 part of which is a constant.
607
9b1adbd5
EZ
6082001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
609
610 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
611 twice.
612
103db06c 6132001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
614
615 * simple.el (next-line): Don't let `newline' expand abbrevs.
616 Simplify slightly.
617 (open-line): Don't let `newline' expand abbrevs.
618
219227ea
JW
6192001-01-25 John Wiegley <johnw@gnu.org>
620
621 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
622 to `repeat' in the :type field.
623
624 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
625 allow a choice of regexp or nil.
d2906bf8 626 (pcomplete-dir-ignore): Same.
219227ea
JW
627
628 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
629 a command) to always fail.
630
ceba0dac
GM
6312001-01-25 Gerd Moellmann <gerd@gnu.org>
632
633 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
634 discard the result.
635 (iswitchb-to-end): Likewise.
636
9b0630e5
SS
6372001-01-25 Sam Steingold <sds@gnu.org>
638
639 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 640 Require vc.
9b0630e5 641
a2ed9670
SM
6422001-01-25 Stefan Monnier <monnier@cs.yale.edu>
643
f0c1adab
SM
644 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
645
a2ed9670
SM
646 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
647
34ac3367
DL
6482001-01-25 Dave Love <fx@gnu.org>
649
61076b20
DL
650 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
651 (describe-coding-system): Tweak the English text.
652
34ac3367
DL
653 * loadup.el: Preload international/ccl for utf-8.
654
4685e6b7
EZ
6552001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
656
657 * mail/rmail.el (rmail-redecode-body): Doc fix.
658
0fdb4475
KH
6592001-01-25 Kenichi Handa <handa@etl.go.jp>
660
23cfab61
KH
661 * international/mule-cmds.el (reset-language-environment): Reset
662 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
663
664 * international/mule-conf.el (coding-category-utf-8): Initialize
665 to mule-utf-8.
666
9b0630e5 667 * loadup.el: Preload international/utf-8.
0fdb4475
KH
668
669 * international/utf-8.el: New file.
670
245ed2b1
SM
6712001-01-24 Stefan Monnier <monnier@cs.yale.edu>
672
673 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
674
e95b0c08
SS
6752001-01-24 Sam Steingold <sds@gnu.org>
676
677 * dired.el (dired-replace-in-string): Removed.
678 (dired-sort-toggle): Use `replace-regexps-in-string'
679 instead of `dired-replace-in-string'.
9b0630e5 680
ceba0dac
GM
681 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
682 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 683
e95b0c08
SS
684 * gs.el (gs-replace-in-string): Removed.
685 (gs-options): Use `replace-regexps-in-string'
686 instead of `gs-replace-in-string'.
687
c3902c3e
EZ
6882001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
689
690 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
691 bug report is mailed to an email list and posted to a news group.
692
b66b6aeb
GM
6932001-01-24 Gerd Moellmann <gerd@gnu.org>
694
e7e41584
GM
695 * comint.el (comint-replace-by-expanded-history-before-point): Fix
696 change of 2000-08-03 to move point to the start of the line again.
697
b66b6aeb
GM
698 * startup.el (tool-bar-images-pixel-height): New variable.
699 (command-line): After loading the user's init file, when
700 tool-bar-mode is on, increase the frame's size by some lines for
701 the tool-bar.
702
703 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 704
ff890e66
SZ
7052001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
706
707 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
708 (chinese-big5): MIME:Big5.
709
04363179
GM
7102001-01-24 Gerd Moellmann <gerd@gnu.org>
711
e95b0c08 712 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
713 Handle commands with prefix args.
714
d56aaa64
GM
7152001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
716
717 * calendar/diary-lib.el (diary-float): Fix case of MONTH
718 being a list of numbers.
719 (diary-mail-entries): Rewritten.
720
99858627
DL
7212001-01-23 Dave Love <fx@gnu.org>
722
7aeb1fa9
DL
723 * international/mule.el (make-coding-system): Fix typo.
724
99858627
DL
725 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
726 backward-paragraph as font-lock-beginning-of-syntax-function.
727
5a43decf
EZ
7282001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
729
730 * font-lock.el (font-lock-mode): Doc fix.
731
b0e98867
KH
7322001-01-23 Kenichi Handa <handa@etl.go.jp>
733
734 * international/mule.el (make-translation-table): Fix docstring.
735
9c8acefd
EZ
7362001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
737
fd4976b8
EZ
738 * mail/rmail.el (rmail-redecode-body): New function.
739
9c8acefd
EZ
740 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
741
871e0439
GM
7422001-01-22 Gerd Moellmann <gerd@gnu.org>
743
21c2bbe0
GM
744 * isearch.el (isearch-lazy-highlight-case-fold-search)
745 (isearch-lazy-highlight-regexp): New variables.
746 (isearch-lazy-highlight-cleanup): Update lazy highlight if
747 case-fold search or regexp search has been toggled.
748
5710730c
GM
749 * wid-edit.el (widget-button-click): Avoid a save-excursion
750 around running a global binding.
751
871e0439
GM
752 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
753 to 0.25.
754
d0554957
MB
7552001-01-20 Miles Bader <miles@gnu.org>
756
757 * cus-edit.el (custom-face-save): Do post-processing on the face's
758 new value like `custom-face-set' does.
759
1519f618
EZ
7602001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
761
ccd87890
EZ
762 * mail/emacsbug.el (report-emacs-bug): Report the value of
763 LC_CTYPE, not LC_TYPE.
764
1519f618
EZ
765 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
766 isearch-toggle-regexp and isearch-edit-string to doc string.
767
9724173b
GM
7682001-01-19 Gerd Moellmann <gerd@gnu.org>
769
48bb9196
GM
770 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
771 as font-lock-beginning-of-syntax-function in font-lock-defaults.
772
e95b0c08 773 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
774 font-lock-beginning-of-syntax-function to nil.
775
dc81f8a2
EZ
7762001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * mail/emacsbug.el (report-emacs-bug): Report values of
779 locale-coding-system, default-enable-multibyte-characters, and the
780 environment variables LC_ALL, LC_TYPE, and LANG.
781
99327974
GM
7822001-01-19 Gerd Moellmann <gerd@gnu.org>
783
111c181e
GM
784 * font-lock.el (font-lock-default-fontify-region): Fix last
785 change.
e95b0c08 786
2be6ecc6
GM
787 * font-lock.el (font-lock-multiline): Default to nil.
788 (font-lock-default-fontify-region): If font-lock-multiline is
789 nil, don't check the property `font-lock-multiline'.
790
99327974
GM
791 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
792 is nil, don't check the `font-lock-multiline' text property.
793
2550055a
MK
7942001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
795
0a949811 796 * viper.el: Call initial-major-mode on startup.
e95b0c08 797
0a949811 798 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 799
8501998a 800 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 801
2550055a 8022001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 803
0a949811 804 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 805 diff mode, if available.
e95b0c08 806
0a949811 8072001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 808
8501998a 809 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 810
2550055a
MK
811 * ediff-init.el (subst-char-in-string): Define and use it, unless
812 it's already defined.
e95b0c08 813
8962e303
GM
8142001-01-18 Gerd Moellmann <gerd@gnu.org>
815
816 * tooltip.el (tooltip-hide-delay): New user-option.
817 (tooltip-show): Use tooltip-hide-delay instead of the default.
818
6b453381
KH
8192001-01-18 Kenichi Handa <handa@etl.go.jp>
820
821 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
822 kill-local-variable doesn't work for enable-multibyte-characters.
823
9eaf396b
DL
8242001-01-17 Dave Love <fx@gnu.org>
825
cebd37ce
DL
826 * ediff-init.el (ediff-before-setup-hook)
827 (ediff-merge-filename-prefix): Add :version.
828
9eaf396b
DL
829 * international/latin1-disp.el: Require disp-table.
830 (latin1-display): Fix :set.
831
832 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
833
f864120f
GM
8342001-01-17 Gerd Moellmann <gerd@gnu.org>
835
836 * isearch.el (isearch-lazy-highlight-initial-delay)
837 (isearch-lazy-highlight-interval): Default to 0.
838
8392001-01-17 Bob Glickstein <bobg@zanshin.com>
840
841 * isearch.el (isearch-highlight): Set isearch-overlay priority to
842 1 here rather than each time through
843 isearch-lazy-highlight-new-loop.
844 (isearch-lazy-highlight-max): Variable deleted.
845 (isearch-lazy-highlight-max-at-a-time): New user variable, like
846 isearch-lazy-highlight-max but controls a single invocation of
847 isearch-lazy-highlight-update.
848 (isearch-lazy-highlight-wrapped): Variable recreated.
849 (isearch-lazy-highlight-window-start): New variable.
850 (isearch-lazy-highlight-cleanup): Restored to behavior of
851 before 2-Jan.
852 (isearch-lazy-highlight-remove-overlays): Function deleted;
853 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
854 behavior removed.
855 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
856 isearch-lazy-highlight-update in a loop rather than just once.
857 Test isearch-invalid-regexp here and decide not to start a new
858 loop, rather than testing it each time through
859 isearch-lazy-highlight-update.
860 (isearch-lazy-highlight-search): Function restored.
861 (isearch-lazy-highlight-update): Get called in a timer loop again,
862 but this time highlight more than one match each time through.
863 Only highlight matches in the visible part of the window. Start
864 at point, move in the direction of the search, and wrap around at
865 the edge of the window. Use sit-for to force redisplay and ensure
866 window-start is credible. "Face suppressing" behavior removed;
867 overlay priorities should make it unnecessary, right?
868 (isearch-highlight): Face suppressing behavior removed.
869 (isearch-dehighlight): Face suppressing behavior removed.
870 (isearch-set-lazy-highlight-faces-at): Removed.
871
076ec540
KH
8722001-01-17 Kenichi Handa <handa@etl.go.jp>
873
874 * language/european.el ("Latin-1"): Make the format of description
875 about additional language environments same as that of Latin-2.
876
92328ec5
DL
8772001-01-16 Dave Love <fx@gnu.org>
878
39f2174e
DL
879 * isearch.el (isearch-lazy-highlight): Add :version.
880
92328ec5
DL
881 * simple.el (backward-delete-char-untabify-method)
882 (next-line-add-newlines): Add :version.
883
f251459d
GM
8842001-01-16 Gerd Moellmann <gerd@gnu.org>
885
9d4850e5
GM
886 * bindings.el: Bind <backspace> and <delete> via function-key-map.
887 Don't bind <delete> otherwise.
888
889 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
890 and <delete> via function-key-map.
891
f251459d
GM
892 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
893 Subject line only if point is after the `Subject:'.
894
771ffcf7
KH
8952001-01-16 Kenichi Handa <handa@etl.go.jp>
896
bda6b481
KH
897 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
898 japanese-jisx0213-2 in `charset' property of this lang. env.
899
35793af7
KH
900 * language/european.el ("Latin-1"): Add description for Dutch and
901 Spanish lang. env.
902
771ffcf7
KH
903 * international/mule.el (decode-char): Fix conditions.
904 (encode-char): Handle eight-bit-control too.
1c8102ff 905 (transform-make-coding-system-args): New function.
50c29104
KH
906 (make-coding-system): Accept XEmacs style arguments for CCL base
907 coding system.
771ffcf7 908
e1cf67b6
GM
9092001-01-15 Gerd Moellmann <gerd@gnu.org>
910
911 * progmodes/etags.el (find-tag-noselect): Save the value of
912 tags-file-name before switching buffers, for the case it has a
913 buffer-local value.
914
b3287acf
GM
9152001-01-15 Alex Schroeder <alex@gnu.org>
916
9eaf396b
DL
917 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
918 From Dave Love <fx@gnu.org>.
b3287acf
GM
919 (ansi-color-for-comint-mode): Fix :version.
920
9212001-01-15 Alex Schroeder <alex@gnu.org>
922
923 * ansi-color.el (ansi-color-unfontify-region): Doc change.
924
8d7ff9c8
EZ
9252001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * dired.el (dired-insert-directory): If file-system-info fails,
928 remove the " free " part, but don't signal an error.
929
dbe99ae9
SS
9302001-01-12 Sam Steingold <sds@gnu.org>
931
932 * bookmark.el (bookmark-maybe-historicize-string):
933 Use new backquote syntax.
934
103db06c 9352001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
936
937 * subr.el (last): Handle a list that doesn't end in nil.
938
ca2ddd8e
SS
9392001-01-12 Sam Steingold <sds@gnu.org>
940
941 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
942 to `backward-delete-char-untabify'.
943
1751c874
DL
9442001-01-12 Dave Love <fx@gnu.org>
945
946 * cus-edit.el (customize-menu-create): Fix the :filter following
947 easymenu change.
948
949 * wid-edit.el (function): Add :match-alternatives.
950 (widget-color-action): Doc fix.
951
3cccce8d
GM
9522001-01-12 Gerd Moellmann <gerd@gnu.org>
953
954 * calendar/calendar.el (calendar-basic-setup): Doc fix.
955
18bfd6b5
KH
9562001-01-12 Kenichi Handa <handa@etl.go.jp>
957
60a62fdc
KH
958 * international/mule-cmds.el (prefer-coding-system): Fix
959 docstring.
960
18bfd6b5
KH
961 * international/ccl.el (define-ccl-program): Fix docstring.
962
562e00da
DL
9632001-01-11 Dave Love <fx@gnu.org>
964
14fd0da3
DL
965 * international/mule-cmds.el (standard-display-european-internal):
966 Set display table for 2208 as for 160.
967
968 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
969
562e00da
DL
970 * progmodes/fortran.el (fortran-mode-map): Modify Customization
971 entry for custom-menu-create change.
972 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
973 don't cons it in the search loop.
974
975 * imenu.el (imenu--truncate-items): Revert last change.
976
6e961dcd
EZ
9772001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * info.el (Info-setup-header-line): If the node header includes
980 either Next: or Prev: links, don't show the File: and Node: parts
981 in the header line.
982
2c2ff7f2
GM
9832001-01-11 Gerd Moellmann <gerd@gnu.org>
984
a7ee2d2e
GM
985 * comint.el (comint-goto-process-mark): Don't print a message
986 when running in batch mode.
987
c5348233
GM
988 * isearch.el (isearch-search): In the condition-case handler for
989 `error', set isearch-invalid-regexp to the whole error message.
990
422717d1
GM
991 * subr.el (eval-after-load): Call load-symbol-file-load-history to
992 ensure that eval-after-load works for files dumped with Emacs.
993
994 * help.el (load-symbol-file-load-history): New function extracted
995 from function symbol-file.
996 (symbol-file): Use it.
997
2c2ff7f2
GM
998 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
999 exit.xpm.
1000
926861fb
EZ
10012001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1002
1003 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1004 behave as if there were no prefix argument.
1005 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1006 argument were nil.
1007
afa1f52c
RS
10082001-01-11 Richard M. Stallman <rms@gnu.org>
1009
ca2ddd8e 1010 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1011 Don't look for more potential matches once maximum is exceeded.
1012 Use overlays-in to check correctly for overlap with current match.
1013 Ignore empty matches.
1014
47a9f362
MB
10152001-01-11 Miles Bader <miles@gnu.org>
1016
1017 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1018 (ispell-overlay-window, ispell-help, ispell-show-choices)
1019 (ispell-command-loop): Use it instead of `window-height'.
1020
d196f58d
GM
10212001-01-10 Gerd Moellmann <gerd@gnu.org>
1022
cf523f0e
GM
1023 * files.el (confirm-kill-emacs): New user-option.
1024 (save-buffers-kill-emacs): Ask for final confirmation before
1025 killing Emacs.
1026
d196f58d
GM
1027 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1028 to nil.
1029
7c6c3d8e
GM
10302001-01-10 Dave Love <fx@gnu.org>
1031
1f8be15d
DL
1032 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1033
1034 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1035 :type.
1036
1037 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1038
1039 * calculator.el (calculator-number-digits): Fix :type.
1040
0d5184de
DL
1041 * vc-cvs.el (vc-cvs-header): Fix :type.
1042 * vc-rcs.el (vc-rcs-header): Fix :type.
1043 * vc-sccs.el (vc-sccs-header): Fix :type.
1044
1045 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1046
7c6c3d8e
GM
1047 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1048
8c9f73a2
GM
1049 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1050
457b792c
GM
10512001-01-10 Gerd Moellmann <gerd@gnu.org>
1052
1053 * simple.el (set-variable): Force a thorough redisplay for the
1054 case that the variable has an effect on the display, like
1055 `tab-width' has.
1056
d2622d08
AS
10572001-01-10 Andre Spiegel <spiegel@gnu.org>
1058
1059 * vc.el: Add documentation for backend interface.
1060
ae4b5f4f
KH
10612001-01-10 Kenichi Handa <handa@etl.go.jp>
1062
e0844717
KH
1063 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1064
ae4b5f4f
KH
1065 * international/mule-conf.el (latin-extra-code-table): Set to t
1066 for \223 and \224.
1067
3184082b
KH
10682001-01-09 Kenichi Handa <handa@etl.go.jp>
1069
1070 * international/mule-cmds.el (locale-language-names): Map "es" to
1071 "Spanish" and "nl" to "Dutch".
1072
732b9cdd
GM
10732001-01-09 Gerd Moellmann <gerd@gnu.org>
1074
1dfca644
GM
1075 * bindings.el (global-map): Bind <home> to beginning-of-line,
1076 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1077 C-<end> to end-of-buffer.
1078
732b9cdd
GM
1079 * language/european.el: Add Dutch and Spanish language info
1080 to be able to use the appropriate tutorials.
1081
10822001-01-09 Alex Schroeder <alex@gnu.org>
1083
1084 * ansi-color.el (ansi-color-process-output): Use markers instead
1085 of positions for start and end of region.
1086 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1087 Previously, occasional mistakes happend when fontifying many
1088 chunks of output (eg. ls --color=yes /dev). This happened
1089 whenever an overlay was created up to the end of the region, which
1090 coincided with the process-mark. New text would then be added
1091 within that overlay instead of after it.
1092 (ansi-color-make-extent): Overlays are created with the property
1093 `modification-hooks' set to '(ansi-color-freeze-overlay).
1094 (ansi-color-freeze-overlay): New function. When inserting text at
1095 the end of the overlay, the overlay will resize.
1096
10972000-01-09 Alex Schroeder <alex@gnu.org>
1098
1099 * ansi-color.el (ansi-color-process-output): Doc change.
1100 (ansi-color-unfontify-region): Doc change. No longer installed
1101 automatically in font-lock-unfontify-region-function.
1102 (ansi-color-apply): Doc change.
1103 (ansi-color-apply-on-region): Use extents or overlays instead of
1104 text-properties.
1105 (ansi-color-make-extent): New function.
1106 (ansi-color-set-extent-face): New function.
1107
11082000-01-09 Alex Schroeder <alex@gnu.org>
1109
1110 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1111 both use ansi-color-process-output, now.
1112 (ansi-color-process-output): Doesn't return string anymore. It is
1113 installed in comint-output-filter-functions for both Emacs and
1114 XEmacs, now.
1115 (ansi-color-unfontify-region): Simplified code removing variables
1116 pos and start-ansi.
1117 (ansi-color-apply): Put text-property ansi-color before putting
1118 text-property face because ansi-color-unfontify-region is called
1119 immediately after the call to put-text-property.
1120 (ansi-color-context-region): Doc change.
1121 (ansi-color-filter-region): Simplified code.
1122 (ansi-color-apply-on-region): Changed start to start-marker, using
1123 a marker explicitly. Put text-property ansi-color before putting
1124 text-property face because ansi-color-unfontify-region is called
1125 immediately after the call to put-text-property.
1126
11272000-01-09 Alex Schroeder <alex@gnu.org>
1128
1129 * ansi-color.el (ansi-color-faces-vector): Doc change.
1130 (ansi-color-for-comint-mode): Changed :type property to choice.
1131 (ansi-color-last-context): Removed.
1132 (ansi-color-process-output): Don't use ansi-color-last-context, as
1133 the main functions will store their context now.
1134 (ansi-color-context): Doc change.
1135 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1136 Uses ansi-color-context such that repeated calls will strip
1137 partial escape sequences, too.
1138 (ansi-color-apply): Simplified code. Colorize end of string if
1139 face is not null. Store context in new (FACE STRING) format, such
1140 that repeated calls will strip partial escape sequences, too.
1141 Append faces to face property using ansi-color-apply-sequence such
1142 that cumulative mode actually works.
1143 (ansi-color-context-region): New variable.
1144 (ansi-color-filter-region): Rewrote it based on
1145 ansi-color-apply-on-region. Uses ansi-color-context-region such
1146 that repeated calls will strip partial escape sequences, too.
1147 (ansi-color-apply-on-region): Simplified code. Colorize end of
1148 region if face is not null. Store context in new (FACE POS)
1149 format, such that repeated calls will strip partial escape
1150 sequences, too. Append faces to face property using
1151 ansi-color-apply-sequence such that cumulative mode actually
1152 works.
1153 (ansi-color-apply-sequence): New function.
1154 (ansi-color-get-face): When the default face is added to the list
1155 of faces, all previous settings are discarded and the list of
1156 faces is set to '(default).
1157
11582000-01-09 Alex Schroeder <alex@gnu.org>
1159
1160 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1161 face, such that ansi-color-apply and ansi-color-apply-on-region
1162 will do the right thing.
1163 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1164 returns nil, set the list of faces back to nil instead of
1165 appending the result of ansi-color-get-face to the front of the
1166 list.
1167
11682000-01-09 Alex Schroeder <alex@gnu.org>
1169
1170 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1171 (ansi-color-process): Doc change.
1172 (ansi-color-last-context): New buffer-local variable.
1173 (ansi-color-process-output): New function. It is automatically
1174 added to comint-output-filter-functions if this is XEmacs.
1175 (ansi-color-unfontify-region): New optional parameter for XEmacs
1176 compatibility. Check wether font-lock-syntactic-keywords is
1177 boundp before removing the syntax table text property, as XEmacs
1178 doesn't have it.
1179 (ansi-color-filter-region): Doc change.
1180 (ansi-color-apply-on-region): Doc change.
1181 (ansi-color-make-face): New function. Compatibility layer for
1182 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1183 (ansi-color-make-color-map): Use ansi-color-make-face.
1184 (ansi-color-get-face): Avoid face text property '(nil) as results
1185 in an errow for XEmacs.
1186
11872000-01-09 Alex Schroeder <alex@gnu.org>
1188
1189 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1190 text-property ansi-color in order to preserve fontification by
1191 ansi-color. When the package is loaded, a lambda expression is
1192 put onto font-lock-mode-hook. This lambda expression will check
1193 font-lock-unfontify-region-function and replace
1194 font-lock-default-unfontify-region with
1195 ansi-color-unfontify-region.
1196 (ansi-color-apply): Add text-property ansi-color in addition to
1197 text-property face.
1198 (ansi-color-apply-on-region): Add text-property ansi-color in
1199 addition to text-property face.
1200 (save-buffer-state): Copy of the macro that is also used by
1201 lazy-lock and font-lock.
1202
1203 (ansi-color-for-comint-mode): New option.
1204 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1205 (ansi-color-for-comint-mode-off): Ditto.
1206 (ansi-color-for-comint-mode-filter): Ditto.
1207 (ansi-color-process): New function. Uses
1208 ansi-color-for-comint-mode to decide what to do. This function is
1209 added to comint-preoutput-filter-functions when the package is
1210 loaded.
1211
1212 (ansi-color-for-shell-mode-set): Removed.
1213 (ansi-color-for-shell-mode): Removed.
1214
12152000-01-09 Alex Schroeder <alex@gnu.org>
1216
1217 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1218 the lambda expression from the ansi-color-for-shell-mode :set
1219 property. Additionally, modify shell-mode-hook to enable or
1220 disable font-lock-mode for future shell buffers.
1221 (ansi-color-for-shell-mode): The :set property calls
1222 ansi-color-for-shell-mode-set instead of a lambda expression.
1223
12242000-01-09 Alex Schroeder <alex@gnu.org>
1225
1226 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1227 (ansi-color-context): New variable.
1228 (ansi-color-apply): Save context between calls.
1229
fb55ff10
EZ
12302001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1231
29910493
EZ
1232 * isearch.el (isearch, isearch-lazy-highlight-face): New
1233 definitions for face colors and attributes.
1234
fb55ff10
EZ
1235 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1236 of display-mouse-p.
1237
134d6265
KH
12382001-01-09 Kenichi Handa <handa@etl.go.jp>
1239
1240 * international/mule.el (make-coding-system): If the coding system
1241 accepts extra latin codes, register such codes as safe for the
1242 coding system.
1243
103db06c 12442001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1245
984c9f75
RS
1246 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1247 don't mention the file name or the date here, because they are
1248 logged at the start of the file.
1249
12502001-01-08 Richard M. Stallman <rms@gnu.org>
1251
78b8eee8
RS
1252 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1253 Change screen-width to frame-width.
1254
1460e5d4
EZ
12552001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1256
1257 * info.el (Info-search): Print the default as part of the prompt.
1258
56f24bc1
AS
12592001-01-08 Andre Spiegel <spiegel@gnu.org>
1260
ca2ddd8e 1261 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1262 constant implementations in backends.
1263
1264 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1265 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1266
1267 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1268 WRITABLE to EDITABLE.
1269
1270 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1271 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1272 to EDITABLE.
1273
b7812d30
EZ
12742001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1277 (copyright, copyright-update): Compute the current year at run
1278 time.
1279
7e56ea04
GM
12802001-01-08 Gerd Moellmann <gerd@gnu.org>
1281
1282 * isearch.el (isearch-old-signal-hook): Removed.
1283 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1284 instead of setting signal-hook-function.
1285 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1286
a758f97d
GM
12872001-01-08 Kevin Gallagher <kevingal@onramp.net>
1288
1289 * emulation/edt.el: Update to version 4.0. Provide support for
1290 EDT scroll margins at top and bottom of the window. Provide an
1291 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1292 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1293 user when file-related buffer modifications exist. Provide
1294 support for running EDT Emulation in XEmacs. Provide customize
1295 access to some user updatable variables. Add Commentary section
1296 to file header. Fixed a few minor bugs and cleaned up some code.
1297
1298 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1299 for detecting a keypress that generates an ASCII key sequence.
1300 (Previously, only a keypress that generates a vector was
1301 recognized.) Embed Window Manager name into name of the generated
1302 EDT Emulation initialization file since the initialization file is
1303 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1304
30db89f9
EZ
13052001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1306
4deb3ba9
EZ
1307 * mail/sendmail.el (mail-mode): Doc fix.
1308
30db89f9
EZ
1309 * info.el (Info-goto-emacs-command-node): Doc fix.
1310 (Info-goto-emacs-key-command-node): Doc fix.
1311
c3f2772b
EZ
13122001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1313
8726e79b 1314 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1315 systems without long file-name support.
1316
0dac6924
AI
13172001-01-06 Andrew Innes <andrewi@gnu.org>
1318
1319 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1320
4e6ef391
EZ
13212001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1322
380866a2
EZ
1323 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1324 (isearch-lazy-highlight-update): Doc fix.
1325
148b5960
EZ
1326 * ffap.el (ffap-bindings): Doc fix.
1327
4e6ef391
EZ
1328 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1329
4cb1bcc2
DL
13302001-01-05 Dave Love <fx@gnu.org>
1331
1332 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1333
3828218c
GM
13342001-01-05 Gerd Moellmann <gerd@gnu.org>
1335
f1ade7d3
GM
1336 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1337 scroll-preserve-screen-position to nil.
1338
1f4139d5
GM
1339 * isearch.el (isearch-old-signal-hook): New variable.
1340 (isearch-mode): Set signal-hook-function to isearch-done.
1341 (isearch-done): Restore old signal-hook-function.
1342
3828218c
GM
1343 * info.el (Info-fontify-node): Mark one more char as intangible.
1344
3970013f
KH
13452000-01-05 Kenichi Handa <handa@etl.go.jp>
1346
3828218c 1347 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1348 it is non-nil, compose preceding characters by compose-region with
1349 COMPONENTS.
1350
1351 * international/quail.el (quail-input-string-to-events): New function.
1352 (quail-input-method): Convert input string to events here.
1353 (quail-start-translation): Return input string, not event list.
1354 (quail-start-conversion): Likewise.
1355
f3b05e99
GM
13562001-01-04 Gerd Moellmann <gerd@gnu.org>
1357
ca2ddd8e 1358 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1359 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1360 and tooltip-add-timeout.
1361 (tooltip-show): Set border color from faces's foreground.
1362 (tooltip-show-help-function): If called with the same help string
1363 as last time, do nothing.
1364 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1365
0f2ac578
GM
1366 * startup.el (fancy-splash-screens): Don't bind show-help-function
1367 to nil.
1368
f3b05e99
GM
1369 * tooltip.el (tooltip-frame-parameters): Remove colors.
1370 (tooltip): New face
1371 (tooltip-set-param): New function.
1372 (tooltip-show): Set up color frame parameters from face `tooltip'.
1373 Display the tooltip text in face `tooltip'.
1374
8416e94a
DL
13752001-01-04 Dave Love <fx@gnu.org>
1376
1377 * whitespace.el (whitespace-global-mode): Fix typo.
1378
1379 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1380
30db89f9
EZ
13812001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1382
1383 * help.el (help-for-help): Fix a typo in a doc string. From
1384 kwzh@gnu.org (Karl Heuer).
1385
b847eb8c
DL
13862001-01-03 Dave Love <fx@gnu.org>
1387
1388 * dired-x.el: Doc fixes. Maintainer change.
1389 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1390 :type.
1391 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1392 (dired-guess-shell-alist-user): Customize.
1393 (dired-x-help-address): Set to bug-gnu-emacs.
1394 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1395 (dired-default-directory): Renamed from default-directory.
1396
1397 * hl-line.el (hl-line): Doc fix.
1398
43c4b570
KF
13992001-01-03 Karl Fogel <kfogel@red-bean.com>
1400
1bf6b1bf 1401 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1402
984c9f75 14032001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1404
1405 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1406 to remove all the current alternative-match highlighting.
1407 If nil, remove only what's outside the current window.
1408 (isearch-lazy-highlight-remove-overlays): Take optional
1409 region within which NOT to remove them.
1410 (isearch-lazy-highlight-new-loop): Greatly simplified.
1411 (isearch-lazy-highlight-update): Find all the other occurrences
1412 visible in the window, in just one call.
1413 (isearch-lazy-highlight-start): Now holds start of region to scan.
1414 (isearch-lazy-highlight-end): Now holds end of region to scan.
1415 (isearch-lazy-highlight-wrapped): Variable deleted.
1416 (isearch-lazy-highlight-search): Function deleted.
1417
13d6a61c
AI
14182000-01-02 Andrew Innes <andrewi@gnu.org>
1419
1420 * w32-fns.el (convert-standard-filename): Do length check on name
1421 before aref.
1422
064866e7
DL
14232001-01-02 Dave Love <fx@gnu.org>
1424
b33e041b
DL
1425 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1426 value.
1427 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1428
1429 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1430
8166ffd5
DL
1431 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1432 read syntax.
1433
064866e7
DL
1434 * calendar/todo-mode.el (todo): Add :link, :version.
1435 (todo-save-top-priorities): Remove autoload cookie.
1436 (todo-add-category, todo-add-item-non-interactively)
1437 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1438 cookie.
1439
6dde6abc
GM
14402001-01-02 Gerd Moellmann <gerd@gnu.org>
1441
1442 * comint.el (comint-input-history-ignore): New variable.
1443 (comint-read-input-ring): Ignore entries matching
1444 comint-input-history-ignore.
1445
1a8a9daf
GM
14462001-01-02 Eric M. Ludlam <zappo@gnu.org>
1447
1448 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1449 (lm-copyright-mark): New function.
1450 (lm-crack-copyright): New function.
1451 (lm-verify): Check that the file has a copyright.
1452 Check that the file is copyright Free Software Foundation.
1453
9c92eb53
KH
14542000-12-30 Kenichi Handa <handa@etl.go.jp>
1455
1456 * international/mule-diag.el (print-fontset): Indent font name by
1457 24 columns, not 25.
1458
49172314
GM
14592000-12-29 Gerd Moellmann <gerd@gnu.org>
1460
762a68ec
GM
1461 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1462 in Subject line.
1463
49172314
GM
1464 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1465 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1466 continuing an interrupted message with C-u C-x m for instence,
1467 winds up in Mail mode without abbrevs.
1468
bd7a2e26
GM
14692000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1470
1471 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1472 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1473 fix.
bd7a2e26
GM
1474 (ps-print-version): New version number (6.3.3).
1475 (ps-end-with-control-d): Initialization fix.
1476 (ps-lines-printed): New var.
1477 (ps-skip-newline): New fun.
1478 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1479 (ps-next-line, ps-continue-line, ps-plot-region)
1480 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1481
2b3f28a4
KH
14822000-12-29 Kenichi Handa <handa@etl.go.jp>
1483
1484 * international/fontset.el (x-complement-fontset-spec): Resolve
1485 ASCII font name so that the same family name is used for fonts
1486 registered in x-font-name-charset-alist.
1487 (create-fontset-from-fontset-spec): Adjusted for the above change.
1488 The name of fontset alias should be a unresolved ASCII font name.
1489
2ece9174
GM
14902000-12-28 Gerd Moellmann <gerd@gnu.org>
1491
1492 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1493 and delete in isearch-mode-map.
1494
cbe3ad7a
RS
14952000-12-28 Richard M. Stallman <rms@gnu.org>
1496
ca2ddd8e 1497 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1498 Use xpdf instead of acroread.
1499
a816f1c5
KH
15002000-12-28 Kenichi Handa <handa@etl.go.jp>
1501
f086e73c
KH
1502 * textmodes/artist.el (artist-butlast): Deleted.
1503 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1504 artist-butlast.
f086e73c 1505
a816f1c5
KH
1506 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1507
1508 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1509
b202115b
EZ
15102000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1511
1512 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1513
1514 * ls-lisp.el: Better support for the Mac and MS-Windows.
1515 (ls-lisp): New defgroup.
1516 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1517 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1518 (ls-lisp-support-shell-wildcards): New defcustoms.
1519 (ls-lisp-parse-symlink): New function.
1520 (insert-directory): Code to convert switches to a list and set up
1521 the wildcard argument copied from ls-lisp-insert-directory.
1522 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1523 for -C and -R switches.
1524 (ls-lisp-column-format): New function.
ca2ddd8e 1525 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1526 (ls-lisp-format-time): Add doc strings.
1527 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1528 Support ls-lisp-dirs-first.
1529 (ls-lisp-classify, ls-lisp-extension): New functions.
1530 (ls-lisp-format): Optionally support emulation of symlinks.
1531 Support -i, -s, and -G switches.
1532
6061fbf0
GM
15332000-12-27 Gerd Moellmann <gerd@gnu.org>
1534
5e25feee
GM
1535 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1536
6061fbf0
GM
1537 * version.el (emacs-version): Print X scroll bar information.
1538
1539 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1540 instead of x-toolkit-scroll-bars-p.
1541
1542 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1543 of x-toolkit-scroll-bars-p.
1544
25050dab
EZ
15452000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1546
1547 * ffap.el (ffap-bindings): Make interactive and add an autoload
1548 cookie.
1549 (ffap-bindings): Doc fix, to reflect the above change.
1550
c1786874
KH
15512000-12-27 Kenichi Handa <handa@etl.go.jp>
1552
1553 * term.el (term-char-mode): Define all non-ascii self-inserting
1554 characters to 'term-send-raw in term-raw-map.
1555
7261ece3 15562000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1557
6061fbf0 1558 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1559 guard.
ca2ddd8e 1560
6061fbf0 1561 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1562 initialization; use add-hook.
6061fbf0 1563 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1564
6061fbf0 1565 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1566
6061fbf0
GM
1567 * ediff.el (ediff-patch-buffer): Bug fix.
1568 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1569
83f40583
SM
15702000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1571
1572 * subr.el (combine-run-hooks): Remove.
1573
1574 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1575 and remove the rogue second spec.
1576
bdd6d4e8
GM
15772000-12-23 Gerd Moellmann <gerd@gnu.org>
1578
1579 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1580
26736ce3
SM
15812000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1582
0e86b6b0
SM
1583 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1584 Use minibuffer menu prompt for the `=' prefix.
1585 (smerge-command-prefix): Change default to C-^.
6eabfb26 1586 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1587
26736ce3
SM
1588 * skeleton.el (skeleton-internal-1): Make sure the first line of
1589 the region is also re-indented.
d21584d6
SM
1590 (skeleton-end-newline): New var.
1591 (skeleton-end-hook): Use it.
26736ce3 1592
95fa4fd7
MB
15932000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1594
1595 * comint.el (comint-password-prompt-regexp): Support CVS.
1596
f060b834
GM
15972000-12-22 Gerd Moellmann <gerd@gnu.org>
1598
856ff7a7
GM
1599 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1600 backspace key combinations, depending on
1601 delete-key-deletes-forward.
1602
1603 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1604
f060b834
GM
1605 * simple.el (delete-key-deletes-forward): Doc fix.
1606
653558a1
GM
16072000-08-22 Emmanuel Briot <briot@gnat.com>
1608
1609 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1610 white spaces are relevant in the XML file.
653558a1
GM
1611 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1612 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1613 of XML files.
653558a1
GM
1614 (xml-parse-tag): Check that the casing is the same in the start
1615 tag and end tag, since XML is case-sensitive. Allows for spaces
1616 in the end tag, after the name of the tag.
1617 (xml-parse-attlist): Allow for the character '-' in the name of
1618 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1619 the properties in the XML tree, since they are not relevant.
653558a1 1620
3ad93d8d
SM
16212000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1622
1623 * generic.el (generic-read-type): Undo last change, inline into
1624 `generic-mode' and then remove.
1625 (generic-mode): Inline generic-read-type.
1626 (define-generic-mode): Push the symbol name rather than the symbol
1627 onto generic-mode-list.
1628
177f4e88
GM
16292000-12-21 Gerd Moellmann <gerd@gnu.org>
1630
8e15274f
GM
1631 * generic.el (generic-read-type): Build an alist for
1632 completing-read as in 20.7.
1633
1634 * play/landmark.el (lm): Use interactive spec `P'.
1635 (toplevel): Don't set debug-on-error.
1636
177f4e88
GM
1637 * server.el (server-switch-buffer): Choose a window on a visible
1638 frame.
1639
6ba384dc
GM
16402000-12-21 Dave Pearson <davep@davep.org>
1641
1642 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1643
647a066c
GM
16442000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1645
1646 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1647 ranges like \177-\237, but accepts the character sequence from \177 to
1648 \237. Doc fix.
1649 (ebnf-version): New version (3.4).
1650 (ebnf-setup): Code fix.
1651 (ebnf-range-regexp): New fun.
1652 (ebnf-8-bit-chars): Const fix.
1653
1654 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1655 entry. Doc fix.
1656 (ebnf-bnf-lex): Code fix.
1657 (ebnf-bnf-comment-chars): Const fix.
1658
1659 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1660 entry. Doc fix.
1661 (ebnf-iso-comment-chars): Const fix.
1662
1663 * ebnf-otz.el: Doc fix.
1664
1665 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1666 entry. Doc fix.
1667 (ebnf-yac-skip-code): Code fix.
1668 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1669
bc22fd18
EZ
16702000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1671
1672 * files.el (insert-directory-safely): New function.
834d23b2 1673 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1674 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1675
587fc3f9
KH
16762000-12-21 Kenichi Handa <handa@etl.go.jp>
1677
eeefcfde 1678 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1679 coding-category-list more rigidly. Improve help message.
eeefcfde 1680
587fc3f9
KH
1681 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1682
01860fb9
MB
16832000-12-21 Miles Bader <miles@gnu.org>
1684
587fc3f9
KH
1685 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1686 prefix.
01860fb9 1687
3f9d67a6
KH
16882000-12-21 Kenichi Handa <handa@etl.go.jp>
1689
9fd1c1f7
KH
1690 * international/mule-diag.el (describe-char-after): Make *Help*
1691 buffer inherit multibyteness of the current buffer.
1692
3f9d67a6
KH
1693 * international/mule.el (make-char): Docstring adjusted for the
1694 change of make-char-internal.
1695
c9669fac
SM
16962000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1697
1698 * international/iso-cvt.el: Docstrings fix.
1699
19594307
DL
17002000-12-20 Dave Love <fx@gnu.org>
1701
1702 * subr.el (eval-after-load): Doc fix.
1703
b1a447b3
KH
17042000-12-20 Kenichi Handa <handa@etl.go.jp>
1705
1706 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1707 for numbers.
1708
09877d5d
MB
17092000-12-20 Miles Bader <miles@gnu.org>
1710
1711 * international/quail.el (quail-help): Resize the help window
1712 again after it has all its contents. Remove unneeded progn.
1713
71d4497a
GM
17142000-12-19 Gerd Moellmann <gerd@gnu.org>
1715
1716 * pcmpl-linux.el: Fix copy/paste error.
1717
741e56a0
AI
17182000-12-19 Andrew Innes <andrewi@gnu.org>
1719
1720 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1721 docstring.
1722
cc24d91c
CD
17232000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1724
ba4c05aa
CD
1725 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1726
1727 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1728
1729 * progmodes/idlw-shell.el: Fixed copyright notice.
1730
1731 * progmodes/idlwave.el: Fixed copyright notice.
1732
71d4497a 1733 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1734 TAB as key separators.
1735
524c8caf
GM
17362000-12-19 Alex Schroeder <alex@gnu.org>
1737
1738 * sql.el (sql-sybase-options): New option.
1739 (sql-sybase): Use it. Add sql-database to the list of parameters
1740 provided for login. The options -w 2048 -n are not used any more.
1741 (sql-postgres-options): Changed default from "--pset" to "-P".
1742 (sql-mysql-options): Doc change.
1743 (sql-stop): Doc change.
1744
b5fa513d
KH
17452000-12-19 Kenichi Handa <handa@etl.go.jp>
1746
1747 * international/quail.el (quail-input-method): Always hide
1748 the guidance buffer on exiting.
1749
91c9e6ce
GM
17502000-12-18 Gerd Moellmann <gerd@gnu.org>
1751
c6da4eb4
GM
1752 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1753 isn't fboundp.
1754
3d2a0e0b
GM
1755 * server.el (server-buffer-done): Bury the buffer before
1756 killing it.
1757
91c9e6ce
GM
1758 * faces.el (face-spec-set): Interpret a nil in specs for
1759 foreground and background colors as `unspecified', for
1760 compatibility with 20.x.
1761
40fa0008
DL
17622000-12-18 Dave Love <fx@gnu.org>
1763
22adbe54
DL
1764 * simple.el (mail-user-agent): Doc fix.
1765 (input-mode-8-bit): Removed.
1766
1767 * international/mule.el (set-keyboard-coding-system): Doc fix.
1768 (keyboard-coding-system): New option.
1769
40fa0008
DL
1770 * mail/sendmail.el (send-mail-function): Customize.
1771
6f4745e2
EZ
17722000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1773
1774 * international/codepage.el (cp866-decode-table): New table.
1775
82b90229
GM
17762000-12-18 Gerd Moellmann <gerd@gnu.org>
1777
1778 * version.el (emacs-version): Remove `%a' from the time format
1779 because the weekday doesn't fit well into each locale.
1780
5a047002
MB
17812000-12-18 Miles Bader <miles@gnu.org>
1782
7f49aa07
MB
1783 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1784
ca2ddd8e 1785 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1786 Check that emacs-major-version is `=' to 20, not `>='.
1787 (artist-replace-chars): Use `make-string' instead of a loop.
1788
22ea2607
EZ
17892000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1790
1791 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1792 (cvs-execute-single-file): Don't change directory.
1793 Patch from Per Cederqvist.
1794
6c825f8e
EZ
17952000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1796
1797 * textmodes/ispell.el (check-ispell-version): If
1798 `ispell-program-name' is "aspell", pass it the -v switch instead
1799 of -vv.
1800
8ff06845
KH
18012000-12-16 Kenichi Handa <handa@etl.go.jp>
1802
af4bb4c8
KH
1803 * international/mule-diag.el (mule-diag): Insert information about
1804 configure options, multibyte awareness, language env.
1805
8ff06845
KH
1806 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1807 regexp to search for candidates.
1808
b24e84ab
EZ
18092000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1810
1811 * info.el (Info-forward-node): If the node has an
1812 Info-header-line, widen the buffer before searching for "next:"
1813 and "up:" pointers, and set the search limit to stay in the
1814 current node.
1815
7981d89f
MB
18162000-12-16 Miles Bader <miles@gnu.org>
1817
1818 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1819
88ee7917
MB
18202000-12-15 Miles Bader <miles@gnu.org>
1821
1822 * comint.el (comint-send-string, comint-send-region): Also accept
1823 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1824 process-send-string/region.
1825
0c28d842
GM
18262000-12-15 Gerd Moellmann <gerd@gnu.org>
1827
4ea7fdca
GM
1828 * isearch.el (isearch-lazy-highlight-max): New user-option.
1829 (isearch-lazy-highlight-update): Don't highlight more than
1830 isearch-lazy-highlight-max matches.
1831
0c28d842
GM
1832 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1833
984c9f75 18342000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1835
8062e53a
GM
1836 * sort.el (sort-columns): Fix error message.
1837
3ffa545b
GM
1838 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1839 `upcase' or `downcase' or nil.
1840 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1841 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1842 (dabbrev--substitute-expansion): New arg record-case-pattern.
1843 If it is non-nil, set dabbrev--last-case-pattern.
1844 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1845
1846 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1847
c2d7f289
MB
18482000-12-15 Miles Bader <miles@gnu.org>
1849
b6348438
MB
1850 * paths.el (Info-default-directory-list): Don't delete
1851 configure-info-directory from the list of standard info
1852 directories when appending it to the end -- their order is
1853 important.
1854
f9056dd9
MB
1855 * faces.el (read-face-attribute): If there's no entry for the
1856 user's input in VALID, just use it as-is (this will often result
1857 in an error, but it may be OK for e.g. colors using hexadecimal
1858 notation, and at least will yield a better error message).
1859
c2d7f289 1860 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1861 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1862 Variables removed.
1863 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1864 window is really the right size. Use vertical-motion
1865 rather than forward-line.
1866 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1867 (ispell-command-loop, ispell-show-choices): Use the variable
1868 ispell-choices-win-default-height, rather than the function.
1869 (ispell-choices-win-default-height): Function removed.
1870 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1871
8f530b95
SM
18722000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1875
6d435deb
EZ
18762000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1877
4dddb0b7
EZ
1878 * paths.el (Info-default-directory-list): If
1879 configure-info-directory is not one of the standard directories,
1880 put it first in the list; otherwise put it last. Doc string
1881 changed accordingly.
1882
1883 * info.el (Info-directory-list): Change doc string to reflect the
1884 change in Info-default-directory-list.
1885
6d435deb
EZ
1886 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1887 windows-nt as windowed environments, even under -nw.
1888
1889 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1890 if not fboundp. Switch delete-forward mode for the <delete> key
1891 on all PC platforms, even under -nw.
1892
1893 * term/internal.el ([M-delete]): Remap to M-d.
1894
9d7d9263
GM
18952000-12-14 Gerd Moellmann <gerd@gnu.org>
1896
1897 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1898
7cf0153a
EZ
18992000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1900
1901 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1902
5e5b3d41
GM
19032000-12-14 Gerd Moellmann <gerd@gnu.org>
1904
5f368d29
GM
1905 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1906 if appropriate.
1907
1908 * simple.el (delete-key-deletes-forward): New user-option.
1909 (delete-key-deletes-forward-mode): New function.
1910
9d7d9263 1911 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1912
5e5b3d41
GM
1913 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1914 if symbol is bound before getting its value.
1915
1916 * tooltip.el (tooltip-show): If an error is signaled in
1917 x-show-tip, display that error, and display the help in the
1918 echo area.
ca2ddd8e 1919
191b83b6
KH
19202000-12-14 Kenichi Handa <handa@etl.go.jp>
1921
1922 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1923 "... entries" messages for every 10000 entries, not 10.
1924
6192b604
KF
19252000-12-13 Karl Fogel <kfogel@red-bean.com>
1926
1927 * bookmark.el: Provide a generic exit hook, as suggested by
1928 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1929 (bookmark-exit-hook): New var.
1930 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1931 old raw lambda form in `kill-emacs-hook', and runs new
1932 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1933 as logically that feature must have been provided if this function
1934 is running.
1935 Removed ;;;###autoload before the `add-hook' call.
1936
5edf6b55
SM
19372000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1938
1939 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1940 (easy-menu-current-active-maps): New function.
1941 (easy-menu-get-map): Use it.
1942 Make a proper menu entry when creating a new keymap.
1943
16b5e8e6
KH
19442000-12-13 Kenichi Handa <handa@etl.go.jp>
1945
d49fc4eb
KH
1946 * international/characters.el: Fix cases and syntaxes for
1947 mule-unicode-0100-24ff.
1948
3b53d876
KH
1949 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1950 that a Japanese character is not appended after day and year.
1951
16b5e8e6
KH
1952 * info.el (Info-suffix-list): Change format for a command that
1953 requires arguments.
1954 (info-insert-file-contents): Adjusted for the above change.
1955
1df1c518
AS
19562000-12-12 Andreas Schwab <schwab@suse.de>
1957
1958 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1959 on the name of the tar buffer. Verify that the existing buffer is
1960 visiting the same subfile.
1961
a7a07b98
DL
19622000-12-12 Dave Love <fx@gnu.org>
1963
1964 * subdirs.el: Add obsolete.
1965
4fdbd809
GM
19662000-12-12 Gerd Moellmann <gerd@gnu.org>
1967
bfdb75ee
GM
1968 * mail/rmailsum.el (rmail-summary-expunge)
1969 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1970 instead of rmail-confirm-expunge.
1971
4fdbd809
GM
1972 * replace.el (perform-replace): Don't use an empty match adjacent
1973 to a non-empty match when computing the next match before the
1974 replacement is performed.
1975
e9a59cad
GM
19762000-12-12 Milan Zamazal <pdm@freesoft.cz>
1977
1978 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1979 definition (patch by Stefan Monnier).
1980 (glasses-mode): Use jit-lock instead of `after-change-functions'
1981 (patch by Stefan Monnier).
1982
c2def7a0
MB
19832000-12-12 Miles Bader <miles@gnu.org>
1984
1985 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1986 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1987
591b63b4
AC
19882000-12-12 Andrew Choi <akochoi@i-cable.com>
1989
1990 * term/mac-win.el: Remove load for ls-lisp.
1991
a924cf63 1992 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1993
5ff4ba3d
MB
19942000-12-12 Miles Bader <miles@gnu.org>
1995
1996 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1997 Respect field end too.
1998 (just-one-space): Respect fields as `delete-horizontal-space'.
1999 (newline-and-indent, reindent-then-newline-and-indent): Use
2000 `delete-horizontal-space'.
2001
d0c679bc
SM
20022000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2003
adf9c994
SM
2004 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2005 (so as to obey the field property in the minibuffer).
2006
4b0cd42d
SM
2007 * obsolete/c-mode.el: Moved from lisp/progmodes.
2008 * obsolete/auto-show.el: Moved from lisp.
2009 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2010
89f85863
CD
20112000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2012
2013 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2014 changes to list them here.
89f85863
CD
2015
2016 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2017 many changes to list them here.
2018
2019 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2020 many changes to list them here.
2021
2022 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2023
3e0d35ce
GM
20242000-12-11 Gerd Moellmann <gerd@gnu.org>
2025
d990421f
GM
2026 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2027 nil.
2028
ca2ddd8e 2029 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2030 Comment fix.
2031
3e0d35ce
GM
2032 * hscroll.el: Moved to `obsolete' subdir.
2033
ff904dd6
MB
20342000-12-11 Miles Bader <miles@gnu.org>
2035
2036 * window.el (window-text-height): Function removed (now in C).
2037
fb97d87f
SM
20382000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2039
2040 * log-edit.el (log-edit-parent-buffer): New var.
2041 (log-edit): Set it. Add BUFFER argument.
2042 (log-edit-done): Use char-before.
2043 Don't bother checking validity of vc-comment-ring.
2044 Only bury the buffer if log-edit popped it up.
2045
2046 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2047 (cvs-mode-diff-help): Remove.
2048 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2049 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2050
2051 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2052 Remove binding for ? now made unnecessary.
2053
7de77417
CD
20542000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2055
2056 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2057 function
7de77417
CD
2058 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2059
2060 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2061 when master file is not open.
2062
4efa209f
SM
20632000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * progmodes/ada-stmt.el: Update `maintainer'.
2066
0a8052bd
GM
20672000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2068
2069 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2070 choices to match documentation string.
2071
a12167c5
MB
20722000-12-09 Miles Bader <miles@gnu.org>
2073
2161605d
MB
2074 * minibuf-eldef.el: New file.
2075
a12167c5
MB
2076 * window.el (fit-window-to-buffer): Don't pass last argument to
2077 pos-visible-in-window-p, now that its meaning is inverted.
2078
9ea8de1b
EZ
20792000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2080
2081 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2082 <ceder@lysator.liu.se>.
2083
5002ddbb
SM
20842000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2085
b6114d80
SM
2086 * autoinsert.el (auto-insert-alist): Add missing final \n.
2087
ee8d23ee
SM
2088 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2089 (cvs-menu-map): Remove.
2090 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2091 (cvs-mode-quit): Turn it back into a plain function.
2092
5002ddbb 2093 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2094 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2095
2096 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2097 file where it's more visible.
2098 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2099 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2100 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2101 (texinfo-inside-macro-p): Only catch `scan-error's.
2102 (texinfo-inside-env-p): Make better use of the match info.
2103 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2104 (texinfo-insert-@end): Slight re-organization.
2105 Also remove useless `looking-at' call.
2106
30cd075d
AI
21072000-12-08 Andrew Innes <andrewi@gnu.org>
2108
2109 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2110 accessible in -nw mode.
2111
2112 * term/w32-win.el: Remove stuff about selection timeout, which is
2113 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2114 it is accessible in -nw mode.
2115
01b91009
DL
21162000-12-08 Dave Love <fx@gnu.org>
2117
2118 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2119 font-lock-keywords-case-fold-search.
2120
842b2a94
GM
21212000-12-08 Gerd Moellmann <gerd@gnu.org>
2122
2123 * textmodes/ispell.el (ispell): Doc fix.
2124
f9d5f611
KH
21252000-12-08 Kenichi Handa <handa@etl.go.jp>
2126
2127 * international/quail.el (quail-insert-decode-map): Check the
2128 frame width of a window displaying the current buffer, not that of
2129 the selected frame.
2130 (quail-help): Make sure that the help buffer has window before
2131 inserting text in it.
2132
e04d21aa
SS
21332000-12-07 Sam Steingold <sds@gnu.org>
2134
2135 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2136 Backquote is used in isearch.el, so autoloading saves nothing.
2137
fc3e23a4
EZ
21382000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2139
137cad7c
EZ
2140 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2141 the CVS and RCS subdirectories case-insensitively.
2142
fc3e23a4
EZ
2143 * dired.el (dired-insert-directory): If file-system-info is
2144 fboundp, call it instead of invoking dired-free-space-program.
2145
796ecd10
GM
21462000-12-07 Gerd Moellmann <gerd@gnu.org>
2147
0f5f7c3e
GM
2148 * server.el (server-visit-files): Push files on file-name-history.
2149
3764ba49
GM
2150 * progmodes/cc-langs.el: Update copyright.
2151
8e7931da
GM
2152 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2153
ae0d7485 2154 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2155
796ecd10
GM
2156 * bindings.el (mode-line-mode-menu): Reverse the order
2157 of define-keys so that the menu appears in alphabetical order.
2158
ae0d7485
GM
21592000-12-07 Milan Zamazal <pdm@freesoft.cz>
2160
2161 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2162 of the function.
2163
e2849090
DL
21642000-12-07 Dave Love <fx@gnu.org>
2165
2166 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2167
2168 * facemenu.el (facemenu-unlisted-faces): Fix value.
2169
5c7f629c
SM
21702000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2171
2172 * font-lock.el (font-lock-default-fontify-region):
2173 Include the terminating \n (off-by-one error).
2174 (font-lock-set-defaults): Use dolist.
2175
2176 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2177
73481ae3
KH
21782000-12-07 Kenichi Handa <handa@etl.go.jp>
2179
ffbaa122
KH
2180 * international/mule-cmds.el (describe-language-environment): Fix
2181 for the case that an input method title is not string but a list.
2182
73481ae3
KH
2183 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2184 of wrong SIZE record.
2185
e2896b22
DL
21862000-12-06 Dave Love <fx@gnu.org>
2187
67292061
DL
2188 * newcomment.el (comment-region, comment-dwim): Doc fix.
2189
2190 * textmodes/texinfo.el: Require tex-mode when compiling.
2191 (texinfo-update-node): Doc fix.
2192 (texinfo-imenu-generic-expression): Add @anchor.
2193 (texinfo-font-lock-keywords): Add @uref.
2194 (texinfo-inside-macro-p): Don't use ignore-errors.
2195 (texinfo-insert-quote): Match more contexts.
2196
e76938e7
DL
2197 * international/mule.el (decode-char, encode-char): Doc fix.
2198 (auto-coding-alist): Customize.
2199
2200 * files.el (load-file): Fix change of 2000-03-12.
2201
e2896b22
DL
2202 * wid-edit.el (widget-text-keymap): Doc fix.
2203
6610f4b2
AI
22042000-12-06 Andrew Innes <andrewi@gnu.org>
2205
2206 * makefile.w32-in (lisp): Set to an absolute directory, namely
2207 $(CURDIR).
2208
9e3366e4
EZ
22092000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2210
2211 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2212 read generated-autoload-file, and set buffer-file-coding-system to
2213 raw-text-unix after reading the file.
2214
2215 * international/mule-conf.el (file-coding-system-alist): Use
2216 raw-text for reading loaddefs.el and raw-text-unix for writing
2217 it.
2218
d94d636f
GM
22192000-12-06 Gerd Moellmann <gerd@gnu.org>
2220
384333ee
GM
2221 * replace.el (occur): Make line-number-width 1 smaller for the
2222 colon following the line number.
2223
347d0813
GM
2224 * startup.el (fancy-splash-text, command-line-1): Use
2225 `File' for the menu name instead of `Files'.
e04d21aa 2226
d4b72d58
GM
2227 * tmm.el: Update copyright.
2228
d94d636f
GM
2229 * cus-start.el: Add entry for even-window-heights.
2230
6e424019
MB
22312000-12-06 Miles Bader <miles@gnu.org>
2232
2233 * faces.el (frame-set-background-mode): Avoid stomping on
2234 locally modified faces.
2235
e6477b58
KH
22362000-12-06 Kenichi Handa <handa@etl.go.jp>
2237
2238 * international/fontset.el: Correct the font registries for
2239 japanese-jisx0213-1 and japanese-jisx0213-2.
2240
21999ab9
GM
22412000-12-05 Gerd Moellmann <gerd@gnu.org>
2242
57d6e381
GM
2243 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2244
21999ab9
GM
2245 * iswitchb.el: Update customization commentary.
2246
7422819c
GM
22472000-12-05 Rob Riepel <riepel@Stanford.EDU>
2248
2249 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2250 (tpu-search-highlight): Fixed comparison of overlay end positions.
2251 (tpu-trim-line-ends): Implemented trimming logic locally.
2252
2253 * emulation/tpu-extras.el (tpu-write-file-hook)
2254 (tpu-set-cursor-bound): Replaced picture-clean with
2255 tpu-trim-line-ends.
2256
73daff18
KH
22572000-12-05 Kenichi Handa <handa@etl.go.jp>
2258
2259 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2260 to cn-gb.
2261 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2262
6a4cd002
DL
22632000-12-04 Dave Love <fx@gnu.org>
2264
2265 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2266
6452929e
GM
22672000-12-04 Gerd Moellmann <gerd@gnu.org>
2268
e04d21aa 2269 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2270 (rmail-summary-expunge-and-save): Ask for confirmation with
2271 rmail-expunge-confirmed.
2272
2273 * mail/rmail.el (rmail-expunge-confirmed): New function.
2274 (rmail-expunge): Use it.
2275
0c68ce6f
GM
2276 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2277 (etags-recognize-tags-table, find-tag-in-order): New
2278 functionality: interpret file names as tags.
e04d21aa 2279
7a53d8c8
EZ
22802000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2281
2282 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2283 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2284 visit the first subnode until the bottom of the current node is
2285 visible.
2286
caa15ef7
GM
22872000-12-04 Gerd Moellmann <gerd@gnu.org>
2288
2289 * format.el (format-decode): Don't change buffer's undo list.
2290
e225faa7
KH
22912000-12-04 Kenichi Handa <handa@etl.go.jp>
2292
2293 * faces.el (face-font-registry-alternatives): Add entries for CJK
2294 fonts. Doc-string adjusted for the actual usage of this data.
2295
2296 * international/fontset.el: Change the font registries for CJK
2297 fonts in the default fontset. Don't append '*' to registries.
2298
8b262a65
SM
22992000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2300
e04d21aa 2301 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2302 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2303
2304 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2305 (derived-mode-p): New function.
2306 (derived-mode-make-docstring): Add `docstring' argument.
2307 Use it if available and complete it if necessary.
2308
33c4460b
AS
23092000-12-03 Andreas Schwab <schwab@suse.de>
2310
2311 * type-break.el (type-break): Don't make parent of itself.
2312
5c9b3fac
MB
23132000-12-03 Miles Bader <miles@gnu.org>
2314
2315 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2316
27ce741e
SM
23172000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2318
07c16ec4
SM
2319 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2320 (tex-main-file, tex-file): Simplify.
2321 (tex-generate-zap-file-name): Use subst-char-in-string.
2322 (tex-strip-dots): Remove.
2323
c19cc275
SM
2324 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2325
27ce741e
SM
2326 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2327 to check if the match succeeded.
2328
285991dc
GM
23292000-12-02 Gerd Moellmann <gerd@gnu.org>
2330
2331 * startup.el (use-fancy-splash-screens-p): New function.
2332 (command-line-1): Use it to determine whether or not to use
2333 a fancy splash screen.
2334
52dca1b2
AS
23352000-12-02 Andreas Schwab <schwab@suse.de>
2336
2337 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2338
d3e7e7cf
EZ
23392000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2340
2dce2360
EZ
2341 * international/mule.el (make-char): Fix last change.
2342
9768eaa7
EZ
2343 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2344 New defcustoms.
2345 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2346 autoloading tex-mode; instead, do the same manually. Use
2347 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2348 with numeric argument. Docstring fix.
2349 (toplevel): Require cl when compiling.
e04d21aa 2350
285991dc 2351 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2352
0dd5e255
JR
23532000-12-02 Jason Rumney <jasonr@gnu.org>
2354
2355 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2356 the Emacs Lisp manual)
2357
fbb87147
EZ
23582000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2359
5cbb3e93
EZ
2360 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2361
fbb87147
EZ
2362 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2363 the Emacs Lisp manual).
2364
1636ca09
GM
23652000-12-02 Gerd Moellmann <gerd@gnu.org>
2366
2367 * simple.el (next-line-add-newlines): Change default to nil.
2368
68875f0e
EZ
23692000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2370
2371 * files.el (revert-buffer, recover-file): Bind
2372 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2373
fd9ac94c
GM
23742000-12-01 Gerd Moellmann <gerd@gnu.org>
2375
2376 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2377
45450dd5
MB
23782000-12-01 Miles Bader <miles@gnu.org>
2379
2380 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2381
09df8881
KH
23822000-12-01 Kenichi Handa <handa@etl.go.jp>
2383
2384 * international/mule-diag.el (describe-char-after): Fix typo.
2385 (describe-character-set, non-iso-charset-alist): Fix typo.
2386
dea0a87d
MB
23872000-12-01 Miles Bader <miles@gnu.org>
2388
b170205b
MB
2389 * image-file.el (image-file-name-regexp): Automatically add
2390 upper-case variants of each filename extension in
2391 `image-file-name-extensions', since they seem to be common.
2392
e04d21aa 2393 * simple.el (minibuffer-contents)
dea0a87d
MB
2394 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2395 New functions.
2396 * filecache.el (file-cache-directory-name)
2397 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2398
2b69bc11 23992000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2400
dea0a87d
MB
2401 * filecache.el (file-cache-minibuffer-complete): Don't try to
2402 delete the minibuffer prompt.
2403
a8a1b05d
DL
24042000-11-30 Dave Love <fx@gnu.org>
2405
2406 * cus-start.el: Fix read-buffer-function type.
2407
693c4692
GM
24082000-11-30 Gerd Moellmann <gerd@gnu.org>
2409
2410 * md5.el: Removed. There's a built-in function, now.
2411
2c0b1898
GM
24122000-11-30 Markus Rost <rost@math.ohio-state.edu>
2413
2414 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2415 as dummy 0-th char of rmail-deleted-vector.
2416
63dfcf4b
EZ
24172000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2418
2419 * ps-print.el (ps-end-job): Bind case-fold-search only after
2420 switching to ps-spool-buffer.
2421
24222000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2423
2424 * ps-print.el: Line number font customization. PostScript: Lines and
2425 PageCount are initialized on each page. Doc Fix.
2426 (ps-print-version): New version number (6.3.2).
2427 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2428 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2429 (ps-right-header): Customization fix.
2430 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2431 Fix code.
2432 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2433 New vars.
2434
df3aedcf
GM
24352000-11-30 Gerd Moellmann <gerd@gnu.org>
2436
edfb795e
GM
2437 * bs.el: Fix typos and spelling errors.
2438 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2439 (bs-configuration): Doc fix.
e04d21aa 2440
df3aedcf
GM
2441 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2442
8b8a7f01
GM
24432000-11-30 Rob Riepel <riepel@Stanford.EDU>
2444
2445 * emulation/tpu-edt.el (tpu-version): New version.
2446 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2447 (tpu-original-mode-line): Variable deleted.
2448 (tpu-mark-flag): New initial value.
2449 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2450 tpu-mark-flag to minor-mode-alist.
2451 (tpu-update-mode-line): New mark flag logic.
2452 (tpu-get): Use find-file-wildcards.
2453 (tpu-search-highlight): Move overlay less, reset overlay properly.
2454 (tpu-unselect): Deactivate mark.
2455 (tpu-lm-replace): Reset overlay properly.
2456 (tpu-forward-line): Use forward-visible-line.
2457 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2458
2459 * emulation/tpu-extras.el (tpu-forward-line): Use
2460 forward-visible-line.
e04d21aa 2461
c069a9d3
GM
24622000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2463
2464 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2465
b02cd40b
GM
24662000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2467
2468 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2469 and skip whitespace and newlines.
e04d21aa 2470
b7a90344
SM
24712000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2472
2473 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2474
be6bbb55
GM
24752000-11-29 Gerd Moellmann <gerd@gnu.org>
2476
0383ed60
GM
2477 * help.el (describe-function-1): Regexp-quote function name
2478 when used as part of a regexp.
2479
c7957947
GM
2480 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2481 face-attribute instead of face-foreground and face-background.
2482 (tool-bar-add-item): Likewise, and handle unspecified colors.
2483
2484 * enriched.el (enriched-face-ans): Use face-attribute instead
2485 of face-foreground and face-background.
2486
2487 * faces.el (face-foreground, face-background, face-stipple):
2488 Return nil if attribute is unspecified, for backward
2489 compatibility.
2490
7423978d
GM
2491 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2492
ef128c78
GM
2493 * play/5x5.el: Remove version info.
2494
a81fc510
GM
2495 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2496
be6bbb55
GM
2497 * frame.el (blink-cursor-mode): Doc fix.
2498
f9396e03
GM
24992000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2500
2501 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2502 to create Makefile rules.
2503 (antlr-tool-command): New user option.
2504 (antlr-ask-about-save): New user option.
2505 (antlr-makefile-specification): New user option.
2506 (antlr-file-formats-alist): New variable.
2507 (antlr-special-file-formats): New variable.
2508 (antlr-unknown-file-formats): New user option.
2509 (antlr-help-unknown-file-text): New variable.
2510 (antlr-help-rules-intro): New variable.
2511 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2512 (antlr-mode-menu): Add entries.
2513 (antlr-file-dependencies): New function.
2514 (antlr-directory-dependencies): New function.
2515 (antlr-superclasses-glibs): New function.
2516 (antlr-run-tool): New command.
2517 (antlr-makefile-insert-variable): New function.
2518 (antlr-insert-makefile-rules): New function.
2519 (antlr-show-makefile-rules): New command.
2520
2521 * antlr-mode.el: More Emacs/XEmacs stuff.
2522 (antlr-no-action-keywords): New constant with value nil.
2523 (antlr-font-lock-keywords-alist): Use it. Old value would break
2524 syntax highlighting in Emacs-21.0.
2525 (antlr-default-directory): Emacs/XEmacs dependend function.
2526 (antlr-read-shell-command): Ditto.
2527 (antlr-with-displaying-help-buffer): Ditto.
2528
25292000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2530
2531 * antlr-mode.el: imenu, parsing and highlighting changes.
2532 (antlr-imenu-create-index-function): Don't create extra submenus
2533 for definitions in different grammar classes. It is not necessary
2534 for the menu and would make command `imenu' awkward to use.
2535 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2536 header actions and more than one.
2537 (antlr-font-lock-tokendef-face): Changed color.
2538 (antlr-font-lock-tokenref-face): Changed color.
2539 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2540 (antlr-mode-syntax-table): New variable.
2541 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2542 (antlr-with-syntax-table): Don't copy syntax table.
2543
25442000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2545
2546 * antlr-mode.el: Minor changes: language setting.
2547 (antlr-language-alist): The value for file option "language" can
2548 be both an identifier and a string.
2549 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2550 (antlr-language-limit-n-regexp): Change accordingly.
2551
25522000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2553
2554 * antlr-mode.el: Minor changes: tabs, hiding.
2555 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2556 (antlr-action-visibility): Also allow value nil to also hide the
2557 braces. Renamed from `antlr-tiny-action-length'.
2558 Suggested by Jay@aol.com.
2559 (antlr-hide-actions): Change accordingly. Hide line if completely
2560 hidden action is on a line of its own.
e04d21aa 2561
6ad948eb
SM
25622000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2563
2564 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2565
2566 * sort.el (sort-columns): Don't concat strings with numbers.
2567
9c6a4107
DL
25682000-11-29 Dave Love <fx@gnu.org>
2569
2570 * cus-edit.el (face): Fix :format.
2571
2572 * mail/feedmail.el: Require smtpmail when compiling.
2573 (mail-do-fcc): Autoload.
2574 (feedmail) <defgroup>: Fix :link.
2575 (feedmail-nuke-body-in-fcc): Fix :type.
2576 (feedmail-send-it): Add autoload cookie.
2577
053b8d35
SM
25782000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2579
2580 * newcomment.el (comment-indent): Save excursion around call to
2581 comment-indent-function.
2582
242c13e8
MB
25832000-11-29 Miles Bader <miles@gnu.org>
2584
2585 * subr.el (member-ignore-case): Return the tail of the list who's
2586 car matches, like `member', not the matching element itself.
2587
8f4b5f28
KH
25882000-11-29 Kenichi Handa <handa@etl.go.jp>
2589
2590 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2591 should not contain `\n'.
2592
bebe4a2c
GM
25932000-11-28 Gerd Moellmann <gerd@gnu.org>
2594
fd9ac94c 2595 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2596
ba7e40eb
GM
2597 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2598
75ab0c79
GM
2599 * dired-aux.el (dired-do-create-files): Construct default file
2600 name for dired-mark-read-file-name so that when the user enters
2601 just RET, the target file will end up in the target directory.
2602
bebe4a2c
GM
2603 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2604 local-abbrev-table before changing buffers because it might
2605 have a buffer-local binding.
2606
fa6d1ca8
MB
26072000-11-28 Miles Bader <miles@gnu.org>
2608
2609 * simple.el (delete-horizontal-space): Handle fields more generally.
2610
8d2c2642
GM
26112000-11-28 Gerd Moellmann <gerd@gnu.org>
2612
2613 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2614
8b31236d
DL
26152000-11-28 Dave Love <fx@gnu.org>
2616
3cbd02d2
DL
2617 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2618 comment-start-skip locally.
2619
8b31236d
DL
2620 * progmodes/fortran.el (fortran-mode): Don't set
2621 fortran-comment-line-start-skip. Set comment-start to
2622 fortran-comment-line-start.
2623 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2624 (fortran-comment-line-start-skip): Simplify slightly.
2625
ae4bf56d
GM
26262000-11-28 Gerd Moellmann <gerd@gnu.org>
2627
17ef7534
GM
2628 * play/5x5.el: Remove RCS keyword.
2629
fd9ac94c 2630 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2631
665b27a6
GM
26322000-11-28 Milan Zamazal <pdm@freesoft.cz>
2633
2634 * textmodes/tildify.el (tildify-string-alist): Add
2635 `plain-tex-mode' here.
2636
fe3c2ae3
GM
26372000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2638
2639 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2640 reference.
2641
d970106b
MB
26422000-11-28 Miles Bader <miles@gnu.org>
2643
36b80a0d
MB
2644 * cus-face.el (custom-face-attributes): Add post-filter function
2645 for :box. Make pre-filter function for :box handle all cases.
2646
d970106b
MB
2647 * wid-edit.el (widget-choose): Make sure pop-up window is large
2648 enough to display all the choices, as there's no way to scroll it.
2649
5a2bae6c
KH
26502000-11-28 Kenichi Handa <handa@etl.go.jp>
2651
2652 * international/mule-conf.el: Make the coding system no-conversion
2653 safe for all characters.
2654
9e836e23
DL
26552000-11-27 Dave Love <fx@gnu.org>
2656
8b31236d
DL
2657 * net/ldap.el (ldap) <defgroup>: Add :version.
2658
9e836e23
DL
2659 * tooltip.el (tooltip-use-echo-area): Doc fix.
2660
2661 * cus-start.el <minibuffer-prompt-properties>: Add version.
2662 <read-buffer-function>: Add.
2663
2664 * apropos.el (apropos-print): Add help-echo to active text.
2665
2666 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2667
4a74d071
GM
26682000-11-27 Gerd Moellmann <gerd@gnu.org>
2669
2670 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2671 type, group and version.
2672
76058c27
EZ
26732000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2674
4a74d071 2675 * select.el (x-get-selection): Docstring fix.
76058c27 2676
fd9ac94c 26772000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2678
fd9ac94c 2679 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2680
49060c51
AI
26812000-11-27 Andrew Innes <andrewi@gnu.org>
2682
2683 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2684
2685 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2686
b2a8e429
MB
26872000-11-27 Miles Bader <miles@gnu.org>
2688
2689 * dired.el (dired-get-filename): Return filename verbatim if
2690 LOCALP is `verbatim'.
2691 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2692 `verbatim' so that we don't inadvertently delete a non-existant
2693 directory name.
2694
5ac0366d
KH
26952000-11-27 Kenichi Handa <handa@etl.go.jp>
2696
2697 * international/characters.el: Specify cases and syntaxes for
2698 mule-unicode-0100-24ff.
2699
67f1cf4c
GM
27002000-11-27 Gerd Moellmann <gerd@gnu.org>
2701
2702 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2703 that foreground and/or background colors of the face `tool-bar'
2704 are unspecified.
2705
46c56972
MB
27062000-11-27 Miles Bader <miles@gnu.org>
2707
e04d21aa 2708 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2709 (widget-field-end): Handle widget field `pseudo-overlays'.
2710 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2711 if it's there instead of in `widget-field-list'.
2712
46c56972 2713 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2714 (help-make-xrefs): Delete extraneous newlines at the end of the
2715 docstring.
46c56972 2716
640a9cdd
JR
27172000-11-25 Jason Rumney <jasonr@gnu.org>
2718
2719 * startup.el (command-line): Call set-locale-environment after
2720 Window System init file is read, as it can result in a call to
2721 redraw-frame.
2722
0b3f96d4
EZ
27232000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2724
2725 * simple.el (shell-command): Mention the effect of the prefix
2726 argument in the doc string.
2727
8da6e2a1
MB
27282000-11-25 Miles Bader <miles@gnu.org>
2729
a658d039
MB
2730 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2731
8da6e2a1 2732 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2733 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2734
d3416cca
JR
27352000-11-24 Jason Rumney <jasonr@gnu.org>
2736
2737 * international/mule-cmds.el (locale-language-names): Add "jp" as
2738 a non-standard alternative for Japanese.
2739
17e37f53
AS
27402000-11-24 Andre Spiegel <spiegel@gnu.org>
2741
2742 * vc-hooks.el: Require 'cl during compilation.
2743
9aa5f148
GM
27442000-11-24 Gerd Moellmann <gerd@gnu.org>
2745
ba193890
GM
2746 * faces.el (face-set-after-frame-default): Let face attributes
2747 specified for new frames override frame parameters.
2748
9aa5f148
GM
2749 * startup.el (command-line): Fix computation of the source file
2750 for user-init-file when user-init-file is a compiled file.
2751
51a1edab
MB
27522000-11-24 Miles Bader <miles@gnu.org>
2753
e04d21aa 2754 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2755 (custom-post-filter-face-spec): New functions.
2756 (custom-face-set, custom-face-value-create): Filter the face spec
2757 before and after customization.
2758 (custom-face-set): If VALUE specifies a null face, pass a
2759 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2760 * cus-face.el (custom-face-attributes): Remove SET and GET
2761 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2762 cases they're needed.
2763
1ed74431
MB
2764 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2765 that it's distinguishable from the :off-glyph on dark-background
2766 displays. Set its background color too.
2767
67ee1125
MB
2768 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2769 so that people can easily turn it off.
2770
7d027816 27712000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2772
7d027816 2773 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2774
9aa5f148 2775 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2776
9aa5f148 2777 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2778
9aa5f148 2779 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2780 redundant skip-small-frames test.
e04d21aa 2781
9aa5f148 2782 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2783 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2784
9aa5f148
GM
2785 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2786 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2787 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2788 functions.
e04d21aa 2789
9aa5f148 2790 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2791
9aa5f148 2792 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2793
f07fa1b8
KH
27942000-11-24 Kenichi Handa <handa@etl.go.jp>
2795
2796 * international/mule-diag.el (list-iso-charset-chars): For
2797 two-byte charset, fix the `while' condition.
2798 (list-non-iso-charset-chars): Fix the `while' condition.
2799
ba8299ff
SM
28002000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2801
79372165
SM
2802 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2803 if the variable is make-variable-buffer-local.
2804
ba8299ff
SM
2805 * progmodes/ada-stmt.el (ada-template-map): Initialize
2806 and bind it to C-c t in ada-mode-map.
2807 (ada-stmt-mode-hook): New function extracted from old code.
2808 Only change the buffer-local side of skeleton-*.
2809 (ada-mode-hook): Use it.
2810
68a887fa
EZ
28112000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2812
2813 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2814 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2815 we expect to be returned by minibuffer-depth once we prompt the
2816 user in the minibuffer.
2817 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2818 as recorded in iswitchb-minibuf-depth, return non-nil.
2819
3b345582
EZ
28202000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2823 (hscroll-window-maybe): Docstring fix.
2824
595dead2
DL
28252000-11-23 Dave Love <fx@gnu.org>
2826
2827 * rect.el (string-rectangle): Don't test delete-selection-mode.
2828
1e66b27a
GM
28292000-11-23 Gerd Moellmann <gerd@gnu.org>
2830
02790ce2
GM
2831 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2832 is in the tool bar.
2833
1e66b27a
GM
2834 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2835 with `no-dir'; we want the directory part to be able to remove
2836 it.
2837
a4caa65d
SM
28382000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2839
2840 * textmodes/outline.el (outline-flag-region):
2841 Don't bind inhibit-read-only since we don't modify the buffer.
2842 (outline-isearch-open-invisible): Don't jump to overlay-start
2843 since we're trying to unhide text around point.
2844 (outline-discard-overlays): Use dolist.
2845
2846 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2847
03e757c1
GM
28482000-11-22 Gerd Moellmann <gerd@gnu.org>
2849
e04d21aa 2850 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2851 y-or-n-p.
e04d21aa 2852
1598a961
SM
28532000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2856 Fix ARG regexp to skip quoted braces.
2857 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2858 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2859 are (correctly) handled separately).
2860 Remove `caption' and `footnote' from `citations': they contain text.
2861 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2862 (latex-skeleton-end-hook): New function.
2863 (latex-mode): Use it.
2864 (tex-start-tex-marker): Remove.
2865 (tex-send-tex-command): Don't set tex-start-tex-marker.
2866 (tex-error-parse-syntax-table): New var.
2867 (tex-compilation-parse-errors): Use it.
2868 Ignore tex-start-tex-marker. Don't bother with marker-position.
2869 (tex-validate-buffer): Don't bother with marker-position.
2870
2871 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2872 (flyspell-generic-progmode-verify): Use it.
1598a961 2873
eaae8106
SS
28742000-11-22 Sam Steingold <sds@gnu.org>
2875
03e757c1
GM
2876 * simple.el (delete-trailing-whitespace): New interactive
2877 function.
e04d21aa 2878
eaae8106 2879 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2880 `ada-remove-trailing-spaces'.
eaae8106 2881 (ada-remove-trailing-spaces): Removed.
e04d21aa 2882
eaae8106 2883 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2884
1598a961
SM
2885 * textmodes/picture.el (picture-clean): Removed.
2886 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2887
a41d49e9
GM
28882000-11-22 Gerd Moellmann <gerd@gnu.org>
2889
e053c60f
GM
2890 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2891
a41d49e9
GM
2892 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2893 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2894 do anything special when jit-lock is active.
a41d49e9
GM
2895 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2896
197615f3
DL
28972000-11-22 Dave Love <fx@gnu.org>
2898
ddbfaa9f
DL
2899 * calendar/todo-mode.el (todo-top-priorities): Use
2900 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2901
ddc3c695
DL
2902 * language/chinese.el, language/cyrillic.el:
2903 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2904 * language/hebrew.el, language/indian.el, language/japanese.el:
2905 * language/korean.el, language/lao.el, language/misc-lang.el:
2906 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2907 Use provide.
2908
fb9fa98d
DL
2909 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2910 (custom-variable-set): Improve validation error mesage.
2911
197615f3
DL
2912 * rect.el (string-rectangle): Revert last change.
2913 (string-rectangle-line): New arg DELETE.
2914 (string-rectangle): Check delete-selection-mode.
2915
2916 * emacs-lisp/edebug.el (edebug-version)
2917 (edebug-maintainer-address): Deleted.
2918 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2919 (edebug-read-function): Account for other `'#' read forms.
2920 (edebug-mode-menus): Make some items toggles.
2921 (edebug-outside-unread-command-event, unread-command-event):
2922 Remove these to avoid warnings.
2923
f4117c4d
GM
29242000-11-22 David Ponce <david@dponce.com>
2925
2926 * recentf.el (recentf-menu-items-for-commands)
2927 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2928 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2929
f4117c4d
GM
2930 (recentf-build-dir-rules, recentf-dump-variable)
2931 (recentf-edit-list, recentf-open-files-item)
2932 (recentf-open-files): Replaced unnecessary `mapcar' with new
2933 built-in `mapc'.
eaae8106 2934
f8e2f3f2
MB
29352000-11-23 Miles Bader <miles@gnu.org>
2936
2937 * faces.el (menu): Make inverse-video on ttys too.
2938
4c4a541d
SM
29392000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2940
2941 * simple.el (comment-line-break-function): Use the new name
2942 indent-new-comment-line -> comment-indent-new-line.
2943 (clone-indirect-buffer): Don't ignore NORECORD.
2944 (next-completion): Properly handle the case where items are adjacent.
2945
2946 * mouse.el (popup-menu): Stupid typo.
2947
980d836e
GM
29482000-11-22 Gerd Moellmann <gerd@gnu.org>
2949
60e8e0a5
GM
2950 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2951 maintainer, keywords tags.
2952
980d836e
GM
2953 * rect.el (replace-rectangle): Don't call string-rectangle-line
2954 with too many arguments.
2955
e08b2069
AS
29562000-11-22 Andre Spiegel <spiegel@gnu.org>
2957
60e8e0a5 2958 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2959 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2960 vc-locking-user, which no longer exists.
2961
2962 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2963
c6779d8d
DL
29642000-11-22 Dave Love <fx@gnu.org>
2965
2966 * md5.el (md5): Provide.
2967 (md5): Fix error call.
2968
e672fdce
MB
29692000-11-22 Miles Bader <miles@gnu.org>
2970
eaae8106 2971 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2972 (refill-fill-paragraph-at): Remove debugging code.
2973
80e24c04
MB
2974 * calendar/calendar.el (generate-calendar-window): When we don't
2975 call `fit-window-to-buffer', make sure the top line is fully visible.
2976
3a17d6cc
MB
2977 * image-file.el (insert-image-file): Don't make `read-only'
2978 property rear-nonsticky.
2979
ae1a21c6
MB
2980 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2981 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2982 stashing away its original value.
2983 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2984 in the recursive edit.
2985 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2986 (isearch-done): Restore `minibuffer-message-timeout'.
2987
e672fdce
MB
2988 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2989
3ea79df8
SM
29902000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2991
2992 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2993
2994 * find-lisp.el (find-lisp-find-files-internal):
2995 Use dolist, when and file-name-as-directory.
2996
980d836e 2997 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2998 (define-derived-mode, define-minor-mode): Add specs.
2999
3000 * window.el: General comment and spacing fixes.
3001 (save-selected-window): Use backquotes.
3002 (window-safely-shrinkable-p): New function.
3003 (shrink-window-if-larger-than-buffer): Use it.
3004
3005 * subr.el (make-local-hook): Docstring fix.
3006
3007 * shell.el (shell-mode): Use define-derived-mode.
3008
3009 * newcomment.el (comment-indent): Insert comment before calling
3010 comment-indent-function. Don't insert in column 0.
3011 (comment-dwim): Indent before inserting comment.
3012
3013 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3014 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3015 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3016 Use mapc rather than map.
3017
3018 * files.el (find-buffer-visiting): Compare all attributes before
3019 declaring two files identical (rather than just their inode-no).
3020 (auto-mode-alist): Use \' rather than $.
3021
3022 * which-func.el: Update maintainer line.
3023
3024 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3025 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3026 (uniquify-buffer-file-name): Use it.
3027
8f62f2b8
MB
30282000-11-22 Miles Bader <miles@gnu.org>
3029
3030 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3031 * simple.el (minibuffer-avoid-prompt): New function.
3032
fb279a6d
GM
30332000-11-21 Gerd Moellmann <gerd@gnu.org>
3034
3035 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3036
867092e9
MB
30372000-11-21 Miles Bader <miles@gnu.org>
3038
ef860850
MB
3039 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3040 inclusion of `track-mouse'.
3041
867092e9
MB
3042 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3043 (refill-adjust-ignorable-overlay): New function.
3044 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3045 only the paragraph's tail if possible.
3046 Update `refill-ignorable-overlay'.
3047 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3048
3049 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3050 point inside the fill-prefix.
3051
3052 * textmodes/refill.el (refill-post-command-function): Don't reset
3053 refill-doit in the case where a self-insertion command doesn't
3054 case a refill. Use `refill-fill-paragraph-at', getting position
3055 from `refill-doit'.
3056 (refill-after-change-function): Set `refill-doit' to END.
3057 (refill-fill-paragraph-at): New function, mostly from old
3058 refill-fill-paragraph.
3059 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3060 (refill-pre-command-function): New function.
3061 (refill-mode): Add it to `pre-command-hook'.
3062
ff9ab414
GM
30632000-11-20 Gerd Moellmann <gerd@gnu.org>
3064
29a01b72
GM
3065 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3066
ff9ab414
GM
3067 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3068 javadoc tags.
eaae8106 3069
885b211b
AS
30702000-11-20 Andre Spiegel <spiegel@gnu.org>
3071
3072 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3073 vc.el).
3074
eaae8106 3075 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3076 require vc.
eaae8106
SS
3077
3078 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3079 checkouts.
eaae8106 3080
d1838556
DL
30812000-11-20 Dave Love <fx@gnu.org>
3082
3083 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3084
2b69bc11 30852000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3086
2b69bc11
GM
3087 * calculator.el (calculator-paste): Use `if' instead of `and'
3088 and `or'.
3089 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3090
b95b34e5
GM
30912000-11-19 Gerd Moellmann <gerd@gnu.org>
3092
030de92f
GM
3093 * info.el (info-menu-5): Doc fix.
3094
b95b34e5
GM
3095 * textmodes/artist.el: New file.
3096
54970452
AS
30972000-11-19 Andre Spiegel <spiegel@gnu.org>
3098
eaae8106 3099 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3100 and differentiate according to checkout model.
3101 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3102 since this function is only concerned with master state.
3103
eaae8106 3104 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3105 vc-default-workfile-unchanged-p): Moved here from vc.el.
3106
eaae8106 3107 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3108 vc-default-workfile-unchanged-p): See above.
3109
e5a9dabf
MB
31102000-11-19 Miles Bader <miles@gnu.org>
3111
3112 * image-file.el (insert-image-file): Make `intangible' and
3113 `read-only' properties rear-nonsticky too.
3114
24127af0
GM
31152000-11-18 Gerd Moellmann <gerd@gnu.org>
3116
d392e9c5 3117 * ps-print.el: Update copyright notice.
eaae8106 3118
d392e9c5
GM
3119 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3120 (tooltip-show): Use the offsets.
3121
24127af0 3122 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3123 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3124 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3125
2b69bc11 31262000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3127
2b69bc11
GM
3128 * ps-print.el (toplevel): Test for find-coding-system being
3129 fboundp before calling ps-x-find-coding-system.
08ea6f17 3130
66321b2f
SM
31312000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3132
3133 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3134 (vc-version-backup-file): Docstring fix.
3135
046110c6
GM
31362000-11-16 Gerd Moellmann <gerd@gnu.org>
3137
4104194e
GM
3138 * files.el (basic-save-buffer): Don't add a newline if
3139 find-file-literally is non-nil.
3140 (find-file-literally): Extend doc string.
3141
046110c6
GM
3142 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3143 sort(1) with the `-f' argument.
3144
6505c16e
AS
31452000-11-16 Andre Spiegel <spiegel@gnu.org>
3146
fd063975
AS
3147 * vc.el: Updated backend documentation.
3148 (vc-default-check-headers): New function.
3149
3d02dd81 3150 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3151
3152 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3153 up-to-date.
eaae8106 3154 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3155 the minibuffer is not active.
fd063975 3156
eaae8106 3157 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3158 `vc-cvs-use-edit' is on.
eaae8106
SS
3159 (vc-cvs-checkout): When this is used for reverting the workfile,
3160 make a backup of the original contents and revert to that in case
8791d617 3161 of error.
eaae8106 3162 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3163 remote repositories.
eaae8106 3164
6505c16e
AS
3165 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3166 for both version and ratio in the minibuffer.
fd063975 3167
eaae8106 3168 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3169 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3170
a13f0660
KH
31712000-11-16 Kenichi Handa <handa@etl.go.jp>
3172
3173 * international/quail.el (quail-start-translation): Don't call
3174 `message' before reading key sequence.
3175
1389a414
MB
31762000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3177
3178 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3179
9256a532
KH
31802000-11-16 Kenichi Handa <handa@etl.go.jp>
3181
3182 * window.el (fit-window-to-buffer): Be sure to acquire at least
3183 one text line even if the buffer is empty.
3184
0e14fe9f
GM
31852000-11-16 Gerd Moellmann <gerd@gnu.org>
3186
eaae8106 3187 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3188 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3189 ange-ftp-process-verbose to nil.
3190
da645c53
DL
31912000-11-15 Dave Love <fx@gnu.org>
3192
233d5cde
DL
3193 * wid-edit.el (widget-specify-field, widget-specify-button): If
3194 :help-echo is a function, set help-echo of overlay to
3195 widget-mouse-help.
3196 (widget-mouse-help): New function.
3197 (widget-echo-help): Rewritten for :help-echo functions only taking
3198 a widget arg.
3199
b12057b9
DL
3200 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3201 display-graphic-p.
3202 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3203 and that JPEG is available.
3204 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3205
da645c53
DL
3206 * international/mule-cmds.el (locale-charset-language-names):
3207 Match @euro.
3208
6d133d1f
GM
32092000-11-15 Gerd Moellmann <gerd@gnu.org>
3210
3211 * faces.el (face-set-after-frame-default): If
0e14fe9f 3212 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3213 default face from X resources.
3214
49ac2ac5
EZ
32152000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3216
3217 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3218 Don't set EMACSLOADPATH.
3219
4fb0a34c
EZ
32202000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3221
3222 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3223 texinfo-insert-@url.
3224 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3225 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3226
bb304a7a
SM
32272000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3228
82bc80bf
SM
3229 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3230 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3231 (checkdoc-minor-keymap): Backward compatibility.
3232 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3233 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3234 (checkdoc-this-string-valid-engine): Be a bit more strict
3235 to avoid matching substrings of `...' quoted vars/funs.
3236 (checkdoc-defun-info): Only look for `interactive' if alone.
3237 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3238
e8c87124
SM
3239 * progmodes/compile.el (grep): `tag-default' can be nil.
3240
bb304a7a
SM
3241 * newcomment.el (comment-indent): Paren typo.
3242
8628686a
DL
32432000-11-14 Dave Love <fx@gnu.org>
3244
25c269ef
DL
3245 * calculator.el: New maintainer version.
3246
66321b2f 3247 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3248
8628686a
DL
3249 * cmuscheme.el: Doc fixes.
3250 (cmuscheme) <defgroup>: Use `scheme' as parent.
3251 (cmuscheme-program-name): Remove. Change uses to
3252 scheme-program-name.
3253
3254 * xscheme.el (scheme-program-name): Don't define here.
3255
3256 * progmodes/scheme.el (scheme-program-name): New variable
3257 (originally in cmuscheme).
3258
88f0a1eb
MB
32592000-11-14 Miles Bader <miles@gnu.org>
3260
3261 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3262 Handle header-lines. Don't loop forever if we can't enlarge the
3263 window anymore. Simplify a bit.
3264
cd9a000c
KH
32652000-11-14 Kenichi Handa <handa@etl.go.jp>
3266
3267 * window.el (fit-window-to-buffer): Don't check
3268 window-text-height. Assure that the last line is fully visible.
3269
3270 * international/quail.el (quail-show-guidance-buf): Call
3271 fit-window-to-buffer to assure the enough height of the guidance
3272 buffer.
3273 (quail-update-guidance): Avoid making the guidance buffer shorter.
3274
d3fcda22
SM
32752000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3276
bdbd9606
SM
3277 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3278 rather than `prepend' and add an interesting comment.
3279 (tex-math-face, tex-font-lock-syntactic-face-function):
3280 New face and function to use it.
3281 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3282 than `menu-enable' symbol property.
3283 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3284 (tex-mode): Add some latex-mode commands for auto-selection.
3285 Use tex-font-lock-syntactic-face-function.
3286 (tex-insert-quote): Simplify.
3287 (tex-shell): New mode.
3288 (tex-start-shell): Use it.
3289 (tex-shell-proc, tex-shell-buf): New functions.
3290 (tex-send-command): Use it.
3291 (tex-main-file): Fix the meaning of the new arg REALFILE.
3292 (tex-send-tex-command): New function split from `tex-start-tex'.
3293 Set compilation-last-buffer and compilation-parsing-end.
3294
d3fcda22
SM
3295 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3296 when it follows non-comment text on the line.
3297
3298 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3299 Set font-lock-defaults.
3300 (lisp-mode-shared-map): Init inside the defvar.
3301 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3302 Use define-derived-mode.
3303
bdab1d43
MB
33042000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3305
3306 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3307
936ae731
GM
33082000-11-14 Gerd Moellmann <gerd@gnu.org>
3309
3310 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3311 recursively optimize body because that can lead to infinite
3312 recursion; see comment there.
3313
1695ca2b
EZ
33142000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3315
3316 * faces.el (face-spec-set-match-display): Revert the change from
3317 2000-10-24. Add a FIXME for after v21.1.
3318
9d348294
MB
33192000-11-13 Miles Bader <miles@gnu.org>
3320
3321 * textmodes/fill.el (skip-line-prefix): New function.
3322 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3323 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3324 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3325 point inside the fill-prefix.
9d348294 3326
b85fa13c
MB
33272000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3328
3329 * calendar/calendar.el (generate-calendar-window): Use
3330 `fit-window-to-buffer'.
3331
a0b47716
SM
33322000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3333
3334 * gud.el (gud-minor-mode): New var.
3335 (gud-symbol, gud-val): New functions.
3336 (gud-find-file): Copy gud-minor-mode to the new buffer.
3337 (gud-menu-map): Include entries for commands that are not always
3338 available, using :enable to (de)activate them.
3339 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3340 (gud-mode-map): New map.
eaae8106 3341 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3342 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3343 Don't set up gud's menu (it's done by the minor-mode).
3344 (gud-minibuffer-local-map): New.
3345 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3346 (gud-query-cmdline): New function.
3347 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3348 (gud-mode): Use define-derived-mode.
3349 Don't set up gud's menu (it's done by the minor-mode).
3350 (gud-chop-words): Remove.
3351 (gud-common-init): Use split-string instead.
3352 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3353
3354 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3355 Add keyword arg :name.
3356
3357 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3358 (diff-count-matches, diff-split-hunk): New functions.
3359 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3360
3361 * pcvs-info.el (cvs-fi-conflict-face): New var.
3362
3363 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3364 Make it into a simple syntax-table, shared among all submodes.
3365 (sh-heredoc-face): Re-introduce.
3366 (sh-font-lock-syntactic-face-function): New function.
3367 (sh-mode): Use it. Also use define-derived-mode.
3368 Remove old bogus setting of indent-region-function.
3369 (sh-set-shell): Don't set the syntax-table any more.
3370 (sh-mode-syntax-table) <defun>: Remove.
3371
f5ed37df
MB
33722000-11-12 Miles Bader <miles@gnu.org>
3373
3374 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3375 message if interactive.
3376
0b074c2f
DL
33772000-11-12 Dave Love <fx@gnu.org>
3378
3379 * mail/feedmail.el: Fix header,
3380 (feedmail) <defgroup>: Add :link.
3381
3382 * view.el: Use local-map property, not keymap on mode-line string.
3383
3384 * scroll-all.el (scroll-all-mode): Customize variable. Add
3385 autoload cookie to function.
3386
3387 * lazy-lock.el: Remove compatibility code.
3388
3389 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3390 (finder-help-echo): New variable.
3391 (finder-mouse-face-on-line): Add help-echo stuff.
3392 (finder-list-keywords, finder-list-matches): Use mapc.
3393
3394 * faces.el (face-font-registry-alternatives): Add :version.
3395
3396 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3397 tags-table-list.
3398
a0b47716 3399 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3400
a0b47716 3401 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3402 (mail-mode): Use [:alnum:] in some regexps.
3403
6d502396
DL
34042000-11-10 Dave Love <fx@gnu.org>
3405
3406 * ediff.el (ediff-regions-internal, ediff-documentation):
3407 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3408 fundamental mode.
3409
3410 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3411 buffer into fundamental mode.
3412 (ediff-set-difference): Use copy-sequence if available.
3413
3414 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3415 ediff-patch-map non-nil.
3416 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3417 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3418 buffer into fundamental mode.
3419
3420 * ediff-merg.el (state-or-merge): Defvar when compiling.
3421
a82fe213
JR
34222000-11-10 Jason Rumney <jasonr@gnu.org>
3423
3424 * w32-fns.el (w32-add-charset-info): New function.
3425 (w32-charset-info-alist): Use it.
3426
52d89894
GM
34272000-11-10 Gerd Moellmann <gerd@gnu.org>
3428
3429 * faces.el (face-font-registry-alternatives): New user-option.
3430
178932de
SM
34312000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3432
d7fa3319
SM
3433 * textmodes/texinfo.el (texinfo-block-default): New var.
3434 (texinfo-insert-block): Use it. Insert a newline if needed.
3435
178932de
SM
3436 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3437 (fill-region-as-paragraph): Use it.
3438
3439 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3440 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3441 Tweak paragraph regexps to allow a leading [ \t]*.
3442 (tex-latex-block): Insert a newline if necessary.
3443 (latex-insert-item): Only insert a newline if necessary.
3444 (tex-guess-main-file): New function.
3445 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3446 Set tex-main-file if TeX-master is provided.
3447 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3448
bd02b8e0
GM
34492000-11-10 Gerd Moellmann <gerd@gnu.org>
3450
3451 * startup.el (command-line): Set the default tooltip-mode
3452 to t for graphical displays which implement x-show-tip.
3453
3454 * tooltip.el (tooltip-mode): Add a comment about startup.el
3455 setting the default value of this user-option.
3456
b29b03eb
SM
34572000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3458
3459 * font-lock.el (font-lock-*-face) <defvar>: Move.
3460 (font-lock-defaults-alist): Mark obsolete.
3461 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3462 (font-lock-mode): Use define-minor-mode.
3463 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3464 (font-lock-turn-off-thing-lock): Be more explicit.
3465 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3466 (font-lock-syntactic-face-function): New var.
3467 (font-lock-fontify-syntactically-region): Use it.
3468 (font-lock-doc-face): New.
3469
3470 * pcvs.el (cvs-enabledp): Ignore errors.
3471 (cvs-commit-filelist): Never query.
3472 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3473 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3474 (cvs-do-removal): Use cvs-partition rather than delete-if.
3475 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3476 cvs-bury-buffer.
3477
3478 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3479 Allow `next' to jump to after the end of the last match.
3480
778fbc46
GM
34812000-11-09 Gerd Moellmann <gerd@gnu.org>
3482
730c746c
GM
3483 * simple.el (byte-compiling-files-p): New function.
3484
3485 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3486 if it is there.
3487
3488 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3489 nil again.
3490
778fbc46
GM
3491 * textmodes/ispell.el (ispell-library-path): Don't call
3492 check-ispell-version when byte-compiling because that starts
3493 an ispell process, and ispell might not be installed.
3494 (toplevel): Don't set up a menu when byte-compiling.
3495
3496 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3497 it, so that a boundp test can be used to determine if we're
3498 currently byte-compiling.
3499
5912c5bb
DL
35002000-11-09 Dave Love <fx@gnu.org>
3501
3502 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3503 eval-after-load.
3504
7bb054a5
GM
35052000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3506
3507 * ps-print.el: Patch for variable initialization when spooling. Doc
3508 fix.
3509 (ps-output-list): Fun eliminated.
3510 (ps-begin-file, ps-begin-job): Code fix.
3511
9db2706e
DL
35122000-11-08 Dave Love <fx@gnu.org>
3513
3514 * ediff-wind.el (ediff-control-frame-parameters): Zero
3515 tool-bar-lines.
3516
f7eb32aa
GM
35172000-11-08 Gerd Moellmann <gerd@gnu.org>
3518
3519 * simple.el (shell-command, display-message-or-buffer)
3520 (shell-command-on-region): Mention resize-mini-windows in the doc
3521 string.
3522 (display-message-or-buffer): Take the value of resize-mini-windows
3523 into account.
3524
7b01b08c
GM
35252000-11-07 Gerd Moellmann <gerd@gnu.org>
3526
acad3c0b
GM
3527 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3528
7b01b08c
GM
3529 * dired.el (dired-between-files): Add `^. find' as an alternative
3530 to the regular expression, for find-dired.
3531
6f602bd0
SM
35322000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3533
3534 * textmodes/texnfo-upd.el: Require texinfo.
3535 (defmacro, defgroup): Remove.
3536 (texinfo-section-to-generic-alist): Remove.
3537 Use texinfo-section-list instead (i.e. level is changed string->int).
3538 (texinfo-filter): New function.
3539 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3540 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3541 Use it. And use regexp-opt.
3542 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3543 (texinfo-update-menu-region-beginning)
3544 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3545 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3546 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3547 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3548 (texinfo-sequential-node-update): Remove autoload cookie.
3549
3550 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3551 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3552 (texinfo-chapter-level-regexp): Remove.
3553 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3554
bb216218
DL
35552000-11-06 Dave Love <fx@gnu.org>
3556
6f602bd0 3557 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3558
6f602bd0
SM
3559 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3560 Match defun*.
bb216218 3561
ff8dd5d5
KH
35622000-11-06 Kenichi Handa <handa@etl.go.jp>
3563
3564 * composite.el (composition-function-table): Variable declaration
3565 moved to src/composite.c.
3566 (compose-chars-after): New optional arg object.
3567
e9da51a1
GM
35682000-11-06 Gerd Moellmann <gerd@gnu.org>
3569
e0c12c68
GM
3570 * bindings.el (mode-line-toggle-read-only)
3571 (mode-line-toggle-modified, mode-line-widen)
3572 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3573 (make-mode-line-mouse2-map): Rewritten.
3574 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3575 functions so that C-h k can show something with a doc string.
eaae8106 3576
e9da51a1
GM
3577 * startup.el (fancy-splash-delay): Set to 10 seconds.
3578 (fancy-splash-max-time): New user-option.
3579 (fancy-splash-stop-time): New variable.
3580 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3581 (fancy-splash-screens-1): Throw `stop-splashing' when current
3582 time is greater than fancy-splash-stop-time.
3583
611dbdf0
SM
35842000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3585
4d2806e2
SM
3586 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3587
611dbdf0
SM
3588 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3589 Prompt user for a file rather than raising an error.
3590 (cvs-enabledp): Fix call to cvs-mode-marked.
3591 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3592 (cvs-mode-insert): Use it. Change the init prompt' value.
3593 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3594
3595 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3596 Don't pass default arg to ewoc-locate.
3597 (ewoc-collect): Return result in the right order.
3598
3599 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3600
3601 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3602 (cvs-status-get-tags): Fix regexp.
3603 (cvs-status-trees, cvs-status-cvstrees):
3604 Combine after change hooks and don't sit-for.
4d2806e2
SM
3605 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3606 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3607 Use make-char rather than hard-coded cryptic data.
3608 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3609
3610 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3611
3612 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3613 (cvs-insert-strings): New function.
3614
937b2877
MB
36152000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3616
3617 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3618 `mwheel-scroll-amount'.
3619 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3620 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3621 string-matching against the version string.
3622
c6c97763
KH
36232000-11-06 Kenichi Handa <handa@etl.go.jp>
3624
6eaec747
KH
3625 * language/thai.el ("Thai"): Set a lisp form that produces
3626 composed string in `sample-text' language info.
3627
3628 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3629 composed string in `sample-text' language info.
3630
3631 * international/mule-cmds.el (describe-language-environment): Eval
3632 `sample-text' data and insert the result.
3633
c6c97763
KH
3634 * international/mule-conf.el (compound-text): Define this coding
3635 system here. Make x-ctext and ctext aliases of it.
3636
3637 * language/european.el (compound-text, ctext): Moved to
3638 international/mule-conf.el.
3639
d1145f85
AI
36402000-11-05 Andrew Innes <andrewi@gnu.org>
3641
3642 * w32-fns.el (w32-version): New function.
3643
178a6a45
SM
36442000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3645
3646 * progmodes/awk-mode.el: Update copyright.
3647 (awk-mode-abbrev-table): Remove.
3648 (awk-font-lock-keywords): Use regexp-opt.
3649 (awk-mode): Use define-derived-mode.
3650
3651 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3652 when extracting a suffix.
3653
1ba90166
AS
36542000-11-04 Andre Spiegel <spiegel@gnu.org>
3655
3656 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3657 auto-save-mode.
3658
546790cb
JR
36592000-11-04 Jason Rumney <jasonr@gnu.org>
3660
3661 * language/european.el (decode-mac-roman): Test against r1 not r0.
3662
d247e32d
SM
36632000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3664
fbf44f44
SM
3665 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3666 (icon-mode): Define indent-line-function.
3667 (icon-comment-indent): Simplify.
3668 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3669
3670 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3671
3672 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3673 Bind change-log-default-mode to defeat the caching done on it.
3674 Don't bother saving excursion any more.
3675
3676 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3677
3678 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3679 (set-frame-font): Use the new name (and the old for compatibility).
3680
eaae8106
SS
3681 * toolbar/tool-bar.el (tool-bar-mode):
3682 * time.el (display-time-mode):
3683 * recentf.el (recentf-mode):
3684 * paren.el (show-paren-mode):
3685 * mwheel.el (mouse-wheel-mode):
3686 * msb.el (msb-mode):
3687 * jka-compr.el (auto-compression-mode):
3688 * image-file.el (auto-image-file-mode):
3689 * hl-line.el (hl-line-mode):
3690 * delsel.el (delete-selection-mode):
3691 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3692 * complete.el (partial-completion-mode): Drop unneeded positional args.
3693
eaae8106 3694 * info.el (Info-mode):
79372165 3695 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3696
d247e32d
SM
3697 * log-edit.el (log-edit-menu): New menu.
3698
4921558e
MB
36992000-11-03 Miles Bader <miles@gnu.org>
3700
3701 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3702 definition, so that trailing spaces are handled properly.
3703 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3704
1fc02b3c
GM
37052000-11-03 Gerd Moellmann <gerd@gnu.org>
3706
3707 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3708 tab character.
3709 (fancy-splash-screens): Set tab-width to 20.
3710
51d001f7
DL
37112000-11-03 Dave Love <fx@gnu.org>
3712
3713 * comint.el (comint-completion-addsuffix): Fix custom type.
3714
ba22aeff
SM
37152000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3716
3717 * font-lock.el (font-lock-buffers): Remove.
3718 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3719 (font-lock-change-major-mode): Remove.
3720 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3721 (font-lock-default-fontify-region): Extend the multiline
3722 fontification to whole lines.
3723 (font-lock-fontify-anchored-keywords)
3724 (font-lock-fontify-keywords-region): If matching just one
3725 line (with \n) only mark the \n as multiline.
3726
3727 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3728 Correctly handle the case where several :group args are supplied.
3729 Allow :extra-args.
3730 (easy-mmode-define-global-mode): Allow :extra-args.
3731 Correctly handle the case where several :group args are supplied.
3732
9c887ada
MB
37332000-11-02 Miles Bader <miles@gnu.org>
3734
eaae8106 3735 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3736 (holiday-face): Remove dependency on `window-system'.
3737
7f25090d
KR
37382000-11-02 Ken Raeburn <raeburn@gnu.org>
3739
3740 * Makefile.in (emacs): Set EMACSLOADPATH always.
3741 (update-authors, .el.elc, compile-files): Don't do it explicitly
3742 here.
9b911107 3743 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3744
7dd6009c
DL
37452000-11-02 Dave Love <fx@gnu.org>
3746
3747 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3748
94821e4f
EZ
37492000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3750
3751 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3752 punctuation in the warning inserted into the *mail* buffer.
3753
1ac3fc42
GM
37542000-11-02 Gerd Moellmann <gerd@gnu.org>
3755
57731876
GM
3756 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3757 (authors-public-domain-p): New function.
3758 (authors-print): Use it.
3759
975f82c9
GM
3760 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3761
1ac3fc42
GM
3762 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3763
4b3eb10f
GM
37642000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3765
975f82c9 3766 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3767 (ps-print-version): New version number (6.3.1).
3768 (ps-even-or-odd-pages): Customization fix.
3769 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3770 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3771 (ps-page-count): Var replaced by `ps-page-column'.
3772 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3773 (ps-print-sheet-p): New fun.
3774
7da794df
MB
37752000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3776
3777 * tooltip.el (tooltip-gud-tips-setup): New function.
3778 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3779 (tooltip-mode): Call tooltip-gud-tips-setup.
3780 (tooltip-gud-tips): Use `gud-basic-call' instead of
3781 process-send-string, so the prompt gets frobbed appropriately.
3782 Handle nil return value from `tooltip-gud-print-command'.
3783
0e40b809
EL
37842000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3785
3786 * comint.el (comint-add-to-input-history): New function.
3787 (comint-send-input): Use `comint-add-to-input-history'.
3788
50ada0db
MB
37892000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3790
973a3104
MB
3791 * info.el (info-menu-header): New face.
3792 (Info-fontify-menu-headers): New function.
3793 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3794
50ada0db
MB
3795 * info.el (Info-insert-dir): Don't include blank lines at
3796 beginning of additional dir files (one is added automatically).
3797
bff53411
SM
37982000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * emacs-lisp/easy-mmode.el (define-minor-mode):
3801 Revert the latest changes.
3802 Allow the three positional arguments to be skipped and replaced
3803 by keyword arguments.
3804 Add a :toggle argument to determine whether a nil arg means toggle
3805 or means turn-on. The default is unchanged.
3806 Add a call to force-mode-line-update.
3807
6b8a0b2d
DL
38082000-11-01 Dave Love <fx@gnu.org>
3809
3810 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3811 cookie.
3812
5bf99100
MB
38132000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3814
3815 * calendar/calendar.el (diary-face, holiday-face): Add
3816 dark-background variants.
3817
a4032611
SS
38182000-10-31 Sam Steingold <sds@gnu.org>
3819
3820 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3821 `tex-main-file' does not have directory in it.
3822
c286608e
SM
38232000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3824
3825 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3826
4836835a
TTN
38272000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3828
3829 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3830 functional change.
3831
26dcb81b
GM
38322000-10-31 Gerd Moellmann <gerd@gnu.org>
3833
3834 * files.el (find-file-noselect): When we expand a wildcard, return
3835 a list of buffers, as we should do according to the doc string.
3836
49fc4500
KR
38372000-10-31 Ken Raeburn <raeburn@gnu.org>
3838
3839 * loadup.el (top level): Adjust load path if program name is
3840 "../src/bootstrap-emacs", in case it's not dumped and thus the
3841 load path adjustment hasn't already been done.
3842
ea0c615d
GM
38432000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3844
3845 * ps-print.el: Fix bug on selected pages for printing. Use
3846 `color-values' for Emacs 21. Ensure fontification when jit-lock
3847 is on. Try to avoid warning messages when compiling. Doc Fix.
3848 (ps-print-version): New version number (6.3).
3849 (ps-color-device): Use `color-values' to determine if device
3850 supports color.
3851 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3852 (ps-print-page-p): Changed from defsubst to defun.
3853 (ps-page-number): Changed from defmacro to defun.
3854 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3855 printing.
c286608e 3856 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3857 (ps-end-file, ps-dummy-page): Funs eliminated.
3858 (ps-print-color-scale): Changed default value.
3859 (ps-page-n-up, ps-print-page-p): New internal vars.
3860 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3861 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3862
9e20722f
GM
3863 * delim-col.el: Little programming improvement.
3864 (delimit-columns-str): New macro.
3865 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3866
d7a0fd00
KH
38672000-10-31 Kenichi Handa <handa@etl.go.jp>
3868
c286608e
SM
3869 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3870 Moved to european.el.
d7a0fd00
KH
3871 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3872 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3873 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3874 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3875
234be340
DL
38762000-10-30 Dave Love <fx@gnu.org>
3877
3878 * progmodes/cc-menus.el (imenu-generic-expression)
3879 (imenu-progress-message): Only defvar when compiling.
3880
4edc4a39
DL
3881 * emacs-lisp/elp.el (elp-unload-hook): New function.
3882
3883 * loadhist.el (unload-feature): Call elp-restore-function,
3884 checking for symbols; don't use elp-restore-all.
3885 (loadhist-hook-functions): Doc fix.
3886
70c825df
SM
38872000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3888
3889 * log-edit.el (log-edit-confirm): Fix the default.
3890
1d3baf74
GM
38912000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3892
3893 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3894 delimit-columns-format.
3895 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3896
1ec321a7
MB
38972000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3898
3899 * comint.el (comint-replace-by-expanded-history): Don't use
3900 comint-get-old-input (we're not looking at *old* input).
3901 (comint-get-old-input-default): If using fields, signal an error
3902 when the point is not in an input field.
3903
70737ea9
KH
39042000-10-30 Kenichi Handa <handa@etl.go.jp>
3905
3906 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3907 and mule-unicode-e000-ffff.
3908
fa0cb51d 3909 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3910 (make-coding-system): Accept a symbol of translation table as a
3911 value of property `safe-chars'.
3912
3913 * international/mule-cmds.el (encode-coding-char): Check property
3914 safe-chars instead of safe-charsets.
3915
3916 * international/fontset.el (fontset-default): Modified for
3917 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3918 (x-font-name-charset-alist): Likewise.
3919 (ccl-encode-unicode-font): New CCL program. Record it in
3920 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3921
70c825df
SM
3922 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3923 New translation tables.
70737ea9
KH
3924 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3925 programs are modified and moved from mac-win.el.
3926 (mac-roman): Definition of this coding system is modified and
3927 moved from mac-win.el.
4836835a 3928
fda2ce24 39292000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3930
1d3baf74 3931 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3932 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3933
dd4d3cb6
MB
39342000-10-29 Miles Bader <miles@gnu.org>
3935
3936 * custom.el (custom-add-to-group): Allow multiple entries for a
3937 given value OPTION, as long as their widget types are different.
3938 * cus-edit.el (custom-face-value-create): If face name doesn't end
3939 with "face", add such here (similar to custom group widgets).
3940
3941 * comint.el (comint-highlight-prompt): Add :type.
3942
dace60cf
JW
39432000-10-28 John Wiegley <johnw@gnu.org>
3944
3945 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3946 Changed this function to operate on a temporary buffer instead of
3947 the main buffer. This not only keeps flyspell from marking a
3948 buffer as changed that wasn't, but it solves the jumpy cursor
3949 problem when attempts are made to edit incorrect words.
3950 (flyspell-maybe-correct-doubling): Same change as for
3951 `flyspell-maybe-correct-transposition'.
3952
3953 * calendar/timeclock.el (timeclock-log): Doc fix.
3954 (timeclock-last-event): Doc fix.
3955 (timeclock-log): Kill the timelog buffer after appending a new
3956 event.
3957 (timeclock-find-discrep): Use a temp buffer to read in the
3958 timelog, instead of visiting the file.
3959 (timeclock-log-data): A new function, along with a host of helper
3960 functions, for the purpose of making timelog data accessible to
3961 programmers.
3962
3963 * eshell/esh-mode.el (window-height test): Make certain that
3964 `eshell-stringify-t' is non-nil.
3965 (eshell-password-prompt-regexp): Changed to a much simpler
3966 password regexp.
3967 (eshell-send-input): If `eshell-invoke-directly' returns t,
3968 directly invoke the parsed command using `eval'. This improves
3969 turn-around time on simple commands by a factor of three or
3970 greater, such as cd, ls, pwd, etc. -- which get used very often.
3971 It also conserves thousands of cons cells per call (since
3972 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3973 in the Pacific Cookie Company).
3974
3975 * eshell/esh-test.el (eshell-test): Whitespace fix.
3976
3977 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3978 `eshell-ls-initial-args' nil when inserting directory contents.
3979
3980 * eshell/em-script.el (eshell-script-initialize): Add names to
3981 `eshell-complex-commands, since `source' and `.' are complex.
3982
0467b076
EZ
3983 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3984 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3985 `eshell-copy-handles'.
3986 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3987 bodies.
3988 (eshell-separate-commands): Whitespace fix.
3989 (eshell-complex-commands): Added a new list of names, for
3990 determining whether a given command is as simple as it looks.
3991 (eshell-invoke-directly): New function. Returns t if a command
3992 should be invoked directly (using `eval'), rather than indirectly
3993 using `eshell-do-eval'.
3994 (eshell-do-eval): Whitespace fix.
3995
3996 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3997 which provides an emulation of the DOS shell behavior of assuming
3998 that cp/mv/ln should copy/move/link to the current directory.
3999 (eshell-remove-entries): Added a doc string.
4000 (eshell-shuffle-files): Removed the check for `target' being null.
4001 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4002 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4003 it to do a smarter check of whether a destination was provided.
4004 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4005 (eshell/ln): Enable `:preserve-args', and use
4006 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4007 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4008 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4009 list after flattening it. This makes it possible to cat files
4010 with numerical names.
4011 (eshell-unix-initialize): Added several names to
4012 `eshell-complex-commands.
4013 (eshell-unix-command-complex-p): Return t if a given command name
4014 may result in external processes being invoked.
4015
4016 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4017 variable nil by default, since it slows down glob processing by a
4018 factor of two or more, and increases memory consumption.
4019
4020 * eshell/em-smart.el: Added a note about how memory consumptive
4021 smart display mode can be (at least this is true in Emacs 21).
4022 (eshell-smart-initialize): Whitespace fix.
4023 (eshell-refresh-windows): Use `if' instead of `when'.
4024 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4025 not necessary.
4026 (eshell-currently-handling-window): Added a missing global
4027 variable.
4028
4029 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4030 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4031 Whitespace fix.
4032 (eshell-ls-exclude-hidden): Added this variable in addition to
4033 `eshell-ls-exclude-regexp'. This one prevents files beginning
4034 with . from even being read, which can improve memory consumption
4035 quite a bit.
4036 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4037 read file entries beginning with a dot. In home directories with
4038 lots of hidden files, fully two-thirds of the time spent in ls is
4039 used to read directory entries that are immediately thrown away.
4040 (eshell-ls-initial-args): Added back this configuration variable,
4041 for specifying default initial arguments to every call to ls.
4042 Much faster than using an alias to do the same thing.
4043 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4044 (eshell-ls-dir): Whitespace change.
4045
4046 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4047
4048 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4049 available.
4050 (eshell-stringify-t): Added a customization variable, to indicate
4051 whether `t' should be rendered as a string at all. If not, one
4052 can still determine if the result of an expression is true using
4053 "file-exists-p FILE && echo true".
4054 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4055 stringify t!
4056
4057 * eshell/esh-module.el: Whitespace fix.
4058
4059 * eshell/em-alias.el (eshell-alias-initialize): Added
4060 `eshell-command-aliased-p' to `eshell-complex-commands'.
4061 (eshell-command-aliased-p): New function that returns t if a
4062 command name names an aliased.
4063
657f9cb8 40642000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4065
0467b076 4066 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4067 redrawing the screen when changing cursor color.
0467b076
EZ
4068 (viper-insert-state-pre-command-sentinel)
4069 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4070 (viper-replace-state-post-command-sentinel):
4071 Use viper-preserve-cursor-color.
657f9cb8
MK
4072 Many functions changed to use viper= instead of = when comparing
4073 characters.
0467b076 4074 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4075 working with characters.
0467b076 4076 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4077 Many functions changed to use viper= instead of = when comparing
4078 characters.
0467b076 4079 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4080
0467b076 4081 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4082 Several typos fixed in various docstrings.
0467b076
EZ
4083 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4084 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4085 hook.
0467b076
EZ
4086 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4087 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4088 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4089 (ediff-get-selected-buffers): New function.
4090 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4091 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4092 save-window-excursion.
0467b076 4093 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4094 termination check in while loop.
0467b076 4095 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4096 dired buffer.
0467b076
EZ
4097 (ediff-files,ediff-merge-files,ediff-files3)
4098 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4099
4f490d99
DL
41002000-10-28 Dave Love <fx@gnu.org>
4101
4102 * info.el (Info-fontify-node): Add help-echo for menu items.
4103
45b84006
EZ
41042000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4105
5ebc02b3
EZ
4106 * startup.el (normal-top-level): If the value of $TERM indicates
4107 we are running from xterm or one of its work-alikes, default to a
4108 light background mode.
4109
45b84006
EZ
4110 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4111 * faces.el (tty-handle-reverse-video): New function.
4112 (tty-create-frame-with-faces): Call it.
4113
4114 * frame.el (frame-notice-user-settings): Don't apply
4115 default-frame-alist and initial-frame-alist to MS-DOS frames.
4116 Call tty-handle-reverse-video, frame-set-background-mode, and
4117 face-set-after-frame-default for non-MS-DOS frames.
4118
4119 * startup.el (tty-long-option-alist): New variable.
4120 (tty-handle-args): New function.
4121 (command-line): Call tty-handle-args.
4122
4123 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4124 startup.el now does that for all character-terminal frames.
4125
eab6e8b9
MB
41262000-10-28 Miles Bader <miles@gnu.org>
4127
4128 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4129 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4130 global. If :global is followed by a non-nil but non-t value,
4131 make the mode buffer-local, but also generate a `global-MODE'
4132 version using `easy-mmode-define-global-mode'. Add
4133 :conditional-turn-on keyword argument.
4134
51a29efc
DL
41352000-10-28 Dave Love <fx@gnu.org>
4136
4137 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4138 use window-system.
4139
d71d7114
EZ
41402000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4141
4142 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4143 Don't call find-buffer-file-type-coding-system. Instead, just
4144 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4145 if the file is on an untranslated filesystem.
4146 (add-untranslated-filesystem): Use "D" instead of "f" inside
4147 interactive.
4148
1f9cab4b
DL
41492000-10-27 Dave Love <fx@gnu.org>
4150
70c825df 4151 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4152 (refill-mode): Use it.
4153
70c825df
SM
41542000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4155
4156 * international/quail.el (quail-activate): Don't make-local-hook.
4157
7432cf10
AS
41582000-10-27 Andre Spiegel <spiegel@gnu.org>
4159
4836835a 4160 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4161 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4162 (vc-make-version-backup): Don't do it on MS-DOS without long file
4163 names.
4836835a 4164
7432cf10
AS
4165 * vc.el (vc-version-other-window): If an automatic backup of the
4166 desired version exists, rename it instead of copying it.
4167
4836835a
TTN
4168 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4169 after command. If there's an unexpected error, signal it instead
7432cf10 4170 of being silent.
e1483c38 4171 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4172
05ea7ef2
MB
41732000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4174
fd1035aa
MB
4175 * shell.el (shell): Add BUFFER argument.
4176 * comint.el (make-comint-in-buffer): New function.
4177 (make-comint): Use it.
4178
05ea7ef2
MB
4179 * faces.el (face-spec-choose): Change syntax so that the list of
4180 attribute-value pairs is now the cdr of each clause, not the cadr.
4181 Detect old-style entries, and handle them. Use pop.
4182
835a55fe
SM
41832000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4184
f5ab1cdd
SM
4185 * cus-edit.el (custom-mode-map): Use a sparse map.
4186 (custom-mode): Don't bother with make-local-hook.
4187
4188 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4189
835a55fe
SM
4190 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4191
c13b0ec8
GM
41922000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4193
4194 * ps-print.el: Avoid compilation gripes.
4195 (ps-print-version): New version number (6.2.1).
4836835a 4196
e9f63196
DL
41972000-10-26 Dave Love <fx@gnu.org>
4198
0b95284b
DL
4199 * menu-bar.el: Modify some menu item help strings.
4200 (menu-bar-help-menu): Add link to MORE.STUFF.
4201
e9f63196
DL
4202 * cus-edit.el (custom-mode): Add `special' mode-class property.
4203
4204 * wid-browse.el (widget-browse-mode): Likewise.
4205
4206 * wid-edit.el (widget-specify-field): Revert to using local-map
4207 property, not keymap.
4208
e276a14a
MB
42092000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4210
c1545d88
MB
4211 * wid-edit.el (widget-field-end): When checking for a `boundary'
4212 field, do so in the correct buffer.
4213
3c1b77ca
MB
4214 * simple.el (undo): Correctly distinguish between numeric and
4215 non-numeric prefix args in non-transient-mark-mode, as per the doc
4216 string. When in transient-mark-mode, treat all prefix-args as
4217 numeric.
4218
f5ab1cdd
SM
4219 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4220 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4221
4222 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4223 (comint-mode-map): Reverse order of `comint-write-output' and
4224 `comint-append-output-to-file'.
4225 (comint-append-output-to-file): Reinstate this function, for the
4226 benefit of the menu.
4227
d97151cb
SM
42282000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4229
4230 * vc.el (vc-version-other-window): Bind `file'.
4231
ea7d6f5b
GM
42322000-10-25 Gerd Moellmann <gerd@gnu.org>
4233
f5ab1cdd 4234 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4235
4236 * emacs-lisp/authors.el (batch-update-authors): New function.
4237 (authors-fixed-entries): New defconst.
4238 (authors-add-fixed-entries): New function.
4239 (authors): Call it.: Don't process lispref/.
4240
17c25cea
JR
42412000-10-25 Jason Rumney <jasonr@gnu.org>
4242
4243 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4244 Merge x w32 and mac definitions.
4245
4ecda532
GM
42462000-10-25 Gerd Moellmann <gerd@gnu.org>
4247
4248 * menu-bar.el (menu-bar-options-menu): Add a help string for
4249 `uniquify'.
4250
b6735035
GM
42512000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4252
f5ab1cdd
SM
4253 * time-stamp.el (time-stamp-string-preprocess):
4254 Fix a wrong type argument error.
b6735035 4255
f4cbc7a0
MB
42562000-10-25 Miles Bader <miles@gnu.org>
4257
4258 * recentf.el (recentf-mode): Variable removed.
4259 (recentf-mode): Use `define-minor-mode'.
4260
4261 * mwheel.el (mouse-wheel-mode): New global minor mode.
4262 (mwheel-install): Use `mouse-wheel-mode'.
4263
f4b020f6
DL
42642000-10-25 Dave Love <fx@gnu.org>
4265
f5ab1cdd
SM
4266 * progmodes/cperl-mode.el (cperl-mode):
4267 Set normal-auto-fill-function correctly.
072cb6f9 4268
f4b020f6
DL
4269 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4270 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4271 bindings.
f4b020f6 4272
ebe2a441
MB
42732000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4274
ff4dcd4b
MB
4275 * wid-edit.el (widget-field-at): New function.
4276 (widget-at, widget-field-activate): Use it.
4277 (widget-tabable-at): Use `widget-at'.
4278 (widget-specify-field): If the terminating character of the widget
4279 field (which is read-only) is a newline, put it into a special
4280 `boundary' field so that C-n/C-p act more naturally.
4281 (widget-field-end): Also don't subtract one if a special
4282 `boundary' field has been added after the widget field.
4283
ebe2a441
MB
4284 * comint.el (comint-output-filter, comint-send-input): Don't
4285 bother adding stickiness fields to overlays to fool the field
4286 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4287
ebe2a441
MB
4288 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4289 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4290 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4291
fe50b6ab
GM
42922000-10-24 Gerd Moellmann <gerd@gnu.org>
4293
53df4dda
GM
4294 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4295 (authors): Set file coding system to iso-2022-7bit. Add
4296 file-local variables to output buffer.
4297
4836835a 4298 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4299 WARN is nil.
4300
53df4dda
GM
43012000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4302
4303 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4304
4305 * delim-col.el: Now there is a column formatting mechanism.
4306 Modified to customization mechanisms convention. Doc fix.
4307 (columns): New group for delim-col.
4308 (delimit-columns-before, delimit-columns-after)
4309 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4310 (delimit-columns-end): New vars.
4311 (delimit-columns-customize, delimit-columns-format): New funs.
4312 (delimit-columns-region, delimit-columns-rectangle)
4313 (delimit-columns-rectangle-line): Modified to support column
4314 formatting.
4836835a 4315
a9839779
DL
43162000-10-24 Dave Love <fx@gnu.org>
4317
4318 * log-edit.el (log-edit): Add :version and a :group for vc.
4319
df0267b8
GM
43202000-10-24 Gerd Moellmann <gerd@gnu.org>
4321
9acc3873
GM
4322 * files.el (after-find-file): Don't print a message ``New file''
4323 if WARN is nil.
4324
63e1b552
GM
4325 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4326 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4327 get duplicate tool-bar entries because we'll see the global ones
4328 on more than one path through keymaps.
4329
1946f901
GM
4330 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4331
df0267b8
GM
4332 * progmodes/cmacexp.el: Change Francesco's email address.
4333
ae3b264b
KH
43342000-10-24 Kenichi Handa <handa@etl.go.jp>
4335
4336 * window.el (fit-window-to-buffer): Adjust point of the window
4337 buffer, not that of the current buffer.
4338
23afac01
EZ
43392000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4340
4341 * progmodes/cmacexp.el: Update the euthor's email address.
4342
22d1a4ed
MB
43432000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4344
4345 * faces.el (face-spec-set-match-display): Add `graphic' display
4346 type (the inverse of `tty'). Use `display-graphic-p' instead of
4347 the window-system variable.
4348
f408aa48
KH
43492000-10-24 Kenichi Handa <handa@etl.go.jp>
4350
4351 * international/isearch-x.el (isearch-with-input-method): Call
4352 input-method-function with the first event in
4353 unread-command-events.
4354
94fe8a31
MB
43552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4356
4357 * faces.el (face-default-spec, face-user-default-spec): Make
4358 defsubsts.
4359
8f47302e
AC
43602000-10-24 Andrew Choi <akochoi@i-cable.com>
4361
4362 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4363 New charsets.
4364
4365 * term/mac-win.el: Remove definitions of mac-roman-lower and
4366 mac-roman-upper, require dired, and define instead of set
4367 mac-ready-for-drag-n-drop to avoid compilation error.
4368
446c097e
AI
43692000-10-23 Andrew Innes <andrewi@gnu.org>
4370
4371 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4372 superfluous calls to subst-char-in-string; instead apply
4373 expand-file-name after convert-standard-filename to ensure
4374 expected directory separators are used.
4375
379b70e7
EZ
43762000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4379
85c766e9
DL
43802000-10-23 Dave Love <fx@gnu.org>
4381
b7e03a67
DL
4382 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4383 (tool-bar-add-item): Set foreground and background for XBM icons.
4384
4385 * international/latin1-disp.el (latin1-char-displayable-p): New
4386 function (from Handa).
4387 (latin1-display-check-font): Use it.
4388
0dcf8835
DL
4389 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4390 using :key-sequence, making it much more usable. Use nconc, not
4391 append.
4392 (imenu--create-keymap-1): Avoid append.
4393
85c766e9 4394 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4395
cb3069bb
MB
43962000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4397
4398 [the following changes fix a bug where `define-minor-mode' didn't
4399 correctly generate :require clauses for defcustoms in compiled files]
4400 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4401 (byte-compile-log-file, byte-compile-log-1): Don't set
4402 `byte-compile-current-file' to nil. Instead set
4403 `byte-compile-last-logged-file' to it. Test whether
4404 byte-compile-current-file equals byte-compile-last-logged-file
4405 instead of whether its nil.
3b6542ba 4406 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4407
6db6243b
SM
44082000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4409
4410 * textmodes/refill.el: Fix var names in doc.
4411 (refill-mode): Don't bother with make-local-hook anymore.
4412
98490598
MB
44132000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4414
e01cd227
MB
4415 * faces.el (face-user-default-spec, face-default-spec): New functions.
4416 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4417 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4418 Use `face-user-default-spec'. Simplify code slightly.
4419
4836835a 4420 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4421 (woman-unknown-face): Add dark-background variants.
4422 (woman-default-faces): Renamed from `woman-colour-faces'.
4423 Set using the stored defaults, rather than using hard-wired colors.
4424 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4425 Just make the foreground `unspecified' rather than "black".
4426 (woman-menu): Rename menu entries accordingly.
4427
98490598
MB
4428 * faces.el (header-line): Make more reasonable on mono/grayscale
4429 displays.
4430
1a578e9b
AC
44312000-10-23 Andrew Choi <akochoi@i-cable.com>
4432
4433 * cus-edit.el (custom-button-face): Use 3D look for mac.
4434 (custom-button-pressed-face): Likewise.
4435
4436 * faces.el (set-face-attributes-from-resources): Handle mac frames
4437 in the same way as x and w32 frames.
4438 (face-valid-attribute-values): Likewise.
4439 (read-face-attribute): Likewise.
4440 (defined-colors): Likewise.
4441 (color-defined-p): Likewise.
4442 (color-values): Likewise.
4443 (display-grayscale-p): Likewise.
4444 (face-set-after-frame-default): Likewise.
4445 (mode-line): Same default face as for x and w32.
4446 (tool-bar): Likewise.
4447
4448 * frame.el: Remove call to frame-notice-user-settings at end of
4449 the file.
4450
4451 * info.el (Info-fontify-node): make underlines invisible for mac
4452 as for x, pc, and w32 frame types.
4453
4454 * term/mac-win.el: New file.
4455
aaaf7be7
DL
44562000-10-22 Dave Love <fx@gnu.org>
4457
4458 * textmodes/refill.el: New file.
4459
5392d654
AS
44602000-10-22 Andre Spiegel <spiegel@gnu.org>
4461
4836835a 4462 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4463 MANUAL and REGEXP.
4836835a 4464 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4465 New functions.
4466 (vc-before-save): Use the latter.
4467 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4468 confusion.
4469
4836835a 4470 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4471 expected by vc[-hooks].el.
4472
4473 * vc.el (vc-checkout): Added `-p' suffix in call to
4474 vc-make-version-backups-p; use vc-make-version-backup to actually
4475 make the backup.
4476 (vc-version-other-window, vc-version-backup-file): Handle both
4477 automatic and manual backups.
4478 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4479 of all of them.
4480
1e221c16
MB
44812000-10-22 Miles Bader <miles@gnu.org>
4482
7ff4fda5
MB
4483 * comint.el (comint-highlight-input, comint-highlight-prompt):
4484 Renamed, `-face' at end removed.
4485 (comint-send-input, comint-output-filter): Use renamed faces.
4486
3511cde8
MB
4487 * window.el (fit-window-to-buffer): Change defaulting of
4488 MAX-HEIGHT slightly.
4489
1e221c16
MB
4490 * faces.el (color-values, color-defined-p): Use `member', not
4491 `memq', because it works correctly for strings.
4492 (frame-set-background-mode): Actually, "unspecified-fg" and
4493 "unspecified-bg" *are* strings. Use `member', not `memq', and
4494 `equal', not `eq', when a string value is possible.
4495
b6ef4898
EZ
44962000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4497
4498 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4499
34939e2c
SM
45002000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4503 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4504 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4505 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4506 (sh-font-lock-syntactic-keywords): Use them.
4507 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4508 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4509 (sh-mode): Don't override font-lock-unfontify-region-function.
4510 Use a copy of sh-font-lock-syntactic-keywords.
4511 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4512 Don't call sh-scan-buffer since font-lock does it on the fly.
4513 (sh-get-indent-info): Use `face' rather than `syntax-table'
4514 text-property to detect here-documents.
4515 Replace sh-special-syntax with sh-st-punc.
4516 (sh-prev-line): Use `face' rather than `syntax-table'
4517 text-property to skip over here-documents.
4518 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4519 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4520 (sh-electric-less, sh-set-here-doc-region)
4836835a 4521 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4522 (sh-scan-buffer, sh-rescan-buffer): Remove.
4523
f3d3c491
AI
45242000-10-21 Andrew Innes <andrewi@gnu.org>
4525
4526 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4527 remote (ange-ftp) file names.
4528
b86c791c
MB
45292000-10-21 Miles Bader <miles@gnu.org>
4530
d9c30bdf
MB
4531 * window.el (fit-window-to-buffer): New function.
4532 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4533 (window-text-height): Don't expect minibuffers to have mode-lines.
4534
d9c30bdf 4535 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4536 * international/quail.el (quail-update-guidance): Use
4537 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4538
617fee5a
MB
4539 * international/quail.el (quail-show-guidance-buf): Make sure
4540 guidance window really has enough room.
4541 (quail-update-guidance): If quail-guidance-win is already shown,
4542 make sure its height is OK.
4543
b86c791c
MB
4544 * window.el (window-text-height, set-window-text-height):
4545 New functions.
4546 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4547 instead of `window-height' & `mode-line-window-height-fudge'.
4548 (mode-line-window-height-fudge): Add FACE parameter.
4549 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4550 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4551
e34850d1
MB
45522000-10-20 Miles Bader <miles@gnu.org>
4553
4554 * window.el (height-affecting-face-attributes): Use `defconst'.
4555
4556 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4557 New function, conditionally aliased to `mode-line-window-height-fudge'.
4558 (ispell-help): Use it.
4559 (ispell-choices-win-default-height): Don't include mode-line fudge.
4560 (ispell-choices-win-default-height): New function.
4561 (ispell-show-choices, ispell-command-loop): Use function
4562 `ispell-choices-win-default-height' instead of variable.
4563
a8b883c2
MB
45642000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4565
8c6e4a58
MB
4566 * window.el (mode-line-window-height-fudge): New variable.
4567 (height-affecting-face-attributes): New variable.
4568 (mode-line-window-height-fudge): New function.
4569 (shrink-window-if-larger-than-buffer): Use it.
4570 * help.el (resize-temp-buffer-window): Likewise.
4571
a8b883c2
MB
4572 * info.el (Info-fontify-node): Add support for @subsubsection
4573 titles, which use `Info-title-4-face'.
4574 (Info-title-4-face): New face.
4575 (Info-title-3-face): Inherit from Info-title-4-face instead of
4576 variable-pitch.
4577
e64c3a75
JR
45782000-10-19 Jason Rumney <jasonr@gnu.org>
4579
4580 * dired.el (dired-insert-directory): Do not let errors signalled by
4581 attempt to run dired-free-space-program prevent dired from working.
4582
c70fe852
SM
45832000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4584
4585 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4586
877cf6b4
GM
45872000-10-19 Gerd Moellmann <gerd@gnu.org>
4588
5de037e0
GM
4589 * dirtrack.el (dirtrack): Fix call to run-hooks.
4590
6deb9af9
GM
4591 * cmuscheme.el (cmuscheme-program-name): Renamed from
4592 scheme-program-name because xscheme.el contains a defcustom with
4593 the same name. As a consequence, customizing group `cmuscheme'
4594 loaded `xscheme' which redefined run-scheme.
4595 (run-scheme): Use cmuscheme-program-name.
4596
877cf6b4
GM
4597 * ps-print.el (ps-print-emacs-type): Move into the
4598 eval-and-compile.
4599
e597d8fb 4600 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4601 anonymous address, and add a website for Befrienders International.
4836835a 4602
3e9cb08f
GM
46032000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4604
c70fe852
SM
4605 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4606 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4607 (ps-print-version): New version number (6.2).
4608 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4609 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4610 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4611 (ps-x-extent-priority, ps-x-extent-start-position)
4612 (ps-x-face-font-instance, ps-x-find-coding-system)
4613 (ps-x-font-instance-properties, ps-x-make-color-instance)
4614 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4615 avoid compilation gripes without defining functions.
4616 (ps-e-find-composition): Alias for function find-composition, to have a
4617 suitable function depending on Emacs version.
4618 (ps-color-device, ps-color-values, ps-face-foreground-name)
4619 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4620 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4621 (ps-print-ensure-fontified): Function definitions surrounded by
4622 `eval-and-compile' to avoid compilation gripes.
4623 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4624 by symbol-value to avoid compilation gripes.
4625 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4626 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4627
d8abcd91
MB
46282000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4629
13ab33c4
MB
4630 * startup.el (normal-top-level): Call `frame-set-background-mode'
4631 after `frame-notice-user-settings' because the latter doesn't call
4632 the former on a tty.
4633
d8abcd91
MB
4634 * faces.el (frame-set-background-mode): `unspecified' &c are
4635 symbols, not strings.
4636
e8bce0a9
EZ
46372000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4638
c70fe852
SM
4639 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4640 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4641
c70fe852
SM
4642 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4643 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4644
773272d8
KH
46452000-10-19 Kenichi Handa <handa@etl.go.jp>
4646
c70fe852 4647 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4648 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4649 for ISO10646-1 fonts.
4650 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4651
772139c0
EZ
46522000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4653
4654 * faces.el (frame-set-background-mode): If a tty frame defines a
4655 background color, use that to compute the background mode, instead
4656 of always defaulting to "dark".
4657
d134a19f
MB
46582000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4659
8bb84cb2
MB
4660 * comint.el (comint-write-output): New function.
4661 (comint-mode-map): Add it to the menu.
e40a778f 4662 Bind `C-c C-s' to comint-write-output.
d134a19f 4663
dada41e1
GM
46642000-10-18 Gerd Moellmann <gerd@gnu.org>
4665
4666 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4667 Use fancy-splash-delay.
4668
9b5360aa
GM
46692000-10-18 Alex Schroeder <alex@gnu.org>
4670
4671 * progmodes/sql.el (sql-sybase-options): New option.
4672 (sql-sybase): Use it. Add sql-database to the list of parameters
4673 provided for login. The options -w 2048 -n are not used any more.
4674
9035a35a
GM
4675 * comint.el (comint-read-input-ring): Bugfix such that the first
4676 and the last entry of the input ring file are not lost.
4677
3556c6dd
GM
46782000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4679
4680 * ps-print.el: Internal variable changes to defcustom,
4681 make-local-hook changes to defvar. Doc fix.
4682 (ps-print-version): New version number (6.1).
4683 (ps-setup, ps-do-despool): Code fix.
4684 (ps-printer-name): Customization fix.
4685 (ps-printer-name-option): Now is a defcustom instead of an
4686 internal variable.
4687 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4688 (ps-print-begin-column-hook): Now are defvar instead of
4689 make-local-hook.
4836835a 4690
4e217e50
MB
46912000-10-18 Miles Bader <miles@gnu.org>
4692
4693 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4694 (comint-kill-output): Changed into an alias for `comint-delete-output',
4695 and made obsolete.
4696 (comint-mode-map): Rename references to comint-kill-output.
4697
34460354
EZ
46982000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4699
4700 * diff-mode.el (diff-header-face, diff-file-header-face)
4701 (diff-changed-face): Add bold and italic attributes to tty faces.
4702 (diff-function-face): New face.
4703 (diff-font-lock-keywords): Use it.
4704
17ea3cdb
MB
47052000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4706
4707 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4708 Remove commented-out call to force-mode-line-update.
4709 (comint-kill-output): Use `forward-line 0' instead of
4710 beginning-of-line to make sure we get past the prompt.
4711
9244f2c7
SM
47122000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4713
4714 * diff-mode.el (diff-header-face, diff-file-header-face):
4715 Add specific setting for dark background.
4716 (diff-context-face): Renamed from diff-comment-face.
4717 Set explicitly rather than inheriting from font-lock-comment-face.
4718
1592c1ef
EZ
47192000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * startup.el (command-line): Move the code which sets the default
4722 TTY colors to before before-init-hook.
4723
f86292a9
GM
47242000-10-17 Gerd Moellmann <gerd@gnu.org>
4725
4726 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4727
f7f2e883
EZ
47282000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4729
e854cc22
EZ
4730 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4731 extensions, for MS-DOS.
4732
f7f2e883
EZ
4733 * diff-mode.el (diff-header-face, diff-file-header-face)
4734 (diff-changed-face): Define tty-specific colors.
4735
c7b4f0f9
GM
47362000-10-17 Gerd Moellmann <gerd@gnu.org>
4737
4738 * startup.el (fancy-splash-text): Realign the text.
4739
12a72271
EZ
47402000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4741
4742 * font-lock.el (font-lock-comment-face): Define a separate default
4743 for dark-background tty's.
4744
61dfccfd
MB
47452000-10-17 Miles Bader <miles@gnu.org>
4746
4747 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4748 being obscured by whizzy mode-lines on graphics displays.
4749
333cd59e
EZ
47502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4751
4752 * info.el (Info-title-1-face, Info-title-2-face)
4753 (Info-title-3-face): Define colors for tty's.
dada41e1 4754 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4755
dbf1fcc1
EZ
47562000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4757
4758 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4759 reverse from the frame parameters, and don't invert foreground and
4760 background colors.
4761
ac629823
MB
47622000-10-16 Miles Bader <miles@gnu.org>
4763
4764 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4765 string "*Info*". Call propertized-buffer-identification to spruce
4766 up the result.
4767
76eebffc
GM
47682000-10-16 Gerd Moellmann <gerd@gnu.org>
4769
3a6b59d9
GM
4770 * help.el: Provide `help' for the sake of define-minor-mode
4771 which generates defcustoms with requires.
4772
6569c3d3
GM
4773 * jit-lock.el (jit-lock-after-change): If we're in text that
4774 matches a multi-line font-lock pattern, make sure the whole text
4775 will be redisplayed.
4776
c2e0a611
GM
4777 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4778 author's name is unknown.
4779
76eebffc
GM
4780 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4781 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4782 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4783 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4784 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4785 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4786 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4787 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4788 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4789 Add author information.
4790
cf1e7b12
MB
47912000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4792
4793 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4794 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4795 full-color version (using the Gimp) to eliminate dithering artifacts.
4796
5586f3eb
SM
47972000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4798
4799 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4800
4801 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4802
ad64a888
DL
48032000-10-15 Dave Love <fx@gnu.org>
4804
4805 * progmodes/sh-script.el: Require skeleton and comint when
4806 compiling.
4807
4808 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4809
4810 * whitespace.el: Doc fixes.
4811 (top-level): Don't add hooks here.
4812 (whitespace-running-emacs): Deleted.
4813 (timer): Don't require.
4814 (whitespace): Add back :version conditional on xemacs test.
4815 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4816 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4817 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4818 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4819 Avoid specific xemacs test.
4820 (whitespace-global-mode): New option.
4821 (whitespace-global-mode): New command.
4822 (whitespace-unload-hook): New function.
4823
4824 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4825 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4826 (Info-fontify-node): `Goto' goes to `Go to'.
4827 (Info-fontify-node): Add help-echo to xref links.
4828
1ef49fc6
EZ
48292000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4832
8b7707e1
SM
48332000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4834
b3b7f42f
SM
4835 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4836 Use plist-get and allow :inherit.
4837
4838 * emacs-lisp/cl-macs.el (cl-do-arglist):
4839 Use plist-get and plist-member instead of memq.
4840
3c7fafc7
SM
4841 * emacs-lisp/ewoc.el (ewoc-location): New function.
4842 (ewoc-enter-after, ewoc-enter-before): Document return value.
4843 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4844 Don't need make-local-hook any more.
4845 (cvs-addto-collection): Return the new tin.
4846 (cvs-mode-insert): Jump to the new line.
4847
8b7707e1
SM
4848 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4849
4850 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4851
4852 * font-lock.el (font-lock-syntactically-fontified): New var.
4853 (font-lock-fontify-syntactic-keywords-region): Use it.
4854 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4855
4856 * diff-mode.el (diff-find-file-name): Fix regexp.
4857
4858 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4859 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4860
4861 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4862 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4863 (sh-mode): Don't make all vars local here.
4864 (sh-kw): Reformat.
4865 (sh-set-shell): Use dolist. Don't set indent-region-function.
4866 (sh-mode-syntax-table): Use pop.
4867 (sh-remember-variable): Use push.
4868 (sh-help-string-for-variable): Use memq.
4869 (sh-safe-backward-sexp): Remove.
4870 (sh-safe-forward-sexp): Add ARG.
4871 (sh-get-indent-info, sh-prev-stmt): Use it.
4872 (sh-prev-line): Simplify by using forward-comment.
4873 (sh-this-is-a-continuation): Simplify.
4874 (sh-learn-buffer-indent): Use dolist.
4875 (sh-do-nothing): Remove.
4876 (sh-set-char-syntax, sh-set-here-doc-region):
4877 Use inhibit-modification-hooks.
4878 (sh-name-style): Use mapcar and push.
4879 (sh-load-style): Use dolist.
4880 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4881 (sh-case, sh-while-getopts): Use propertize directly rather
4882 than sh-electric-rparen.
4883
48842000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4885
4886 * textmodes/tex-mode.el: Require CL when compiling.
4887 (tex-mode-syntax-table): Init immediately.
4888 (tex-mode-map): Bind M-RET to latex-insert-item.
4889 (latex-mode): Set indent-line-function to latex-indent.
4890 (tex-common-initialization): Don't setup the syntax-table any more.
4891 (latex-insert-item): New skeleton.
4892 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4893 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4894 (latex-indent, latex-find-indent): New functions.
4836835a 4895 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4896 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4897 (tex-compilation-parse-errors): Use with-syntax-table.
4898
86b7fcbb
MB
48992000-10-15 Miles Bader <miles@gnu.org>
4900
4901 * font-lock.el (font-lock-comment-face): Change dark-background,
4902 color, non-tty, default to `chocolate1'.
4903
57a24508
JW
49042000-10-13 John Wiegley <johnw@gnu.org>
4905
4906 * eshell/esh-util.el (require): Added a missing `require' form,
4907 needed when compiling (for an ange-ftp macro definition).
4908
40ad3db4
DL
49092000-10-13 Dave Love <fx@gnu.org>
4910
4911 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4912
db460189
GM
49132000-10-13 Gerd Moellmann <gerd@gnu.org>
4914
b41c9501
GM
4915 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4916 fix.
4917
4836835a 4918 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4919 transparent -colors 8).
4920
3b5e21df
GM
49212000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4922
4923 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4924 that breaks with old list format timestamps.
4925 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4926 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4927 strings.
4928
16908a3f
JW
49292000-10-13 John Wiegley <johnw@gnu.org>
4930
d7103dda
JW
4931 * align.el, pcomplete.el, calendar/timeclock.el,
4932 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4933
dace60cf 4934 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4935 faulty math, where holiday hours were being computing as seconds.
4936
b6b70cda
JW
49372000-10-13 John Wiegley <johnw@gnu.org>
4938
4939 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4940 specifying what "other" kinds of buffers should be saved. This
4941 used to be hard-coded.
4942 (desktop-buffer-misc-functions): A global for specifying how
4943 auxiliary data should be determined for special buffer types.
4944 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4945 instead of hard-coding the special buffer types.
4946 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4947 auxiliary data, instead of hard-coding for Info buffers and dired.
4948 (desktop-buffer-info-misc-data): Aux function for determining Info
4949 buffer auxiliary info.
4950 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4951 (desktop-buffer-info): Changed this function to use the info
4952 gathered above.
4953 (desktop-create-buffer): Be a little more careful about what
4954 `minor-mode' means before calling it. This is important for some
4955 buffer types.
4956
8c6b1d83
JW
49572000-10-13 John Wiegley <johnw@gnu.org>
4958
4959 * eshell/esh-util.el: Added a global form which declares an
4960 autoload for `parse-time-string', if that function is not already
4961 defined, and if parse-time.el is available on the user's system.
4962
4963 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4964 to be aware of ange-ftp user info.
4965 (eshell-do-ls): Bind `ange-cache'. Also, use
4966 `eshell-file-attributes'.
4967 (eshell-ls-annotate): Use `eshell-file-attributes'.
4968 (eshell-ls-file): Made the user-id printing code a bit smarter.
4969
4970 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4971 allow identification of alias user ids in remote directories.
4972 It's manual, but there's no other way to know when the current
4973 user on the local machine, is also the owning user on the remote
4974 machine.
4975 (fboundp): Bind `ange-cache'.
4976 (eshell-directory-files-and-attributes): Re-organized the logic a
4977 bit to use `eshell-file-attributes' instead of `file-attributes'.
4978 The former is more sensitive to directories that are read via FTP,
4979 and knows how to use ange-ftp to determine full attribute
4980 information, instead of just the name and last modtime.
4981 (eshell-current-ange-uids): Return the current user id when in a
4982 remote directory.
4983 (eshell-parse-ange-ls): Parse a full directory listing that has
4984 been returned by ange-ftp.
4985 (eshell-file-attributes): This beefed up version of
4986 `file-attributes' is only special if the user is currently in a
4987 remote directory, in which case it does a lot of work to find out
4988 what the real attributes of a file are, as they appear on the
4989 remote machine. This makes usage of remote directories (i.e.,
4990 ange-ftp pathnames) much more useful. You can now use Eshell as a
4991 full-fledged FTP client, with much more manipulation ability than
4992 most other clients.
4993
4994 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4995 variable, which means that Eshell's du should always be preferred
4996 in remote directories.
4997 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4998 just `file-attributes'.
4999 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5000 when reading remote directories. This is an Eshell-specific
5001 variable (not part of ange-ftp).
5002 (eshell/ln): Bind `ange-cache'.
5003 (eshell/du): Added some extra logic for determining when to use
5004 Eshell's du (which is slow), and when to use the external version
5005 (which may or may not exist).
5006
5007 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5008 `eshell-interactive-process', rather than using
5009 `get-buffer-process', since backgrounded processes don't count in
5010 the context of this function's logic.
5011
5012 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5013 `forward-char', so that null strings are parsed correctly.
5014
87730e84 50152000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5016
5017 * eshell/em-pred.el (eshell-pred-file-type,
5018 eshell-pred-file-links, eshell-pred-file-size): Use
5019 `eshell-file-attributes'. This is more correct over ange-ftp.
5020
5021 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5022 that remote file globbing is more efficient.
5023
5024 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5025 gathering the files and attributes within a directory.
5026
5027 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5028 the command line is a special file (not a regular file, directory
5029 or symlink), always attempt to call the external version of cat.
5030
87730e84 50312000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5032
5033 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5034 Eshell-friendly version of find-tag.
5035
1c7e37a9
MB
50362000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5037
4836835a 5038 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5039 (image-file-name-regexps): Add autoload cookies.
5040
11a7f341
KH
50412000-10-13 Kenichi Handa <handa@etl.go.jp>
5042
5043 * international/mule-cmds.el (select-safe-coding-system): If FROM
5044 is string, show it in *Warning* buffer.
5045
8ddddcb0
EZ
50462000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5047
5048 * startup.el (normal-top-level): Use display-popup-menus-p instead
5049 of window-system.
5050 (command-line): Use display-graphic-p instead of window-system.
5051 (command-line-1): Use display-popup-menus-p and display-mouse-p
5052 instead of window-system.
5053
72200f89
SS
50542000-10-12 Sam Steingold <sds@gnu.org>
5055
5056 * tooltip.el (tooltip-use-echo-area): New user variable.
5057 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5058
8661c643
DL
50592000-10-12 Dave Love <fx@gnu.org>
5060
d0b40dc1
DL
5061 * recentf.el: Maintainer's checkdoc fixes.
5062
a622451f
DL
5063 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5064 character class, not ASCII when matching file names.
5065 (fancy-splash-head): Add trailing slash to URL.
5066 (command-line): Don't require XPM support for toolbar.
5067
8661c643
DL
5068 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5069 (cperl-invalid-face): Revert last change.
5070 (cperl-init-faces): Quote cperl-invalid-face.
5071
ef2ed8ab
KH
50722000-10-12 Kenichi Handa <handa@etl.go.jp>
5073
5074 * startup.el (fancy-splash-text): Remove superfluous quote.
5075
b0da379e
GM
50762000-10-12 Gerd Moellmann <gerd@gnu.org>
5077
dbeb499b
GM
5078 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5079 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5080 (command-line-1): Don't use fancy-splash-pending-command.
5081 (fancy-splash-screens-1): Goto point-min after inserting text.
5082
d861718a
GM
5083 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5084
b0da379e
GM
5085 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5086 instead of shared-lisp-mode-map.
5087
4fb2ad98
MB
50882000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5089
1cb4393e
MB
5090 * faces.el (header-line): Change tty-variant to use underlining.
5091
4fb2ad98
MB
5092 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5093 (isearch-highlight): Restore lazy-isearch face properties at old
5094 position, and suppress them at new position.
5095 (isearch-dehighlight): Restore lazy-isearch face properties.
5096 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5097 over the real isearch overlay, but in that case, don't give it a
5098 face property. Use `push'.
5099
eb991b25
KH
51002000-10-12 Kenichi Handa <handa@etl.go.jp>
5101
5102 * man.el (Man-getpage-in-background): Fix previous change.
5103 Decode the process output only when we are in multibyte mode.
5104
a818c1c0
DL
51052000-10-11 Dave Love <fx@gnu.org>
5106
c990f53a
DL
5107 * info.el (Info-mode-menu): Fix some help.
5108 (info-tool-bar-map): Add entry for Info-last.
5109
a818c1c0
DL
5110 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5111 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5112 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5113 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5114 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5115 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5116 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5117 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5118 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5119 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5120 Reduce colour requirements to 25 overall. (Probably wants
5121 revisiting from the originals to reduce further.)
5122
c1b096cb
EZ
51232000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5126 buffer-file-coding-system, instead of raw-text.
5127 (dehexlify-buffer): Bind coding-system-for-read to
5128 buffer-file-coding-system, instead of raw-text.
5129
5c8b7eaf
SS
51302000-10-11 Sam Steingold <sds@gnu.org>
5131
5132 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5133 `underline' - fixes the bug introduced on 2000-09-21.
5134
2cfbdb7a
DL
51352000-10-11 Dave Love <fx@gnu.org>
5136
5137 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5138 compiler warnings.
5139 (scheme-mode): Doc fix.
5140 (scheme-font-lock-keywords-1): Match `define-syntax'.
5141
51422000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5143
5144 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5145 face specs as well as default ones. Only do anything if the
5146 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5147 (region): Make dark-background `region' face less in-your-face.
4b33f290 5148
690ec649
SS
51492000-10-10 Sam Steingold <sds@gnu.org>
5150
5151 * chistory.el, ielm.el, ledit.el:
5152 * progmodes/inf-lisp.el, progmodes/scheme.el:
5153 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5154
3b95d6bb
SM
51552000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5156
5157 * textmodes/texinfo.el: Update copyright and fix typo.
5158
5159 * desktop.el (desktop-modes-not-to-save): New var.
5160 (desktop-save-buffer-p): Use it.
a30eb617
DL
5161 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5162 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5163
51642000-10-10 Dave Love <fx@gnu.org>
5165
5166 * toolbar/tool-bar.el (tool-bar-add-item)
5167 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5168 display.
5169
5170 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5171 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5172 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5173 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5174 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5175 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5176 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5177 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5178 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5179 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5180 the .xpms; probably need retouching.
5181
51822000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5183
5184 * subr.el (add-to-list): Add optional argument APPEND.
5185 * battery.el (display-battery): Use `add-to-list'.
5186
51872000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5188
5189 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5190 these vars as symbol properties.
5191 (zone, zone-when-idle, zone-leave-me-alone)
5192 (zone-pgm-whack-chars): Use new symbol properties.
5193
5194 * battery.el (display-battery): Doc spelling fix.
5195
5196 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5197 property.
5198
51992000-10-09 Dave Love <fx@gnu.org>
5200
5201 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5202 has been initialized before calling tool-bar-setup.
5203 (tool-bar-add-item-from-menu): Add autoload cookie.
5204
52052000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5206
5207 * menu-bar.el (send-mail-item-name): New function.
5208 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5209 of mail-user-agent in the menu. Don't display the "Send Mail"
5210 item if mail-user-agent is nil or its value is ignore.
5211 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5212 if read-mail-command is nil or its value is ignore.
5213
5214 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5215
52162000-10-09 Miles Bader <miles@gnu.org>
5217
5218 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5219 Correct image size.
5220 * toolbar/left_arrow.xpm: Correct image size.
5221
5222 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5223 will be done by the definition of `auto-compression-mode' if
5224 necessary. Move code to uninstall existing file-name handler
5225 before definition of `auto-compression-mode'.
5226
5227 * image-file.el (auto-image-file-mode): Move to the end of the
5228 file, because `define-minor-mode' actually calls the mode-function
5229 if the associated variable is non-nil, which requires that all
5230 needed functions be already defined.
5231
5232 * mouse.el (popup-menu): Balance parens.
5233
52342000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5235
5236 * mouse.el (popup-menu): Move the command call outside the loop
5237 so that popup-menu returns whatever the command returns.
5238
5239 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5240 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5241 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5242 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5243
5244 * vc.el (vc-version-diff): diff-switches can be a list.
5245 Use relative filenames for prettier output.
5246
5247 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5248 (vc-post-command-functions): Remove old-VC compatibility code.
5249
5250 * newcomment.el (comment-indent-default): Autoload.
5251
5252 * font-lock.el (font-lock-defaults): Make buffer-local.
5253 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5254 (font-lock-choose-keywords):
5255 Ignore LEVEL unless KEYWORDS is a list of syms.
5256 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5257 Don't wrap regexp-opt things in \(...\) unnecessarily.
5258
5259 * jit-lock.el: Don't require font-lock any more.
5260 (jit-lock-functions): Make buffer-local.
5261 (jit-lock-saved-fontify-buffer-function): Remove.
5262 (jit-lock-mode): Remove autoload cookie.
5263 Remove font-lock specific code.
5264 (jit-lock-unregister): Don't bother handling complex hooks any more.
5265 (jit-lock-refontify): New function.
5266 (jit-lock-fontify-buffer): Use it.
5267 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5268 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5269 Add optional args START and END.
5270 Never call font-lock-fontify-region directly.
5271 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5272
5273 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5274
52752000-10-08 Dave Love <fx@gnu.org>
5276
5277 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5278
5279 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5280
5281 * play/studly.el (studlify-region, studlify-word): Add autoload
5282 cookie.
5283
5284 * play/morse.el (morse-region, unmorse-region): Add autoload
5285 cookie.
5286
5287 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5288 concat.
5289
5290 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5291 insist on symbols starting with word syntax.
5292 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5293 (eval-defun-1): Doc fix.
5294 (indent-sexp): Use nconc to build up indent-stack.
5295
5296 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5297 Gnus with little use.
5298 (mail-setup-hook): Add mail-abbrevs-setup to options.
5299
5300 * recentf.el: Doc fixes.
5301
5302 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5303 Clean up remainder.
5304
5305 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5306 without timezone and (8) with timezone to enforce some whitespace.
5307 Simplify code somewhat.
5308
5309 * options.el (list-options): Doc that you should use customize.
5310
5311 * iswitchb.el (iswitchb-mode): Add :require.
5312
5313 * info.el (Info-goto-node, Info-menu): Doc fix.
5314 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5315 (info-tool-bar-map): New variable.
5316 (Info-mode): Use it.
5317 (Info-edit-map): Define all in defvar.
5318 (speedbar-attached-frame): Avoid compiler warning.
5319
5320 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5321 (global-map): Bind [tool-bar] to a filtered map.
5322 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5323 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5324 Allow PBM icons.
5325 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5326
5327 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5328 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5329 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5330 icons, except up_arrow, which is left-arrow rotated.
5331
5332 * imenu.el (imenu-add-to-menubar): Fix last change.
5333
53342000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5335
5336 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5337 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5338
53392000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5340
5341 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5342 typos in doc strings.
5343
5344 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5345 the doc strings how to customize Font Lock faces.
5346
5347 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5348 computing growth when dragging the header line.
5349
53502000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5351
5352 * simple.el (kill-line): Doc fix.
5353
53542000-10-08 Miles Bader <miles@gnu.org>
5355
5356 * faces.el (secondary-selection): Make foreground visible on tty.
5357
5358 * jka-compr.el (auto-compression-mode): Move to the end of the
5359 file, because `define-minor-mode' actually calls the mode-function
5360 if the associated variable is non-nil, which requires that all
5361 needed functions be already defined.
5362 (with-auto-compression-mode): Add autoload cookie.
5363
53642000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5365
5366 * files.el (find-backup-file-name) [ms-dos]: If support for long
5367 file names is not available, behave as if version-control were set
5368 to never.
5369
53702000-10-07 Dave Love <fx@gnu.org>
5371
5372 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5373 (browse-url-gnome-moz): New function.
5374 (browse-url-browser-function): Use it.
5375 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5376
53772000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5378
5379 * indent.el (tab-always-indent): New var.
5380 (indent-for-tab-command): Use it.
5381
5382 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5383 raise an error. This way it can still default to a sane value.
5384
53852000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5386
5387 * startup.el (fancy-splash-screens): Use local rather than global map.
5388 Don't use `update-menu-bindings' any more.
5389 Get rid of assumptions about keymap representation.
5390
53912000-10-06 Dave Love <fx@gnu.org>
5392
5393 * textmodes/fill.el (sentence-end-double-space)
5394 (sentence-end-without-period): Doc fix.
5395 (adaptive-fill-regexp): Purecopy.
5396 (unjustify-current-line): Use line-end-position.
5397 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5398
5399 * net/eudc-vars.el (eudc): Add :version, :link.
5400
5401 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5402
5403 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5404 Fix for define-minor-mode.
5405 (function-at-point): Alias to function-called-at-point.
5406
5407 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5408
5409 * simple.el (backward-word): Doc fix.
5410
5411 * image-file.el (image-file-name-regexp): image-file-regexps ->
5412 image-file-name-regexps.
5413 (image-file-name-extensions): Add pbm.
5414
54152000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5416
5417 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5418 and add filename to the names so that diff-mode can jump to source.
5419
5420 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5421 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5422 (tex-font-lock-keywords-1): Remove.
5423 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5424 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5425 (font-lock-default-fontify-region):
5426 Expand beg..end correctly when just following a multiline region.
5427 (font-lock-fontify-anchored-keywords):
5428 Include the anchor text as part of the multiline.
5429
54302000-10-06 Gerd Moellmann <gerd@gnu.org>
5431
5432 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5433 latter needs the autoloaded define-minor-mode macro during the
5434 bootstrap.
5435
5436 * startup.el (command-line): For now, activate tool-bar-mode only
5437 if XPM images are supported.
5438
5439 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5440 window by dragging a header-line at the top of the frame; that's
5441 confusing because the header-line doesn't move.
5442 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5443 of treating the event as a list. Some cleanup.
5444
54452000-10-06 Miles Bader <miles@gnu.org>
5446
5447 * simple.el (display-message-or-buffer): New function.
5448 (shell-command-on-region): Use `display-message-or-buffer'.
5449
5450 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5451 docstring parts.
5452
5453 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5454 (smbclient-prompt-regexp): Add usage note to doc string.
5455 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5456 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5457 Use add-hook for adding the comint filter function, and only do so
5458 if it's not already in the global hook list.
5459 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5460 to `make-local-variable'.
5461 (nslookup-font-lock-keywords): Remove prompt entry.
5462 (nslookup): Don't set the process-filter.
5463 (finger): Exit the loop correctly when the regexps list runs out.
5464 (ftp, smbclient, smbclient-list-shares):
5465 Set the real major mode immediately, not after execing.
5466 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5467
5468 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5469
54702000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5471
5472 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5473
5474 * which-func.el (which-func-format): Remove spurious space.
5475 (which-func-mode): Don't make it permanent-local.
5476 (which-func-ff-hook): Allow which-func-maxout to be nil.
5477 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5478 (which-func-mode): Simplify.
5479 Use post-command-idle-hook rather than post-command-hook.
5480 Go through all buffers and update their state.
5481 (which-function): Also try add-log-current-defun-function.
5482
5483 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5484 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5485 Update call to with-vc-properties accordingly.
5486 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5487 (vc-revert-buffer): More careful about window selection and deletion.
5488 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5489
5490 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5491 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5492 (cvs-dired-action): Change the default to quickdir.
5493
5494 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5495 if comment-indent-function returns nil.
5496 (comment-indent-default): New function.
5497 (comment-indent-function): Use it and document the new semantics.
5498
5499 * image-file.el: Docstring fixes.
5500
5501 * help.el (help-xref-on-pp): Use match-string.
5502 (describe-variable): New arg BUFFER.
5503 Store the current buffer in the help-xref-stack.
5504 (temp-buffer-resize-mode): Use define-minor-mode.
5505
5506 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5507 consistently with its docstring.
5508 Set jit-lock-first-unfontify-pos in an idempotent way.
5509 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5510
55112000-10-05 Alex Schroeder <alex@gnu.org>
5512
5513 * sql.el (sql-mysql-options): New variable.
5514 (sql-mysql): Use it.
5515
55162000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5517
5518 * image.el (image): New group.
5519
5520 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5521 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5522
55232000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5524
5525 * net/net-utils.el (nslookup-font-lock-keywords)
5526 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5527 Ignore the value of wqindow-system; always define keywords
5528
55292000-10-05 Kenichi Handa <handa@etl.go.jp>
5530
5531 * startup.el (fancy-splash-screens): Remove the code for
5532 debugging; `(trace-to-stderr "EXITTT\n")'.
5533
55342000-10-05 Miles Bader <miles@gnu.org>
5535
5536 * diff-mode.el (diff-goto-source): Update call to
5537 `diff-hunk-status-msg' to reflect new REV variable.
5538
55392000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * progmodes/icon.el (icon-mode):
5542 Don't gratuitously override the default for comment-column.
5543
5544 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5545
5546 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5547 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5548 (jit-lock-functions): New var.
5549 (jit-lock-function-1): Use it if non-nil.
5550 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5551 Set the `fontified' property before doing the fontification to avoid
5552 repeatedly going through the same error.
5553 Don't turn errors into messages.
5554 (jit-lock-register, jit-lock-unregister): New functions.
5555
5556 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5557 Use with-current-buffer.
5558
5559 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5560 Turn comment into docstring.
5561
5562 * apropos.el (apropos-mode): Use define-derived-mode.
5563
55642000-10-04 Gerd Moellmann <gerd@gnu.org>
5565
5566 * startup.el (fancy-splash-pending-command): New variable.
5567 (fancy-splash-pre-command): New function.
5568 (fancy-splash-screens): Rewritten.
5569 (command-line-1): If fancy-splash-pending-command is set, call it
5570 interactively.
5571
55722000-10-04 Dave Love <fx@gnu.org>
5573
5574 * toolbar/tool-bar.el (tool-bar-setup): New function.
5575 (tool-bar-mode): Use it.
5576
5577 * subr.el (substitute-key-definition): Doc fix.
5578 (play-sound-file): New command.
5579
55802000-10-04 Andre Spiegel <spiegel@gnu.org>
5581
5582 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5583 vc-version-backup-file-name): New functions.
5584
5585 * files.el (basic-save-buffer): Call vc-before-save before saving.
5586
5587 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5588 vc-cvs-stay-local-p.
5589
5590 * vc.el (vc-revert-buffer): Handle empty diff properly.
5591 (vc-version-backup-file): New function.
5592 (vc-checkout): Create a version backup if necessary.
5593 (vc-checkin): If a version backup file exists, delete it.
5594 (vc-version-diff): Diff locally using version backups, if available.
5595 (vc-revert-file): If there's a version backup, revert locally.
5596 (vc-transfer-file): Use version backup for base version, if
5597 available. If not, ask for confirmation whether to get it from the
5598 server. Update mode line before check-in.
5599
56002000-10-04 Dave Love <fx@gnu.org>
5601
5602 * toolbar/tool-bar.el (tool-bar-setup): New function.
5603 (tool-bar-mode): Use it.
5604
56052000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5606
5607 * net/net-utils.el (nslookup-font-lock-keywords)
5608 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5609 Only set if window-system is non-nil
5610 (net-utils-run-program): Returns buffer.
5611 (network-connection-reconnect): Added this function.
5612
5613 * generic.el:
5614 Incorporates extensive cleanup and docfixes by
5615 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5616 Uses cl compile-time macros.
5617 (generic-mode-name, generic-comment-list)
5618 (generic-keywords-list, generic-font-lock-expressions)
5619 (generic-mode-function-list, generic-mode-syntax-table):
5620 Removed variables.
5621 (generic-mode-alist): Renamed to generic-mode-list.
5622 (generic-find-file-regexp): Default changed to "^#".
5623 (generic-read-type): Uses completing read on generic-mode-list.
5624 (generic-mode-sanity-check): removed this function.
5625 (generic-add-to-auto-mode): Removed this function
5626 (generic-mode-internal): Bind mode-specific definitions
5627 into function instead of putting them in alist.
5628 (generic-mode-set-comments): Reworked extensively.
5629 (generic-mode-find-file-hook): Simplified regexp searching
5630 (generic-make-keywords-list): Omit extra pair of parens
5631
5632 * find-lisp.el (find-lisp-find-files-internal):
5633 Make sure directory name ends with "/".
5634
5635 * generic-x.el (apache-conf-generic-mode):
5636 Regexp now allows leading whitespace.
5637 (rc-generic-mode): Added eval-when-compile
5638 around generic-make-keywords-list.
5639 Deleted duplicate regexp
5640 (rul-generic-mode): Added eval-when-compile
5641 around generic-make-keywords-list.
5642 (etc-fstab-generic-mode): New generic mode.
5643 (rul-generic-mode): Removed one eval-when-compile
5644 which caused a max-specpdl-size exceeded error.
5645
56462000-10-04 Miles Bader <miles@gnu.org>
5647
5648 * simple.el (minibuffer-temporary-goal-position): New variable.
5649 (next-history-element): Try to keep the position of point in the
5650 input string constant.
5651
5652 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5653 (dired-do-create-files): If there's only one file, pass it in as
5654 the DEFAULT arg to dired-mark-read-file-name.
5655
56562000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5657
5658 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5659 (diff-goto-source): Be smarter when choosing REVERSE or not.
5660
5661 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5662 (texinfo-mode-menu): Add an explicit shortcut for update all.
5663
56642000-10-03 Andre Spiegel <spiegel@gnu.org>
5665
5666 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5667 factorize backend-specific code cleanly (this was essentially
5668 conceived by Stefan Monnier).
5669 (vc-unregister): Function removed.
5670 (vc-revert-file): New function.
5671 (vc-revert-buffer): Delegate some of the work to it.
5672
5673 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5674 default branch unconditionally.
5675 (vc-rcs-set-default-branch): New function.
5676 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5677 (vc-rcs-checkin): If an appropriate default branch has been set,
5678 force creation of that branch.
5679 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5680 code (as suggested by Stefan Monnier).
5681
56822000-10-02 Gerd Moellmann <gerd@gnu.org>
5683
5684 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5685 highlighting overlay with a different face over the overlay
5686 isearch uses to highlight the current match because that can lead
5687 to bad face combinations.
5688
5689 * loadup.el (toplevel): Load faces before isearch.
5690
5691 * isearch.el (isearch-faces): New custom group.
5692 (isearch): New defface; was already tested for in the code.
5693 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5694 (isearch-highlight): Always use face `isearch'.
5695
56962000-10-02 Dave Love <fx@gnu.org>
5697
5698 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5699 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5700 comparison of opcode with operand.
5701
57022000-10-03 Miles Bader <miles@gnu.org>
5703
5704 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5705 buffer, since the echo area will now grow to accommodate them.
5706
57072000-10-02 Andre Spiegel <spiegel@gnu.org>
5708
5709 * vc-hooks.el (vc-registered): If FILE used to be registered under
5710 a certain backend, try that one first.
5711
5712 * vc.el (vc-responsible-backend): Undo the previous change in the
5713 argument list. Handle multiple backends correctly.
5714 (vc-find-new-backend): Function removed.
5715 (vc-register): Use vc-responsible-backend, as before.
5716 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5717
57182000-10-02 Gerd Moellmann <gerd@gnu.org>
5719
5720 * startup.el (fancy-splash-head): Change message below the
5721 logo.
5722
57232000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5724
5725 * diff-mode.el (diff-goto-source): Emit a status message.
5726 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5727 (diff-test-hunk): Fix doc string.
5728 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5729 (diff-advance-after-apply-hunk): New variable.
5730 (diff-apply-hunk): Don't return a value.
5731
57322000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5733
5734 * vc.el (vc-editable-p): Minor optimization.
5735 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5736 (vc-find-new-backend): New function split from vc-responsible-backend.
5737 (vc-register): Use it.
5738 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5739 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5740 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5741 (vc-clear-headers): Don't use find-file.
5742 (vc-revert-buffer): Use `and' again (must have been a braino).
5743 (vc-switch-backend): Only prompt if requested.
5744 Short circuit if nothing is to be done.
5745 Don't use vc-resynch-buffer which could lose unsaved editing.
5746 (vc-default-receive-file): Update call to vc-unregister.
5747 (with-vc-file, vc-next-action-on-file):
5748 Use vc-backend rather than vc-registered.
5749 (vc-next-action-on-file): Use intern-soft.
5750 Deal with read-only *vc-diff* buffer.
5751 (vc-transfer-file): Docstring fix.
5752
5753 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5754 (vc-rcs-receive-file): Avoid with-vc-properties.
5755 Update call to vc-unregister.
5756 Use constant `RCS' rather than (dynamically bound) var `backend'.
5757
57582000-10-01 Andre Spiegel <spiegel@gnu.org>
5759
5760 * vc.el (vc-next-action-on-file): Update mode line only if file
5761 is visited.
5762 (vc-start-entry): New argument initial-contents. Don't visit the file
5763 if it isn't already visited. Brought documentation up-to-date.
5764 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5765 (vc-checkin): New optional arg initial-contents, which is passed to
5766 vc-start-entry.
5767 (vc-finish-logentry): Make sure to bury log buffer only if there
5768 really is one. Call `vc-resynch-buffer' on log-file, not
5769 buffer-file-name.
5770 (vc-default-comment-history, vc-default-wash-log): New functions.
5771 (vc-index-of): Removed.
5772 (vc-transfer-file): Make do without the above.
5773 (vc-default-receive-file): Call comment-history unconditionally. Pass
5774 the resulting string to vc-checkin, instead of inserting it into the
5775 comment ring.
5776
5777 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5778 unconditionally. Use the comments as initial contents of the log
5779 entry buffer. Document the trick to force branch creation with no
5780 changes.
5781
57822000-10-01 Miles Bader <miles@gnu.org>
5783
5784 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5785 `recenter' with an arg to prevent redrawing the display.
5786
57872000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5790
5791 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5792
5793 * progmodes/c-mode.el (c-mode):
5794 Don't gratuitously override the default for comment-column.
5795
5796 * textmodes/tex-mode.el (latex-metasection-list): New var.
5797 (latex-imenu-create-index): Use it.
5798 Move the regexp construction outside loops (and use push).
5799 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5800 (tex-font-lock-keywords): Moved from font-lock.el.
5801 (tex-comment-indent): Remove.
5802 (tex-common-initialization): Don't set comment-indent-function.
5803 (latex-block-default): New var.
5804 (tex-latex-block): Use it to provide a default choice.
5805 Add any unknown choice to latex-block-names.
5806 Insert [...] after {...}.
5807 (tex-last-unended-begin): Simplify regexp.
5808 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5809 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5810 (latex-mode): Set forward-sexp-function.
5811
5812 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5813 Add regexp for @ignore ... @end ignore.
5814 (texinfo-heading-face): New face.
5815 (texinfo-font-lock-keywords): Use it.
5816 (texinfo-mode-menu): New menu.
5817 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5818 New functions.
5819 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5820 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5821 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5822 Remove declaration.
5823 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5824
5825 * delsel.el (delete-selection-mode): Use define-minor-mode.
5826
5827 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5828
58292000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5830
5831 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5832
58332000-09-30 Gerd Moellmann <gerd@gnu.org>
5834
5835 * replace.el (keep-lines-read-args): New function.
5836 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5837 read arguments interactively. Add parameters RSTART and REND.
5838 Operate on the active region in Transient Mark mode.
5839
5840 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5841
5842 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5843 (authors-obsolete-files-regexps): New variable.
5844 (authors-add): Don't record changes in obsolete files.
5845
58462000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5847
5848 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5849
5850 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5851 (comment-indent): Make sure there's a space between code and comment.
5852 Shift comments left to avoid going past fill-column.
5853
58542000-09-29 Gerd Moellmann <gerd@gnu.org>
5855
5856 * startup.el (startup-echo-area-message): New function.
5857 (display-startup-echo-area-message): Use it.
5858 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5859 (fancy-splash-default-action): New function.
5860 (fancy-splash-screens-1): New function.
5861 (fancy-splash-head): Put a help-echo and a keymap under the image.
5862
58632000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5864
5865 * diff-mode.el (diff-add-log-file-name): Remove.
5866 (diff-mode): Use add-log-buffer-file-name-function.
5867
5868 * add-log.el (find-change-log): New arg BUFFER-FILE.
5869 (add-log-file-name): Obey add-log-file-name-function.
5870 (add-log-buffer-file-name-function): New var.
5871 (add-change-log-entry): Use it.
5872
58732000-09-29 Miles Bader <miles@gnu.org>
5874
5875 * image-file.el (image-file-name-extensions): New variable.
5876 (image-file-name-regexps): Renamed from `image-file-regexps'.
5877 New default value is nil. Call `auto-image-file-mode'.
5878 (image-file-name-regexp): New function.
5879 (auto-image-file-mode): New minor mode.
5880 (insert-image-file): Don't make conditional on the image-file
5881 handler being enabled.
5882 (image-file-handler): Make the call here conditional instead.
5883 (set-image-file-handler-enabled, enable-image-file-handler)
5884 (disable-image-file-handler): Functions removed.
5885
5886 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5887 string.
5888
58892000-09-29 Gerd Moellmann <gerd@gnu.org>
5890
5891 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5892 it's a function from CL.
5893 (latex-imenu-create-index): Replace eval-when-compile with progn
5894 because latex-section-alist is not bound while compiling.
5895
58962000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5899 (outline-mode): Use define-derived-mode.
5900
5901 * progmodes/perl-mode.el (perl-mode):
5902 * progmodes/awk-mode.el (awk-mode):
5903 * progmodes/asm-mode.el (asm-mode):
5904 Don't gratuitously override the default for comment-column.
5905
5906 * emacs-lisp/lisp.el (lisp-complete-symbol):
5907 Distinguish the let-binding case from the funcall case.
5908 (forward-sexp-function): New variable.
5909 (forward-sexp): Use it.
5910
5911 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5912 (easy-mmode-defmap): Remove the now useless autoload.
5913
5914 * time.el (display-time-mode): Use define-minor-mode.
5915
5916 * subr.el (add-minor-mode): Don't eval NAME.
5917 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5918 Use if rather than cond.
5919
5920 * simple.el (read-expression-map): Define more properly.
5921 (comment-indent-hook): Remove.
5922 (string-to-syntax): Bug fix.
5923
5924 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5925 (cvs-ediff-diff): Fix typo.
5926 (cvs-revert-if-needed): Don't bother preserving read-only.
5927
5928 * paren.el (show-paren-mode): Use define-minor-mode.
5929
5930 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5931 (toggle-auto-compression): Remove.
5932 (jka-compr-build-file-regexp): Remove useless grouping.
5933
5934 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5935 Avoid user-reserved bindings.
5936 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5937 (diff-header-face): Revert to grey85.
5938
5939 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5940
5941 * complete.el (partial-completion-mode) <defcustom>: Remove.
5942 (partial-completion-mode): Use define-minor-mode.
5943 (PC-do-completion): Understand `completion-auto-help = delay'
5944 to mean to popup the completion buffer only the second time.
5945 (PC-include-file-all-completions, PC-include-file-all-completions)
5946 (PC-include-file-all-completions): Don't quote lambda.
5947
5948 * comint.el (comint-mode-hook): Docstring fix.
5949 (comint-mode): Use define-derived-mode.
5950 (comint-mode-map): Remove obsolete comment.
5951 (make-comint): Minor stylistic change.
5952 (comint-insert-clicked-input): Be more careful to find the overlay.
5953 Use this-command-keys rather than hardcoding mouse-2.
5954
5955 * font-lock.el: Replace confusing (,@ with ,
5956 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5957 Don't use regexp-opt-depth. Spice up the regexp for args.
5958 Don't distinguish between cmds that can take an opt arg or not.
5959 Use `append' and `prepend' rather than `keep'.
5960
5961 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5962 (latex-outline-regexp): New var.
5963 (latex-outline-level): New fun.
5964 (latex-section-alist): New var.
5965 (latex-imenu-create-index): Use it. Use `push' as well.
5966 (tex-shell-map): Initialize it properly.
5967 (tex-mode): Minor stylistic change.
5968 (plain-tex-mode): Use define-derived-mode.
5969 (latex-mode): Use define-derived-mode.
5970 Construct the paragraph regexps in a more readable way.
5971 Set the buffer-local outline-{level,regexp} vars.
5972 (slitex-mode): Derive from latex-mode.
5973 (tex-common-initialization): Don't kill-all-vars anymore.
5974 Add setting for comment-add and font-lock-defaults.
5975 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5976 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5977 (tex-start-tex): New arg DIR (and send a chdir command for it).
5978 Also display the shell buffer and save it in tex-last-buffer-texed.
5979 (tex-region): Use expand-file-name rather than concat.
5980 Remove code made useless by changes in tex-start-tex.
5981 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5982
5983 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5984
59852000-09-28 Dave Love <fx@gnu.org>
5986
5987 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5988
59892000-09-28 Gerd Moellmann <gerd@gnu.org>
5990
5991 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5992 `append'.
5993
59942000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5995
5996 * info.el (Info-extract-pointer): Undo last change.
5997 Instead, fix the position of the `bound' arg to re-search-backward.
5998
59992000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6000
6001 * info.el (Info-extract-pointer):
6002 Widen more carefully, to avoid finding pointers in other nodes.
6003 (Info-index): Use push.
6004
60052000-09-27 Gerd Moellmann <gerd@gnu.org>
6006
6007 * frame.el (set-frame-font): Remove call to obsolete function
6008 frame-update-faces.
6009 (set-foreground-color, set-background-color): Likewise for
6010 frame-update-face-colors.
6011
60122000-09-27 Miles Bader <miles@gnu.org>
6013
6014 * image-file.el: New file.
6015
60162000-09-27 Gerd Moellmann <gerd@gnu.org>
6017
6018 * frame.el (frame-notice-user-settings): Don't call
6019 frame-update-faces, which is a no-op now.
6020
6021 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6022 tool-bar-lines.
6023
60242000-09-27 Dave Love <fx@gnu.org>
6025
6026 * mouse.el: Fix last change.
6027
60282000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6029
6030 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6031
60322000-09-22 Kenichi Handa <handa@etl.go.jp>
6033
6034 * international/quail.el (quail-help): The output message is
6035 improved.
6036
60372000-09-26 Dave Love <fx@gnu.org>
6038
6039 * mouse.el (popup-menu): If POSITION is nil, set it using
6040 mouse-position.
6041
60422000-09-25 Sam Steingold <sds@gnu.org>
6043
6044 * net/browse-url.el (browse-url-file-url): Check for null maps.
6045
60462000-09-26 Gerd Moellmann <gerd@gnu.org>
6047
6048 * frame.el (frame-notice-user-settings): Don't add a
6049 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6050
6051 * frame.el (frame-notice-user-settings):
6052 Make tool-bar-mode and default-frame-alist consistent.
6053
6054 * toolbar/tool-bar.el (tool-bar-help): New function.
6055
60562000-09-25 Gerd Moellmann <gerd@gnu.org>
6057
6058 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6059 current-load-list in top-level forms. Else this leaks a cons cell
6060 every time a defun is called.
6061
6062 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6063
60642000-09-25 Dave Love <fx@gnu.org>
6065
6066 * startup.el (fancy-splash-head): Check XPM is available.
6067
6068 * autoinsert.el (auto-insert): Doc fix.
6069 (auto-insert-alist): Following GNU notices, don't say `copyright
6070 _by_'. Use line-beginning-position.
6071 (auto-insert): Check buffer-file-name is non-nil before use.
6072
60732000-09-25 Gerd Moellmann <gerd@gnu.org>
6074
6075 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6076 starting with `@def' or `@multitable', in addition to ones
6077 specified by the user in auto-fill-inhibit-regexp.
6078
60792000-09-25 Markus Rost <rost@math.ohio-state.edu>
6080
6081 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6082 rmail-dont-reply-to-names matches the empty string.
6083
60842000-09-25 Gerd Moellmann <gerd@gnu.org>
6085
6086 * startup.el (command-line-1, fancy-splash-text): Change the
6087 text to sound more friendly.
6088
60892000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6090
6091 * progmodes/hideshow.el: Update author email address.
6092 Generally, sync w/ maintainer version 5.22.
6093 (hs-hide-all-non-comment-function): New var.
6094 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6095 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6096 (hs-show-region): Delete this command.
6097 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6098
60992000-09-22 Dave Love <fx@gnu.org>
6100
6101 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6102 (hl-line-highlight): Specify buffer when moving overlay.
6103
6104 * progmodes/fortran.el (fortran-mode): Locally set
6105 normal-auto-fill-function.
6106 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6107 (fortran-mode-map): Adjust auto-fill menu entry.
6108
61092000-09-22 Gerd Moellmann <gerd@gnu.org>
6110
6111 * vc-rcs.el (toplevel): Require `vc' when compiling.
6112
6113 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6114
61152000-09-22 Andre Spiegel <spiegel@gnu.org>
6116
6117 * vc.el (vc-switch-backend): Signal an error if the file is not
6118 registered under the new backend.
6119
6120 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6121 without explicit revision number.
6122
61232000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6126 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6127 (diff-xor): New function.
6128 (diff-find-source-location): Use it. Fix a stupid name clash.
6129 (diff-hunk-status-msg): New function.
6130 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6131 (diff-test-hunk): Use diff-find-source-location.
6132 (diff-goto-source): Favor the `reverse'.
6133 (diff-hunk-text): Properly handle one-sided context diffs.
6134 (diff-apply-hunk): When done, advance to the next hunk.
6135
61362000-09-21 Gerd Moellmann <gerd@gnu.org>
6137
6138 * startup.el (command-line): If frame was created with a non-zero
6139 tool-bar-lines parameter, switch tool-bar-mode on.
6140
6141 * add-log.el (change-log-date-face, change-log-name-face)
6142 (change-log-email-face, change-log-file-face)
6143 (change-log-list-face, change-log-conditionals-face)
6144 (change-log-function-face, change-log-acknowledgement-face):
6145 New faces, inheriting from font-lock faces.
6146 (change-log-font-lock-keywords): Use them.
6147
61482000-09-21 Dave Love <fx@gnu.org>
6149
6150 * progmodes/cperl-mode.el (top-level): Clean up
6151 `eval-when-compile's and assorted defvars.
6152 (cperl-invalid-face): Don't double-quote value. Change custom
6153 type.
6154 (cperl-mode): Set normal-auto-fill-function and don't zap
6155 auto-fill-function.
6156 (cperl-imenu--function-name-regexp-perl): Renamed from
6157 imenu-example--function-name-regexp-perl.
6158 (cperl-imenu--create-perl-index): Renamed from
6159 imenu-example--create-perl-index.
6160 (cperl-xsub-scan): Don't require cl.
6161
6162 * msb.el (msb-mode-map): Use substitute-key-definition.
6163 (msb-mode): Use msb-mode-map.
6164
61652000-09-21 Andre Spiegel <spiegel@gnu.org>
6166
6167 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6168 New functions.
6169 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6170 (vc-switch-backend): New function.
6171 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6172 (vc-register): Fix prompt.
6173 (vc-unregister, vc-default-unregister): New functions.
6174 (vc-version-diff): Handle empty buffer in sentinel.
6175
6176 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6177 (vc-rcs-state-heuristic): Use it to guess the state of files with
6178 non-strict locking.
6179 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6180 been set with -b, but not created yet.
6181 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6182 contents in order to find the state.
6183 (vc-rcs-checkin): Allow creation of branches with no changes.
6184 (vc-rcs-unregister, vc-rcs-receive-file)
6185 (vc-rcs-set-non-strict-locking): New functions.
6186
6187 * vc-hooks.el (vc-name): Force correct computation of the value
6188 in case it is missing.
6189
61902000-09-21 Gerd Moellmann <gerd@gnu.org>
6191
6192 * startup.el (fancy-splash-tail): Use a different foreground
6193 color on a dark frame background.
6194
61952000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6196
6197 * info.el: Use the correct capitalization when making Info-mode
6198 and Info-edit-mode `special' modes.
6199
62002000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6201
6202 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6203 (diff-mode): Add support for add-log.el.
6204 (diff-hunk-text): Use char offsets rather than line offsets.
6205 (diff-find-source-location): Replace LINE with line-offset (nil
6206 if not found) and always set POS to a meaningful position.
6207 Adapt to the new char-offsets.
6208 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6209 Adapt to the new diff-find-source-location.
6210 (diff-goto-source): Adapt to the new diff-find-source-location.
6211
6212 * add-log.el (add-log-file-name): New function (split out of
6213 add-change-log-entry).
6214 (add-change-log-entry): Use it.
6215 Call add-log-file-name-function with the changelog file name if
6216 the current buffer is not associated with any file.
6217 Avoid find-file if the selected window is dedicated.
6218
6219 * diff-mode.el (diff-find-source-location):
6220 Move code from diff-apply-hunk. Return buffer rather than file.
6221 (diff-apply-hunk): Use the new result from diff-find-source-location.
6222 (diff-goto-source): Use the new diff-find-source-location.
6223
62242000-09-20 Dave Love <fx@gnu.org>
6225
6226 * iswitchb.el: Some doc fixes.
6227 (iswitchb-mode-map): Define completely initially. Inherit
6228 minibuffer-local-map.
6229 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6230 fundamental-mode.
6231 (iswitchb-global-map): New variable.
6232 (iswitchb-summaries-to-end): Amalgamate regexps.
6233 (iswitchb-mode): New.
6234 (iswitchb-mode-hook): New variable.
6235 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6236 `extensions'.
6237
62382000-09-20 Gerd Moellmann <gerd@gnu.org>
6239
6240 * ehelp.el (electric-help): New defgroup.
6241 (electric-help-shrink-window): New user-option.
6242 (with-electric-help): Use it.
6243
6244 * window.el (shrink-window-if-larger-than-buffer): If face
6245 `mode-line' has a :box, and we're on a graphical frame, add 1
6246 to the needed window height.
6247
6248 * frame.el (frame-notice-user-settings): Add a last parameter nil
6249 to a call to `append', because the last list passed to `append' is
6250 not copied, and so subsequent calls to assq-delete-all will modify
6251 default-frame-alist.
6252
6253 * startup.el (fancy-splash-image): Change :type.
6254 (fancy-splash-head): Use an XBM image if appropriate.
6255 (command-line-1): Show splash screens in more cases.
6256
6257 * startup.el (fancy-splash-text): Don't quote faces.
6258
6259 * dired.el (dired-font-lock-keywords): Undo last change.
6260 (dired-readin): Bind indent-tabs-mode to nil.
6261
6262 * startup.el (fancy-splash-head): If frame's background mode
6263 is `dark', change the black background of the image to gray.
6264 (fancy-splash-screens): Display startup echo area message.
6265 (display-startup-echo-area-message): New function.
6266
62672000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6268
6269 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6270
6271 * info.el (info-header-node): Tweak for color ttys.
6272
6273 * faces.el (face-valid-attribute-values): Make sure directories we
6274 search for stipples both exist and are readable before trying to
6275 search them.
6276
6277 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6278 in the dry-run case.
6279
6280 * jka-compr.el (with-auto-compression-mode): New macro.
6281
6282 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6283 (custom-group-tag-face, custom-variable-tag-face): Use relative
6284 :height and inherit from `variable-pitch' face instead of
6285 hardwiring :family.
6286 * hi-lock.el (hi-black-hb): Likewise.
6287
6288 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6289 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6290 toolbar-add-item, if image doesn't have a mask add a `:mask
6291 heuristic'.
6292
62932000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6294
6295 * diff-mode.el: Docstring fixes.
6296 (diff-header-face, diff-comment-face): New faces.
6297 (diff-font-lock-keywords): Highlight a bit differently.
6298 (diff-find-source-location): Don't return SPAN any more.
6299 (diff-hunk-text): Don't bother erasing the temp buffer.
6300 (diff-find-text): Drop argument LINE.
6301 (diff-apply-hunk): Update calls to diff-find-text.
6302 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6303
6304 * calendar/calendar.el: Docstring fixes.
6305 (calendar-make-alist): Don't quote lambda.
6306 (calendar-star-date): Use make-local-variable.
6307
63082000-09-19 Dave Love <fx@gnu.org>
6309
6310 * toolbar/tool-bar.el: Renamed from toolbar.el.
6311 Change `toolbar' to `tool-bar' generally in symbols.
6312 Make some items invisible in `special' major modes.
6313 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6314 Add arg PROPS.
6315
6316 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6317 Add :version here.
6318 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6319
63202000-09-19 Gerd Moellmann <gerd@gnu.org>
6321
6322 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6323
6324 * files.el (find-file-suppress-same-file-warnings): New user-option.
6325 (find-file-noselect): Use it.
6326
6327 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6328 (fancy-splash-screen): Defgroup.
6329
6330 * add-log.el (change-log-font-lock-keywords): Match names
6331 more exactly for the case that font-lock-constant-face is
6332 underlined.
6333
63342000-09-19 Richard M. Stallman <rms@gnu.org>
6335
6336 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6337
63382000-09-19 Andre Spiegel <spiegel@gnu.org>
6339
6340 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6341
63422000-09-19 Gerd Moellmann <gerd@gnu.org>
6343
6344 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6345 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6346 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6347 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6348 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6349 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6350 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6351 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6352 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6353 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6354 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6355 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6356
6357 * startup.el (fancy-splash-text): New variable.
6358 (fancy-splash-delay, fancy-splash-image): New user-options.
6359 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6360 (fancy-splash-screens): New functions.
6361 (command-line-1): If display has a `display' frame parameter, has
6362 colors, and we have XPM support, show more fancy splash screens.
6363
63642000-09-19 Dave Love <fx@gnu.org>
6365
6366 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6367 with null `help'. Use modern backquote syntax.
6368
63692000-09-19 Gerd Moellmann <gerd@gnu.org>
6370
6371 * font-lock.el (font-lock-mode): Change message telling the user
6372 that ``the buffer is too big''.
6373
6374 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6375 for instance for the case that tab-width is 2.
6376
63772000-09-18 Gerd Moellmann <gerd@gnu.org>
6378
6379 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6380 toolbar-add-item, if image doesn't have a mask add a `:mask
6381 heuristic'.
6382
63832000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6384
6385 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6386 and return a cons if it's non-nil.
6387 (diff-apply-hunk): Try to jump to the line in the source text
6388 corresponding to the position of point in the in the hunk.
6389
6390 * info.el (Info-title-3-face, Info-title-2-face)
6391 (Info-title-1-face): Use face inheritance and relative sizes
6392 instead of hard-wiring things.
6393
6394 * faces.el (secondary-selection): Make dark-background variant sane.
6395
63962000-09-16 Andrew Innes <andrewi@gnu.org>
6397
6398 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6399 read-only, since they aren't under VC now.
6400
64012000-09-17 Dave Love <fx@gnu.org>
6402
6403 * tmm.el: Replace mapcar with mapc in several places.
6404
6405 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6406 ad-unadvise.
6407
6408 * international/latin1-disp.el: New file.
6409
6410 * calendar/cal-move.el (scroll-calendar-left)
6411 (scroll-calendar-right): Make arg optional (for active mode line).
6412
6413 * calendar/calendar.el (calendar-mode-line-format): Make fields
6414 mouse-sensitive.
6415 (calendar-read-date, calendar-read-date, calendar-window-list):
6416 Unquote lambda.
6417 (calendar-month-name): Use aref, not sref.
6418
6419 * view.el (minor-mode-alist): Propertize the string.
6420
6421 * international/characters.el (standard-case-table): Add entries
6422 for Greek.
6423
64242000-09-18 Miles Bader <miles@gnu.org>
6425
6426 * info.el (info-node, info-xref): Add dark-background variants.
6427
6428 * faces.el (header-line): Change defaults to be less confusing
6429 when mixed with mode-lines.
6430
6431 * info.el (Info-fontify-node): Make a few cleanups.
6432 Add extra `help-echo' and `local-map' props to node xrefs.
6433 Use header-specific faces for node-names & xrefs.
6434 (Info-use-header-line): New variable.
6435 (info-header-xref, info-header-node): New faces.
6436 (Info-setup-header-line): New function.
6437 (Info-select-node): Call Info-setup-header-line when enabled.
6438 (Info-extract-pointer): Work even if the header line is hidden.
6439 (Info-header-line): New variable.
6440
64412000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6442
6443 * vms-patch.el (print-region-function): Don't quote lambda.
6444
6445 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6446
6447 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6448 (lm-get-header-re): Allow spaces between the header and the colon.
6449 (lm-header): Allow $ in non-RCS headers.
6450 (lm-header-multiline): Put the strings back into order.
6451 Stop at an empty line. Don't require two space chars if the
6452 line is clearly not another header line.
6453
6454 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6455 (popup-menu-popup): Remove.
6456
64572000-09-15 Gerd Moellmann <gerd@gnu.org>
6458
6459 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6460 specification if or if not tool-bar item contains an `:enabled'
6461 property.
6462
6463 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6464 current buffer has no file name.
6465
64662000-09-15 Dave Love <fx@gnu.org>
6467
6468 * strokes.el: Sync with maintainer's current version with changes
6469 for Emacs, but avoid runtime cl and levents.
6470 (toplevel): Change autoloads and compilation requires.
6471 (strokes-version, strokes-bug-address, strokes-lift): Values
6472 changed.
6473 (strokes-xpm-header, strokes-insinuated): New variable.
6474 (strokes): Add :link.
6475 (strokes-mode): Customized.
6476 (strokes-while-inhibiting-garbage-collector): New macro.
6477 (strokes-remassoc): Avoid remove-if.
6478 (strokes-fix-button2-command): Don't use ad-do-it.
6479 (strokes-insinuate): New function.
6480 (strokes-button-press-event-p, strokes-button-release-event-p):
6481 New functions, used instead of non-`strokes-' versions..
6482 (strokes-mouse-event-p): Rewritten.
6483 (strokes-event-closest-point): Avoid event-point.
6484 (strokes-get-grid-position): Avoid cdadr, caadr
6485 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6486 functions.
6487 (strokes-help): Use with-output-to-temp-buffer.
6488 (strokes-window-configuration-changed-p): New function.
6489 (strokes-update-window-configuration): Use buffer-live-p,
6490 strokes-window-configuration-changed-p.
6491 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6492 (strokes-char-face): New face.
6493 (strokes-char-table, strokes-base64-chars): New variable.
6494 (strokes-xpm-for-stroke, strokes-list-strokes)
6495 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6496 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6497 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6498 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6499 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6500 functions.
6501
65022000-09-15 Gerd Moellmann <gerd@gnu.org>
6503
6504 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6505
6506 * image.el (create-image): Doc fix.
6507
6508 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6509 instead of `:heuristic-mask t'.
6510
65112000-09-14 Andrew Innes <andrewi@gnu.org>
6512
6513 * makefile.w32-in: Revert to Unix line endings.
6514
65152000-09-14 Andrew Innes <andrewi@gnu.org>
6516
6517 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6518 when installing.
6519
6520 * makefile.nt (DONTCOMPILE): Fix typo.
6521
6522 * shell.el (shell-write-history-on-exit): New function.
6523 (shell-dumb-shell-regexp): New custom variable.
6524 (shell-mode): Make shell-write-history-on-exit the process
6525 sentinel if shell name matches shell-dumb-shell-regexp.
6526
6527 * w32-fns.el: Comment out before-init-hook function which resets
6528 source-directory based; this breaks bootstrap.
6529
65302000-09-14 Dave Love <fx@gnu.org>
6531
6532 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6533 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6534 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6535 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6536 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6537 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6538 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6539 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6540 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6541
6542 * toolbar/toolbar.el: New.
6543
6544 * subdirs.el: Add toolbar.
6545
65462000-09-14 Gerd Moellmann <gerd@gnu.org>
6547
6548 * indent.el (indent-for-tab-command): Doc fix.
6549
65502000-09-14 Alex Schroeder <alex@gnu.org>
6551
6552 * ansi-color.el (ansi-colors): Doc change.
6553 (ansi-color-get-face): Simplified regexp.
6554 (ansi-color-faces-vector): Added more faces, doc change.
6555 (ansi-color-names-vector): Doc change.
6556 (ansi-color-regexp): Simplified regexp.
6557 (ansi-color-parameter-regexp): New regexp.
6558 (ansi-color-filter-apply): Doc change.
6559 (ansi-color-filter-region): Doc change.
6560 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6561 deal with zero length parameters.
6562 (ansi-color-apply-on-region): Doc change.
6563 (ansi-color-map): Doc change.
6564 (ansi-color-map-update): Removed debugging message.
6565 (ansi-color-get-face-1): Added condition-case to trap
6566 args-out-of-range errors.
6567 (ansi-color-get-face): Doc change.
6568 (ansi-color-make-face): Removed.
6569 (ansi-color-for-shell-mode): New option.
6570
65712000-09-13 Kenichi Handa <handa@etl.go.jp>
6572
6573 * international/quail.el (quail-start-translation): Translate KEY
6574 if necessary even if it doesn't have any mapping in the current
6575 input method.
6576 (quail-start-conversion): Likewise.
6577 (quail-help): The output message is improved.
6578
65792000-09-13 Miles Bader <miles@gnu.org>
6580
6581 * comint.el (comint-output-filter): Revert to using
6582 `insert-before-markers'. Add bletcherous hack to undo damage
6583 caused by `insert-before-markers'. Put `front-sticky' property on
6584 overlays created here so that the field code understands how the
6585 overlay works. Use a let when making comint-last-prompt-overlay,
6586 so that the code is easier to read.
6587
65882000-09-13 Dave Love <fx@gnu.org>
6589
6590 * wid-edit.el (widget-default-format-handler): DTRT when
6591 doc-property is a function.
6592
65932000-09-12 Francesco Potorti` <pot@gnu.org>
6594
6595 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6596 filed name if it's not there.
6597
65982000-09-12 Dave Love <fx@gnu.org>
6599
6600 * simple.el (read-mail-command): Doc fix.
6601 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6602
6603 * vc.el (vc-dired-listing-switches): Fix :version.
6604
6605 * vc-hooks.el: Doc fixes.
6606
6607 * subr.el (add-minor-mode): Use toggle-fun arg.
6608
6609 * speedbar.el: Add :version to several defcustoms.
6610
6611 * imenu.el (imenu--truncate-items, imenu--cleanup)
6612 (imenu--generic-function): Avoid mapcar.
6613 (imenu--replace-spaces): Function removed.
6614 (imenu--completion-buffer): Use subst-char-in-string.
6615 (imenu-add-to-menubar): Use keymap inheritance.
6616
66172000-09-12 Miles Bader <miles@gnu.org>
6618
6619 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6620 (diff-mode-map): Bind `diff-test-hunk'.
6621 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6622
66232000-09-11 Gerd Moellmann <gerd@gnu.org>
6624
6625 * bytecomp.el (byte-compile-defvar): Undo last change
6626 because it breaks '(make-variable-buffer-local (defvar ...)'
6627 which is used at least in dired.
6628
66292000-09-12 Kenichi Handa <handa@etl.go.jp>
6630
6631 * international/quail.el (quail-define-package): Docstring
6632 modified.
6633
66342000-09-12 Kenichi Handa <handa@etl.go.jp>
6635
6636 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6637 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6638 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6639 docstring of "chinese-py".
6640
6641 * international/quail.el (quail-translation-docstring): New
6642 variable.
6643 (quail-show-keyboard-layout): Docstring modified.
6644 (quail-select-current): Likewise.
6645 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6646 infinite recursive call.
6647 (quail-help): Check quail-translation-docstring. Format of the
6648 output changed.
6649 (quail-help-insert-keymap-description): Adjusted for the above
6650 change.
6651
66522000-09-11 Gerd Moellmann <gerd@gnu.org>
6653
6654 * bytecomp.el (byte-compile-defvar): Only cons onto
6655 current-load-list in top-level forms. Else this leaks a cons cell
6656 every time a defun is called.
6657
66582000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6659
6660 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6661 Now understands non-unified diffs. Some functionality moved into
6662 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6663 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6664 modify anything. Only reposition point in the patched file if the
6665 patch succeeds. Only pop up another window if POPUP is true.
6666 Emit a message describing what happened if successful, and at what
6667 line-offset. Automatically detect reversed hunks and do something
6668 appropriate.
6669 (diff-hunk-text, diff-find-text): New functions.
6670 (diff-filter-lines): Function removed.
6671 (diff-test-hunk): New function.
6672 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6673
66742000-09-10 Dave Love <fx@gnu.org>
6675
6676 * textmodes/tildify.el: Minor doc/commentary fixes.
6677 (tildify) <defgroup>: Add :version.
6678
6679 * faces.el (face-x-resources): Make custom type more specific.
6680 (frame-background-mode): Use mapc.
6681 (region) <defcustom>: Add :version.
6682
66832000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6684
6685 * vc-sccs.el (vc-sccs-register):
6686 * vc-rcs.el (vc-rcs-register):
6687 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6688 * vc.el (vc-register): Clear file's properties.
6689
66902000-09-08 Gerd Moellmann <gerd@gnu.org>
6691
6692 * faces.el (face-spec-set): Only face-spec-reset-face when
6693 ATTRS is non-nil.
6694
66952000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6696
6697 * help.el (help-insert-xref-button): Fix a typo in doc string.
6698
66992000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6700
6701 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6702 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6703 methods.
6704
6705 * menu-bar.el (read-mail-item-name): New function.
6706 (menu-bar-tools-menu): Use it to compute and display the package
6707 used to read email.
6708 (menu-bar-tools-menu): Fix typo in GUD's help string.
6709
67102000-09-07 Dave Love <fx@gnu.org>
6711
6712 * diff-mode.el (diff-mouse-goto-source): New function.
6713
6714 * vc-sccs.el: Doc fixes.
6715 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6716
6717 * vc-rcs.el: Doc fixes.
6718 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6719 (vc-rcs-checkout-switches, vc-rcs-header)
6720 (vc-rcs-master-templates): Add or change :version.
6721
6722 * vc-cvs.el: Doc fixes.
6723 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6724 (vc-cvs-stay-local): Add :version.
6725
6726 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6727
67282000-09-07 Kenichi Handa <handa@etl.go.jp>
6729
6730 * international/quail.el (quail-help): Fix previous change.
6731
67322000-09-07 Gerd Moellmann <gerd@gnu.org>
6733
6734 * faces.el (color-values): Doc fix.
6735
6736 * faces.el (frame-set-background-mode): Use frame-parameter
6737 instead of frame-parameters.
6738
6739 * frame.el (filtered-frame-list): Reduce consing.
6740 (frames-on-display-list): Call frame-parameter instead of
6741 frame-parameters.
6742
67432000-09-07 Kenichi Handa <handa@etl.go.jp>
6744
6745 * language/devan-util.el (devanagari-to-indian-region): In the
6746 loop, change the following char, not preceding char.
6747
67482000-09-07 Gerd Moellmann <gerd@gnu.org>
6749
6750 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6751 instead of frame-parameters.
6752
6753 * faces.el (set-face-attribute): Simplify by calling
6754 internal-set-lisp-face-attribute with FRAME being 0.
6755
6756 * vc.el: Remove `Id' version control keyword.
6757
67582000-09-07 Kenichi Handa <handa@etl.go.jp>
6759
6760 * help.el (help-make-xrefs): Adjusted for the change of
6761 help-xref-mule-regexp.
6762 (help-insert-xref-button): New function.
6763
6764 * international/mule-cmds.el (help-xref-mule-regexp-template):
6765 Include the pattern for character set.
6766 (leim): New group.
6767
6768 * international/quail.el: Don't require face.
6769 (quail): New group.
6770 (quail-other-command): Dummy command to make quail-help work better.
6771 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6772 (quail-keyboard-layout-substitution): New variable.
6773 (quail-update-keyboard-layout): New function.
6774 (quail-keyboard-layout-type): New customizable variable.
6775 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6776 (quail-keyboard-translate): Pay attention to
6777 quail-keyboard-layout-substitution.
6778 (quail-insert-kbd-layout): New function.
6779 (quail-show-keyboard-layout): New function.
6780 (quail-get-translation): If the definition is a vector of length
6781 1, and the element is a string of length 1, return the character
6782 in that string.
6783 (quail-update-current-translations): Fix the case of
6784 relative-index out of range.
6785 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6786 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6787 Show key sequences for all available characters.
6788 (quail-help-insert-keymap-description): Don't show such verbose
6789 key bindings as quail-self-insert-command.
6790
6791 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6792 Format changed, and each element now have extra documentations.
6793 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6794 Adjusted for the change of quail-cxterm-package-ext-info.
6795
67962000-09-06 Gerd Moellmann <gerd@gnu.org>
6797
6798 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6799 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6800 during bootstrap.
6801
68022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6803
6804 * vc.el: (toplevel): Don't require `dired' at run-time.
6805 (vc-dired-resynch-file): Remove autoload cookie.
6806
68072000-09-05 Andre Spiegel <spiegel@gnu.org>
6808
6809 * vc.el: Made several backend functions optional.
6810 (vc-default-responsible-p): New function.
6811 (vc-merge): Use RET for first version to trigger merge-news, not
6812 prefix arg.
6813 (vc-annotate): Handle backends that do not support annotation.
6814 (vc-default-merge-news): Removed. The existence of a merge-news
6815 implementation is now checked on caller sites.
6816
6817 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6818 case.
6819
6820 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6821 special case that has been removed from the default in vc-hooks.el.
6822
68232000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6826
68272000-09-05 Andre Spiegel <spiegel@gnu.org>
6828
6829 * vc-hooks.el: Require vc during compilation.
6830 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6831 macro `with-vc-properties' in vc.el.
6832 (vc-file-getprop): Doc fix.
6833 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6834
6835 * vc.el: Require dired-aux during compilation.
6836 (vc-name-assoc-file): Moved to vc-sccs.el.
6837 (with-vc-properties): New macro.
6838 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6839 vc-finish-steal): Use it.
6840 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6841 to the backend-specific function is now supposed to do the checkout,
6842 too.
6843 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6844
6845 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6846 set file properties; that gets done in the generic code now.
6847
6848 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6849 Changed parameter list, added code from vc.el that does the
6850 checkout, possibly with a double-take.
6851
6852 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6853 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6854 the above under the new name.
6855 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6856 parameter list, added checkout command.
6857 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6858 properties; that gets done in the generic code now.
6859
68602000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6861
6862 * vc.el: Docstring fixes (courtesy of checkdoc).
6863
68642000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6865
6866 * vc.el (vc-checkout-writable-buffer-hook)
6867 (vc-checkout-writable-buffer): Remove.
6868 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6869 (vc-log-mode): Make it into a clean derived major mode.
6870 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6871 vc-log-mode if log-edit is not available.
6872 (vc-dired-mode-map): Don't set-keymap-parent yet.
6873 (vc-dired-mode): Do set-keymap-parent here.
6874 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6875
68762000-09-05 Gerd Moellmann <gerd@gnu.org>
6877
6878 * faces.el (set-face-attribute, face-spec-reset-face)
6879 (face-spec-set): Avoid consing by removing calls to `apply'.
6880
6881 * frame.el (frame-parameter): Move to C code.
6882
68832000-09-05 Dave Love <fx@gnu.org>
6884
6885 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6886 insert-before-markers-and-inherit. Now checked systematically!
6887
68882000-09-05 Alex Schroeder <alex@gnu.org>
6889
6890 * sql.el (sql-postgres): Use sql-postgres-options.
6891 (sql-postgres-options): New variable.
6892
68932000-09-05 Alex Schroeder <alex@gnu.org>
6894
6895 * sql.el (sql-mode-menu): Work around missing variable mark-active
6896 in XEmacs.
6897 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6898 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6899 compatibility.
6900
69012000-09-04 Gerd Moellmann <gerd@gnu.org>
6902
6903 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6904
6905 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6906
6907 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6908
69092000-09-04 Andre Spiegel <spiegel@gnu.org>
6910
6911 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6912 don't support anything else under SCCS yet.
6913
6914 * vc-hooks.el: Minor doc fixes.
6915
69162000-09-04 Andre Spiegel <spiegel@gnu.org>
6917
6918 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6919 not necessary. If verbose in state `needs-patch', do the same as
6920 under `up-to-date'. When NOT verbose and `needs-patch', check out
6921 latest version instead of `merge-news'.
6922 (vc-next-action-dired): Don't mess with default-directory here; it
6923 breaks other parts of dired. It is the job of the
6924 backend-specific functions to adjust it temporarily if they need it.
6925 (vc-next-action): Remove a special CVS case.
6926 (vc-clear-headers): New optional arg FILE.
6927 (vc-checkin, vc-checkout): Set properties vc-state and
6928 vc-checkout-time properly.
6929 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6930 (vc-print-log): Use new backend function `show-log-entry'.
6931 (vc-cancel-version): Do the checks in a different order. Added a
6932 FIXME concerning RCS-only code.
6933
6934 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6935 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6936
6937 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6938
6939 * vc-hooks.el (vc-default-mode-line-string): Show state
6940 `needs-patch' as a `-' too.
6941
69422000-09-04 Andre Spiegel <spiegel@gnu.org>
6943
6944 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6945 (vc-default-could-register): New function.
6946 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6947 (vc-resynch-buffer): Call vc-dired-resynch-file.
6948 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6949 vc-resynch-buffer instead of vc-resynch-window.
6950 (vc-next-action-dired): Don't redisplay here, that gets done as a
6951 result of the individual file operations.
6952 (vc-retrieve-snapshot): Corrected prompt order.
6953
6954 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6955
6956 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6957 as well.
6958 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6959 hostname regexps. Updated all callers.
6960 (vc-cvs-responsible-p): Handle directories as well.
6961 (vc-cvs-could-register): New function.
6962 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6963 properties up-to-date.
6964
6965 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6966 user whether to create one.
6967
69682000-09-04 Andre Spiegel <spiegel@gnu.org>
6969
6970 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6971 check out a non-existing file.
6972
6973 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6974 workfile does not exist.
6975
6976 * vc.el (vc-version-diff): Use `require' to check for existence of
6977 diff-mode.
6978
69792000-09-04 Andre Spiegel <spiegel@gnu.org>
6980
6981 * vc-cvs.el (vc-cvs-registered): Use new function
6982 vc-cvs-parse-entry to do the actual work.
6983
69842000-09-04 Andre Spiegel <spiegel@gnu.org>
6985
6986 * vc-hooks.el (vc-find-backend-function): If function doesn't
6987 exist, return nil instead of error.
6988 (vc-call-backend): Doc fix.
6989
6990 * vc.el (vc-do-command): Doc fix.
6991 (vc-finish-logentry): When checking in from vc-dired, choose the
6992 right backend for logentry check.
6993 (vc-dired-mode-map): Inherit from dired-mode-map.
6994 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6995 simplified.
6996 (vc-dired-state-info): Removed, updated caller.
6997 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6998 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6999 (vc-dired-listing-switches): New variable.
7000 (vc-directory): Use it, instead of dired-listing-switches.
7001
7002 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7003 (vc-cvs-dir-state): New function.
7004 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7005 (vc-cvs-parse-entry): New function, also to be used in
7006 vc-cvs-registered.
7007
70082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7009
7010 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7011 *or* single-window-frames.
7012
70132000-09-04 Andre Spiegel <spiegel@gnu.org>
7014
7015 * vc.el (vc-update-changelog): Split into generic part and default
7016 implementation. Doc string adapted.
7017 (vc-default-update-changelog): New function. Call the `rcs2log'
7018 script in exec-directory, to fix a long-standing nuisance.
7019
7020 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7021 simply signals an error.
7022
70232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7024
7025 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7026 control-flow more clear and to avoid running `cvs' twice.
7027
7028 * vc.el (vc-next-action-on-file): Doc fix.
7029 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7030 (vc-print-log): Eval `file' before constructing the continuation.
7031
70322000-09-04 Andre Spiegel <spiegel@gnu.org>
7033
7034 * vc.el (vc-next-action-on-file): Corrected several messages.
7035 (vc-merge): Add prefix arg `merge-news'; handle it.
7036
7037 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7038 is not reached. It is.
7039 (vc-cvs-merge): Set state to 'edited after merge.
7040 (vc-cvs-merge-news): Set workfile version to nil if not known.
7041 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7042
7043 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7044 via stdout. (Merge from main line.)
7045
70462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7047
7048 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7049 detection.
7050
70512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7052
7053 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7054 against kill-all-local-variables.
7055 (vc-log-edit): Don't save vc-parent-buffer any more.
7056 (vc-last-comment-match): Initialize to an empty string.
7057 (vc-post-command-functions): New hook.
7058 (vc-do-command): Run it.
7059 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7060 (vc-finish-logentry): Only add the comment to the ring if it's
7061 different from the last comment entered.
7062 (vc-new-comment-index): New function.
7063 (vc-previous-comment): Use it. Make the minibuffer message
7064 slightly less terse.
7065 (vc-comment-search-reverse): Make it work forward as well. Don't
7066 set vc-comment-ring-index if no match is found. Use
7067 vc-new-comment-index.
7068 (vc-comment-search-forward): Use vc-comment-search-reverse.
7069 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7070 define-derived-mode will do it for us. Bind `v' to a keymap that
7071 inherits from vc-prefix-map so that we can bind `vt' without
7072 binding C-x v t.
7073 (vc-retrieve-snapshot): Parenthesis typo.
7074
7075 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7076 to 1. Make sure to switch to *vc* before looking for an error
7077 message. Use vc-parse-buffer.
7078
70792000-09-04 Andre Spiegel <spiegel@gnu.org>
7080
7081 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7082 and NAME.
7083 (vc-retrieve-snapshot): Split into two parts.
7084 (vc-default-retrieve-snapshot): New function.
7085
7086 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7087 (vc-cvs-retrieve-snapshot): New function (untested).
7088 (vc-cvs-stay-local): Default to t.
7089 (vc-cvs-remote-p): New function and property.
7090 (vc-cvs-state): Stay local only if the above is t.
7091 (vc-handle-cvs): Removed.
7092 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7093 done via vc-handled-backends now.
7094 (vc-cvs-header): Escape Id.
7095
70962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7097
7098 * vc.el (vc-do-command): Remove unused commands.
7099 (vc-version-diff): Make sure default-directory ends with a slash.
7100 Move the window commands into a vc-exec-after.
7101 (vc-print-log): Move more of the code into the `vc-exec-after'.
7102
71032000-09-04 Andre Spiegel <spiegel@gnu.org>
7104
7105 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7106 (vc-print-log): Search current revision from beginning of buffer.
7107 (vc-revert-buffer): Clear echo area after the diff is finished.
7108 (vc-prefix-map): Removed definition of "t" for terse display in vc
7109 dired.
7110 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7111 definition of "vt" for terse display.
7112 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7113
71142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7115
7116 * vc.el (vc-exec-after): Avoid caddr.
7117
71182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * vc.el (vc-exec-after): New function.
7121 (vc-do-command): Use it to add a termination message for async
7122 procs.
7123 (vc-checkout): Try to handle a missing-backend situation.
7124 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7125 of a directory with a backend using async diffs.
7126 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7127 present.
7128
7129 * vc-sccs.el (vc-sccs-state-heuristic): Use
7130 file-ownership-preserved-p.
7131
7132 * vc-rcs.el (vc-rcs-state-heuristic): Use
7133 file-ownership-preserved-p.
7134 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7135
71362000-09-04 Andre Spiegel <spiegel@gnu.org>
7137
7138 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7139 vc-do-command.
7140
7141 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7142 when there are no changes.
7143
71442000-09-04 Andre Spiegel <spiegel@gnu.org>
7145
7146 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7147
7148 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7149
71502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7151
7152 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7153
7154 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7155 the `fset' outside of the defvar so that it works even if
7156 vc-prefix-map was already defined.
7157 (vc-setup-buffer): New function, split out of vc-do-command.
7158 (vc-do-command): Allow BUFFER to be t to mean `just use the
7159 current buffer without any fuss'.
7160 (vc-version-diff): Change the `diff' backend operation to just put
7161 the diff in the current buffer without erasing it. Always use
7162 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7163 shrink-window-if-larger-than-buffer.
7164 (vc-print-log): Change the `print-log' backend operation to just
7165 put the log in the current buffer without erasing it. Protect
7166 shrink-window-if-larger-than-buffer.
7167 (vc-update-change-log): Fix setd typo.
7168
7169 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7170 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7171
7172 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7173 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7174 CMP.
7175
7176 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7177 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7178 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7179
71802000-09-04 Andre Spiegel <spiegel@gnu.org>
7181
7182 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7183 not possible, use vc-BACKEND-workfile-unchanged-p.
7184 (vc-default-workfile-unchanged-p): New function. Delegates to a
7185 full vc-BACKEND-diff.
7186
7187 * vc-hooks.el (vc-simple-command): Removed.
7188
7189 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7190 instead of vc-simple-command.
7191 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7192 avoid doing a diff when opening a file.
7193 (vc-rcs-state): Added check for unlocked-changes.
7194 (vc-rcs-header): Escape Id.
7195 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7196 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7197 version.
7198
7199 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7200 (vc-sccs-diff): Remove optional arg CMP.
7201 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7202 SCCS-specific function.
7203
7204 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7205 vc-simple-command.
7206
72072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7208
7209 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7210 (with-vc-file, vc-merge): Use vc-editable-p.
7211 (vc-do-command): Remove unused var vc-file and fix the
7212 doubly-defined `status' var. Add a user message when starting an
7213 async command.
7214 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7215 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7216 Use with-current-buffer.
7217 (vc-buffer-sync): Use unless.
7218 (vc-next-action-on-file): If the file is 'edited by read-only,
7219 make it read-write instead of trying to commit.
7220 (vc-version-diff, vc-update-change-log): Use `setq
7221 default-directory' rather than `cd'.
7222 (vc-log-edit): Don't forget to set default-directory in the
7223 buffer.
7224
7225 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7226 (vc-sccs-state-heuristic): Use file-writable-p instead of
7227 comparing userids.
7228 (vc-sccs-checkout): Use `unless'.
7229
7230 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7231 of comparing userids.
7232 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7233 Simplify the logic by eliminating unreachable code.
7234 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7235 just do a recursive call if we need to retry.
7236 (vc-rcs-checkout): Handle the case where rcs is missing by making
7237 the buffer read-write if requested and re-signalling the error.
7238
7239 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7240
72412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7242
7243 * vc-hooks.el (vc-handled-backends): Docstring change.
7244 (vc-ignore-vc-files): Mark obsolete.
7245 (vc-registered): Check vc-ignore-vc-files.
7246 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7247 vc-ignore-vc-files.
7248
7249 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7250
72512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7252
7253 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7254 files since ange-ftp already has vc-registered return nil.
7255
7256 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7257 (vc-sccs-workfile-version): Use with-temp-buffer and new
7258 vc-parse-buffer and don't bother setting the property.
7259 (vc-sccs-add-triple): Use with-current-buffer and
7260 find-file-noselect.
7261 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7262
7263 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7264 derives from the old vc-parse-buffer but uses the revision number
7265 rather than the date (much easier to compare robustly).
7266 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7267 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7268 locking-user more directly. Check strict locking and set
7269 checkout-model appropriately.
7270 (vc-rcs-parse-locks): Remove.
7271 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7272 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7273 (vc-rcs-system-release): Use with-current-buffer and
7274 vc-parse-buffer.
7275 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7276
7277 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7278 (vc-simple-command): Docstring fix.
7279 (vc-registered): Align the way the file-handler is called with the
7280 way the function itself works.
7281 (vc-file-owner): Remove.
7282
7283 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7284 extraction of fields and call to file-attributes because of a
7285 temporary bug in rcp.el.
7286 (vc-cvs-fetch-status): Use with-current-buffer.
7287
72882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7289
7290 * vc.el (vc-do-command): Use file-relative-name.
7291 (vc-responsible-backend): Use vc-backend if possible.
7292 (vc-create-snapshot): Improve the `interactive' spec. Add support
7293 for branches and dispatch to backend-specific `create-snapshot'.
7294 (vc-default-create-snapshot): New function, containing the bulk of
7295 the old vc-create-snapshot.
7296 (vc-retrieve-snapshot): Improve the interactive spec.
7297
7298 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7299 (vc-backend-hook-functions): Remove.
7300 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7301 (vc-backend): Reintroduce the test for `file = nil' now that I
7302 know why it was there (and added a comment to better remember).
7303
7304 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7305 code from vc-sccs-hooks.el.
7306 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7307 'vc anymore.
7308 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7309 and file-directory-p instead of file-exists-p.
7310 (vc-sccs-check-headers): Simplify the regexp.
7311
7312 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7313 from vc-rcs-hooks.el. Don't require 'vc anymore.
7314 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7315 file-directory-p instead of file-exists-p.
7316
7317 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7318 from vc-cvs-hooks.el.
7319 (proto vc-cvs-registered): Require 'vc-cvs instead of
7320 'vc-cvs-hooks. Don't require 'vc anymore.
7321 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7322 file-directory-p instead of file-exists-p.
7323 (vc-cvs-create-snapshot): New function, replacing
7324 vc-cvs-assign-name.
7325 (vc-cvs-assign-name): Remove.
7326
73272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7328
7329 * vc-cvs.el (vc-cvs-header): New var.
7330
7331 * vc-rcs.el (vc-rcs-exists): Remove.
7332 (vc-rcs-header): New var.
7333
7334 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7335 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7336 (vc-sccs-header): New var.
7337
7338 * vc.el (vc-do-command): Get rid of the `last' argument.
7339 (vc-header-alist): Remove, replaced by vc-X-header.
7340 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7341 (vc-dired-hook): Use expand-file-name instead of concat.
7342 (vc-directory): Use file-name-as-directory.
7343 (vc-snapshot-precondition, vc-create-snapshot)
7344 (vc-retrieve-snapshot): Allow the command to operate on any
7345 directory.
7346
7347 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7348 just removing the 'WORKFILE argument or by removing the 'MASTER
7349 argument and replacing `file' with (vc-name file).
7350
73512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7352
7353 * vc.el: Update Copyright and add a crude list of backend funs.
7354 (vc-writable-p): New function.
7355 (with-vc-file): Use vc-writable-p.
7356 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7357 (vc-register): Avoid vc-name.
7358 (vc-locking-user): Remove.
7359 (vc-steal-lock): Make the `owner' arg non-optional.
7360 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7361 vc-checkout-model.
7362 (vc-default-dired-state-info): Use vc-state instead of
7363 vc-locking-user and return special strings for special states.
7364 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7365 and get rid of one of the special CVS cases.
7366 (vc-cancel-version): prettify error message with \\[...].
7367 (vc-rename-master): New function.
7368 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7369 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7370 the CVS special case generic.
7371 (vc-default-record-rename): Remove.
7372 (vc-file-tree-walk-internal): Only call FUNC for files that are
7373 under control of some VC backend and replace `concat' with
7374 expand-file-name.
7375 (vc-file-tree-walk): Update docstring.
7376 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7377 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7378
7379 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7380 vc-sccs-record-rename. Use `find-file-noselect' rather than
7381 `find-file' and call `vc-rename-master' to do the actual move.
7382 (vc-sccs-diff): Remove unused `backend' variable.
7383
7384 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7385 to delay loading of vc-sccs until it is really used.
7386 (vc-sccs-master-templates): Preload.
7387 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7388 (vc-sccs-project-dir): Remove (merged into
7389 vc-sccs-search-project-dir).
7390 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7391 rather than `concat', make sure it is preloaded and don't bother
7392 to check that the file actually exists.
7393 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7394 `locks' argument (use buffer's content instead) and eliminate n^2
7395 behavior.
7396
7397 * vc-rcs.el: Update Copyright.
7398 (vc-rcs-rename-file): New function.
7399 (vc-rcs-diff): Remove unused `backend' variable.
7400
7401 * vc-hooks.el: Update Copyright.
7402 (vc-backend): Don't accept a nil argument any more.
7403 (vc-up-to-date-p): Turn into a defsubst.
7404 (vc-possible-master): New function.
7405 (vc-check-master-templates): Use `vc-possible-master' and allow
7406 funs in vc-X-master-templates to return a non-existent file.
7407
7408 * vc-cvs.el: Update Copyright.
7409 (vc-cvs-diff): Remove unused `backend' variable.
7410 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7411
7412 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7413
74142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7415
7416 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7417 since it can be called from vc-rcs.el.
7418 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7419
74202000-09-04 Andre Spiegel <spiegel@gnu.org>
7421
7422 * vc.el (vc-version-diff): Expand file name read from the
7423 minibuffer. Handle the case when a previous version number can't
7424 be guessed. Give suitable messages when there were no differences
7425 found.
7426 (vc-clear-headers): Call backend-specific implementation, if one
7427 exists.
7428 (vc-cancel-version): Made error checks generic. When done, clear
7429 headers generically, too.
7430
7431 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7432 from vc-clear-headers in vc.el.
7433
7434 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7435 correctly.
7436 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7437 optional. Handle the case when it's not there.
7438
74392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7440
7441 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7442
74432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7444
7445 * vc-hooks.el (vc-loadup): Remove.
7446 (vc-find-backend-function): Use `require'. Also, handle the case
7447 where vc-BACKEND-hooks.el doesn't exist.
7448 (vc-call-backend): Cleanup.
7449
74502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7451
7452 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7453 vc-rcs-grab-templates)
7454 (vc-rcs-registered): Remove. The default function works as well.
7455 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7456 vc-sccs-grab-templates)
7457 (vc-sccs-registered): Remove. The default function works as well.
7458
7459 * vc.el (vc-version-diff): Left out a vc- in call to
7460 vc-call-backend.
7461 (vc-default-dired-state-info, vc-default-record-rename)
7462 (vc-default-merge-news): Update for the new backend argument.
7463
7464 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7465 using the default function.
7466 (vc-call-backend): If calling the default function, pass it the
7467 backend as first argument. Update the docstring accordingly.
7468 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7469 for the new backend argument.
7470 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7471 (vc-find-backend-function): Use the new name.
7472 (vc-default-registered): New function.
7473
74742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7475
7476 * vc.el (vc-merge): Use vc-find-backend-function.
7477
7478 * vc-hooks.el (vc-backend-functions): Remove.
7479 (vc-loadup): Don't setup 'vc-functions.
7480 (vc-find-backend-function): New function.
7481 (vc-call-backend): Use above fun and populate 'vc-functions
7482 lazily.
7483 (vc-backend-defines): Remove.
7484
74852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7486
7487 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7488 Call vc-call-backend without the leading vc-.
7489 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7490 (vc-check-headers): Call vc-call-backend without the leading vc-.
7491 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7492 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7493 Call vc-call-backend without the leading vc-.
7494
7495 * vc-cvs.el (tail): Provide vc-cvs.
7496 * vc-sccs.el (tail): Provide vc-sccs.
7497 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7498
7499 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7500 (vc-make-backend-function, vc-call): Pass names without leading
7501 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7502 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7503 (vc-call-backend): Always try to load vc-X-hooks.
7504 (vc-registered): Remove vc- in call to vc-call-backend.
7505
75062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7507
7508 * vc.el (vc-process-filter): New function.
7509 (vc-do-command): Setup `vc-process-filter' for the async process.
7510 (vc-maybe-resolve-conflicts): New function to reduce
7511 code-duplication. Additionally, it puts the buffer in
7512 `smerge-mode' if applicable.
7513 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7514 calling `merge-news'.
7515 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7516 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7517 interfacing to log-edit.el.
7518 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7519 log-edit is available.
7520 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7521
75222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7523
7524 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7525 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7526 defvar and the initialization.
7527 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7528
7529 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7530 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7531
7532 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7533
75342000-09-04 Andre Spiegel <spiegel@gnu.org>
7535
7536 * vc.el (vc-file-clear-masterprops): Removed.
7537 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7538 (vc-version-diff): Use buffer-size without argument.
7539 (vc-register): Heed vc-initial-comment.
7540
7541 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7542 default branch.
7543
7544 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7545 file name and workfile version.
7546 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7547
7548 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7549 vc-file-clear-masterprops.
7550
7551 * vc-sccs.el (vc-sccs-checkout): Removed call to
7552 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7553 rather than user login name.
7554
7555
75562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7557
7558 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7559 `want-differences-if-changed' and simplify.
7560 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7561 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7562 output (which is invalid for async vc-diff) to decide whether to
7563 do the revert silently or not.
7564
75652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7566
7567 * vc-hooks.el (vc-loadup): Load files quietly.
7568 (vc-call-backend): Oops, brain fart.
7569
75702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7571
7572 * vc-cvs.el (vc-cvs-state): Typo.
7573 (vc-cvs-merge-news): Return the status code rather than the error msg.
7574
75752000-09-04 Andre Spiegel <spiegel@gnu.org>
7576
7577 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7578 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7579 vc-state or vc-up-to-date-p.
7580 (vc-merge): Use vc-backend-defines to check whether merging is
7581 possible. Set state to 'edited after successful merge.
7582
7583 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7584 return that name. Redocumented.
7585
75862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7587
7588 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7589 new `vc-state' semantics.
7590 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7591 'vc-locking-user to the current user.
7592 (vc-merge): Inline vc-backend-merge. Comment out code that I
7593 don't understand and hence can't adapt to the new `vc-state' and
7594 `vc-locking-user' semantics.
7595 (vc-backend-merge): Remove.
7596
7597 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7598 rather than 'vc-locking-user.
7599
7600 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7601
7602 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7603 (vc-state): Don't use 'reserved any more. Just use the same
7604 convention as the one used for vc-<backend>-state where the
7605 locking user (as a string) is returned.
7606 (vc-locking-user): Update, based on the above convention. The
7607 'vc-locking-user property has disappeared.
7608 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7609
7610 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7611 with a heuristic one.
7612 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7613 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7614 error. That allows us to get to 'needs-merge even in the
7615 stay-local case. There's still no way to detect 'needs-patch in
7616 such a setup (or to force an update for that matter).
7617 (vc-cvs-logentry-check): Remove, the default works as well.
7618
76192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7620
7621 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7622
7623 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7624 major-mode in which the buffer might have been put earlier. Use
7625 `remove' and `when'. Allow `okstatus' to be `async' and use
7626 `start-process' in this case.
7627 (vc-version-diff): Handle the case where the diff looks empty
7628 because of the use of an async process.
7629
76302000-09-04 Andre Spiegel <spiegel@gnu.org>
7631
7632 * vc.el (vc-next-action-on-file): Removed optional parameter
7633 `simple'. Recompute state unconditionally.
7634 (vc-default-toggle-read-only): Removed.
7635
7636 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7637 (vc-toggle-read-only): Undid prev change.
7638
7639 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7640 vc-cvs-simple-toggle. Redocumented.
7641 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7642 (vc-cvs-toggle-read-only): Removed.
7643
76442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7645
7646 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7647 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7648 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7649 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7650 still is. So maybe it should be removed.
7651 (vc-head-version, vc-find-binary): Remove.
7652 (vc-recompute-state): Move from vc-hooks.el.
7653 (vc-next-action-on-file): Add a `simple' argument to allow
7654 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7655 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7656 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7657 (vc-dired-mode-map): Properly defvar it.
7658 (vc-print-log): Call log-view-mode if available.
7659 (small-temporary-file-directory): defvar instead of use boundp.
7660 (vc-merge-news): Moved to vc-cvs.el.
7661 (vc-default-merge-news): New function.
7662
7663 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7664 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7665 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7666 unknown `vc-latest-version' function. It should probably refer to
7667 vc-workfile-version or somesuch, but it's very unclear to me and I
7668 don't have SCCS to test things.
7669
7670 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7671 (vc-sccs-state-heuristic): Fix typo.
7672 (vc-sccs-workfile-unchanged-p): Add missing argument.
7673
7674 * vc-rcs.el: Require vc and vc-rcs-hooks.
7675 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7676 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7677 (vc-release-greater-or-equal-p): Move from vc.
7678 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7679 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7680 (vc-rcs-checkout): Add a missing `new-version' argument in the
7681 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7682
7683 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7684 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7685 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7686 than the apparently unbound `workfile-version'.
7687
7688 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7689 (vc-file-prop-obarray): Use `make-vector'.
7690 (vc-backend-functions): Add new hookable functions
7691 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7692 (vc-loadup): If neither backend nor default functions exist, use
7693 the backend function rather than nil.
7694 (vc-call-backend): If the function if not bound yet, try to load
7695 the non-hook file to see if it provides it.
7696 (vc-call): New macro plus use it wherever possible.
7697 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7698 nor `vc-find-binary' since it's only called from
7699 vc-mistrust-permission which is only used once the backend is known.
7700 (vc-checkout-model): Fix parenthesis.
7701 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7702
7703 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7704 (vc-cvs-release, vc-cvs-system-release): Remove.
7705 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7706 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7707 status symbols.
7708 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7709 (vc-cvs-toggle-read-only): First cut at a function to allow a
7710 cvs-status-free vc-toggle-read-only.
7711 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7712 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7713 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7714 (vc-cvs-checkout): Modify access rights directly if the user
7715 requested not to use `cvs edit'. And refresh the mode line.
7716
7717 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7718 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7719
77202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7721
7722 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7723 workfile' that got lost when the code was extracted from vc.el.
7724 And merged the tail with the rest of the code (not possible in the
7725 old vc.el where the tail was shared among all backends). And
7726 explicitly set the state to 'edited if `writable' is set.
7727
7728 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7729 (vc-cvs-state): Be careful to return the value from
7730 vc-cvs-parse-state.
7731 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7732 property but return it instead. Also be careful to handle a nil
7733 or "" `rev' when workfile is non-nil (it was handled properly when
7734 workfile was nil).
7735
7736 * vc.el: Removed those pesky unnecessary `(function' quotes.
7737 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7738 directly in the defvar.
7739 (vc-do-command): Bind inhibit-read-only so as to properly handle
7740 the case where the destination buffer has been made read-only.
7741 (vc-diff): Delegate to vc-version-diff in all cases.
7742 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7743 (vc-annotate-mode-variables): Removed (code moved partly to
7744 defvars and partly to vc-annotate-add-menu).
7745 (vc-annotate-mode): Turned into a derived-mode.
7746 (vc-annotate-add-menu): Moved in code in
7747 vc-annotate-mode-variables.
7748 (vc-update-change-log): Use make-temp-file if available.
7749
77502000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7751
7752 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7753 `vc-checkout-model' updated to `vc-cvs-update-model'.
7754
77552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7756
7757 * vc.el (vc-next-action-on-file): Added handling of state
7758 `unlocked-changes'.
7759 (vc-checkout-carefully): Is now practically obsolete, unless the
7760 above is too slow to be enabled unconditionally.
7761 (vc-update-change-log): Fixed typo.
7762
7763 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7764
7765 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7766 Now handles state `unlocked-changes'.
7767 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7768
7769 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7770
7771 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7772 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7773 `unlocked-changes'.
7774 (vc-rcs-workfile-unchanged-p): Renamed from
7775 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7776 function yet, but supposed to become one soon.
7777
7778 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7779 `vc-steal-lock'.
7780 (vc-call-backend): Changed error message.
7781 (vc-state): Added description of state `unlocked-changes'.
7782
77832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7784
7785 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7786 always return t in CVS-controlled directories.
7787
7788 * vc.el (vc-responsible-backend): New function.
7789 (vc-register): Largely rewritten.
7790 (vc-admin): Removed (implementation moved into vc-register).
7791 (vc-checkin): Redocumented.
7792 (vc-finish-logentry): If no backend defined yet (because we are in
7793 the process of registering), use the responsible backend.
7794
7795 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7796 Updated function lists.
7797 (vc-call-backend): Fixed typo.
7798
7799 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7800 New functions.
7801 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7802 Removed query option. Redocumented.
7803
78042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7805
7806 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7807
7808 * vc.el: Updated callers of `vc-checkout-required' to use
7809 `vc-checkout-model'.
7810
78112000-09-04 Martin Lorentzson <martinl@gnu.org>
7812
7813 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7814 stuff updated to reference this function instead of the old
7815 `vc-backend-release-p'.
7816
78172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7818
7819 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7820 vc-checkout-model. Return appropriate values. Updated callers.
7821
78222000-09-04 Martin Lorentzson <martinl@gnu.org>
7823
7824 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7825 (vc-backend-revert): Function moved into `vc-revert';
7826 `vc-next-action' must be updated to accomodate this change.
7827 (vc-backend-steal): Function moved into `vc-finish-steal'.
7828 (vc-backend-logentry-check): Function moved into
7829 `vc-finish-logentry'.
7830 (vc-backend-printlog): Function moved into `vc-print-log'.
7831 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7832 (vc-backend-assign-name): Function moved into
7833 `vc-create-snapshot'.
7834
78352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7836
7837 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7838 Rename to vc-checkout-model. Return appropriate values.
7839 Update callers.
7840
7841 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7842 to vc-checkout-model.
7843 (vc-checkout-required): Rename to vc-checkout-model.
7844 Re-implement and re-comment.
7845 (vc-after-save): Use vc-checkout-model.
7846
78472000-09-04 Martin Lorentzson <martinl@gnu.org>
7848
7849 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7850 Update to use the vc-BACKEND-diff functions instead.
7851 `vc-diff' is now working.
7852
7853 * vc-rcs.el (vc-rcs-logentry-check): New function.
7854
7855 * vc-cvs.el (vc-cvs-logentry-check): New function.
7856
7857 * vc-sccs.el (vc-sccs-diff): Function changed name from
7858 `vc-backend-diff'. This makes `vc-diff' work.
7859
7860 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7861 of functions possibly implemented in a vc-BACKEND library.
7862 (vc-checkout-required): Fix bug that caused an error to be
7863 signaled during `vc-after-save'.
7864
7865 * vc.el: Fix typo.
7866 This checkin is made with our new VC code base for the very first time.
7867 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7868
7869 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7870 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7871
7872 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7873 updated to `vc-uses-locking'.
7874 (vc-checkout-required): Call to backend function.
7875 `vc-checkout-required' updated to `vc-uses-locking' instead.
7876
7877 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7878 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7879
7880 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7881 to match the split into various backends.
7882 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7883 (vc-retrieve-snapshot): Bug fix.
7884
78852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7886
7887 * vc-sccs.el (vc-sccs-release): Doc fix.
7888
78892000-09-04 Martin Lorentzson <martinl@gnu.org>
7890
7891 * vc.el (vc-next-action-on-file): Bug found and fixed.
7892 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7893 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7894
7895 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7896 (vc-rcs-checkout): Name space cleaned up. No more revision number
7897 crunching function names that are not prefixed with vc-rcs.
7898 (vc-rcs-checkout-model): Function added. References to
7899 `vc-checkout-model' replaced.
7900
79012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7902
7903 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7904 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7905 still need to be split, and implemented for RCS).
7906
79072000-09-04 Martin Lorentzson <martinl@gnu.org>
7908
7909 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7910
7911 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7912 required by the vc.el file.
7913
7914 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7915 required by the vc.el file.
7916 (vc-rcs-exists): Function added.
7917
7918 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7919 required by the vc.el file.
7920
7921 * vc.el (vc-admin): Updated to handle selection of appropriate
7922 backend. Current implementation is crufty and need re-thinking.
7923
7924 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7925
79262000-09-04 Martin Lorentzson <martinl@gnu.org>
7927
7928 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7929 beginning of annotate buffers correctly.
7930
7931 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7932 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7933 functionality updated quite a lot to support multiple backends.
7934 Variables `vc-annotate-mode', `vc-annotate-buffers',
7935 `vc-annotate-backend' added.
7936
7937 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7938 `vc-annotate-difference' added to supported backend functions.
7939
79402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7941
7942 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7943 Use with-temp-file instead of /bin/sh. Merged from mainline
7944
79452000-09-04 Martin Lorentzson <martinl@gnu.org>
7946
7947 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7948
7949 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7950
7951 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7952
79532000-09-04 Martin Lorentzson <martinl@gnu.org>
7954
7955 * vc-hooks.el: vc-state-heuristic added to
7956 vc-backend-hook-functions.
7957
7958 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7959
7960 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7961
7962 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7963 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7964 state to `reserved'.
7965
7966 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7967 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7968
79692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7970
7971 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7972 untouched.
7973
7974 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7975
7976 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7977 if defined. (Merged from main line, slightly adapted.)
7978
7979 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7980 millenium problem (merged from mainline).
7981
79822000-09-04 Martin Lorentzson <martinl@gnu.org>
7983
7984 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7985 part and moved the non-BACKEND stuff to vc.el.
7986
7987 * vc.el: Split the annotate feature into a BACKEND specific part
7988 and moved it from the vc-cvs.el file to this one.
7989
79902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7991
7992 * vc-hooks.el: Implement new state model.
7993 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7994 (vc-locking-user): Simplify. Now only needed if the file is
7995 locked by somebody else.
7996 (vc-lock-from-permissions): Remove. Functionality is in
7997 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7998 (vc-mode-line-string): New name for former vc-status. Adapted.
7999 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8000
8001 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8002 Various simplifications and adaptations all over the place.
8003
8004 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8005 Simplify and adapt the rest.
8006
8007 * vc.el (vc-resynch-window): Add TODO comment: check for
8008 interaction with view mode according to recent RCS change.
8009 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8010
80112000-09-04 Martin Lorentzson <martinl@gnu.org>
8012
8013 * vc.el: Convert the remaining function comments to docstrings.
8014
80152000-09-04 Martin Lorentzson <martinl@gnu.org>
8016
8017 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8018 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8019 (vc-minor-part, vc-previous-version): Functions that operate and
8020 compare revision numbers got proper documentation. Comments added
8021 about their possible removal.
8022
80232000-09-04 Martin Lorentzson <martinl@gnu.org>
8024
8025 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8026 the vc-backend.el files.
8027
8028 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8029
8030 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8031 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8032 (vc-rcs-previous-version): Functions added.
8033
8034 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8035
8036 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8037
80382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8039
8040 * vc-hooks.el (vc-master-templates): Is really obsolete.
8041 Comment out the definition for now. What is the right procedure
8042 to get rid of it?
8043 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8044 rewritten.
8045 (vc-default-registered): Remove.
8046 (vc-check-master-templates): New function; does mostly what the
8047 above did before.
8048 (vc-locking-user): Don't rely on the backend to set the property.
8049
8050 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8051 Rewrite documentation.
8052 (vc-rcs-templates-grabbed): New variable.
8053 (vc-rcs-grab-templates): New function.
8054 (vc-rcs-registered): Rewrite to use above mechanism.
8055
8056 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8057 Rewrite documentation.
8058 (vc-sccs-templates-grabbed): New variable.
8059 (vc-sccs-grab-templates): New function.
8060 (vc-sccs-registered): Rewrite to use above mechanism.
8061 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8062 Don't throw the result, simply return it.
8063
8064 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8065 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8066 (vc-cvs-registered): Does the check itself now. Simplify.
8067
8068 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8069 from main line.
8070
80712000-09-04 Martin Lorentzson <martinl@gnu.org>
8072
8073 * vc-cvs.el (vc-cvs-diff): New function.
8074
8075 * vc-sccs.el (vc-sccs-diff): New function.
8076
8077 * vc-rcs.el (vc-rcs-diff): New function.
8078 (vc-rcs-checkout): Bug (typo) found and fixed.
8079 (vc-rcs-register-switches): New variable.
8080
8081 * vc.el (vc-backend-diff): Function removed and placed in the
8082 backend files.
8083
80842000-09-04 Martin Lorentzson <martinl@gnu.org>
8085
8086 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8087
8088 * vc.el (vc-backend-checkout): Function removed and replaced in
8089 the vc-backend.el files.
8090
8091 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8092
8093 * vc.el (vc-backend-admin): Removed and replaced in the
8094 vc-backend.el files.
8095
8096 * vc.el (Martin): Removed all the annotate functionality since it
8097 is CVS backend specific.
8098
80992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8100
8101 * spec.txt: Added specification of vc-state.
8102
8103 * vc-sccs-hooks.el (vc-sccs-master-properties):
8104 Remove handling of vc-latest-version and
8105 vc-your-latest-version. What used to be vc-latest-version, is now
8106 returned as vc-workfile-version.
8107 (vc-sccs-workfile-version): Adapt.
8108
81092000-09-04 Dave Love <fx@gnu.org>
8110
8111 * vc.el: [Merged from mainline.]
8112 (vc-dired-mode): Make the dired-move-to-filename-regexp
8113 regexp match the date, to avoid treating date as file size.
8114 Add YYYY S option to WESTERN/
8115
81162000-09-04 Dave Love <fx@gnu.org>
8117
8118 * vc.el: Require `compile' when compiling.
8119 (vc-logentry-check-hook): New option.
8120 (vc-steal-lock): Use compose-mail.
8121 (vc-dired-mode-map): Defvar when compiling.
8122 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8123 vc-sccs.el and renamed. Callers changed.
8124 (vc-backend-checkout, vc-backend-logentry-check)
8125 (vc-backend-merge-news): Doc fix.
8126 (vc-default-logentry-check): New function.
8127 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8128 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8129 (vc-backend-merge): Doc fix. Use backend functions.
8130 (vc-check-headers): Use backend functions.
8131
8132 * vc-cvs.el: Require vc when compiling.
8133 (vc-cvs-register-switches): Doc fix.
8134 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8135 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8136 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8137 New functions (code from vc.el).
8138 (vc-annotate-display-default): Fix interactive spec.
8139 (vc-annotate-time-span): Doc fix.
8140
8141 * vc-rcs.el: Require vc when compiling.
8142 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8143 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8144 (vc-rcs-checkin): New functions (code from vc.el).
8145 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8146 Doc fix.
8147 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8148
8149 * vc-sccs.el: Require vc when compiling.
8150 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8151 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8152 (vc-sccs-revert)
8153 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8154 from vc.el).
8155 (vc-sccs-add-triple, vc-sccs-record-rename)
8156 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8157 (vc-sccs-admin): Doc fix.
8158
81592000-09-04 Martin Lorentzson <martinl@gnu.org>
8160
8161 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8162 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8163 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8164 from vc.el.
8165
8166 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8167
8168 * vc-cvs.el: Moved the annotate functionality from vc.el.
8169 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8170
81712000-09-04 Dave Love <fx@gnu.org>
8172
8173 * vc.el (vc-backend-release): Call vc-system-release.
8174
8175 * vc-sccs.el (vc-sccs-system-release):
8176 Renamed from vc-sccs-backend-release.
8177
8178 * vc-rcs.el (vc-rcs-system-release):
8179 Renamed from vc-rcs-backend-release.
8180
8181 * vc-cvs.el (vc-cvs-system-release):
8182 Renamed from vc-cvs-backend-release.
8183
81842000-09-04 Dave Love <fx@gnu.org>
8185
8186 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8187 backend files.
8188 (vc-backend-release): Dispatch to backend functions.
8189 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8190 probably needs attention.]
8191
8192 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8193 (vc-sccs-backend-release): New function.
8194
8195 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8196 (vc-cvs-backend-release): New function.
8197
8198 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8199 Doc fix.
8200 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8201 (vc-default-dired-state-info): New function.
8202 (vc-dired-state-info): Dispatch to backends.
8203 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8204
8205 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8206 from vc.el and renamed.
8207
82082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8209
8210 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8211 (vc-version-other-window, vc-backend-assign-name): Removed
8212 references to vc-latest-version; sometimes changed into
8213 vc-workfile-version.
8214
8215 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8216 vc-rcs-master-workfile-version.
8217 (vc-rcs-workfile-version): Use the above. Don't call
8218 vc-latest-version (that was unreachable code, anyway).
8219 (vc-rcs-fetch-master-properties): Doc fix.
8220
8221 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8222 (vc-backend-hook-functions): Removed them from this list, too.
8223 (vc-fetch-properties): Removed.
8224 (vc-workfile-version): Doc fix.
8225
8226 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8227 (vc-rcs-workfile-version, vc-rcs-locking-user)
8228 (vc-rcs-uses-locking): Use it.
8229
8230 * vc-hooks.el (vc-consult-rcs-headers):
8231 Moved into vc-rcs-hooks.el, under the name
8232 vc-rcs-consult-headers.
8233
8234 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8235 headers.
8236 (vc-cvs-find-master): Use this name only; correct different
8237 versions of the name.
8238
8239 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8240 New functions.
8241 (vc-sccs-locking-user): Use the latter.
8242
8243 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8244 New functions.
8245
8246 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8247 Moved into both
8248 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8249 functions are implementation details of those two backends.
8250
82512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8252
8253 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8254 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8255
8256 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8257 (vc-sccs-parse-locks): SCCS-specific code moved here from
8258 vc-hooks.
8259
8260 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8261 code moved here from vc-hooks.
8262
8263 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8264 into back-end specific parts and removed. Callers not updated
8265 yet; because I guess these callers will disappear into back-end
8266 specific files anyway.
8267
82682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8269
8270 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8271 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8272 `vc-uses-locking'.
8273
8274 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8275 Store yes/no in the property, and return t/nil. Updated all
8276 callers.
8277
8278 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8279 vc-sccs-uses-locking. Don't set property.
8280 (vc-sccs-locking-user): Don't set property.
8281
8282 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8283 vc-cvs-uses-locking. Don't set property here; leave that to
8284 vc-hooks.
8285 (vc-cvs-locking-user): Reflect above change. Streamlined.
8286
8287 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8288 vc-rcs-uses-locking.
8289 (vc-rcs-locking-user): Reflect above change.
8290
82912000-09-04 Dave Love <fx@gnu.org>
8292
8293 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8294
8295 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8296
8297 * vc-hooks.el (vc-checkout-model): Punt to backends.
8298
8299 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8300
8301 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8302
8303 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8304 New functions.
8305
8306 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8307 New functions.
8308
8309 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8310 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8311
8312 * vc-hooks.el (vc-default-locking-user): New function.
8313 (vc-locking-user, vc-workfile-version): Punt to backends.
8314
83152000-09-04 Dave Love <fx@gnu.org>
8316
8317 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8318 (vc-master-workfile-version): Moved from vc-hooks.
8319
8320 * vc-rcs-hooks.el: Fix duplicate code in last change.
8321
8322 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8323 (vc-rcs-master-templates): Improve :type.
8324 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8325 vc-master-workfile-version): Moved from vc-hooks.
8326
8327 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8328 (vc-sccs-master-templates): Improve :type.
8329 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8330
8331 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8332
8333 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8334 (vc-cvs-master-templates): Improve :type. Use
8335 vc-cvs-find-cvs-master.
8336 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8337 from vc-hooks.
8338 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8339
8340 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8341 Moved to vc-cvs-hooks.
8342
8343 * vc-hooks.el: Add doc strings in various places. Simplify the
8344 minor mode setup.
8345 (vc-handled-backends): New user variable.
8346 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8347 simplification.
8348
83492000-09-04 Dave Love <fx@gnu.org>
8350
8351 * vc.el: Some doc fixes for autoloaded and interactive functions.
8352 Fix compilation warnings from ediff stuff.
8353 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8354
8355 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8356
8357 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8358
8359 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8360
83612000-09-04 Dave Love <fx@gnu.org>
8362
8363 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8364 New variable.
8365 (vc-make-backend-function, vc-loadup, vc-call-backend)
8366 (vc-backend-defines): New functions.
8367
8368 * vc-hooks.el: Various doc fixes.
8369 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8370 (vc-match-substring): Function removed. Callers changed to use
8371 match-string.
8372 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8373 Simplify.
8374
83752000-09-04 Dave Love <fx@gnu.org>
8376
8377 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8378 type.
8379 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8380 (vc-sccs-registered): Doc fix.
8381
8382 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8383 (vc-cvs-registered): Doc fix.
8384
8385 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8386 (vc-rcs-registered): Doc fix.
8387
83882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8389
8390 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8391
8392 * vc-hooks.el: vc-registered has been renamed
8393 vc-default-registered. Some functions have been moved to the
8394 backend specific files. they all support the
8395 vc-BACKEND-registered functions.
8396
83972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8398
8399 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8400
8401 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8402
84032000-09-04 Dave Love <fx@gnu.org>
8404
8405 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8406 menu-bar-update-hook.
8407
8408 * help.el (help-manyarg-func-alist): Add
8409 find-operation-coding-system.
8410
8411 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8412
8413 * custom.el (custom-set-variables): Print message about errors in
8414 setting.
8415
84162000-09-03 Andrew Innes <andrewi@gnu.org>
8417
8418 * makefile.w32-in: Change to DOS line endings.
8419
84202000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8421
8422 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8423 minor-mode keymaps, if they don't have one.
8424
84252000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8426
8427 * eshell/esh-module.el (eval-when-compile): Don't lose if
8428 esh-module.el's file name is truncated to DOS 8+3 limits.
8429
84302000-09-01 John Wiegley <johnw@gnu.org>
8431
8432 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8433 predicate, which caused entries in the completion list to be
8434 doubled.
8435
84362000-08-30 John Wiegley <johnw@gnu.org>
8437
8438 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8439 sending to subprocesses. Also, hook pre-command-hook if
8440 `eshell-send-direct-to-subprocesses' is non-nil.
8441 (eshell-send-direct-to-subprocesses): New config variable. If t,
8442 subprocess input is send immediately.
8443 (eshell-toggle-direct-send): New function.
8444 (eshell-self-insert-command): New function.
8445 (eshell-intercept-commands): New function.
8446 (eshell-send-input): If direct subprocess sending is enabled,
8447 don't echo any input to the Eshell buffer. Let the subprocess
8448 handle that. This requires "stty echo" in bash, for example.
8449
84502000-08-28 John Wiegley <johnw@gnu.org>
8451
8452 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8453 completion function for Eshell's implementation of `unset'.
8454
84552000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8456
8457 * info.el (Info-directory-list): Doc fix.
8458
84592000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8460
8461 * filecache.el (file-cache-add-directory-using-find): Don't quote
8462 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8463
84642000-08-31 Kenichi Handa <handa@etl.go.jp>
8465
8466 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8467 coding systems.
8468
84692000-08-30 Andrew Innes <andrewi@gnu.org>
8470
8471 * timer.el (run-with-idle-timer): Undo last change, so that timer
8472 is not activated immediately if Emacs is already idle. Some
8473 existing code relies on this behaviour.
8474
84752000-08-30 Miles Bader <miles@gnu.org>
8476
8477 * frame.el (set-frame-font): Do completion of font-name for
8478 interactive use.
8479
84802000-08-30 Kenichi Handa <handa@etl.go.jp>
8481
8482 * international/quail.el (quail-start-translation): Bind locally
8483 last-command-event, last-command, and this-command.
8484 (quail-start-conversion): Likewise.
8485 (quail-self-insert-command): Fix docstring.
8486
84872000-08-29 Gerd Moellmann <gerd@gnu.org>
8488
8489 * progmodes/executable.el
8490 (executable-make-buffer-file-executable-if-script-p): Check that
8491 buffer contains at least 2 characters.
8492
84932000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8494
8495 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8496
84972000-08-29 Dave Love <fx@gnu.org>
8498
8499 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8500 (diff-mode-shared-map): Bind mouse-2.
8501 (diff-imenu-generic-expression): New variable.
8502 (diff-mode): Use it.
8503
8504 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8505 (mouse-popup-menubar): Add minor mode menus.
8506 (popup-menu): Check for lookup-key returning number.
8507
85082000-08-29 Miles Bader <miles@gnu.org>
8509
8510 * comint.el (comint-send-input): Create overlays using the proper
8511 front/read-advance arguments.
8512
85132000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8514
8515 * ps-print.el: Even/odd pages printing. Doc fix.
8516 (ps-print-version): New version number (6.0).
8517 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8518 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8519 (ps-print-duplex-feature): Variable eliminated.
8520 (ps-even-or-odd-pages): New variable.
8521
8522 * progmodes/ebnf2ps.el: Doc fix.
8523 (ebnf-version): New version (3.3).
8524 (ebnf-user-arrow): Change variable customization to sexp.
8525 (ebnf-user-arrow): Function eliminated.
8526 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8527
85282000-08-29 Kenichi Handa <handa@etl.go.jp>
8529
8530 * help.el (help-xref-mule-regexp): New variable.
8531 (help-make-xrefs): Handle help-xref-mule-regexp.
8532
8533 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8534 variable.
8535 (describe-input-method): Temporarily activate the specfied input
8536 method to display the information.
8537 (describe-language-environment): Hyperlinks to mule related items.
8538
8539 * international/mule-diag.el (charset-multibyte-form-string): New
8540 function.
8541 (list-character-sets-1): Use charset-multibyte-form-string.
8542 (describe-character-set): New function.
8543 (describe-coding-system): Hyperlinks to safe character sets.
8544
8545 * international/quail.el (quail-help): New arg PACKAGE.
8546 Hyperlinks to mule related items.
8547 (quail-help-insert-keymap-description): Use
8548 substitute-command-keys instead of describe-bindings.
8549 (quail-translation-help): Hyperlinks to mule related items.
8550
85512000-08-28 John Wiegley <johnw@gnu.org>
8552
8553 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8554 have a defsubst call itself. Made `eshell-flatten-list' back into
8555 a function again.
8556
8557 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8558 catch, in case re-centering point at bottom messes up the display.
8559 This happens frequently in Emacs 21, due I believe to variable
8560 line heights.
8561
8562 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8563 to call `find-tag-interactive'.
8564
8565 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8566 the list of remember directories.
8567
85682000-08-28 John Wiegley <johnw@gnu.org>
8569
8570 * align.el: Test align-region-separate to see if it's a symbol.
8571
85722000-08-28 John Wiegley <johnw@gnu.org>
8573
8574 * eshell/esh-util.el (eshell-flatten-list): Made this function
8575 into a defsubst form. It gets used very frequently, although
8576 calls don't occur all that often.
8577
8578 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8579 examining it.
8580
8581 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8582 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8583 `eshell-protect'.
8584 (eshell-copy-handles): Created a new macro for duplicating the
8585 current set of open handles. This is needed by the looping
8586 functions.
8587 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8588 is not incorrectly stomped on.
8589
8590 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8591 declaration for pcomplete-use-paring.
8592 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8593 value of eshell-cmpl-use-paring.
8594 * pcomplete.el (pcomplete-use-paring): New config variable, to
8595 indicate whether paring should be used.
8596 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8597 completion alternatives that have already been used.
8598
8599 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8600 bound to C-c C-y, which will repeat the previous N arguments
8601 (based on prefix argument).
8602 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8603
8604 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8605 if there is no *Help* buffer. This is for XEmacs, which renames
8606 its help buffers uniquely. TODO: Find out what the current buffer
8607 name to delete is.
8608
8609 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8610 first entry that correlates to a passwd/group number. Later
8611 entries (used for group/user name aliasing to multiple IDs) are
8612 ignored.
8613
8614 * eshell/em-xtra.el (eshell/expr):
8615 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8616 (eshell-grep, eshell/diff, eshell/locate):
8617 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8618 argument list, before passing it to the system command.
8619
8620 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8621 `find-tag' for use at final position in Eshell buffers (which
8622 otherwise triggers an error on Emacs 21).
8623 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8624 buffer, if it is currently bound to `find-tag'.
8625
8626 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8627 in the list of matched Makefile names.
8628 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8629 directory, prefer its contents to Makefile.
8630
8631 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8632 directory parts (like "cd old new", or "cd =regexp"), are now case
8633 sensitive on non-Windows/DOS platforms.
8634
8635 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8636 types RET after an open delimiter (like "), display a message
8637 indicating that Eshell is waiting for the closing delimiter.
8638
8639 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8640 environment variables.
8641
8642 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8643 gracefully if the user enters incorrect arguments.
8644
8645 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8646 Eshell buffers.
8647
8648 * eshell/esh-var.el (eshell-interpolate-variable):
8649 * eshell/esh-mode.el (eshell-move-argument):
8650 * eshell/em-unix.el (eshell-du-sum-directory):
8651 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8652 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8653 (not (= ...)).
8654
8655 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8656 to ensure the `preserve' flag gets propagated when doing recursive
8657 directory copies.
8658
86592000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8660
8661 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8662 Don't convert \n into \0177 in memory.
8663 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8664 and back again, when reading and writing.
8665
86662000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8667
8668 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8669 testing of `fboundp' on `processp'.
8670
8671 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8672 (eshell/jobs): Don't call process-list if it is not bound.
8673 (eshell-gather-process-output): Support systems where async
8674 subprocesses aren't supported.
8675 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8676 variables.
8677
8678 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8679 eshell-do-eval returns t.
8680 (eshell-do-pipelines-synchronously): New defmacro.
8681 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8682 when async subprocesses aren't supported.
8683 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8684 if async subprocesses aren't supported.
8685 (eshell-resume-command): Don't assume STATUS is a string.
8686
8687 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8688
8689 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8690 (eshell-close-target, eshell-get-target): Use eshell-processp.
8691 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8692 fix.
8693 (eshell-get-target, eshell-create-handles): Doc fix.
8694
86952000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8696
8697 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8698 criterion to include commands that output something, as long as it
8699 leaves both the command and the end-of-buffer visible when the
8700 command has exited.
8701 (eshell-review-quick-commands): Adjust the help doc string
8702 accordingly.
8703
87042000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8705
8706 * locate.el (locate): Cleaned up locate command's interactive prompting
8707 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8708
8709 * filecache.el (file-cache-case-fold-search): New variable
8710 (file-cache-assoc-function): New variable
8711 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8712 Use file-cache-case-fold-search variable
8713 (file-cache-add-file): Use file-cache-assoc-function
8714 (file-cache-delete-file): likewise
8715 (file-cache-directory-name): likewise
8716 (file-cache-debug-read-from-minibuffer): likewise
8717
87182000-08-28 Gerd Moellmann <gerd@gnu.org>
8719
8720 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8721 (abbrev-table-name): New function.
8722 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8723 If non-nil list local abbrev, only.
8724
87252000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8726
8727 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8728 from Gnus support code, and use special article copy buffer
8729 `(gnus-original-article-buffer)' instead. This allows to get rid
8730 of article-hide-headers usage (which breaks in the latest Gnus
8731 version). Thanks to Detlev Zundel.
8732
87332000-08-28 Kenichi Handa <handa@etl.go.jp>
8734
8735 * international/quail.el (quail-use-package): Hide "... loaded"
8736 message.
8737 (quail-start-translation, quail-start-conversion): Likewise.
8738
8739 * international/kkc.el (kkc-region): Hide "... loaded" message.
8740
87412000-08-27 Dave Love <fx@gnu.org>
8742
8743 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8744
87452000-08-27 Miles Bader <miles@gnu.org>
8746
8747 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8748
87492000-08-27 Kenichi Handa <handa@etl.go.jp>
8750
8751 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8752 'ja-dic-cnv), not (require 'skkdic-cnv).
8753
87542000-08-26 Miles Bader <miles@gnu.org>
8755
8756 * faces.el (face-x-resources): Add entry for :inherit.
8757 * cus-face.el (custom-face-attributes): Add support for :inherit
8758 attribute. Add support for relative face heights.
8759 (custom-face-attributes-get): Treat `nil' as being a default value
8760 for :inherit (as well as `unspecified').
8761
8762 * faces.el (set-face-attribute): Update doc string.
8763 (face-attribute-name-alist): Add :inherit.
8764 (face-valid-attribute-values): Handle :inherit.
8765 (face-read-string): Rephrase prompt to be less confusing.
8766 Assume that DEFAULT is a string, since we must return a string.
8767 (face-read-integer): Use `format' to turn DEFAULT into an
8768 acceptable default for face-read-string. Match NEW-VALUE against
8769 the string "unspecified", not the symbol `unspecified', since
8770 that's what face-read-string returns.
8771 (read-face-attribute): Lookup a name for old-value in valid, and
8772 use it as a default if we find one. Treat all values from
8773 face-read-string as strings. If the default is used, don't do any
8774 more processing on the value, just use the old value directly.
8775 (read-face-and-attribute, modify-face): Tweak prompt.
8776 (read-face-name): Don't assume prompt ends with a space.
8777
8778 * faces.el (describe-face): Add support for :inherit attribute.
8779
87802000-08-25 Kenichi Handa <handa@etl.go.jp>
8781
8782 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8783 concat doesn't accept interger.
8784
8785 * international/kkc.el: Remove SKK from Keywords. Require
8786 ja-dic-utl instead of skkdic-utl.
8787
8788 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8789 Provide ja-dic-cnv instead of skkdic-cnv.
8790 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8791 (iso-2022-7bit-short): Add safe-charsets property.
8792 (skkdic-convert-postfix): Search Japanese chou-on character in
8793 addition to Hiragana character.
8794 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8795 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8796 (batch-skkdic-convert): Likewise.
8797
8798 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8799 Provide ja-dic-utl instead of skkdic-utl.
8800 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8801
88022000-08-24 Dave Love <fx@gnu.org>
8803
8804 * disp-table.el (standard-display-default): Make the test of `l'
8805 useful.
8806
8807 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8808 mod sample text.
8809
8810 * international/iso-ascii.el: Make pilcrow convenient string
8811 consistent with section.
8812 (iso-ascii-display): Set up multibyte characters as well as
8813 unibyte.
8814
88152000-08-24 Kenichi Handa <handa@etl.go.jp>
8816
8817 * international/mule-cmds.el (reset-language-environment): Set
8818 default-process-coding-system to '(undecided . iso-latin-1), which
8819 makes process I/O almost consistent with file I/O. Call this
8820 function when mule-cmds.el[c] is loaded.
8821
88222000-08-22 Andrew Innes <andrewi@gnu.org>
8823
8824 * makefile.w32-in: New file.
8825
88262000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8827
8828 * comint.el (comint-output-filter): Compare end of
8829 comint-last-output-overlay with the start of the newly inserted
8830 text, not the end, when deciding whether to extend it.
8831 Set saved-point's insertion type to advance after insertion.
8832
8833 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8834 since this is now done independently of font-lock mode.
8835
88362000-08-21 Gerd Moellmann <gerd@gnu.org>
8837
8838 * server.el (server-kill-new-buffers): New user option.
8839 (server-existing-buffer): New buffer-local variable.
8840 (server-visit-files): When using an existing buffer, set
8841 server-existing-buffer to t.
8842 (server-buffer-done): If server-kill-new-buffers is t, kill the
8843 buffer, unless it was already present before visiting it with
8844 Emacs server.
8845
88462000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8849 even if the display doesn't support colors: some displays will
8850 support bold/underline faces.
8851
88522000-08-21 Gerd Moellmann <gerd@gnu.org>
8853
8854 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8855
8856 * startup.el (command-line): If user's init file had an error,
8857 add explanatory text to *Messages*.
8858
88592000-08-21 Kenichi Handa <handa@etl.go.jp>
8860
8861 * man.el (Man-getpage-in-background): Decode the process output by
8862 the system locale coding system.
8863
88642000-08-20 Dave Love <fx@gnu.org>
8865
8866 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8867 Don't test x-popup-menu.
8868 (function) <complete-function>: Complete only fbound symbols.
8869 <validate, value>: New.
8870 (variable) <complete-function>: Complete only bound symbols.
8871 (coding-system): Add :base-only, :complete-function, :validate,
8872 :value, :prompt-match.
8873 (widget-coding-system-prompt-value): Use read-coding-system and
8874 act on :base-only.
8875 (editable-field): Add :help-echo.
8876 (widget-push-button-gui, widget-push-button-cache)
8877 (widget-gui-action, widget-editable-list-gui): COmment out, along
8878 with uses.
8879 (widget-at): Make arg optional.
8880 (widget-echo-help): Adjust for current help-echo calling sequence.
8881 (widget-specify-field, widget-specify-button)
8882 (widget-specify-insert, widget-get-sibling, widget-image-find)
8883 (widget-convert, widget-insert, widget-leave-text)
8884 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8885 (widget-setup, widget-field-find, widget-before-change)
8886 (widget-after-change, widget-default-complete)
8887 (widget-default-create, widget-default-delete)
8888 (widget-push-button-value-create, editable-field)
8889 (widget-field-prompt-value, widget-field-validate)
8890 (widget-choice-value-create, widget-choice-action)
8891 (widget-choice-validate, widget-checklist-add-item)
8892 (widget-radio-add-item, widget-radio-chosen)
8893 (widget-radio-value-inline, widget-editable-list-value-create)
8894 (widget-editable-list-entry-create)
8895 (widget-documentation-link-add)
8896 (widget-documentation-string-value-create)
8897 (widget-regexp-validate, widget-file-complete)
8898 (widget-sexp-validate, widget-plist-convert-widget)
8899 (widget-plist-convert-widget, widget-alist-convert-widget)
8900 (widget-alist-convert-widget, widget-color-complete): Simplify,
8901 particularly to avoid bindings which aren't optimized out.
8902
8903 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8904 Doc fix.
8905 (down-list, backward-up-list, up-list, kill-sexp)
8906 (backward-kill-sexp, mark-sexp): Make arg optional.
8907 (lisp-complete-symbol): Add optional arg PREDICATE.
8908
8909 * cus-start.el: Add display-buffer-reuse-frames,
8910 file-coding-system-alist.
8911
89122000-08-20 Gerd Moellmann <gerd@gnu.org>
8913
8914 * startup.el (command-line): Clear realized faces after
8915 modifying TTY color mappings.
8916
89172000-08-20 Miles Bader <miles@gnu.org>
8918
8919 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8920 merely a subset of FACE's attributes.
8921
89222000-08-19 Miles Bader <miles@gnu.org>
8923
8924 * comint.el (comint-output-filter): Save the point with a marker,
8925 not just a buffer position.
8926
8927 * international/mule.el (set-buffer-process-coding-system): Make
8928 interactive prompt less confusing.
8929
89302000-08-19 Gerd Moellmann <gerd@gnu.org>
8931
8932 * hilit-chg.el: General cleanup of doc strings, comments and
8933 code formatting.
8934
89352000-08-19 Miles Bader <miles@gnu.org>
8936
8937 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8938 Compiler macro removed; beginning-of-line is no longer always
8939 equivalent to forward-line, in the presence of fields.
8940
8941 * comint.el (comint-output-filter): Remove ad-hoc saving of
8942 restriction, and just use save-restriction, now that it works
8943 correctly. Don't adjust comint-last-input-start to account for
8944 our insertion; it shouldn't have moved because we don't use
8945 insert-before-markers anymore. Comment out call to
8946 `force-mode-line-update'; why is it here?
8947
8948 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8949 while checking for prompt to delete. Use `forward-line 0'
8950 instead of beginning-of-line.
8951 (gud-filter): Temporarily widen gud comint buffer while
8952 examining output.
8953
89542000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8955
8956 * progmodes/sh-script.el: Big bag of typos.
8957
8958 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8959 check since ispell-process is not bound when ispell is not yet loaded.
8960
89612000-08-18 Dave Love <fx@gnu.org>
8962
8963 * image.el (find-image): Copy `spec' before using plist-put.
8964
89652000-08-18 Gerd Moellmann <gerd@gnu.org>
8966
8967 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8968 `portugues'.
8969
8970 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8971 backward-kill-sexp, analogous to kill-sexp.
8972
8973 * progmodes/icon.el (icon-indent-line)
8974 (icon-is-continuation-line): Handle comments specially.
8975
89762000-08-17 Ken Stevens <k.stevens@ieee.org>
8977
8978 * ispell.el: Set to standard author/maintainer/keyword fields.
8979 Fine tuning to menu map appearance and operation, and added help.
8980 Remove `start' and `end' error messages when compiling.
8981 (ispell-choices-win-default-height): Fixed comment string.
8982 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8983 castellano8 dictionaries.
8984 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8985 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8986 dictionary, added italiano dictionary.
8987 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8988 word character
8989 (ispell-tex-skip-alists): Added psfig support.
8990 (ispell-skip-html): Renamed from ispell-skip-sgml.
8991 (ispell-begin-skip-region-regexp, ispell-skip-region)
8992 (ispell-minor-check): Improved html skipping support to skip across
8993 code, and recognize `&' commands without propper `;' syntax;
8994 (ispell-process-line): Fix alignment error when manually
8995 correcting spelling.
8996 (ispell): Fix comment string.
8997 (ispell-add-per-file-word-list): Always put word list on new line.
8998
89992000-08-17 Gerd Moellmann <gerd@gnu.org>
9000
9001 * format.el (format-encode-run-method): Fix error message to say
9002 `encode' instead of `decode'. Use save-window-excursion around
9003 shell-command-on-region as in format-decode-run-method because
9004 shell-command-on-region can display a buffer with error output.
9005 (format-decode): Don't record undo information for the decoding.
9006 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9007 that number part of the temporary buffer name so that more than
9008 one decoding using a temporary buffer can happen safely.
9009
9010 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9011 of `A-z' in the regexp.
9012
9013 * hilit-chg.el: Fix typos in commentary.
9014
9015 * help.el (view-emacs-news): Rewritten for new naming scheme
9016 for old NEWS files.
9017
9018 * startup.el (command-line): Pop to *Messages* in case an error
9019 is signaled while loading user-init-file.
9020
90212000-08-17 Andreas Schwab <schwab@suse.de>
9022
9023 * files.el (insert-directory): Don't lose original file name,
9024 undoing an undocumented change.
9025
90262000-08-17 Alex Schroeder <alex@gnu.org>
9027
9028 * sql.el (sql-magic-go): Use comint-bol.
9029 (sql-copy-column): Use comint-line-beginning-position.
9030 (comint-line-beginning-position): Define a replacement for
9031 comint-line-beginning-position if it is not fboundp.
9032
90332000-08-17 Alex Schroeder <alex@gnu.org>
9034
9035 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9036 it didn't have any effect anyway.
9037
90382000-08-17 Alex Schroeder <alex@gnu.org>
9039
9040 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9041 --pset and pager=off instead of sending \\o|cat at the beginning
9042 of the session.
9043
90442000-08-17 Miles Bader <miles@gnu.org>
9045
9046 * progmodes/octave-inf.el: Add compatibility definition of
9047 comint-line-beginning-position.
9048
90492000-08-17 Kenichi Handa <handa@etl.go.jp>
9050
9051 * startup.el (normal-top-level): Look in each dir in load-path for
9052 a leim-list.el file too. This assures of loading leim-list.el
9053 that is created at Emacs installation time even if a user have his
9054 own leim-list.el.
9055
90562000-08-17 Miles Bader <miles@gnu.org>
9057
9058 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9059 foreground color to black if the background is dark.
9060
90612000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * loadhist.el (unload-feature): Typo.
9064
9065 * finder.el (finder-compile-keywords):
9066 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9067 to the generated file.
9068
9069 * mail/mh-e.el (mh-make-local-vars):
9070 Replace make-variable-buffer-local with make-local-variable.
9071
9072 * play/landmark.el:
9073 * options.el (Edit-options-{set,toggle,t,nil}):
9074 * mail/mailabbrev.el (mail-abbrevs-mode):
9075 * textmodes/tex-mode.el (tex-expand-files):
9076 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9077
9078 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9079
9080 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9081 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9082 Allow going past the last element.
9083 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9084 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9085 (cvs-mouse-toggle-mark): Don't move point.
9086 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9087
9088 * progmodes/compile.el (grep): Provide a default set of files.
9089 (next-error): Docstring fix.
9090 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9091
9092 * emacs-lisp/easy-mmode.el (define-minor-mode):
9093 Use `symbol-value' to keep the byte-compiler quiet.
9094
9095 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9096 (diff-find-source-location): New fun, extracted from diff-goto-source.
9097 (diff-goto-source): Use it.
9098 (diff-next-complex-hunk, diff-filter-lines): New function.
9099 (diff-apply-hunk): New command.
9100
9101 * smerge-mode.el (smerge-mode-menu): Doc fix.
9102
9103 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9104
91052000-08-16 Dave Love <fx@gnu.org>
9106
9107 * windmove.el (windmove) <defgroup>: Add :version.
9108
9109 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9110 (goto-address-fontify-p, goto-address-highlight-p)
9111 (goto-address-url-face, goto-address-url-mouse-face)
9112 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9113 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9114 (goto-address-fontify, goto-address-at-mouse): Simplify,
9115 (goto-address-at-point): browse-url-url-at-point,
9116 goto-address-find-address-at-point can return nil.
9117 (goto-address-find-address-at-point): Return nil on failure.
9118
9119 * align.el (align) <defgroup>: Add :version.
9120
9121 * calculator.el (calculator): Add :version.
9122 (calculator): Use two lines for calculator window if `modeline'
9123 face is boxed.
9124
9125 * play/5x5.el: Doc fixes.
9126 (5x5) <defgroup>: Add :version.
9127
9128 * play/fortune.el (fortune) <defgroup>: Add :version.
9129 (fortune-append): Fix error message.
9130 (fortune-from-region): Doc fix.
9131
9132 * play/pong.el (pong): Doc fix.
9133
9134 * play/morse.el: Keywords, commentary, autoloads.
9135
91362000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9137
9138 * desktop.el (desktop-save): Don't look at symbol-value of a
9139 member of minor-mode-alist, unless it is boundp.
9140
91412000-08-16 Sam Steingold <sds@gnu.org>
9142
9143 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9144 `while'; use `with-current-buffer' instead of `save-excursion'.
9145 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9146
91472000-08-16 Kenichi Handa <handa@etl.go.jp>
9148
9149 * international/ccl.el (declare-ccl-program): Docstring modified.
9150 (ccl-execute-with-args): Likewise.
9151
91522000-08-16 Miles Bader <miles@gnu.org>
9153
9154 * progmodes/sql.el: Add compatibility definition of
9155 comint-line-beginning-position.
9156
91572000-08-15 Gerd Moellmann <gerd@gnu.org>
9158
9159 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9160 'buffer-menu' property.
9161 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9162 fails.
9163 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9164 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9165 wasn't killed.
9166
9167 * buff-menu.el (list-buffers-noselect): Don't display the
9168 *Buffer List* buffer.
9169
9170 * font-lock.el: Require jit-lock to prevent a very late
9171 `Loading jit-lock' message.
9172
9173 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9174 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9175 mail address.
9176
91772000-08-15 Miles Bader <miles@gnu.org>
9178
9179 * textmodes/ispell.el (ispell-graphic-p): New constant.
9180 (ispell-choices-win-default-height, ispell-help): Use
9181 `ispell-graphic-p' instead of `xemacsp'.
9182
91832000-08-15 Dave Love <fx@gnu.org>
9184
9185 * simple.el: Autoload widget-convert when compiling.
9186 (mail-user-agent): Doc fix.
9187
9188 * help.el (function-called-at-point, variable-at-point): Use
9189 with-syntax-table.
9190 (help-manyarg-func-alist): Add insert-and-inherit.
9191
9192 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9193
9194 * delsel.el (delsel-unload-hook): New function.
9195
9196 * find-file.el: Doc fixes. Move provide to end.
9197 (ff) <defgroup>: Add :link.
9198 (ff-goto-click): Deleted.
9199 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9200 Use mouse-set-point.
9201
9202 * textmodes/tildify.el: Doc fixes.
9203 (tildify) <defgroup>: Add:version.
9204
9205 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9206 (glasses-custom-set): Use set-default, not set.
9207 (minor-mode-alist): Propertize the lighter.
9208 (glasses-mode): Provide optional arg.
9209
9210 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9211 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9212 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9213 option. Provide :type.
9214 (cwarn-configuration): Provide :type.
9215 (cwarn-mode): Doc fix.
9216
9217 * add-log.el (change-log-merge): Doc fix.
9218 (change-log-redate): New command.
9219
9220 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9221 Doze and Dog.
9222 (browse-url): Use dolist, not mapcar.
9223 (browse-url-at-point): Check for null url.
9224 (browse-url-event-buffer, browse-url-event-point): Functions
9225 deleted.
9226 (browse-url-at-mouse, browse-url-netscape): Simplify.
9227
9228 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9229 modes.
9230 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9231 Fix previous change to mapcan.
9232 (msb--init-file-alist, msb--add-separators)
9233 (msb--make-keymap-menu): Simplify.
9234 (msb--choose-file-menu): Use copy-sequence.
9235 (msb-mode-map): Add title to keymap.
9236 (msb-unload-hook): New function.
9237
9238 * bs.el: Fix indentation.
9239 (bs) <defgroup>: Add :links.
9240 (bs-show): Doc fix.
9241 (bs-apply-sort-faces): Don't use window-system.
9242 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9243
92442000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9245
9246 * calendar/timeclock.el (timeclock-file): Run .timelog through
9247 convert-standard-filename.
9248
92492000-08-14 Gerd Moellmann <gerd@gnu.org>
9250
9251 * emacs-lisp/authors.el: New file.
9252
9253 * paren.el (show-paren-priority): New user option.
9254 (show-paren-function): Set overlay priorities to
9255 show-paren-priority.
9256
92572000-08-14 Miles Bader <miles@gnu.org>
9258
9259 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9260 beginning-of-line with inhibit-field-text-motion bound.
9261
92622000-08-14 Gerd Moellmann <gerd@gnu.org>
9263
9264 * calendar/timeclock.el: New file.
9265
92662000-08-14 David Ponce <david@dponce.com>
9267
9268 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9269 `widget-button-click'. so that one can use left mouse button to
9270 click on dialog buttons.
9271
92722000-08-14 Emmanuel Briot <briot@gnat.com>
9273
9274 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9275 identifiers, since XML is case sensitive
9276
92772000-08-12 Miles Bader <miles@gnu.org>
9278
9279 * comint.el (comint-output-filter): Don't bother frobbing
9280 window-start, it doesn't seem to be necessary.
9281
9282 * comint.el (comint-send-string, comint-send-region): Make into
9283 real functions. Snapshot the prompt before sending.
9284
92852000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9286
9287 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9288 technique similar to Info-index, instead of relying on specific
9289 names of relevant Index nodes.
9290 (Info-goto-emacs-command-node): Bind Info-history to nil when
9291 going to the first node found by Info-find-emacs-command-nodes.
9292
92932000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9294
9295 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9296
92972000-08-10 Miles Bader <miles@gnu.org>
9298
9299 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9300
93012000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9302
9303 * info.el (Info-file-list-for-emacs): More elements for the
9304 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9305 and woman manuals.
9306
93072000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9308
9309 * comint.el (comint-send-input): Make the newline boundary overlay
9310 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9311 (comint-output-filter): Use `insert' instead of
9312 `insert-before-markers'. Extend comint-last-output-overlay when
9313 necessary since we can't rely on insert-before-markers to do it.
9314 * gud.el (gud-filter): Use `with-current-buffer' instead of
9315 save-excursion when inserting the output, so that point gets
9316 updated correctly; the old method relied on a rather dodgy
9317 side-effect of comint-output-filter to avoid the effect of
9318 save-excursion.
9319
93202000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9321
9322 * files.el (recover-file): Call insert-directory instead of
9323 invoking `ls' directly.
9324
93252000-08-10 Miles Bader <miles@gnu.org>
9326
9327 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9328 (comint-last-prompt-overlay): New variables.
9329 (comint-output-filter): Implement prompt highlighting.
9330 (comint-snapshot-last-prompt): New function.
9331 (comint-send-input): Snapshot the last prompt.
9332 Use comint-highlight-input-face.
9333 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9334 Use defface instead of defcustom.
9335 (send-invisible, comint-send-eof): Snapshot the last prompt.
9336 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9337 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9338
93392000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9340
9341 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9342 (regexp-opt-group): Use a list of chars for `letters'.
9343 (regexp-opt-charset): `chars' is now a list of chars.
9344 Use a char-table rather than a vector so it works for multibyte chars.
9345
9346 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9347 Set cvs-minor-current-files to the selected fileinfo.
9348 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9349 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9350
93512000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9352
9353 * files.el (insert-directory): Don't call access-file on
9354 directories on DOS and Windows.
9355
93562000-08-09 Kenichi Handa <handa@etl.go.jp>
9357
9358 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9359 longer if necessary.
9360 (ccl-embed-code): Call ccl-embed-data to store CODE in
9361 ccl-program-vector.
9362
93632000-08-09 Miles Bader <miles@gnu.org>
9364
9365 * comint.el (comint-output-filter): Properly handle the case where
9366 the text surrounded by comint-last-output-overlay was deleted.
9367
93682000-08-08 Gerd Moellmann <gerd@gnu.org>
9369
9370 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9371 non-nil.
9372 (Info-file-list-for-emacs): Remove "info" from the list because
9373 that leads to trying to use the documentation from file `info'
9374 in various situations where it isn't appropriate, for instance
9375 C-h C-k C-h i.
9376
9377 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9378 DIR and/or STRING are nil.
9379
9380 * progmodes/compile.el (compilation-setup): Make variable
9381 compilation-error-screen-columns buffer-local, as some comment
9382 in the code suggests it should be.
9383
9384 * files.el (auto-mode-interpreter-regexp): New variable.
9385 (set-auto-mode): Use it.
9386
9387 * indent.el (indent-for-tab-command): Doc fix.
9388
9389 * mouse-sel.el (mouse-sel-mode): Doc fix.
9390
9391 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9392 labels.
9393
9394 * help.el (print-help-return-message): When
9395 display-buffer-reuse-frames is set, let the help window been quit,
9396 instead of deleting it, which might delete a reused frame.
9397
93982000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9399
9400 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9401 rename a directory to a name that differs only by its letter case.
9402
94032000-08-08 Kenichi Handa <handa@etl.go.jp>
9404
9405 * international/quail.el (quail-define-rules): Handle Quail decode
9406 map correctly. Add code for supporting annotations.
9407 (quail-install-decode-map): New function.
9408 (quail-defrule-internal): New optional arguments decode-map and
9409 props.
9410 (quail-advice): New function.
9411
94122000-08-07 Sam Steingold <sds@gnu.org>
9413
9414 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9415 `defconst', `define-condition', `with-slots'.
9416 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9417
94182000-08-03 Miles Bader <miles@gnu.org>
9419
9420 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9421 New variable.
9422 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9423 comint-use-prompt-regexp-instead-of-fields.
9424 (comint-send-input): Add `input' field property to stuff we send to
9425 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9426 (comint-output-filter): Add `output' field property to process
9427 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9428 (comint-replace-by-expanded-history)
9429 (comint-get-old-input-default, comint-show-output)
9430 (comint-backward-matching-input, comint-forward-matching-input)
9431 (comint-next-prompt, comint-previous-prompt): Use field
9432 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9433 (comint-line-beginning-position): New function.
9434 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9435 (comint-replace-by-expanded-history-before-point): Use
9436 comint-line-beginning-position and line-end-position.
9437 (comint-last-output-overlay): New variable.
9438 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9439
9440 * shell.el (shell-prompt-pattern): Doc change.
9441 (shell-backward-command): Use line-beginning-position.
9442
9443 * gud.el (gud-gdb-complete-command): Use
9444 comint-line-beginning-position.
9445
9446 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9447 comint-bol doesn't actually go to the beginning of the line.
9448
9449 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9450 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9451 (try-expand-line-all-buffers): Likewise.
9452
9453 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9454 explicitly matching comint-prompt-regexp.
9455 (sql-copy-column): Use comint-line-beginning-position instead of
9456 explicitly matching comint-prompt-regexp.
9457
9458 * progmodes/octave-inf.el (inferior-octave-complete): Use
9459 comint-line-beginning-position.
9460
9461 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9462
9463 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9464 looking for a prompt, use `forward-line 0' instead of
9465 `beginning-of-line', to avoid getting caught by an input field.
9466
94672000-08-07 Gerd Moellmann <gerd@gnu.org>
9468
9469 * files.el (shell-quote-wildcard-pattern): Make sure to return
9470 PATTERN, in the Unix case.
9471
94722000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9473
9474 * play/zone.el (zone): Discard any pending input before running
9475 the randomly-chosen pgm.
9476
94772000-08-07 Kenichi Handa <handa@etl.go.jp>
9478
9479 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9480 checking the existence of any multibyte characters.
9481
94822000-08-06 Gerd Moellmann <gerd@gnu.org>
9483
9484 * help.el (describe-mode): Test minor-mode symbol for being
9485 bound before testing its value for being nil.
9486
9487 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9488 `first', `second', and `third'.
9489
9490 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9491 (second): Make it an alias for `cadr'.
9492
94932000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9494
9495 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9496 types of display support faces now.
9497
94982000-08-05 Gerd Moellmann <gerd@gnu.org>
9499
9500 * pcvs.el (require): Require `cl' during compilation, only.
9501
9502 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9503 (toplevel): Remove `remq' and `remove' from autoloads.
9504 (cl-fake-autoloads): New variable. If set, arrange for an error
9505 when CL functions etc. are autoloaded.
9506
95072000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9508
9509 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9510
9511 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9512 popped up, but the user clicks outside the menu, return an empty
9513 regexp (that causes unhighlight-regexp to have no effect).
9514
9515 * menu-bar.el (menu-bar-games-menu): Add Zone.
9516
9517 * hi-lock.el (toplevel): Require font-lock.
9518
95192000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9520
9521 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9522 (ebnf-8-bit-chars): New var for bug fix.
9523 (ebnf-string): Bug fix.
9524
95252000-08-03 Sam Steingold <sds@gnu.org>
9526
9527 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9528 instead of `buffer-string'.
9529 (require 'cl): Always, not just when compiling.
9530 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9531 necessary.
9532
95332000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9534
9535 * international/mule-cmds.el (select-safe-coding-system): Make
9536 the message text about selecting a safe coding system more clear.
9537
95382000-08-02 Gerd Moellmann <gerd@gnu.org>
9539
9540 * hi-lock.el: New file.
9541
9542 * play/zone.el: New file.
9543
9544 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9545 value of tab-width in the original buffer. Choose a line number
9546 format that's a multiple of the original buffer's tab width, so
9547 that lines appear right.
9548
9549 * textmodes/ispell.el (ispell): New function, replacing an alias.
9550 Spell-check active region if in transient-mark-mode and mark
9551 is active; otherwise spell-check buffer.
9552
95532000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9554
9555 * ps-mule.el: Fix a customization problem on
9556 ps-mule-font-info-database-default.
9557
95582000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9559
9560 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9561 display-mouse-p instead of window-system.
9562 (ebrowse-member-mode-map): Ditto.
9563
95642000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9565
9566 * progmodes/ebnf2ps.el: Update ps-print functions call.
9567 Indentation fix. Doc fix.
9568 (ebnf-version): New version number (3.2).
9569 (ebnf-format-color, ebnf-begin-job): Code fix.
9570
95712000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9572
9573 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9574 font lock support on window-system.
9575 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9576
9577 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9578 display-color-p, if fboundp, instead of window-system.
9579
95802000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9583 instead of window-system.
9584
9585 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9586 window-system.
9587 (widget-choice-mouse-down-action): Use display-popup-menus-p
9588 instead of window-system.
9589
9590 * strokes.el (strokes-file): Run the file name through
9591 convert-standard-filename.
9592 (strokes-mode): Call display-mouse-p instead of looking at
9593 window-system. Change the error message accordingly.
9594
9595 * progmodes/cpp.el (toplevel): Support faces on tty's.
9596
9597 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9598 (lm-plot-square, lm-init-display): Don't use window-system.
9599
9600 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9601 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9602
9603 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9604 instead of looking at window-system.
9605
96062000-07-30 Gerd Moellmann <gerd@gnu.org>
9607
9608 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9609 of testing if iswitchb-prepost-hooks is bound, because the
9610 latter will always be true when invoking a recursive minibuffer
9611 from an active Iswitchb buffer.
9612
96132000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9614
9615 * files.el (shell-quote-wildcard-pattern): New function.
9616 (insert-directory): Call it. Only prepend "\" to command on Unix
9617 and GNU/Linux systems.
9618
96192000-07-30 Gerd Moellmann <gerd@gnu.org>
9620
9621 * eshell/esh-groups.el: Change custom :link file names
9622 from `eshell.info' to `eshell'.
9623
96242000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9625
9626 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9627 correctly in recursive ange-ftp listings.
9628
96292000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9630
9631 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9632 ps-header-font-size-internal and
9633 ps-header-title-font-size-internal variables are not set,
9634 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9635 face text property is (foreground-color . COLOR) or
9636 `(background-color . COLOR)', ps-print crashes. Doc fix.
9637 (ps-print-version): New version number (5.2.4).
9638 (ps-plot-region): Code fix.
9639 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9640 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9641 Bug fix 2.
9642
96432000-07-30 Milan Zamazal <pdm@freesoft.cz>
9644
9645 * glasses.el (glasses-make-readable): Fix uncapitalization of
9646 identifiers like `myXMLDocument'.
9647
96482000-07-28 Karl Fogel <kfogel@red-bean.com>
9649
9650 * mail/mail-hist.el (mail-hist-previous-input)
9651 (mail-hist-next-input): Do the obvious code factorization.
9652 (mail-hist-retrieve-and-insert): New func, contains common
9653 code of above two.
9654 If inserting a message body, leave point at top.
9655
96562000-07-28 Sam Steingold <sds@gnu.org>
9657
9658 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9659 Use `<=', not `<' to compare times!
9660 (ange-ftp-ls): Remove.
9661
96622000-07-27 Gerd Moellmann <gerd@gnu.org>
9663
9664 * play/cookie1.el: Add explanation of how to make cookie.el
9665 compatible with strfile(1) to comment.
9666
9667 * subr.el (remove, remq): New functions.
9668
9669 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9670 escape `*' in regexps.
9671 (midnight-find): Reverse order of arguments in the funcall of
9672 TEST.
9673
9674 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9675 and `.class'.
9676
9677 * play/meese.el: Add Commentary section.
9678
96792000-07-27 Alex Schroeder <alex@gnu.org>
9680
9681 * sql.el (sql-ms): Added autoload cookie.
9682 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9683 (sql-oracle): Ditto.
9684 (sql-help): Doc change.
9685
9686 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9687 types and exceptions.
9688
96892000-07-27 Alex Schroeder <alex@gnu.org>
9690
9691 * sql.el (sql-placeholder-history): New variable.
9692 (sql-query-placeholders-and-send): New function that will query
9693 the user and replace placeholders with user input.
9694 (sql-oracle): If running on NT, set comint-input-sender to
9695 sql-query-placeholders-and-send.
9696
9697 (sql-stop): If in the SQLi buffer, insert stop notification, else
9698 present it as a message.
9699
97002000-07-27 Alex Schroeder <alex@gnu.org>
9701
9702 * sql.el (sql-input-ring-separator): Doc change.
9703 (sql-input-ring-file-name): Doc change.
9704 (sql-interactive-mode): Use `sql-input-ring-separator' and
9705 `sql-input-ring-file-name' to set the comint-mode equivalents
9706 without making them local variables.
9707 (sql-stop): Don't bind `sql-input-ring-separator' and
9708 `sql-input-ring-file-name' dynamically to their comint-mode
9709 equivalents.
9710
97112000-07-27 Kenichi Handa <handa@etl.go.jp>
9712
9713 * international/mule.el (register-char-codings): New function.
9714 (make-coding-system): Handle `safe-chars' specification in the arg
9715 PROPERTY.
9716
9717 * international/mule-cmds.el
9718 (find-coding-systems-region-subset-p): This function deleted.
9719 (sort-coding-systems-predicate): New variable.
9720 (sort-coding-systems): New function.
9721 (find-coding-systems-region): Use
9722 find-coding-systems-region-internal.
9723 (find-coding-systems-string): Use find-coding-systems-region.
9724 (find-coding-systems-for-charsets): Check
9725 char-coding-system-table.
9726 (select-safe-coding-system-accept-default-p): New variable.
9727 (select-safe-coding-system): Mostly rewritten. New argument
9728 ACCEPT-DEFAULT-P.
9729 (select-message-coding-system): Call select-safe-coding-system
9730 with ACCEPT-DEFAULT-P arg.
9731 (reset-language-environment): Reset default-sendmail-coding-system
9732 to the default value iso-latin-1.
9733 (set-language-environment): Don't set the obsolete variable
9734 charset-origin-alist.
9735
9736 * international/codepage.el (cp-coding-system-for-codepage-1):
9737 Give `safe-chars' property to make-coding-system.
9738
9739 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9740 calling select-message-coding-system twice.
9741
9742 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9743 instead of `safe-charsets'.
9744 (cyrillic-alternativnyj): Likewise.
9745 (ccl-encode-alternativnyj): Don't check the charset
9746 cyrillic-iso8859-5.
9747
97482000-07-27 Kenichi Handa <handa@etl.go.jp>
9749
9750 * composite.el (compose-chars-after): Preserve match data.
9751
97522000-07-26 Sam Steingold <sds@gnu.org>
9753
9754 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9755 (ange-ftp-real-file-newer-than-file-p): New function.
9756 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9757 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9758
9759 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9760 * midnight.el (midnight-float-time): Ditto.
9761
97622000-07-26 Andreas Schwab <schwab@suse.de>
9763
9764 * files.el (normal-backup-enable-predicate): Correct
9765 interpretation of the return value of compare-strings.
9766
97672000-07-26 Gerd Moellmann <gerd@gnu.org>
9768
9769 * isearch.el (isearch-resume): New function.
9770 (isearch-done): Add something to command-history to resume
9771 the search.
9772 (isearch-yank-line, isearch-yank-word): Use
9773 buffer-substring-no-properties instead of buffer-substring.
9774
9775 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9776 of flyspell-mouse-map.
9777
9778 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9779 duplicate definition.
9780 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9781
9782 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9783 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9784
97852000-07-25 Sam Steingold <sds@gnu.org>
9786
9787 * net/ange-ftp.el: Get modtime over the net.
9788 (ange-ftp-file-modtime): New function.
9789 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9790 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9791 Use it.
9792 (ange-ftp-dot-to-slash): New function.
9793 (ange-ftp-fix-name-for-vms): Use it.
9794
9795 * midnight.el (midnight-buffer-display-time): Use
9796 `with-current-buffer'.
9797
97982000-07-25 Gerd Moellmann <gerd@gnu.org>
9799
9800 * find-dired.el: Update copyright notice.
9801 (find-dired): Offer to kill a running `find'.
9802
9803 * enriched.el (enriched-face-ans): For a `foreground-color'
9804 property, return '(("x-color" COLOR))' so that COLOR will be
9805 output as a parameter of the x-color annotation. Likewise for the
9806 `background-color' property. In the case of normal face
9807 properties, don't return annotations for unspecified foreground
9808 and background face attributes.
9809
98102000-07-25 Kenichi Handa <handa@etl.go.jp>
9811
9812 * language/japan-util.el (japanese-katakana-region): Fix handling
9813 HANKAKU argument.
9814
98152000-07-25 Miles Bader <miles@gnu.org>
9816
9817 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9818 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9819 constrain-to-field.
9820
98212000-07-24 Andrew Innes <andrewi@gnu.org>
9822
9823 * timer.el (timer-activate-when-idle): Add optional parameter
9824 DONT-WAIT. Update docstring.
9825 (run-with-idle-timer): Specify extra parameter to
9826 timer-activate-when-idle, so that timer will be activated
9827 immediately if Emacs is already idle.
9828
9829 * w32-fns.el (w32-using-nt): Fix docstring.
9830
98312000-07-24 Dave Love <fx@gnu.org>
9832
9833 * mouse.el (popup-menu): Set last-command-event.
9834 (mouse-major-mode-menu-prefix): Declare.
9835
98362000-07-24 Gerd Moellmann <gerd@gnu.org>
9837
9838 * textmodes/flyspell.el: Update to author's version 1.5d.
9839
9840 * progmodes/hideshow.el: Update copyright notice.
9841
9842 * vcursor.el: Set maintainer to FSF, since author cannot
9843 be reached.
9844
98452000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9846
9847 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9848 the prompt.
9849
9850 * mouse.el (popup-menu): Run the keymap through indirect-function,
9851 in case it was defined with define-prefix-key. If the menu is a
9852 list of keymaps, look up the binding of user's choice in each one
9853 of the keymaps.
9854 (mouse-popup-menubar): If the global and local menu-bar keymaps
9855 don't have a prompt string, create one and insert it into the
9856 keymap. Don't barf if current-local-map returns nil.
9857
98582000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9859
9860 * dired.el (dired-sort-R-check): Added to allow recursive listing
9861 to be undone.
9862 (dired-sort-other): Use it.
9863
98642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9865
9866 * Release of cc-mode 5.27
9867
98682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9869
9870 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9871 c-beginning-of-statement-1 that caused a bad case of recursion
9872 which could consume a lot of CPU in large classes in languages
9873 that have in-expression classes (i.e. Java and Pike).
9874
9875 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9876 statements before top level constructs (i.e. case 6 is moved
9877 before case 5 and is now case 4) to catch in-expression
9878 classes in top level expressions correctly.
9879
98802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9883 objc-method-intro. Case 4 removed and case 5I added.
9884
9885 * cc-langs.el (c-append-paragraph-start): New variable used by
9886 c-common-init to get paragraph-start correct.
9887 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9888 initialize paragraph-start to make it correct both with and
9889 without the javadoc special case.
9890
9891 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9892 initialize paragraph-start for javadoc markup.
9893
9894 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9895 change by defaulting this to t. It's motivated by the
9896 confusing behavior that otherwise arise from the style system
9897 when editing both java and non-java files at the same time
9898 (see the comments about style setting in c-common-init).
9899
99002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9901
9902 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9903 similar to the one in c-fill-paragraph to check the fill
9904 prefix from the adaptive fill function for sanity.
9905
99062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9907
9908 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9909 defun block.
9910
99112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9912
9913 * cc-mode.texi Documented the change of cpp-macro.
9914
99152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9916
9917 * cc-align.el (c-lineup-multi-inher): Handle lines with
9918 leading comma nicely. Extended to handle member initializers
9919 too.
9920
9921 * cc-engine.el: (c-beginning-of-inheritance-list,
9922 c-guess-basic-syntax): Fixed recognition of inheritance lists
9923 when the lines begins with a comma.
9924
9925 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9926
9927 * cc-vars.el (c-offsets-alist): Changed default for
9928 member-init-cont to c-lineup-multi-inher since it now handles
9929 member initializers and indents better for leading commas.
9930
99312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9932
9933 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9934 handling that caused class open lines to be recognized as
9935 statement-conts in some cases.
9936
9937 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9938 guessed by the adaptive fill function unless point is on the
9939 first line of a block comment.
9940
9941 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9942 when the buffer ends with a macro continuation char.
9943
9944 * cc-engine.el (c-guess-basic-syntax): Added support for
9945 function definitions as statements in Pike. The first
9946 statement in a lambda block is now labeled defun-block-intro
9947 instead of statement-block-intro.
9948
9949 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9950 so that the class surrounding point is selected, not the one
9951 innermost in the state.
9952
9953 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9954 recognition of switch labels having hanging multiline
9955 statements.
9956
9957 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9958 some code in c-guess-basic-syntax to a separate function.
9959 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9960 recognition of member inits with multiple line arglists.
9961 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9962 member-init-cont when the commas are in funny places.
9963
99642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9965
9966 * cc-defs.el (c-auto-newline): Removed this macro since it's
9967 not used anymore.
9968
9969 * cc-engine.el (c-looking-at-bos): New helper function.
9970 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9971 inexpr and toplevel classes apart in Pike.
9972
9973 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9974 of case 9A.
9975
9976 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9977 constant, since "class" can introduce an in-expression class
9978 in Pike nowadays.
9979
99802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9981
9982 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9983 indentation on cpp-macro lines.
9984
9985 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9986 a syntax modifier like comment-intro, to make it possible to
9987 get syntactic indentation for preprocessor directives. It's
9988 incompatible wrt to lineup functions on cpp-macro, but it has
9989 no observable effect in the 99.9% common case where cpp-macro
9990 is set to -1000.
9991
99922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9993
9994 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9995 member-init-cont when the preceding arglist is several lines.
9996
99972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9998
9999 * cc-styles.el (c-style-alist): The basic offset for the BSD
10000 style corrected to 8.
10001
100022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10003
10004 * cc-styles.el (c-style-alist): Adjusted the indentation of
10005 brace list openers in the gnu style.
10006
100072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10008
10009 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10010
10011 * cc-cmds.el (c-electric-brace, c-electric-slash,
10012 c-electric-star, c-electric-semi&comma, c-electric-colon,
10013 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10014 when c-syntactic-indentation is nil.
10015
10016 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10017 we were left at comments preceding the first statement when
10018 reaching the beginning of the buffer.
10019
10020 * cc-vars.el (c-syntactic-indentation): New variable to turn
10021 off all syntactic indentation.
10022
100232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10024
10025 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10026 between the text and the block comment ender when it hangs,
10027 depending on how many there are before the fill.
10028
100292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10030
10031 * cc-engine.el (c-beginning-of-closest-statement): New helper
10032 function to go back to the closest preceding statement start,
10033 which could be inside a conditional statement.
10034 * cc-engine.el (c-guess-basic-syntax): Use
10035 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10036
10037 * cc-engine.el (c-guess-basic-syntax): Better handling of
10038 arglist-intro, arglist-cont-nonempty and arglist-close when
10039 the arglist is nested inside parens. Cases 7A, 7C and 7F
10040 changed.
10041
10042 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10043 up-to-date with javadoc 1.2.
10044
100452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10046
10047 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10048 multiline Pike type decls.
10049
100502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10051
10052 * cc-cmds.el (c-indent-new-comment-line): Always break
10053 multiline comments in multiline mode, regardless of
10054 comment-multi-line.
10055
100562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10057
10058 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10059 fully::qualified::names in C++ member init lists. Preamble in
10060 case 5D changed.
10061
100622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10063
10064 * cc-langs.el (c-common-init): Handling of obsolete variables
10065 moved to c-initialize-cc-mode. More compatible style override
10066 when using global style variables.
10067 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10068 variables moved here.
10069
10070 * cc-mode.texi: Documented the special behavior of
10071 c-special-indent-hook as a style variable. Don't talk about
10072 doing (c-make-styles-buffer-local t) in a mode hook, since
10073 that's already too late to work right.
10074
10075 * cc-styles.el (c-make-styles-buffer-local): Flag style
10076 variable localness in c-style-variables-are-local-p to make
10077 the compatibility measure in c-common-init work well.
10078
10079 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10080 longer contain set-from-style.
10081 * cc-styles.el (c-initialize-builtin-style): Don't check for
10082 set-from-style on c-special-indent-hook.
10083 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10084 copy-alist is sufficient now.
10085
10086 * cc-styles.el (c-set-style, c-set-style-1,
10087 c-get-style-variables): Fixes to variable initialization so
10088 that duplicate entries in styles have the same effect
10089 regardless of DONT-OVERRIDE.
10090
10091 * cc-styles.el (c-set-style-2): Fixed bug where the
10092 initialization of inheriting styles failed when the
10093 dont-override flag is set.
10094
10095 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10096 on this.
10097
100982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10099
10100 * cc-defs.el (c-forward-comment): Removed the workaround
10101 introduced in 5.38 since it had worse side-effects. If a line
10102 contains the string "//\"", it regarded the // as a comment
10103 start since the \ temporarily doesn't have escape syntax.
10104
101052000-07-17 Emmanuel Briot <briot@act-europe.fr>
10106
10107 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10108 ada-xref.el before ada-prj.el, so that the Project menu is created
10109 when ada-prj tries to add to it.
10110 (ada-activate-keys-for-case): Suppress the characters that are not
10111 part of the Ada syntax. Better compatibility with else-mode
10112 (ada-adjust-case-interactive): When auto-casing is not active,
10113 correctly insert newlines (used to insert only ^M). Prevent the
10114 syntax table from being changed in case of an error
10115 (or '_' becomes part of a word and some commands are confused).
10116 Do nothing if ada-auto-case is nil.
10117 (ada-after-keyword-p): Ignore keywords that are also attributes
10118 (ada-batch-reformat): Update usage comment
10119 (ada-call-from-contextual-menu): New function
10120 (ada-case-read-exceptions): Reinitialize the casing exception list
10121 first to nil first, so that the casing exception file can be
10122 shared.
10123 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10124 files.
10125 (ada-compile-goto-error): Fix regexp used to detect a file:line
10126 anywhere in the error message
10127 (ada-contextual-menu-last-point): New variable
10128 (ada-create-keymap): If the variable delete-key-deletes-forward is
10129 t on XEmacs, it means that DEL should delete one character
10130 forward.
10131 (ada-create-menu): Use :included instead of :visible for XEmacs.
10132 New submenu "Options".
10133 (ada-end-stmt-re): Correctly indent "select ... then abort"
10134 statements.
10135 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10136 even if they don't match ada-fill-comment-prefix Fix handling of
10137 paragraphs on the first or last line of a file.
10138 (ada-format-paramlist): Fix handling of default parameter values.
10139 (ada-get-body-name): New function.
10140 (ada-get-current-indent): Optimized by searchling directly for an
10141 existing generic part or a statement outside of it. Handle
10142 ada-indent-align-comments when indenting comments Replaced some
10143 regexps by testing directly the next character. This results in a
10144 huge speedup on some files. New indentation scheme for renames
10145 statements. Stop looking for the 'while' or 'for' associated with
10146 a 'loop' at the first semicolon encountered. A "return" can also
10147 match an anonymous access subprogram declaration.
10148 (ada-get-indent-noindent): Ignore strings and comments when
10149 looking for the keywords "record" and "private".
10150 (ada-goto-matching-decl-start): When matching "if", make sure we
10151 are not in fact seeing "end if". Ignore "when" statements except
10152 when initial keyword was "begin". Fix handling of nested
10153 procedures. Add a recursive call to this function to skip over
10154 other 'end' statmts. Fix indentation for "when .. => begin"
10155 (ada-in-open-paren-p): Fix indentation for complex boolean
10156 expressions, where 'and then', 'or else' and parenthesis
10157 statements are mixed up.
10158 (ada-in-paramlist-p): Skip comments while searching for the
10159 beginning Fix handling of operator declarations.
10160 (ada-indent-align-comments): New variable
10161 (ada-indent-current): Change the syntax table only in the
10162 protected section, so that we are sure it is restored correctly.
10163 (ada-indent-on-previous-lines): Use ada-use-indent and
10164 ada-with-indent Correctly indent "select ... then"
10165 (ada-indent-region): Slight speedup.
10166 (ada-indent-renames): New variable.
10167 (ada-last-which-function-subprog, ada-last-which-function-line):
10168 New variables
10169 (ada-looking-at-semi-private): Correctly indent the 'private'
10170 keyword when it is the first word in a package declaration.
10171 (ada-loose-case-word): Stop searching if at the end of the buffer.
10172 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10173 even if point is not initially at the end of the word.
10174 (ada-matching-decl-start-re): Add "when".
10175 (ada-mode): Add support for abbrev-mode, outline-mode and
10176 which-func-mode Override the old find-file.el entry in
10177 ff-special-constructs since it is using the obsolete
10178 ada-spec-suffix variable
10179 (ada-no-auto-case): New function
10180 (ada-scan-paramlist): When parsing the argument type, accept
10181 spaces (as in "X 'Class", generated by Rational Rose).
10182 (ada-other-file-name): No longer loads the other file.
10183 (ada-popup-menu): Save and restore the current buffer and cursor
10184 position before and after displaying the menu.
10185 (ada-search-ignore-complex-boolean): New function.
10186 (ada-uncomment-region): Emacs21 already knows how to delete
10187 comments not starting in the first column.
10188 (ada-use-indent): New variable
10189 (ada-which-function): New function.
10190 (ada-with-indent): New variable
10191 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10192 can be batch-compiled from the command line.
10193
10194 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10195 Add to the menu when the file is loaded, not in ada-mode-hook.
10196 Add -toolbar to the default ddd command Switches moved from
10197 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10198 ada-prj-default-comp-opt
10199 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10200 Reference Manual to the menu
10201 (ada-check-current): rewritten as a call to ada-compile-current
10202 (ada-compile): Removed.
10203 (ada-compile-application, ada-compile-current, ada-check-current):
10204 Set the compilation-search-path so that compile.el automatically
10205 finds the sources in src_dir. Automatic scrollong of the
10206 compilation buffer. C-uC-cC-c asks for confirmation before
10207 compiling
10208 (ada-compile-current): New parameter, prj-field
10209 (ada-complete-identifier): Load the .ali file before doing
10210 processing
10211 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10212 conform to gnatmake's behavior.
10213 (ada-find-file-in-dir): New function
10214 (ada-find-references): Set the environment variables for gnatfind
10215 (ada-find-src-file-in-dir): New function.
10216 (ada-first-non-nil): Removed
10217 (ada-gdb-application): Add support for jdb, the java debugger.
10218 (ada-get-ada-file-name): Load the original-file first if not done
10219 yet.
10220 (ada-get-all-references): Handles the new ali syntax (parent types
10221 are found between <>).
10222 (ada-initialize-runtime-library): New function
10223 (ada-mode-hook): Always load a project file when a file is opened,
10224 so that the casing exceptions are correctly read.
10225 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10226 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10227 to open the project file, since the latter does not work with
10228 speedbar Get default values before loading the prj file, or the
10229 default executable file name is wrong. Use the absolute value of
10230 src_dir to initialize ada-search-directories and
10231 compilation-search-path,... Add the standard runtime library to
10232 the search path for find-file.
10233 (ada-prj-default-debugger): Was missing an opening '{'
10234 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10235 variables.
10236 (ada-prj-default-gnatmake-opt): New variable
10237 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10238 buffers, the project file is the default one Save the windows
10239 configuration before displaying the menu.
10240 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10241 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10242 ...) regexp-quote identifiers names to support operators +,
10243 -,... in regexps.
10244 (ada-remote): New function.
10245 (ada-run-application): Erase the output buffer before starting the
10246 run Support remote execution of the application. Use
10247 call-process, or the arguments are incorrectly parsed
10248 (ada-set-default-project-file): Reread the content of the active
10249 project file, not the one from the current buffer When a project
10250 file is set as the default project, all directories are
10251 automatically associated with it.
10252 (ada-set-environment): New function
10253 (ada-treat-cmd-string): New special variable ${current}
10254 (ada-treat-cmd-string): Revised. The substitution is now done for
10255 any ${...} substring
10256 (ada-xref-current): If no body was found, compiles the spec
10257 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10258 compiler to get rid of command line length limitations.
10259 (ada-xref-get-project-field): New function
10260 (ada-xref-project-files): New variable
10261 (ada-xref-runtime-library-specs-path)
10262 (ada-xref-runtime-library-ali-path): New variables
10263 (ada-xref-set-default-prj-values): Default run command now does a
10264 cd to the build directory. New field: main_unit Provide a default
10265 file name even if the current buffer has no prj file.
10266
10267 * ada-prj.el:
10268 Rewritten to show a tabbed-dialog.
10269 (ada-prj-add-ada-menu): Remove the map and name parameters.
10270 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10271 New function
10272 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10273 (ada-prj-load-from-file): New function
10274 (ada-prj-save): Always save fields that depend on the current buffer
10275 (ada-prj-show-value): New function
10276
10277 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10278 Ada mode. This will allow us to display the Ada menu in any buffer
10279 we want (for project items).
10280 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10281 number of spaces in the header.
10282
102832000-07-24 Dave Love <fx@gnu.org>
10284
10285 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10286
102872000-07-23 Noah Friedman <friedman@splode.com>
10288
10289 * type-break.el (type-break): perform autosave.
10290 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10291 (type-break-do-query): Cancel query schedule while performing
10292 actual query, to avoid possibility of a second query being made
10293 while first one is already in progress.
10294 (type-break-time-stamp-format): New variable.
10295 (type-break-time-stamp): New function.
10296 (type-break-time-warning): Use it.
10297 (type-break-keystroke-warning): Use it.
10298 (type-break-noninteractive-query): Use it.
10299
10300 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10301 cookie.
10302 Use add-minor-mode to set minor-mode-alist, if available.
10303 (eldoc-echo-area-use-multiline-p): New user option.
10304 (eldoc-echo-area-multiline-supported-p): New variable.
10305 (eldoc-docstring-format-sym-doc): Use them.
10306 (eldoc-mode): If not using idle timers, append to local post and
10307 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10308 (eldoc-display-message-no-interference-p): Don't interfere with
10309 edebug.
10310 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10311 (eldoc-function-arglist): New function.
10312 (eldoc-function-argstring): Use it.
10313
10314 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10315 auto save directory exists before calling directory-files.
10316
103172000-07-23 Dave Love <fx@gnu.org>
10318
10319 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10320 ^o, ^u.
10321
103222000-07-21 Dave Love <fx@gnu.org>
10323
10324 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10325 now passed to the function. It now works properly.
10326
10327 * smerge-mode.el (smerge-mode-menu): Fill it out.
10328
103292000-07-20 Gerd Moellmann <gerd@gnu.org>
10330
10331 * info-look.el (info-lookup): If *info* is shown in another frame
10332 on the same display, select that frame, instead of switching to
10333 the Info buffer in another window of the selected frame.
10334
10335 * simple.el (universal-argument-map): Bind numeric keypad keys
10336 kp-0 to kp-9 and kp-subtract.
10337 (digit-argument): Handle these keys.
10338
103392000-07-20 Dave Love <fx@gnu.org>
10340
10341 * net/goto-addr.el (goto-address-fontify): Don't bother with
10342 buffer-modified and read-only stuff -- irrelevant with overlays.
10343 Put an extra property on the overlays and use it to clean up in
10344 case goto-address is re-run.
10345
103462000-07-19 Richard M. Stallman <rms@gnu.org>
10347
10348 * timer.el (run-with-idle-timer): Doc fix.
10349
10350 * mail/mail-utils.el (mail-strip-quoted-names):
10351 Handle case where <...> appears inside "...".
10352 Use replace-match to edit the string more simply.
10353 (rmail-dont-reply-to): Cope with an unmatched ".
10354
103552000-07-19 Dave Love <fx@gnu.org>
10356
10357 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10358 implementation.
10359
10360 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10361 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10362 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10363
103642000-07-19 Gerd Moellmann <gerd@gnu.org>
10365
10366 * textmodes/refer.el: Correct maintainer's email address.
10367
10368 * progmodes/hideif.el: Correct author's email address.
10369 Fix typo in comment.
10370
10371 * xml.el: New file.
10372
10373 * mail/mailheader.el: Correct author's mail address.
10374
10375 * gnus/parse-time.el: Correct author's mail address.
10376
103772000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10378
10379 * comint.el (comint-highlight-input, comint-highlight-face):
10380 New user options.
10381 (comint-input-ring-file-name): Change custom type.
10382 (comint-mode-map): Bind mouse-2.
10383 (comint-insert-clicked-input): New function.
10384 (comint-send-input): Handle input highlighting.
10385
103862000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10387
10388 * mouse.el (popup-menu): New function.
10389 (mouse-major-mode-menu): Use it.
10390
103912000-07-18 Dave Love <fx@gnu.org>
10392
10393 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10394 improvements.
10395
103962000-07-18 Gerd Moellmann <gerd@gnu.org>
10397
10398 * faces.el (face-font-selection-order)
10399 (face-font-family-alternatives): Add custom type.
10400
104012000-07-18 Dave Love <fx@gnu.org>
10402
10403 * cus-edit.el (custom-variable-reset-saved)
10404 (custom-variable-reset-standard): Remove unused bindings.
10405
10406 * rect.el (open-rectangle-line): Remove unused let.
10407
10408 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10409
104102000-07-18 Gerd Moellmann <gerd@gnu.org>
10411
10412 * cdl.el: Fix `Maintainer' keyword.
10413
10414 * play/pong.el: Add author's email address.
10415
104162000-07-17 Sam Steingold <sds@gnu.org>
10417
10418 * files.el (insert-directory): Call `split-string' instead of
10419 re-implementing it.
10420
104212000-07-18 Gerd Moellmann <gerd@gnu.org>
10422
10423 * mail/vms-pmail.el: Change maintainer to FSF.
10424
10425 * net/goto-addr.el: Change maintainer to FSF.
10426
10427 * info.el (Info-title-face-alist): Removed.
10428
104292000-07-18 David Ponce <david@dponce.com>
10430
10431 * recentf.el (recentf-open-files): New command that works like
10432 `recentf-open-more-files', but shows the whole list of files (not just
10433 those omitted from the menu). Useful if you don't use a menu-bar!
10434 (recentf-open-more-files) Modified to use `recentf-open-files'.
10435
10436 (recentf-open-files, recentf-open-more-files)
10437 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10438
10439 (recentf-dialog-mode): New mode for dialogs. You can now just type
10440 "q" to cancel the dialogs.
10441
104422000-07-18 David Ponce <david@dponce.com>
10443
10444 * recentf.el: This is a major update of recentf.el. It adds new
10445 features to better organize the recentf menu and "More..." buffer.
10446
10447 Using new provided menu filtering functions you can now organize the
10448 recent files list:
10449
10450 - by major modes
10451 - by directories
10452 - by user defined rules
10453
10454 Finally, with the new `recentf-filter-changer' customizable filter you
10455 can define a ring of filters and dynamically (via the menu) cycle on
10456 each menu organization in the ring (a la msb).
10457
104582000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10459
10460 * eshell/eshell.el (eshell): Replace links to eshell.info with
10461 links to eshell, to avoid problems on systems where the manual is
10462 installed as `eshell'.
10463 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10464 * eshell/em-smart.el (eshell-smart): Ditto.
10465 * eshell/em-banner.el (eshell-banner): Ditto.
10466 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10467
10468 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10469 same-file check in the MS-DOS version (it does support inodes).
10470
10471 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10472
10473 * eshell/eshell.el (eshell-directory-name):
10474 Run default directory name through convert-standard-filename.
10475
104762000-07-18 Kenichi Handa <handa@etl.go.jp>
10477
10478 * international/mule-cmds.el (select-safe-coding-system):
10479 Fix typo in the comment.
10480
10481 * language/european.el (compound-text):
10482 Force katakana-jisx0201 to be designated to G1.
10483
10484 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10485 Don't translate some national variant characters of latin-jisx0201.
10486 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10487
10488 * international/kkc.el (kkc-after-update-conversion-functions):
10489 New variable.
10490 (kkc-update-conversion): Run functions in it at the tail.
10491
104922000-07-16 John Wiegley <johnw@gnu.org>
10493
10494 * lisp/align.el (align-newline-and-indent):
10495 Adding new function. for auto-aligning blocks of code on RET.
10496 (align-region): Fixed badly formatted minibuffer message.
10497
104982000-07-17 Kenichi Handa <handa@etl.go.jp>
10499
10500 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10501 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10502 the conversion list at first if appropriate.
10503 (kkc-next): Don't update kkc-next-count here.
10504 (kkc-prev): Don't update kkc-prev-count here.
10505 (kkc-show-conversion-list-update): Fix setting up of conversion
10506 list message.
10507
105082000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10509
10510 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10511
105122000-07-16 Dave Love <fx@gnu.org>
10513
10514 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10515 function to be more specific.
10516
10517 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10518 non-string help-echo.
10519 (widget-types-convert-widget): Defsubst it.
10520 (widget-echo-help): Try to cope with a help-echo function of two
10521 possible sorts.
10522
105232000-07-15 Jason Rumney <jasonr@gnu.org>
10524
10525 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10526 Declare as obsolete.
10527
10528 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10529
105302000-07-14 Gerd Moellmann <gerd@gnu.org>
10531
10532 * hilit-chg.el: Fix typo.
10533
105342000-07-14 Dave Love <fx@gnu.org>
10535
10536 * info.el (Info-mode-menu): Fix use of :help, :enable.
10537
105382000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10539
10540 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10541
105422000-07-13 Dave Love <fx@gnu.org>
10543
10544 * emacs-lisp/easymenu.el: Doc fixes.
10545 (easy-menu-remove): Defalias to ignore.
10546
10547 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10548 Call throw correctly.
10549
105502000-07-13 Gerd Moellmann <gerd@gnu.org>
10551
10552 * faces.el (frame-background-mode): Doc fix.
10553
10554 * simple.el (eval-expression-print-length): Change custom type to
10555 allow entering nil as value.
10556
105572000-07-13 Dave Love <fx@gnu.org>
10558
10559 * progmodes/fortran.el (fortran-imenu-generic-expression):
10560 Change definition layout.
10561 (fortran-mode-menu): Reinstate customize entries.
10562
10563 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10564 Use :filter, per old XEmacs code.
10565
105662000-07-12 Gerd Moellmann <gerd@gnu.org>
10567
10568 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10569 event when deciding what to send to the terminal.
10570
105712000-07-12 Dave Love <fx@gnu.org>
10572
10573 * cus-start.el: Add optional version as 4th element of specs and
10574 use it for several things new in v21. Remove load-path. Fix type
10575 of line-number-display-limit.
10576
105772000-07-11 Dave Love <fx@gnu.org>
10578
10579 * progmodes/fortran.el: Don't require easymenu.
10580 Use repeat counts in various regexps.
10581 (fortran-mode-syntax-table): Defvar directly.
10582 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10583 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10584 Use defvar, not defconst.
10585 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10586 (fortran-mode): Set fortran-comment-line-start-skip,
10587 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10588 (fortran-comment-indent): Use defsubst.
10589 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10590 Use fortran-comment-indent, not fortran-comment-indent-function.
10591 (fortran-comment-region, fortran-electric-line-number): Simplify.
10592 (fortran-auto-fill): New function.
10593 (fortran-do-auto-fill): Deleted.
10594 (fortran-find-comment-start-skip):
10595 Check for non-null comment-start-skip.
10596 (fortran-auto-fill-mode, fortran-fill-statement):
10597 Use fortran-auto-fill.
10598 (fortran-fill): Use fortran-auto-fill. Check for null
10599 comment-start-skip. Simplify final clause and use end-of-line finally.
10600
10601 * widget.el (widget-plist-member): New alias.
10602
106032000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10604
10605 * eshell/esh-module.el (toplevel): Reference
10606 byte-compile-current-file only if it is bound.
10607
106082000-07-10 Gerd Moellmann <gerd@gnu.org>
10609
10610 * dired.el: Don't require `dired-aux'.
10611
106122000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10613
10614 * dired-aux.el (dired-show-file-type): New function.
10615 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10616 (dired-show-file-type): Add autoload.
10617
106182000-07-10 Kenichi Handa <handa@etl.go.jp>
10619
10620 * international/mule-diag.el (describe-font): Adjusted for the
10621 change of fontset-info.
10622 (print-fontset): Likewise.
10623
106242000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10625
10626 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10627
106282000-07-07 Gerd Moellmann <gerd@gnu.org>
10629
10630 * bindings.el: Bind `[delete]' to delete-char.
10631
10632 * dired.el (dired-find-alternate-file): New function.
10633 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10634 (toplevel): Require dired-aux when compiling.
10635 (dired-buffers): Move defvar within file to avoid compiler warning.
10636
10637 * info.el (Info-last-search): Variable removed.
10638 (Info-search-history): New variable.
10639 (Info-search): New Info-search-history.
10640
10641 * battery.el, info-look.el: Change author's mail address.
10642
106432000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10644
10645 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10646 if rmail-ignored-headers is nil.
10647 (rmail-retry-failure): Bind rmail-ignored-headers and
10648 rmail-displayed-headers to nil.
10649
106502000-07-06 Gerd Moellmann <gerd@gnu.org>
10651
10652 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10653 (print-region-1): Don't hard code `-h' here.
10654
10655 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10656
106572000-07-01 Francesco Potorti` <pot@gnu.org>
10658
10659 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10660 exim can use "your message" instead of "the message".
10661
106622000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10663
10664 * facemenu.el: Docstrings fixes.
10665 (facemenu-get-face): Don't use internal-find-face.
10666 (facemenu-iterate): Rename arg to match the docstring.
10667
10668 * newcomment.el (uncomment-region): Be more careful when skipping
10669 backwards over `=' not to bump into BOBP.
10670
106712000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10672
10673 * ediff-diff.el (ediff-wordify): Use syntax table.
10674 * ediff-init.el (ediff-has-face-support-p): Use
10675 ediff-color-display-p.
10676 (ediff-color-display-p): Use display-color-p, changed to defun
10677 from defsubst.
10678 Got rid of special cases for NeXT and OS/2.
10679 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10680 face.
10681
106822000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10683
10684 * emacs-lisp/lucid.el: Require CL.
10685 (copy-tree, remprop): Remove, it's provided by CL.
10686 (map-keymap): Define in terms of cl-map-keymap.
10687 (extent-property, set-extent-end-glyph): New functions.
10688
10689 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10690
106912000-07-05 Gerd Moellmann <gerd@gnu.org>
10692
10693 * Makefile.in (DONTCOMPILE): Add comment that the name may
10694 not be changed without changing the make-dist script.
10695
10696 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10697 (cl-mapc): Use mapc instead of cl-old-mapc.
10698
106992000-07-05 Andrew Innes <andrewi@gnu.org>
10700
10701 * makefile.nt: Add support for `bootstrap' and related targets.
10702
107032000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10704
10705 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10706 (easy-menu-do-define): Use `menu-item' format.
10707 Handle case where easy-menu-create-menu returns a symbol.
10708 Manually call the potential top-level filter in the function binding.
10709 (easy-menu-filter-return): New arg NAME.
10710 Convert to a keymap if MENU is an XEmacs menu.
10711 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10712 (easy-menu-converted-items-table, easy-menu-convert-item):
10713 New var and fun to memoize easy-menu-convert-item-1.
10714 (easy-menu-do-add-item): Use it.
10715 (easy-menu-create-menu): Use easy-menu-convert-item.
10716 Wrap easy-menu-filter-return around any :filter specification.
10717 Don't convert the menu if a filter was specified.
10718 Tell easy-menu-make-symbol not to check for MENU being an expression.
10719 (easy-menu-make-symbol): New arg NOEXP.
10720
107212000-07-05 Gerd Moellmann <gerd@gnu.org>
10722
10723 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10724 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10725 (eval-defun): If called with prefix arg, instrument code for
10726 Edebug.
10727
10728 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10729 similar to that of eval-defun.
10730
107312000-07-04 Dave Love <fx@gnu.org>
10732
10733 * hl-line.el (hl-line-overlay): Make it permanent-local.
10734
10735 * calendar/todo-mode.el: Replaced with a working version, based on
10736 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10737
107382000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10739
10740 * paths.el (prune-directory-list): New function.
10741 (Info-default-directory-list): Rewritten to more methodically
10742 enumerate a big list of possible info directories (based on the
10743 list used by the standalone info reader).
10744
10745 * info.el (info-initialize): Use prune-directory-list to remove
10746 non-existent directories from Info-directory-list.
10747
10748 * paths.el (Info-default-directory-list): Try a list of possible
10749 info-directories instead of a single one. Add the possible
10750 info directory "/usr/share/info".
10751
10752 * woman.el (woman-man.conf-path): Explicitly include the debian
10753 man-db config file "/etc/manpath.config".
10754 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10755 are present in `manpath.config'.
10756 (woman-manpath): Include "/usr/share/man".
10757
107582000-07-03 Gerd Moellmann <gerd@gnu.org>
10759
10760 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10761
10762 * startup.el (command-line): Initialize blink-cursor based
10763 on window-system.
10764
10765 * frame.el (blink-cursor): Default to nil if not running under
10766 a window-system.
10767
10768 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10769 (face-x-resources): Remove duplicate entry for :font.
10770
10771 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10772 instead of cycling through windows with next-window.
10773
10774 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10775 of cycling through windows with next-window.
10776
10777 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10778 of cycling through windows with next-window.
10779
10780 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10781 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10782 instead of cycling through windows with next-window.
10783
10784 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10785 instead of cycling through windows with next-window.
10786
10787 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10788 of cycling through windows with next-window.
10789
10790 * terminal.el (te-process-output): Use walk-windows instead of
10791 cycling through windows with next-window.
10792
10793 * server.el (server-switch-buffer): Use some-window instead of
10794 cycling through windows with next-window.
10795
10796 * window.el (some-window): New function.
10797 (walk-windows): Remove reference to walk-windows-start.
10798
10799 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10800
108012000-07-03 Richard Stallman <rms@gnu.org>
10802
10803 * window.el (walk-windows): Guarantee termination by keeping a list
10804 of all the windows already handled.
10805
108062000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10807
10808 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10809 window-system.
10810
10811 * man.el (Man-notify-when-ready): Don't use window-system. If
10812 Man-notify-method is newframe, and the display is not
10813 multi-frame, select the frame created for the man page.
10814 (Man-init-defvars): Doc fix.
10815
108162000-06-28 Gerd Moellmann <gerd@gnu.org>
10817
10818 * faces.el (region): Change background color for light background.
10819
10820 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10821 attribute from mode-line face of Ediff control frame.
10822
10823 * replace.el (query-replace-map): Bind `e' like `E'.
10824
108252000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10826
10827 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10828 Change name to "Select All".
10829
10830 * dos-fns.el (convert-standard-filename): Fix last change.
10831
108322000-06-27 Gerd Moellmann <gerd@gnu.org>
10833
10834 * help.el (describe-variable): Don't insert a second `'s' in front
10835 of the string `value is shown below'. Since the syntax-table is
10836 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10837 an existing `'s', so that this won't be deleted.
10838
10839 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10840 * pcmpl-unix.el: New files.
10841
108422000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10843
10844 * wid-edit.el (widget-member): Use the new plist-member.
10845
108462000-06-26 Gerd Moellmann <gerd@gnu.org>
10847
10848 * replace.el (perform-replace): Undo change of 2000-04-04.
10849 Instead, move backward 1 character at the end of the loop when
10850 necessary.
10851
10852 * faces.el (fringe): Change face for different backgrounds.
10853
10854 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10855 patch from John.
10856
10857 * eshell/*.el: Change spelling of the Free Software Foundation.
10858
10859 * eshell/esh-toggle.el: Removed.
10860
10861 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10862
10863 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10864 interactively.
10865
108662000-06-26 Alex Schroeder <alex@gnu.org>
10867
10868 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10869 `define-key'; instead of checking `(emacs-version)' check for
10870 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10871 for `;' and `o' which might be electric.
10872
10873 (sql-electric-stuff): New user option.
10874 (sql-magic-go): New function which uses `sql-electric-stuff'.
10875 (sql-magic-semicolon): New function which uses
10876 `sql-electric-stuff'.
10877
10878 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10879 is not fboundp.
10880
10881 (sql-oracle-options): New variable.
10882 (sql-oracle): Use it.
10883
10884 (sql-imenu-generic-expression): Doc change.
10885 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10886 is used.
10887
10888 (sql-informix): Added command line parameter "-" to force
10889 sql-informix-program to use stdout.
10890
108912000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10892
10893 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10894 (cp864-decode-table): Doc fix.
10895 (cp720-decode-table): New variable, supports the Arabic OEM
10896 codepage used by Windows.
10897 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10898
108992000-06-23 Dave Love <fx@gnu.org>
10900
10901 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10902 (font-lock-fontify-anchored-keywords): Use
10903 line-beginning-position.
10904 (global-font-lock-mode): Use mapc.
10905
109062000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10907
10908 * eshell/esh-module.el: Require CL when compiling.
10909
109102000-06-23 Gerd Moellmann <gerd@gnu.org>
10911
10912 * comint.el (comint-substitute-in-file-name): Call replace-match
10913 with second and third arg t.
10914
10915 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10916 Specify foreground color.
10917
10918 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10919 color.
10920
10921 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10922
10923 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10924 cddr instead of cdddr.
10925
10926 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10927 instead of copy-list.
10928
10929 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10930 of copy-list.
10931
10932 * subdirs.el: Add eshell subdirectory.
10933
10934 * eshell: New subdirectory containing the Eshell package.
10935
10936 * pcomplete.el: New file.
10937
109382000-06-23 Paul Eggert <eggert@twinsun.com>
10939
10940 * mail/mailpost.el (post-mail-send-it): Make sure file has
10941 proper permissions from birth.
10942
10943 * files.el (basic-save-buffer-2): When temporarily setting
10944 file modes, set them to current modes plus 0200, not to 0777.
10945
10946 * emerge.el (emerge-make-temp-file): Make sure file has proper
10947 permissions from birth.
10948
109492000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10950
10951 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10952 backup file name through convert-standard-filename.
10953
10954 * dos-fns.el (convert-standard-filename): Convert leading
10955 directories as well. When long file names are supported, convert
10956 characters that are invalid in Windows file names.
10957
109582000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10959
10960 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10961 ps-print crashes. New feature: page selection for printing. Create
10962 raw-text-unix coding system for XEmacs. Doc fix.
10963 (ps-print-version): New version number (5.2.3).
10964 (ps-plot-region): Bug fix.
10965 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10966 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10967 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10968 funs.
10969 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10970 (ps-last-page): New vars.
10971
109722000-06-21 Gerd Moellmann <gerd@gnu.org>
10973
10974 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10975 empty option string.
10976
109772000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10978
10979 * man.el (man): Doc fix.
10980
109812000-06-21 Kenichi Handa <handa@etl.go.jp>
10982
10983 * international/mule-cmds.el (set-language-info-alist): Docstring
10984 fixed.
10985
109862000-06-20 Gerd Moellmann <gerd@gnu.org>
10987
10988 * version.el (emacs-version): Use ISO date format.
10989
10990 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10991 instead of `M-backspace'.
10992
10993 * simple.el (turn-off-auto-fill): New function.
10994
109952000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10996
10997 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10998 Renamed from with-buffer-prepared-for-font-lock and use
10999 inhibit-modification-hooks rather than setting *-change-functions.
11000 Update all functions to use the new name.
11001 (jit-lock-first-unfontify-pos): New semantics (and doc).
11002 (jit-lock-mode): Make non-interactive.
11003 Don't automatically turn on font-lock.
11004 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11005 Always use jit-lock-after-change.
11006 Remove and restore font-lock-after-change-function.
11007 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11008 (jit-lock-after-unfontify-buffer): Remove.
11009 (jit-lock-stealth-fontify):
11010 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11011 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11012
110132000-06-20 Sam Steingold <sds@gnu.org>
11014
11015 * emacs-lisp/cl-indent.el (toplevel): Indent
11016 `print-unreadable-object' properly. Untabify.
11017
110182000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11019
11020 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11021 Support for bibentry.
11022 (reftex-compile-variables): Fixed problem with end of section-re.
11023
11024 * texmodes/reftex-dcr.el (reftex-view-crossref,
11025 reftex-view-crossref-from-bibtex):
11026 Deal with changed `reftex-find-citation-regexp-format'.
11027 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11028 Replaced `remprop' with `put'.
11029 (reftex-view-crossref, reftex-view-crossref-when-idle):
11030 Support for bibentry.
11031
11032 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11033 New entry for bibentry package.
11034
11035 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11036 Regexp also matches "\nobibliography".
11037
11038 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11039 Call `reftex-ensure-write-access' before doing anything.
11040 (reftex-ensure-write-access): New function.
11041
110422000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11043
11044 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11045
11046 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11047
11048 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11049
11050 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11051
11052
110532000-06-20 Dave Love <fx@gnu.org>
11054
11055 * faces.el (frame-background-mode): Use set-default, not set, in
11056 setter.
11057 (frame-update-faces, frame-update-face-colors): Define with
11058 defalias.
11059
11060 * enriched.el (enriched-decode-foreground)
11061 (enriched-decode-background): Don't use internal-find-face.
11062
11063 * apropos.el: Doc fixes.
11064
11065 * cus-edit.el (customize-changed-options): Check arg.
11066 (customize-version-lessp): Don't require decimal point.
11067
11068 * custom.el (defcustom, defgroup): Doc fix.
11069
11070 * newcomment.el (comment) <defgroup>: Add :version.
11071 (comment-multi-line): Doc fix.
11072
11073 * emulation/mlsupport.el (define-hooked-local-abbrev,
11074 define-hooked-global-abbrev): Fix, using define-abbrev.
11075
110762000-06-19 Gerd Moellmann <gerd@gnu.org>
11077
11078 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11079 the whole buffer.
11080
110812000-06-19 Dave Love <fx@gnu.org>
11082
11083 * menu-bar.el (menu-bar-options-save): New function.
11084 (menu-bar-options-menu): Use it.
11085 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11086 Simplify.
11087
110882000-06-19 Andreas Schwab <schwab@suse.de>
11089
11090 * progmodes/etags.el (tags-query-replace): Put new parameters
11091 START and END at the end, for backward compatibility.
11092
110932000-06-19 Kenichi Handa <handa@etl.go.jp>
11094
11095 * international/codepage.el:
11096 (cp-coding-system-for-codepage-1): Delete special codes for
11097 generating xxx-dos coding system because now a CCL based coding
11098 system can handle EOL conversion by default.
11099
11100 * international/mule.el (make-coding-system): Generate subsidiary
11101 coding systems for EOL handling variants even for a CCL based
11102 coding system.
11103
111042000-06-19 Kenichi Handa <handa@etl.go.jp>
11105
11106 * international/isearch-x.el (isearch-minibuffer-input-method)
11107 (isearch-minibuffer-input-method-function): These variables
11108 deleted.
11109 (isearch-with-input-method): Don't use the above variables.
11110 (isearch-process-search-multibyte-characters): Likewise. Call
11111 read-string with the arg INHERIT-INPUT-METHOD t.
11112
111132000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11114
11115 * font-lock.el (font-lock-after-fontify-buffer)
11116 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11117
11118 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11119 Use consistent make-local-variable style for font-lock-fontified.
11120 (jit-lock-fontify-buffer):
11121 Don't bother checking for font-lock-mode and jit-lock-mode.
11122
11123 * time.el: Remove trailing ^M that prevent CVS-merging.
11124
111252000-06-16 Gerd Moellmann <gerd@gnu.org>
11126
11127 * Makefile.in (distclean): New target.
11128
111292000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11130
11131 * Makefile.in (srcdir): Define for update-subdirs.
11132
111332000-06-16 Gerd Moellmann <gerd@gnu.org>
11134
11135 * find-lisp.el: New file.
11136
111372000-06-16 Andrew Innes <andrewi@gnu.org>
11138
11139 * time.el (display-time-mail-function): New variable, to allow
11140 external packages to indicate when new mail is available.
11141 (display-time-update): Use it.
11142
111432000-06-16 Kenichi Handa <handa@etl.go.jp>
11144
11145 * international/mule.el (mule-version): Change version name to
11146 SAKAKI. AOI has already been used by Meadow.
11147
11148 * international/quail.el (quail-show-guidance-buf): To find the
11149 bottom window (but minibuffer), pay attention to the height of
11150 minibuffer.
11151
111522000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11153
11154 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11155 menu-bar menus. Add help strings. Don't remove the Edit menu
11156 from the menu bar, as the menu bar has enough space now.
11157
11158 * Makefile.in (SHELL): Make sure /bin/sh is used.
11159
11160 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11161 characters, which use series of two ^H characters instead of one.
11162
111632000-06-15 Gerd Moellmann <gerd@gnu.org>
11164
11165 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11166 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11167 functions.
11168 (Info-find-node-2): Try a case-sensitive search first, then
11169 do a case-insensitive search.
11170
11171 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11172 tutorials.
11173
11174 * complete.el (PC-env-vars-alist): New variable.
11175 (PC-complete-as-file-name): New function.
11176 (partial-completion-mode): Initialize PC-env-vars-alist from
11177 process-environment.
11178 (PC-do-completion): Handle completion of env vars.
11179
11180 * info.el (Info-set-mode-line): Show file name in mode line,
11181 use `*Info*' instead of `Info:'.
11182
11183 * startup.el (command-line-1): Change copyright messages to year
11184 2000.
11185
111862000-06-15 Dave Love <fx@gnu.org>
11187
11188 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11189 not local-map.
11190
111912000-06-15 Kenichi Handa <handa@etl.go.jp>
11192
11193 * international/mule.el (set-buffer-file-coding-system): Almost
11194 rewritten to handle `undecided' as no-op.
11195
111962000-06-14 Gerd Moellmann <gerd@gnu.org>
11197
11198 * Makefile.in: New file.
11199
11200 * Makefile: Removed.
11201
11202 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11203 (goto-address-highlight-keymap): Bind C-c RET.
11204
112052000-06-14 Kenichi Handa <handa@etl.go.jp>
11206
11207 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11208 inherits buffer-file-coding-system of the current buffer.
11209
11210 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11211 0. Give correct argument to set-auto-coding-function.
11212 (tar-expunge): For goto-char, use (point-min), not 0.
11213 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11214 (tar-subfile-save-buffer): Likewize.
11215
11216 * international/mule.el
11217 (after-insert-file-set-buffer-file-coding-system): Call
11218 set-buffer-file-coding-system with the arg FORCE t.
11219
112202000-06-13 Gerd Moellmann <gerd@gnu.org>
11221
11222 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11223 nil. Contemporary sendmails issue an X-Authentication-Warning if
11224 the sender is set with `-f'.
11225
112262000-06-13 Dave Love <fx@gnu.org>
11227
11228 * help.el (describe-function-1): Kluge around cases of functions
11229 fset to subrs whose doc doesn't match their symbol-name.
11230
11231 * image.el (insert-image): Default STRING to a space.
11232
11233 * info.el Doc fixes.
11234 (Info-build-node-completions): Match Ref tags.
11235
112362000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11237
11238 * frame.el (display-multi-frame-p, display-multi-font-p): New
11239 defaliases for display-graphic-p.
11240
11241 * hl-line.el: Fixed a typo in commentary.
11242
112432000-06-13 Kenichi Handa <handa@etl.go.jp>
11244
11245 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11246 fixed.
11247
112482000-06-12 Dave Love <fx@gnu.org>
11249
11250 * image.el (insert-image): Save a little consing.
11251
112522000-06-12 Kenichi Handa <handa@etl.go.jp>
11253
11254 * language/tibet-util.el: Convert all tibetan-1-column characters
11255 to the corresponding tibetan characters.
11256 (tibetan-add-components): Delete code for the special treatment of
11257 'a chung.
11258
11259 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11260 change.
11261 (tibetan-vowel-transcription-alist): More rules added.
11262 (tibetan-composite-vowel-alist): New variable.
11263 (tibetan-precomposition-rule-alist): More rules added.
11264
112652000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11266
11267 * startup.el (command-line): Only call menu-bar-mode if interactive.
11268
11269 * thingatpt.el (toplevel symbol-properties):
11270 * textmodes/makeinfo.el (makeinfo-compile):
11271 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11272 * progmodes/hideif.el (hif-compress-define-list)
11273 (hide-ifdef-use-define-alist):
11274 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11275 (ange-ftp-vms-add-file-entry):
11276 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11277 * man.el (Man-build-man-command):
11278 * mail/rnewspost.el (news-reply-header-hook):
11279 * info.el (Info-insert-dir):
11280 * emulation/mlconvert.el (backward-word, forward-word, setq):
11281 * emacs-lisp/gulp.el (gulp-send-requests):
11282 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11283 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11284 (byte-optimize-apply, end of file):
11285 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11286 (ad-make-freeze-definition):
11287 * startup.el (command-line, command-line-1): Don't quote lambdas.
11288
11289 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11290 (cvs-cleanup-removed): New function.
11291 (cvs-cleanup-functions): New var.
11292 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11293 some flexibility in specifying additional entries to auto-cleanup.
11294 (cvs-quickdir): New function.
11295 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11296 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11297 (cvs-mode-find-file): Check that we are on a filename or dirname
11298 when invoked through a mouse-click.
11299 (cvs-full-path): Remove.
11300 (cvs-dired-action): Re-introduced.
11301 (cvs-dired-noselect): Use it.
11302 (vc-post-command-functions): use this new hook if available.
11303
11304 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11305 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11306 (cvs-filename-map, cvs-dirname-map): Remove.
11307 (cvs-default-action): Remove.
11308 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11309 if the arg is really a keymap.
11310 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11311 Don't hardcode the mapping from state (aka type) to face, but check
11312 the var cvs-fi-<type>-face instead.
11313 (cvs-fileinfo-from-entries): New function.
11314
11315 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11316 Docstring fix.
11317 (cvs-find-file-and-jump): Change default to be safer.
11318 (cvs-mode-diff-map): Define it as a function as well.
11319 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11320 Bind mouse-2 in this global map rather than with text-properties.
11321
11322 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11323 file to resolve the ambiguity between C(conflict) and C(need-merge).
11324
113252000-06-12 Kenichi Handa <handa@etl.go.jp>
11326
11327 * international/mule.el (set-buffer-file-coding-system): If
11328 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11329 unconditionally.
11330
113312000-06-12 Dave Love <fx@gnu.org>
11332
11333 * wid-edit.el (widget-specify-button): Really suppress the face if
11334 required.
11335
113362000-06-11 Gerd Moellmann <gerd@gnu.org>
11337
11338 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11339
113402000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11341
11342 * imenu.el (imenu-generic-expression): Docstring fix.
11343
11344 * composite.el (composition-function-table): Move the `put'
11345 below the autoload cookie so we can load the file before loaddefs.
11346
11347 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11348
11349 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11350 Handle easy-mmode-define-global-mode.
11351 For complex macros like define-minor-mode that can generate
11352 several autoload entries, try to autoload entries in the
11353 macroexpanded code.
11354
11355 * emacs-lisp/easy-mmode.el (define-minor-mode):
11356 If KEYMAP is a symbol, just use it.
11357 Use byte-compile-current-file and load-file-name to infer the
11358 proper :require to pass to defcustom.
11359 Wrap the hook var into `progn' so as not to autoload it.
11360 Add a :autoload-end cookie.
11361 Be more careful about the evaluation of KEYMAP.
11362 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11363 (define-derived-mode): Move define-abbrev-table outside of defvar.
11364
113652000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11366
11367 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11368 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11369 (backup-compiled-files): Ignore errors during `tar'.
11370 (bootstrap): Make autoloads before elc files.
11371
113722000-06-10 Kenichi Handa <handa@etl.go.jp>
11373
11374 * international/mule.el (set-buffer-file-coding-system): If one of
11375 undecided-XXX is specified, change only EOL conversion.
11376
11377 * international/mule-conf.el (unix): New alias for the coding
11378 system undecided-unix.
11379
113802000-06-09 Dave Love <fx@gnu.org>
11381
11382 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11383
11384 * progmodes/executable.el: Byte compile dynamic.
11385 (executable-insert): Change custom type.
11386 (executable-find): Add autoload cookie.
11387 (executable-make-buffer-file-executable-if-script-p): New
11388 function. After Noah Friedman.
11389
11390 * files.el (after-save-hook): Customize, with
11391 executable-make-buffer-file-executable-if-script-p as an option.
11392
113932000-06-09 Kenichi Handa <handa@etl.go.jp>
11394
11395 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11396 "tib24p-mule.bdf" for Tibetan.
11397
11398 * composite.el (decompose-composite-char): Declare it as obsolete.
11399
11400 * man.el (Man-fontify-manpage): Pay attention to underline and
11401 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11402
114032000-06-08 Gerd Moellmann <gerd@gnu.org>
11404
11405 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11406 Set maintainer to FSF since author isn't reachable.
11407
114082000-06-08 Dave Love <fx@gnu.org>
11409
11410 * international/mule-cmds.el (select-safe-coding-system): If
11411 DEFAULT-CODING-SYSTEM is not specified, also check the most
11412 preferred coding-system if buffer-file-coding-system is
11413 `undecided'. From Handa.
11414
114152000-06-08 Kenichi Handa <handa@etl.go.jp>
11416
11417 * international/mule.el
11418 (after-insert-file-set-buffer-file-coding-system): If the buffer
11419 size is greater than INSERTED, judget that we are not visiting.
11420
114212000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11422
11423 * whitespace.el (defgroup whitespace): Comment out `:version'.
11424 XEmacs 20.4 has problems defining the group with this present.
11425 We'll have this commented out till get resolve the problem.
11426
114272000-06-07 John Wiegley <johnw@gnu.org>
11428
11429 * align.el (align-dq-string-modes, align-sq-string-modes)
11430 (align-open-comment-modes): Add pyhton-mode.
11431 (align-rules-list): Use get-text-property instead of
11432 text-properties-at.
11433 (align-rules-list): Add python-assignment.
11434 (align-rules-list): Change perl-comma-delimiter to
11435 basic-comma-delimiter. Use if for Perl modes and python-mode.
11436 (align-rules-list): Add python-chain-logic and
11437 basic-line-continuation.
11438
114392000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11440
11441 * apropos.el (apropos-mode-hook): New user variable.
11442 (apropos-mode): Run apropos-mode-hook.
11443
114442000-06-07 David Ponce <david@dponce.com>
11445
11446 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11447 commands. Require `wid-edit' at run-time.
11448
114492000-06-07 David Ponce <david@dponce.com>
11450
11451 * recentf.el: Added some "Commentary".
11452 (recentf-open-more-files, recentf-edit-list): Minor changes to
11453 move the point at the top of the file list. This behaviour is
11454 consistent with the menu one when the list contains a lot of
11455 files.
11456 (recentf-cleanup): Now displays the number of items removed from
11457 the list.
11458 (recentf-relative-filter) New menu filter to show filenames
11459 relative to `default-directory'.
11460
114612000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11462
11463 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11464 with/without giving an error if PostScript printer doesn't have this
11465 kind of page size. Zebra Stripe continues or restarts on next page.
11466 Manual/automatic paper feeding. Switch or not the header.
11467 (ps-print-version): New version number (5.2.2).
11468 (ps-windows-system): Include emx as a Windows system.
11469 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11470 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11471 (ps-background-text): Code fix.
11472 (ps-error-handler-message, ps-user-defined-prologue)
11473 (ps-print-prologue-header, ps-printer-name)
11474 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11475 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11476 (ps-use-face-background): Customization fix.
11477 (ps-n-up-database): Data fix.
11478 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11479 (ps-switch-header): New vars.
11480 (ps-xemacs-color-name, ps-face-foreground-name)
11481 (ps-face-background-name, ps-boolean-constant): New funs.
11482
114832000-06-07 Dave Love <fx@gnu.org>
11484
11485 * allout.el: New version from Manheimer.
11486
114872000-06-07 Kenichi Handa <handa@etl.go.jp>
11488
11489 * textmodes/fill.el (fill-find-break-point): Check the validity of
11490 charset.
11491
114922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11493
11494 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11495 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11496 Call display-color-p and display-mouse-p instead of looking at
11497 window-system.
11498
114992000-06-06 Dave Love <fx@gnu.org>
11500
11501 * image.el (find-image): Doc fix. Return nil if image not found.
11502 (put-image, insert-image): Make STRING arg optional.
11503
115042000-06-06 Kenichi Handa <handa@etl.go.jp>
11505
11506 * language/vietnamese.el: Remove eval-when-compile.
11507 (viet-viscii-nonascii-translation-table): Define it as a
11508 translation table made from viet-viscii-decode-table.
11509 (viet-viscii-encode-table): Define it as a translation table made
11510 from the reverse map of above.
11511 (viet-vscii-nonascii-translation-table): Define it as a
11512 translation table made from viet-vscii-decode-table.
11513 (viet-vscii-encode-table): Define it as a translation table made
11514 from the reverse map of above.
11515 (ccl-decode-viscii): Use translate-character.
11516 (ccl-encode-viscii, ccl-encode-viscii-font)
11517 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11518 Likewize.
11519
11520 * language/cyrillic.el: Remove eval-when-compile.
11521 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11522 translation table made from cyrillic-koi8-r-decode-table.
11523 (cyrillic-koi8-r-encode-table): Define it as a translation table
11524 made from the reverse map of above.
11525 (ccl-decode-koi8): Use translate-character.
11526 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11527 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11528 a translation table made from cyrillic-alternativnyj-decode-table.
11529 (cyrillic-alternativnyj-encode-table): Define it as a translation
11530 table made from the reverse map of above.
11531 (ccl-decode-alternativnyj): Use translate-character.
11532 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11533 Likewize
11534
11535 * international/mule-diag.el (non-iso-charset-alist): Specify
11536 translation table symbol instead of translation table itself.
11537 (list-block-of-chars): CHARSET may be a translation table symbol.
11538
11539 * international/mule.el (make-coding-system): If CODING-SYSTEM
11540 already exists, override it.
11541
11542 * international/fontset.el: Use family `proportional' for Tibetan
11543 fonts.
11544
11545 * international/ccl.el (ccl-compile-translate-character): Don't
11546 check if Rrr has property translation-table.
11547 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11548
115492000-06-05 Gerd Moellmann <gerd@gnu.org>
11550
11551 * info.el: Bind case-fold-search to t when searching in case
11552 a user sets it to nil in a hook.
11553
115542000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11555
11556 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11557 * hl-line.el (hl-line-mode): Use the new :global key argument.
11558
11559 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11560 (tar-clip-time-string): Prepend a space.
11561 (tar-grind-file-mode): Construct a string rather than modifying one.
11562 (tar-header-block-summarize): Fix docstring.
11563 Use `format' rather than an error-prone set of copy-loops.
11564
11565 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11566 (diff-goto-source, diff-unified->context, diff-context->unified)
11567 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11568 understand the format output by the `-p' argument to diff.
11569
11570 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11571 (sh-re-done): Use defconst.
11572 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11573 (sh-help-string-for-variable, sh-guess-basic-offset):
11574 Don't quote lambdas.
11575 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11576 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11577
11578 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11579 (mh-letter-mode): Derive from text-mode.
11580 This implicitly means that it now calls kill-all-local-variables.
11581 Also remove the Emacs-18 compatibility code.
11582
11583 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11584 Make use of symbol-property doc-string-elt.
11585 Use memq rather than a sequence of eq.
11586 (doc-string-elt): Fix the wrong or missing previously unused values.
11587 (autoload-print-form): New function extracted from
11588 generate-file-autoloads to allow recursion when handling progn
11589 so that defvar's and defun's docstrings are properly printed.
11590 (generate-file-autoloads): Use it.
11591
11592 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11593 Use find-file-hooks in the minor-mode function.
11594 Be careful not to loop indefinitely in the post-command-hook function.
11595
115962000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11597
11598 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11599 tty's.
11600 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11601 differences whenever appropriate.
11602 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11603 * viper.el (find-file, find-file-other-window): Get viper to do
11604 wildcards.
11605
116062000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11607
11608 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11609 (jit-lock-fontify-buffer): New function for JIT refontification.
11610 (jit-lock-mode): Fix docstring.
11611 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11612 Remove jit-lock-after-change from the _local_ hook.
11613 (jit-lock-function-1): Fix docstring.
11614
11615 * info.el (Info-on-current-buffer): Initialize info.
11616
11617 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11618
11619 * progmodes/tcl.el (tcl-indent-for-comment):
11620 Ignore comment-indent-hook.
11621
11622 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11623 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11624 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11625 and improve to use the lighter to guess the capitalization.
11626 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11627 Add keyword arguments to specify global-ness or the custom group.
11628 Add local-map and help-echo properties to the lighter.
11629 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11630 (easy-mmode-define-global-mode): New macro.
11631
116322000-06-02 Dave Love <fx@gnu.org>
11633
11634 * wid-edit.el: byte-compile-dynamic since we typically don't use
11635 all the widgets. Don't require cl or widget. Remove
11636 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11637 (widget-read-event): Removed. Callers changed to use read-event.
11638 (widget-button-release-event-p): Renamed from
11639 button-release-event-p.
11640 (widget-field-add-space, widget-field-use-before-change):
11641 Uncustomize.
11642 (widget-specify-field): Use keymap property, not local-map.
11643 (widget-specify-button): Obey :suppress-face.
11644 (widget-specify-insert): Use modern backquote syntax.
11645 (widget-image-directory): Renamed from widget-glyph-directory.
11646 (widget-image-enable): Renamed from widget-glyph-enable.
11647 (widget-image-find): Replaces widget-glyph-find.
11648 (widget-button-pressed-face): Move defvar.
11649 (widget-image-insert): Replaces widget-glyph-insert.
11650 (widget-convert): Use keywordp.
11651 (widget-leave-text, widget-children-value-delete): Use mapc.
11652 (widget-keymap): Remove XEmacs stuff.
11653 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11654 (widget-button-click): Don't set point at the click, but re-centre
11655 if we scroll out of window. Rewritten for images v. glyphs &c.
11656 (widget-tabable-at): Use POS arg, not point.
11657 (widget-beginning-of-line, widget-end-of-line)
11658 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11659 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11660 (widget-default-create): Use widget-image-insert; some rewriting.
11661 (widget-visibility-value-create)
11662 (widget-push-button-value-create, widget-toggle-value-create): Use
11663 widget-image-insert.
11664 (checkbox): Create on and off images dynamically.
11665 (documentation-link): Change :help-echo.
11666 (widget-documentation-link-echo-help): Remove.
11667
116682000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11669
11670 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11671
11672 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11673 (easy-mmode-define-toggle, define-minor-mode): Use it.
11674 (easy-mmode-define-keymap): Docstring fix.
11675 (define-derived-mode): Default PARENT to fundamental-mode.
11676 Add the derived-mode-parent symbol-property.
11677 (easy-mmode-derived-mode-p): New function.
11678
116792000-06-02 Dave Love <fx@gnu.org>
11680
11681 * files.el (convert-standard-filename): Doc fix.
11682 (normal-backup-enable-predicate): New function.
11683 (backup-enable-predicate): Use it to replace the lambda form.
11684
11685 * calendar/todo-mode.el: [This needs more work on the outline
11686 stuff.] Doc fixes.
11687 (todo) <defgroup>: Add :version.
11688 (todo-add-category): Don't use pushnew.
11689 (todo-cmd-raise): Fix typo.
11690 (todo-top-priorities): Change temp buffer name.
11691 (todo-category-alist): Avoid redundant lambda.
11692 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11693 Use outline-next-heading.
11694
11695 * autoarg.el: Rewritten to use define-minor-mode.
11696 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11697 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11698
116992000-06-02 Kenichi Handa <handa@etl.go.jp>
11700
11701 * isearch.el (isearch-other-meta-char): Fix previous change.
11702
117032000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11704
11705 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11706 (log-edit-done): Only add the comment to the ring if it's different
11707 from the last comment entered.
11708
11709 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11710
117112000-06-01 Dave Love <fx@gnu.org>
11712
11713 * hl-line.el: Rewritten using define-minor-mode.
11714
11715 * help.el (describe-function-1): Distinguish special form from
11716 builtin function. Sanity-check presence of arglist for builtins.
11717
117182000-06-01 Kenichi Handa <handa@etl.go.jp>
11719
11720 * international/characters.el: Fix syntax/category setting of
11721 Tibetan characters.
11722
11723 * language/tibet-util.el (tibetan-add-components): Fixes for new
11724 encoding of Tibetan characters.
11725 (tibetan-decompose-precomposition-alist): New variable.
11726 (tibetan-decompose-region): Convert precomposed characters to
11727 non-precomposed characters.
11728 (tibetan-decompose-string): Likewise.
11729 (tibetan-composition-function): Fix args to
11730 thibetan-compose-string.
11731
11732 * language/tibetan.el (tibetan-composable-pattern): More
11733 characters included.
11734 (tibetan-consonant-transcription-alist): Rule for "R" added.
11735 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11736 "+R" added.
11737 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11738
11739 * language/lao-util.el (lao-composition-function): Fix args to
11740 compose-string.
11741
11742 * language/thai-util.el (thai-composition-function): Fix args to
11743 compose-string.
11744
11745 * isearch.el (isearch-update): Set disable-point-adjustment to t
11746 to prevent the point moving to the end of a composition when a
11747 part of a composition is searched.
11748 (isearch-other-meta-char): If the key invoking this command can be
11749 mapped by function-key-map to a printing char, call
11750 isearch-process-search-char directly.
11751
117522000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11753
11754 * emacs-lisp/bytecomp.el:
11755 * frame.el:
11756 * international/mule-cmds.el:
11757 * international/mule-util.el:
11758 * international/mule.el:
11759 * mouse.el:
11760 * subr.el:
11761 * faces.el: Update calls to make-obsolete with a WHEN argument.
11762
11763 * byte-run.el (make-obsolete, make-obsolete-variable):
11764 Add an optional WHEN argument and change the format of the
11765 symbol-property information.
11766 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11767 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11768 new obsolete-symbol-property format and print WHEN if it is provided.
11769
117702000-05-31 Dave Love <fx@gnu.org>
11771
11772 * loadhist.el (loadhist-hook-functions): Remove
11773 before-change-function, after-change-function.
11774 (unload-feature): Deal with symbols which are both bound and
11775 fbound.
11776
11777 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11778 before-change-function, after-change-function.
11779
11780 * simple.el (newline): Don't bind before-change-function,
11781 after-change-function.
11782
117832000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11784
11785 * whitespace.el (whitespace-rescan-timer-time): Update interval
11786 set to 600 seconds (10 minutes) instead of 60 seconds since
11787 a large number of whitespace buffers causes emacs to `freeze'
11788 for a considerable amount of time.
11789
11790 * whitespace.el: Updated email address
11791
117922000-05-31 Dave Love <fx@gnu.org>
11793
11794 * add-log.el (change-log-font-lock-keywords) <function>: Add
11795 pattern for function of change.
11796 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11797 acknowledgements patterns.
11798
117992000-05-31 Kenichi Handa <handa@etl.go.jp>
11800
11801 * isearch.el (isearch-printing-char): If keyboard coding system is
11802 being used, call isearch-process-search-multibyte-characters.
11803
11804 * international/isearch-x.el: Mostly rewritten.
11805
11806 * international/quail.el (quail-start-conversion): Don't include
11807 unhandled events in the returned events, but set them in
11808 unread-command-events. Exit if all inputs are deleted.
11809
118102000-05-30 Jason Rumney <jasonr@gnu.org>
11811
11812 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11813
11814 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11815 Reenable code to create initial fontsets.
11816 Use set-fontset-font in place of put-charset-property.
11817
118182000-05-30 Gerd Moellmann <gerd@gnu.org>
11819
11820 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11821 label, ensure that the first colon isn't followed by another.
11822
11823 * paths.el (Info-default-directory-list): Doc fix.
11824
11825 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11826 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11827 send a query containing USER only, not USER@HOST.
11828
11829 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11830 and rmail-msgend to compute the restriction at the end, instead of
11831 computing it.
11832
118332000-05-29 Gerd Moellmann <gerd@gnu.org>
11834
11835 * dabbrev.el (dabbrev-expand): Don't display messages in the
11836 echo area if the minibuffer window is active.
11837
11838 * jit-lock.el (jit-lock-mode): Add after change function to
11839 local hook.
11840
118412000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11842
11843 * antlr-mode.el: New commands: hide/unhide actions,
11844 upcase/downcase literals.
11845 (antlr-tiny-action-length): New user option.
11846 (antlr-hide-actions): New command. Suggested by
11847 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11848 (antlr-mode-map): New binding [C-c C-v].
11849 (antlr-mode-menu): New entries.
11850 (antlr-downcase-literals): New command.
11851 (antlr-upcase-literals): Ditto.
11852
11853 * antlr-mode.el: Minor changes: indendation, mode-name.
11854 (antlr-indent-line): Indent cpp directive at column 0.
11855 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11856
11857 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11858 (antlr-font-lock-additional-keywords): Workaround for intentional
11859 bug in XEmacs version of font-lock.
11860 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11861 be used by a smarter version of `buffers-menu-grouping-function'.
11862
118632000-05-29 Gerd Moellmann <gerd@gnu.org>
11864
11865 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11866 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11867
118682000-05-29 Kenichi Handa <handa@etl.go.jp>
11869
11870 * international/encoded-kb.el
11871 (encoded-kbd-iso2022-designation-map): Pay attention to that
11872 charset-iso-final-char return -1 for eight-bit-control and
11873 eight-bit-graphic.
11874
118752000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11876
11877 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11878 (speedbar-easymenu-definition-base): Use display-graphic-p where
11879 available, instead of window-system.
11880
118812000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11882
11883 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11884 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11885 coding systems.
11886
118872000-05-26 Dave Love <fx@gnu.org>
11888
11889 * disp-table.el (standard-display-underline): Don't use
11890 internal-find-face.
11891
11892 * mail/reporter.el: Maintainer change. Doc fixes.
11893 (reporter-version): Deleted.
11894
11895 * emacs-lisp/elp.el: Maintainer change.
11896 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11897
118982000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11899
11900 * add-log.el (add-change-log-entry): Merge the current entry with the
11901 previous one if the previous one is empty.
11902
119032000-05-26 Dave Love <fx@gnu.org>
11904
11905 * loadhist.el (unload-feature): Fix interactive spec [from
11906 lijnzaad@ebi.ac.uk].
11907
11908 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11909 subr-arity to check primitives.
11910 (byte-compile-flush-pending, byte-compile-file-form-progn)
11911 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11912 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11913 mapcar.
11914
119152000-05-26 Kenichi Handa <handa@etl.go.jp>
11916
11917 * international/fontset.el: Set family names of non-latin charsets
11918 in default fontset to "*".
11919
11920 * international/mule-diag.el (print-fontset): Combine family part
11921 and registry part of the fontname by "-*-" instead of "-".
11922
11923 * international/mule-cmds.el (encode-coding-char): Make strings
11924 multibyte before calling encode-coding-string.
11925
119262000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11927
11928 * derived.el: Fix keywords.
11929 (define-derived-mode): Only define if needed.
11930
11931 * simple.el (fill-comment, comment-column, comment-start)
11932 (comment-start-skip, comment-end, comment-indent-function)
11933 (block-comment-start, block-comment-end, indent-for-comment)
11934 (set-comment-column, kill-comment, comment-padding, comment-region)
11935 (comment-multi-line, indent-new-comment-line): Remove.
11936
11937 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11938 function names for comment operations.
11939
11940 * newcomment.el: Add abundant autoload cookies.
11941 (comment-style): Don't depend on runtime data at compile-time.
11942 (comment-indent-hook): Remove.
11943 (comment-indent): Check if comment-indent-hook is bound.
11944 (comment-region): Docstring fix.
11945
119462000-05-25 Dave Love <fx@gnu.org>
11947
11948 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11949 byte-code-function-p.
11950
11951 * mail/rmailsum.el: Add provide.
11952
11953 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11954
11955 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11956 defcustom.
11957
119582000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11959
11960 * ediff-diff.el (ediff-exec-process): delete --binary option from
11961 non-buffer ediff jobs.
11962
119632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11964
11965 * hilit-chg.el (highlight-changes-mode): Ask about color or
11966 grayscale support, not about window-system.
11967
11968 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11969 window-system.
11970 (ffap-highlight): Always default to t.
11971
11972 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11973 display-popup-menus-p instead of looking at window-system.
11974
11975 * disp-table.el (standard-display-g1, standard-display-graphic):
11976 Only refuse to use string glyphs on X and MS-Windows.
11977
11978 * avoid.el: Remove window-system from commentary, suggest to use
11979 display-*-p instead.
11980
11981 * apropos.el (apropos-print): Use display-mouse-p instead of
11982 window-system.
11983
119842000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11985
11986 * international/codepage.el (cp-decoding-vector-for-codepage):
11987 Fill up unsupported characters with their own codes. From Kenichi
11988 Handa.
11989
119902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11991
11992 * international/mule-diag.el (describe-char-after): Use
11993 display-graphic-p instead of window-system, so that this function
11994 works on MS-DOS.
11995
119962000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11997
11998 * international/codepage.el (cp-make-coding-systems-for-codepage):
11999 Remove the eight-bit-graphic and eight-bit-control charsets from
12000 the list of charsets which we convert into `?'.
12001
120022000-05-25 Kenichi Handa <handa@etl.go.jp>
12003
12004 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12005 private charsets.
12006 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12007 japanese-jisx0213-2): New charsets.
12008
12009 * international/fontset.el: Setup default fontset for new charsets.
12010
120112000-05-24 Dave Love <fx@gnu.org>
12012
12013 * info.el (Info-find-node-2): Restructure [following "Vadim
12014 S. Solomin" <sovs@uic.nnov.ru>].
12015
12016 * icomplete.el: Fix header for Finder.
12017
120182000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12019
12020 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12021 STAY.
12022
12023 * rmail.el (rmail-automatic-folder-directives): New user variable.
12024 (rmail-show-message): Add call to `rmail-auto-file' during
12025 display.
12026 (rmail-auto-file): New function.
12027
120282000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12029
12030 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12031 account.
12032 (ediff-test-utility,ediff-diff-mandatory-option)
12033 (ediff-reset-diff-options): Utilities for proper initialization of
12034 ediff-diff-options and ediff-diff3-options on Windows.
12035
12036 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12037 variable.
12038
12039 * ediff-mult.el (ediff-filegroup-action): Use
12040 ediff-merge-filename-prefix.
12041
120422000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12043
12044 * viper-ex.el (ex-write): Set selective display to nil.
12045
120462000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12047
12048 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12049 aliases for hebrew-iso-8bit.
12050
120512000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12052
12053 * woman.el: New version from Francis J. Wright
12054 <F.J.Wright@Maths.QMW.ac.uk>.
12055 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12056 names in environment variables regardless of the path separator.
12057 (woman-topic-all-completions-1): Don't call file-name-directory-p
12058 on all files, since woman-file-regexp already filters out any
12059 directories.
12060
120612000-05-24 Kenichi Handa <handa@etl.go.jp>
12062
12063 * international/quail.el (quail-start-translation): Don't change
12064 modified-p of the current buffer.
12065 (quail-start-conversion): Likewise.
12066
12067 * international/kkc.el (kkc-region): Don't change modified-p of
12068 the current buffer.
12069
12070 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12071 conform to RFC1468.
12072 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12073
120742000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12075
12076 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12077 (speedbar-insert-button): Invisible text property fix.
12078 (speedbar-directory-plus): Renamed from speedbar-directory-+
12079 (speedbar-directory-minus): Renamed from speedbar-directory--
12080 (speedbar-page-plus): Renamed from speedbar-file-+
12081 (speedbar-page-minus): Renamed from speedbar-file--
12082 (speedbar-page): Renamed from speedbar-file-
12083 (speedbar-tag): Renamed from speedbar-tag-
12084 (speedbar-tag-plus): Renamed from speedbar-tag-+
12085 (speedbar-tag-minus): Renamed from speedbar-tag--
12086 (speedbar-expand-image-button-alist): Use above renames.
12087
12088 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12089 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12090 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12091 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12092 * sb-pg.xpm: Renamed from sb-file.xpm
12093 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12094 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12095
120962000-05-24 Kenichi Handa <handa@etl.go.jp>
12097
12098 * international/quail.el (quail-show-guidance-buf): Set
12099 current-input-method of the guidance buffer to the name of the
12100 curren input method.
12101
121022000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12103
12104 * progmodes/compile.el (compile-internal): Style typo.
12105
12106 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12107 quote vars and functions in the docstring.
12108
12109 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12110
12111 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12112 Don't quote lambdas.
12113
12114 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12115
121162000-05-23 Gerd Moellmann <gerd@gnu.org>
12117
12118 * startup.el (command-line): Determine source file of compiled
12119 user init file differently. Warn if compiled user init file
12120 is older than its source file.
12121
12122 * ffap.el (ffap-url-regexp): Add `https'.
12123
121242000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12125
12126 * files.el (make-backup-file-name-1): Replace slashes with `!'
12127 rather than `|' (which is not allowed on Windows). Replace the
12128 drive letters with a string "drive_X".
12129
121302000-05-23 Gerd Moellmann <gerd@gnu.org>
12131
12132 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12133
12134 * files.el (interpreter-mode-alist): Add `bash2'.
12135
121362000-05-22 Dave Love <fx@gnu.org>
12137
12138 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12139 mapc.
12140 (feature-file): Avoid calling symbol-name. Doc fix.
12141 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12142 (loadhist-hook-functions): Add mouse-position-function.
12143 (unload-feature): Change uses of mapcar.
12144
12145 * files.el (parse-colon-path): Doc fix.
12146 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12147 (set-auto-mode): Use mapc.
12148
12149 * complete.el (PC-look-for-include-file): Use :alnum: character
12150 class.
12151 (partial-completion-mode): Add autoload cookie.
12152
121532000-05-22 Sam Steingold <sds@gnu.org>
12154
12155 * info.el (Info-fontify-node): Fixed the call to
12156 `add-text-properties' (bug introduced on 2000-05-18).
12157
121582000-05-22 Dave Love <fx@gnu.org>
12159
12160 * bindings.el: Remove debug-ignored-errors set in other files.
12161
12162 * progmodes/etags.el: Add to debug-ignored-errors.
12163 (visit-tags-table-buffer): Clear out buffers holding old tables
12164 when making a new list.
12165 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12166 mapc.
12167
12168 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12169 quote keywords.
12170 (cmpl-string-case-type): Use character classes.
12171
12172 * comint.el:
12173 * textmodes/ispell.el:
12174 * imenu.el:
12175 * mail/mh-e.el:
12176 * progmodes/compile.el: Add to debug-ignored-errors.
12177
12178 * dabbrev.el: Add to debug-ignored-errors.
12179 (dabbrev-completion): Use mapc.
12180
121812000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12182
12183 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12184 (woman-mapcan, woman-parse-man.conf)
12185 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12186 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12187 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12188 path syntax better.
12189 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12190 (woman-manpath): Call woman-parse-man.conf.
12191 (woman-emulation): New defcustom, defaults to nroff.
12192 (woman-font-support): New defconst.
12193 (woman-use-symbol-font): New defcustom.
12194 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12195 "Emulation".
12196 Many functions: Doc fix.
12197
121982000-05-22 Kenichi Handa <handa@etl.go.jp>
12199
12200 * international/quail.el (quail-simple-translation-keymap): Map
12201 128..255 to quail-self-insert-command.
12202 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12203
122042000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12205
12206 * help.el (help-manyarg-func-alist): Typo.
12207
12208 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12209 intervals which makes it heaps simpler.
12210
12211 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12212 the nested comment markers.
12213
12214 * subr.el (remove-hook): Don't turn the hook's value into a list.
12215
122162000-05-21 Dave Love <fx@gnu.org>
12217
12218 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12219 are invalid characters.
12220
12221 * international/mule-util.el (detect-coding-with-priority): Use
12222 mapc. Remove redundant lambda.
12223
12224 * international/mule-diag.el (list-non-iso-charset-chars)
12225 (describe-fontset): Remove redundant lambda.
12226
12227 * emulation/crisp.el (brief-mode): New alias.
12228
12229 * emacs-lisp/ring.el (ring-elements): New function.
12230
12231 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12232 (easy-menu-do-add-item): Use keywordp.
12233
12234 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12235
12236 * replace.el: Doc and error message fixes.
12237 (replace-highlight): Use facep, not internal-find-face.
12238
122392000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12240
12241 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12242
12243 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12244 (log-edit-insert-changelog): Drop `:' as well.
12245
12246 * log-view.el: Fix file description.
12247 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12248 available.
12249 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12250 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12251
12252 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12253 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12254 Print a status message if the toggle is called interactively.
12255 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12256 for global minor modes and use `defcustom' for them.
12257 Use add-minor-mode.
12258 (easy-mmode-define-derived-mode): Remove.
12259 (define-derived-mode): Fancier default docstring.
12260 (easy-mmode-define-navigation): Signal an error rather than (ding).
12261
12262 * newcomment.el (comment-styles): New `box-multi'.
12263 (comment-normalize-vars): Better default for comment-continue to
12264 avoid whitespace-only continuations.
12265 (comment-search-forward): Always move even in the no-syntax case.
12266 (comment-padright): Only obey N if it's only obeyed for padleft.
12267 (comment-make-extra-lines): Better handling of empty continuations.
12268 Use `=' for the filler if comment-start has only one character.
12269 (uncomment-region): Try handling the special `=' filler.
12270 (comment-region): Allow LINES even if MULTI is nil.
12271 (comment-box): Choose box style based on comment-style.
12272
122732000-05-20 Kenichi Handa <handa@etl.go.jp>
12274
12275 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12276 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12277
122782000-05-20 Kenichi HANDA <handa@etl.go.jp>
12279
12280 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12281 and insert, not subst-char-in-region.
12282
12283 * international/mule-diag.el (list-character-sets-1): Handle
12284 charsets eight-bit-control and eight-bit-graphic.
12285 (list-iso-charset-chars): Likewise.
12286 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12287 charactes as is. Use indent-to to align characters.
12288
12289 * international/mule-cmds.el (find-multibyte-characters): Never
12290 exclude charsets eight-bit-control and eight-bit-graphic.
12291
122922000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12293
12294 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12295 Don't quote lambdas.
12296
12297 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12298
122992000-05-19 Gerd Moellmann <gerd@gnu.org>
12300
12301 * gud.el (gud-jdb-directories): Doc fix.
12302
123032000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12304
12305 * newcomment.el: New file.
12306
123072000-05-19 Gerd Moellmann <gerd@gnu.org>
12308
12309 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12310
123112000-05-18 Andreas Schwab <schwab@suse.de>
12312
12313 * dired.el (dired-between-files): Also skip lines beginning with
12314 `used'.
12315
123162000-05-18 Gerd Moellmann <gerd@gnu.org>
12317
12318 * msb.el (msb-menu-cond): Add choice `user'.
12319
123202000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12321
12322 * ps-print.el: Compatibility, customization and doc fix.
12323 (ps-printer-name-option): Replace defconst by defvar.
12324 (ps-postscript-code-directory): XEmacs compatibility.
12325 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12326 fix.
12327 (ps-user-defined-prologue, ps-print-prologue-header)
12328 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12329 compatibility and code fix.
12330 (ps-print-background-image, ps-print-background-text):
12331 Customization fix.
12332 (ps-line-number-start, ps-n-up-on): New vars.
12333
123342000-05-18 Espen Skoglund <esk@ira.uka.de>
12335
12336 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12337 the indent-comment function to just return the appropriate indent.
12338
123392000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12340
12341 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12342 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12343 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12344
123452000-05-18 Dave Love <fx@gnu.org>
12346
12347 * info.el (Info-fontify-node): Add intangible property as well as
12348 invisible.
12349
12350 * calendar/appt.el (appt-make-list): Match all lines of entry.
12351 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12352
123532000-05-18 Kenichi Handa <handa@etl.go.jp>
12354
12355 * international/mule-diag.el (describe-char-after): Call
12356 internal-char-font, not char-font. If internal-char-font returns
12357 nil, display "-- none --".
12358
123592000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12360
12361 * image.el (image-type-available-p): Don't reference image-types
12362 if it isn't bound.
12363
123642000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12365
12366 * autoarg.el (autoarg-mode): Typo in the :set argument.
12367
123682000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12369
12370 * startup.el (command-line-1): Don't signal an error if the
12371 directory for auto-save-list files does not yet exist.
12372
123732000-05-17 Kenichi Handa <handa@etl.go.jp>
12374
12375 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12376
123772000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12378
12379 * subr.el (remove-hook): `setq' hook-value, not `set'.
12380
123812000-05-16 Sam Steingold <sds@gnu.org>
12382
12383 * info.el (debug-ignored-errors): More errors to ignore.
12384
123852000-05-16 Dave Love <fx@gnu.org>
12386
12387 * cus-edit.el: Don't require cl or easymenu.
12388 (custom-variable-prompt): Test standard-value property, not
12389 user-variable-p.
12390
123912000-05-16 Sam Steingold <sds@gnu.org>
12392
12393 * subr.el (add-hook): `setq' hook-value, not `set'.
12394
123952000-05-16 Gerd Moellmann <gerd@gnu.org>
12396
12397 * startup.el (command-line-1): Mention the FAQ in the startup
12398 message.
12399
12400 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12401
12402 * progmodes/compile.el (compilation-parse-errors): Collect
12403 `nomessage' regexps last.
12404
12405 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12406
12407 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12408 to the function name.
12409
124102000-05-15 Dave Love <fx@gnu.org>
12411
12412 * speedbar.el (speedbar-recenter): Typo.
12413 (speedbar-expand-line): Make arg optional.
12414 (speedbar-mode): Avoid a compiler warning.
12415
124162000-05-15 Gerd Moellmann <gerd@gnu.org>
12417
12418 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12419 user-specified option string is empty.
12420
12421 * mouse.el (mouse-yank-at-click): Doc fix.
12422
124232000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12424
12425 * term/internal.el (IT-character-translations): More updates of
12426 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12427 documents.
12428
124292000-05-15 Gerd Moellmann <gerd@gnu.org>
12430
12431 * env.el (getenv): New function, interactively callable.
12432 (setenv, getenv): Remove autoload cookies.
12433
12434 * loadup.el: Load `env'.
12435
12436 * progmodes/f90.el: Change author's mail address.
12437
124382000-05-14 Dave Love <fx@gnu.org>
12439
12440 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12441 goto-addr as an option.
12442
12443 * help.el (help-xref-stack): Doc fix.
12444 (help-xref-following): New variable.
12445 (help-make-xrefs): Use it.
12446 (help-xref-go-back): Use position information from stack element.
12447 (help-follow): Make position in stack element a pair. Use
12448 help-xref-following.
12449
12450 * autoarg.el: New file.
12451
12452 * faces.el: Declare more functions obsolete.
12453
12454 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12455 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12456 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12457 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12458 Remove all the setup-...-environment functions.
12459
124602000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12461
12462 * speedbar.el: Updated the commentary section. xemacs20p now uses
12463 >= when detecting. Require `defimage' safely.
12464 (speedbar-easymenu-definition-base): Add toggle for images.
12465 (speedbar-easymenu-definition-special): Add flush cache & expand.
12466 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12467 (speedbar-reconfigure-keymaps-hook): New variable.
12468 (speedbar-frame-parameters): Updated documentation.
12469 (speedbar-use-imenu-flag): Updated custom tag
12470 (speedbar-dynamic-tags-function-list): New variable.
12471 (speedbar-tag-hierarchy-method): Updated doc & custom.
12472 (speedbar-indentation-width, speedbar-indentation-width) New
12473 variables.
12474 (speedbar-hide-button-brackets-flag): Customizable.
12475 (speedbar-vc-indicator): Doc update.
12476 (speedbar-ignored-path-expressions): Updated default value.
12477 (speedbar-supported-extension-expressions): Updated default value.
12478 (speedbar-syntax-table): Remove {} paren status.
12479 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12480 as "+". Added overlay aliases.
12481 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12482 `force-mode-line-update'.
12483 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12484 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12485 `mouse-set-point'
12486 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12487 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12488 of arbitrary text, and new helper functions.
12489 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12490 filename finder.
12491 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12492 (speedbar-directory-buttons): Update path search/expansion.
12493 (speedbar-make-tag-line): Pay attention to
12494 `speedbar-indentation-width'. Use more care w/ invisible
12495 properties.
12496 (speedbar-change-expand-button-char): Call
12497 `speedbar-insert-image-button-maybe'.
12498 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12499 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12500 (speedbar-trim-words-tag-hierarchy)
12501 (speedbar-simple-group-tag-hierarchy): New functions
12502 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12503 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12504 functions.
12505 (speedbar-mouse-set-point): New function
12506 (speedbar-power-click): Updated documentation.
12507 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12508 of tag prefix text.
12509 (speedbar-expand-line, speedbar-contract-line): Make more robust
12510 to strange text.
12511 (speedbar-expand-line): Takes universal argument to flush the
12512 cache.
12513 (speedbar-flush-expand-line): New function.
12514 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12515 Use new generator insertion method.
12516 (speedbar-fetch-dynamic-tags): New function.
12517 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12518 `speedbar-fetch-dynamic-imenu'.
12519 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12520 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12521 "Revert Buffer" menu items.
12522 (speedbar-buffer-buttons-engine): Be smarter when creating a
12523 filename tag (for expansion purposes.).
12524 (speedbar-highlight-one-tag-line,
12525 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12526 (speedbar-recenter): New functions.
12527 (defimage-speedbar): Image loading abstraction.
12528 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12529 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12530 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12531 (speedbar-tag-type, speedbar-tag-mail): New images.
12532 (speedbar-expand-image-button-alist): New variable.
12533 (speedbar-insert-image-button-maybe): Insert an image over some
12534 buttons.
12535
125362000-05-13 Kenichi Handa <handa@etl.go.jp>
12537
12538 * international/mule-cmds.el (encode-coding-char): An ASCII
12539 character is always encodable.
12540
12541 * international/mule-conf.el: Add more information in descriptions
12542 of character sets.
12543
12544 * international/mule-diag.el (describe-char-after): New function.
12545 (describe-font-internal): Adjusted for the change of font-info.
12546 (describe-font): Likewise.
12547 (print-fontset): Rewritten for the new fontset implementation.
12548 (describe-fontset): Include fontset alias names in completion.
12549 (list-fontsets): Adjusted for the change of print-fontset.
12550
12551 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12552 describe-char-after instead of displaying the detail in the echo
12553 area.
12554 (syntax-code-table): Format changed.
12555 (string-to-syntax): Adjusted for the above change.
12556
125572000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12558
12559 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12560
125612000-05-12 Dave Love <fx@gnu.org>
12562
12563 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12564 dependence. Use line-{beginning,end}-position, not
12565 point-at{b,e}ol. Some doc fixes.
12566 (todo-position): New function. Fix callers of position to use it.
12567 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12568
125692000-05-12 Gerd Moellmann <gerd@gnu.org>
12570
12571 * time.el (display-time-mail-icon): Use `:ascent center'.
12572
12573 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12574 handling FTP security extensions.
12575
125762000-05-11 Dave Love <fx@gnu.org>
12577
12578 * calendar/todo-mode.el: New file.
12579
125802000-05-11 Gerd Moellmann <gerd@gnu.org>
12581
12582 * comint.el (comint-read-input-ring): Move reference to
12583 comint-input-ring-size outside of the save-excursion. It was
12584 causing the default value to be the only one ever seen.
12585
12586 * font-lock.el: Update copyright. Remove Simon Marshall's email
12587 address on request from him.
12588
12589 * subr.el (substitute-key-definition): Add comment describing
12590 the meaning of PREFIX.
12591
125922000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12593
12594 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12595
12596 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12597 (add-minor-mode): Don't make the variable buffer-local and add a
12598 reference to define-minor-mode in the docstring.
12599
12600 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12601 HEADER/FOOTER and fix bug with trailing empty directory.
12602 (cvs-append-to-ignore): Use vc-editable-p if available.
12603 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12604 (vc-do-command): Tweak advice to handle the new VC.
12605
12606 * log-view.el (log-view-goto-rev): New function for the new VC.
12607 (log-view-minor-wrap): Use mark-active.
12608
12609 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12610 (log-edit-changelog-full-paragraphs): New var.
12611 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12612 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12613 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12614 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12615 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12616 Replace the `cvs' prefix with `log-edit'.
12617
12618 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12619
12620 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12621 (diff-font-lock-defaults): Explicitly turn off multiline.
12622 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12623 (diff-ediff-patch): Fix call to ediff-patch-file.
12624 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12625 Handle comments.
12626
12627 * frame.el (automatic-hscrolling): Typo.
12628
12629 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12630
126312000-05-09 Sam Steingold <sds@goems.com>
12632
12633 * apropos.el (apropos-print): use `describe-face' instead of
12634 `customize-face-other-window'.
12635
126362000-05-09 Dave Love <fx@gnu.org>
12637
12638 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12639
12640 * help.el (describe-variable): Have customize button pop the
12641 help-xref stack when invoked.
12642 (help-xref-symbol-regexp): Add `face'.
12643 (help-make-xrefs): Check for quoted face names and adapt regexp
12644 submatch numbers to cope.
12645 (help-xref-interned): Maybe insert face doc too. Separate
12646 sections with a line of hyphens.
12647
12648 * faces.el: Some doc fixes. Declare some functions obsolete.
12649 (describe-face): Add customize button. Return the help
12650 text. Fix prompt.
12651
126522000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12653
12654 * term/internal.el (IT-character-translations): Fix last change.
12655
126562000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12657
12658 * woman.el: New file
12659 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12660
126612000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12662
12663 * term/internal.el (IT-character-translations): Update ASCII
12664 simulations for greek-iso8859-7, add latin-iso8859-14 and
12665 latin-iso8859-15.
12666
12667 * international/mule-cmds.el (set-language-info-alist): Call
12668 define-prefix-command with 3 arguments, to make the map suitable
12669 for a menu.
12670
126712000-05-07 Dave Love <fx@gnu.org>
12672
12673 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12674
126752000-05-05 Dave Love <fx@gnu.org>
12676
12677 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12678 list in doc string. Don't quote keyword symbols.
12679 * emacs-lisp/cl.el: Likewise
12680 * emacs-lisp/cl-seq.el: Likewise
12681
126822000-05-05 Gerd Moellmann <gerd@gnu.org>
12683
12684 * abbrev.el (abbrev-mode): Make ARG optional.
12685
126862000-05-04 Gerd Moellmann <gerd@gnu.org>
12687
12688 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12689
12690 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12691
12692 * subr.el (substitute-key-definition): Clarify documentation.
12693
126942000-05-04 Milan Zamazal <pdm@freesoft.cz>
12695
12696 * glasses.el (glasses-convert-to-unreadable): Use
12697 `glasses-separator' instead of the hard-wired "_".
12698 (glasses-mode): Call `glasses-make-unreadable' only in a single
12699 place.
12700
127012000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12702
12703 * term/internal.el (cjk-codepages-alist): Add associations for
12704 Chinese and Korean codepages. Remove FIXME comment.
12705
127062000-05-03 Dave Love <fx@gnu.org>
12707
12708 * time.el (display-time-mail-face, display-time-use-mail-icon):
12709 New option.
12710 (display-time-mail-icon): New variable.
12711 (display-time-string-forms): Use the above. Fix the local-map.
12712
127132000-05-03 Gerd Moellmann <gerd@gnu.org>
12714
12715 * replace.el (query-replace-map): Add binding for `E'.
12716 (query-replace-help): Extend help text.
12717 (perform-replace): Allow editing the replacement string.
12718
12719 * make-mode.el (makefile-mode-abbrev-table): New variable.
12720 (makefile-mode): Set local abbrev table to
12721 makefile-mode-abbrev-table.
12722 (makefile-font-lock-keywords): Fontify includes and conditionals.
12723
12724 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12725 set TOGGLE's value.
12726
12727 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12728 mail-interactive-insert-alias.
12729 (mail-abbrev-complete-alias): New command.
12730 (mail-mode-map): Bind it to `M-TAB'.
12731
127322000-05-03 Kenichi Handa <handa@etl.go.jp>
12733
12734 * language/lao-util.el (lao-compose-region): New function.
12735
127362000-05-02 Gerd Moellmann <gerd@gnu.org>
12737
12738 * files.el (recover-session): Make directories as necessary
12739 if they don't exist yet.
12740
12741 * calendar/cal-french.el
12742 (french-calendar-multibyte-special-days-array)
12743 (french-calendar-special-days-array): Change French text.
12744 (calendar-french-date-string): Change output.
12745 (calendar-goto-french-date): Likewise.
12746
127472000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12748
12749 * wid-edit.el (widget-default-active): Obey `:always-active'.
12750 (widget-documentation-string-value-create): Set `:always-active'.
12751
127522000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12753
12754 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12755 default prefix to `~/_emacs.d/auto-save.list/_s'.
12756 (normal-top-level): Create the directory for auto-save files, if
12757 it doesn't already exist (in the ms-dos case only).
12758
127592000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12760
12761 * international/mule-cmds.el (set-language-environment): Don't
12762 concat an integer (dos-codepage), use format instead.
12763
127642000-05-02 Dave Love <fx@gnu.org>
12765
12766 * help.el (help-xref-on-pp): Check for constant symbols.
12767
127682000-04-29 Gerd Moellmann <gerd@gnu.org>
12769
12770 * startup.el (normal-top-level): Put a condition-case around
12771 the code loading subdirs.el.
12772
127732000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12774
12775 * ps-print.el: Upside-down and face background color printing,
12776 line number step, doc fix.
12777 (ps-print-version): New version number (5.2).
12778 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12779 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12780 (ps-spool-config): Var fix.
12781 (ps-printer-name-option): Const fix.
12782 (ps-print-upside-down, ps-use-face-background)
12783 (ps-line-number-step): New vars.
12784 (ps-window-system, ps-lp-system): New consts.
12785 (ps-face-background): New fun.
12786
127872000-04-28 Richard Stallman <rms@gnu.org>
12788
12789 * files.el (make-auto-save-file-name):
12790 Apply auto-save-file-name-transforms to visited file name
12791 before generating auto save file name.
12792 (auto-save-file-name-transforms): New variable.
12793
12794 * files.el (backup-enable-predicate):
12795 Correctly test for a file under a temporary directory.
12796
127972000-04-28 Gerd Moellmann <gerd@gnu.org>
12798
12799 * subr.el (add-minor-mode): Rewritten.
12800
128012000-04-28 Kenichi Handa <handa@etl.go.jp>
12802
12803 * mail/sendmail.el (sendmail-send-it): Set
12804 buffer-file-coding-system to the selected coding system for MIME
12805 header.
12806
128072000-04-27 Gerd Moellmann <gerd@gnu.org>
12808
12809 * dired.el (dired-move-to-filename-regexp): Allow format where
12810 YYYY is followed by two spaces.
12811
12812 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12813 in the second character class of the regexp.
12814
12815 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12816 mh-etc, too.
12817
12818 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12819 nil.
12820
12821 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12822
12823 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12824 argument.
12825
128262000-04-27 Sen Nagata <sen@eccosys.com>
12827
12828 * emacs-lisp/crm.el (crm-completion-table): New variable.
12829 (crm-collection-fn, crm-test-completion)
12830 (completing-read-multiple): Use it.
12831
128322000-04-27 Dave Love <fx@gnu.org>
12833
12834 * help.el (locate-library): Use mapc.
12835 (help-manyarg-func-alist): Add call-process-region.
12836
128372000-04-26 Gerd Moellmann <gerd@gnu.org>
12838
12839 * subr.el (add-minor-mode): Make argument MAP optional.
12840
12841 * desktop.el (desktop-save): Save list of minor modes.
12842 (desktop-create-buffer): Restore minor modes.
12843 (desktop-minor-mode-table): New user-option.
12844
12845 * subr.el (add-minor-mode): New function.
12846
12847 * image.el (find-image): New function.
12848 (defimage): Rewritten to find image at load time.
12849
12850 * startup.el (normal-top-level-add-to-load-path): Handle
12851 case that the default directory is not in load-path.
12852
12853 * help.el: Old patch from Stefan Monnier.
12854 (help-xref-on-pp): New function.
12855 (describe-variable): Use it to display xrefs in a symbol's value.
12856
128572000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12858
12859 * cus-edit.el (custom-face): Fix parenthesis.
12860
128612000-04-26 Kenichi Handa <handa@etl.go.jp>
12862
12863 * mail/rmail.el (rmail-expunge): When there are no deleted
12864 messages, do nothing.
12865
128662000-04-26 Dave Love <fx@gnu.org>
12867
12868 * international/mule-cmds.el (locale-translation-file-name):
12869 Defvar to nil.
12870 (set-locale-environment): Set it here (at runtime).
12871
128722000-04-25 Gerd Moellmann <gerd@gnu.org>
12873
12874 * replace.el (perform-replace): Add parameters START and END. Use
12875 them instead of the check for a region in Transient Mark mode.
12876 (query-replace-read-args): Return two more list elements for the
12877 start and end of the region in Transient Mark mode.
12878 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12879 (map-query-replace-regexp, replace-string, replace-regexp): Add
12880 optional last arguments START and END and pass them to
12881 perform-replace.
12882
12883 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12884 form with additional arguments for perform-replace.
12885
12886 * progmodes/etags.el (tags-query-replace): Add parameters START
12887 and END. Construct a form with additional arguments for
12888 perform-replace.
12889
12890 * simple.el (shell-command): Set default directory for "*Shell
12891 Command Output" buffer.
12892
12893 * language/european.el (iso-latin-4): Fix typo.
12894
12895 * emacs-lisp/crm.el: New file.
12896
128972000-04-24 Dave Love <fx@gnu.org>
12898
12899 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12900 (Custom-reset-saved, Custom-reset-standard)
12901 (custom-group-value-create, custom-group-set, custom-group-save)
12902 (custom-group-reset-current, custom-group-reset-saved)
12903 (custom-group-reset-standard): Use mapc.
12904 (custom-buffer-create-internal): Disable undo when creating items.
12905 Use mapc.
12906 (custom-face): Avoid redundant lambda.
12907
129082000-04-24 Gerd Moellmann <gerd@gnu.org>
12909
12910 * startup.el (auto-save-list-file-prefix): Set default to
12911 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12912
129132000-04-24 Sam Steingold <sds@gnu.org>
12914
12915 * time-stamp.el (time-stamp-string-preprocess): Always convert
12916 `field-result' to a string.
12917
129182000-04-24 Gerd Moellmann <gerd@gnu.org>
12919
12920 * frame.el (scrolling): New group.
12921 (automatic-hscrolling): New user-option.
12922
12923 * startup.el (command-line-x-option-alist): Add `-lsp' and
12924 `--line-spacing'.
12925
129262000-04-19 Dave Love <fx@gnu.org>
12927
12928 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12929 (cl-mapc): Rename from mapc. Fix the funcall.
12930
129312000-04-19 Gerd Moellmann <gerd@gnu.org>
12932
12933 * simple.el (clone-indirect-buffer-other-window): New command.
12934 (clone-indirect-buffer): Add optional arg NORECROD.
12935 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12936
12937 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12938
12939 * window.el (count-screen-lines): New function.
12940 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12941 instead of window-buffer-height.
12942
12943 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12944 non-existing variable comint-input-sentinel.
12945 (inferior-lisp-args-to-list): Removed.
12946 (inferior-lisp): Use split-string instead of
12947 inferior-lisp-args-to-list.
12948
12949 * hexl.el (hexl-insert-hex-string): New command.
12950
12951 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12952 instead of concat.
12953
129542000-04-18 Gerd Moellmann <gerd@gnu.org>
12955
12956 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12957 at the start of an existing but empty folder.
12958
129592000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12960
12961 * ps-mule.el: Customization fix, doc fix.
12962 (ps-multibyte-buffer): Customization fix.
12963
129642000-04-17 Richard M. Stallman <rms@gnu.org>
12965
12966 * subr.el (read-passwd): Use read-char-exclusive.
12967
129682000-04-17 Gerd Moellmann <gerd@gnu.org>
12969
12970 * textmodes/texinfo.el (texinfo-insert-@email)
12971 (texinfo-insert-@emph, texinfo-insert-@quotation)
12972 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12973 (texinfo-mode-map): Add key bindings for them.
12974
12975 * files.el (basic-save-buffer-2): Use a template with `$'
12976 instead of `#' for VMS.
12977
12978 * simple.el (clone-indirect-buffer): New function.
12979
129802000-04-16 Stephen Eglen <stephen@gnu.org>
12981
12982 * iswitchb.el (iswitchb-case): New function. If the user input
12983 contains any upper-case characters, the search is made
12984 case-sensitive.
12985
129862000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12987
12988 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12989 comment-end.
12990 (texinfo-font-lock-syntactic-keywords): New var.
12991 (texinfo-font-lock-keywords): Remove comment regexp.
12992 (texinfo-insert-block): New function.
12993 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12994 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12995 and font-lock-defaults. Use regexp-opt for outline-regexp.
12996 (texinfo-environments): New var.
12997 (texinfo-environment-regexp): Use regexp-opt and
12998 texinfo-environments.
12999
13000 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13001 ispell-process is bound since this might be eval'd before ispell
13002 is loaded.
13003 (ispell-message): Use a tiny bit less magic and a bit more hard
13004 data to figure out what kind of sc-cite-regexp to use.
13005
13006 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13007
13008 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13009 (insert-cyclic-diary-entry): Unquote the lambda.
13010
13011 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13012
13013 * files.el (backup-enable-predicate): Unquote the lambda.
13014
13015 * cus-edit.el (custom-face, face): Unquote the lambda.
13016
130172000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13018
13019 * ps-print.el: Check for line-beginning-position definition.
13020
13021 * ps-print.el: Fix counting lines in a region.
13022 (ps-print-version): New version number (5.1.5).
13023 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13024 (ps-printing-region): Fun code fix.
13025
130262000-04-15 Gerd Moellmann <gerd@gnu.org>
13027
13028 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13029 to file-directory-p.
13030
130312000-04-14 Gerd Moellmann <gerd@gnu.org>
13032
13033 * gud.el (gud-jdb-build-source-files-list): Check that directory
13034 exists before calling directory-files.
13035
130362000-04-13 Dave Love <fx@gnu.org>
13037
13038 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13039 syntax.
13040
13041 * emacs-lisp/cl-specs.el: Remove when, unless.
13042
13043 * emacs-lisp/cl-extra.el: Don't quote keywords.
13044 (cl-old-mapc): New variable.
13045 (mapc): Use it.
13046 (cl-map-intervals): Use with-current-buffer. Don't check for
13047 next-property-change.
13048 (cl-map-overlays): Use with-current-buffer.
13049 (cl-expt): Remove.
13050 (copy-tree, remprop): Define unconditionally.
13051
13052 * emacs-lisp/cl-compat.el (keywordp): Remove.
13053
13054 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13055 to use keywordp.
13056 (edebug-spec): Enable keywordp.
13057
13058 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13059 string-lessp.
13060
13061 * cus-start.el: Use keywordp.
13062
130632000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13064
13065 * diary-lib.el (include-other-diary-files): Fix the fix of
13066 2000-02-18 by doing a save-excursion.
13067
130682000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13069
13070 * ps-print.el: Customization fix, doc fix.
13071 (ps-print-version): New version number (5.1.4).
13072 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13073 (ps-print-preprint): Adjust code.
13074 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13075 (ps-print-prologue-header, ps-print-control-characters)
13076 (ps-spool-config): Customization fix.
13077
130782000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13079
13080 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13081 converted to the new menu-item format, names silightly changed,
13082 help strings added.
13083
13084 Support for spelling without async subprocesses:
13085
13086 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13087 (ispell-session-buffer): New variables.
13088 (ispell-start-process, ispell-process-status,
13089 ispell-accept-output, ispell-send-string): New functions, for
13090 Ispell invocation when async subprocesses aren't supported.
13091 (ispell-word, ispell-pdict-save, ispell-command-loop,
13092 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13093 to process-send-string with calls to ispell-send-string, and
13094 accept-process-output with ispell-accept-output.
13095 (ispell-init-process): Call ispell-process-status instead of
13096 process-status with.
13097 (ispell-init-process): Call ispell-start-process. Call
13098 ispell-accept-output and ispell-send-string. Don't call
13099 process-kill-without-query and kill-process if they are unbound.
13100 (ispell-async-processp): New function.
13101
131022000-04-12 Dave Love <fx@gnu.org>
13103
13104 * info.el: Add debug-ignored-errors.
13105 (Info-mode-menu): Add some items.
13106 (Info-directory): Add autoload cookie.
13107
13108 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13109 Modify `truncate-lines'. Make `describe-language-environment'
13110 always visible and add help. Modify `describe-key' help. Invoke
13111 Info-directory from `info'. New entry `emacs-manual'.
13112
131132000-04-10 Gerd Moellmann <gerd@gnu.org>
13114
13115 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13116 propertized-buffer-identification.
13117 (ebrowse-update-member-buffer-mode-line): Likewise.
13118 (ebrowse--mode-strings): Removed.
13119 (ebrowse--mode-line-props): Removed.
13120
13121 * files.el (auto-mode-alist): Add `EBROWSE'.
13122
13123 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13124 space before testing for end of buffer.
13125 (ebrowse-load): Removed.
13126 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13127 (ebrowse-create-tree-buffer): Rewritten.
13128 (ebrowse-tree-mode): Read tree from buffer.
13129
13130 * progmodes/ebrowse-ffh.el: Removed.
13131
131322000-04-10 Kenichi Handa <handa@etl.go.jp>
13133
13134 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13135
131362000-04-10 Gerd Moellmann <gerd@gnu.org>
13137
13138 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13139 at the wrong place.
13140
131412000-04-09 Dave Love <fx@gnu.org>
13142
13143 * files.el (backup-enable-predicate): Use
13144 temporary-file-directory, small-temporary-file-directory.
13145 (make-backup-file-name-function, backup-directory-alist): New
13146 variables.
13147 (make-backup-file-name-1): New function.
13148 (make-backup-file-name): Use it.
13149 (find-backup-file-name): Likewise. Use format for clarity, not
13150 concat.
13151 (file-newest-backup): Use make-backup-file-name.
13152
131532000-04-09 Gerd Moellmann <gerd@gnu.org>
13154
13155 * progmodes/ebrowse-ffh.el: New file.
13156
13157 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13158 to ebrowse-ffh.el.
13159 (ebrowse-load): Add autoload.
13160
13161 * finder.el (finder-commentary): Add autoload cookie.
13162
13163 * mail/rfc2368.el: Correct author's email address.
13164
13165 * progmodes/ebrowse.el: New file.
13166
13167 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13168 item help string.
13169 (easy-menu-do-add-item): Ditto.
13170 (easy-menu-define): Extend doc string.
13171
13172 * jit-lock.el (with-buffer-unmodified): Use
13173 restore-buffer-modified-p.
13174 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13175 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13176 with-buffer-unmodified.
13177
131782000-04-08 Dave Love <fx@gnu.org>
13179
13180 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13181 unless, when.
13182
131832000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13184
13185 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13186 (viper-flash-search-pattern): No operation when using Emacs
13187 doesn't support face.
13188 Use `viper-put-on-search-overlay'.
13189
131902000-04-04 Gerd Moellmann <gerd@gnu.org>
13191
13192 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13193 like C-r.
13194
13195 * progmodes/make-mode.el: Some doc fixes.
13196 (makefile-mode-abbrev-table): New variable.
13197 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13198 (makefile-font-lock-keywords): Fontify includes and conditionals.
13199 (toplevel): Require `dabbrev' and `add-log' when compiling.
13200
13201 * replace.el (perform-replace): Don't move forward one char
13202 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13203 to do that because it leaves point 1 position after the last
13204 replacement, after everything has been replaced.
13205
13206 * jit-lock.el (with-buffer-unmodified): New macro.
13207 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13208 modified state.
13209 (jit-lock-function-1): Extracted from jit-lock-function; not
13210 preserving buffer's modified state.
13211 (jit-lock-function, jit-lock-stealth-fontify): Call
13212 jit-lock-function-1.
13213
13214 * mail/rfc2368.el: Remove supernumerary copyright line.
13215
132162000-04-04 Milan Zamazal <pdm@freesoft.cz>
13217
13218 * glasses.el: Provide facilities for inserting space before left
13219 parentheses and uncapitalization of identifiers.
13220 (glasses-mode): Try to remove old overlays in all cases.
13221
132222000-04-03 Gerd Moellmann <gerd@gnu.org>
13223
13224 * progmodes/compile.el (compile-internal): Display the compilation
13225 buffer in a different frame, if it's already displayed there.
13226
13227 * mail/rfc2368.el: New file.
13228
13229 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13230 header and insert its value as mail body.
13231
13232 * subr.el (member-ignore-case): New function.
13233
13234 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13235 (dabbrev--find-expansion): Ignore buffers matching a regexp
13236 from dabbrev-ignored-regexps.
13237
13238 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13239 to extensions handled by gzip.
13240
132412000-04-03 Richard M. Stallman <rms@gnu.org>
13242
13243 * files.el (insert-directory): List the total free space
13244 along with the used space.
13245
13246 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13247 line is followed by one that matches CITATION-REGEXP, end the
13248 paragraph.
13249
132502000-04-03 Markus Rost <rost@delysid.gnu.org>
13251
13252 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13253 (rmail-make-basic-summary-line): Use that option.
13254
132552000-04-03 Kenichi Handa <handa@etl.go.jp>
13256
13257 * international/mule-cmds.el (encoded-string-description):
13258 Rewritten. Try pretty description for ISO 2022 escape sequences
13259 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13260 for hexadecimal format.
13261
132622000-04-01 Dave Love <fx@gnu.org>
13263
13264 * cpp.el: Change customization group to `c' from `C'.
13265
13266 * vcursor.el (vcursor-move): Use display-color-p.
13267
13268 * international/mule-util.el: Provide mule-utils.
13269 (string-to-sequence): Simplify and speed up.
13270
13271 * international/mule.el (make-coding-system): Purecopy doc-string.
13272
13273 * international/mule-cmds.el: Various menu changes.
13274 (describe-specified-language-support): Handle `Default'.
13275 (set-language-info): Purecopy `info'.
13276
132772000-03-31 Andrew Innes <andrewi@gnu.org>
13278
13279 * vc.el (vc-backend-diff): Return the correct status if we had to
13280 retry the rcsdiff command without the --brief option.
13281
132822000-03-31 Dave Love <fx@gnu.org>
13283
13284 * help.el (help-manyarg-func-alist): Correct several omissions.
13285
13286 * add-log.el: Don't require cl, fortran.
13287 (add-log-current-defun-function): Doc fix.
13288 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13289 fix.
13290 (change-log-version-rcs): Function deleted.
13291 (change-log-version-number-search): Doc fix. Use
13292 vc-workfile-version. Avoid CL dolist.
13293 (add-change-log-entry): Just call add-log-current-defun to get
13294 defun. Simplify somewhat.
13295 (change-log-get-method-definition-1): Likewise.
13296 (add-log-current-defun): Return nil if calling
13297 add-log-current-defun-function does so. Move Fortran stuff to
13298 fortran.el. Return string without properties.
13299
13300 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13301 and :alpha: char classes.
13302
13303 * mail/supercite.el: Defvar curline when compiling.
13304 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13305 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13306 rather than a-zA-Z0-9 to allow non-ASCII characters.
13307
133082000-03-31 Gerd Moellmann <gerd@gnu.org>
13309
13310 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13311
13312 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13313 Re-enable new code.
13314
13315 * lpr.el (print-region-1): Use -d to specify printer name for
13316 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13317
133182000-03-31 Dave Love <fx@gnu.org>
13319
13320 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13321 for function definition in symbol's function value slot first
13322 instead of first consulting byte-compile-function-environment.
13323
133242000-03-31 Kenichi Handa <handa@etl.go.jp>
13325
13326 * language/european.el ("Polish"): New language environment.
13327 (setup-polish-environment): New function.
13328
133292000-03-30 Gerd Moellmann <gerd@gnu.org>
13330
13331 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13332 Disable new code.
13333
13334 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13335 trying to `load' the symbol of an autoload instead of the file
13336 recorded in the autoload. Fix error messages.
13337
133382000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13339
13340 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13341 (ps-print-version): New version number (5.1.3).
13342 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13343 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13344 (ps-generate-postscript-with-faces): Code fix.
13345 (ps-color-values): XEmacs compatibility.
13346 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13347 (ps-default-fg, ps-default-bg): Adjust customization.
13348 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13349 (ps-color-scale): Renaming old ps-color-value fun.
13350 (ps-print-headers): Replace ps-print-header group to avoid conflict
13351 with ps-print-header variable.
13352 (ps-print-miscellany): New group.
13353 (ps-format-color, ps-rgb-color): New funs.
13354 (ps-default-foreground): New var.
13355 (ps-printer-name-option): New const.
13356
133572000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13358
13359 * net/net-utils.el:
13360 (network-connection-host, network-connection-service): New variables
13361 (network-connection-mode): New mode, derived from comint-mode
13362 (network-connection-mode-setup): New function, saves host and
13363 service information in local variables.
13364
13365 * lisp/locate.el:
13366 (locate-word-at-point): Added this function
13367 (locate): Default to using locate-word-at-point as input
13368 Run dired-mode-hook
13369
133702000-03-29 Dave Love <fx@gnu.org>
13371
13372 * calendar/appt.el: Doc fixes.
13373 (appt-check): Convert min-to-app to a string before passing to
13374 appt-disp-window-function or concat.
13375 (appt-delete-window): Remove test for frame-root-window.
13376 (appt-select-lowest-window, appt-convert-time): Simplify.
13377
13378 * emacs-lisp/bytecomp.el: Doc fixes.
13379 (byte-compile-file-form-autoload): Update
13380 byte-compile-function-environment.
13381
133822000-03-29 Andreas Schwab <schwab@suse.de>
13383
13384 * emacs-lisp/autoload.el: Also print defsubst doc string
13385 specially.
13386
13387 * dired.el (dired-insert-directory): If dired-free-space-program
13388 failed just delete its output.
13389
133902000-03-29 Dave Love <fx@gnu.org>
13391
13392 * international/iso-cvt.el: Move provide to end. Doc fixes.
13393 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13394 (iso-iso2sgml, iso-sgml2iso): New functions.
13395 (iso-cvt-define-menu): Fix some entries and use backquote for
13396 clarity.
13397
13398 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13399
134002000-03-28 Gerd Moellmann <gerd@gnu.org>
13401
13402 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13403 ISO-DATE. If non-nil, return date in ISO 8601 format.
13404
134052000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13408 if it ever becomes used.
13409 (log-edit-mode-hook): Default to vc-log-mode-hook.
13410 (log-edit-mode): Fix the docstring.
13411
13412 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13413 the code.
13414
134152000-03-26 Dave Love <fx@gnu.org>
13416
13417 * net/browse-url.el (browse-url): Re-fix case of
13418 browse-url-browser-function being an alist.
13419 (browse-url): Add :link to defgroup.
13420
13421 * files.el: Doc fixes.
13422 (file-truename): Include `[' in wildcard characters.
13423 (automount-dir-prefix): Customize.
13424 (find-file-wildcards): Add :version.
13425 (find-file-noselect): Simplify a mapcar call.
13426
13427 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13428 compatible with inf-lisp version.
13429 (eval-defun-1): Fix custom-declare-variable case.
13430
134312000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13432
13433 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13434
134352000-03-24 Gerd Moellmann <gerd@gnu.org>
13436
13437 * Makefile (COMPILE_FIRST): New macro.
13438 (compile-files): Compile files from COMPILE_FIRST first.
13439
13440 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13441 code.
13442
13443 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13444 matching open parenthesis in column 0 to defun-prompt-regexp
13445 only if open-paren-in-column-0-is-defun-start is set.
13446
13447 * sun-curs.el: Require CL at compile-time only.
13448
13449 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13450 instead of copy-list which is a function from CL.
13451 (msb--choose-menu, msb--mode-menu-cond)
13452 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13453 (msb--init-file-alist): Use mapcar instead of mapcan.
13454 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13455 `(' in column 0 in doc string.
13456 (msb--add-separators): Use mapcar instead of mapcan.
13457
13458 * cus-dep.el: Require CL at compile-time only.
13459
134602000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13461
13462 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13463 (byte-compile-warnings): New warning `noruntime'.
13464 (byte-compile-constants, byte-compile-variables): Fix docstring.
13465 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13466 execute `eval-whenc-compile's body.
13467 (byte-compile-unresolved-functions): Fix docstring.
13468 (byte-compile-eval): New function.
13469 (byte-compile-callargs-warn): Check if the function will be available
13470 at runtime (via property `byte-compile-noruntime').
13471 (byte-compile-print-syms): New function.
13472 (byte-compile-warn-about-unresolved-functions): Also warn about
13473 `noruntime' functions (and use `byte-compile-print-syms').
13474 (byte-compile-file): Capitalize the message.
13475
134762000-03-24 Gerd Moellmann <gerd@gnu.org>
13477
13478 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13479 (rmail-expunge): Ask for confirmation depending on the setting
13480 of rmail-confirm-expunge.
13481
134822000-03-23 Gerd Moellmann <gerd@gnu.org>
13483
13484 * Makefile (bootstrap-clean): If $(emacs) exists, build
13485 loaddefs.el first. A loaddefs.el that's not up-to-date might
13486 cause a bootstrap failure because things don't autoload as
13487 expected.
13488
134892000-03-23 Dave Love <fx@gnu.org>
13490
13491 * net/browse-url.el: Restore previous use of
13492 browse-url-maybe-new-window.
13493
134942000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13495
13496 * ps-print.el: Skip banner page fix.
13497 (ps-print-version): New version number (5.1.2).
13498 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13499
135002000-03-23 Dave Pearson <davep@davep.org>
13501
13502 * net/quickurl.el Changed the type of parameter passed to the
13503 function defined by `quickurl-format-function'. Before only the
13504 text of the URL was passed. Now the whole URL structure is passed
13505 and the function is responsible for extracting the parts it
13506 requires. Changed the default of `quickurl-format-function'
13507 accordingly.
13508 (quickurl-insert): Changed the `funcall' of
13509 `quickurl-format-function' to match the above change.
13510 (quickurl-list-insert): Changed the `url' case so that it makes
13511 use of `quickurl-format-function', previous to this the format was
13512 hard wired.
13513
135142000-03-22 Gerd Moellmann <gerd@gnu.org>
13515
13516 * startup.el: Change some spellings for the X Window System.
13517
135182000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13519
13520 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13521 up the code and the regexp and make sure the cursor is temporarily
13522 moved to the suspicious line while querying the user.
13523
135242000-03-22 Jason Rumney <jasonr@gnu.org>
13525
13526 * w32-fns.el (w32-charset-info-alist): Initialize.
13527
135282000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13529
13530 * ps-print.el: N-up last page fix.
13531 (ps-print-version): New version number (5.1.1).
13532 (ps-end-file, ps-end-job, ps-generate): Code fix.
13533
135342000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13535
13536 * files.el (find-file-run-dired): Update docstring.
13537 (find-directory-functions): New hook.
13538 (find-file-noselect): Run find-directory-functions rather than
13539 calling dired directly.
13540
13541 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13542
13543 * pcvs.el: Add a minimal leading commentary.
13544 (cvs-make-cvs-buffer): Change the header part by removing the startup
13545 message and adding a `Module' entry. Also replace the FOOTER and
13546 HEADER special fileinfos with the new support in ewoc for updating
13547 its own footer and header.
13548 (cvs-update-header): Update to use the header/footer of the ewoc.
13549 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13550 (cvs-is-within-p): New function.
13551 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13552 to only examine some subset of the buffers.
13553
13554 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13555 `format' instead of our own ad-hoc functions.
13556 Remove HEADER and FOOTER cases, now handled in the EWOC.
13557 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13558
13559 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13560 output to avoid scaring the user.
13561 (cvs-parse-table): Catch message for non-up-to-date commits.
13562
13563 * pcvs-defs.el (cvs-startup-message): Remove.
13564 (cvs-global-menu): New autoloaded menu.
13565
13566 * pcvs-util.el (cvs-string-fill): Remove.
13567
13568 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13569 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13570 PP part of it and also make it work for footers and headers.
13571 (ewoc-create): Drop POS and BUFFER arguments.
13572 Use the DLL's dummy node to store the end-of-footer position.
13573 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13574 (ewoc-refresh): Remove unused `header' variable.
13575 (ewoc-(get|set)-hf): New functions.
13576
13577 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13578 log-view-*-(message|file) and use easy-mmode-define-navigation.
13579 (log-view-message-re): Match SCCS format as well.
13580 And match the revision line rather than the dashed separator line.
13581 (log-view-mode): Use the new define-derived-mode.
13582 (log-view-current-tag): Fill in with an actual implementation.
13583
13584 * cvs-status.el (cvs-status-(prev|next)): Rename from
13585 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13586 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13587 to let the output "breathe" a little more (more readable).
13588 (cvs-status-mode): Use the new define-derived-mode.
13589
13590 * smerge-mode.el (smerge-auto-leave): New function and variable.
13591 (smerge-basic-map): Rename from smerge-basic-keymap.
13592 Change the bindings for smerge-diff-*.
13593 (smerge-*-map): Use easy-mmode-defmap.
13594 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13595 (smerge-keep-*): Use smerge-auto-leave.
13596
135972000-03-21 Jason Rumney <jasonr@gnu.org>
13598
13599 * cus-edit.el (custom-button-face): Use 3D look for w32.
13600 (custom-button-pressed-face): Likewise.
13601
136022000-03-21 Gerd Moellmann <gerd@gnu.org>
13603
13604 * progmodes/etags.el (tags-case-fold-search): New user-option.
13605 (tags-loop-eval): New function. Bind case-fold-search around eval
13606 depending on the value of tags-case-fold-search.
13607 (tags-loop-continue): Use tags-loop-eval.
13608 (find-tag-in-order): Bind case-fold-search depending on the value
13609 of tags-case-fold-search.
13610
136112000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13612
13613 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13614 (diff-end-of-hunk): Return the end position for use in
13615 `easy-mmode-define-navigation'.
13616 (diff-recenter): Remove.
13617 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13618 of `easy-mmode-define-navigation'.
13619 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13620 previous renaming) and fix to use new names.
13621 (diff-merge-strings): Use \n as separator: simpler, faster.
13622 (diff-mode): Use `define-derived-mode'.
13623
13624 * derived.el (define-derived-mode): Don't autoload anymore.
13625 Prefer the macro-only version provided by easy-mmode.el.
13626
13627 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13628 `easy-mmode-define-derived-mode'.
13629 Use `combine-run-hooks'.
13630 (easy-mmode-define-navigation): New macro.
13631
13632 * subr.el (combine-run-hooks): New function.
13633
136342000-03-21 Kenichi HANDA <handa@etl.go.jp>
13635
13636 * term/x-win.el: Fontsets related initialization is simplified.
13637
13638 * international/mule-diag.el (describe-font): Don't refer to
13639 global-fontset-alist, instead call font-list.
13640 (describe-fontset, list-fontsets, mule-diag): Likewise.
13641 (print-fontset): Adjusted for the change of fontset
13642 implementation.
13643
13644 * international/fontset.el (x-charset-registries): Variable
13645 removed, instead the corresponding data is stored in the default
13646 fontset.
13647 (register-alternate-fontnames): Function removed.
13648 (resolved-ascii-font): Variable removed.
13649 (x-compose-font-name): Ignore the second argument REDOCE.
13650 (x-complement-fontset-spec): Complement only an ASCII font and
13651 element for those charsets than can use that ASCII font.
13652 (generate-fontset-menu): Don't refer to global-fontset-alist,
13653 instead call fontset-list.
13654 (uninstantiated-fontset-alist): Variable removed.
13655 (x-style-funcs-alist): Likewise.
13656 (fontset-default-styles): Likewise.
13657 (x-modify-font-name): Function removed.
13658 (create-fontset-from-fontset-spec): Ignore the argument
13659 STYLE-VARIANT.
13660 (create-fontset-from-ascii-font): Docsting adjusted for the above
13661 change.
13662 (instantiate-fontset, resolve-fontset-name): Functions removed.
13663 (fontset-list): Now implemented by C code.
13664
13665 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13666 (describe-face): Include `font' attribute in the description.
13667
136682000-03-21 Kenichi Handa <handa@etl.go.jp>
13669
13670 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13671
136722000-03-20 Gerd Moellmann <gerd@gnu.org>
13673
13674 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13675 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13676 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13677
13678 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13679 about behavior of set-buffer-modified-p wrt redisplay.
13680
136812000-03-19 Richard M. Stallman <rms@gnu.org>
13682
13683 * view.el (view-mode-disable): Kill local binding of view-read-only.
13684
136852000-03-18 Gerd Moellmann <gerd@gnu.org>
13686
13687 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13688 is a string, convert it to a syntax cell using string-to-syntax.
13689
13690 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13691 (string-to-syntax): New function.
13692
13693 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13694 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13695 try to use passive ftp mode.
13696
136972000-03-17 Gerd Moellmann <gerd@gnu.org>
13698
13699 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13700
13701 * simple.el (append-to-buffer): Update point of windows after
13702 insertion.
13703
13704 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13705 forward then moving backward. Reindent.
13706
13707 * frame.el (other-frame): Call x-focus-frame only if
13708 focus-follows-mouse is off.
13709
137102000-03-17 Dave Love <fx@gnu.org>
13711
13712 * pcvs-util.el (cvs-strings->string): Rename
13713 replace-regexps-in-string.
13714
137152000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13716
13717 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13718 regexp for labels cannot span several lines.
13719
13720 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13721 `(setq :<key> ':<key>)' to the macro expansion.
13722
137232000-03-16 Dave Love <fx@gnu.org>
13724
13725 * progmodes/f90.el (f90): Put custom group under `languages', not
13726 `fortran'.
13727 (f90-mode-hook): Customize.
13728 (f90-mode): Set add-log-current-defun-function.
13729 (f90-current-defun): New function.
13730
137312000-03-16 Gerd Moellmann <gerd@gnu.org>
13732
13733 * cus-edit.el (custom-variable-tag-face): Handle case that
13734 default face's height is not a number.
13735 (custom-face-tag-face, custom-group-tag-face-1)
13736 (custom-group-tag-face): Ditto.
13737 (custom-group-tag-face-1): Add :group.
13738
13739 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13740
137412000-03-15 Gerd Moellmann <gerd@gnu.org>
13742
13743 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13744 requiring easymenu.
13745
137462000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13747
13748 * ps-print.el: PostScript user-defined prologue, PostScript error
13749 handler, doc fix.
13750 (ps-print-version): New version number (5.1).
13751 (ps-user-defined-prologue, ps-error-handler-message)
13752 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13753 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13754 (ps-insert-string): New function.
13755
137562000-03-15 Kenichi Handa <handa@etl.go.jp>
13757
13758 * international/ccl.el (ccl-compile-expression): Don't generate
13759 invalid self-assignment code.
13760
137612000-03-14 Dave Love <fx@gnu.org>
13762
13763 * subr.el (replace-regexp-in-string): Renamed from
13764 replace-regexps-in-string. Doc fix.
13765
137662000-03-12 Dave Love <fx@gnu.org>
13767
13768 * cus-edit.el: Doc fixes.
13769 (customize-set-variable, customize-save-variable): Rename args for
13770 doc.
13771 (custom-variable-tag-face, custom-face-tag-face)
13772 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13773 style which user identify as hyperlink.
13774 (hook): Don't add undefined functions to the hook.
13775 (debug-ignored-errors): Transfer message from bindings.el.
13776
137772000-03-12 Gerd Moellmann <gerd@gnu.org>
13778
13779 * recentf.el (recentf-keep-non-readable-files-p): Remove
13780 double/nested definition.
13781
137822000-03-12 Dave Love <fx@gnu.org>
13783
13784 * facemenu.el (facemenu-get-face): Use display-color-p.
13785 * enriched.el (enriched-decode-foreground): Likewise.
13786 (enriched-decode-background): Likewise.
13787 * isearch.el (isearch-highlight): Likewise.
13788 * info-look.el (info-lookup): Likewise.
13789 * simple.el (completion-setup-function): Likewise.
13790
13791 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13792 :options.
13793
13794 * bindings.el (mode-line-format): Fix line-number and
13795 column-number items. Add help-echo for the background.
13796 (mode-line-mule-info): Modify help-echo.
13797
13798 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13799
13800 * files.el (load-file): Allow completion to .elc.
13801
13802 * man.el: Doc fixes.
13803 (Man-init-defvars): Use display-color-p to set fontification.
13804
13805 * play/hanoi.el (hanoi-internal): Don't use oddp.
13806
138072000-03-12 Gerd Moellmann <gerd@gnu.org>
13808
13809 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13810
13811 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13812
138132000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13814
13815 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13816 Fix comment.
13817
138182000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13819
13820 * font-lock.el (font-lock-keywords): Fix the doc now that
13821 regexp-opt-depth is unnecessary.
13822 (save-buffer-state): Set an edebug spec.
13823 (font-lock-fontify-anchored-keywords): Properly handle the case when
13824 the matcher goes past the limit.
13825
13826 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13827 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13828
13829 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13830 dll.el and cookie.el (from Elib) with heavy renaming and other
13831 massaging.
13832
13833 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13834 Autoload the functions used.
13835 (easy-mmode-define-syntax): Fix CL typo.
13836 (easy-mmode-define-derived-mode): Improve the docstring generation.
13837
138382000-03-10 Gerd Moellmann <gerd@gnu.org>
13839
13840 * textmodes/texinfo.el (texinfo-version): Variable and function
13841 removed.
13842
138432000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13844
13845 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13846 allow more flexibility.
13847 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13848 fns.
13849 (easy-mmode-defmap, easy-mmode-defsyntax)
13850 (easy-mmode-define-derived-mode): New macros.
13851
138522000-03-09 Didier Verna <didier@xemacs.org>
13853
13854 * rect.el (replace-rectangle): New function.
13855
138562000-03-09 Dave Love <fx@gnu.org>
13857
13858 * progmodes/fortran.el (fortran-comment-line-start): Define as
13859 "C".
13860 (fortran-comment-line-start-skip): Don't match cpp stuff.
13861 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13862 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13863 (fortran-mode): Don't set fortran-comment-line-start-skip,
13864 fortran-comment-line-start here. Set comment-start,
13865 add-log-current-defun.
13866 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13867 (fortran-current-defun): New function.
13868
138692000-03-09 Gerd Moellmann <gerd@gnu.org>
13870
13871 * emacs-lisp/re-builder.el: New file.
13872
13873 * mouse.el (mouse-drag-region): Don't run up-event handler
13874 if hscroll has changed.
13875
13876 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13877 builtin operators, use `font-lock-builtin-face' for Emacs and
13878 `font-lock-preprocessor-face' otherwise.
13879
13880 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13881 `(defun (setf foo)' differently.
13882
138832000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13884
13885 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13886 (regexp-opt): Update comment and adapt the code the new meaning of
13887 the `paren' argument of regex-opt-group for shy-groups.
13888 (regexp-opt-depth): Handle shy groups as well as backslashed
13889 backslashes.
13890 (regexp-opt-group): Turn the leading comment into a docstring.
13891 Allow `paren' to be a string (the string to use to open a group).
13892 Remove open-presuf and close-presuf. Instead of checking for `all
13893 one-char' and then later on check for `several one-char', handle
13894 both cases close together. Also apply a more generic algorithm
13895 for suffixes (the mirror image of the algorithm used for
13896 prefixes). Use shy-groups. Use nreverse rather than reverse.
13897 (regexp-opt-try-suffix): Removed.
13898
13899 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13900 from comint-mode-map, so we can just inherit from it. Also, move
13901 the initialization into the `defvar' since there's no docstring
13902 anyway and it's fairly short.
13903 (inferior-scheme-mode): Define it as derived-mode: the code is
13904 shorter and this way we inherit from comint-mode-map rather than
13905 copying it.
13906
13907 * subr.el (replace-regexps-in-string): Properly handle the case
13908 where we match an empty string.
13909
13910 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13911 when the command has a directory component (such as "./testml").
13912 Also fix a typo in the comment.
13913
139142000-03-08 Gerd Moellmann <gerd@gnu.org>
13915
13916 * Makefile (compile-files): Compile files one by one because
13917 that's the only way to ensure a clean compilation environment for
13918 each individual file.
13919
13920 * frame.el (other-frame): Call x-focus-frame.
13921
139222000-03-07 Dave Love <fx@gnu.org>
13923
13924 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13925 :require to defcustom.
13926
13927 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13928 lists.
13929
13930 * files.el (auto-mode-alist): Add configure.in.
13931
13932 * progmodes/autoconf.el: New file.
13933
139342000-03-07 Gerd Moellmann <gerd@gnu.org>
13935
13936 * mail/mh-e.el: Change maintainer to `none'.
13937
13938 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13939 to remove-hook and add-hook.
13940
139412000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13942
13943 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13944 it as the default.
13945 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13946 (sendmail-send-it): Conditionally add MIME headers specifying the
13947 used character set.
13948
139492000-03-07 Dave Love <fx@gnu.org>
13950
13951 * winner.el: Fix keywords, autoload cookies. Split
13952 eval-when-compile form to avoid compilation failure.
13953
139542000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13955
13956 * international/mule.el: Modify comment about coding system
13957 property `coding-category'.
13958 (make-coding-system): New argument EOL-TYPE. Pay attention to
13959 coding-category property of PROPERTIES.
13960
13961 * international/mule-conf.el (coding-category-utf-8,
13962 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13963 categories. Include them in the argument for set-coding-priority.
13964
13965 * international/mule-cmds.el (reset-language-environment): Include
13966 coding-category-utf-8, coding-category-utf-16-be, and
13967 coding-category-utf-16-le in the argument for set-coding-priority.
13968 (reset-language-environment): Initialize coding-category-utf-8,
13969 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13970
139712000-03-06 Karl Fogel <kfogel@red-bean.com>
13972
13973 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13974 code abstracted out of `bookmark-jump-noselect'. Now tries info
13975 extensions as well as compression extensions.
13976 (bookmark-jump-noselect): Use above new func.
13977
139782000-03-03 Gerd Moellmann <gerd@gnu.org>
13979
13980 * strokes.el: Change maintainer's mail address.
13981
139822000-03-03 Kenichi Handa <handa@etl.go.jp>
13983
13984 * international/mule-diag.el (list-character-sets): Make help-echo
13985 string by substitute-command-keys.
13986 (list-character-sets): Likewise.
13987 (sort-listed-character-sets): Call help-setup-xref.
13988
139892000-03-02 Gerd Moellmann <gerd@gnu.org>
13990
13991 * time.el (display-time-mail-file): Add `none' to the list of
13992 choices.
13993
139942000-03-01 Dave Love <fx@gnu.org>
13995
13996 * help.el (help-xref-go-back): Don't try to set position.
13997
13998 * international/mule-diag.el (list-character-sets): Call
13999 help-setup-xref. Add help-echo to xrefs.
14000 (list-character-sets-1): Add help-echo to xrefs.
14001
140022000-03-02 Gerd Moellmann <gerd@gnu.org>
14003
14004 * frame.el (blink-cursor-mode): Switch cursor on when turning
14005 the mode off.
14006
14007 * add-log.el (add-log-current-defun): Add support for
14008 Autoconf mode.
14009
14010 * mail/rmail.el (rmail-quit-hook): New variable.
14011
140122000-03-01 Dave Love <fx@gnu.org>
14013
14014 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14015
14016 * help.el (help-xref-button): Add help-echo arg.
14017 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14018
14019 * faces.el (list-faces-display): Supply help-echo with
14020 help-make-xrefs.
14021
14022 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14023 nil.
14024
140252000-03-01 Gerd Moellmann <gerd@gnu.org>
14026
14027 * image.el (defimage): Look for image files in load-path.
14028
14029 * frame.el (busy-cursor-delay-seconds): Change type to
14030 `number'.
14031
140322000-03-01 David Ponce <david.ponce@wanadoo.fr>
14033
14034 * recentf.el (recentf): Added version tag to the defgroup of
14035 recentf.
14036
140372000-03-01 David Ponce <david.ponce@wanadoo.fr>
14038
14039 * recentf.el (recentf-cleanup): Changed to remove excluded file
14040 too.
14041 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14042 action to select/unselect a file.
14043 (recentf-edit-list): Code cleanup and improvement.
14044 (recentf-open-more-files-action): `recentf-open-more-files' button
14045 widget action to open a file.
14046 (recentf-open-more-files): No more use standard completion but
14047 widgets.
14048 (recentf-more-collection): Deleted.
14049 (recentf-more-history): Deleted.
14050 (recentf-setup-more-completion): Deleted.
14051
140522000-03-01 David Ponce <david.ponce@wanadoo.fr>
14053
14054 * recentf.el (recentf-mode): No more needs that Emacs is running
14055 under a window-system.
14056
140571999-03-01 David Ponce <david.ponce@wanadoo.fr>
14058
14059 * recentf.el (recentf-edit-list): New command to edit the recent
14060 list which allow the user to remove files.
14061 (recentf-edit-selected-items): New global variable, used by
14062 `recentf-edit-list' to hold the list of files to be removed from
14063 the recent list.
14064 (recentf-make-menu-items): Updated to display a "Edit list..."
14065 menu item. Minor code cleanup.
14066
140671999-03-01 David Ponce <david.ponce@wanadoo.fr>
14068
14069 * recentf.el (recentf-open-more-files): New command to open files
14070 that are not displayed in the menu.
14071 (recentf-more-collection): New global variable holding the set of
14072 permissible completions used by `recentf-open-more-files'.
14073 (recentf-more-history): New global variable holding the history list
14074 used by `recentf-open-more-files' completion.
14075 (recentf-setup-more-completion): New function to setup completion for
14076 `recentf-open-more-files'.
14077 (recentf-make-menu-items): Updated to display a "More..." menu item.
14078
140791999-03-01 David Ponce <david.ponce@wanadoo.fr>
14080
14081 * recentf.el (recentf-menu-action): Doc fixed.
14082
140831999-03-01 David Ponce <david.ponce@wanadoo.fr>
14084
14085 * recentf.el (recentf-menu-filter): Doc updated.
14086 (recentf-update-menu-hook): Allow menu filters to force menu update.
14087 (recentf-make-menu-items): New menu filter handling.
14088 (recentf-make-menu-item): New helper function.
14089 (recentf-menu-elements): New menu handling function.
14090 (recentf-sort-ascending): Updated to new menu filter handling.
14091 (recentf-sort-descending): Updated to new menu filter handling.
14092 (recentf-sort-basenames-ascending): New menu filter function.
14093 (recentf-sort-basenames-descending): New menu filter function.
14094 (recentf-show-basenames): New menu filter function.
14095 (recentf-show-basenames-ascending): New menu filter function.
14096 (recentf-show-basenames-descending): New menu filter function.
14097
140982000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14099
14100 * diary-lib.el (list-diary-entries): Don't try to go forward at
14101 the end of the buffer.
14102
141032000-02-29 Kenichi Handa <handa@etl.go.jp>
14104
14105 * international/mule-diag.el (list-character-sets): Completely
14106 rewritten.
14107 (sort-listed-character-sets): New function.
14108 (list-character-sets-1): Completely rewritten.
14109 (list-character-sets-2): New function.
14110 (non-iso-charset-alist): New variable.
14111 (decode-codepage-char): New function.
14112 (charset-history): New variable.
14113 (read-charset) (list-block-of-chars)
14114 (list-iso-charset-chars)
14115 (list-non-iso-charset-chars)
14116 (list-charset-chars): New functions.
14117 (mule-diag): Call list-character-sets-2, not
14118 list-character-sets-2.
14119 (dump-charsets): Likewise.
14120
141212000-02-29 Gerd Moellmann <gerd@gnu.org>
14122
14123 * dired-x.el (dired-filename-at-point): Add `@' to valid
14124 file name characters.
14125 (dired-filename-at-point): Handle ange-ftp file names.
14126
14127 * frame.el (frame-notice-user-settings): Use assq-delete-all
14128 instead of assoc-delete-all.
14129 (frame-notice-user-settings): Ditto.
14130
14131 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14132 Don't copy alist.
14133
141342000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14135
14136 * calculator.el (calculator-use-menu): New option.
14137 (calculator-initial-bindings): Changed some bindings to work as
14138 macros.
14139 (calculator-forced-input): Removed.
14140 (calculator-restart-other-mode): New variable.
14141 (calculator-mode-map): Set up menu.
14142
141432000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14144
14145 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14146 tags.
14147
141482000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14149
14150 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14151 translate all ESC key sequences.
14152 (viper-goto-mark-subr): restore markers for files for which
14153 they were saved.
14154 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14155 * viper-util.el (viper-set-replace-overlay-glyphs,
14156 viper-set-replace-overlay): always check if the replacement
14157 overlay is live.
14158 * viper.el (viper-vi-state-mode-list): added major modes.
14159 * ediff-wind.el: minor comment changes.
14160 * ediff.el: copyright notice date fix.
14161
141622000-02-27 Jason Rumney <jasonr@gnu.org>
14163
14164 * faces.el (face-font-family-alternatives): Add arial to helv.
14165 (mode-line, header-line, tool-bar): Same default as x for w32.
14166 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14167 face-font-family-alternatives from working.
14168 * term/w32-win.el (mouse-set-font): Do not build fontset from
14169 chosen font.
14170
141712000-02-25 Sam Steingold <sds@goems.com>
14172
14173 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14174 properly.
14175
141762000-02-25 Richard M. Stallman <rms@gnu.org>
14177
14178 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14179
141802000-02-25 Gerd Moellmann <gerd@gnu.org>
14181
14182 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14183 writable.
14184
14185 * frame.el (busy-cursor-delay-seconds): New option.
14186
141872000-02-24 Gerd Moellmann <gerd@gnu.org>
14188
14189 * frame.el (show-cursor-in-non-selected-windows): New option.
14190
141912000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14192
14193 * diary-lib.el (include-other-diary-files): Undo the selective
14194 display in any included file and don't kill it.
14195
141962000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14197
14198 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14199 bar. Menu items converted to (menu-item format, help strings
14200 added.
14201 [downcase, upcase]: Don't enable on MS-DOS.
14202 [symlink, symlinks]: Don't show if make-symbolic-link is not
14203 bound.
14204 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14205
142062000-02-23 Dave Love <fx@gnu.org>
14207
14208 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14209 (backward-kill-word): Revert addition of * to interactive spec --
14210 it's a feature.
14211
14212 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14213 (backward-kill-sentence, kill-sentence): Likewise.
14214
14215 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14216 scratch buffer name.
14217 (gud-format-command): Use int-to-string in ?l case. Simplify
14218 slightly.
14219
14220 * term/w32-win.el (internal-face-interactive): Update prompt for
14221 new read-face-name.
14222
14223 * mail/footnote.el (footnote): Add :version to defgroup.
14224 (footnote-section-tag-regexp): Customize.
14225 (footnote-start-tag, footnote-end-tag): New option.
14226 (footnote-latin-regexp): New variable.
14227 (Footnote-latin): New function.
14228 (footnote-style-alist): Add element for latin style.
14229 (footnote-style): Moved.
14230 (Footnote-goto-footnote): Use eq to test arg.
14231
14232 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14233
14234 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14235 (byte-compile-trueconstp): Include keywords.
14236 (byte-optimize-quote, byte-optimize-lapcode): Use
14237 byte-compile-const-symbol-p.
14238 (byte-optimize-char-before): New optimization.
14239
14240 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14241 (byte-compile-const-symbol-p): New function.
14242 (byte-compile-constp, byte-compile-out-toplevel)
14243 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14244 Use it.
14245
14246 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14247
142482000-02-23 Kenichi Handa <handa@etl.go.jp>
14249
14250 * international/encoded-kb.el: Be sure to update minor-mode-alist
14251 and minor-mode-map-alist.
14252 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14253 codes SS2 and SS3 correctly.
14254 (encoded-kbd-self-insert-ccl): New function.
14255 (encoded-kbd-setup-keymap): New function.
14256 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14257 by calling encoded-kbd-setup-keymap.
14258
14259 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14260 characters.
14261 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14262 locally.
14263
142642000-02-22 Dave Love <fx@gnu.org>
14265
14266 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14267 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14268 defvar.
14269 (lisp-mode-syntax-table): Set up for #|...|# comments.
14270 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14271 classes. Match `defface'.
14272 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14273 (eval-defun-1): Fix for defcustom.
14274 (lisp-indent-region): Doc fix.
14275
14276 * subr.el (when, unless, split-string): Doc fix.
14277 (read-passwd): Move call of clear-this-command-keys to the right
14278 place.
14279 (replace-regexps-in-string): New function.
14280
142812000-02-22 Gerd Moellmann <gerd@gnu.org>
14282
14283 * help.el (describe-variable): Set syntax table to
14284 emacs-lisp-mode-syntax-table when moving forward over the
14285 symbol's name.
14286
142872000-02-22 Dave Love <fx@gnu.org>
14288
14289 * xt-mouse.el: Doc fixes.
14290 (xterm-mouse-position-function): New function, replacing advice of
14291 mouse-position.
14292 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14293
14294 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14295
142962000-02-21 Gerd Moellmann <gerd@gnu.org>
14297
14298 * format.el (format-annotate-single-property-change): Handle
14299 properties.with dotted-list values.
14300 (format-proper-list-p): New function.
14301
14302 * enriched.el (enriched-face-ans): Handle '(foreground-color
14303 . COLOR) and (background-color . COLOR).
14304
143052000-02-20 Dave Love <fx@gnu.org>
14306
14307 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14308 and assignments to it.
14309 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14310 current local map.
14311 (make-flyspell-overlay): Use it.
14312 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14313
14314 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14315 (lm-get-header-re): Defun, not defsubst.
14316 (lm-get-package-name): Defun, not defsubst. Simplify.
14317 (lm-version): Doc fix. Simplify.
14318 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14319 (lm-crack-address, lm-last-modified-date, lm-commentary)
14320 (lm-verify, lm-synopsis): Simplify.
14321 (lm-report-bug): Require emacsbug. Use compose-mail.
14322
143232000-02-20 Gerd Moellmann <gerd@gnu.org>
14324
14325 * dired.el (dired-mode): Call propertized-buffer-identification
14326 to set mode-line-buffer-identification to something having
14327 the right text properties.
14328
14329 * bindings.el (propertized-buffer-identification): New function.
14330
143312000-02-20 Dave Love <fx@gnu.org>
14332
14333 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14334 check for t-mouse too.
14335
14336 * cus-start.el: Make echo-keystrokes `number'.
14337
143382000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14339
14340 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14341 Don't call ring-empty-p unless tags-location-ring is bound.
14342 From Noah Friedman <friedman@splode.com>.
14343
143442000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14345
14346 * progmodes/hideshow.el (hs-flag-region): No longer use
14347 `intangible' overlay property.
14348
14349 (hs-toggle-hiding): New command.
14350 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14351
14352 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14353 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14354 and deactivation.
14355
143562000-02-18 Gerd Moellmann <gerd@gnu.org>
14357
14358 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14359
143602000-02-17 Gerd Moellmann <gerd@gnu.org>
14361
14362 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14363
14364 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14365 of `*' to handle `(* ... *)' comments.
14366
143672000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14368
14369 * faces.el (list-faces-display): Use display-mouse-p instead of
14370 window-system.
14371
14372 * menu-bar.el (global-map): Menu-bar items converted to the new
14373 format (menu-item..., rearranged for better CUA compliance, and
14374 their names changed for better clarity. Help strings added.
14375
14376 * international/mule-cmds.el (mule-menu-keymap)
14377 (describe-language-environment-map, set-coding-system-map)
14378 (setup-language-environment-map): Convert to new (menu-item...
14379 form, add help strings. Change names of menu items for better
14380 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14381 submenu).
14382
143832000-02-17 Gerd Moellmann <gerd@gnu.org>
14384
14385 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14386 within the code.
14387
143882000-02-16 Dave Love <fx@gnu.org>
14389
14390 * faces.el: Don't require custom. Add more specific :groups to
14391 various deffaces.
14392 (set-face-attribute): Purecopy args.
14393 (read-face-name): Default to name at point and use it in prompt.
14394 Remove colon from arg in all callers.
14395 (list-faces-display): Hyperlink to face descriptions and customize
14396 buffers.
14397
143982000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14399
14400 * wid-edit.el (widget-match-inline): An atom never matches a
14401 list.
14402
144032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14404
14405 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14406 at ':' characters by call to split-string.
14407
144082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14409
14410 * textmodes/bibtex.el: Added RCS version identification.
14411
144122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14413
14414 * textmodes/bibtex.el: Some temporary comments removed.
14415 (bibtex-field-name, bibtex-entry-type): Made the relationship
14416 explicit.
14417 (bibtex-field-const): Allow capital letters.
14418 (bibtex-start-of-string): Deleted because unused.
14419
14420 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14421 use the term 'reference' to describe a bibtex entry as a whole.
14422 Further, reference keys are no longer called 'labels'.
14423 (bibtex-keys): Renamed to bibtex-reference-keys.
14424 (bibtex-reformat-previous-labels): Renamed to
14425 bibtex-reformat-previous-reference-keys.
14426 (bibtex-reference-type): Renamed to bibtex-entry-type.
14427 (bibtex-reference-head): Renamed to bibtex-entry-head.
14428 (bibtex-reference-maybe-empty-head): Renamed to
14429 bibtex-entry-maybe-empty-head.
14430 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14431 (bibtex-search-reference): Renamed to bibtex-search-entry.
14432 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14433 bibtex-enclosing-entry-maybe-empty-head.
14434 (bibtex-entry-field-alist, bibtex-entry-head,
14435 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14436 bibtex-map-entries, bibtex-search-entry,
14437 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14438 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14439 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14440 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14441 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14442 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14443 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14444
144452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14446
14447 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14448 comment.
14449 (bibtex-format-field-delimiters): New function, functionality
14450 extracted from bibtex-format-entry.
14451 (bibtex-autokey-get-yearfield-digits): New function, functionality
14452 extracted from bibtex-autokey-get-yearfield.
14453
14454 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14455 entries in order to avoid stack overflow in the regexp matcher if
14456 field contents become large.
14457 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14458 bibtex-field-string-part-not-braced,
14459 bibtex-field-string-part-no-inner-braces,
14460 bibtex-field-string-part-1-inner-brace,
14461 bibtex-field-string-part-2-inner-braces,
14462 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14463 bibtex-field-string-quoted, bibtex-field-string,
14464 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14465 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14466 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14467 as parsing is now performed by the following functions.
14468 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14469 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14470 bibtex-parse-field-string, bibtex-search-forward-field-string,
14471 bibtex-parse-association, bibtex-field-name-for-parsing,
14472 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14473 bibtex-search-forward-field, bibtex-search-backward-field,
14474 bibtex-start-of-field, bibtex-end-of-field,
14475 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14476 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14477 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14478 bibtex-parse-string, bibtex-search-forward-string,
14479 bibtex-search-backward-string, bibtex-start-of-string,
14480 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14481 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14482 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14483 entries. Instead of reporting the results of the parsing by
14484 match-beginning or match-end, these functions return data structures
14485 that hold the corresponding positions.
14486 (bibtex-enclosing-field): Changed to also report field boundaries by
14487 return values rather than by match-beginning or match-end. The
14488 following functions have been adapted to use the new parsing
14489 functions.
14490 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14491 bibtex-enclosing-field, bibtex-format-entry,
14492 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14493 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14494 bibtex-print-help-message, bibtex-end-of-entry,
14495 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14496 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14497 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14498 method for parsing.
14499 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14500 bibtex-map-entries, bibtex-flash-head,
14501 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14502 bibtex-autokey-change, bibtex-autokey-get-namefield,
14503 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14504 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14505 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14506 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14507 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14508 order to make the new binding of case-fold-search immediately
14509 visible.
14510
145112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14512
14513 * textmodes/bibtex.el: Copyright notice is up to date.
14514 Added constant 'bibtex-maintainer-salutation.
14515
14516 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14517 than make-temp-name, use match-string-no-properties and eliminate
14518 a quadratic behavior when building bibtex-strings.
14519
14520 * bibtex.el (bibtex-reference-key): Accept string entries whose
14521 reference key contains upper case letters.
14522
145232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14524
14525 * bibtex.el (bibtex-reference-head): Allow entries to start with
14526 a new line.
14527
145282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14529
14530 * bibtex.el: Hiding of entry bodies is not longer provided by
14531 bibtex.el directly. Instead the hideshow package can be used.
14532 Added a special bibtex entry to hs-special-modes-alist.
14533 (bibtex-hs-forward-sexp): Added for hideshow.el.
14534
145352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14536
14537 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14538 at ':' characters by call to split-string.
14539
145402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14541
14542 * textmodes/bibtex.el: Added RCS version identification.
14543
145442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14545
14546 * textmodes/bibtex.el: Some temporary comments removed.
14547 (bibtex-field-name, bibtex-entry-type): Made the relationship
14548 explicit.
14549 (bibtex-field-const): Allow capital letters.
14550 (bibtex-start-of-string): Deleted because unused.
14551
14552 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14553 use the term 'reference' to describe a bibtex entry as a whole.
14554 Further, reference keys are no longer called 'labels'.
14555 (bibtex-keys): Renamed to bibtex-reference-keys.
14556 (bibtex-reformat-previous-labels): Renamed to
14557 bibtex-reformat-previous-reference-keys.
14558 (bibtex-reference-type): Renamed to bibtex-entry-type.
14559 (bibtex-reference-head): Renamed to bibtex-entry-head.
14560 (bibtex-reference-maybe-empty-head): Renamed to
14561 bibtex-entry-maybe-empty-head.
14562 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14563 (bibtex-search-reference): Renamed to bibtex-search-entry.
14564 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14565 bibtex-enclosing-entry-maybe-empty-head.
14566 (bibtex-entry-field-alist, bibtex-entry-head,
14567 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14568 bibtex-map-entries, bibtex-search-entry,
14569 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14570 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14571 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14572 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14573 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14574 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14575 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14576
145772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14578
14579 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14580 comment.
14581 (bibtex-format-field-delimiters): New function, functionality
14582 extracted from bibtex-format-entry.
14583 (bibtex-autokey-get-yearfield-digits): New function, functionality
14584 extracted from bibtex-autokey-get-yearfield.
14585
14586 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14587 entries in order to avoid stack overflow in the regexp matcher if
14588 field contents become large.
14589 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14590 bibtex-field-string-part-not-braced,
14591 bibtex-field-string-part-no-inner-braces,
14592 bibtex-field-string-part-1-inner-brace,
14593 bibtex-field-string-part-2-inner-braces,
14594 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14595 bibtex-field-string-quoted, bibtex-field-string,
14596 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14597 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14598 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14599 as parsing is now performed by the following functions.
14600 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14601 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14602 bibtex-parse-field-string, bibtex-search-forward-field-string,
14603 bibtex-parse-association, bibtex-field-name-for-parsing,
14604 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14605 bibtex-search-forward-field, bibtex-search-backward-field,
14606 bibtex-start-of-field, bibtex-end-of-field,
14607 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14608 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14609 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14610 bibtex-parse-string, bibtex-search-forward-string,
14611 bibtex-search-backward-string, bibtex-start-of-string,
14612 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14613 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14614 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14615 entries. Instead of reporting the results of the parsing by
14616 match-beginning or match-end, these functions return data structures
14617 that hold the corresponding positions.
14618 (bibtex-enclosing-field): Changed to also report field boundaries by
14619 return values rather than by match-beginning or match-end. The
14620 following functions have been adapted to use the new parsing
14621 functions.
14622 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14623 bibtex-enclosing-field, bibtex-format-entry,
14624 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14625 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14626 bibtex-print-help-message, bibtex-end-of-entry,
14627 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14628 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14629 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14630 method for parsing.
14631 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14632 bibtex-map-entries, bibtex-flash-head,
14633 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14634 bibtex-autokey-change, bibtex-autokey-get-namefield,
14635 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14636 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14637 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14638 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14639 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14640 order to make the new binding of case-fold-search immediately
14641 visible.
14642
146432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14644
14645 * textmodes/bibtex.el: Copyright notice is up to date.
14646 Added constant 'bibtex-maintainer-salutation.
14647
14648 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14649 than make-temp-name, use match-string-no-properties and eliminate
14650 a quadratic behavior when building bibtex-strings.
14651
14652 * bibtex.el (bibtex-reference-key): Accept string entries whose
14653 reference key contains upper case letters.
14654
146552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14656
14657 * bibtex.el (bibtex-reference-head): Allow entries to start with
14658 a new line.
14659
146602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14661
14662 * bibtex.el: Hiding of entry bodies is not longer provided by
14663 bibtex.el directly. Instead the hideshow package can be used.
14664 Added a special bibtex entry to hs-special-modes-alist.
14665 (bibtex-hs-forward-sexp): Added for hideshow.el.
14666
146672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14668
14669 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14670 proceedings entry type (for cross referencing). Thanks to Wagner
14671 Toledo Correa for the suggestion.
14672
14673 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14674
146752000-02-14 Kenichi Handa <handa@etl.go.jp>
14676
14677 * international/characters.el: Setup case table for Vietnamese.
14678
146792000-02-12 Gerd Moellmann <gerd@gnu.org>
14680
14681 * uniquify.el (toplevel): Require CL at compile time.
14682 (uniquify-push): Removed.
14683
14684 * shadowfile.el (shadow-when): Removed.
14685
14686 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14687 (tempo-process-and-insert-string): Use dolist instead of
14688 tempo-dolist.
14689
14690 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14691 regexp for paragraph-start.
14692
14693 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14694 commas as well.
14695
146962000-02-10 Dave Love <fx@gnu.org>
14697
14698 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14699 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14700 Deleted.
14701 (widget-specify-field, widget-specify-button): Don't use
14702 widget-mouse-help as help-echo property.
14703 (default): Use #'ignore for :validate and :mouse-down-action.
14704 (checkbox): Add help-echo.
14705 (widget-sexp-validate): Rewritten to clarify error messages.
14706 (character): Use char-valid-p in :match function.
14707 (widget-color-complete): Use facemenu-color-alist.
14708 (widget-color-action): Use facemenu-read-color.
14709
14710 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14711 set up `caar' &c that we now have.
14712
147132000-02-09 Ray Blaak <blaak@gnu.org>
14714
14715 * delphi.el: Make resourcestring a declaration region, like const
14716 and var.
14717
147182000-02-09 Dave Love <fx@gnu.org>
14719
14720 * bindings.el (mode-line-input-method-map): New variable.
14721 (mode-line-mule-info): Use it; fix last change.
14722 (mode-line-mode-menu): Move definition.
14723 (mode-line-mouse-sensitive-p): Deleted.
14724 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14725 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14726 level.
14727
14728 * startup.el (command-line-1): Don't call
14729 make-mode-line-mouse-sensitive.
14730
147312000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14732
14733 * mail/rmail.el (rmail-retry-failure): Use
14734 rmail-beginning-of-message before rmail-toggle-header, because the
14735 former toggles headers.
14736
147372000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14738
14739 * diff-mode.el (diff-kill-junk): New interactive function.
14740 (diff-reverse-direction): Use delete-and-extract-region.
14741 (diff-post-command-hook): Restrict the area so that the hook also works
14742 outside of any diff hunk. This is necessary for the minor-mode.
14743 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14744 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14745
14746 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14747 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14748 so that it can be used more easily in <foo>-mode-hook. Also make sure
14749 to avoid duplicate entries.
14750 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14751 (font-lock-remove-keywords): Just as was done for `add', allow it to
14752 work even if font-lock-mode is nil. Also make sure we don't modify
14753 any pre-existing list by forcing a copy-sequence. Finally rename
14754 `major-mode' to `mode'.
14755 (font-lock-fontify-syntactic-anchored-keywords)
14756 (font-lock-fontify-anchored-keywords)
14757 (font-lock-fontify-keywords-region): Use line-end-position.
14758 Don't make `font-lock-multiline' local (it's now done in
14759 font-lock-set-defaults).
14760 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14761 move the `font-lock-fontified' creation to inside the `unless'.
14762
147632000-02-06 Andrew Innes <andrewi@gnu.org>
14764
14765 * term/w32-win.el (x-handle-args): Comment out call to message,
14766 which occurs before window system is initialized.
14767
14768 * makefile.nt: Add support for recompiling lisp code.
14769
147702000-02-04 Dave Love <fx@gnu.org>
14771
14772 * bindings.el (mode-line-mule-info): Fix/extend last change.
14773
14774 * completion.el: Replace completion-dolist with dolist.
14775
14776 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14777 dotimes.
14778
147792000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14780
14781 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14782 environment names before they go into the section regexp.
14783
14784 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14785 char class in regexp.
14786
14787 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14788 `case-fold-search' to nil.
14789
14790 * progmodes/idlwave.el (idlwave-template): Respect
14791 `idlwave-abbrev-change-case'.
14792 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14793 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14794 idlwave-while): respect `idlwave-reserved-word-upcase'.
14795 (idlwave-rw-case): New function.
14796 (idlwave-statement-match): Fixed problem with assignment regexp.
14797 (idlwave-font-lock-keywords): Improved regexp for keyword
14798 parameters.
14799 (idlwave-surround): New argument LENGTH to support padding of
14800 operators longer than 1 char.
14801
14802 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14803 idlwave-shell-expression-overlay. Implemented printing of
14804 expressions on higher levels of the calling stack.
14805 (idlwave-shell-display-level-in-calling-stack): Restore stack
14806 level.
14807 (idlwave-retrieve-expression-from-level): New function.
14808 (idlwave-shell-last-calling-stack): Variable removed.
14809 (idlwave-shell-reset): Argument action reversed (`visible' to
14810 `hidden'). Also remove stop-line overlay.
14811 (idlwave-shell-calling-stack-routine): New variable.
14812 (idlwave-shell-parse-stack-and-display): Messages now display
14813 negative level numbers.
14814 (idlwave-shell-mode): Set `modeline-format'.
14815 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14816 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14817 21.
14818 (idlwave-shell-print-expression-function): New option.
14819
14820 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14821 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14822 `tool-bar' instead of `toolbar'.
14823
148242000-02-02 Dave Love <fx@gnu.org>
14825
14826 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14827 emacs-lisp-mode-hook. Don't check for defalias being defined.
14828
14829 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14830 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14831 the new builtins directly.
14832
14833 * whitespace.el (whitespace): Add :version to defgroup.
14834
14835 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14836 Doc fix.
14837
14838 * thingatpt.el (sexp-at-point, symbol-at-point)
14839 (number-at-point, list-at-point): Add autoload cookie.
14840
14841 * recentf.el (recentf): Add :version to defgroup.
14842
14843 * quickurl.el (quickurl): Add :version to defgroup.
14844
14845 * elide-head.el (elide-head): Use point-marker more.
14846
14847 * bs.el (bs): Add :version to defgroup.
14848
14849 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14850
14851 * progmodes/delphi.el (delphi): Add :version to defgroup.
14852
148532000-02-02 Gerd Moellmann <gerd@gnu.org>
14854
14855 * ange-ftp.el (ange-ftp-write-region): Handle case that
14856 succeeding process operation sets a different coding system.
14857
14858 * calculator.el: New file.
14859
148602000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14861
14862 * frame.el (frames-on-display-list, framep-on-display): New
14863 functions.
14864 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14865 (display-selections-p, display-screens, display-pixel-width)
14866 (display-pixel-height, display-mm-width, display-mm-height)
14867 (display-backing-store, display-save-under, display-planes)
14868 (display-color-cells, display-visual-class): New functions.
14869
14870 * term/tty-colors.el (tty-color-gray-shades): New function.
14871
14872 * faces.el (display-color-p): Use framep-on-display.
14873 (display-grayscale-p): New function.
14874
148752000-01-31 Dave Love <fx@gnu.org>
14876
14877 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14878 (create-fontset-from-x-resource): Don't concat integers.
14879
148802000-01-31 Inge Frick <inge@nada.kth.se>
14881
14882 * view.el: Some changes in documentation. Removed some trailing
14883 whitespace. Changed some parameter names to agree with
14884 documentation.
14885 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14886 window is not deleted. Modifies change 1998-04-26.
14887
148882000-01-31 Gerd Moellmann <gerd@gnu.org>
14889
14890 * windmove.el: New file.
14891
14892 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14893 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14894 progmodes/ebnf-yac.el: Update copyright and license info.
14895
14896 * jit-lock.el (jit-lock-function): Widen before calculating end
14897 position.
14898 (jit-lock-stealth-chunk-start): Rewritten.
14899
14900 * info.el (Info-title-face-alist): Removed.
14901 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14902 faces.
14903 (Info-fontify-node): Use these faces.
14904
149052000-01-30 Gerd Moellmann <gerd@gnu.org>
14906
14907 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14908 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14909 `&allow-other-keywords'.
14910
14911 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14912 the list of directories scanned heuristically.
14913
14914 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14915 exist.
14916
149172000-01-30 Jason Rumney <jasonr@gnu.org>
14918
14919 * w32-fns.el: Define w32-tty-standard-colors.
14920
14921 * startup.el (command-line): Use w32-tty-standard-colors when in
14922 w32 console mode.
14923
149242000-01-30 Dave Love <fx@gnu.org>
14925
14926 * jka-compr.el (jka-compr-load): Fix up load-history.
14927
14928 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14929
14930 * emacs-lisp/cl-macs.el: Revert previous change.
14931
149322000-01-29 Dave Love <fx@gnu.org>
14933
14934 * facemenu.el: Purecopy various strings.
14935
14936 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14937 years. Deal with three-digit years.
14938
14939 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14940 defconst, purecopy.
14941 (help-back-label): Purecopy it.
14942
149432000-01-18 Gerd Moellmann <gerd@gnu.org>
14944
14945 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14946 variable. If non-nil, order the buffer list according to the
14947 currently selected frame.
14948 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14949 non-nil, pass the selected frame to function buffer-list.
14950
149512000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14952
14953 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14954
149552000-01-28 Dave Love <fx@gnu.org>
14956
14957 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14958
14959 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14960 Don't use lisp-indent-hook property.
14961 (cl-abs): Remove.
14962
14963 * subr.el: Move out indent and edebug specs for when and unless.
14964
14965 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14966 when, unless.
14967
14968 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14969 unless, when.
14970
149712000-01-28 Gerd Moellmann <gerd@gnu.org>
14972
14973 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14974 `collecting' as synonym for `collect'.
14975
14976 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14977 for the case it contains spaces.
14978
14979 * simple.el (what-cursor-position): Change formatting of
14980 messages.
14981
14982 * frame.el (delete-other-frames): New function.
14983 (toplevel): Bind it to C-x 5 1.
14984
14985 * sort.el (sort-numeric-base): New option.
14986 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14987 interpret it as octal or hexadecimal. Use sort-numeric-base
14988 as default base.
14989
14990 * progmodes/glasses.el: New file.
14991
149922000-01-27 Gerd Moellmann <gerd@gnu.org>
14993
14994 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14995 userids differently.
14996
14997 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14998 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14999 progmodes/ebnf-yac.el: New files.
15000
150012000-01-26 Dave Love <fx@gnu.org>
15002
15003 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15004 on a function with an empty body. [From Eric Ludlam.]
15005
150062000-01-25 Andre Spiegel <spiegel@gnu.org>
15007
15008 * vc.el (vc-version-diff): Make sure file name is expanded.
15009
150102000-01-25 Gerd Moellmann <gerd@gnu.org>
15011
15012 * scroll-bar.el (scroll-bar-timer): Variable removed.
15013 (scroll-bar-toolkit-scroll): Don't use a timer.
15014
150152000-01-25 Kenichi Handa <handa@etl.go.jp>
15016
15017 * language/thai-util.el (thai-composition-function): Delete
15018 superfluous `a'.
15019
150202000-01-24 Dave Love <fx@gnu.org>
15021
15022 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15023 end-of-defun-function.
15024
15025 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15026 &c.
15027
150282000-01-22 Jason Rumney <jasonr@gnu.org>
15029
15030 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15031 conflicts with new face support.
15032
150332000-01-22 Richard M. Stallman <rms@gnu.org>
15034
15035 * replace.el (query-replace): Rename last arg to DELIMITED.
15036 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15037 (query-replace-regexp): Likewise.
15038
150392000-01-20 Richard M. Stallman <rms@gnu.org>
15040
15041 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15042
15043 * emacs-lisp/lisp.el (beginning-of-defun-function):
15044 Variable renamed from beginning-of-defun.
15045 Do not call make-variable-buffer-local.
15046 (beginning-of-defun-raw): Use new variable name; doc fix.
15047 (beginning-of-defun): Doc fix.
15048 (end-of-defun-function): Variable renamed from end-of-defun.
15049 Do not call make-variable-buffer-local.
15050 (end-of-defun): Use new variable name; doc fix.
15051
15052 * subr.el (dolist, dotimes): Copied from cl-macs.el
15053 and made to work.
15054
15055 * mail/undigest.el (rmail-digest-end-regexps):
15056 Variable replaces rmail-digest-end-regexp.
15057 Allows multiple regexps for detecting the end line.
15058 (undigestify-rmail-message): Corresponding changes.
15059
150602000-01-19 Dave Love <fx@gnu.org>
15061
15062 * files.el (user-init-file): Don't declare here -- is primitive.
15063
15064 * startup.el (command-line): Check for compiled user-init-file and
15065 set to uncompiled version if necessary.
15066
150672000-01-18 Gerd Moellmann <gerd@gnu.org>
15068
15069 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15070 (undigestify-rmail-message): Use it.
15071
15072 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15073
150742000-01-17 Gerd Moellmann <gerd@gnu.org>
15075
15076 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15077 of mini-buffer.
15078
150792000-01-14 Gerd Moellmann <gerd@gnu.org>
15080
15081 * emacs-lisp/copyright.el (copyright-update): Removed the
15082 requirement for a trailing space from `copyright-regexp', to
15083 support copyrights with owner specified on a separate line..
15084
15085 * align.el: New file.
15086
15087 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15088
15089 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15090
150912000-01-13 Dave Love <fx@gnu.org>
15092
15093 * ph.el: Removed. (Obsoleted by EUDC.)
15094
150952000-01-13 Gerd Moellmann <gerd@gnu.org>
15096
15097 * net/eudc.el (toplevel): Remove autoloaded code installing
15098 menu with easymenu, because that causes build problems.
15099
15100 * frame.el (frame-notice-user-settings): New variable.
15101 (frame-notice-user-settings): Don't modify frame parameters
15102 if called a second time.
15103
151042000-01-13 Richard M. Stallman <rms@gnu.org>
15105
15106 * frame.el (frame-notice-user-settings):
15107 Notice default-frame-parameters even for non-window frames.
15108
151092000-01-13 Gerd Moellmann <gerd@gnu.org>
15110
15111 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15112 for Emacs.
15113 (eudc-bob-can-display-inline-images): Extend for Emacs.
15114 (eudc-bob-toggle-inline-display): Ditto.
15115 (eudc-bob-display-jpeg): Ditto.
15116
151172000-01-12 Gerd Moellmann <gerd@gnu.org>
15118
15119 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15120 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15121 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15122
15123 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15124 nil)'.
15125
15126 * subdirs.el: Add `net' directory.
15127
15128 * net: New directory.
15129
15130 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15131 eval-last-sexp. Don't bind debug-on-error here.
15132 (eval-last-sexp): New function. Bind debug-on-error if
15133 eval-expression-debug-on-error is non-nil.
15134 (eval-defun-2, eval-defun): Likewise.
15135
15136 * simple.el (eval-expression): Don't bind debug-on-error if
15137 eval-expression-debug-on-error is nil. Detect changed
15138 debug-on-error, and propagate new value to global binding, if
15139 eval-expression-debug-on-error is non-nil,
15140 (eval-expression-debug-on-error): Change doc string.
15141
151422000-01-11 Richard M. Stallman <rms@gnu.org>
15143
15144 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15145
15146 * emacs-lisp/lisp-mode.el (with-syntax-table):
15147 Set up lisp-indent-function property.
15148
15149 * subr.el (with-syntax-table): Moved from simple.el.
15150
15151 * simple.el (with-syntax-table): Moved to subr.el.
15152
151532000-01-11 Gerd Moellmann <gerd@gnu.org>
15154
15155 * tmm.el (tmm-shortcut): Delete region after prompt instead
15156 of erasing buffer.
15157
15158 * textmodes/fill.el (fill-common-string-prefix): New function.
15159 (fill-context-prefix): Use the longest common prefix of first
15160 and second line fill prefix, if there is one.
15161
151622000-01-11 Richard M. Stallman <rms@gnu.org>
15163
15164 * array.el (array-mode): Don't use make-variable-buffer-local.
15165 Use make-local-variable for `truncate-lines'.
15166
151672000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15168
15169 * add-log.el (add-log-current-defun): Handle user-defined
15170 add-log-current-function returning nil,
15171
15172 * add-log.el (add-change-log-entry): Insert version number
15173 if having found a current function
15174
15175 * add-log.el (add-log-current-defun): Call
15176 `add-log-current-defun-function'. Try matches at level 0 and
15177 level 1. Strip whitespace from defun found.
15178
151792000-01-10 John Wiegley <johnw@gnu.org>
15180
15181 * allout.el (isearch-done/outline-provisions): Added `edit'
15182 argument to correspond with the current definition of
15183 `isearch-done'.
15184
151852000-01-10 Dave Love <fx@gnu.org>
15186
15187 * elide-head.el (elide-head): Use point-marker, not point.
15188
151892000-01-10 Gerd Moellmann <gerd@gnu.org>
15190
15191 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15192 before and after the year 2000.
15193
15194 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15195 Add ispell- prefix.
15196
151972000-01-10 Ken Stevens <k.stevens@ieee.org>
15198
15199 * ispell.el: Only define dictionaries in menus when they exist.
15200 (version18p): New variable.
15201 (version20p): New variable.
15202 (xemacsp): New variable.
15203 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15204 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15205 (ispell-dictionary-alist6): Russian command lines no longer accept
15206 run-together words.
15207 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15208 (ispell-dictionary-alist): Add koi8-r to customize definition.
15209 (check-ispell-version): Added documentation string. Returns
15210 library path when called non-interactively.
15211 (ispell-menu-map-needed): Uses new variables.
15212 (ispell-library-path): New variable.
15213 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15214 (ispell-word): Improved documentation string. Test for valid
15215 character mappings. Correctly check typed in word changes that can
15216 result in single words split into multiple words. Returns
15217 replacement word.
15218 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15219 replace in recursive query replace mode. Help message for
15220 recursive edit mode.
15221 (ispell-show-choices): Protect against bad framepop bindings.
15222 (ispell-help): Fix to work with XEmacs.
15223 (ispell-highlight-spelling-error): Use new variables.
15224 (ispell-overlay-window): Fix to work with XEmacs.
15225 (ispell-parse-output): Passed and returns location information
15226 tracking spelling corrections. Doesn't recheck same word on
15227 current line.
15228 (ispell-init-process): Protect against bogus XEmacs variable binding.
15229 Fix call to single argument in sleep-for. Use new variables.
15230 (ispell-region): Passed and returns location information tracking
15231 spelling corrections. Doesn't check same word on current line.
15232 Improved documentation string. Doesn't resend a line already
15233 checked to the ispell process - fixes bug in LaTeX parsing.
15234 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15235 (ispell-skip-region): No longer skips <TT> in SGML.
15236 (ispell-process-line): Tracks location information with spelling
15237 corrections. Added documentation string. Accounts for words
15238 already accepted on this line. Don't allow query-replace on line
15239 starting with math characters. Doesn't resend a line already sent
15240 to ispell process. Fixes alignment error bug.
15241
152422000-01-10 Richard M. Stallman <rms@gnu.org>
15243
15244 * dired-x.el (dired-guess-shell-alist-default):
15245 Suggest xloadimage, which is free, not xv, which isn't.
15246
15247 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15248 Don't ever include the host name or user name in the value.
15249
152502000-01-09 Gerd Moellmann <gerd@gnu.org>
15251
15252 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15253 of a real newline.
15254
152552000-01-09 Stephen Eglen <stephen@gnu.org>
15256
15257 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15258 for .png files.
15259
152602000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15261
15262 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15263
152642000-01-09 Gerd Moellmann <gerd@gnu.org>
15265
15266 * progmodes/cperl-mode.el: Replace ^F with ^L.
15267
15268 * sendmail.el (toplevel): Provide `sendmail' when compiling
15269 before `require'ing rmail and mailalias to prevent infinite
15270 recursion.
15271
152722000-01-08 Dave Love <fx@gnu.org>
15273
15274 * emacs-lisp/backquote.el: Remove inappropriate customization
15275 (allowing custom.el to use backquote).
15276
152772000-01-07 Dave Love <fx@gnu.org>
15278
15279 * add-log.el (add-log-debugging): Deleted.
15280 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15281 file. Remove debugging code.
15282 (change-log-get-method-definition, change-log-name): Add doc.
15283 (change-log-sortable-date-at): New function.
15284 (change-log-merge): New command.
15285
15286 * time.el (display-time-string-forms): Make the Mail string active.
15287 (display-time-update): Provide help-echo for load average.
15288
15289 * bindings.el (make-mode-line-mouse2-map): New function.
15290 (mode-line-modified): Use it and simplify.
15291 (mode-line-mule-info): Provide help-echo info.
15292 (minor-mode-alist): Activate the strings.
15293 (make-mode-line-mouse-sensitive): Simplify for
15294 mode-line-buffer-identification.
15295
152962000-01-07 Gerd Moellmann <gerd@gnu.org>
15297
15298 * play/pong.el: New file.
15299
153002000-01-06 Dave Love <fx@gnu.org>
15301
15302 * array.el: Assorted cleanups for compiler warnings, doc strings,
15303 `array-' prefix for symbols.
15304
153052000-01-05 Dave Love <fx@gnu.org>
15306
15307 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15308 outline-headers-as-kill.
15309 (outline-mode): Define imenu-generic-expression.
15310 (outline-headers-as-kill): New command.
15311
15312 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15313 from paragraph-start.
15314 (paragraph-indent-minor-mode): New command.
15315
15316 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15317 M-C-e, M-C-h, C-j, C-xnd, TAB.
15318 (fortran-mode): Set beginning-of-defun, end-of-defun.
15319 (fortran-column-ruler): Simplify.
15320 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15321 (fortran-with-subprogram-narrowing): Likewise.
15322 (fortran-indent-subprogram): Call mark-defun.
15323 (fortran-check-for-matching-do): Change narrowing.
15324
15325 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15326 (cl-lucid-hash-tag): Delete.
15327 (cl-hash-table-p): Correct test for native table.
15328 (cl-hash-table-count): Use hash-table-count.
15329
15330 * browse-url.el (browse-url): Fix case of
15331 browse-url-browser-function being an alist.
15332
153332000-01-05 Carsten Dominik <cd@gnu.org>
15334
15335 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15336 (reftex-index-phrase-file-extension): New options.
15337
15338 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15339 Use new option `reftex-index-phrase-file-extension'.
15340
15341 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15342 `reftex-parse-file-extension'.
15343
153442000-01-05 Dave Love <fx@gnu.org>
15345
15346 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15347 (beginning-of-defun-raw): Use it.
15348 (end-of-defun): New variable.
15349 (end-of-defun): Use it.
15350 (check-parens): New command.
15351
153522000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15353
15354 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15355 (hs-show-block): Don't use `mapcar' when not accumulating.
15356
15357 Fix buglet in local variables initialization.
15358
153592000-01-05 Andreas Schwab <schwab@suse.de>
15360
15361 * hscroll.el (hscroll): Doc fix.
15362
153632000-01-05 Carsten Dominik <cd@gnu.org>
15364
15365 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15366 idlw-toolbar.
15367
15368 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15369 file idlw-rinfo.el.
15370 (idlwave-customize): load must read file idlw-shell.el.
15371 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15372
153732000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15374
15375 * progmodes/idlw-shell.el: Also provide idlwave-shell
15376 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15377 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15378
15379 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15380 both reftex-dcr and reftex-vcr.
15381
15382 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15383
153842000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15385
15386 * ps-print.el: PostScript code now is in separate files, doc fix.
15387 (ps-print-version): New version number (5.0.3).
15388 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15389 local.
15390 (ps-spool-config): Initialization fix.
15391 (ps-print-prologue-1, ps-print-prologue-2)
15392 (ps-print-duplex-feature): PostScript code moved to separated file.
15393 (ps-background-image): Little code reformating.
15394 (ps-begin-file, ps-begin-job): Fix code.
15395 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15396 (ps-prologue-file): New fun.
15397
153982000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15399
15400 * ps-vars.el: Eliminated.
15401
15402 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15403 `;;;###autoload'.
15404
15405 * ps-print.el: ps-vars eliminated, doc fix.
15406 (ps-print-version): New version number (5.0.2).
15407 (ps-spool-config): Initialization fix.
15408 (ps-print-customize): New fun.
15409
154102000-01-04 Gerd Moellmann <gerd@gnu.org>
15411
15412 * autorevert.el (auto-revert-mode): Return value of
15413 auto-revert-mode.
15414
154152000-01-04 Dave Love <fx@gnu.org>
15416
15417 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15418 menu items.
15419
154202000-01-03 Dave Love <fx@gnu.org>
15421
15422 * elide-head.el (elide-head) [defgroup]: Add :version.
15423
15424 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15425 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15426 `cl-hash-table-p', not `hash-table-p'.
15427 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15428
154292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15430
15431 * faces.el (face-read-integer, read-face-attribute)
15432 (color-defined-p, color-values): unspecified-{f,b}g are now
15433 strings.
15434
154352000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15436
15437 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15438 at comment end, and re-insert them after filling.
15439
154402000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15441
15442 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15443 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15444 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15445
154462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15447
15448 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15449 the new name of face-color-supported-p.
15450
15451 * term/w32-win.el (xw-defined-colors): Likewise.
15452
154532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15454
15455 * simple.el (completion-setup-function): Count completion-size
15456 from minibuffer-prompt-end, not from point-min.
15457
154582000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15459
15460 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15461 Pass the frame to tty-color-* functions.
15462 (display-color-p, frame-set-background-mode): Pass the frame to
15463 tty-display-color-p.
15464
15465 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15466 tty-color-alist.
15467 (tty-color-alist, tty-modify-color-alist): New functions.
15468 (tty-color-define, tty-color-clear, tty-color-approximate)
15469 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15470 an optional parameter FRAME.
15471
154722000-01-01 Gerd Moellmann <gerd@gnu.org>
15473
15474 * image.el (create-image, defimage): Don't assume image data is a
15475 string.
15476
15477 * image.el (defimage): Handle specifications containing :data
15478 instead of :file.
15479 (image-type-from-data): New function.
15480 (image-type-from-file-header): Use it.
15481 (create-image): Add parameter DATA-P.
15482
15483See ChangeLog.8 for earlier changes.
15484
15485;; Local Variables:
15486;; coding: iso-2022-7bit
15487;; End: