*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b86644f2
KH
12001-03-05 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule-conf.el (emacs-mule, raw-text): Docstring
4 modified.
5
e30bd7b7
EZ
62001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * term/internal.el: Update copyright notice.
9
10 * term/pc-win.el: Update copyright notice.
11
7e365285
DL
122001-03-02 Dave Love <fx@gnu.org>
13
14 * files.el (insert-file-contents-literally): Bind
15 inhibit-file-name-handlers and inhibit-file-name-operation, not
16 jka-compr-compression-info-list.
17
75ed43a6
SM
182001-03-02 Stefan Monnier <monnier@cs.yale.edu>
19
20 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
21 spaces in default comment-start-skip settings rather than \s-.
22
53c4b1e6
EZ
232001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
24
25 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
26 default-frame-alist as well.
27
028d739a
DL
282001-03-01 Dave Love <fx@gnu.org>
29
30 * textmodes/reftex.el (defvar): Wrap some defvars in
31 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
32
33 * subr.el (event-basic-type): Doc fix.
34
35 * international/quail.el: Doc fixes.
36
37 * international/utf-8.el: Doc fixes.
38
39 * international/mule-cmds.el: Doc fixes.
40 (leim-list-header): Fix header text.
41
42 * international/mule.el (coding-system-category): Doc fix.
43
44 * international/ccl.el (ccl-compile): Doc fix.
45
15d1caef
SM
462001-03-01 Stefan Monnier <monnier@cs.yale.edu>
47
48 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
49 rather than (before|after)-change-functions.
50
f84ff02c
GM
512001-03-01 Gerd Moellmann <gerd@gnu.org>
52
53 * ediff-util.el (ediff-scroll-horizontally): Arrange for
54 scroll-left and scroll-right being called interactively so that
55 they set the window's min_hscroll.
56
e0c1e774
EZ
572001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * info.el (info-insert-file-contents-1): Accept an additional
60 argument `lfn': if it is non-nil, concatenate `filename' and
61 `suffix'; otherwise use the complicated MS-DOS code. All callers
62 changed.
63 (info-insert-file-contents, Info-find-node): If the MS-DOS port
64 can access long file names, try the long file-name version of
65 `info-insert-file-contents-1', then the short file-name version.
66
b8b2ea31 672001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 68
af122766
KH
69 * language/ethio-util.el (setup-ethiopic-environment-internal):
70 Change bindings of functions keys to conform to "Emacs Lisp Coding
71 Convention".
72
73 * language/ethiopic.el ("Ethiopic"): Add documentation.
74
b8b2ea31
KH
752001-02-28 Kenichi Handa <handa@etl.go.jp>
76
1d64e2ad
KH
77 * international/utf-8.el (mule-utf-8): Set coding-category
78 property to coding-category-utf-8.
79
91cb6e51
RS
802001-02-27 Richard M. Stallman <rms@gnu.org>
81
82 * lpr.el (lpr-page-header-switches, print-region-1):
83 Undo 2000-07-06 change.
7298f3f7
RS
84 (lpr-add-switches): Default to t on gnu/linux.
85
c0cb1027
GM
862001-02-27 Gerd Moellmann <gerd@gnu.org>
87
88 * bs.el (bs-attributes-list): Doc fix.
89
01459648
GM
902001-02-26 Gerd Moellmann <gerd@gnu.org>
91
baebd8a5
GM
92 * help.el (describe-project): Display the file THE-GNU-PROJECT.
93
01459648
GM
94 * help.el (view-order-manuals): Use goto-address.
95
96 * startup.el (command-line-1): Add info about ordering manuals
97 to the not so fancy splash screens.
98
f93e614e
AS
992001-02-26 Andre Spiegel <spiegel@gnu.org>
100
01459648
GM
101 * vc.el (vc-default-workfile-unchanged-p)
102 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 103
12435002
GM
1042001-02-26 Gerd Moellmann <gerd@gnu.org>
105
c596c392
GM
106 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
107 fontify in the right buffer.
108
12435002
GM
109 * allout.el (outline-flag-region): Move macro in front of first
110 use to avoid a run-time error.
111
425de386
AI
1122001-02-24 Andrew Innes <andrewi@gnu.org>
113
114 * makefile.w32-in: Fix copyright notice.
115
66c56ed1
KH
1162001-02-24 Kenichi Handa <handa@etl.go.jp>
117
4c1593ce
KH
118 * international/utf-8.el (mule-utf-8): Set correct value for
119 valid-codes property.
120
66c56ed1
KH
121 * international/fontset.el (x-complement-fontset-spec): In the
122 case that we use ASCII font for the other charsets, use only
15d1caef 123 family and registry part of it.
66c56ed1 124
119171dd
EZ
1252001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
128 (shrink-window-if-larger-than-buffer): Doc fix.
129
932c309e
SM
1302001-02-23 Stefan Monnier <monnier@cs.yale.edu>
131
132 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
133 predicate passed to completing-read.
134
9b760e36
EZ
1352001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
136
137 * startup.el (command-line): Fix last change.
138
5c39a60f
JR
1392001-02-23 Jason Rumney <jasonr@gnu.org>
140
141 * startup.el (tool-bar-originally-present): New variable.
142 (command-line): Set it if the tool-bar is switched on at startup.
143
144 * frame.el (frame-notice-user-settings): Only adjust frame height
145 for no tool-bar case if tool-bar was originally switched on.
796ead7e 146 From E. Jay Berkenbilt.
5c39a60f 147
cb91b2c7
SM
1482001-02-22 Stefan Monnier <monnier@cs.yale.edu>
149
39b557e8
SM
150 * server.el (server-switch-buffer): Only switch window if the
151 current one is dedicated.
152
cb91b2c7
SM
153 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
154 rather than using (match-beginning 0) when searching for break point.
155
9238a8df
EZ
1562001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
157
158 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
159 @ follows an accent command such as @'. Support optional braces
160 in commands that insert accents, like makeinfo does.
161
3473f362
GM
1622001-02-22 Gerd Moellmann <gerd@gnu.org>
163
164 * startup.el (fancy-splash-text): Add a line for ordering
165 manuals. Reverse order of splash screens shown.
166 (use-fancy-splash-screens-p): Adapt to the text line added.
167
168 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
169 manuals from the FSF.
170
171 * help.el (view-order-manuals): New function.
172 (toplevel): Bind C-h C-m to this function.
173
76a4de07
SM
1742001-02-21 Stefan Monnier <monnier@cs.yale.edu>
175
176 * newcomment.el (comment-forward): Skip the comment-start before
177 searching for the comment-end.
178
75b71d85
DL
1792001-02-21 Dave Love <fx@gnu.org>
180
2f4c9a87
DL
181 * custom.el (custom-initialize-changed, defcustom): Doc fix.
182
75b71d85
DL
183 * international/mule-cmds.el, international/mule.el: Doc fixes.
184
185 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
186 (fortune) <defgroup>: Add :link.
187 (fortune-from-region): Use eq, not eql.
188
ffc9ff0c
GM
1892001-02-21 Gerd Moellmann <gerd@gnu.org>
190
191 * startup.el (fancy-splash-screens): Use display-hourglass
192 instead of display-busy-cursor.
193
194 * frame.el (display-hourglass): Renamed from busy-cursor.
195 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
196 (show-cursor-in-non-selected-windows): Doc fix.
197
f34eb373
DL
1982001-02-20 Dave Love <fx@gnu.org>
199
200 * international/utf-8.el: Doc and commentary fixes.
201
f55e4a7e
EZ
2022001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
203
204 * ehelp.el (with-electric-help): Doc fix.
205
fa97adf6
GM
2062001-02-20 Gerd Moellmann <gerd@gnu.org>
207
208 * msb.el (msb-mode): Call the update-buffers function explicitly
209 with a FORCE argument.
210
211 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
212 FORCE. If set, update the menu even if frame-or-buffer-changed-p
213 returns nil.
214
54ed3bd2
GM
2152001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
216
217 * ps-print.el: Timestamp package replacement. Some enhancements.
218 Some XEmacs compatibility. Doc fix.
219 (ps-print-version): New version number (6.4).
220 (ps-printer-name): Initialization fix.
221 (ps-zebra-stripe-follow): Funcionality enhancement.
222 (ps-prologue-file): Code enhancement.
223 (ps-right-header): Timestamp package replacement.
224 (ps-setup, ps-face-bold-p, ps-face-italic-p,
225 ps-get-page-dimensions)
226 (ps-generate-header, ps-begin-file, ps-begin-job)
227 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
228 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
229 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
230 (coding-system-for-write): Var declaration (XEmacs compatibility).
231
e8ebf97d
MB
2322001-02-20 Miles Bader <miles@gnu.org>
233
234 * image-file.el (image-file-name-extensions): Add "tif".
235
136b27c5
GM
2362001-02-19 Gerd Moellmann <gerd@gnu.org>
237
238 * wid-edit.el (widget-button-click): Save the selected window
239 around the code handling clicks on buttons.
240
6ebbcf59
DL
2412001-02-18 Dave Love <fx@gnu.org>
242
243 * imenu.el (imenu--generic-function): Use mapc to iterate over
244 syntax characters.
245
595ded73
RS
2462001-02-17 Richard M. Stallman <rms@gnu.org>
247
b9fe3dc8
RS
248 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
249
595ded73
RS
250 * uniquify.el (uniquify-buffer-name-style): Doc fix.
251
f3f053f3
GM
2522001-02-16 Gerd Moellmann <gerd@gnu.org>
253
254 * mouse.el (mouse-save-then-kill): If the distance from the new
255 point to the mark is equal to the distance of point from the new
256 point, move point instead of the mark.
257
11570a8f
DL
2582001-02-16 Dave Love <fx@gnu.org>
259
260 * textmodes/flyspell.el (flyspell-get-word): Return string without
261 properties.
262
fb339cd5
EZ
2632001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
264
265 * generic.el (generic-find-file-regexp): Doc fix.
266 (generic-ignore-files-regexp): New defcustom.
267 (generic-mode-find-file-hook): If the file's name matches the
268 regexp in `generic-ignore-files-regexp', don't enter
269 default-generic-mode. Doc fix.
270
c56b1c1b
GM
2712001-02-16 Gerd Moellmann <gerd@gnu.org>
272
c220b753
GM
273 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
274 Add autoload cookies.
275
c56b1c1b
GM
276 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
277 of cal-tex-24.
278
0d140e65
EZ
2792001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
280
81558867
EZ
281 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
282
0d140e65
EZ
283 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
284 the character class after the (optional) drive, to support file
285 names with embedded blanks.
286
713f7b15
SS
2872001-02-15 Sam Steingold <sds@gnu.org>
288
289 * textmodes/tex-mode.el (tex-shell-running):
290 Check the process buffer too.
291
9a2a6f73
DL
2922001-02-15 Dave Love <fx@gnu.org>
293
294 * battery.el (battery-status-function): Fix doc, :type.
295
15d1caef 296 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 297
fe10cef0
GM
2982001-02-15 Gerd Moellmann <gerd@gnu.org>
299
300 * subr.el (read-passwd): Clear Lisp memory holding password.
301
126f5d4d
MB
3022001-02-15 Miles Bader <miles@gnu.org>
303
304 * info.el (Info-copy-current-node-name): New function.
305 (Info-mode-menu): Add it to the menu.
306
92e98d63
RS
3072001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
308
309 * international/mule-cmds.el (toggle-input-method): Doc fix.
310
dd4e0e55
SM
3112001-02-13 Stefan Monnier <monnier@cs.yale.edu>
312
313 * replace.el (occur): Stop at end of buffer.
314
402dbbd1
EZ
3152001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * international/mule-cmds.el (set-input-method): Another doc fix.
318
e9fcba3d
GM
3192001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
320
321 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
322
78ad1cd5
MB
3232001-02-13 Miles Bader <miles@gnu.org>
324
713f7b15 325 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
326 (set-face-stipple): Treat a value of nil as being `unspecified'.
327
fce9d9dc
DL
3282001-02-12 Dave Love <d.love@dl.ac.uk>
329
330 * international/latin1-disp.el: Doc fixes.
331 (latin1-display) <defgroup>: Add :link.
332 (latin1-display) <function>: Set variable latin1-display.
333
bc406911
EZ
3342001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * international/mule-cmds.el (set-input-method): Doc fix.
337
68514d48
EL
3382001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
339
340 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
341 (speedbar-line-file): Return nil if not a file.
342 (speedbar-buffers-line-path): Return file for tags, and dir for files.
343
513bea45 3442001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 345
513bea45
MK
346 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
347 for remote files.
bc406911 348 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 349 with raw-text.
713f7b15 350
513bea45 351 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 352
513bea45
MK
353 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
354 handling of the diff mode
713f7b15 355
513bea45 356 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 357
bc406911 358 * viper.texi: Fix typos.
713f7b15 359
521d4010
DL
3602001-02-11 Dave Love <fx@gnu.org>
361
36fd8e17
DL
362 * shadowfile.el: Doc fixes.
363 (shadow) <defgroup>: Add :link.
364 (shadowfile-unload-hook): New function.
365 (shadow-initialize): Use defalias, not fset.
366 (shadow-define-cluster, shadow-define-literal-group)
367 (shadow-define-regexp-group, shadow-initialize): Add autoload
368 cookie.
369
521d4010
DL
370 * international/mule.el: Doc and message fixes.
371
36fd8e17
DL
372 * international/ccl.el (define-ccl-program): Doc fix.
373
92395bbe
KH
3742001-02-11 Kenichi Handa <handa@etl.go.jp>
375
376 * faces.el (mode-line): Set :line-width property to -1.
377
103db06c
RS
3782001-02-10 Richard M. Stallman <rms@gnu.org>
379
08b78974
RS
380 * complete.el (partial-completion-mode): Doc fix.
381
103db06c
RS
382 * simple.el (delete-key-deletes-forward-mode):
383 Change `let' to `let*' to fix gross bug in last change.
384
385 * repeat.el (repeat): Don't let execute-kbd-macro alter
386 real-last-command.
387
a6a1ee53
EZ
3882001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
389
390 * simple.el (eval-expression): Doc fix.
391
d2f288c6
DL
3922001-02-09 Dave Love <fx@gnu.org>
393
038f4ae3
DL
394 * imenu.el (imenu-generic-expression): Doc fix.
395
396 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
397 Juanma Barranquero.
398
15d1caef 399 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 400
9804b846
KH
4012001-02-09 Kenichi Handa <handa@etl.go.jp>
402
403 * faces.el (set-face-attribute): Describe the case of a negative
404 value specified for :line-width.
405
532f5197
SM
4062001-02-08 Stefan Monnier <monnier@cs.yale.edu>
407
408 * which-func.el (which-func-mode): Invert which-func-mode-global.
409 Fix from Juanma Barranquero <lektu@uol.com.br>.
410
1d279666
DL
4112001-02-08 Dave Love <fx@gnu.org>
412
4681ca3a
DL
413 * wid-edit.el (widget-plist-convert-widget): Replace binding of
414 widget-plist-value-type.
415 (widget-alist-convert-widget): Replace binding of
416 widget-alist-value-type.
417
1d279666
DL
418 * textmodes/paragraphs.el (sentence-end): Doc fix.
419
420 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
421 `backward-line'.
422
532f5197
SM
423 * play/pong.el (pong-blank-color, pong-bat-color)
424 (pong-ball-color, pong-border-color, pong-left-key)
425 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
426 (pong-pause-key, pong-resume-key, pong-timer-delay):
427 * mail/mh-comp.el (mh-compose-letter-function):
428 * eshell/esh-mode.el (eshell-skip-prompt-function):
429 * emulation/viper-ex.el (ex-unix-type-shell-options):
430 * recentf.el (recentf-menu-filter):
431 * ps-print.el (ps-print-region-function):
432 * lpr.el (print-region-function):
433 * forms.el (forms-mode-hooks):
434 * dirtrack.el (dirtrack-directory-change-hook):
435 * cus-start.el (temp-buffer-show-function, display-buffer-function):
436 * textmodes/spell.el (spell-filter):
437 * textmodes/fill.el (adaptive-fill-function):
438 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
439 * progmodes/etags.el (find-tag-default-function):
440 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
441 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
442
6f676109
EZ
4432001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
444
751d3bc4
EZ
445 * emulation/viper-init.el (viper-fast-keyseq-timeout)
446 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
447 Meyering <jim@meyering.net>.
448
6f676109
EZ
449 * loadup.el: Revert last change.
450
d3c26cdf
KH
4512001-02-07 Kenichi Handa <handa@etl.go.jp>
452
453 * international/mule.el (transform-make-coding-system-args): Make
454 it work also for coding systems not using CCL.
455
44806980
EZ
4562001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
457
9889af08
EZ
458 * simple.el (previous-matching-history-element)
459 (next-matching-history-element): Doc fix.
460
44806980
EZ
461 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
462 specific part.
463
1e36ff68
DL
4642001-02-06 Dave Love <fx@gnu.org>
465
713f7b15 466 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
467 (add-log-buffer-file-name-function, add-log-file-name-function):
468 Fix :type.
469 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
470
c7ca58df
EZ
4712001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
472
fecd556a
EZ
473 * info.el (info-initialize): Remove the test for system-type when
474 invocation-directory is non-nil.
475
c7ca58df
EZ
476 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
477 of `font-lock-defaults' to `backward-paragraph' rather than nil.
478
587b5737
AI
4792001-02-06 Andrew Innes <andrewi@gnu.org>
480
481 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
482 absolute.
483
baf7eee4
GM
4842001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
485
486 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
487 buffers. When hi-lock turned on rather than only checking current
488 buffer for regexps, all buffers are checked. Moved activation of
489 font-lock to hi-lock-refontify. When font-lock turned off rather
490 than removing added highlighting just in current buffer, remove it
491 in all buffers. Changed edit menu text from "Automatic
492 Highlighting" to "Regexp Highlighting" Documentation for
493 highlighting phrases, minor documentation changes.
494 (hi-lock-set-file-patterns): Execute only if there are new or
495 existing file patterns.
496 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
497 unfontify and, if a support mode is active, will not refontify the
498 whole buffer. If necessary, turn on font lock. (Removed
499 font-lock-unfontify and font-lock support-mode-specific calls,
500 such as lazy-lock-fontify-window.)
501 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
502 patterns are found. Not useful now since find-file-hook is removed
503 if hi-lock is off, but may be needed for per-buffer hi-lock
504 activation.
505 (hi-lock-face-phrase-buffer): New function. Also added related
506 menu item and keybinding.
507 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
508 (hi-lock-process-phrase): New function.
509 (hi-lock-line-face-buffer): Doc fixes.
510 (hi-lock-face-buffer): Doc fixes.
511 (hi-lock-unface-buffer): Doc fixes.
713f7b15 512
36710aa6
GM
5132001-02-06 Gerd Moellmann <gerd@gnu.org>
514
515 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
516 dabbrev-ignored-regexps.
517
d3f22784
EZ
5182001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
519
520 * simple.el (kill-line): Doc fix.
521
5cb3c8d4
DL
5222001-02-05 Dave Love <fx@gnu.org>
523
524 * loadup.el: Revert last two changes -- bootstrapping works with
525 regenerated loaddefs.
526
e6297e7d
EZ
5272001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
528
1e14b095
EZ
529 * isearch.el (isearch-forward): Doc fix.
530
e6297e7d
EZ
531 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
532 of font-lock-defaults to backward-paragraph.
533
e16f52ce
GM
5342001-02-05 Gerd Moellmann <gerd@gnu.org>
535
536 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
537 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
538
01d19dd7
GM
5392001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
540
541 * ebnf2ps.el: Eliminate time-stamp functions.
542 (ebnf-version): New version (3.5).
543 (ebnf-eps-finish-and-write): Replace time-stamp functions by
544 format-time-string.
545
24886813
GM
5462001-02-05 Gerd Moellmann <gerd@gnu.org>
547
548 * simple.el (next-line): Goto end-of-line before inserting a newline.
549
65e70fc4
MB
5502001-02-05 Miles Bader <miles@gnu.org>
551
552 * image-file.el (insert-image-file): When visiting an image, also
553 set `truncate-lines' to t so that any fringe arrow looks correct.
554
482f06c9
KH
5552001-02-05 Kenichi Handa <handa@etl.go.jp>
556
557 * isearch.el (isearch-forward): Add description about input method
558 in the docsting.
559
02399da7
SM
5602001-02-04 Stefan Monnier <monnier@cs.yale.edu>
561
562 * skeleton.el (skeleton-internal-1): Always push the mark for @.
563
2c366083
EZ
5642001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
565
566 * info.el (info-initialize): If installation-directory is nil, for
567 DOS/Windows systems try looking in a sibling of
568 invocation-directory.
569
bdadfce3
GM
5702001-02-02 Gerd Moellmann <gerd@gnu.org>
571
79fb38c0
GM
572 * wid-edit.el (widget-button-click): Fix last change.
573
bdadfce3
GM
574 * frame.el (frame-notice-user-settings): When resizing the initial
575 frame because the tool bar is off, also change the frame's top
576 position if a negative top position was specified.
577
33155ffb
MB
5782001-02-02 Miles Bader <miles@gnu.org>
579
580 * image-file.el (insert-image-file): When visiting an image,
581 suppress the cursor in the image buffer.
582
1355ba0c
DL
5832001-02-01 Dave Love <fx@gnu.org>
584
585 * progmodes/f90.el (f90-mode): Remove startup message.
586
fb758d2d 587 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 588
01acdb05
GM
5892001-02-01 Gerd Moellmann <gerd@gnu.org>
590
591 * startup.el (command-line): Fix code determining whether or not
592 to use delete-key-deletes-forward-mode.
593
5b1ee316
AS
5942001-02-01 Andre Spiegel <spiegel@gnu.org>
595
596 * vc.el (vc-diff-switches): New user option.
597 (vc-version-diff): Use it.
598 (vc-diff-switches-list): New macro.
599
600 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
601 customization options.
602 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
603
604 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
605
00b1e7a1
GM
6062001-02-01 Gerd Moellmann <gerd@gnu.org>
607
608 * msb.el (toplevel): Quote hook symbols.
609
85827036
KH
6102001-02-01 Kenichi Handa <handa@etl.go.jp>
611
8e028499 612 * international/mule.el (make-coding-system): Add description
3c948dde 613 about recognized properties in the docstring.
8e028499 614
85827036
KH
615 * international/mule-conf.el: Remove unused charsets
616 mac-roman-lower and mac-roman-upper.
617
7ccf7ab9
GM
6182001-01-31 Gerd Moellmann <gerd@gnu.org>
619
2441692d
GM
620 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
621 is in front of the left-margin, if any.
622
ee5cece0
GM
623 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
624 like `delete'.
625
626 * bindings.el: Define `kp-delete' like `delete' in
627 function-key-map.
628
7ccf7ab9
GM
629 * term/w32-win.el (mouse-set-font): Doc fix.
630
b4f30ec5 6312001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 632
b4f30ec5
GM
633 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
634 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
635 on already.
636
03e0fe6e
GM
6372001-01-31 Markus Rost <rost@math.ohio-state.edu>
638
639 * files.el (save-buffer): Don't give message if (buffer-file-name)
640 returns nil.
713f7b15 641
8f289acc
EZ
6422001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
643
cb4aae04
EZ
644 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
645
dbd98b19
EZ
646 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
647 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
648
8f289acc
EZ
649 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
650 display problems.
651
c12553c1
KH
6522001-01-31 Kenichi Handa <handa@etl.go.jp>
653
c7bf5db9
KH
654 * international/mule.el (charset-info): Fix docstring.
655
656 * international/mule-diag.el (describe-character-set): Check final
657 char valid before printing it.
c12553c1 658
14f16b9c
GM
6592001-01-30 Gerd Moellmann <gerd@gnu.org>
660
efaa080b
GM
661 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
662
eef93f99
GM
663 * frame.el (frame-notice-user-settings): Do the tool-bar
664 stuff only for graphical displays. Fix a braino.
713f7b15 665
14f16b9c
GM
666 * frame.el (frame-initialize): Create initial frame visible.
667 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 668 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
669
670 * startup.el (command-line): Remove manipulation of frame
671 height for tool bars.
672
4ad25e43
EZ
6732001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
674
675 * lpr.el: Compatibility with XEmacs and doc fixes.
676 (lpr-windows-system, lpr-lp-system): New vars.
677 (lpr-printer-switch): New defcustom.
678 (printer-name, lpr-command): Customization fix.
679 (print-region-1): Code fix.
680 (print-region-new-buffer, printify-region): Indentation fix.
681 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
682 functions.
683
e8f044a0
GM
6842001-01-29 Gerd Moellmann <gerd@gnu.org>
685
686 * msb.el (toplevel): Fix the eval-after-load.
687
850d5045
GM
6882001-01-29 Dave Love <fx@gnu.org>
689
762fe76e
DL
690 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
691
692 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
693
850d5045
GM
694 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
695 compiling.
696 (tcl-using-emacs-19-23): Consider Emacs 21+.
697 (tcl-help-directory-list, tcl-command-switches): Fix :type.
698 (tcl-add-emacs-menu): Supply menu name.
699 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
700
3a768251
GM
7012001-01-29 Gerd Moellmann <gerd@gnu.org>
702
703 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
704
274d02f7
SM
7052001-01-29 Stefan Monnier <monnier@cs.yale.edu>
706
707 * pcvs.el (cvs-mark-fis-dead): New function.
708 (cvs-mode-add): Use it.
709 (cvs-mode-add-change-log-entry-other-window):
710 Rebind change-log-default-name to itself rather than to nil.
711
ed5d446e
SS
7122001-01-29 Sam Steingold <sds@gnu.org>
713
efaa080b 714 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
715 `autoload' statements.
716
e2a80284
EZ
7172001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
718
8e1db7b3
EZ
719 * files.el (confirm-kill-emacs): Doc fix.
720
ff2a1c79
EZ
721 * frame.el (frame-initialize): Doc fix.
722
e7b0deaf
EZ
723 * time-stamp.el (time-stamp-string): Doc fix.
724
e2a80284
EZ
725 * woman.el (WoMan-log-1): Make the log buffer writable. From
726 Markus Rost <rost@math.ohio-state.edu>.
727
005913e4
GM
7282001-01-29 Gerd Moellmann <gerd@gnu.org>
729
730 * imenu.el (imenu-syntax-alist): Add autoload cookie for
731 the `make-variable-buffer-local'.
732
58622cc5
GM
7332001-01-29 Dave Love <fx@gnu.org>
734
735 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
736 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
737 autoload cookie.
738 (ansi-color-apply-sequence): Fix typo.
739
0404d031
GM
7402001-01-29 Gerd Moellmann <gerd@gnu.org>
741
ed5d446e 742 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
743 Postscript printing in black and white.
744
0404d031
GM
745 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
746 X-Mailman-Version, Precedence, List-Help, List-Post,
747 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
748 Content-Type, Content-Length.
749
3b6ed359
DL
7502001-01-29 Dave Love <fx@gnu.org>
751
ddd16e7a
DL
752 * elide-head.el (elide-head): Make overlay evaporate.
753
3b6ed359
DL
754 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
755 fix.
756
8005142f
EZ
7572001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
758
759 * isearch.el (isearch-highlight): Don't punt if the display
760 doesn't support colors, since isearch faces are defined for
761 monochrome displays as well.
762
84728570
SS
7632001-01-27 Sam Steingold <sds@gnu.org>
764
765 * shell.el (shell-write-history-on-exit): Make sure that we are in
766 the shell buffer (M-x tex-file RET inserted the error message into
767 the TeX buffer).
768
e26f9ced
EZ
7692001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
770
771 * simple.el (transient-mark-mode): Doc fix.
772
dc0274bd
GM
7732001-01-27 Gerd Moellmann <gerd@gnu.org>
774
84728570 775 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
776 tags-file-name.
777
c1acacc4
EZ
7782001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
779
f5058b96
EZ
780 * shell.el (shell-unquote-argument): If the shell is one of the
781 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
782 quote character.
783 (shell-dumb-shell-regexp): Document that the shells which match
784 this regexp are supposed to not treat a backslash as a quote
785 character.
786
c1acacc4
EZ
787 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
788 from 2001-01-12. It is not needed, since backspace is mapped into
789 DEL.
790
103db06c 7912001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 792
84728570 793 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
794 Treat a one-capital-letter abbrev as "not all upper case",
795 so as to force preservation of the expansion's pattern
796 if the expansion starts with a capital letter.
797
cfa70244
EZ
7982001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
799
cfee9de7
EZ
800 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
801 Doc fix.
802
cfa70244
EZ
803 * simple.el (transient-mark-mode): Document the fact that many
804 commands act on the region when mark is active.
805
17d90d6b
KH
8062001-01-27 Kenichi Handa <handa@etl.go.jp>
807
808 * international/quail.el (quail-setup-completion-buf): Make the
809 multibyteness of current buffer inherited to Quail completion
810 buffer.
811 (quail-show-guidance-buf): Make the multibyteness of current
812 buffer inherited to Quail guidance buffer.
813 (quail-help): Make the multibyteness of current buffer inherited
814 to Quail help buffer.
815
61076b20
DL
8162001-01-26 Dave Love <fx@gnu.org>
817
c47e2c68
DL
818 * time-stamp.el: Doc fixes.
819
84728570 820 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
821 (delphi-keyword-face, delphi-other-face): Fix :type.
822
940f14b4
DL
823 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
824
825 * mail/feedmail.el (feedmail): Add :link.
826 (feedmail-send-it): Doc fix.
827
828 * mail/sendmail.el: Doc fixes.
829 (sendmail-send-it): Fix the non-ASCII regexp and use
830 rfc2047-encode-string.
831
61076b20
DL
832 * dired.el, dired-aux.el: Revert last change.
833
6c317bd2
GM
8342001-01-26 Gerd Moellmann <gerd@gnu.org>
835
836 * makefile.w32-in (DONTCOMPILE): Add various term files.
837
8382001-01-26 Dave Love <fx@gnu.org>
839
840 * Makefile.in (DONTCOMPILE): Add various term files.
841
1c636b5f
GM
8422001-01-26 Gerd Moellmann <gerd@gnu.org>
843
af900b23
GM
844 * man.el (Man-default-man-entry, Man-mode): Doc fix.
845
15fa6db0
GM
846 * startup.el (display-startup-echo-area-message): Make sure
847 the echo area is resized to fit the size of the startup
848 message.
849
1c636b5f
GM
850 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
851 part of which is a constant.
852
9b1adbd5
EZ
8532001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
856 twice.
857
103db06c 8582001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
859
860 * simple.el (next-line): Don't let `newline' expand abbrevs.
861 Simplify slightly.
862 (open-line): Don't let `newline' expand abbrevs.
863
219227ea
JW
8642001-01-25 John Wiegley <johnw@gnu.org>
865
866 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
867 to `repeat' in the :type field.
868
869 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
870 allow a choice of regexp or nil.
d2906bf8 871 (pcomplete-dir-ignore): Same.
219227ea
JW
872
873 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
874 a command) to always fail.
875
ceba0dac
GM
8762001-01-25 Gerd Moellmann <gerd@gnu.org>
877
878 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
879 discard the result.
880 (iswitchb-to-end): Likewise.
881
9b0630e5
SS
8822001-01-25 Sam Steingold <sds@gnu.org>
883
884 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 885 Require vc.
9b0630e5 886
a2ed9670
SM
8872001-01-25 Stefan Monnier <monnier@cs.yale.edu>
888
f0c1adab
SM
889 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
890
a2ed9670
SM
891 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
892
34ac3367
DL
8932001-01-25 Dave Love <fx@gnu.org>
894
61076b20
DL
895 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
896 (describe-coding-system): Tweak the English text.
897
34ac3367
DL
898 * loadup.el: Preload international/ccl for utf-8.
899
4685e6b7
EZ
9002001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
901
902 * mail/rmail.el (rmail-redecode-body): Doc fix.
903
0fdb4475
KH
9042001-01-25 Kenichi Handa <handa@etl.go.jp>
905
23cfab61
KH
906 * international/mule-cmds.el (reset-language-environment): Reset
907 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
908
909 * international/mule-conf.el (coding-category-utf-8): Initialize
910 to mule-utf-8.
911
9b0630e5 912 * loadup.el: Preload international/utf-8.
0fdb4475
KH
913
914 * international/utf-8.el: New file.
915
245ed2b1
SM
9162001-01-24 Stefan Monnier <monnier@cs.yale.edu>
917
918 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
919
e95b0c08
SS
9202001-01-24 Sam Steingold <sds@gnu.org>
921
922 * dired.el (dired-replace-in-string): Removed.
923 (dired-sort-toggle): Use `replace-regexps-in-string'
924 instead of `dired-replace-in-string'.
9b0630e5 925
ceba0dac
GM
926 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
927 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 928
e95b0c08
SS
929 * gs.el (gs-replace-in-string): Removed.
930 (gs-options): Use `replace-regexps-in-string'
931 instead of `gs-replace-in-string'.
932
c3902c3e
EZ
9332001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
934
935 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
936 bug report is mailed to an email list and posted to a news group.
937
b66b6aeb
GM
9382001-01-24 Gerd Moellmann <gerd@gnu.org>
939
e7e41584
GM
940 * comint.el (comint-replace-by-expanded-history-before-point): Fix
941 change of 2000-08-03 to move point to the start of the line again.
942
b66b6aeb
GM
943 * startup.el (tool-bar-images-pixel-height): New variable.
944 (command-line): After loading the user's init file, when
945 tool-bar-mode is on, increase the frame's size by some lines for
946 the tool-bar.
947
948 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 949
ff890e66
SZ
9502001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
951
952 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
953 (chinese-big5): MIME:Big5.
954
04363179
GM
9552001-01-24 Gerd Moellmann <gerd@gnu.org>
956
e95b0c08 957 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
958 Handle commands with prefix args.
959
d56aaa64
GM
9602001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
961
962 * calendar/diary-lib.el (diary-float): Fix case of MONTH
963 being a list of numbers.
964 (diary-mail-entries): Rewritten.
965
99858627
DL
9662001-01-23 Dave Love <fx@gnu.org>
967
7aeb1fa9
DL
968 * international/mule.el (make-coding-system): Fix typo.
969
99858627
DL
970 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
971 backward-paragraph as font-lock-beginning-of-syntax-function.
972
5a43decf
EZ
9732001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * font-lock.el (font-lock-mode): Doc fix.
976
b0e98867
KH
9772001-01-23 Kenichi Handa <handa@etl.go.jp>
978
979 * international/mule.el (make-translation-table): Fix docstring.
980
9c8acefd
EZ
9812001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
982
fd4976b8
EZ
983 * mail/rmail.el (rmail-redecode-body): New function.
984
9c8acefd
EZ
985 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
986
871e0439
GM
9872001-01-22 Gerd Moellmann <gerd@gnu.org>
988
21c2bbe0
GM
989 * isearch.el (isearch-lazy-highlight-case-fold-search)
990 (isearch-lazy-highlight-regexp): New variables.
991 (isearch-lazy-highlight-cleanup): Update lazy highlight if
992 case-fold search or regexp search has been toggled.
993
5710730c
GM
994 * wid-edit.el (widget-button-click): Avoid a save-excursion
995 around running a global binding.
996
871e0439
GM
997 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
998 to 0.25.
999
d0554957
MB
10002001-01-20 Miles Bader <miles@gnu.org>
1001
1002 * cus-edit.el (custom-face-save): Do post-processing on the face's
1003 new value like `custom-face-set' does.
1004
1519f618
EZ
10052001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1006
ccd87890
EZ
1007 * mail/emacsbug.el (report-emacs-bug): Report the value of
1008 LC_CTYPE, not LC_TYPE.
1009
1519f618
EZ
1010 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1011 isearch-toggle-regexp and isearch-edit-string to doc string.
1012
9724173b
GM
10132001-01-19 Gerd Moellmann <gerd@gnu.org>
1014
48bb9196
GM
1015 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1016 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1017
e95b0c08 1018 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1019 font-lock-beginning-of-syntax-function to nil.
1020
dc81f8a2
EZ
10212001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1022
1023 * mail/emacsbug.el (report-emacs-bug): Report values of
1024 locale-coding-system, default-enable-multibyte-characters, and the
1025 environment variables LC_ALL, LC_TYPE, and LANG.
1026
99327974
GM
10272001-01-19 Gerd Moellmann <gerd@gnu.org>
1028
111c181e
GM
1029 * font-lock.el (font-lock-default-fontify-region): Fix last
1030 change.
e95b0c08 1031
2be6ecc6
GM
1032 * font-lock.el (font-lock-multiline): Default to nil.
1033 (font-lock-default-fontify-region): If font-lock-multiline is
1034 nil, don't check the property `font-lock-multiline'.
1035
99327974
GM
1036 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1037 is nil, don't check the `font-lock-multiline' text property.
1038
2550055a
MK
10392001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1040
0a949811 1041 * viper.el: Call initial-major-mode on startup.
e95b0c08 1042
0a949811 1043 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1044
8501998a 1045 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1046
2550055a 10472001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1048
0a949811 1049 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1050 diff mode, if available.
e95b0c08 1051
0a949811 10522001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1053
8501998a 1054 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1055
2550055a
MK
1056 * ediff-init.el (subst-char-in-string): Define and use it, unless
1057 it's already defined.
e95b0c08 1058
8962e303
GM
10592001-01-18 Gerd Moellmann <gerd@gnu.org>
1060
1061 * tooltip.el (tooltip-hide-delay): New user-option.
1062 (tooltip-show): Use tooltip-hide-delay instead of the default.
1063
6b453381
KH
10642001-01-18 Kenichi Handa <handa@etl.go.jp>
1065
1066 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1067 kill-local-variable doesn't work for enable-multibyte-characters.
1068
9eaf396b
DL
10692001-01-17 Dave Love <fx@gnu.org>
1070
cebd37ce
DL
1071 * ediff-init.el (ediff-before-setup-hook)
1072 (ediff-merge-filename-prefix): Add :version.
1073
9eaf396b
DL
1074 * international/latin1-disp.el: Require disp-table.
1075 (latin1-display): Fix :set.
1076
1077 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1078
f864120f
GM
10792001-01-17 Gerd Moellmann <gerd@gnu.org>
1080
1081 * isearch.el (isearch-lazy-highlight-initial-delay)
1082 (isearch-lazy-highlight-interval): Default to 0.
1083
10842001-01-17 Bob Glickstein <bobg@zanshin.com>
1085
1086 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1087 1 here rather than each time through
1088 isearch-lazy-highlight-new-loop.
1089 (isearch-lazy-highlight-max): Variable deleted.
1090 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1091 isearch-lazy-highlight-max but controls a single invocation of
1092 isearch-lazy-highlight-update.
1093 (isearch-lazy-highlight-wrapped): Variable recreated.
1094 (isearch-lazy-highlight-window-start): New variable.
1095 (isearch-lazy-highlight-cleanup): Restored to behavior of
1096 before 2-Jan.
1097 (isearch-lazy-highlight-remove-overlays): Function deleted;
1098 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1099 behavior removed.
1100 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1101 isearch-lazy-highlight-update in a loop rather than just once.
1102 Test isearch-invalid-regexp here and decide not to start a new
1103 loop, rather than testing it each time through
1104 isearch-lazy-highlight-update.
1105 (isearch-lazy-highlight-search): Function restored.
1106 (isearch-lazy-highlight-update): Get called in a timer loop again,
1107 but this time highlight more than one match each time through.
1108 Only highlight matches in the visible part of the window. Start
1109 at point, move in the direction of the search, and wrap around at
1110 the edge of the window. Use sit-for to force redisplay and ensure
1111 window-start is credible. "Face suppressing" behavior removed;
1112 overlay priorities should make it unnecessary, right?
1113 (isearch-highlight): Face suppressing behavior removed.
1114 (isearch-dehighlight): Face suppressing behavior removed.
1115 (isearch-set-lazy-highlight-faces-at): Removed.
1116
076ec540
KH
11172001-01-17 Kenichi Handa <handa@etl.go.jp>
1118
1119 * language/european.el ("Latin-1"): Make the format of description
1120 about additional language environments same as that of Latin-2.
1121
92328ec5
DL
11222001-01-16 Dave Love <fx@gnu.org>
1123
39f2174e
DL
1124 * isearch.el (isearch-lazy-highlight): Add :version.
1125
92328ec5
DL
1126 * simple.el (backward-delete-char-untabify-method)
1127 (next-line-add-newlines): Add :version.
1128
f251459d
GM
11292001-01-16 Gerd Moellmann <gerd@gnu.org>
1130
9d4850e5
GM
1131 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1132 Don't bind <delete> otherwise.
1133
1134 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1135 and <delete> via function-key-map.
1136
f251459d
GM
1137 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1138 Subject line only if point is after the `Subject:'.
1139
771ffcf7
KH
11402001-01-16 Kenichi Handa <handa@etl.go.jp>
1141
bda6b481
KH
1142 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1143 japanese-jisx0213-2 in `charset' property of this lang. env.
1144
35793af7
KH
1145 * language/european.el ("Latin-1"): Add description for Dutch and
1146 Spanish lang. env.
1147
771ffcf7
KH
1148 * international/mule.el (decode-char): Fix conditions.
1149 (encode-char): Handle eight-bit-control too.
1c8102ff 1150 (transform-make-coding-system-args): New function.
50c29104
KH
1151 (make-coding-system): Accept XEmacs style arguments for CCL base
1152 coding system.
771ffcf7 1153
e1cf67b6
GM
11542001-01-15 Gerd Moellmann <gerd@gnu.org>
1155
1156 * progmodes/etags.el (find-tag-noselect): Save the value of
1157 tags-file-name before switching buffers, for the case it has a
1158 buffer-local value.
1159
b3287acf
GM
11602001-01-15 Alex Schroeder <alex@gnu.org>
1161
9eaf396b
DL
1162 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1163 From Dave Love <fx@gnu.org>.
b3287acf
GM
1164 (ansi-color-for-comint-mode): Fix :version.
1165
11662001-01-15 Alex Schroeder <alex@gnu.org>
1167
1168 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1169
8d7ff9c8
EZ
11702001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * dired.el (dired-insert-directory): If file-system-info fails,
1173 remove the " free " part, but don't signal an error.
1174
dbe99ae9
SS
11752001-01-12 Sam Steingold <sds@gnu.org>
1176
1177 * bookmark.el (bookmark-maybe-historicize-string):
1178 Use new backquote syntax.
1179
103db06c 11802001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1181
1182 * subr.el (last): Handle a list that doesn't end in nil.
1183
ca2ddd8e
SS
11842001-01-12 Sam Steingold <sds@gnu.org>
1185
1186 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1187 to `backward-delete-char-untabify'.
1188
1751c874
DL
11892001-01-12 Dave Love <fx@gnu.org>
1190
1191 * cus-edit.el (customize-menu-create): Fix the :filter following
1192 easymenu change.
1193
1194 * wid-edit.el (function): Add :match-alternatives.
1195 (widget-color-action): Doc fix.
1196
3cccce8d
GM
11972001-01-12 Gerd Moellmann <gerd@gnu.org>
1198
1199 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1200
18bfd6b5
KH
12012001-01-12 Kenichi Handa <handa@etl.go.jp>
1202
60a62fdc
KH
1203 * international/mule-cmds.el (prefer-coding-system): Fix
1204 docstring.
1205
18bfd6b5
KH
1206 * international/ccl.el (define-ccl-program): Fix docstring.
1207
562e00da
DL
12082001-01-11 Dave Love <fx@gnu.org>
1209
14fd0da3
DL
1210 * international/mule-cmds.el (standard-display-european-internal):
1211 Set display table for 2208 as for 160.
1212
1213 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1214
562e00da
DL
1215 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1216 entry for custom-menu-create change.
1217 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1218 don't cons it in the search loop.
1219
1220 * imenu.el (imenu--truncate-items): Revert last change.
1221
6e961dcd
EZ
12222001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1223
1224 * info.el (Info-setup-header-line): If the node header includes
1225 either Next: or Prev: links, don't show the File: and Node: parts
1226 in the header line.
1227
2c2ff7f2
GM
12282001-01-11 Gerd Moellmann <gerd@gnu.org>
1229
a7ee2d2e
GM
1230 * comint.el (comint-goto-process-mark): Don't print a message
1231 when running in batch mode.
1232
c5348233
GM
1233 * isearch.el (isearch-search): In the condition-case handler for
1234 `error', set isearch-invalid-regexp to the whole error message.
1235
422717d1
GM
1236 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1237 ensure that eval-after-load works for files dumped with Emacs.
1238
1239 * help.el (load-symbol-file-load-history): New function extracted
1240 from function symbol-file.
1241 (symbol-file): Use it.
1242
2c2ff7f2
GM
1243 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1244 exit.xpm.
1245
926861fb
EZ
12462001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1247
1248 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1249 behave as if there were no prefix argument.
1250 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1251 argument were nil.
1252
afa1f52c
RS
12532001-01-11 Richard M. Stallman <rms@gnu.org>
1254
ca2ddd8e 1255 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1256 Don't look for more potential matches once maximum is exceeded.
1257 Use overlays-in to check correctly for overlap with current match.
1258 Ignore empty matches.
1259
47a9f362
MB
12602001-01-11 Miles Bader <miles@gnu.org>
1261
1262 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1263 (ispell-overlay-window, ispell-help, ispell-show-choices)
1264 (ispell-command-loop): Use it instead of `window-height'.
1265
d196f58d
GM
12662001-01-10 Gerd Moellmann <gerd@gnu.org>
1267
cf523f0e
GM
1268 * files.el (confirm-kill-emacs): New user-option.
1269 (save-buffers-kill-emacs): Ask for final confirmation before
1270 killing Emacs.
1271
d196f58d
GM
1272 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1273 to nil.
1274
7c6c3d8e
GM
12752001-01-10 Dave Love <fx@gnu.org>
1276
1f8be15d
DL
1277 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1278
1279 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1280 :type.
1281
1282 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1283
1284 * calculator.el (calculator-number-digits): Fix :type.
1285
0d5184de
DL
1286 * vc-cvs.el (vc-cvs-header): Fix :type.
1287 * vc-rcs.el (vc-rcs-header): Fix :type.
1288 * vc-sccs.el (vc-sccs-header): Fix :type.
1289
1290 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1291
7c6c3d8e
GM
1292 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1293
8c9f73a2
GM
1294 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1295
457b792c
GM
12962001-01-10 Gerd Moellmann <gerd@gnu.org>
1297
1298 * simple.el (set-variable): Force a thorough redisplay for the
1299 case that the variable has an effect on the display, like
1300 `tab-width' has.
1301
d2622d08
AS
13022001-01-10 Andre Spiegel <spiegel@gnu.org>
1303
1304 * vc.el: Add documentation for backend interface.
1305
ae4b5f4f
KH
13062001-01-10 Kenichi Handa <handa@etl.go.jp>
1307
e0844717
KH
1308 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1309
ae4b5f4f
KH
1310 * international/mule-conf.el (latin-extra-code-table): Set to t
1311 for \223 and \224.
1312
3184082b
KH
13132001-01-09 Kenichi Handa <handa@etl.go.jp>
1314
1315 * international/mule-cmds.el (locale-language-names): Map "es" to
1316 "Spanish" and "nl" to "Dutch".
1317
732b9cdd
GM
13182001-01-09 Gerd Moellmann <gerd@gnu.org>
1319
1dfca644
GM
1320 * bindings.el (global-map): Bind <home> to beginning-of-line,
1321 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1322 C-<end> to end-of-buffer.
1323
732b9cdd
GM
1324 * language/european.el: Add Dutch and Spanish language info
1325 to be able to use the appropriate tutorials.
1326
13272001-01-09 Alex Schroeder <alex@gnu.org>
1328
1329 * ansi-color.el (ansi-color-process-output): Use markers instead
1330 of positions for start and end of region.
1331 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1332 Previously, occasional mistakes happend when fontifying many
1333 chunks of output (eg. ls --color=yes /dev). This happened
1334 whenever an overlay was created up to the end of the region, which
1335 coincided with the process-mark. New text would then be added
1336 within that overlay instead of after it.
1337 (ansi-color-make-extent): Overlays are created with the property
1338 `modification-hooks' set to '(ansi-color-freeze-overlay).
1339 (ansi-color-freeze-overlay): New function. When inserting text at
1340 the end of the overlay, the overlay will resize.
1341
13422000-01-09 Alex Schroeder <alex@gnu.org>
1343
1344 * ansi-color.el (ansi-color-process-output): Doc change.
1345 (ansi-color-unfontify-region): Doc change. No longer installed
1346 automatically in font-lock-unfontify-region-function.
1347 (ansi-color-apply): Doc change.
1348 (ansi-color-apply-on-region): Use extents or overlays instead of
1349 text-properties.
1350 (ansi-color-make-extent): New function.
1351 (ansi-color-set-extent-face): New function.
1352
13532000-01-09 Alex Schroeder <alex@gnu.org>
1354
1355 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1356 both use ansi-color-process-output, now.
1357 (ansi-color-process-output): Doesn't return string anymore. It is
1358 installed in comint-output-filter-functions for both Emacs and
1359 XEmacs, now.
1360 (ansi-color-unfontify-region): Simplified code removing variables
1361 pos and start-ansi.
1362 (ansi-color-apply): Put text-property ansi-color before putting
1363 text-property face because ansi-color-unfontify-region is called
1364 immediately after the call to put-text-property.
1365 (ansi-color-context-region): Doc change.
1366 (ansi-color-filter-region): Simplified code.
1367 (ansi-color-apply-on-region): Changed start to start-marker, using
1368 a marker explicitly. Put text-property ansi-color before putting
1369 text-property face because ansi-color-unfontify-region is called
1370 immediately after the call to put-text-property.
1371
13722000-01-09 Alex Schroeder <alex@gnu.org>
1373
1374 * ansi-color.el (ansi-color-faces-vector): Doc change.
1375 (ansi-color-for-comint-mode): Changed :type property to choice.
1376 (ansi-color-last-context): Removed.
1377 (ansi-color-process-output): Don't use ansi-color-last-context, as
1378 the main functions will store their context now.
1379 (ansi-color-context): Doc change.
1380 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1381 Uses ansi-color-context such that repeated calls will strip
1382 partial escape sequences, too.
1383 (ansi-color-apply): Simplified code. Colorize end of string if
1384 face is not null. Store context in new (FACE STRING) format, such
1385 that repeated calls will strip partial escape sequences, too.
1386 Append faces to face property using ansi-color-apply-sequence such
1387 that cumulative mode actually works.
1388 (ansi-color-context-region): New variable.
1389 (ansi-color-filter-region): Rewrote it based on
1390 ansi-color-apply-on-region. Uses ansi-color-context-region such
1391 that repeated calls will strip partial escape sequences, too.
1392 (ansi-color-apply-on-region): Simplified code. Colorize end of
1393 region if face is not null. Store context in new (FACE POS)
1394 format, such that repeated calls will strip partial escape
1395 sequences, too. Append faces to face property using
1396 ansi-color-apply-sequence such that cumulative mode actually
1397 works.
1398 (ansi-color-apply-sequence): New function.
1399 (ansi-color-get-face): When the default face is added to the list
1400 of faces, all previous settings are discarded and the list of
1401 faces is set to '(default).
1402
14032000-01-09 Alex Schroeder <alex@gnu.org>
1404
1405 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1406 face, such that ansi-color-apply and ansi-color-apply-on-region
1407 will do the right thing.
1408 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1409 returns nil, set the list of faces back to nil instead of
1410 appending the result of ansi-color-get-face to the front of the
1411 list.
1412
14132000-01-09 Alex Schroeder <alex@gnu.org>
1414
1415 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1416 (ansi-color-process): Doc change.
1417 (ansi-color-last-context): New buffer-local variable.
1418 (ansi-color-process-output): New function. It is automatically
1419 added to comint-output-filter-functions if this is XEmacs.
1420 (ansi-color-unfontify-region): New optional parameter for XEmacs
1421 compatibility. Check wether font-lock-syntactic-keywords is
1422 boundp before removing the syntax table text property, as XEmacs
1423 doesn't have it.
1424 (ansi-color-filter-region): Doc change.
1425 (ansi-color-apply-on-region): Doc change.
1426 (ansi-color-make-face): New function. Compatibility layer for
1427 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1428 (ansi-color-make-color-map): Use ansi-color-make-face.
1429 (ansi-color-get-face): Avoid face text property '(nil) as results
1430 in an errow for XEmacs.
1431
14322000-01-09 Alex Schroeder <alex@gnu.org>
1433
1434 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1435 text-property ansi-color in order to preserve fontification by
1436 ansi-color. When the package is loaded, a lambda expression is
1437 put onto font-lock-mode-hook. This lambda expression will check
1438 font-lock-unfontify-region-function and replace
1439 font-lock-default-unfontify-region with
1440 ansi-color-unfontify-region.
1441 (ansi-color-apply): Add text-property ansi-color in addition to
1442 text-property face.
1443 (ansi-color-apply-on-region): Add text-property ansi-color in
1444 addition to text-property face.
1445 (save-buffer-state): Copy of the macro that is also used by
1446 lazy-lock and font-lock.
1447
1448 (ansi-color-for-comint-mode): New option.
1449 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1450 (ansi-color-for-comint-mode-off): Ditto.
1451 (ansi-color-for-comint-mode-filter): Ditto.
1452 (ansi-color-process): New function. Uses
1453 ansi-color-for-comint-mode to decide what to do. This function is
1454 added to comint-preoutput-filter-functions when the package is
1455 loaded.
1456
1457 (ansi-color-for-shell-mode-set): Removed.
1458 (ansi-color-for-shell-mode): Removed.
1459
14602000-01-09 Alex Schroeder <alex@gnu.org>
1461
1462 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1463 the lambda expression from the ansi-color-for-shell-mode :set
1464 property. Additionally, modify shell-mode-hook to enable or
1465 disable font-lock-mode for future shell buffers.
1466 (ansi-color-for-shell-mode): The :set property calls
1467 ansi-color-for-shell-mode-set instead of a lambda expression.
1468
14692000-01-09 Alex Schroeder <alex@gnu.org>
1470
1471 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1472 (ansi-color-context): New variable.
1473 (ansi-color-apply): Save context between calls.
1474
fb55ff10
EZ
14752001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1476
29910493
EZ
1477 * isearch.el (isearch, isearch-lazy-highlight-face): New
1478 definitions for face colors and attributes.
1479
fb55ff10
EZ
1480 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1481 of display-mouse-p.
1482
134d6265
KH
14832001-01-09 Kenichi Handa <handa@etl.go.jp>
1484
1485 * international/mule.el (make-coding-system): If the coding system
1486 accepts extra latin codes, register such codes as safe for the
1487 coding system.
1488
103db06c 14892001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1490
984c9f75
RS
1491 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1492 don't mention the file name or the date here, because they are
1493 logged at the start of the file.
1494
14952001-01-08 Richard M. Stallman <rms@gnu.org>
1496
78b8eee8
RS
1497 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1498 Change screen-width to frame-width.
1499
1460e5d4
EZ
15002001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * info.el (Info-search): Print the default as part of the prompt.
1503
56f24bc1
AS
15042001-01-08 Andre Spiegel <spiegel@gnu.org>
1505
ca2ddd8e 1506 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1507 constant implementations in backends.
1508
1509 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1510 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1511
1512 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1513 WRITABLE to EDITABLE.
1514
1515 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1516 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1517 to EDITABLE.
1518
b7812d30
EZ
15192001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1522 (copyright, copyright-update): Compute the current year at run
1523 time.
1524
7e56ea04
GM
15252001-01-08 Gerd Moellmann <gerd@gnu.org>
1526
1527 * isearch.el (isearch-old-signal-hook): Removed.
1528 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1529 instead of setting signal-hook-function.
1530 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1531
a758f97d
GM
15322001-01-08 Kevin Gallagher <kevingal@onramp.net>
1533
1534 * emulation/edt.el: Update to version 4.0. Provide support for
1535 EDT scroll margins at top and bottom of the window. Provide an
1536 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1537 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1538 user when file-related buffer modifications exist. Provide
1539 support for running EDT Emulation in XEmacs. Provide customize
1540 access to some user updatable variables. Add Commentary section
1541 to file header. Fixed a few minor bugs and cleaned up some code.
1542
1543 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1544 for detecting a keypress that generates an ASCII key sequence.
1545 (Previously, only a keypress that generates a vector was
1546 recognized.) Embed Window Manager name into name of the generated
1547 EDT Emulation initialization file since the initialization file is
1548 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1549
30db89f9
EZ
15502001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1551
4deb3ba9
EZ
1552 * mail/sendmail.el (mail-mode): Doc fix.
1553
30db89f9
EZ
1554 * info.el (Info-goto-emacs-command-node): Doc fix.
1555 (Info-goto-emacs-key-command-node): Doc fix.
1556
c3f2772b
EZ
15572001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1558
8726e79b 1559 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1560 systems without long file-name support.
1561
0dac6924
AI
15622001-01-06 Andrew Innes <andrewi@gnu.org>
1563
1564 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1565
4e6ef391
EZ
15662001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1567
380866a2
EZ
1568 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1569 (isearch-lazy-highlight-update): Doc fix.
1570
148b5960
EZ
1571 * ffap.el (ffap-bindings): Doc fix.
1572
4e6ef391
EZ
1573 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1574
4cb1bcc2
DL
15752001-01-05 Dave Love <fx@gnu.org>
1576
1577 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1578
3828218c
GM
15792001-01-05 Gerd Moellmann <gerd@gnu.org>
1580
f1ade7d3
GM
1581 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1582 scroll-preserve-screen-position to nil.
1583
1f4139d5
GM
1584 * isearch.el (isearch-old-signal-hook): New variable.
1585 (isearch-mode): Set signal-hook-function to isearch-done.
1586 (isearch-done): Restore old signal-hook-function.
1587
3828218c
GM
1588 * info.el (Info-fontify-node): Mark one more char as intangible.
1589
3970013f
KH
15902000-01-05 Kenichi Handa <handa@etl.go.jp>
1591
3828218c 1592 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1593 it is non-nil, compose preceding characters by compose-region with
1594 COMPONENTS.
1595
1596 * international/quail.el (quail-input-string-to-events): New function.
1597 (quail-input-method): Convert input string to events here.
1598 (quail-start-translation): Return input string, not event list.
1599 (quail-start-conversion): Likewise.
1600
f3b05e99
GM
16012001-01-04 Gerd Moellmann <gerd@gnu.org>
1602
ca2ddd8e 1603 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1604 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1605 and tooltip-add-timeout.
1606 (tooltip-show): Set border color from faces's foreground.
1607 (tooltip-show-help-function): If called with the same help string
1608 as last time, do nothing.
1609 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1610
0f2ac578
GM
1611 * startup.el (fancy-splash-screens): Don't bind show-help-function
1612 to nil.
1613
f3b05e99
GM
1614 * tooltip.el (tooltip-frame-parameters): Remove colors.
1615 (tooltip): New face
1616 (tooltip-set-param): New function.
1617 (tooltip-show): Set up color frame parameters from face `tooltip'.
1618 Display the tooltip text in face `tooltip'.
1619
8416e94a
DL
16202001-01-04 Dave Love <fx@gnu.org>
1621
1622 * whitespace.el (whitespace-global-mode): Fix typo.
1623
1624 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1625
30db89f9
EZ
16262001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1627
1628 * help.el (help-for-help): Fix a typo in a doc string. From
1629 kwzh@gnu.org (Karl Heuer).
1630
b847eb8c
DL
16312001-01-03 Dave Love <fx@gnu.org>
1632
1633 * dired-x.el: Doc fixes. Maintainer change.
1634 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1635 :type.
1636 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1637 (dired-guess-shell-alist-user): Customize.
1638 (dired-x-help-address): Set to bug-gnu-emacs.
1639 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1640 (dired-default-directory): Renamed from default-directory.
1641
1642 * hl-line.el (hl-line): Doc fix.
1643
43c4b570
KF
16442001-01-03 Karl Fogel <kfogel@red-bean.com>
1645
1bf6b1bf 1646 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1647
984c9f75 16482001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1649
1650 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1651 to remove all the current alternative-match highlighting.
1652 If nil, remove only what's outside the current window.
1653 (isearch-lazy-highlight-remove-overlays): Take optional
1654 region within which NOT to remove them.
1655 (isearch-lazy-highlight-new-loop): Greatly simplified.
1656 (isearch-lazy-highlight-update): Find all the other occurrences
1657 visible in the window, in just one call.
1658 (isearch-lazy-highlight-start): Now holds start of region to scan.
1659 (isearch-lazy-highlight-end): Now holds end of region to scan.
1660 (isearch-lazy-highlight-wrapped): Variable deleted.
1661 (isearch-lazy-highlight-search): Function deleted.
1662
13d6a61c
AI
16632000-01-02 Andrew Innes <andrewi@gnu.org>
1664
1665 * w32-fns.el (convert-standard-filename): Do length check on name
1666 before aref.
1667
064866e7
DL
16682001-01-02 Dave Love <fx@gnu.org>
1669
b33e041b
DL
1670 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1671 value.
1672 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1673
1674 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1675
8166ffd5
DL
1676 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1677 read syntax.
1678
064866e7
DL
1679 * calendar/todo-mode.el (todo): Add :link, :version.
1680 (todo-save-top-priorities): Remove autoload cookie.
1681 (todo-add-category, todo-add-item-non-interactively)
1682 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1683 cookie.
1684
6dde6abc
GM
16852001-01-02 Gerd Moellmann <gerd@gnu.org>
1686
1687 * comint.el (comint-input-history-ignore): New variable.
1688 (comint-read-input-ring): Ignore entries matching
1689 comint-input-history-ignore.
1690
1a8a9daf
GM
16912001-01-02 Eric M. Ludlam <zappo@gnu.org>
1692
1693 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1694 (lm-copyright-mark): New function.
1695 (lm-crack-copyright): New function.
1696 (lm-verify): Check that the file has a copyright.
1697 Check that the file is copyright Free Software Foundation.
1698
9c92eb53
KH
16992000-12-30 Kenichi Handa <handa@etl.go.jp>
1700
1701 * international/mule-diag.el (print-fontset): Indent font name by
1702 24 columns, not 25.
1703
49172314
GM
17042000-12-29 Gerd Moellmann <gerd@gnu.org>
1705
762a68ec
GM
1706 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1707 in Subject line.
1708
49172314
GM
1709 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1710 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1711 continuing an interrupted message with C-u C-x m for instence,
1712 winds up in Mail mode without abbrevs.
1713
bd7a2e26
GM
17142000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1715
1716 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1717 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1718 fix.
bd7a2e26
GM
1719 (ps-print-version): New version number (6.3.3).
1720 (ps-end-with-control-d): Initialization fix.
1721 (ps-lines-printed): New var.
1722 (ps-skip-newline): New fun.
1723 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1724 (ps-next-line, ps-continue-line, ps-plot-region)
1725 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1726
2b3f28a4
KH
17272000-12-29 Kenichi Handa <handa@etl.go.jp>
1728
1729 * international/fontset.el (x-complement-fontset-spec): Resolve
1730 ASCII font name so that the same family name is used for fonts
1731 registered in x-font-name-charset-alist.
1732 (create-fontset-from-fontset-spec): Adjusted for the above change.
1733 The name of fontset alias should be a unresolved ASCII font name.
1734
2ece9174
GM
17352000-12-28 Gerd Moellmann <gerd@gnu.org>
1736
1737 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1738 and delete in isearch-mode-map.
1739
cbe3ad7a
RS
17402000-12-28 Richard M. Stallman <rms@gnu.org>
1741
ca2ddd8e 1742 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1743 Use xpdf instead of acroread.
1744
a816f1c5
KH
17452000-12-28 Kenichi Handa <handa@etl.go.jp>
1746
f086e73c
KH
1747 * textmodes/artist.el (artist-butlast): Deleted.
1748 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1749 artist-butlast.
f086e73c 1750
a816f1c5
KH
1751 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1752
1753 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1754
b202115b
EZ
17552000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1756
1757 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1758
1759 * ls-lisp.el: Better support for the Mac and MS-Windows.
1760 (ls-lisp): New defgroup.
1761 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1762 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1763 (ls-lisp-support-shell-wildcards): New defcustoms.
1764 (ls-lisp-parse-symlink): New function.
1765 (insert-directory): Code to convert switches to a list and set up
1766 the wildcard argument copied from ls-lisp-insert-directory.
1767 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1768 for -C and -R switches.
1769 (ls-lisp-column-format): New function.
ca2ddd8e 1770 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1771 (ls-lisp-format-time): Add doc strings.
1772 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1773 Support ls-lisp-dirs-first.
1774 (ls-lisp-classify, ls-lisp-extension): New functions.
1775 (ls-lisp-format): Optionally support emulation of symlinks.
1776 Support -i, -s, and -G switches.
1777
6061fbf0
GM
17782000-12-27 Gerd Moellmann <gerd@gnu.org>
1779
5e25feee
GM
1780 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1781
6061fbf0
GM
1782 * version.el (emacs-version): Print X scroll bar information.
1783
1784 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1785 instead of x-toolkit-scroll-bars-p.
1786
1787 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1788 of x-toolkit-scroll-bars-p.
1789
25050dab
EZ
17902000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1791
1792 * ffap.el (ffap-bindings): Make interactive and add an autoload
1793 cookie.
1794 (ffap-bindings): Doc fix, to reflect the above change.
1795
c1786874
KH
17962000-12-27 Kenichi Handa <handa@etl.go.jp>
1797
1798 * term.el (term-char-mode): Define all non-ascii self-inserting
1799 characters to 'term-send-raw in term-raw-map.
1800
7261ece3 18012000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1802
6061fbf0 1803 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1804 guard.
ca2ddd8e 1805
6061fbf0 1806 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1807 initialization; use add-hook.
6061fbf0 1808 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1809
6061fbf0 1810 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1811
6061fbf0
GM
1812 * ediff.el (ediff-patch-buffer): Bug fix.
1813 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1814
83f40583
SM
18152000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1816
1817 * subr.el (combine-run-hooks): Remove.
1818
1819 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1820 and remove the rogue second spec.
1821
bdd6d4e8
GM
18222000-12-23 Gerd Moellmann <gerd@gnu.org>
1823
1824 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1825
26736ce3
SM
18262000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1827
0e86b6b0
SM
1828 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1829 Use minibuffer menu prompt for the `=' prefix.
1830 (smerge-command-prefix): Change default to C-^.
6eabfb26 1831 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1832
26736ce3
SM
1833 * skeleton.el (skeleton-internal-1): Make sure the first line of
1834 the region is also re-indented.
d21584d6
SM
1835 (skeleton-end-newline): New var.
1836 (skeleton-end-hook): Use it.
26736ce3 1837
95fa4fd7
MB
18382000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1839
1840 * comint.el (comint-password-prompt-regexp): Support CVS.
1841
f060b834
GM
18422000-12-22 Gerd Moellmann <gerd@gnu.org>
1843
856ff7a7
GM
1844 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1845 backspace key combinations, depending on
1846 delete-key-deletes-forward.
1847
1848 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1849
f060b834
GM
1850 * simple.el (delete-key-deletes-forward): Doc fix.
1851
653558a1
GM
18522000-08-22 Emmanuel Briot <briot@gnat.com>
1853
1854 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1855 white spaces are relevant in the XML file.
653558a1
GM
1856 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1857 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1858 of XML files.
653558a1
GM
1859 (xml-parse-tag): Check that the casing is the same in the start
1860 tag and end tag, since XML is case-sensitive. Allows for spaces
1861 in the end tag, after the name of the tag.
1862 (xml-parse-attlist): Allow for the character '-' in the name of
1863 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1864 the properties in the XML tree, since they are not relevant.
653558a1 1865
3ad93d8d
SM
18662000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1867
1868 * generic.el (generic-read-type): Undo last change, inline into
1869 `generic-mode' and then remove.
1870 (generic-mode): Inline generic-read-type.
1871 (define-generic-mode): Push the symbol name rather than the symbol
1872 onto generic-mode-list.
1873
177f4e88
GM
18742000-12-21 Gerd Moellmann <gerd@gnu.org>
1875
8e15274f
GM
1876 * generic.el (generic-read-type): Build an alist for
1877 completing-read as in 20.7.
1878
1879 * play/landmark.el (lm): Use interactive spec `P'.
1880 (toplevel): Don't set debug-on-error.
1881
177f4e88
GM
1882 * server.el (server-switch-buffer): Choose a window on a visible
1883 frame.
1884
6ba384dc
GM
18852000-12-21 Dave Pearson <davep@davep.org>
1886
1887 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1888
647a066c
GM
18892000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1890
1891 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1892 ranges like \177-\237, but accepts the character sequence from \177 to
1893 \237. Doc fix.
1894 (ebnf-version): New version (3.4).
1895 (ebnf-setup): Code fix.
1896 (ebnf-range-regexp): New fun.
1897 (ebnf-8-bit-chars): Const fix.
1898
1899 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1900 entry. Doc fix.
1901 (ebnf-bnf-lex): Code fix.
1902 (ebnf-bnf-comment-chars): Const fix.
1903
1904 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1905 entry. Doc fix.
1906 (ebnf-iso-comment-chars): Const fix.
1907
1908 * ebnf-otz.el: Doc fix.
1909
1910 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1911 entry. Doc fix.
1912 (ebnf-yac-skip-code): Code fix.
1913 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1914
bc22fd18
EZ
19152000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1916
1917 * files.el (insert-directory-safely): New function.
834d23b2 1918 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1919 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1920
587fc3f9
KH
19212000-12-21 Kenichi Handa <handa@etl.go.jp>
1922
eeefcfde 1923 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1924 coding-category-list more rigidly. Improve help message.
eeefcfde 1925
587fc3f9
KH
1926 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1927
01860fb9
MB
19282000-12-21 Miles Bader <miles@gnu.org>
1929
587fc3f9
KH
1930 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1931 prefix.
01860fb9 1932
3f9d67a6
KH
19332000-12-21 Kenichi Handa <handa@etl.go.jp>
1934
9fd1c1f7
KH
1935 * international/mule-diag.el (describe-char-after): Make *Help*
1936 buffer inherit multibyteness of the current buffer.
1937
3f9d67a6
KH
1938 * international/mule.el (make-char): Docstring adjusted for the
1939 change of make-char-internal.
1940
c9669fac
SM
19412000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1942
1943 * international/iso-cvt.el: Docstrings fix.
1944
19594307
DL
19452000-12-20 Dave Love <fx@gnu.org>
1946
1947 * subr.el (eval-after-load): Doc fix.
1948
b1a447b3
KH
19492000-12-20 Kenichi Handa <handa@etl.go.jp>
1950
1951 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1952 for numbers.
1953
09877d5d
MB
19542000-12-20 Miles Bader <miles@gnu.org>
1955
1956 * international/quail.el (quail-help): Resize the help window
1957 again after it has all its contents. Remove unneeded progn.
1958
71d4497a
GM
19592000-12-19 Gerd Moellmann <gerd@gnu.org>
1960
1961 * pcmpl-linux.el: Fix copy/paste error.
1962
741e56a0
AI
19632000-12-19 Andrew Innes <andrewi@gnu.org>
1964
1965 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1966 docstring.
1967
cc24d91c
CD
19682000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1969
ba4c05aa
CD
1970 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1971
1972 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1973
1974 * progmodes/idlw-shell.el: Fixed copyright notice.
1975
1976 * progmodes/idlwave.el: Fixed copyright notice.
1977
71d4497a 1978 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1979 TAB as key separators.
1980
524c8caf
GM
19812000-12-19 Alex Schroeder <alex@gnu.org>
1982
1983 * sql.el (sql-sybase-options): New option.
1984 (sql-sybase): Use it. Add sql-database to the list of parameters
1985 provided for login. The options -w 2048 -n are not used any more.
1986 (sql-postgres-options): Changed default from "--pset" to "-P".
1987 (sql-mysql-options): Doc change.
1988 (sql-stop): Doc change.
1989
b5fa513d
KH
19902000-12-19 Kenichi Handa <handa@etl.go.jp>
1991
1992 * international/quail.el (quail-input-method): Always hide
1993 the guidance buffer on exiting.
1994
91c9e6ce
GM
19952000-12-18 Gerd Moellmann <gerd@gnu.org>
1996
c6da4eb4
GM
1997 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1998 isn't fboundp.
1999
3d2a0e0b
GM
2000 * server.el (server-buffer-done): Bury the buffer before
2001 killing it.
2002
91c9e6ce
GM
2003 * faces.el (face-spec-set): Interpret a nil in specs for
2004 foreground and background colors as `unspecified', for
2005 compatibility with 20.x.
2006
40fa0008
DL
20072000-12-18 Dave Love <fx@gnu.org>
2008
22adbe54
DL
2009 * simple.el (mail-user-agent): Doc fix.
2010 (input-mode-8-bit): Removed.
2011
2012 * international/mule.el (set-keyboard-coding-system): Doc fix.
2013 (keyboard-coding-system): New option.
2014
40fa0008
DL
2015 * mail/sendmail.el (send-mail-function): Customize.
2016
6f4745e2
EZ
20172000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2018
2019 * international/codepage.el (cp866-decode-table): New table.
2020
82b90229
GM
20212000-12-18 Gerd Moellmann <gerd@gnu.org>
2022
2023 * version.el (emacs-version): Remove `%a' from the time format
2024 because the weekday doesn't fit well into each locale.
2025
5a047002
MB
20262000-12-18 Miles Bader <miles@gnu.org>
2027
7f49aa07
MB
2028 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2029
ca2ddd8e 2030 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2031 Check that emacs-major-version is `=' to 20, not `>='.
2032 (artist-replace-chars): Use `make-string' instead of a loop.
2033
22ea2607
EZ
20342000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2035
2036 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2037 (cvs-execute-single-file): Don't change directory.
2038 Patch from Per Cederqvist.
2039
6c825f8e
EZ
20402000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2041
2042 * textmodes/ispell.el (check-ispell-version): If
2043 `ispell-program-name' is "aspell", pass it the -v switch instead
2044 of -vv.
2045
8ff06845
KH
20462000-12-16 Kenichi Handa <handa@etl.go.jp>
2047
af4bb4c8
KH
2048 * international/mule-diag.el (mule-diag): Insert information about
2049 configure options, multibyte awareness, language env.
2050
8ff06845
KH
2051 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2052 regexp to search for candidates.
2053
b24e84ab
EZ
20542000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2055
2056 * info.el (Info-forward-node): If the node has an
2057 Info-header-line, widen the buffer before searching for "next:"
2058 and "up:" pointers, and set the search limit to stay in the
2059 current node.
2060
7981d89f
MB
20612000-12-16 Miles Bader <miles@gnu.org>
2062
2063 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2064
88ee7917
MB
20652000-12-15 Miles Bader <miles@gnu.org>
2066
2067 * comint.el (comint-send-string, comint-send-region): Also accept
2068 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2069 process-send-string/region.
2070
0c28d842
GM
20712000-12-15 Gerd Moellmann <gerd@gnu.org>
2072
4ea7fdca
GM
2073 * isearch.el (isearch-lazy-highlight-max): New user-option.
2074 (isearch-lazy-highlight-update): Don't highlight more than
2075 isearch-lazy-highlight-max matches.
2076
0c28d842
GM
2077 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2078
984c9f75 20792000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2080
8062e53a
GM
2081 * sort.el (sort-columns): Fix error message.
2082
3ffa545b
GM
2083 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2084 `upcase' or `downcase' or nil.
2085 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2086 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2087 (dabbrev--substitute-expansion): New arg record-case-pattern.
2088 If it is non-nil, set dabbrev--last-case-pattern.
2089 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2090
2091 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2092
c2d7f289
MB
20932000-12-15 Miles Bader <miles@gnu.org>
2094
b6348438
MB
2095 * paths.el (Info-default-directory-list): Don't delete
2096 configure-info-directory from the list of standard info
2097 directories when appending it to the end -- their order is
2098 important.
2099
f9056dd9
MB
2100 * faces.el (read-face-attribute): If there's no entry for the
2101 user's input in VALID, just use it as-is (this will often result
2102 in an error, but it may be OK for e.g. colors using hexadecimal
2103 notation, and at least will yield a better error message).
2104
c2d7f289 2105 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2106 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2107 Variables removed.
2108 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2109 window is really the right size. Use vertical-motion
2110 rather than forward-line.
2111 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2112 (ispell-command-loop, ispell-show-choices): Use the variable
2113 ispell-choices-win-default-height, rather than the function.
2114 (ispell-choices-win-default-height): Function removed.
2115 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2116
8f530b95
SM
21172000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2118
2119 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2120
6d435deb
EZ
21212000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2122
4dddb0b7
EZ
2123 * paths.el (Info-default-directory-list): If
2124 configure-info-directory is not one of the standard directories,
2125 put it first in the list; otherwise put it last. Doc string
2126 changed accordingly.
2127
2128 * info.el (Info-directory-list): Change doc string to reflect the
2129 change in Info-default-directory-list.
2130
6d435deb
EZ
2131 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2132 windows-nt as windowed environments, even under -nw.
2133
2134 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2135 if not fboundp. Switch delete-forward mode for the <delete> key
2136 on all PC platforms, even under -nw.
2137
2138 * term/internal.el ([M-delete]): Remap to M-d.
2139
9d7d9263
GM
21402000-12-14 Gerd Moellmann <gerd@gnu.org>
2141
2142 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2143
7cf0153a
EZ
21442000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2145
2146 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2147
5e5b3d41
GM
21482000-12-14 Gerd Moellmann <gerd@gnu.org>
2149
5f368d29
GM
2150 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2151 if appropriate.
2152
2153 * simple.el (delete-key-deletes-forward): New user-option.
2154 (delete-key-deletes-forward-mode): New function.
2155
9d7d9263 2156 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2157
5e5b3d41
GM
2158 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2159 if symbol is bound before getting its value.
2160
2161 * tooltip.el (tooltip-show): If an error is signaled in
2162 x-show-tip, display that error, and display the help in the
2163 echo area.
ca2ddd8e 2164
191b83b6
KH
21652000-12-14 Kenichi Handa <handa@etl.go.jp>
2166
2167 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2168 "... entries" messages for every 10000 entries, not 10.
2169
6192b604
KF
21702000-12-13 Karl Fogel <kfogel@red-bean.com>
2171
2172 * bookmark.el: Provide a generic exit hook, as suggested by
2173 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2174 (bookmark-exit-hook): New var.
2175 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2176 old raw lambda form in `kill-emacs-hook', and runs new
2177 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2178 as logically that feature must have been provided if this function
2179 is running.
2180 Removed ;;;###autoload before the `add-hook' call.
2181
5edf6b55
SM
21822000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2185 (easy-menu-current-active-maps): New function.
2186 (easy-menu-get-map): Use it.
2187 Make a proper menu entry when creating a new keymap.
2188
16b5e8e6
KH
21892000-12-13 Kenichi Handa <handa@etl.go.jp>
2190
d49fc4eb
KH
2191 * international/characters.el: Fix cases and syntaxes for
2192 mule-unicode-0100-24ff.
2193
3b53d876
KH
2194 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2195 that a Japanese character is not appended after day and year.
2196
16b5e8e6
KH
2197 * info.el (Info-suffix-list): Change format for a command that
2198 requires arguments.
2199 (info-insert-file-contents): Adjusted for the above change.
2200
1df1c518
AS
22012000-12-12 Andreas Schwab <schwab@suse.de>
2202
2203 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2204 on the name of the tar buffer. Verify that the existing buffer is
2205 visiting the same subfile.
2206
a7a07b98
DL
22072000-12-12 Dave Love <fx@gnu.org>
2208
2209 * subdirs.el: Add obsolete.
2210
4fdbd809
GM
22112000-12-12 Gerd Moellmann <gerd@gnu.org>
2212
bfdb75ee
GM
2213 * mail/rmailsum.el (rmail-summary-expunge)
2214 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2215 instead of rmail-confirm-expunge.
2216
4fdbd809
GM
2217 * replace.el (perform-replace): Don't use an empty match adjacent
2218 to a non-empty match when computing the next match before the
2219 replacement is performed.
2220
e9a59cad
GM
22212000-12-12 Milan Zamazal <pdm@freesoft.cz>
2222
2223 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2224 definition (patch by Stefan Monnier).
2225 (glasses-mode): Use jit-lock instead of `after-change-functions'
2226 (patch by Stefan Monnier).
2227
c2def7a0
MB
22282000-12-12 Miles Bader <miles@gnu.org>
2229
2230 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2231 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2232
591b63b4
AC
22332000-12-12 Andrew Choi <akochoi@i-cable.com>
2234
2235 * term/mac-win.el: Remove load for ls-lisp.
2236
a924cf63 2237 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2238
5ff4ba3d
MB
22392000-12-12 Miles Bader <miles@gnu.org>
2240
2241 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2242 Respect field end too.
2243 (just-one-space): Respect fields as `delete-horizontal-space'.
2244 (newline-and-indent, reindent-then-newline-and-indent): Use
2245 `delete-horizontal-space'.
2246
d0c679bc
SM
22472000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2248
adf9c994
SM
2249 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2250 (so as to obey the field property in the minibuffer).
2251
4b0cd42d
SM
2252 * obsolete/c-mode.el: Moved from lisp/progmodes.
2253 * obsolete/auto-show.el: Moved from lisp.
2254 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2255
89f85863
CD
22562000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2257
2258 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2259 changes to list them here.
89f85863
CD
2260
2261 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2262 many changes to list them here.
2263
2264 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2265 many changes to list them here.
2266
2267 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2268
3e0d35ce
GM
22692000-12-11 Gerd Moellmann <gerd@gnu.org>
2270
d990421f
GM
2271 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2272 nil.
2273
ca2ddd8e 2274 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2275 Comment fix.
2276
3e0d35ce
GM
2277 * hscroll.el: Moved to `obsolete' subdir.
2278
ff904dd6
MB
22792000-12-11 Miles Bader <miles@gnu.org>
2280
2281 * window.el (window-text-height): Function removed (now in C).
2282
fb97d87f
SM
22832000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2284
2285 * log-edit.el (log-edit-parent-buffer): New var.
2286 (log-edit): Set it. Add BUFFER argument.
2287 (log-edit-done): Use char-before.
2288 Don't bother checking validity of vc-comment-ring.
2289 Only bury the buffer if log-edit popped it up.
2290
2291 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2292 (cvs-mode-diff-help): Remove.
2293 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2294 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2295
2296 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2297 Remove binding for ? now made unnecessary.
2298
7de77417
CD
22992000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2300
2301 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2302 function
7de77417
CD
2303 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2304
2305 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2306 when master file is not open.
2307
4efa209f
SM
23082000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2309
2310 * progmodes/ada-stmt.el: Update `maintainer'.
2311
0a8052bd
GM
23122000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2313
2314 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2315 choices to match documentation string.
2316
a12167c5
MB
23172000-12-09 Miles Bader <miles@gnu.org>
2318
2161605d
MB
2319 * minibuf-eldef.el: New file.
2320
a12167c5
MB
2321 * window.el (fit-window-to-buffer): Don't pass last argument to
2322 pos-visible-in-window-p, now that its meaning is inverted.
2323
9ea8de1b
EZ
23242000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2325
2326 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2327 <ceder@lysator.liu.se>.
2328
5002ddbb
SM
23292000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2330
b6114d80
SM
2331 * autoinsert.el (auto-insert-alist): Add missing final \n.
2332
ee8d23ee
SM
2333 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2334 (cvs-menu-map): Remove.
2335 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2336 (cvs-mode-quit): Turn it back into a plain function.
2337
5002ddbb 2338 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2339 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2340
2341 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2342 file where it's more visible.
2343 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2344 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2345 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2346 (texinfo-inside-macro-p): Only catch `scan-error's.
2347 (texinfo-inside-env-p): Make better use of the match info.
2348 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2349 (texinfo-insert-@end): Slight re-organization.
2350 Also remove useless `looking-at' call.
2351
30cd075d
AI
23522000-12-08 Andrew Innes <andrewi@gnu.org>
2353
2354 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2355 accessible in -nw mode.
2356
2357 * term/w32-win.el: Remove stuff about selection timeout, which is
2358 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2359 it is accessible in -nw mode.
2360
01b91009
DL
23612000-12-08 Dave Love <fx@gnu.org>
2362
2363 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2364 font-lock-keywords-case-fold-search.
2365
842b2a94
GM
23662000-12-08 Gerd Moellmann <gerd@gnu.org>
2367
2368 * textmodes/ispell.el (ispell): Doc fix.
2369
f9d5f611
KH
23702000-12-08 Kenichi Handa <handa@etl.go.jp>
2371
2372 * international/quail.el (quail-insert-decode-map): Check the
2373 frame width of a window displaying the current buffer, not that of
2374 the selected frame.
2375 (quail-help): Make sure that the help buffer has window before
2376 inserting text in it.
2377
e04d21aa
SS
23782000-12-07 Sam Steingold <sds@gnu.org>
2379
2380 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2381 Backquote is used in isearch.el, so autoloading saves nothing.
2382
fc3e23a4
EZ
23832000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2384
137cad7c
EZ
2385 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2386 the CVS and RCS subdirectories case-insensitively.
2387
fc3e23a4
EZ
2388 * dired.el (dired-insert-directory): If file-system-info is
2389 fboundp, call it instead of invoking dired-free-space-program.
2390
796ecd10
GM
23912000-12-07 Gerd Moellmann <gerd@gnu.org>
2392
0f5f7c3e
GM
2393 * server.el (server-visit-files): Push files on file-name-history.
2394
3764ba49
GM
2395 * progmodes/cc-langs.el: Update copyright.
2396
8e7931da
GM
2397 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2398
ae0d7485 2399 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2400
796ecd10
GM
2401 * bindings.el (mode-line-mode-menu): Reverse the order
2402 of define-keys so that the menu appears in alphabetical order.
2403
ae0d7485
GM
24042000-12-07 Milan Zamazal <pdm@freesoft.cz>
2405
2406 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2407 of the function.
2408
e2849090
DL
24092000-12-07 Dave Love <fx@gnu.org>
2410
2411 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2412
2413 * facemenu.el (facemenu-unlisted-faces): Fix value.
2414
5c7f629c
SM
24152000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2416
2417 * font-lock.el (font-lock-default-fontify-region):
2418 Include the terminating \n (off-by-one error).
2419 (font-lock-set-defaults): Use dolist.
2420
2421 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2422
73481ae3
KH
24232000-12-07 Kenichi Handa <handa@etl.go.jp>
2424
ffbaa122
KH
2425 * international/mule-cmds.el (describe-language-environment): Fix
2426 for the case that an input method title is not string but a list.
2427
73481ae3
KH
2428 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2429 of wrong SIZE record.
2430
e2896b22
DL
24312000-12-06 Dave Love <fx@gnu.org>
2432
67292061
DL
2433 * newcomment.el (comment-region, comment-dwim): Doc fix.
2434
2435 * textmodes/texinfo.el: Require tex-mode when compiling.
2436 (texinfo-update-node): Doc fix.
2437 (texinfo-imenu-generic-expression): Add @anchor.
2438 (texinfo-font-lock-keywords): Add @uref.
2439 (texinfo-inside-macro-p): Don't use ignore-errors.
2440 (texinfo-insert-quote): Match more contexts.
2441
e76938e7
DL
2442 * international/mule.el (decode-char, encode-char): Doc fix.
2443 (auto-coding-alist): Customize.
2444
2445 * files.el (load-file): Fix change of 2000-03-12.
2446
e2896b22
DL
2447 * wid-edit.el (widget-text-keymap): Doc fix.
2448
6610f4b2
AI
24492000-12-06 Andrew Innes <andrewi@gnu.org>
2450
2451 * makefile.w32-in (lisp): Set to an absolute directory, namely
2452 $(CURDIR).
2453
9e3366e4
EZ
24542000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2455
2456 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2457 read generated-autoload-file, and set buffer-file-coding-system to
2458 raw-text-unix after reading the file.
2459
2460 * international/mule-conf.el (file-coding-system-alist): Use
2461 raw-text for reading loaddefs.el and raw-text-unix for writing
2462 it.
2463
d94d636f
GM
24642000-12-06 Gerd Moellmann <gerd@gnu.org>
2465
384333ee
GM
2466 * replace.el (occur): Make line-number-width 1 smaller for the
2467 colon following the line number.
2468
347d0813
GM
2469 * startup.el (fancy-splash-text, command-line-1): Use
2470 `File' for the menu name instead of `Files'.
e04d21aa 2471
d4b72d58
GM
2472 * tmm.el: Update copyright.
2473
d94d636f
GM
2474 * cus-start.el: Add entry for even-window-heights.
2475
6e424019
MB
24762000-12-06 Miles Bader <miles@gnu.org>
2477
2478 * faces.el (frame-set-background-mode): Avoid stomping on
2479 locally modified faces.
2480
e6477b58
KH
24812000-12-06 Kenichi Handa <handa@etl.go.jp>
2482
2483 * international/fontset.el: Correct the font registries for
2484 japanese-jisx0213-1 and japanese-jisx0213-2.
2485
21999ab9
GM
24862000-12-05 Gerd Moellmann <gerd@gnu.org>
2487
57d6e381
GM
2488 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2489
21999ab9
GM
2490 * iswitchb.el: Update customization commentary.
2491
7422819c
GM
24922000-12-05 Rob Riepel <riepel@Stanford.EDU>
2493
2494 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2495 (tpu-search-highlight): Fixed comparison of overlay end positions.
2496 (tpu-trim-line-ends): Implemented trimming logic locally.
2497
2498 * emulation/tpu-extras.el (tpu-write-file-hook)
2499 (tpu-set-cursor-bound): Replaced picture-clean with
2500 tpu-trim-line-ends.
2501
73daff18
KH
25022000-12-05 Kenichi Handa <handa@etl.go.jp>
2503
2504 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2505 to cn-gb.
2506 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2507
6a4cd002
DL
25082000-12-04 Dave Love <fx@gnu.org>
2509
2510 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2511
6452929e
GM
25122000-12-04 Gerd Moellmann <gerd@gnu.org>
2513
e04d21aa 2514 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2515 (rmail-summary-expunge-and-save): Ask for confirmation with
2516 rmail-expunge-confirmed.
2517
2518 * mail/rmail.el (rmail-expunge-confirmed): New function.
2519 (rmail-expunge): Use it.
2520
0c68ce6f
GM
2521 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2522 (etags-recognize-tags-table, find-tag-in-order): New
2523 functionality: interpret file names as tags.
e04d21aa 2524
7a53d8c8
EZ
25252000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2526
2527 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2528 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2529 visit the first subnode until the bottom of the current node is
2530 visible.
2531
caa15ef7
GM
25322000-12-04 Gerd Moellmann <gerd@gnu.org>
2533
2534 * format.el (format-decode): Don't change buffer's undo list.
2535
e225faa7
KH
25362000-12-04 Kenichi Handa <handa@etl.go.jp>
2537
2538 * faces.el (face-font-registry-alternatives): Add entries for CJK
2539 fonts. Doc-string adjusted for the actual usage of this data.
2540
2541 * international/fontset.el: Change the font registries for CJK
2542 fonts in the default fontset. Don't append '*' to registries.
2543
8b262a65
SM
25442000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2545
e04d21aa 2546 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2547 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2548
2549 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2550 (derived-mode-p): New function.
2551 (derived-mode-make-docstring): Add `docstring' argument.
2552 Use it if available and complete it if necessary.
2553
33c4460b
AS
25542000-12-03 Andreas Schwab <schwab@suse.de>
2555
2556 * type-break.el (type-break): Don't make parent of itself.
2557
5c9b3fac
MB
25582000-12-03 Miles Bader <miles@gnu.org>
2559
2560 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2561
27ce741e
SM
25622000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2563
07c16ec4
SM
2564 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2565 (tex-main-file, tex-file): Simplify.
2566 (tex-generate-zap-file-name): Use subst-char-in-string.
2567 (tex-strip-dots): Remove.
2568
c19cc275
SM
2569 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2570
27ce741e
SM
2571 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2572 to check if the match succeeded.
2573
285991dc
GM
25742000-12-02 Gerd Moellmann <gerd@gnu.org>
2575
2576 * startup.el (use-fancy-splash-screens-p): New function.
2577 (command-line-1): Use it to determine whether or not to use
2578 a fancy splash screen.
2579
52dca1b2
AS
25802000-12-02 Andreas Schwab <schwab@suse.de>
2581
2582 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2583
d3e7e7cf
EZ
25842000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2585
2dce2360
EZ
2586 * international/mule.el (make-char): Fix last change.
2587
9768eaa7
EZ
2588 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2589 New defcustoms.
2590 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2591 autoloading tex-mode; instead, do the same manually. Use
2592 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2593 with numeric argument. Docstring fix.
2594 (toplevel): Require cl when compiling.
e04d21aa 2595
285991dc 2596 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2597
0dd5e255
JR
25982000-12-02 Jason Rumney <jasonr@gnu.org>
2599
2600 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2601 the Emacs Lisp manual)
2602
fbb87147
EZ
26032000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2604
5cbb3e93
EZ
2605 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2606
fbb87147
EZ
2607 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2608 the Emacs Lisp manual).
2609
1636ca09
GM
26102000-12-02 Gerd Moellmann <gerd@gnu.org>
2611
2612 * simple.el (next-line-add-newlines): Change default to nil.
2613
68875f0e
EZ
26142000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2615
2616 * files.el (revert-buffer, recover-file): Bind
2617 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2618
fd9ac94c
GM
26192000-12-01 Gerd Moellmann <gerd@gnu.org>
2620
2621 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2622
45450dd5
MB
26232000-12-01 Miles Bader <miles@gnu.org>
2624
2625 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2626
09df8881
KH
26272000-12-01 Kenichi Handa <handa@etl.go.jp>
2628
2629 * international/mule-diag.el (describe-char-after): Fix typo.
2630 (describe-character-set, non-iso-charset-alist): Fix typo.
2631
dea0a87d
MB
26322000-12-01 Miles Bader <miles@gnu.org>
2633
b170205b
MB
2634 * image-file.el (image-file-name-regexp): Automatically add
2635 upper-case variants of each filename extension in
2636 `image-file-name-extensions', since they seem to be common.
2637
e04d21aa 2638 * simple.el (minibuffer-contents)
dea0a87d
MB
2639 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2640 New functions.
2641 * filecache.el (file-cache-directory-name)
2642 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2643
2b69bc11 26442000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2645
dea0a87d
MB
2646 * filecache.el (file-cache-minibuffer-complete): Don't try to
2647 delete the minibuffer prompt.
2648
a8a1b05d
DL
26492000-11-30 Dave Love <fx@gnu.org>
2650
2651 * cus-start.el: Fix read-buffer-function type.
2652
693c4692
GM
26532000-11-30 Gerd Moellmann <gerd@gnu.org>
2654
2655 * md5.el: Removed. There's a built-in function, now.
2656
2c0b1898
GM
26572000-11-30 Markus Rost <rost@math.ohio-state.edu>
2658
2659 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2660 as dummy 0-th char of rmail-deleted-vector.
2661
63dfcf4b
EZ
26622000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2663
2664 * ps-print.el (ps-end-job): Bind case-fold-search only after
2665 switching to ps-spool-buffer.
2666
26672000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2668
2669 * ps-print.el: Line number font customization. PostScript: Lines and
2670 PageCount are initialized on each page. Doc Fix.
2671 (ps-print-version): New version number (6.3.2).
2672 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2673 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2674 (ps-right-header): Customization fix.
2675 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2676 Fix code.
2677 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2678 New vars.
2679
df3aedcf
GM
26802000-11-30 Gerd Moellmann <gerd@gnu.org>
2681
edfb795e
GM
2682 * bs.el: Fix typos and spelling errors.
2683 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2684 (bs-configuration): Doc fix.
e04d21aa 2685
df3aedcf
GM
2686 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2687
8b8a7f01
GM
26882000-11-30 Rob Riepel <riepel@Stanford.EDU>
2689
2690 * emulation/tpu-edt.el (tpu-version): New version.
2691 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2692 (tpu-original-mode-line): Variable deleted.
2693 (tpu-mark-flag): New initial value.
2694 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2695 tpu-mark-flag to minor-mode-alist.
2696 (tpu-update-mode-line): New mark flag logic.
2697 (tpu-get): Use find-file-wildcards.
2698 (tpu-search-highlight): Move overlay less, reset overlay properly.
2699 (tpu-unselect): Deactivate mark.
2700 (tpu-lm-replace): Reset overlay properly.
2701 (tpu-forward-line): Use forward-visible-line.
2702 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2703
2704 * emulation/tpu-extras.el (tpu-forward-line): Use
2705 forward-visible-line.
e04d21aa 2706
c069a9d3
GM
27072000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2708
2709 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2710
b02cd40b
GM
27112000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2712
2713 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2714 and skip whitespace and newlines.
e04d21aa 2715
b7a90344
SM
27162000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2717
2718 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2719
be6bbb55
GM
27202000-11-29 Gerd Moellmann <gerd@gnu.org>
2721
0383ed60
GM
2722 * help.el (describe-function-1): Regexp-quote function name
2723 when used as part of a regexp.
2724
c7957947
GM
2725 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2726 face-attribute instead of face-foreground and face-background.
2727 (tool-bar-add-item): Likewise, and handle unspecified colors.
2728
2729 * enriched.el (enriched-face-ans): Use face-attribute instead
2730 of face-foreground and face-background.
2731
2732 * faces.el (face-foreground, face-background, face-stipple):
2733 Return nil if attribute is unspecified, for backward
2734 compatibility.
2735
7423978d
GM
2736 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2737
ef128c78
GM
2738 * play/5x5.el: Remove version info.
2739
a81fc510
GM
2740 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2741
be6bbb55
GM
2742 * frame.el (blink-cursor-mode): Doc fix.
2743
f9396e03
GM
27442000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2745
2746 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2747 to create Makefile rules.
2748 (antlr-tool-command): New user option.
2749 (antlr-ask-about-save): New user option.
2750 (antlr-makefile-specification): New user option.
2751 (antlr-file-formats-alist): New variable.
2752 (antlr-special-file-formats): New variable.
2753 (antlr-unknown-file-formats): New user option.
2754 (antlr-help-unknown-file-text): New variable.
2755 (antlr-help-rules-intro): New variable.
2756 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2757 (antlr-mode-menu): Add entries.
2758 (antlr-file-dependencies): New function.
2759 (antlr-directory-dependencies): New function.
2760 (antlr-superclasses-glibs): New function.
2761 (antlr-run-tool): New command.
2762 (antlr-makefile-insert-variable): New function.
2763 (antlr-insert-makefile-rules): New function.
2764 (antlr-show-makefile-rules): New command.
2765
2766 * antlr-mode.el: More Emacs/XEmacs stuff.
2767 (antlr-no-action-keywords): New constant with value nil.
2768 (antlr-font-lock-keywords-alist): Use it. Old value would break
2769 syntax highlighting in Emacs-21.0.
2770 (antlr-default-directory): Emacs/XEmacs dependend function.
2771 (antlr-read-shell-command): Ditto.
2772 (antlr-with-displaying-help-buffer): Ditto.
2773
27742000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2775
2776 * antlr-mode.el: imenu, parsing and highlighting changes.
2777 (antlr-imenu-create-index-function): Don't create extra submenus
2778 for definitions in different grammar classes. It is not necessary
2779 for the menu and would make command `imenu' awkward to use.
2780 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2781 header actions and more than one.
2782 (antlr-font-lock-tokendef-face): Changed color.
2783 (antlr-font-lock-tokenref-face): Changed color.
2784 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2785 (antlr-mode-syntax-table): New variable.
2786 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2787 (antlr-with-syntax-table): Don't copy syntax table.
2788
27892000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2790
2791 * antlr-mode.el: Minor changes: language setting.
2792 (antlr-language-alist): The value for file option "language" can
2793 be both an identifier and a string.
2794 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2795 (antlr-language-limit-n-regexp): Change accordingly.
2796
27972000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2798
2799 * antlr-mode.el: Minor changes: tabs, hiding.
2800 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2801 (antlr-action-visibility): Also allow value nil to also hide the
2802 braces. Renamed from `antlr-tiny-action-length'.
2803 Suggested by Jay@aol.com.
2804 (antlr-hide-actions): Change accordingly. Hide line if completely
2805 hidden action is on a line of its own.
e04d21aa 2806
6ad948eb
SM
28072000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2808
2809 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2810
2811 * sort.el (sort-columns): Don't concat strings with numbers.
2812
9c6a4107
DL
28132000-11-29 Dave Love <fx@gnu.org>
2814
2815 * cus-edit.el (face): Fix :format.
2816
2817 * mail/feedmail.el: Require smtpmail when compiling.
2818 (mail-do-fcc): Autoload.
2819 (feedmail) <defgroup>: Fix :link.
2820 (feedmail-nuke-body-in-fcc): Fix :type.
2821 (feedmail-send-it): Add autoload cookie.
2822
053b8d35
SM
28232000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2824
2825 * newcomment.el (comment-indent): Save excursion around call to
2826 comment-indent-function.
2827
242c13e8
MB
28282000-11-29 Miles Bader <miles@gnu.org>
2829
2830 * subr.el (member-ignore-case): Return the tail of the list who's
2831 car matches, like `member', not the matching element itself.
2832
8f4b5f28
KH
28332000-11-29 Kenichi Handa <handa@etl.go.jp>
2834
2835 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2836 should not contain `\n'.
2837
bebe4a2c
GM
28382000-11-28 Gerd Moellmann <gerd@gnu.org>
2839
fd9ac94c 2840 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2841
ba7e40eb
GM
2842 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2843
75ab0c79
GM
2844 * dired-aux.el (dired-do-create-files): Construct default file
2845 name for dired-mark-read-file-name so that when the user enters
2846 just RET, the target file will end up in the target directory.
2847
bebe4a2c
GM
2848 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2849 local-abbrev-table before changing buffers because it might
2850 have a buffer-local binding.
2851
fa6d1ca8
MB
28522000-11-28 Miles Bader <miles@gnu.org>
2853
2854 * simple.el (delete-horizontal-space): Handle fields more generally.
2855
8d2c2642
GM
28562000-11-28 Gerd Moellmann <gerd@gnu.org>
2857
2858 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2859
8b31236d
DL
28602000-11-28 Dave Love <fx@gnu.org>
2861
3cbd02d2
DL
2862 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2863 comment-start-skip locally.
2864
8b31236d
DL
2865 * progmodes/fortran.el (fortran-mode): Don't set
2866 fortran-comment-line-start-skip. Set comment-start to
2867 fortran-comment-line-start.
2868 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2869 (fortran-comment-line-start-skip): Simplify slightly.
2870
ae4bf56d
GM
28712000-11-28 Gerd Moellmann <gerd@gnu.org>
2872
17ef7534
GM
2873 * play/5x5.el: Remove RCS keyword.
2874
fd9ac94c 2875 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2876
665b27a6
GM
28772000-11-28 Milan Zamazal <pdm@freesoft.cz>
2878
2879 * textmodes/tildify.el (tildify-string-alist): Add
2880 `plain-tex-mode' here.
2881
fe3c2ae3
GM
28822000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2883
2884 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2885 reference.
2886
d970106b
MB
28872000-11-28 Miles Bader <miles@gnu.org>
2888
36b80a0d
MB
2889 * cus-face.el (custom-face-attributes): Add post-filter function
2890 for :box. Make pre-filter function for :box handle all cases.
2891
d970106b
MB
2892 * wid-edit.el (widget-choose): Make sure pop-up window is large
2893 enough to display all the choices, as there's no way to scroll it.
2894
5a2bae6c
KH
28952000-11-28 Kenichi Handa <handa@etl.go.jp>
2896
2897 * international/mule-conf.el: Make the coding system no-conversion
2898 safe for all characters.
2899
9e836e23
DL
29002000-11-27 Dave Love <fx@gnu.org>
2901
8b31236d
DL
2902 * net/ldap.el (ldap) <defgroup>: Add :version.
2903
9e836e23
DL
2904 * tooltip.el (tooltip-use-echo-area): Doc fix.
2905
2906 * cus-start.el <minibuffer-prompt-properties>: Add version.
2907 <read-buffer-function>: Add.
2908
2909 * apropos.el (apropos-print): Add help-echo to active text.
2910
2911 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2912
4a74d071
GM
29132000-11-27 Gerd Moellmann <gerd@gnu.org>
2914
2915 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2916 type, group and version.
2917
76058c27
EZ
29182000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2919
4a74d071 2920 * select.el (x-get-selection): Docstring fix.
76058c27 2921
fd9ac94c 29222000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2923
fd9ac94c 2924 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2925
49060c51
AI
29262000-11-27 Andrew Innes <andrewi@gnu.org>
2927
2928 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2929
2930 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2931
b2a8e429
MB
29322000-11-27 Miles Bader <miles@gnu.org>
2933
2934 * dired.el (dired-get-filename): Return filename verbatim if
2935 LOCALP is `verbatim'.
2936 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2937 `verbatim' so that we don't inadvertently delete a non-existant
2938 directory name.
2939
5ac0366d
KH
29402000-11-27 Kenichi Handa <handa@etl.go.jp>
2941
2942 * international/characters.el: Specify cases and syntaxes for
2943 mule-unicode-0100-24ff.
2944
67f1cf4c
GM
29452000-11-27 Gerd Moellmann <gerd@gnu.org>
2946
2947 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2948 that foreground and/or background colors of the face `tool-bar'
2949 are unspecified.
2950
46c56972
MB
29512000-11-27 Miles Bader <miles@gnu.org>
2952
e04d21aa 2953 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2954 (widget-field-end): Handle widget field `pseudo-overlays'.
2955 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2956 if it's there instead of in `widget-field-list'.
2957
46c56972 2958 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2959 (help-make-xrefs): Delete extraneous newlines at the end of the
2960 docstring.
46c56972 2961
640a9cdd
JR
29622000-11-25 Jason Rumney <jasonr@gnu.org>
2963
2964 * startup.el (command-line): Call set-locale-environment after
2965 Window System init file is read, as it can result in a call to
2966 redraw-frame.
2967
0b3f96d4
EZ
29682000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * simple.el (shell-command): Mention the effect of the prefix
2971 argument in the doc string.
2972
8da6e2a1
MB
29732000-11-25 Miles Bader <miles@gnu.org>
2974
a658d039
MB
2975 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2976
8da6e2a1 2977 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2978 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2979
d3416cca
JR
29802000-11-24 Jason Rumney <jasonr@gnu.org>
2981
2982 * international/mule-cmds.el (locale-language-names): Add "jp" as
2983 a non-standard alternative for Japanese.
2984
17e37f53
AS
29852000-11-24 Andre Spiegel <spiegel@gnu.org>
2986
2987 * vc-hooks.el: Require 'cl during compilation.
2988
9aa5f148
GM
29892000-11-24 Gerd Moellmann <gerd@gnu.org>
2990
ba193890
GM
2991 * faces.el (face-set-after-frame-default): Let face attributes
2992 specified for new frames override frame parameters.
2993
9aa5f148
GM
2994 * startup.el (command-line): Fix computation of the source file
2995 for user-init-file when user-init-file is a compiled file.
2996
51a1edab
MB
29972000-11-24 Miles Bader <miles@gnu.org>
2998
e04d21aa 2999 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3000 (custom-post-filter-face-spec): New functions.
3001 (custom-face-set, custom-face-value-create): Filter the face spec
3002 before and after customization.
3003 (custom-face-set): If VALUE specifies a null face, pass a
3004 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3005 * cus-face.el (custom-face-attributes): Remove SET and GET
3006 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3007 cases they're needed.
3008
1ed74431
MB
3009 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3010 that it's distinguishable from the :off-glyph on dark-background
3011 displays. Set its background color too.
3012
67ee1125
MB
3013 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3014 so that people can easily turn it off.
3015
7d027816 30162000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3017
7d027816 3018 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3019
9aa5f148 3020 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3021
9aa5f148 3022 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3023
9aa5f148 3024 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3025 redundant skip-small-frames test.
e04d21aa 3026
9aa5f148 3027 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 3028 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 3029
9aa5f148
GM
3030 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3031 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3032 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 3033 functions.
e04d21aa 3034
9aa5f148 3035 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3036
9aa5f148 3037 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3038
f07fa1b8
KH
30392000-11-24 Kenichi Handa <handa@etl.go.jp>
3040
3041 * international/mule-diag.el (list-iso-charset-chars): For
3042 two-byte charset, fix the `while' condition.
3043 (list-non-iso-charset-chars): Fix the `while' condition.
3044
ba8299ff
SM
30452000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3046
79372165
SM
3047 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3048 if the variable is make-variable-buffer-local.
3049
ba8299ff
SM
3050 * progmodes/ada-stmt.el (ada-template-map): Initialize
3051 and bind it to C-c t in ada-mode-map.
3052 (ada-stmt-mode-hook): New function extracted from old code.
3053 Only change the buffer-local side of skeleton-*.
3054 (ada-mode-hook): Use it.
3055
68a887fa
EZ
30562000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3057
3058 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3059 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3060 we expect to be returned by minibuffer-depth once we prompt the
3061 user in the minibuffer.
3062 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3063 as recorded in iswitchb-minibuf-depth, return non-nil.
3064
3b345582
EZ
30652000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3066
3067 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3068 (hscroll-window-maybe): Docstring fix.
3069
595dead2
DL
30702000-11-23 Dave Love <fx@gnu.org>
3071
3072 * rect.el (string-rectangle): Don't test delete-selection-mode.
3073
1e66b27a
GM
30742000-11-23 Gerd Moellmann <gerd@gnu.org>
3075
02790ce2
GM
3076 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3077 is in the tool bar.
3078
1e66b27a
GM
3079 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3080 with `no-dir'; we want the directory part to be able to remove
3081 it.
3082
a4caa65d
SM
30832000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * textmodes/outline.el (outline-flag-region):
3086 Don't bind inhibit-read-only since we don't modify the buffer.
3087 (outline-isearch-open-invisible): Don't jump to overlay-start
3088 since we're trying to unhide text around point.
3089 (outline-discard-overlays): Use dolist.
3090
3091 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3092
03e757c1
GM
30932000-11-22 Gerd Moellmann <gerd@gnu.org>
3094
e04d21aa 3095 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 3096 y-or-n-p.
e04d21aa 3097
1598a961
SM
30982000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3099
3100 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3101 Fix ARG regexp to skip quoted braces.
3102 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3103 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3104 are (correctly) handled separately).
3105 Remove `caption' and `footnote' from `citations': they contain text.
3106 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3107 (latex-skeleton-end-hook): New function.
3108 (latex-mode): Use it.
3109 (tex-start-tex-marker): Remove.
3110 (tex-send-tex-command): Don't set tex-start-tex-marker.
3111 (tex-error-parse-syntax-table): New var.
3112 (tex-compilation-parse-errors): Use it.
3113 Ignore tex-start-tex-marker. Don't bother with marker-position.
3114 (tex-validate-buffer): Don't bother with marker-position.
3115
3116 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3117 (flyspell-generic-progmode-verify): Use it.
1598a961 3118
eaae8106
SS
31192000-11-22 Sam Steingold <sds@gnu.org>
3120
03e757c1
GM
3121 * simple.el (delete-trailing-whitespace): New interactive
3122 function.
e04d21aa 3123
eaae8106 3124 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3125 `ada-remove-trailing-spaces'.
eaae8106 3126 (ada-remove-trailing-spaces): Removed.
e04d21aa 3127
eaae8106 3128 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3129
1598a961
SM
3130 * textmodes/picture.el (picture-clean): Removed.
3131 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3132
a41d49e9
GM
31332000-11-22 Gerd Moellmann <gerd@gnu.org>
3134
e053c60f
GM
3135 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3136
a41d49e9
GM
3137 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3138 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3139 do anything special when jit-lock is active.
a41d49e9
GM
3140 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3141
197615f3
DL
31422000-11-22 Dave Love <fx@gnu.org>
3143
ddbfaa9f
DL
3144 * calendar/todo-mode.el (todo-top-priorities): Use
3145 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3146
ddc3c695
DL
3147 * language/chinese.el, language/cyrillic.el:
3148 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3149 * language/hebrew.el, language/indian.el, language/japanese.el:
3150 * language/korean.el, language/lao.el, language/misc-lang.el:
3151 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3152 Use provide.
3153
fb9fa98d
DL
3154 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3155 (custom-variable-set): Improve validation error mesage.
3156
197615f3
DL
3157 * rect.el (string-rectangle): Revert last change.
3158 (string-rectangle-line): New arg DELETE.
3159 (string-rectangle): Check delete-selection-mode.
3160
3161 * emacs-lisp/edebug.el (edebug-version)
3162 (edebug-maintainer-address): Deleted.
3163 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3164 (edebug-read-function): Account for other `'#' read forms.
3165 (edebug-mode-menus): Make some items toggles.
3166 (edebug-outside-unread-command-event, unread-command-event):
3167 Remove these to avoid warnings.
3168
f4117c4d
GM
31692000-11-22 David Ponce <david@dponce.com>
3170
3171 * recentf.el (recentf-menu-items-for-commands)
3172 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3173 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3174
f4117c4d
GM
3175 (recentf-build-dir-rules, recentf-dump-variable)
3176 (recentf-edit-list, recentf-open-files-item)
3177 (recentf-open-files): Replaced unnecessary `mapcar' with new
3178 built-in `mapc'.
eaae8106 3179
f8e2f3f2
MB
31802000-11-23 Miles Bader <miles@gnu.org>
3181
3182 * faces.el (menu): Make inverse-video on ttys too.
3183
4c4a541d
SM
31842000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3185
3186 * simple.el (comment-line-break-function): Use the new name
3187 indent-new-comment-line -> comment-indent-new-line.
3188 (clone-indirect-buffer): Don't ignore NORECORD.
3189 (next-completion): Properly handle the case where items are adjacent.
3190
3191 * mouse.el (popup-menu): Stupid typo.
3192
980d836e
GM
31932000-11-22 Gerd Moellmann <gerd@gnu.org>
3194
60e8e0a5
GM
3195 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3196 maintainer, keywords tags.
3197
980d836e
GM
3198 * rect.el (replace-rectangle): Don't call string-rectangle-line
3199 with too many arguments.
3200
e08b2069
AS
32012000-11-22 Andre Spiegel <spiegel@gnu.org>
3202
60e8e0a5 3203 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3204 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3205 vc-locking-user, which no longer exists.
3206
3207 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3208
c6779d8d
DL
32092000-11-22 Dave Love <fx@gnu.org>
3210
3211 * md5.el (md5): Provide.
3212 (md5): Fix error call.
3213
e672fdce
MB
32142000-11-22 Miles Bader <miles@gnu.org>
3215
eaae8106 3216 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3217 (refill-fill-paragraph-at): Remove debugging code.
3218
80e24c04
MB
3219 * calendar/calendar.el (generate-calendar-window): When we don't
3220 call `fit-window-to-buffer', make sure the top line is fully visible.
3221
3a17d6cc
MB
3222 * image-file.el (insert-image-file): Don't make `read-only'
3223 property rear-nonsticky.
3224
ae1a21c6
MB
3225 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3226 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3227 stashing away its original value.
3228 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3229 in the recursive edit.
3230 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3231 (isearch-done): Restore `minibuffer-message-timeout'.
3232
e672fdce
MB
3233 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3234
3ea79df8
SM
32352000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3236
3237 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3238
3239 * find-lisp.el (find-lisp-find-files-internal):
3240 Use dolist, when and file-name-as-directory.
3241
980d836e 3242 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3243 (define-derived-mode, define-minor-mode): Add specs.
3244
3245 * window.el: General comment and spacing fixes.
3246 (save-selected-window): Use backquotes.
3247 (window-safely-shrinkable-p): New function.
3248 (shrink-window-if-larger-than-buffer): Use it.
3249
3250 * subr.el (make-local-hook): Docstring fix.
3251
3252 * shell.el (shell-mode): Use define-derived-mode.
3253
3254 * newcomment.el (comment-indent): Insert comment before calling
3255 comment-indent-function. Don't insert in column 0.
3256 (comment-dwim): Indent before inserting comment.
3257
3258 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3259 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3260 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3261 Use mapc rather than map.
3262
3263 * files.el (find-buffer-visiting): Compare all attributes before
3264 declaring two files identical (rather than just their inode-no).
3265 (auto-mode-alist): Use \' rather than $.
3266
3267 * which-func.el: Update maintainer line.
3268
3269 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3270 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3271 (uniquify-buffer-file-name): Use it.
3272
8f62f2b8
MB
32732000-11-22 Miles Bader <miles@gnu.org>
3274
3275 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3276 * simple.el (minibuffer-avoid-prompt): New function.
3277
fb279a6d
GM
32782000-11-21 Gerd Moellmann <gerd@gnu.org>
3279
3280 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3281
867092e9
MB
32822000-11-21 Miles Bader <miles@gnu.org>
3283
ef860850
MB
3284 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3285 inclusion of `track-mouse'.
3286
867092e9
MB
3287 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3288 (refill-adjust-ignorable-overlay): New function.
3289 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3290 only the paragraph's tail if possible.
3291 Update `refill-ignorable-overlay'.
3292 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3293
3294 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3295 point inside the fill-prefix.
3296
3297 * textmodes/refill.el (refill-post-command-function): Don't reset
3298 refill-doit in the case where a self-insertion command doesn't
3299 case a refill. Use `refill-fill-paragraph-at', getting position
3300 from `refill-doit'.
3301 (refill-after-change-function): Set `refill-doit' to END.
3302 (refill-fill-paragraph-at): New function, mostly from old
3303 refill-fill-paragraph.
3304 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3305 (refill-pre-command-function): New function.
3306 (refill-mode): Add it to `pre-command-hook'.
3307
ff9ab414
GM
33082000-11-20 Gerd Moellmann <gerd@gnu.org>
3309
29a01b72
GM
3310 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3311
ff9ab414
GM
3312 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3313 javadoc tags.
eaae8106 3314
885b211b
AS
33152000-11-20 Andre Spiegel <spiegel@gnu.org>
3316
3317 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3318 vc.el).
3319
eaae8106 3320 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3321 require vc.
eaae8106
SS
3322
3323 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3324 checkouts.
eaae8106 3325
d1838556
DL
33262000-11-20 Dave Love <fx@gnu.org>
3327
3328 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3329
2b69bc11 33302000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3331
2b69bc11
GM
3332 * calculator.el (calculator-paste): Use `if' instead of `and'
3333 and `or'.
3334 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3335
b95b34e5
GM
33362000-11-19 Gerd Moellmann <gerd@gnu.org>
3337
030de92f
GM
3338 * info.el (info-menu-5): Doc fix.
3339
b95b34e5
GM
3340 * textmodes/artist.el: New file.
3341
54970452
AS
33422000-11-19 Andre Spiegel <spiegel@gnu.org>
3343
eaae8106 3344 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3345 and differentiate according to checkout model.
3346 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3347 since this function is only concerned with master state.
3348
eaae8106 3349 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3350 vc-default-workfile-unchanged-p): Moved here from vc.el.
3351
eaae8106 3352 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3353 vc-default-workfile-unchanged-p): See above.
3354
e5a9dabf
MB
33552000-11-19 Miles Bader <miles@gnu.org>
3356
3357 * image-file.el (insert-image-file): Make `intangible' and
3358 `read-only' properties rear-nonsticky too.
3359
24127af0
GM
33602000-11-18 Gerd Moellmann <gerd@gnu.org>
3361
d392e9c5 3362 * ps-print.el: Update copyright notice.
eaae8106 3363
d392e9c5
GM
3364 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3365 (tooltip-show): Use the offsets.
3366
24127af0 3367 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3368 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3369 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3370
2b69bc11 33712000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3372
2b69bc11
GM
3373 * ps-print.el (toplevel): Test for find-coding-system being
3374 fboundp before calling ps-x-find-coding-system.
08ea6f17 3375
66321b2f
SM
33762000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3377
3378 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3379 (vc-version-backup-file): Docstring fix.
3380
046110c6
GM
33812000-11-16 Gerd Moellmann <gerd@gnu.org>
3382
4104194e
GM
3383 * files.el (basic-save-buffer): Don't add a newline if
3384 find-file-literally is non-nil.
3385 (find-file-literally): Extend doc string.
3386
046110c6
GM
3387 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3388 sort(1) with the `-f' argument.
3389
6505c16e
AS
33902000-11-16 Andre Spiegel <spiegel@gnu.org>
3391
fd063975
AS
3392 * vc.el: Updated backend documentation.
3393 (vc-default-check-headers): New function.
3394
3d02dd81 3395 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3396
3397 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3398 up-to-date.
eaae8106 3399 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3400 the minibuffer is not active.
fd063975 3401
eaae8106 3402 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3403 `vc-cvs-use-edit' is on.
eaae8106
SS
3404 (vc-cvs-checkout): When this is used for reverting the workfile,
3405 make a backup of the original contents and revert to that in case
8791d617 3406 of error.
eaae8106 3407 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3408 remote repositories.
eaae8106 3409
6505c16e
AS
3410 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3411 for both version and ratio in the minibuffer.
fd063975 3412
eaae8106 3413 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3414 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3415
a13f0660
KH
34162000-11-16 Kenichi Handa <handa@etl.go.jp>
3417
3418 * international/quail.el (quail-start-translation): Don't call
3419 `message' before reading key sequence.
3420
1389a414
MB
34212000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3422
3423 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3424
9256a532
KH
34252000-11-16 Kenichi Handa <handa@etl.go.jp>
3426
3427 * window.el (fit-window-to-buffer): Be sure to acquire at least
3428 one text line even if the buffer is empty.
3429
0e14fe9f
GM
34302000-11-16 Gerd Moellmann <gerd@gnu.org>
3431
eaae8106 3432 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3433 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3434 ange-ftp-process-verbose to nil.
3435
da645c53
DL
34362000-11-15 Dave Love <fx@gnu.org>
3437
233d5cde
DL
3438 * wid-edit.el (widget-specify-field, widget-specify-button): If
3439 :help-echo is a function, set help-echo of overlay to
3440 widget-mouse-help.
3441 (widget-mouse-help): New function.
3442 (widget-echo-help): Rewritten for :help-echo functions only taking
3443 a widget arg.
3444
b12057b9
DL
3445 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3446 display-graphic-p.
3447 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3448 and that JPEG is available.
3449 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3450
da645c53
DL
3451 * international/mule-cmds.el (locale-charset-language-names):
3452 Match @euro.
3453
6d133d1f
GM
34542000-11-15 Gerd Moellmann <gerd@gnu.org>
3455
3456 * faces.el (face-set-after-frame-default): If
0e14fe9f 3457 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3458 default face from X resources.
3459
49ac2ac5
EZ
34602000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3463 Don't set EMACSLOADPATH.
3464
4fb0a34c
EZ
34652000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3466
3467 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3468 texinfo-insert-@url.
3469 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3470 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3471
bb304a7a
SM
34722000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3473
82bc80bf
SM
3474 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3475 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3476 (checkdoc-minor-keymap): Backward compatibility.
3477 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3478 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3479 (checkdoc-this-string-valid-engine): Be a bit more strict
3480 to avoid matching substrings of `...' quoted vars/funs.
3481 (checkdoc-defun-info): Only look for `interactive' if alone.
3482 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3483
e8c87124
SM
3484 * progmodes/compile.el (grep): `tag-default' can be nil.
3485
bb304a7a
SM
3486 * newcomment.el (comment-indent): Paren typo.
3487
8628686a
DL
34882000-11-14 Dave Love <fx@gnu.org>
3489
25c269ef
DL
3490 * calculator.el: New maintainer version.
3491
66321b2f 3492 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3493
8628686a
DL
3494 * cmuscheme.el: Doc fixes.
3495 (cmuscheme) <defgroup>: Use `scheme' as parent.
3496 (cmuscheme-program-name): Remove. Change uses to
3497 scheme-program-name.
3498
3499 * xscheme.el (scheme-program-name): Don't define here.
3500
3501 * progmodes/scheme.el (scheme-program-name): New variable
3502 (originally in cmuscheme).
3503
88f0a1eb
MB
35042000-11-14 Miles Bader <miles@gnu.org>
3505
3506 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3507 Handle header-lines. Don't loop forever if we can't enlarge the
3508 window anymore. Simplify a bit.
3509
cd9a000c
KH
35102000-11-14 Kenichi Handa <handa@etl.go.jp>
3511
3512 * window.el (fit-window-to-buffer): Don't check
3513 window-text-height. Assure that the last line is fully visible.
3514
3515 * international/quail.el (quail-show-guidance-buf): Call
3516 fit-window-to-buffer to assure the enough height of the guidance
3517 buffer.
3518 (quail-update-guidance): Avoid making the guidance buffer shorter.
3519
d3fcda22
SM
35202000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3521
bdbd9606
SM
3522 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3523 rather than `prepend' and add an interesting comment.
3524 (tex-math-face, tex-font-lock-syntactic-face-function):
3525 New face and function to use it.
3526 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3527 than `menu-enable' symbol property.
3528 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3529 (tex-mode): Add some latex-mode commands for auto-selection.
3530 Use tex-font-lock-syntactic-face-function.
3531 (tex-insert-quote): Simplify.
3532 (tex-shell): New mode.
3533 (tex-start-shell): Use it.
3534 (tex-shell-proc, tex-shell-buf): New functions.
3535 (tex-send-command): Use it.
3536 (tex-main-file): Fix the meaning of the new arg REALFILE.
3537 (tex-send-tex-command): New function split from `tex-start-tex'.
3538 Set compilation-last-buffer and compilation-parsing-end.
3539
d3fcda22
SM
3540 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3541 when it follows non-comment text on the line.
3542
3543 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3544 Set font-lock-defaults.
3545 (lisp-mode-shared-map): Init inside the defvar.
3546 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3547 Use define-derived-mode.
3548
bdab1d43
MB
35492000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3550
3551 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3552
936ae731
GM
35532000-11-14 Gerd Moellmann <gerd@gnu.org>
3554
3555 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3556 recursively optimize body because that can lead to infinite
3557 recursion; see comment there.
3558
1695ca2b
EZ
35592000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3560
3561 * faces.el (face-spec-set-match-display): Revert the change from
3562 2000-10-24. Add a FIXME for after v21.1.
3563
9d348294
MB
35642000-11-13 Miles Bader <miles@gnu.org>
3565
3566 * textmodes/fill.el (skip-line-prefix): New function.
3567 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3568 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3569 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3570 point inside the fill-prefix.
9d348294 3571
b85fa13c
MB
35722000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3573
3574 * calendar/calendar.el (generate-calendar-window): Use
3575 `fit-window-to-buffer'.
3576
a0b47716
SM
35772000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3578
3579 * gud.el (gud-minor-mode): New var.
3580 (gud-symbol, gud-val): New functions.
3581 (gud-find-file): Copy gud-minor-mode to the new buffer.
3582 (gud-menu-map): Include entries for commands that are not always
3583 available, using :enable to (de)activate them.
3584 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3585 (gud-mode-map): New map.
eaae8106 3586 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3587 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3588 Don't set up gud's menu (it's done by the minor-mode).
3589 (gud-minibuffer-local-map): New.
3590 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3591 (gud-query-cmdline): New function.
3592 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3593 (gud-mode): Use define-derived-mode.
3594 Don't set up gud's menu (it's done by the minor-mode).
3595 (gud-chop-words): Remove.
3596 (gud-common-init): Use split-string instead.
3597 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3598
3599 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3600 Add keyword arg :name.
3601
3602 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3603 (diff-count-matches, diff-split-hunk): New functions.
3604 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3605
3606 * pcvs-info.el (cvs-fi-conflict-face): New var.
3607
3608 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3609 Make it into a simple syntax-table, shared among all submodes.
3610 (sh-heredoc-face): Re-introduce.
3611 (sh-font-lock-syntactic-face-function): New function.
3612 (sh-mode): Use it. Also use define-derived-mode.
3613 Remove old bogus setting of indent-region-function.
3614 (sh-set-shell): Don't set the syntax-table any more.
3615 (sh-mode-syntax-table) <defun>: Remove.
3616
f5ed37df
MB
36172000-11-12 Miles Bader <miles@gnu.org>
3618
3619 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3620 message if interactive.
3621
0b074c2f
DL
36222000-11-12 Dave Love <fx@gnu.org>
3623
3624 * mail/feedmail.el: Fix header,
3625 (feedmail) <defgroup>: Add :link.
3626
3627 * view.el: Use local-map property, not keymap on mode-line string.
3628
3629 * scroll-all.el (scroll-all-mode): Customize variable. Add
3630 autoload cookie to function.
3631
3632 * lazy-lock.el: Remove compatibility code.
3633
3634 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3635 (finder-help-echo): New variable.
3636 (finder-mouse-face-on-line): Add help-echo stuff.
3637 (finder-list-keywords, finder-list-matches): Use mapc.
3638
3639 * faces.el (face-font-registry-alternatives): Add :version.
3640
3641 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3642 tags-table-list.
3643
a0b47716 3644 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3645
a0b47716 3646 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3647 (mail-mode): Use [:alnum:] in some regexps.
3648
6d502396
DL
36492000-11-10 Dave Love <fx@gnu.org>
3650
3651 * ediff.el (ediff-regions-internal, ediff-documentation):
3652 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3653 fundamental mode.
3654
3655 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3656 buffer into fundamental mode.
3657 (ediff-set-difference): Use copy-sequence if available.
3658
3659 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3660 ediff-patch-map non-nil.
3661 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3662 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3663 buffer into fundamental mode.
3664
3665 * ediff-merg.el (state-or-merge): Defvar when compiling.
3666
a82fe213
JR
36672000-11-10 Jason Rumney <jasonr@gnu.org>
3668
3669 * w32-fns.el (w32-add-charset-info): New function.
3670 (w32-charset-info-alist): Use it.
3671
52d89894
GM
36722000-11-10 Gerd Moellmann <gerd@gnu.org>
3673
3674 * faces.el (face-font-registry-alternatives): New user-option.
3675
178932de
SM
36762000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3677
d7fa3319
SM
3678 * textmodes/texinfo.el (texinfo-block-default): New var.
3679 (texinfo-insert-block): Use it. Insert a newline if needed.
3680
178932de
SM
3681 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3682 (fill-region-as-paragraph): Use it.
3683
3684 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3685 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3686 Tweak paragraph regexps to allow a leading [ \t]*.
3687 (tex-latex-block): Insert a newline if necessary.
3688 (latex-insert-item): Only insert a newline if necessary.
3689 (tex-guess-main-file): New function.
3690 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3691 Set tex-main-file if TeX-master is provided.
3692 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3693
bd02b8e0
GM
36942000-11-10 Gerd Moellmann <gerd@gnu.org>
3695
3696 * startup.el (command-line): Set the default tooltip-mode
3697 to t for graphical displays which implement x-show-tip.
3698
3699 * tooltip.el (tooltip-mode): Add a comment about startup.el
3700 setting the default value of this user-option.
3701
b29b03eb
SM
37022000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3703
3704 * font-lock.el (font-lock-*-face) <defvar>: Move.
3705 (font-lock-defaults-alist): Mark obsolete.
3706 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3707 (font-lock-mode): Use define-minor-mode.
3708 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3709 (font-lock-turn-off-thing-lock): Be more explicit.
3710 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3711 (font-lock-syntactic-face-function): New var.
3712 (font-lock-fontify-syntactically-region): Use it.
3713 (font-lock-doc-face): New.
3714
3715 * pcvs.el (cvs-enabledp): Ignore errors.
3716 (cvs-commit-filelist): Never query.
3717 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3718 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3719 (cvs-do-removal): Use cvs-partition rather than delete-if.
3720 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3721 cvs-bury-buffer.
3722
3723 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3724 Allow `next' to jump to after the end of the last match.
3725
778fbc46
GM
37262000-11-09 Gerd Moellmann <gerd@gnu.org>
3727
730c746c
GM
3728 * simple.el (byte-compiling-files-p): New function.
3729
3730 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3731 if it is there.
3732
3733 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3734 nil again.
3735
778fbc46
GM
3736 * textmodes/ispell.el (ispell-library-path): Don't call
3737 check-ispell-version when byte-compiling because that starts
3738 an ispell process, and ispell might not be installed.
3739 (toplevel): Don't set up a menu when byte-compiling.
3740
3741 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3742 it, so that a boundp test can be used to determine if we're
3743 currently byte-compiling.
3744
5912c5bb
DL
37452000-11-09 Dave Love <fx@gnu.org>
3746
3747 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3748 eval-after-load.
3749
7bb054a5
GM
37502000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3751
3752 * ps-print.el: Patch for variable initialization when spooling. Doc
3753 fix.
3754 (ps-output-list): Fun eliminated.
3755 (ps-begin-file, ps-begin-job): Code fix.
3756
9db2706e
DL
37572000-11-08 Dave Love <fx@gnu.org>
3758
3759 * ediff-wind.el (ediff-control-frame-parameters): Zero
3760 tool-bar-lines.
3761
f7eb32aa
GM
37622000-11-08 Gerd Moellmann <gerd@gnu.org>
3763
3764 * simple.el (shell-command, display-message-or-buffer)
3765 (shell-command-on-region): Mention resize-mini-windows in the doc
3766 string.
3767 (display-message-or-buffer): Take the value of resize-mini-windows
3768 into account.
3769
7b01b08c
GM
37702000-11-07 Gerd Moellmann <gerd@gnu.org>
3771
acad3c0b
GM
3772 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3773
7b01b08c
GM
3774 * dired.el (dired-between-files): Add `^. find' as an alternative
3775 to the regular expression, for find-dired.
3776
6f602bd0
SM
37772000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3778
3779 * textmodes/texnfo-upd.el: Require texinfo.
3780 (defmacro, defgroup): Remove.
3781 (texinfo-section-to-generic-alist): Remove.
3782 Use texinfo-section-list instead (i.e. level is changed string->int).
3783 (texinfo-filter): New function.
3784 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3785 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3786 Use it. And use regexp-opt.
3787 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3788 (texinfo-update-menu-region-beginning)
3789 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3790 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3791 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3792 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3793 (texinfo-sequential-node-update): Remove autoload cookie.
3794
3795 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3796 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3797 (texinfo-chapter-level-regexp): Remove.
3798 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3799
bb216218
DL
38002000-11-06 Dave Love <fx@gnu.org>
3801
6f602bd0 3802 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3803
6f602bd0
SM
3804 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3805 Match defun*.
bb216218 3806
ff8dd5d5
KH
38072000-11-06 Kenichi Handa <handa@etl.go.jp>
3808
3809 * composite.el (composition-function-table): Variable declaration
3810 moved to src/composite.c.
3811 (compose-chars-after): New optional arg object.
3812
e9da51a1
GM
38132000-11-06 Gerd Moellmann <gerd@gnu.org>
3814
e0c12c68
GM
3815 * bindings.el (mode-line-toggle-read-only)
3816 (mode-line-toggle-modified, mode-line-widen)
3817 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3818 (make-mode-line-mouse2-map): Rewritten.
3819 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3820 functions so that C-h k can show something with a doc string.
eaae8106 3821
e9da51a1
GM
3822 * startup.el (fancy-splash-delay): Set to 10 seconds.
3823 (fancy-splash-max-time): New user-option.
3824 (fancy-splash-stop-time): New variable.
3825 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3826 (fancy-splash-screens-1): Throw `stop-splashing' when current
3827 time is greater than fancy-splash-stop-time.
3828
611dbdf0
SM
38292000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3830
4d2806e2
SM
3831 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3832
611dbdf0
SM
3833 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3834 Prompt user for a file rather than raising an error.
3835 (cvs-enabledp): Fix call to cvs-mode-marked.
3836 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3837 (cvs-mode-insert): Use it. Change the init prompt' value.
3838 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3839
3840 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3841 Don't pass default arg to ewoc-locate.
3842 (ewoc-collect): Return result in the right order.
3843
3844 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3845
3846 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3847 (cvs-status-get-tags): Fix regexp.
3848 (cvs-status-trees, cvs-status-cvstrees):
3849 Combine after change hooks and don't sit-for.
4d2806e2
SM
3850 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3851 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3852 Use make-char rather than hard-coded cryptic data.
3853 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3854
3855 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3856
3857 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3858 (cvs-insert-strings): New function.
3859
937b2877
MB
38602000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3861
3862 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3863 `mwheel-scroll-amount'.
3864 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3865 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3866 string-matching against the version string.
3867
c6c97763
KH
38682000-11-06 Kenichi Handa <handa@etl.go.jp>
3869
6eaec747
KH
3870 * language/thai.el ("Thai"): Set a lisp form that produces
3871 composed string in `sample-text' language info.
3872
3873 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3874 composed string in `sample-text' language info.
3875
3876 * international/mule-cmds.el (describe-language-environment): Eval
3877 `sample-text' data and insert the result.
3878
c6c97763
KH
3879 * international/mule-conf.el (compound-text): Define this coding
3880 system here. Make x-ctext and ctext aliases of it.
3881
3882 * language/european.el (compound-text, ctext): Moved to
3883 international/mule-conf.el.
3884
d1145f85
AI
38852000-11-05 Andrew Innes <andrewi@gnu.org>
3886
3887 * w32-fns.el (w32-version): New function.
3888
178a6a45
SM
38892000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * progmodes/awk-mode.el: Update copyright.
3892 (awk-mode-abbrev-table): Remove.
3893 (awk-font-lock-keywords): Use regexp-opt.
3894 (awk-mode): Use define-derived-mode.
3895
3896 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3897 when extracting a suffix.
3898
1ba90166
AS
38992000-11-04 Andre Spiegel <spiegel@gnu.org>
3900
3901 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3902 auto-save-mode.
3903
546790cb
JR
39042000-11-04 Jason Rumney <jasonr@gnu.org>
3905
3906 * language/european.el (decode-mac-roman): Test against r1 not r0.
3907
d247e32d
SM
39082000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3909
fbf44f44
SM
3910 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3911 (icon-mode): Define indent-line-function.
3912 (icon-comment-indent): Simplify.
3913 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3914
3915 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3916
3917 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3918 Bind change-log-default-mode to defeat the caching done on it.
3919 Don't bother saving excursion any more.
3920
3921 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3922
3923 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3924 (set-frame-font): Use the new name (and the old for compatibility).
3925
eaae8106
SS
3926 * toolbar/tool-bar.el (tool-bar-mode):
3927 * time.el (display-time-mode):
3928 * recentf.el (recentf-mode):
3929 * paren.el (show-paren-mode):
3930 * mwheel.el (mouse-wheel-mode):
3931 * msb.el (msb-mode):
3932 * jka-compr.el (auto-compression-mode):
3933 * image-file.el (auto-image-file-mode):
3934 * hl-line.el (hl-line-mode):
3935 * delsel.el (delete-selection-mode):
3936 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3937 * complete.el (partial-completion-mode): Drop unneeded positional args.
3938
eaae8106 3939 * info.el (Info-mode):
79372165 3940 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3941
d247e32d
SM
3942 * log-edit.el (log-edit-menu): New menu.
3943
4921558e
MB
39442000-11-03 Miles Bader <miles@gnu.org>
3945
3946 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3947 definition, so that trailing spaces are handled properly.
3948 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3949
1fc02b3c
GM
39502000-11-03 Gerd Moellmann <gerd@gnu.org>
3951
3952 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3953 tab character.
3954 (fancy-splash-screens): Set tab-width to 20.
3955
51d001f7
DL
39562000-11-03 Dave Love <fx@gnu.org>
3957
3958 * comint.el (comint-completion-addsuffix): Fix custom type.
3959
ba22aeff
SM
39602000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3961
3962 * font-lock.el (font-lock-buffers): Remove.
3963 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3964 (font-lock-change-major-mode): Remove.
3965 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3966 (font-lock-default-fontify-region): Extend the multiline
3967 fontification to whole lines.
3968 (font-lock-fontify-anchored-keywords)
3969 (font-lock-fontify-keywords-region): If matching just one
3970 line (with \n) only mark the \n as multiline.
3971
3972 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3973 Correctly handle the case where several :group args are supplied.
3974 Allow :extra-args.
3975 (easy-mmode-define-global-mode): Allow :extra-args.
3976 Correctly handle the case where several :group args are supplied.
3977
9c887ada
MB
39782000-11-02 Miles Bader <miles@gnu.org>
3979
eaae8106 3980 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3981 (holiday-face): Remove dependency on `window-system'.
3982
7f25090d
KR
39832000-11-02 Ken Raeburn <raeburn@gnu.org>
3984
3985 * Makefile.in (emacs): Set EMACSLOADPATH always.
3986 (update-authors, .el.elc, compile-files): Don't do it explicitly
3987 here.
9b911107 3988 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3989
7dd6009c
DL
39902000-11-02 Dave Love <fx@gnu.org>
3991
3992 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3993
94821e4f
EZ
39942000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3995
3996 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3997 punctuation in the warning inserted into the *mail* buffer.
3998
1ac3fc42
GM
39992000-11-02 Gerd Moellmann <gerd@gnu.org>
4000
57731876
GM
4001 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4002 (authors-public-domain-p): New function.
4003 (authors-print): Use it.
4004
975f82c9
GM
4005 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4006
1ac3fc42
GM
4007 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4008
4b3eb10f
GM
40092000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4010
975f82c9 4011 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4012 (ps-print-version): New version number (6.3.1).
4013 (ps-even-or-odd-pages): Customization fix.
4014 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4015 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4016 (ps-page-count): Var replaced by `ps-page-column'.
4017 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4018 (ps-print-sheet-p): New fun.
4019
7da794df
MB
40202000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4021
4022 * tooltip.el (tooltip-gud-tips-setup): New function.
4023 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4024 (tooltip-mode): Call tooltip-gud-tips-setup.
4025 (tooltip-gud-tips): Use `gud-basic-call' instead of
4026 process-send-string, so the prompt gets frobbed appropriately.
4027 Handle nil return value from `tooltip-gud-print-command'.
4028
0e40b809
EL
40292000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4030
4031 * comint.el (comint-add-to-input-history): New function.
4032 (comint-send-input): Use `comint-add-to-input-history'.
4033
50ada0db
MB
40342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4035
973a3104
MB
4036 * info.el (info-menu-header): New face.
4037 (Info-fontify-menu-headers): New function.
4038 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4039
50ada0db
MB
4040 * info.el (Info-insert-dir): Don't include blank lines at
4041 beginning of additional dir files (one is added automatically).
4042
bff53411
SM
40432000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * emacs-lisp/easy-mmode.el (define-minor-mode):
4046 Revert the latest changes.
4047 Allow the three positional arguments to be skipped and replaced
4048 by keyword arguments.
4049 Add a :toggle argument to determine whether a nil arg means toggle
4050 or means turn-on. The default is unchanged.
4051 Add a call to force-mode-line-update.
4052
6b8a0b2d
DL
40532000-11-01 Dave Love <fx@gnu.org>
4054
4055 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4056 cookie.
4057
5bf99100
MB
40582000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4059
4060 * calendar/calendar.el (diary-face, holiday-face): Add
4061 dark-background variants.
4062
a4032611
SS
40632000-10-31 Sam Steingold <sds@gnu.org>
4064
4065 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4066 `tex-main-file' does not have directory in it.
4067
c286608e
SM
40682000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4069
4070 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4071
4836835a
TTN
40722000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4073
4074 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4075 functional change.
4076
26dcb81b
GM
40772000-10-31 Gerd Moellmann <gerd@gnu.org>
4078
4079 * files.el (find-file-noselect): When we expand a wildcard, return
4080 a list of buffers, as we should do according to the doc string.
4081
49fc4500
KR
40822000-10-31 Ken Raeburn <raeburn@gnu.org>
4083
4084 * loadup.el (top level): Adjust load path if program name is
4085 "../src/bootstrap-emacs", in case it's not dumped and thus the
4086 load path adjustment hasn't already been done.
4087
ea0c615d
GM
40882000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4089
4090 * ps-print.el: Fix bug on selected pages for printing. Use
4091 `color-values' for Emacs 21. Ensure fontification when jit-lock
4092 is on. Try to avoid warning messages when compiling. Doc Fix.
4093 (ps-print-version): New version number (6.3).
4094 (ps-color-device): Use `color-values' to determine if device
4095 supports color.
4096 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4097 (ps-print-page-p): Changed from defsubst to defun.
4098 (ps-page-number): Changed from defmacro to defun.
4099 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4100 printing.
c286608e 4101 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4102 (ps-end-file, ps-dummy-page): Funs eliminated.
4103 (ps-print-color-scale): Changed default value.
4104 (ps-page-n-up, ps-print-page-p): New internal vars.
4105 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4106 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4107
9e20722f
GM
4108 * delim-col.el: Little programming improvement.
4109 (delimit-columns-str): New macro.
4110 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4111
d7a0fd00
KH
41122000-10-31 Kenichi Handa <handa@etl.go.jp>
4113
c286608e
SM
4114 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4115 Moved to european.el.
d7a0fd00
KH
4116 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4117 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4118 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4119 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4120
234be340
DL
41212000-10-30 Dave Love <fx@gnu.org>
4122
4123 * progmodes/cc-menus.el (imenu-generic-expression)
4124 (imenu-progress-message): Only defvar when compiling.
4125
4edc4a39
DL
4126 * emacs-lisp/elp.el (elp-unload-hook): New function.
4127
4128 * loadhist.el (unload-feature): Call elp-restore-function,
4129 checking for symbols; don't use elp-restore-all.
4130 (loadhist-hook-functions): Doc fix.
4131
70c825df
SM
41322000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4133
4134 * log-edit.el (log-edit-confirm): Fix the default.
4135
1d3baf74
GM
41362000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4137
4138 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4139 delimit-columns-format.
4140 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4141
1ec321a7
MB
41422000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4143
4144 * comint.el (comint-replace-by-expanded-history): Don't use
4145 comint-get-old-input (we're not looking at *old* input).
4146 (comint-get-old-input-default): If using fields, signal an error
4147 when the point is not in an input field.
4148
70737ea9
KH
41492000-10-30 Kenichi Handa <handa@etl.go.jp>
4150
4151 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4152 and mule-unicode-e000-ffff.
4153
fa0cb51d 4154 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4155 (make-coding-system): Accept a symbol of translation table as a
4156 value of property `safe-chars'.
4157
4158 * international/mule-cmds.el (encode-coding-char): Check property
4159 safe-chars instead of safe-charsets.
4160
4161 * international/fontset.el (fontset-default): Modified for
4162 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4163 (x-font-name-charset-alist): Likewise.
4164 (ccl-encode-unicode-font): New CCL program. Record it in
4165 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4166
70c825df
SM
4167 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4168 New translation tables.
70737ea9
KH
4169 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4170 programs are modified and moved from mac-win.el.
4171 (mac-roman): Definition of this coding system is modified and
4172 moved from mac-win.el.
4836835a 4173
fda2ce24 41742000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4175
1d3baf74 4176 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4177 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4178
dd4d3cb6
MB
41792000-10-29 Miles Bader <miles@gnu.org>
4180
4181 * custom.el (custom-add-to-group): Allow multiple entries for a
4182 given value OPTION, as long as their widget types are different.
4183 * cus-edit.el (custom-face-value-create): If face name doesn't end
4184 with "face", add such here (similar to custom group widgets).
4185
4186 * comint.el (comint-highlight-prompt): Add :type.
4187
dace60cf
JW
41882000-10-28 John Wiegley <johnw@gnu.org>
4189
4190 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4191 Changed this function to operate on a temporary buffer instead of
4192 the main buffer. This not only keeps flyspell from marking a
4193 buffer as changed that wasn't, but it solves the jumpy cursor
4194 problem when attempts are made to edit incorrect words.
4195 (flyspell-maybe-correct-doubling): Same change as for
4196 `flyspell-maybe-correct-transposition'.
4197
4198 * calendar/timeclock.el (timeclock-log): Doc fix.
4199 (timeclock-last-event): Doc fix.
4200 (timeclock-log): Kill the timelog buffer after appending a new
4201 event.
4202 (timeclock-find-discrep): Use a temp buffer to read in the
4203 timelog, instead of visiting the file.
4204 (timeclock-log-data): A new function, along with a host of helper
4205 functions, for the purpose of making timelog data accessible to
4206 programmers.
4207
4208 * eshell/esh-mode.el (window-height test): Make certain that
4209 `eshell-stringify-t' is non-nil.
4210 (eshell-password-prompt-regexp): Changed to a much simpler
4211 password regexp.
4212 (eshell-send-input): If `eshell-invoke-directly' returns t,
4213 directly invoke the parsed command using `eval'. This improves
4214 turn-around time on simple commands by a factor of three or
4215 greater, such as cd, ls, pwd, etc. -- which get used very often.
4216 It also conserves thousands of cons cells per call (since
4217 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4218 in the Pacific Cookie Company).
4219
4220 * eshell/esh-test.el (eshell-test): Whitespace fix.
4221
4222 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4223 `eshell-ls-initial-args' nil when inserting directory contents.
4224
4225 * eshell/em-script.el (eshell-script-initialize): Add names to
4226 `eshell-complex-commands, since `source' and `.' are complex.
4227
0467b076
EZ
4228 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4229 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4230 `eshell-copy-handles'.
4231 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4232 bodies.
4233 (eshell-separate-commands): Whitespace fix.
4234 (eshell-complex-commands): Added a new list of names, for
4235 determining whether a given command is as simple as it looks.
4236 (eshell-invoke-directly): New function. Returns t if a command
4237 should be invoked directly (using `eval'), rather than indirectly
4238 using `eshell-do-eval'.
4239 (eshell-do-eval): Whitespace fix.
4240
4241 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4242 which provides an emulation of the DOS shell behavior of assuming
4243 that cp/mv/ln should copy/move/link to the current directory.
4244 (eshell-remove-entries): Added a doc string.
4245 (eshell-shuffle-files): Removed the check for `target' being null.
4246 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4247 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4248 it to do a smarter check of whether a destination was provided.
4249 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4250 (eshell/ln): Enable `:preserve-args', and use
4251 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4252 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4253 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4254 list after flattening it. This makes it possible to cat files
4255 with numerical names.
4256 (eshell-unix-initialize): Added several names to
4257 `eshell-complex-commands.
4258 (eshell-unix-command-complex-p): Return t if a given command name
4259 may result in external processes being invoked.
4260
4261 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4262 variable nil by default, since it slows down glob processing by a
4263 factor of two or more, and increases memory consumption.
4264
4265 * eshell/em-smart.el: Added a note about how memory consumptive
4266 smart display mode can be (at least this is true in Emacs 21).
4267 (eshell-smart-initialize): Whitespace fix.
4268 (eshell-refresh-windows): Use `if' instead of `when'.
4269 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4270 not necessary.
4271 (eshell-currently-handling-window): Added a missing global
4272 variable.
4273
4274 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4275 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4276 Whitespace fix.
4277 (eshell-ls-exclude-hidden): Added this variable in addition to
4278 `eshell-ls-exclude-regexp'. This one prevents files beginning
4279 with . from even being read, which can improve memory consumption
4280 quite a bit.
4281 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4282 read file entries beginning with a dot. In home directories with
4283 lots of hidden files, fully two-thirds of the time spent in ls is
4284 used to read directory entries that are immediately thrown away.
4285 (eshell-ls-initial-args): Added back this configuration variable,
4286 for specifying default initial arguments to every call to ls.
4287 Much faster than using an alias to do the same thing.
4288 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4289 (eshell-ls-dir): Whitespace change.
4290
4291 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4292
4293 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4294 available.
4295 (eshell-stringify-t): Added a customization variable, to indicate
4296 whether `t' should be rendered as a string at all. If not, one
4297 can still determine if the result of an expression is true using
4298 "file-exists-p FILE && echo true".
4299 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4300 stringify t!
4301
4302 * eshell/esh-module.el: Whitespace fix.
4303
4304 * eshell/em-alias.el (eshell-alias-initialize): Added
4305 `eshell-command-aliased-p' to `eshell-complex-commands'.
4306 (eshell-command-aliased-p): New function that returns t if a
4307 command name names an aliased.
4308
657f9cb8 43092000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4310
0467b076 4311 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4312 redrawing the screen when changing cursor color.
0467b076
EZ
4313 (viper-insert-state-pre-command-sentinel)
4314 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4315 (viper-replace-state-post-command-sentinel):
4316 Use viper-preserve-cursor-color.
657f9cb8
MK
4317 Many functions changed to use viper= instead of = when comparing
4318 characters.
0467b076 4319 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4320 working with characters.
0467b076 4321 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4322 Many functions changed to use viper= instead of = when comparing
4323 characters.
0467b076 4324 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4325
0467b076 4326 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4327 Several typos fixed in various docstrings.
0467b076
EZ
4328 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4329 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4330 hook.
0467b076
EZ
4331 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4332 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4333 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4334 (ediff-get-selected-buffers): New function.
4335 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4336 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4337 save-window-excursion.
0467b076 4338 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4339 termination check in while loop.
0467b076 4340 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4341 dired buffer.
0467b076
EZ
4342 (ediff-files,ediff-merge-files,ediff-files3)
4343 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4344
4f490d99
DL
43452000-10-28 Dave Love <fx@gnu.org>
4346
4347 * info.el (Info-fontify-node): Add help-echo for menu items.
4348
45b84006
EZ
43492000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4350
5ebc02b3
EZ
4351 * startup.el (normal-top-level): If the value of $TERM indicates
4352 we are running from xterm or one of its work-alikes, default to a
4353 light background mode.
4354
45b84006
EZ
4355 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4356 * faces.el (tty-handle-reverse-video): New function.
4357 (tty-create-frame-with-faces): Call it.
4358
4359 * frame.el (frame-notice-user-settings): Don't apply
4360 default-frame-alist and initial-frame-alist to MS-DOS frames.
4361 Call tty-handle-reverse-video, frame-set-background-mode, and
4362 face-set-after-frame-default for non-MS-DOS frames.
4363
4364 * startup.el (tty-long-option-alist): New variable.
4365 (tty-handle-args): New function.
4366 (command-line): Call tty-handle-args.
4367
4368 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4369 startup.el now does that for all character-terminal frames.
4370
eab6e8b9
MB
43712000-10-28 Miles Bader <miles@gnu.org>
4372
4373 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4374 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4375 global. If :global is followed by a non-nil but non-t value,
4376 make the mode buffer-local, but also generate a `global-MODE'
4377 version using `easy-mmode-define-global-mode'. Add
4378 :conditional-turn-on keyword argument.
4379
51a29efc
DL
43802000-10-28 Dave Love <fx@gnu.org>
4381
4382 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4383 use window-system.
4384
d71d7114
EZ
43852000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4386
4387 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4388 Don't call find-buffer-file-type-coding-system. Instead, just
4389 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4390 if the file is on an untranslated filesystem.
4391 (add-untranslated-filesystem): Use "D" instead of "f" inside
4392 interactive.
4393
1f9cab4b
DL
43942000-10-27 Dave Love <fx@gnu.org>
4395
70c825df 4396 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4397 (refill-mode): Use it.
4398
70c825df
SM
43992000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4400
4401 * international/quail.el (quail-activate): Don't make-local-hook.
4402
7432cf10
AS
44032000-10-27 Andre Spiegel <spiegel@gnu.org>
4404
4836835a 4405 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4406 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4407 (vc-make-version-backup): Don't do it on MS-DOS without long file
4408 names.
4836835a 4409
7432cf10
AS
4410 * vc.el (vc-version-other-window): If an automatic backup of the
4411 desired version exists, rename it instead of copying it.
4412
4836835a
TTN
4413 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4414 after command. If there's an unexpected error, signal it instead
7432cf10 4415 of being silent.
e1483c38 4416 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4417
05ea7ef2
MB
44182000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4419
fd1035aa
MB
4420 * shell.el (shell): Add BUFFER argument.
4421 * comint.el (make-comint-in-buffer): New function.
4422 (make-comint): Use it.
4423
05ea7ef2
MB
4424 * faces.el (face-spec-choose): Change syntax so that the list of
4425 attribute-value pairs is now the cdr of each clause, not the cadr.
4426 Detect old-style entries, and handle them. Use pop.
4427
835a55fe
SM
44282000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4429
f5ab1cdd
SM
4430 * cus-edit.el (custom-mode-map): Use a sparse map.
4431 (custom-mode): Don't bother with make-local-hook.
4432
4433 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4434
835a55fe
SM
4435 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4436
c13b0ec8
GM
44372000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4438
4439 * ps-print.el: Avoid compilation gripes.
4440 (ps-print-version): New version number (6.2.1).
4836835a 4441
e9f63196
DL
44422000-10-26 Dave Love <fx@gnu.org>
4443
0b95284b
DL
4444 * menu-bar.el: Modify some menu item help strings.
4445 (menu-bar-help-menu): Add link to MORE.STUFF.
4446
e9f63196
DL
4447 * cus-edit.el (custom-mode): Add `special' mode-class property.
4448
4449 * wid-browse.el (widget-browse-mode): Likewise.
4450
4451 * wid-edit.el (widget-specify-field): Revert to using local-map
4452 property, not keymap.
4453
e276a14a
MB
44542000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4455
c1545d88
MB
4456 * wid-edit.el (widget-field-end): When checking for a `boundary'
4457 field, do so in the correct buffer.
4458
3c1b77ca
MB
4459 * simple.el (undo): Correctly distinguish between numeric and
4460 non-numeric prefix args in non-transient-mark-mode, as per the doc
4461 string. When in transient-mark-mode, treat all prefix-args as
4462 numeric.
4463
f5ab1cdd
SM
4464 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4465 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4466
4467 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4468 (comint-mode-map): Reverse order of `comint-write-output' and
4469 `comint-append-output-to-file'.
4470 (comint-append-output-to-file): Reinstate this function, for the
4471 benefit of the menu.
4472
d97151cb
SM
44732000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4474
4475 * vc.el (vc-version-other-window): Bind `file'.
4476
ea7d6f5b
GM
44772000-10-25 Gerd Moellmann <gerd@gnu.org>
4478
f5ab1cdd 4479 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4480
4481 * emacs-lisp/authors.el (batch-update-authors): New function.
4482 (authors-fixed-entries): New defconst.
4483 (authors-add-fixed-entries): New function.
4484 (authors): Call it.: Don't process lispref/.
4485
17c25cea
JR
44862000-10-25 Jason Rumney <jasonr@gnu.org>
4487
4488 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4489 Merge x w32 and mac definitions.
4490
4ecda532
GM
44912000-10-25 Gerd Moellmann <gerd@gnu.org>
4492
4493 * menu-bar.el (menu-bar-options-menu): Add a help string for
4494 `uniquify'.
4495
b6735035
GM
44962000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4497
f5ab1cdd
SM
4498 * time-stamp.el (time-stamp-string-preprocess):
4499 Fix a wrong type argument error.
b6735035 4500
f4cbc7a0
MB
45012000-10-25 Miles Bader <miles@gnu.org>
4502
4503 * recentf.el (recentf-mode): Variable removed.
4504 (recentf-mode): Use `define-minor-mode'.
4505
4506 * mwheel.el (mouse-wheel-mode): New global minor mode.
4507 (mwheel-install): Use `mouse-wheel-mode'.
4508
f4b020f6
DL
45092000-10-25 Dave Love <fx@gnu.org>
4510
f5ab1cdd
SM
4511 * progmodes/cperl-mode.el (cperl-mode):
4512 Set normal-auto-fill-function correctly.
072cb6f9 4513
f4b020f6
DL
4514 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4515 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4516 bindings.
f4b020f6 4517
ebe2a441
MB
45182000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4519
ff4dcd4b
MB
4520 * wid-edit.el (widget-field-at): New function.
4521 (widget-at, widget-field-activate): Use it.
4522 (widget-tabable-at): Use `widget-at'.
4523 (widget-specify-field): If the terminating character of the widget
4524 field (which is read-only) is a newline, put it into a special
4525 `boundary' field so that C-n/C-p act more naturally.
4526 (widget-field-end): Also don't subtract one if a special
4527 `boundary' field has been added after the widget field.
4528
ebe2a441
MB
4529 * comint.el (comint-output-filter, comint-send-input): Don't
4530 bother adding stickiness fields to overlays to fool the field
4531 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4532
ebe2a441
MB
4533 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4534 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4535 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4536
fe50b6ab
GM
45372000-10-24 Gerd Moellmann <gerd@gnu.org>
4538
53df4dda
GM
4539 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4540 (authors): Set file coding system to iso-2022-7bit. Add
4541 file-local variables to output buffer.
4542
4836835a 4543 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4544 WARN is nil.
4545
53df4dda
GM
45462000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4547
4548 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4549
4550 * delim-col.el: Now there is a column formatting mechanism.
4551 Modified to customization mechanisms convention. Doc fix.
4552 (columns): New group for delim-col.
4553 (delimit-columns-before, delimit-columns-after)
4554 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4555 (delimit-columns-end): New vars.
4556 (delimit-columns-customize, delimit-columns-format): New funs.
4557 (delimit-columns-region, delimit-columns-rectangle)
4558 (delimit-columns-rectangle-line): Modified to support column
4559 formatting.
4836835a 4560
a9839779
DL
45612000-10-24 Dave Love <fx@gnu.org>
4562
4563 * log-edit.el (log-edit): Add :version and a :group for vc.
4564
df0267b8
GM
45652000-10-24 Gerd Moellmann <gerd@gnu.org>
4566
9acc3873
GM
4567 * files.el (after-find-file): Don't print a message ``New file''
4568 if WARN is nil.
4569
63e1b552
GM
4570 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4571 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4572 get duplicate tool-bar entries because we'll see the global ones
4573 on more than one path through keymaps.
4574
1946f901
GM
4575 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4576
df0267b8
GM
4577 * progmodes/cmacexp.el: Change Francesco's email address.
4578
ae3b264b
KH
45792000-10-24 Kenichi Handa <handa@etl.go.jp>
4580
4581 * window.el (fit-window-to-buffer): Adjust point of the window
4582 buffer, not that of the current buffer.
4583
23afac01
EZ
45842000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4585
4586 * progmodes/cmacexp.el: Update the euthor's email address.
4587
22d1a4ed
MB
45882000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4589
4590 * faces.el (face-spec-set-match-display): Add `graphic' display
4591 type (the inverse of `tty'). Use `display-graphic-p' instead of
4592 the window-system variable.
4593
f408aa48
KH
45942000-10-24 Kenichi Handa <handa@etl.go.jp>
4595
4596 * international/isearch-x.el (isearch-with-input-method): Call
4597 input-method-function with the first event in
4598 unread-command-events.
4599
94fe8a31
MB
46002000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4601
4602 * faces.el (face-default-spec, face-user-default-spec): Make
4603 defsubsts.
4604
8f47302e
AC
46052000-10-24 Andrew Choi <akochoi@i-cable.com>
4606
4607 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4608 New charsets.
4609
4610 * term/mac-win.el: Remove definitions of mac-roman-lower and
4611 mac-roman-upper, require dired, and define instead of set
4612 mac-ready-for-drag-n-drop to avoid compilation error.
4613
446c097e
AI
46142000-10-23 Andrew Innes <andrewi@gnu.org>
4615
4616 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4617 superfluous calls to subst-char-in-string; instead apply
4618 expand-file-name after convert-standard-filename to ensure
4619 expected directory separators are used.
4620
379b70e7
EZ
46212000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4622
4623 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4624
85c766e9
DL
46252000-10-23 Dave Love <fx@gnu.org>
4626
b7e03a67
DL
4627 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4628 (tool-bar-add-item): Set foreground and background for XBM icons.
4629
4630 * international/latin1-disp.el (latin1-char-displayable-p): New
4631 function (from Handa).
4632 (latin1-display-check-font): Use it.
4633
0dcf8835
DL
4634 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4635 using :key-sequence, making it much more usable. Use nconc, not
4636 append.
4637 (imenu--create-keymap-1): Avoid append.
4638
85c766e9 4639 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4640
cb3069bb
MB
46412000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4642
4643 [the following changes fix a bug where `define-minor-mode' didn't
4644 correctly generate :require clauses for defcustoms in compiled files]
4645 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4646 (byte-compile-log-file, byte-compile-log-1): Don't set
4647 `byte-compile-current-file' to nil. Instead set
4648 `byte-compile-last-logged-file' to it. Test whether
4649 byte-compile-current-file equals byte-compile-last-logged-file
4650 instead of whether its nil.
3b6542ba 4651 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4652
6db6243b
SM
46532000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4654
4655 * textmodes/refill.el: Fix var names in doc.
4656 (refill-mode): Don't bother with make-local-hook anymore.
4657
98490598
MB
46582000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4659
e01cd227
MB
4660 * faces.el (face-user-default-spec, face-default-spec): New functions.
4661 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4662 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4663 Use `face-user-default-spec'. Simplify code slightly.
4664
4836835a 4665 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4666 (woman-unknown-face): Add dark-background variants.
4667 (woman-default-faces): Renamed from `woman-colour-faces'.
4668 Set using the stored defaults, rather than using hard-wired colors.
4669 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4670 Just make the foreground `unspecified' rather than "black".
4671 (woman-menu): Rename menu entries accordingly.
4672
98490598
MB
4673 * faces.el (header-line): Make more reasonable on mono/grayscale
4674 displays.
4675
1a578e9b
AC
46762000-10-23 Andrew Choi <akochoi@i-cable.com>
4677
4678 * cus-edit.el (custom-button-face): Use 3D look for mac.
4679 (custom-button-pressed-face): Likewise.
4680
4681 * faces.el (set-face-attributes-from-resources): Handle mac frames
4682 in the same way as x and w32 frames.
4683 (face-valid-attribute-values): Likewise.
4684 (read-face-attribute): Likewise.
4685 (defined-colors): Likewise.
4686 (color-defined-p): Likewise.
4687 (color-values): Likewise.
4688 (display-grayscale-p): Likewise.
4689 (face-set-after-frame-default): Likewise.
4690 (mode-line): Same default face as for x and w32.
4691 (tool-bar): Likewise.
4692
4693 * frame.el: Remove call to frame-notice-user-settings at end of
4694 the file.
4695
4696 * info.el (Info-fontify-node): make underlines invisible for mac
4697 as for x, pc, and w32 frame types.
4698
4699 * term/mac-win.el: New file.
4700
aaaf7be7
DL
47012000-10-22 Dave Love <fx@gnu.org>
4702
4703 * textmodes/refill.el: New file.
4704
5392d654
AS
47052000-10-22 Andre Spiegel <spiegel@gnu.org>
4706
4836835a 4707 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4708 MANUAL and REGEXP.
4836835a 4709 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4710 New functions.
4711 (vc-before-save): Use the latter.
4712 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4713 confusion.
4714
4836835a 4715 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4716 expected by vc[-hooks].el.
4717
4718 * vc.el (vc-checkout): Added `-p' suffix in call to
4719 vc-make-version-backups-p; use vc-make-version-backup to actually
4720 make the backup.
4721 (vc-version-other-window, vc-version-backup-file): Handle both
4722 automatic and manual backups.
4723 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4724 of all of them.
4725
1e221c16
MB
47262000-10-22 Miles Bader <miles@gnu.org>
4727
7ff4fda5
MB
4728 * comint.el (comint-highlight-input, comint-highlight-prompt):
4729 Renamed, `-face' at end removed.
4730 (comint-send-input, comint-output-filter): Use renamed faces.
4731
3511cde8
MB
4732 * window.el (fit-window-to-buffer): Change defaulting of
4733 MAX-HEIGHT slightly.
4734
1e221c16
MB
4735 * faces.el (color-values, color-defined-p): Use `member', not
4736 `memq', because it works correctly for strings.
4737 (frame-set-background-mode): Actually, "unspecified-fg" and
4738 "unspecified-bg" *are* strings. Use `member', not `memq', and
4739 `equal', not `eq', when a string value is possible.
4740
b6ef4898
EZ
47412000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4744
34939e2c
SM
47452000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4746
4747 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4748 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4749 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4750 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4751 (sh-font-lock-syntactic-keywords): Use them.
4752 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4753 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4754 (sh-mode): Don't override font-lock-unfontify-region-function.
4755 Use a copy of sh-font-lock-syntactic-keywords.
4756 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4757 Don't call sh-scan-buffer since font-lock does it on the fly.
4758 (sh-get-indent-info): Use `face' rather than `syntax-table'
4759 text-property to detect here-documents.
4760 Replace sh-special-syntax with sh-st-punc.
4761 (sh-prev-line): Use `face' rather than `syntax-table'
4762 text-property to skip over here-documents.
4763 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4764 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4765 (sh-electric-less, sh-set-here-doc-region)
4836835a 4766 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4767 (sh-scan-buffer, sh-rescan-buffer): Remove.
4768
f3d3c491
AI
47692000-10-21 Andrew Innes <andrewi@gnu.org>
4770
4771 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4772 remote (ange-ftp) file names.
4773
b86c791c
MB
47742000-10-21 Miles Bader <miles@gnu.org>
4775
d9c30bdf
MB
4776 * window.el (fit-window-to-buffer): New function.
4777 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4778 (window-text-height): Don't expect minibuffers to have mode-lines.
4779
d9c30bdf 4780 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4781 * international/quail.el (quail-update-guidance): Use
4782 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4783
617fee5a
MB
4784 * international/quail.el (quail-show-guidance-buf): Make sure
4785 guidance window really has enough room.
4786 (quail-update-guidance): If quail-guidance-win is already shown,
4787 make sure its height is OK.
4788
b86c791c
MB
4789 * window.el (window-text-height, set-window-text-height):
4790 New functions.
4791 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4792 instead of `window-height' & `mode-line-window-height-fudge'.
4793 (mode-line-window-height-fudge): Add FACE parameter.
4794 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4795 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4796
e34850d1
MB
47972000-10-20 Miles Bader <miles@gnu.org>
4798
4799 * window.el (height-affecting-face-attributes): Use `defconst'.
4800
4801 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4802 New function, conditionally aliased to `mode-line-window-height-fudge'.
4803 (ispell-help): Use it.
4804 (ispell-choices-win-default-height): Don't include mode-line fudge.
4805 (ispell-choices-win-default-height): New function.
4806 (ispell-show-choices, ispell-command-loop): Use function
4807 `ispell-choices-win-default-height' instead of variable.
4808
a8b883c2
MB
48092000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4810
8c6e4a58
MB
4811 * window.el (mode-line-window-height-fudge): New variable.
4812 (height-affecting-face-attributes): New variable.
4813 (mode-line-window-height-fudge): New function.
4814 (shrink-window-if-larger-than-buffer): Use it.
4815 * help.el (resize-temp-buffer-window): Likewise.
4816
a8b883c2
MB
4817 * info.el (Info-fontify-node): Add support for @subsubsection
4818 titles, which use `Info-title-4-face'.
4819 (Info-title-4-face): New face.
4820 (Info-title-3-face): Inherit from Info-title-4-face instead of
4821 variable-pitch.
4822
e64c3a75
JR
48232000-10-19 Jason Rumney <jasonr@gnu.org>
4824
4825 * dired.el (dired-insert-directory): Do not let errors signalled by
4826 attempt to run dired-free-space-program prevent dired from working.
4827
c70fe852
SM
48282000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4829
4830 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4831
877cf6b4
GM
48322000-10-19 Gerd Moellmann <gerd@gnu.org>
4833
5de037e0
GM
4834 * dirtrack.el (dirtrack): Fix call to run-hooks.
4835
6deb9af9
GM
4836 * cmuscheme.el (cmuscheme-program-name): Renamed from
4837 scheme-program-name because xscheme.el contains a defcustom with
4838 the same name. As a consequence, customizing group `cmuscheme'
4839 loaded `xscheme' which redefined run-scheme.
4840 (run-scheme): Use cmuscheme-program-name.
4841
877cf6b4
GM
4842 * ps-print.el (ps-print-emacs-type): Move into the
4843 eval-and-compile.
4844
e597d8fb 4845 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4846 anonymous address, and add a website for Befrienders International.
4836835a 4847
3e9cb08f
GM
48482000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4849
c70fe852
SM
4850 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4851 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4852 (ps-print-version): New version number (6.2).
4853 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4854 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4855 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4856 (ps-x-extent-priority, ps-x-extent-start-position)
4857 (ps-x-face-font-instance, ps-x-find-coding-system)
4858 (ps-x-font-instance-properties, ps-x-make-color-instance)
4859 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4860 avoid compilation gripes without defining functions.
4861 (ps-e-find-composition): Alias for function find-composition, to have a
4862 suitable function depending on Emacs version.
4863 (ps-color-device, ps-color-values, ps-face-foreground-name)
4864 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4865 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4866 (ps-print-ensure-fontified): Function definitions surrounded by
4867 `eval-and-compile' to avoid compilation gripes.
4868 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4869 by symbol-value to avoid compilation gripes.
4870 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4871 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4872
d8abcd91
MB
48732000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4874
13ab33c4
MB
4875 * startup.el (normal-top-level): Call `frame-set-background-mode'
4876 after `frame-notice-user-settings' because the latter doesn't call
4877 the former on a tty.
4878
d8abcd91
MB
4879 * faces.el (frame-set-background-mode): `unspecified' &c are
4880 symbols, not strings.
4881
e8bce0a9
EZ
48822000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4883
c70fe852
SM
4884 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4885 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4886
c70fe852
SM
4887 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4888 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4889
773272d8
KH
48902000-10-19 Kenichi Handa <handa@etl.go.jp>
4891
c70fe852 4892 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4893 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4894 for ISO10646-1 fonts.
4895 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4896
772139c0
EZ
48972000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4898
4899 * faces.el (frame-set-background-mode): If a tty frame defines a
4900 background color, use that to compute the background mode, instead
4901 of always defaulting to "dark".
4902
d134a19f
MB
49032000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4904
8bb84cb2
MB
4905 * comint.el (comint-write-output): New function.
4906 (comint-mode-map): Add it to the menu.
e40a778f 4907 Bind `C-c C-s' to comint-write-output.
d134a19f 4908
dada41e1
GM
49092000-10-18 Gerd Moellmann <gerd@gnu.org>
4910
4911 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4912 Use fancy-splash-delay.
4913
9b5360aa
GM
49142000-10-18 Alex Schroeder <alex@gnu.org>
4915
4916 * progmodes/sql.el (sql-sybase-options): New option.
4917 (sql-sybase): Use it. Add sql-database to the list of parameters
4918 provided for login. The options -w 2048 -n are not used any more.
4919
9035a35a
GM
4920 * comint.el (comint-read-input-ring): Bugfix such that the first
4921 and the last entry of the input ring file are not lost.
4922
3556c6dd
GM
49232000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4924
4925 * ps-print.el: Internal variable changes to defcustom,
4926 make-local-hook changes to defvar. Doc fix.
4927 (ps-print-version): New version number (6.1).
4928 (ps-setup, ps-do-despool): Code fix.
4929 (ps-printer-name): Customization fix.
4930 (ps-printer-name-option): Now is a defcustom instead of an
4931 internal variable.
4932 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4933 (ps-print-begin-column-hook): Now are defvar instead of
4934 make-local-hook.
4836835a 4935
4e217e50
MB
49362000-10-18 Miles Bader <miles@gnu.org>
4937
4938 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4939 (comint-kill-output): Changed into an alias for `comint-delete-output',
4940 and made obsolete.
4941 (comint-mode-map): Rename references to comint-kill-output.
4942
34460354
EZ
49432000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4944
4945 * diff-mode.el (diff-header-face, diff-file-header-face)
4946 (diff-changed-face): Add bold and italic attributes to tty faces.
4947 (diff-function-face): New face.
4948 (diff-font-lock-keywords): Use it.
4949
17ea3cdb
MB
49502000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4951
4952 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4953 Remove commented-out call to force-mode-line-update.
4954 (comint-kill-output): Use `forward-line 0' instead of
4955 beginning-of-line to make sure we get past the prompt.
4956
9244f2c7
SM
49572000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4958
4959 * diff-mode.el (diff-header-face, diff-file-header-face):
4960 Add specific setting for dark background.
4961 (diff-context-face): Renamed from diff-comment-face.
4962 Set explicitly rather than inheriting from font-lock-comment-face.
4963
1592c1ef
EZ
49642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4965
4966 * startup.el (command-line): Move the code which sets the default
4967 TTY colors to before before-init-hook.
4968
f86292a9
GM
49692000-10-17 Gerd Moellmann <gerd@gnu.org>
4970
4971 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4972
f7f2e883
EZ
49732000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4974
e854cc22
EZ
4975 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4976 extensions, for MS-DOS.
4977
f7f2e883
EZ
4978 * diff-mode.el (diff-header-face, diff-file-header-face)
4979 (diff-changed-face): Define tty-specific colors.
4980
c7b4f0f9
GM
49812000-10-17 Gerd Moellmann <gerd@gnu.org>
4982
4983 * startup.el (fancy-splash-text): Realign the text.
4984
12a72271
EZ
49852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4986
4987 * font-lock.el (font-lock-comment-face): Define a separate default
4988 for dark-background tty's.
4989
61dfccfd
MB
49902000-10-17 Miles Bader <miles@gnu.org>
4991
4992 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4993 being obscured by whizzy mode-lines on graphics displays.
4994
333cd59e
EZ
49952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4996
4997 * info.el (Info-title-1-face, Info-title-2-face)
4998 (Info-title-3-face): Define colors for tty's.
dada41e1 4999 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5000
dbf1fcc1
EZ
50012000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5002
5003 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5004 reverse from the frame parameters, and don't invert foreground and
5005 background colors.
5006
ac629823
MB
50072000-10-16 Miles Bader <miles@gnu.org>
5008
5009 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5010 string "*Info*". Call propertized-buffer-identification to spruce
5011 up the result.
5012
76eebffc
GM
50132000-10-16 Gerd Moellmann <gerd@gnu.org>
5014
3a6b59d9
GM
5015 * help.el: Provide `help' for the sake of define-minor-mode
5016 which generates defcustoms with requires.
5017
6569c3d3
GM
5018 * jit-lock.el (jit-lock-after-change): If we're in text that
5019 matches a multi-line font-lock pattern, make sure the whole text
5020 will be redisplayed.
5021
c2e0a611
GM
5022 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5023 author's name is unknown.
5024
76eebffc
GM
5025 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5026 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5027 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5028 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5029 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5030 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5031 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5032 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5033 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5034 Add author information.
5035
cf1e7b12
MB
50362000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5037
5038 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5039 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5040 full-color version (using the Gimp) to eliminate dithering artifacts.
5041
5586f3eb
SM
50422000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5043
5044 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5045
5046 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5047
ad64a888
DL
50482000-10-15 Dave Love <fx@gnu.org>
5049
5050 * progmodes/sh-script.el: Require skeleton and comint when
5051 compiling.
5052
5053 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5054
5055 * whitespace.el: Doc fixes.
5056 (top-level): Don't add hooks here.
5057 (whitespace-running-emacs): Deleted.
5058 (timer): Don't require.
5059 (whitespace): Add back :version conditional on xemacs test.
5060 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5061 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5062 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5063 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5064 Avoid specific xemacs test.
5065 (whitespace-global-mode): New option.
5066 (whitespace-global-mode): New command.
5067 (whitespace-unload-hook): New function.
5068
5069 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5070 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5071 (Info-fontify-node): `Goto' goes to `Go to'.
5072 (Info-fontify-node): Add help-echo to xref links.
5073
1ef49fc6
EZ
50742000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5075
5076 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5077
8b7707e1
SM
50782000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5079
b3b7f42f
SM
5080 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5081 Use plist-get and allow :inherit.
5082
5083 * emacs-lisp/cl-macs.el (cl-do-arglist):
5084 Use plist-get and plist-member instead of memq.
5085
3c7fafc7
SM
5086 * emacs-lisp/ewoc.el (ewoc-location): New function.
5087 (ewoc-enter-after, ewoc-enter-before): Document return value.
5088 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5089 Don't need make-local-hook any more.
5090 (cvs-addto-collection): Return the new tin.
5091 (cvs-mode-insert): Jump to the new line.
5092
8b7707e1
SM
5093 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5094
5095 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5096
5097 * font-lock.el (font-lock-syntactically-fontified): New var.
5098 (font-lock-fontify-syntactic-keywords-region): Use it.
5099 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5100
5101 * diff-mode.el (diff-find-file-name): Fix regexp.
5102
5103 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5104 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5105
5106 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5107 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5108 (sh-mode): Don't make all vars local here.
5109 (sh-kw): Reformat.
5110 (sh-set-shell): Use dolist. Don't set indent-region-function.
5111 (sh-mode-syntax-table): Use pop.
5112 (sh-remember-variable): Use push.
5113 (sh-help-string-for-variable): Use memq.
5114 (sh-safe-backward-sexp): Remove.
5115 (sh-safe-forward-sexp): Add ARG.
5116 (sh-get-indent-info, sh-prev-stmt): Use it.
5117 (sh-prev-line): Simplify by using forward-comment.
5118 (sh-this-is-a-continuation): Simplify.
5119 (sh-learn-buffer-indent): Use dolist.
5120 (sh-do-nothing): Remove.
5121 (sh-set-char-syntax, sh-set-here-doc-region):
5122 Use inhibit-modification-hooks.
5123 (sh-name-style): Use mapcar and push.
5124 (sh-load-style): Use dolist.
5125 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5126 (sh-case, sh-while-getopts): Use propertize directly rather
5127 than sh-electric-rparen.
5128
51292000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5130
5131 * textmodes/tex-mode.el: Require CL when compiling.
5132 (tex-mode-syntax-table): Init immediately.
5133 (tex-mode-map): Bind M-RET to latex-insert-item.
5134 (latex-mode): Set indent-line-function to latex-indent.
5135 (tex-common-initialization): Don't setup the syntax-table any more.
5136 (latex-insert-item): New skeleton.
5137 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5138 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5139 (latex-indent, latex-find-indent): New functions.
4836835a 5140 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5141 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5142 (tex-compilation-parse-errors): Use with-syntax-table.
5143
86b7fcbb
MB
51442000-10-15 Miles Bader <miles@gnu.org>
5145
5146 * font-lock.el (font-lock-comment-face): Change dark-background,
5147 color, non-tty, default to `chocolate1'.
5148
57a24508
JW
51492000-10-13 John Wiegley <johnw@gnu.org>
5150
5151 * eshell/esh-util.el (require): Added a missing `require' form,
5152 needed when compiling (for an ange-ftp macro definition).
5153
40ad3db4
DL
51542000-10-13 Dave Love <fx@gnu.org>
5155
5156 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5157
db460189
GM
51582000-10-13 Gerd Moellmann <gerd@gnu.org>
5159
b41c9501
GM
5160 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5161 fix.
5162
4836835a 5163 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5164 transparent -colors 8).
5165
3b5e21df
GM
51662000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5167
5168 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5169 that breaks with old list format timestamps.
5170 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5171 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5172 strings.
5173
16908a3f
JW
51742000-10-13 John Wiegley <johnw@gnu.org>
5175
d7103dda
JW
5176 * align.el, pcomplete.el, calendar/timeclock.el,
5177 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5178
dace60cf 5179 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5180 faulty math, where holiday hours were being computing as seconds.
5181
b6b70cda
JW
51822000-10-13 John Wiegley <johnw@gnu.org>
5183
5184 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5185 specifying what "other" kinds of buffers should be saved. This
5186 used to be hard-coded.
5187 (desktop-buffer-misc-functions): A global for specifying how
5188 auxiliary data should be determined for special buffer types.
5189 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5190 instead of hard-coding the special buffer types.
5191 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5192 auxiliary data, instead of hard-coding for Info buffers and dired.
5193 (desktop-buffer-info-misc-data): Aux function for determining Info
5194 buffer auxiliary info.
5195 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5196 (desktop-buffer-info): Changed this function to use the info
5197 gathered above.
5198 (desktop-create-buffer): Be a little more careful about what
5199 `minor-mode' means before calling it. This is important for some
5200 buffer types.
5201
8c6b1d83
JW
52022000-10-13 John Wiegley <johnw@gnu.org>
5203
5204 * eshell/esh-util.el: Added a global form which declares an
5205 autoload for `parse-time-string', if that function is not already
5206 defined, and if parse-time.el is available on the user's system.
5207
5208 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5209 to be aware of ange-ftp user info.
5210 (eshell-do-ls): Bind `ange-cache'. Also, use
5211 `eshell-file-attributes'.
5212 (eshell-ls-annotate): Use `eshell-file-attributes'.
5213 (eshell-ls-file): Made the user-id printing code a bit smarter.
5214
5215 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5216 allow identification of alias user ids in remote directories.
5217 It's manual, but there's no other way to know when the current
5218 user on the local machine, is also the owning user on the remote
5219 machine.
5220 (fboundp): Bind `ange-cache'.
5221 (eshell-directory-files-and-attributes): Re-organized the logic a
5222 bit to use `eshell-file-attributes' instead of `file-attributes'.
5223 The former is more sensitive to directories that are read via FTP,
5224 and knows how to use ange-ftp to determine full attribute
5225 information, instead of just the name and last modtime.
5226 (eshell-current-ange-uids): Return the current user id when in a
5227 remote directory.
5228 (eshell-parse-ange-ls): Parse a full directory listing that has
5229 been returned by ange-ftp.
5230 (eshell-file-attributes): This beefed up version of
5231 `file-attributes' is only special if the user is currently in a
5232 remote directory, in which case it does a lot of work to find out
5233 what the real attributes of a file are, as they appear on the
5234 remote machine. This makes usage of remote directories (i.e.,
5235 ange-ftp pathnames) much more useful. You can now use Eshell as a
5236 full-fledged FTP client, with much more manipulation ability than
5237 most other clients.
5238
5239 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5240 variable, which means that Eshell's du should always be preferred
5241 in remote directories.
5242 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5243 just `file-attributes'.
5244 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5245 when reading remote directories. This is an Eshell-specific
5246 variable (not part of ange-ftp).
5247 (eshell/ln): Bind `ange-cache'.
5248 (eshell/du): Added some extra logic for determining when to use
5249 Eshell's du (which is slow), and when to use the external version
5250 (which may or may not exist).
5251
5252 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5253 `eshell-interactive-process', rather than using
5254 `get-buffer-process', since backgrounded processes don't count in
5255 the context of this function's logic.
5256
5257 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5258 `forward-char', so that null strings are parsed correctly.
5259
87730e84 52602000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5261
5262 * eshell/em-pred.el (eshell-pred-file-type,
5263 eshell-pred-file-links, eshell-pred-file-size): Use
5264 `eshell-file-attributes'. This is more correct over ange-ftp.
5265
5266 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5267 that remote file globbing is more efficient.
5268
5269 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5270 gathering the files and attributes within a directory.
5271
5272 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5273 the command line is a special file (not a regular file, directory
5274 or symlink), always attempt to call the external version of cat.
5275
87730e84 52762000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5277
5278 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5279 Eshell-friendly version of find-tag.
5280
1c7e37a9
MB
52812000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5282
4836835a 5283 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5284 (image-file-name-regexps): Add autoload cookies.
5285
11a7f341
KH
52862000-10-13 Kenichi Handa <handa@etl.go.jp>
5287
5288 * international/mule-cmds.el (select-safe-coding-system): If FROM
5289 is string, show it in *Warning* buffer.
5290
8ddddcb0
EZ
52912000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5292
5293 * startup.el (normal-top-level): Use display-popup-menus-p instead
5294 of window-system.
5295 (command-line): Use display-graphic-p instead of window-system.
5296 (command-line-1): Use display-popup-menus-p and display-mouse-p
5297 instead of window-system.
5298
72200f89
SS
52992000-10-12 Sam Steingold <sds@gnu.org>
5300
5301 * tooltip.el (tooltip-use-echo-area): New user variable.
5302 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5303
8661c643
DL
53042000-10-12 Dave Love <fx@gnu.org>
5305
d0b40dc1
DL
5306 * recentf.el: Maintainer's checkdoc fixes.
5307
a622451f
DL
5308 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5309 character class, not ASCII when matching file names.
5310 (fancy-splash-head): Add trailing slash to URL.
5311 (command-line): Don't require XPM support for toolbar.
5312
8661c643
DL
5313 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5314 (cperl-invalid-face): Revert last change.
5315 (cperl-init-faces): Quote cperl-invalid-face.
5316
ef2ed8ab
KH
53172000-10-12 Kenichi Handa <handa@etl.go.jp>
5318
5319 * startup.el (fancy-splash-text): Remove superfluous quote.
5320
b0da379e
GM
53212000-10-12 Gerd Moellmann <gerd@gnu.org>
5322
dbeb499b
GM
5323 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5324 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5325 (command-line-1): Don't use fancy-splash-pending-command.
5326 (fancy-splash-screens-1): Goto point-min after inserting text.
5327
d861718a
GM
5328 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5329
b0da379e
GM
5330 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5331 instead of shared-lisp-mode-map.
5332
4fb2ad98
MB
53332000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5334
1cb4393e
MB
5335 * faces.el (header-line): Change tty-variant to use underlining.
5336
4fb2ad98
MB
5337 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5338 (isearch-highlight): Restore lazy-isearch face properties at old
5339 position, and suppress them at new position.
5340 (isearch-dehighlight): Restore lazy-isearch face properties.
5341 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5342 over the real isearch overlay, but in that case, don't give it a
5343 face property. Use `push'.
5344
eb991b25
KH
53452000-10-12 Kenichi Handa <handa@etl.go.jp>
5346
5347 * man.el (Man-getpage-in-background): Fix previous change.
5348 Decode the process output only when we are in multibyte mode.
5349
a818c1c0
DL
53502000-10-11 Dave Love <fx@gnu.org>
5351
c990f53a
DL
5352 * info.el (Info-mode-menu): Fix some help.
5353 (info-tool-bar-map): Add entry for Info-last.
5354
a818c1c0
DL
5355 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5356 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5357 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5358 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5359 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5360 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5361 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5362 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5363 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5364 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5365 Reduce colour requirements to 25 overall. (Probably wants
5366 revisiting from the originals to reduce further.)
5367
c1b096cb
EZ
53682000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5369
5370 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5371 buffer-file-coding-system, instead of raw-text.
5372 (dehexlify-buffer): Bind coding-system-for-read to
5373 buffer-file-coding-system, instead of raw-text.
5374
5c8b7eaf
SS
53752000-10-11 Sam Steingold <sds@gnu.org>
5376
5377 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5378 `underline' - fixes the bug introduced on 2000-09-21.
5379
2cfbdb7a
DL
53802000-10-11 Dave Love <fx@gnu.org>
5381
5382 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5383 compiler warnings.
5384 (scheme-mode): Doc fix.
5385 (scheme-font-lock-keywords-1): Match `define-syntax'.
5386
53872000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5388
5389 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5390 face specs as well as default ones. Only do anything if the
5391 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5392 (region): Make dark-background `region' face less in-your-face.
4b33f290 5393
690ec649
SS
53942000-10-10 Sam Steingold <sds@gnu.org>
5395
5396 * chistory.el, ielm.el, ledit.el:
5397 * progmodes/inf-lisp.el, progmodes/scheme.el:
5398 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5399
3b95d6bb
SM
54002000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5401
5402 * textmodes/texinfo.el: Update copyright and fix typo.
5403
5404 * desktop.el (desktop-modes-not-to-save): New var.
5405 (desktop-save-buffer-p): Use it.
a30eb617
DL
5406 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5407 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5408
54092000-10-10 Dave Love <fx@gnu.org>
5410
5411 * toolbar/tool-bar.el (tool-bar-add-item)
5412 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5413 display.
5414
5415 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5416 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5417 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5418 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5419 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5420 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5421 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5422 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5423 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5424 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5425 the .xpms; probably need retouching.
5426
54272000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5428
5429 * subr.el (add-to-list): Add optional argument APPEND.
5430 * battery.el (display-battery): Use `add-to-list'.
5431
54322000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5433
5434 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5435 these vars as symbol properties.
5436 (zone, zone-when-idle, zone-leave-me-alone)
5437 (zone-pgm-whack-chars): Use new symbol properties.
5438
5439 * battery.el (display-battery): Doc spelling fix.
5440
5441 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5442 property.
5443
54442000-10-09 Dave Love <fx@gnu.org>
5445
5446 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5447 has been initialized before calling tool-bar-setup.
5448 (tool-bar-add-item-from-menu): Add autoload cookie.
5449
54502000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5451
5452 * menu-bar.el (send-mail-item-name): New function.
5453 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5454 of mail-user-agent in the menu. Don't display the "Send Mail"
5455 item if mail-user-agent is nil or its value is ignore.
5456 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5457 if read-mail-command is nil or its value is ignore.
5458
5459 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5460
54612000-10-09 Miles Bader <miles@gnu.org>
5462
5463 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5464 Correct image size.
5465 * toolbar/left_arrow.xpm: Correct image size.
5466
5467 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5468 will be done by the definition of `auto-compression-mode' if
5469 necessary. Move code to uninstall existing file-name handler
5470 before definition of `auto-compression-mode'.
5471
5472 * image-file.el (auto-image-file-mode): Move to the end of the
5473 file, because `define-minor-mode' actually calls the mode-function
5474 if the associated variable is non-nil, which requires that all
5475 needed functions be already defined.
5476
5477 * mouse.el (popup-menu): Balance parens.
5478
54792000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * mouse.el (popup-menu): Move the command call outside the loop
5482 so that popup-menu returns whatever the command returns.
5483
5484 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5485 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5486 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5487 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5488
5489 * vc.el (vc-version-diff): diff-switches can be a list.
5490 Use relative filenames for prettier output.
5491
5492 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5493 (vc-post-command-functions): Remove old-VC compatibility code.
5494
5495 * newcomment.el (comment-indent-default): Autoload.
5496
5497 * font-lock.el (font-lock-defaults): Make buffer-local.
5498 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5499 (font-lock-choose-keywords):
5500 Ignore LEVEL unless KEYWORDS is a list of syms.
5501 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5502 Don't wrap regexp-opt things in \(...\) unnecessarily.
5503
5504 * jit-lock.el: Don't require font-lock any more.
5505 (jit-lock-functions): Make buffer-local.
5506 (jit-lock-saved-fontify-buffer-function): Remove.
5507 (jit-lock-mode): Remove autoload cookie.
5508 Remove font-lock specific code.
5509 (jit-lock-unregister): Don't bother handling complex hooks any more.
5510 (jit-lock-refontify): New function.
5511 (jit-lock-fontify-buffer): Use it.
5512 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5513 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5514 Add optional args START and END.
5515 Never call font-lock-fontify-region directly.
5516 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5517
5518 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5519
55202000-10-08 Dave Love <fx@gnu.org>
5521
5522 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5523
5524 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5525
5526 * play/studly.el (studlify-region, studlify-word): Add autoload
5527 cookie.
5528
5529 * play/morse.el (morse-region, unmorse-region): Add autoload
5530 cookie.
5531
5532 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5533 concat.
5534
5535 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5536 insist on symbols starting with word syntax.
5537 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5538 (eval-defun-1): Doc fix.
5539 (indent-sexp): Use nconc to build up indent-stack.
5540
5541 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5542 Gnus with little use.
5543 (mail-setup-hook): Add mail-abbrevs-setup to options.
5544
5545 * recentf.el: Doc fixes.
5546
5547 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5548 Clean up remainder.
5549
5550 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5551 without timezone and (8) with timezone to enforce some whitespace.
5552 Simplify code somewhat.
5553
5554 * options.el (list-options): Doc that you should use customize.
5555
5556 * iswitchb.el (iswitchb-mode): Add :require.
5557
5558 * info.el (Info-goto-node, Info-menu): Doc fix.
5559 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5560 (info-tool-bar-map): New variable.
5561 (Info-mode): Use it.
5562 (Info-edit-map): Define all in defvar.
5563 (speedbar-attached-frame): Avoid compiler warning.
5564
5565 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5566 (global-map): Bind [tool-bar] to a filtered map.
5567 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5568 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5569 Allow PBM icons.
5570 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5571
5572 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5573 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5574 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5575 icons, except up_arrow, which is left-arrow rotated.
5576
5577 * imenu.el (imenu-add-to-menubar): Fix last change.
5578
55792000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5580
5581 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5582 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5583
55842000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5585
5586 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5587 typos in doc strings.
5588
5589 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5590 the doc strings how to customize Font Lock faces.
5591
5592 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5593 computing growth when dragging the header line.
5594
55952000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5596
5597 * simple.el (kill-line): Doc fix.
5598
55992000-10-08 Miles Bader <miles@gnu.org>
5600
5601 * faces.el (secondary-selection): Make foreground visible on tty.
5602
5603 * jka-compr.el (auto-compression-mode): Move to the end of the
5604 file, because `define-minor-mode' actually calls the mode-function
5605 if the associated variable is non-nil, which requires that all
5606 needed functions be already defined.
5607 (with-auto-compression-mode): Add autoload cookie.
5608
56092000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5610
5611 * files.el (find-backup-file-name) [ms-dos]: If support for long
5612 file names is not available, behave as if version-control were set
5613 to never.
5614
56152000-10-07 Dave Love <fx@gnu.org>
5616
5617 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5618 (browse-url-gnome-moz): New function.
5619 (browse-url-browser-function): Use it.
5620 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5621
56222000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5623
5624 * indent.el (tab-always-indent): New var.
5625 (indent-for-tab-command): Use it.
5626
5627 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5628 raise an error. This way it can still default to a sane value.
5629
56302000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5631
5632 * startup.el (fancy-splash-screens): Use local rather than global map.
5633 Don't use `update-menu-bindings' any more.
5634 Get rid of assumptions about keymap representation.
5635
56362000-10-06 Dave Love <fx@gnu.org>
5637
5638 * textmodes/fill.el (sentence-end-double-space)
5639 (sentence-end-without-period): Doc fix.
5640 (adaptive-fill-regexp): Purecopy.
5641 (unjustify-current-line): Use line-end-position.
5642 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5643
5644 * net/eudc-vars.el (eudc): Add :version, :link.
5645
5646 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5647
5648 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5649 Fix for define-minor-mode.
5650 (function-at-point): Alias to function-called-at-point.
5651
5652 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5653
5654 * simple.el (backward-word): Doc fix.
5655
5656 * image-file.el (image-file-name-regexp): image-file-regexps ->
5657 image-file-name-regexps.
5658 (image-file-name-extensions): Add pbm.
5659
56602000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5661
5662 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5663 and add filename to the names so that diff-mode can jump to source.
5664
5665 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5666 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5667 (tex-font-lock-keywords-1): Remove.
5668 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5669 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5670 (font-lock-default-fontify-region):
5671 Expand beg..end correctly when just following a multiline region.
5672 (font-lock-fontify-anchored-keywords):
5673 Include the anchor text as part of the multiline.
5674
56752000-10-06 Gerd Moellmann <gerd@gnu.org>
5676
5677 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5678 latter needs the autoloaded define-minor-mode macro during the
5679 bootstrap.
5680
5681 * startup.el (command-line): For now, activate tool-bar-mode only
5682 if XPM images are supported.
5683
5684 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5685 window by dragging a header-line at the top of the frame; that's
5686 confusing because the header-line doesn't move.
5687 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5688 of treating the event as a list. Some cleanup.
5689
56902000-10-06 Miles Bader <miles@gnu.org>
5691
5692 * simple.el (display-message-or-buffer): New function.
5693 (shell-command-on-region): Use `display-message-or-buffer'.
5694
5695 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5696 docstring parts.
5697
5698 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5699 (smbclient-prompt-regexp): Add usage note to doc string.
5700 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5701 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5702 Use add-hook for adding the comint filter function, and only do so
5703 if it's not already in the global hook list.
5704 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5705 to `make-local-variable'.
5706 (nslookup-font-lock-keywords): Remove prompt entry.
5707 (nslookup): Don't set the process-filter.
5708 (finger): Exit the loop correctly when the regexps list runs out.
5709 (ftp, smbclient, smbclient-list-shares):
5710 Set the real major mode immediately, not after execing.
5711 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5712
5713 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5714
57152000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5716
5717 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5718
5719 * which-func.el (which-func-format): Remove spurious space.
5720 (which-func-mode): Don't make it permanent-local.
5721 (which-func-ff-hook): Allow which-func-maxout to be nil.
5722 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5723 (which-func-mode): Simplify.
5724 Use post-command-idle-hook rather than post-command-hook.
5725 Go through all buffers and update their state.
5726 (which-function): Also try add-log-current-defun-function.
5727
5728 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5729 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5730 Update call to with-vc-properties accordingly.
5731 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5732 (vc-revert-buffer): More careful about window selection and deletion.
5733 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5734
5735 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5736 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5737 (cvs-dired-action): Change the default to quickdir.
5738
5739 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5740 if comment-indent-function returns nil.
5741 (comment-indent-default): New function.
5742 (comment-indent-function): Use it and document the new semantics.
5743
5744 * image-file.el: Docstring fixes.
5745
5746 * help.el (help-xref-on-pp): Use match-string.
5747 (describe-variable): New arg BUFFER.
5748 Store the current buffer in the help-xref-stack.
5749 (temp-buffer-resize-mode): Use define-minor-mode.
5750
5751 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5752 consistently with its docstring.
5753 Set jit-lock-first-unfontify-pos in an idempotent way.
5754 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5755
57562000-10-05 Alex Schroeder <alex@gnu.org>
5757
5758 * sql.el (sql-mysql-options): New variable.
5759 (sql-mysql): Use it.
5760
57612000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5762
5763 * image.el (image): New group.
5764
5765 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5766 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5767
57682000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5769
5770 * net/net-utils.el (nslookup-font-lock-keywords)
5771 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5772 Ignore the value of wqindow-system; always define keywords
5773
57742000-10-05 Kenichi Handa <handa@etl.go.jp>
5775
5776 * startup.el (fancy-splash-screens): Remove the code for
5777 debugging; `(trace-to-stderr "EXITTT\n")'.
5778
57792000-10-05 Miles Bader <miles@gnu.org>
5780
5781 * diff-mode.el (diff-goto-source): Update call to
5782 `diff-hunk-status-msg' to reflect new REV variable.
5783
57842000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * progmodes/icon.el (icon-mode):
5787 Don't gratuitously override the default for comment-column.
5788
5789 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5790
5791 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5792 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5793 (jit-lock-functions): New var.
5794 (jit-lock-function-1): Use it if non-nil.
5795 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5796 Set the `fontified' property before doing the fontification to avoid
5797 repeatedly going through the same error.
5798 Don't turn errors into messages.
5799 (jit-lock-register, jit-lock-unregister): New functions.
5800
5801 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5802 Use with-current-buffer.
5803
5804 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5805 Turn comment into docstring.
5806
5807 * apropos.el (apropos-mode): Use define-derived-mode.
5808
58092000-10-04 Gerd Moellmann <gerd@gnu.org>
5810
5811 * startup.el (fancy-splash-pending-command): New variable.
5812 (fancy-splash-pre-command): New function.
5813 (fancy-splash-screens): Rewritten.
5814 (command-line-1): If fancy-splash-pending-command is set, call it
5815 interactively.
5816
58172000-10-04 Dave Love <fx@gnu.org>
5818
5819 * toolbar/tool-bar.el (tool-bar-setup): New function.
5820 (tool-bar-mode): Use it.
5821
5822 * subr.el (substitute-key-definition): Doc fix.
5823 (play-sound-file): New command.
5824
58252000-10-04 Andre Spiegel <spiegel@gnu.org>
5826
5827 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5828 vc-version-backup-file-name): New functions.
5829
5830 * files.el (basic-save-buffer): Call vc-before-save before saving.
5831
5832 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5833 vc-cvs-stay-local-p.
5834
5835 * vc.el (vc-revert-buffer): Handle empty diff properly.
5836 (vc-version-backup-file): New function.
5837 (vc-checkout): Create a version backup if necessary.
5838 (vc-checkin): If a version backup file exists, delete it.
5839 (vc-version-diff): Diff locally using version backups, if available.
5840 (vc-revert-file): If there's a version backup, revert locally.
5841 (vc-transfer-file): Use version backup for base version, if
5842 available. If not, ask for confirmation whether to get it from the
5843 server. Update mode line before check-in.
5844
58452000-10-04 Dave Love <fx@gnu.org>
5846
5847 * toolbar/tool-bar.el (tool-bar-setup): New function.
5848 (tool-bar-mode): Use it.
5849
58502000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5851
5852 * net/net-utils.el (nslookup-font-lock-keywords)
5853 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5854 Only set if window-system is non-nil
5855 (net-utils-run-program): Returns buffer.
5856 (network-connection-reconnect): Added this function.
5857
5858 * generic.el:
5859 Incorporates extensive cleanup and docfixes by
5860 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5861 Uses cl compile-time macros.
5862 (generic-mode-name, generic-comment-list)
5863 (generic-keywords-list, generic-font-lock-expressions)
5864 (generic-mode-function-list, generic-mode-syntax-table):
5865 Removed variables.
5866 (generic-mode-alist): Renamed to generic-mode-list.
5867 (generic-find-file-regexp): Default changed to "^#".
5868 (generic-read-type): Uses completing read on generic-mode-list.
5869 (generic-mode-sanity-check): removed this function.
5870 (generic-add-to-auto-mode): Removed this function
5871 (generic-mode-internal): Bind mode-specific definitions
5872 into function instead of putting them in alist.
5873 (generic-mode-set-comments): Reworked extensively.
5874 (generic-mode-find-file-hook): Simplified regexp searching
5875 (generic-make-keywords-list): Omit extra pair of parens
5876
5877 * find-lisp.el (find-lisp-find-files-internal):
5878 Make sure directory name ends with "/".
5879
5880 * generic-x.el (apache-conf-generic-mode):
5881 Regexp now allows leading whitespace.
5882 (rc-generic-mode): Added eval-when-compile
5883 around generic-make-keywords-list.
5884 Deleted duplicate regexp
5885 (rul-generic-mode): Added eval-when-compile
5886 around generic-make-keywords-list.
5887 (etc-fstab-generic-mode): New generic mode.
5888 (rul-generic-mode): Removed one eval-when-compile
5889 which caused a max-specpdl-size exceeded error.
5890
58912000-10-04 Miles Bader <miles@gnu.org>
5892
5893 * simple.el (minibuffer-temporary-goal-position): New variable.
5894 (next-history-element): Try to keep the position of point in the
5895 input string constant.
5896
5897 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5898 (dired-do-create-files): If there's only one file, pass it in as
5899 the DEFAULT arg to dired-mark-read-file-name.
5900
59012000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5902
5903 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5904 (diff-goto-source): Be smarter when choosing REVERSE or not.
5905
5906 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5907 (texinfo-mode-menu): Add an explicit shortcut for update all.
5908
59092000-10-03 Andre Spiegel <spiegel@gnu.org>
5910
5911 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5912 factorize backend-specific code cleanly (this was essentially
5913 conceived by Stefan Monnier).
5914 (vc-unregister): Function removed.
5915 (vc-revert-file): New function.
5916 (vc-revert-buffer): Delegate some of the work to it.
5917
5918 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5919 default branch unconditionally.
5920 (vc-rcs-set-default-branch): New function.
5921 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5922 (vc-rcs-checkin): If an appropriate default branch has been set,
5923 force creation of that branch.
5924 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5925 code (as suggested by Stefan Monnier).
5926
59272000-10-02 Gerd Moellmann <gerd@gnu.org>
5928
5929 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5930 highlighting overlay with a different face over the overlay
5931 isearch uses to highlight the current match because that can lead
5932 to bad face combinations.
5933
5934 * loadup.el (toplevel): Load faces before isearch.
5935
5936 * isearch.el (isearch-faces): New custom group.
5937 (isearch): New defface; was already tested for in the code.
5938 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5939 (isearch-highlight): Always use face `isearch'.
5940
59412000-10-02 Dave Love <fx@gnu.org>
5942
5943 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5944 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5945 comparison of opcode with operand.
5946
59472000-10-03 Miles Bader <miles@gnu.org>
5948
5949 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5950 buffer, since the echo area will now grow to accommodate them.
5951
59522000-10-02 Andre Spiegel <spiegel@gnu.org>
5953
5954 * vc-hooks.el (vc-registered): If FILE used to be registered under
5955 a certain backend, try that one first.
5956
5957 * vc.el (vc-responsible-backend): Undo the previous change in the
5958 argument list. Handle multiple backends correctly.
5959 (vc-find-new-backend): Function removed.
5960 (vc-register): Use vc-responsible-backend, as before.
5961 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5962
59632000-10-02 Gerd Moellmann <gerd@gnu.org>
5964
5965 * startup.el (fancy-splash-head): Change message below the
5966 logo.
5967
59682000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5969
5970 * diff-mode.el (diff-goto-source): Emit a status message.
5971 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5972 (diff-test-hunk): Fix doc string.
5973 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5974 (diff-advance-after-apply-hunk): New variable.
5975 (diff-apply-hunk): Don't return a value.
5976
59772000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5978
5979 * vc.el (vc-editable-p): Minor optimization.
5980 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5981 (vc-find-new-backend): New function split from vc-responsible-backend.
5982 (vc-register): Use it.
5983 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5984 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5985 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5986 (vc-clear-headers): Don't use find-file.
5987 (vc-revert-buffer): Use `and' again (must have been a braino).
5988 (vc-switch-backend): Only prompt if requested.
5989 Short circuit if nothing is to be done.
5990 Don't use vc-resynch-buffer which could lose unsaved editing.
5991 (vc-default-receive-file): Update call to vc-unregister.
5992 (with-vc-file, vc-next-action-on-file):
5993 Use vc-backend rather than vc-registered.
5994 (vc-next-action-on-file): Use intern-soft.
5995 Deal with read-only *vc-diff* buffer.
5996 (vc-transfer-file): Docstring fix.
5997
5998 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5999 (vc-rcs-receive-file): Avoid with-vc-properties.
6000 Update call to vc-unregister.
6001 Use constant `RCS' rather than (dynamically bound) var `backend'.
6002
60032000-10-01 Andre Spiegel <spiegel@gnu.org>
6004
6005 * vc.el (vc-next-action-on-file): Update mode line only if file
6006 is visited.
6007 (vc-start-entry): New argument initial-contents. Don't visit the file
6008 if it isn't already visited. Brought documentation up-to-date.
6009 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6010 (vc-checkin): New optional arg initial-contents, which is passed to
6011 vc-start-entry.
6012 (vc-finish-logentry): Make sure to bury log buffer only if there
6013 really is one. Call `vc-resynch-buffer' on log-file, not
6014 buffer-file-name.
6015 (vc-default-comment-history, vc-default-wash-log): New functions.
6016 (vc-index-of): Removed.
6017 (vc-transfer-file): Make do without the above.
6018 (vc-default-receive-file): Call comment-history unconditionally. Pass
6019 the resulting string to vc-checkin, instead of inserting it into the
6020 comment ring.
6021
6022 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6023 unconditionally. Use the comments as initial contents of the log
6024 entry buffer. Document the trick to force branch creation with no
6025 changes.
6026
60272000-10-01 Miles Bader <miles@gnu.org>
6028
6029 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6030 `recenter' with an arg to prevent redrawing the display.
6031
60322000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6033
6034 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6035
6036 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6037
6038 * progmodes/c-mode.el (c-mode):
6039 Don't gratuitously override the default for comment-column.
6040
6041 * textmodes/tex-mode.el (latex-metasection-list): New var.
6042 (latex-imenu-create-index): Use it.
6043 Move the regexp construction outside loops (and use push).
6044 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6045 (tex-font-lock-keywords): Moved from font-lock.el.
6046 (tex-comment-indent): Remove.
6047 (tex-common-initialization): Don't set comment-indent-function.
6048 (latex-block-default): New var.
6049 (tex-latex-block): Use it to provide a default choice.
6050 Add any unknown choice to latex-block-names.
6051 Insert [...] after {...}.
6052 (tex-last-unended-begin): Simplify regexp.
6053 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6054 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6055 (latex-mode): Set forward-sexp-function.
6056
6057 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6058 Add regexp for @ignore ... @end ignore.
6059 (texinfo-heading-face): New face.
6060 (texinfo-font-lock-keywords): Use it.
6061 (texinfo-mode-menu): New menu.
6062 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6063 New functions.
6064 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6065 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6066 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6067 Remove declaration.
6068 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6069
6070 * delsel.el (delete-selection-mode): Use define-minor-mode.
6071
6072 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6073
60742000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6075
6076 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6077
60782000-09-30 Gerd Moellmann <gerd@gnu.org>
6079
6080 * replace.el (keep-lines-read-args): New function.
6081 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6082 read arguments interactively. Add parameters RSTART and REND.
6083 Operate on the active region in Transient Mark mode.
6084
6085 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6086
6087 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6088 (authors-obsolete-files-regexps): New variable.
6089 (authors-add): Don't record changes in obsolete files.
6090
60912000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6092
6093 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6094
6095 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6096 (comment-indent): Make sure there's a space between code and comment.
6097 Shift comments left to avoid going past fill-column.
6098
60992000-09-29 Gerd Moellmann <gerd@gnu.org>
6100
6101 * startup.el (startup-echo-area-message): New function.
6102 (display-startup-echo-area-message): Use it.
6103 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6104 (fancy-splash-default-action): New function.
6105 (fancy-splash-screens-1): New function.
6106 (fancy-splash-head): Put a help-echo and a keymap under the image.
6107
61082000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6109
6110 * diff-mode.el (diff-add-log-file-name): Remove.
6111 (diff-mode): Use add-log-buffer-file-name-function.
6112
6113 * add-log.el (find-change-log): New arg BUFFER-FILE.
6114 (add-log-file-name): Obey add-log-file-name-function.
6115 (add-log-buffer-file-name-function): New var.
6116 (add-change-log-entry): Use it.
6117
61182000-09-29 Miles Bader <miles@gnu.org>
6119
6120 * image-file.el (image-file-name-extensions): New variable.
6121 (image-file-name-regexps): Renamed from `image-file-regexps'.
6122 New default value is nil. Call `auto-image-file-mode'.
6123 (image-file-name-regexp): New function.
6124 (auto-image-file-mode): New minor mode.
6125 (insert-image-file): Don't make conditional on the image-file
6126 handler being enabled.
6127 (image-file-handler): Make the call here conditional instead.
6128 (set-image-file-handler-enabled, enable-image-file-handler)
6129 (disable-image-file-handler): Functions removed.
6130
6131 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6132 string.
6133
61342000-09-29 Gerd Moellmann <gerd@gnu.org>
6135
6136 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6137 it's a function from CL.
6138 (latex-imenu-create-index): Replace eval-when-compile with progn
6139 because latex-section-alist is not bound while compiling.
6140
61412000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6142
6143 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6144 (outline-mode): Use define-derived-mode.
6145
6146 * progmodes/perl-mode.el (perl-mode):
6147 * progmodes/awk-mode.el (awk-mode):
6148 * progmodes/asm-mode.el (asm-mode):
6149 Don't gratuitously override the default for comment-column.
6150
6151 * emacs-lisp/lisp.el (lisp-complete-symbol):
6152 Distinguish the let-binding case from the funcall case.
6153 (forward-sexp-function): New variable.
6154 (forward-sexp): Use it.
6155
6156 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6157 (easy-mmode-defmap): Remove the now useless autoload.
6158
6159 * time.el (display-time-mode): Use define-minor-mode.
6160
6161 * subr.el (add-minor-mode): Don't eval NAME.
6162 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6163 Use if rather than cond.
6164
6165 * simple.el (read-expression-map): Define more properly.
6166 (comment-indent-hook): Remove.
6167 (string-to-syntax): Bug fix.
6168
6169 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6170 (cvs-ediff-diff): Fix typo.
6171 (cvs-revert-if-needed): Don't bother preserving read-only.
6172
6173 * paren.el (show-paren-mode): Use define-minor-mode.
6174
6175 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6176 (toggle-auto-compression): Remove.
6177 (jka-compr-build-file-regexp): Remove useless grouping.
6178
6179 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6180 Avoid user-reserved bindings.
6181 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6182 (diff-header-face): Revert to grey85.
6183
6184 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6185
6186 * complete.el (partial-completion-mode) <defcustom>: Remove.
6187 (partial-completion-mode): Use define-minor-mode.
6188 (PC-do-completion): Understand `completion-auto-help = delay'
6189 to mean to popup the completion buffer only the second time.
6190 (PC-include-file-all-completions, PC-include-file-all-completions)
6191 (PC-include-file-all-completions): Don't quote lambda.
6192
6193 * comint.el (comint-mode-hook): Docstring fix.
6194 (comint-mode): Use define-derived-mode.
6195 (comint-mode-map): Remove obsolete comment.
6196 (make-comint): Minor stylistic change.
6197 (comint-insert-clicked-input): Be more careful to find the overlay.
6198 Use this-command-keys rather than hardcoding mouse-2.
6199
6200 * font-lock.el: Replace confusing (,@ with ,
6201 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6202 Don't use regexp-opt-depth. Spice up the regexp for args.
6203 Don't distinguish between cmds that can take an opt arg or not.
6204 Use `append' and `prepend' rather than `keep'.
6205
6206 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6207 (latex-outline-regexp): New var.
6208 (latex-outline-level): New fun.
6209 (latex-section-alist): New var.
6210 (latex-imenu-create-index): Use it. Use `push' as well.
6211 (tex-shell-map): Initialize it properly.
6212 (tex-mode): Minor stylistic change.
6213 (plain-tex-mode): Use define-derived-mode.
6214 (latex-mode): Use define-derived-mode.
6215 Construct the paragraph regexps in a more readable way.
6216 Set the buffer-local outline-{level,regexp} vars.
6217 (slitex-mode): Derive from latex-mode.
6218 (tex-common-initialization): Don't kill-all-vars anymore.
6219 Add setting for comment-add and font-lock-defaults.
6220 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6221 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6222 (tex-start-tex): New arg DIR (and send a chdir command for it).
6223 Also display the shell buffer and save it in tex-last-buffer-texed.
6224 (tex-region): Use expand-file-name rather than concat.
6225 Remove code made useless by changes in tex-start-tex.
6226 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6227
6228 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6229
62302000-09-28 Dave Love <fx@gnu.org>
6231
6232 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6233
62342000-09-28 Gerd Moellmann <gerd@gnu.org>
6235
6236 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6237 `append'.
6238
62392000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6240
6241 * info.el (Info-extract-pointer): Undo last change.
6242 Instead, fix the position of the `bound' arg to re-search-backward.
6243
62442000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6245
6246 * info.el (Info-extract-pointer):
6247 Widen more carefully, to avoid finding pointers in other nodes.
6248 (Info-index): Use push.
6249
62502000-09-27 Gerd Moellmann <gerd@gnu.org>
6251
6252 * frame.el (set-frame-font): Remove call to obsolete function
6253 frame-update-faces.
6254 (set-foreground-color, set-background-color): Likewise for
6255 frame-update-face-colors.
6256
62572000-09-27 Miles Bader <miles@gnu.org>
6258
6259 * image-file.el: New file.
6260
62612000-09-27 Gerd Moellmann <gerd@gnu.org>
6262
6263 * frame.el (frame-notice-user-settings): Don't call
6264 frame-update-faces, which is a no-op now.
6265
6266 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6267 tool-bar-lines.
6268
62692000-09-27 Dave Love <fx@gnu.org>
6270
6271 * mouse.el: Fix last change.
6272
62732000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6274
6275 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6276
62772000-09-22 Kenichi Handa <handa@etl.go.jp>
6278
6279 * international/quail.el (quail-help): The output message is
6280 improved.
6281
62822000-09-26 Dave Love <fx@gnu.org>
6283
6284 * mouse.el (popup-menu): If POSITION is nil, set it using
6285 mouse-position.
6286
62872000-09-25 Sam Steingold <sds@gnu.org>
6288
6289 * net/browse-url.el (browse-url-file-url): Check for null maps.
6290
62912000-09-26 Gerd Moellmann <gerd@gnu.org>
6292
6293 * frame.el (frame-notice-user-settings): Don't add a
6294 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6295
6296 * frame.el (frame-notice-user-settings):
6297 Make tool-bar-mode and default-frame-alist consistent.
6298
6299 * toolbar/tool-bar.el (tool-bar-help): New function.
6300
63012000-09-25 Gerd Moellmann <gerd@gnu.org>
6302
6303 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6304 current-load-list in top-level forms. Else this leaks a cons cell
6305 every time a defun is called.
6306
6307 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6308
63092000-09-25 Dave Love <fx@gnu.org>
6310
6311 * startup.el (fancy-splash-head): Check XPM is available.
6312
6313 * autoinsert.el (auto-insert): Doc fix.
6314 (auto-insert-alist): Following GNU notices, don't say `copyright
6315 _by_'. Use line-beginning-position.
6316 (auto-insert): Check buffer-file-name is non-nil before use.
6317
63182000-09-25 Gerd Moellmann <gerd@gnu.org>
6319
6320 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6321 starting with `@def' or `@multitable', in addition to ones
6322 specified by the user in auto-fill-inhibit-regexp.
6323
63242000-09-25 Markus Rost <rost@math.ohio-state.edu>
6325
6326 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6327 rmail-dont-reply-to-names matches the empty string.
6328
63292000-09-25 Gerd Moellmann <gerd@gnu.org>
6330
6331 * startup.el (command-line-1, fancy-splash-text): Change the
6332 text to sound more friendly.
6333
63342000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6335
6336 * progmodes/hideshow.el: Update author email address.
6337 Generally, sync w/ maintainer version 5.22.
6338 (hs-hide-all-non-comment-function): New var.
6339 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6340 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6341 (hs-show-region): Delete this command.
6342 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6343
63442000-09-22 Dave Love <fx@gnu.org>
6345
6346 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6347 (hl-line-highlight): Specify buffer when moving overlay.
6348
6349 * progmodes/fortran.el (fortran-mode): Locally set
6350 normal-auto-fill-function.
6351 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6352 (fortran-mode-map): Adjust auto-fill menu entry.
6353
63542000-09-22 Gerd Moellmann <gerd@gnu.org>
6355
6356 * vc-rcs.el (toplevel): Require `vc' when compiling.
6357
6358 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6359
63602000-09-22 Andre Spiegel <spiegel@gnu.org>
6361
6362 * vc.el (vc-switch-backend): Signal an error if the file is not
6363 registered under the new backend.
6364
6365 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6366 without explicit revision number.
6367
63682000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6369
6370 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6371 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6372 (diff-xor): New function.
6373 (diff-find-source-location): Use it. Fix a stupid name clash.
6374 (diff-hunk-status-msg): New function.
6375 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6376 (diff-test-hunk): Use diff-find-source-location.
6377 (diff-goto-source): Favor the `reverse'.
6378 (diff-hunk-text): Properly handle one-sided context diffs.
6379 (diff-apply-hunk): When done, advance to the next hunk.
6380
63812000-09-21 Gerd Moellmann <gerd@gnu.org>
6382
6383 * startup.el (command-line): If frame was created with a non-zero
6384 tool-bar-lines parameter, switch tool-bar-mode on.
6385
6386 * add-log.el (change-log-date-face, change-log-name-face)
6387 (change-log-email-face, change-log-file-face)
6388 (change-log-list-face, change-log-conditionals-face)
6389 (change-log-function-face, change-log-acknowledgement-face):
6390 New faces, inheriting from font-lock faces.
6391 (change-log-font-lock-keywords): Use them.
6392
63932000-09-21 Dave Love <fx@gnu.org>
6394
6395 * progmodes/cperl-mode.el (top-level): Clean up
6396 `eval-when-compile's and assorted defvars.
6397 (cperl-invalid-face): Don't double-quote value. Change custom
6398 type.
6399 (cperl-mode): Set normal-auto-fill-function and don't zap
6400 auto-fill-function.
6401 (cperl-imenu--function-name-regexp-perl): Renamed from
6402 imenu-example--function-name-regexp-perl.
6403 (cperl-imenu--create-perl-index): Renamed from
6404 imenu-example--create-perl-index.
6405 (cperl-xsub-scan): Don't require cl.
6406
6407 * msb.el (msb-mode-map): Use substitute-key-definition.
6408 (msb-mode): Use msb-mode-map.
6409
64102000-09-21 Andre Spiegel <spiegel@gnu.org>
6411
6412 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6413 New functions.
6414 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6415 (vc-switch-backend): New function.
6416 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6417 (vc-register): Fix prompt.
6418 (vc-unregister, vc-default-unregister): New functions.
6419 (vc-version-diff): Handle empty buffer in sentinel.
6420
6421 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6422 (vc-rcs-state-heuristic): Use it to guess the state of files with
6423 non-strict locking.
6424 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6425 been set with -b, but not created yet.
6426 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6427 contents in order to find the state.
6428 (vc-rcs-checkin): Allow creation of branches with no changes.
6429 (vc-rcs-unregister, vc-rcs-receive-file)
6430 (vc-rcs-set-non-strict-locking): New functions.
6431
6432 * vc-hooks.el (vc-name): Force correct computation of the value
6433 in case it is missing.
6434
64352000-09-21 Gerd Moellmann <gerd@gnu.org>
6436
6437 * startup.el (fancy-splash-tail): Use a different foreground
6438 color on a dark frame background.
6439
64402000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6441
6442 * info.el: Use the correct capitalization when making Info-mode
6443 and Info-edit-mode `special' modes.
6444
64452000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6446
6447 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6448 (diff-mode): Add support for add-log.el.
6449 (diff-hunk-text): Use char offsets rather than line offsets.
6450 (diff-find-source-location): Replace LINE with line-offset (nil
6451 if not found) and always set POS to a meaningful position.
6452 Adapt to the new char-offsets.
6453 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6454 Adapt to the new diff-find-source-location.
6455 (diff-goto-source): Adapt to the new diff-find-source-location.
6456
6457 * add-log.el (add-log-file-name): New function (split out of
6458 add-change-log-entry).
6459 (add-change-log-entry): Use it.
6460 Call add-log-file-name-function with the changelog file name if
6461 the current buffer is not associated with any file.
6462 Avoid find-file if the selected window is dedicated.
6463
6464 * diff-mode.el (diff-find-source-location):
6465 Move code from diff-apply-hunk. Return buffer rather than file.
6466 (diff-apply-hunk): Use the new result from diff-find-source-location.
6467 (diff-goto-source): Use the new diff-find-source-location.
6468
64692000-09-20 Dave Love <fx@gnu.org>
6470
6471 * iswitchb.el: Some doc fixes.
6472 (iswitchb-mode-map): Define completely initially. Inherit
6473 minibuffer-local-map.
6474 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6475 fundamental-mode.
6476 (iswitchb-global-map): New variable.
6477 (iswitchb-summaries-to-end): Amalgamate regexps.
6478 (iswitchb-mode): New.
6479 (iswitchb-mode-hook): New variable.
6480 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6481 `extensions'.
6482
64832000-09-20 Gerd Moellmann <gerd@gnu.org>
6484
6485 * ehelp.el (electric-help): New defgroup.
6486 (electric-help-shrink-window): New user-option.
6487 (with-electric-help): Use it.
6488
6489 * window.el (shrink-window-if-larger-than-buffer): If face
6490 `mode-line' has a :box, and we're on a graphical frame, add 1
6491 to the needed window height.
6492
6493 * frame.el (frame-notice-user-settings): Add a last parameter nil
6494 to a call to `append', because the last list passed to `append' is
6495 not copied, and so subsequent calls to assq-delete-all will modify
6496 default-frame-alist.
6497
6498 * startup.el (fancy-splash-image): Change :type.
6499 (fancy-splash-head): Use an XBM image if appropriate.
6500 (command-line-1): Show splash screens in more cases.
6501
6502 * startup.el (fancy-splash-text): Don't quote faces.
6503
6504 * dired.el (dired-font-lock-keywords): Undo last change.
6505 (dired-readin): Bind indent-tabs-mode to nil.
6506
6507 * startup.el (fancy-splash-head): If frame's background mode
6508 is `dark', change the black background of the image to gray.
6509 (fancy-splash-screens): Display startup echo area message.
6510 (display-startup-echo-area-message): New function.
6511
65122000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6513
6514 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6515
6516 * info.el (info-header-node): Tweak for color ttys.
6517
6518 * faces.el (face-valid-attribute-values): Make sure directories we
6519 search for stipples both exist and are readable before trying to
6520 search them.
6521
6522 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6523 in the dry-run case.
6524
6525 * jka-compr.el (with-auto-compression-mode): New macro.
6526
6527 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6528 (custom-group-tag-face, custom-variable-tag-face): Use relative
6529 :height and inherit from `variable-pitch' face instead of
6530 hardwiring :family.
6531 * hi-lock.el (hi-black-hb): Likewise.
6532
6533 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6534 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6535 toolbar-add-item, if image doesn't have a mask add a `:mask
6536 heuristic'.
6537
65382000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6539
6540 * diff-mode.el: Docstring fixes.
6541 (diff-header-face, diff-comment-face): New faces.
6542 (diff-font-lock-keywords): Highlight a bit differently.
6543 (diff-find-source-location): Don't return SPAN any more.
6544 (diff-hunk-text): Don't bother erasing the temp buffer.
6545 (diff-find-text): Drop argument LINE.
6546 (diff-apply-hunk): Update calls to diff-find-text.
6547 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6548
6549 * calendar/calendar.el: Docstring fixes.
6550 (calendar-make-alist): Don't quote lambda.
6551 (calendar-star-date): Use make-local-variable.
6552
65532000-09-19 Dave Love <fx@gnu.org>
6554
6555 * toolbar/tool-bar.el: Renamed from toolbar.el.
6556 Change `toolbar' to `tool-bar' generally in symbols.
6557 Make some items invisible in `special' major modes.
6558 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6559 Add arg PROPS.
6560
6561 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6562 Add :version here.
6563 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6564
65652000-09-19 Gerd Moellmann <gerd@gnu.org>
6566
6567 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6568
6569 * files.el (find-file-suppress-same-file-warnings): New user-option.
6570 (find-file-noselect): Use it.
6571
6572 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6573 (fancy-splash-screen): Defgroup.
6574
6575 * add-log.el (change-log-font-lock-keywords): Match names
6576 more exactly for the case that font-lock-constant-face is
6577 underlined.
6578
65792000-09-19 Richard M. Stallman <rms@gnu.org>
6580
6581 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6582
65832000-09-19 Andre Spiegel <spiegel@gnu.org>
6584
6585 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6586
65872000-09-19 Gerd Moellmann <gerd@gnu.org>
6588
6589 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6590 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6591 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6592 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6593 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6594 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6595 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6596 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6597 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6598 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6599 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6600 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6601
6602 * startup.el (fancy-splash-text): New variable.
6603 (fancy-splash-delay, fancy-splash-image): New user-options.
6604 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6605 (fancy-splash-screens): New functions.
6606 (command-line-1): If display has a `display' frame parameter, has
6607 colors, and we have XPM support, show more fancy splash screens.
6608
66092000-09-19 Dave Love <fx@gnu.org>
6610
6611 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6612 with null `help'. Use modern backquote syntax.
6613
66142000-09-19 Gerd Moellmann <gerd@gnu.org>
6615
6616 * font-lock.el (font-lock-mode): Change message telling the user
6617 that ``the buffer is too big''.
6618
6619 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6620 for instance for the case that tab-width is 2.
6621
66222000-09-18 Gerd Moellmann <gerd@gnu.org>
6623
6624 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6625 toolbar-add-item, if image doesn't have a mask add a `:mask
6626 heuristic'.
6627
66282000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6629
6630 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6631 and return a cons if it's non-nil.
6632 (diff-apply-hunk): Try to jump to the line in the source text
6633 corresponding to the position of point in the in the hunk.
6634
6635 * info.el (Info-title-3-face, Info-title-2-face)
6636 (Info-title-1-face): Use face inheritance and relative sizes
6637 instead of hard-wiring things.
6638
6639 * faces.el (secondary-selection): Make dark-background variant sane.
6640
66412000-09-16 Andrew Innes <andrewi@gnu.org>
6642
6643 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6644 read-only, since they aren't under VC now.
6645
66462000-09-17 Dave Love <fx@gnu.org>
6647
6648 * tmm.el: Replace mapcar with mapc in several places.
6649
6650 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6651 ad-unadvise.
6652
6653 * international/latin1-disp.el: New file.
6654
6655 * calendar/cal-move.el (scroll-calendar-left)
6656 (scroll-calendar-right): Make arg optional (for active mode line).
6657
6658 * calendar/calendar.el (calendar-mode-line-format): Make fields
6659 mouse-sensitive.
6660 (calendar-read-date, calendar-read-date, calendar-window-list):
6661 Unquote lambda.
6662 (calendar-month-name): Use aref, not sref.
6663
6664 * view.el (minor-mode-alist): Propertize the string.
6665
6666 * international/characters.el (standard-case-table): Add entries
6667 for Greek.
6668
66692000-09-18 Miles Bader <miles@gnu.org>
6670
6671 * info.el (info-node, info-xref): Add dark-background variants.
6672
6673 * faces.el (header-line): Change defaults to be less confusing
6674 when mixed with mode-lines.
6675
6676 * info.el (Info-fontify-node): Make a few cleanups.
6677 Add extra `help-echo' and `local-map' props to node xrefs.
6678 Use header-specific faces for node-names & xrefs.
6679 (Info-use-header-line): New variable.
6680 (info-header-xref, info-header-node): New faces.
6681 (Info-setup-header-line): New function.
6682 (Info-select-node): Call Info-setup-header-line when enabled.
6683 (Info-extract-pointer): Work even if the header line is hidden.
6684 (Info-header-line): New variable.
6685
66862000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6687
6688 * vms-patch.el (print-region-function): Don't quote lambda.
6689
6690 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6691
6692 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6693 (lm-get-header-re): Allow spaces between the header and the colon.
6694 (lm-header): Allow $ in non-RCS headers.
6695 (lm-header-multiline): Put the strings back into order.
6696 Stop at an empty line. Don't require two space chars if the
6697 line is clearly not another header line.
6698
6699 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6700 (popup-menu-popup): Remove.
6701
67022000-09-15 Gerd Moellmann <gerd@gnu.org>
6703
6704 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6705 specification if or if not tool-bar item contains an `:enabled'
6706 property.
6707
6708 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6709 current buffer has no file name.
6710
67112000-09-15 Dave Love <fx@gnu.org>
6712
6713 * strokes.el: Sync with maintainer's current version with changes
6714 for Emacs, but avoid runtime cl and levents.
6715 (toplevel): Change autoloads and compilation requires.
6716 (strokes-version, strokes-bug-address, strokes-lift): Values
6717 changed.
6718 (strokes-xpm-header, strokes-insinuated): New variable.
6719 (strokes): Add :link.
6720 (strokes-mode): Customized.
6721 (strokes-while-inhibiting-garbage-collector): New macro.
6722 (strokes-remassoc): Avoid remove-if.
6723 (strokes-fix-button2-command): Don't use ad-do-it.
6724 (strokes-insinuate): New function.
6725 (strokes-button-press-event-p, strokes-button-release-event-p):
6726 New functions, used instead of non-`strokes-' versions..
6727 (strokes-mouse-event-p): Rewritten.
6728 (strokes-event-closest-point): Avoid event-point.
6729 (strokes-get-grid-position): Avoid cdadr, caadr
6730 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6731 functions.
6732 (strokes-help): Use with-output-to-temp-buffer.
6733 (strokes-window-configuration-changed-p): New function.
6734 (strokes-update-window-configuration): Use buffer-live-p,
6735 strokes-window-configuration-changed-p.
6736 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6737 (strokes-char-face): New face.
6738 (strokes-char-table, strokes-base64-chars): New variable.
6739 (strokes-xpm-for-stroke, strokes-list-strokes)
6740 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6741 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6742 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6743 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6744 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6745 functions.
6746
67472000-09-15 Gerd Moellmann <gerd@gnu.org>
6748
6749 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6750
6751 * image.el (create-image): Doc fix.
6752
6753 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6754 instead of `:heuristic-mask t'.
6755
67562000-09-14 Andrew Innes <andrewi@gnu.org>
6757
6758 * makefile.w32-in: Revert to Unix line endings.
6759
67602000-09-14 Andrew Innes <andrewi@gnu.org>
6761
6762 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6763 when installing.
6764
6765 * makefile.nt (DONTCOMPILE): Fix typo.
6766
6767 * shell.el (shell-write-history-on-exit): New function.
6768 (shell-dumb-shell-regexp): New custom variable.
6769 (shell-mode): Make shell-write-history-on-exit the process
6770 sentinel if shell name matches shell-dumb-shell-regexp.
6771
6772 * w32-fns.el: Comment out before-init-hook function which resets
6773 source-directory based; this breaks bootstrap.
6774
67752000-09-14 Dave Love <fx@gnu.org>
6776
6777 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6778 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6779 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6780 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6781 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6782 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6783 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6784 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6785 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6786
6787 * toolbar/toolbar.el: New.
6788
6789 * subdirs.el: Add toolbar.
6790
67912000-09-14 Gerd Moellmann <gerd@gnu.org>
6792
6793 * indent.el (indent-for-tab-command): Doc fix.
6794
67952000-09-14 Alex Schroeder <alex@gnu.org>
6796
6797 * ansi-color.el (ansi-colors): Doc change.
6798 (ansi-color-get-face): Simplified regexp.
6799 (ansi-color-faces-vector): Added more faces, doc change.
6800 (ansi-color-names-vector): Doc change.
6801 (ansi-color-regexp): Simplified regexp.
6802 (ansi-color-parameter-regexp): New regexp.
6803 (ansi-color-filter-apply): Doc change.
6804 (ansi-color-filter-region): Doc change.
6805 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6806 deal with zero length parameters.
6807 (ansi-color-apply-on-region): Doc change.
6808 (ansi-color-map): Doc change.
6809 (ansi-color-map-update): Removed debugging message.
6810 (ansi-color-get-face-1): Added condition-case to trap
6811 args-out-of-range errors.
6812 (ansi-color-get-face): Doc change.
6813 (ansi-color-make-face): Removed.
6814 (ansi-color-for-shell-mode): New option.
6815
68162000-09-13 Kenichi Handa <handa@etl.go.jp>
6817
6818 * international/quail.el (quail-start-translation): Translate KEY
6819 if necessary even if it doesn't have any mapping in the current
6820 input method.
6821 (quail-start-conversion): Likewise.
6822 (quail-help): The output message is improved.
6823
68242000-09-13 Miles Bader <miles@gnu.org>
6825
6826 * comint.el (comint-output-filter): Revert to using
6827 `insert-before-markers'. Add bletcherous hack to undo damage
6828 caused by `insert-before-markers'. Put `front-sticky' property on
6829 overlays created here so that the field code understands how the
6830 overlay works. Use a let when making comint-last-prompt-overlay,
6831 so that the code is easier to read.
6832
68332000-09-13 Dave Love <fx@gnu.org>
6834
6835 * wid-edit.el (widget-default-format-handler): DTRT when
6836 doc-property is a function.
6837
68382000-09-12 Francesco Potorti` <pot@gnu.org>
6839
6840 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6841 filed name if it's not there.
6842
68432000-09-12 Dave Love <fx@gnu.org>
6844
6845 * simple.el (read-mail-command): Doc fix.
6846 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6847
6848 * vc.el (vc-dired-listing-switches): Fix :version.
6849
6850 * vc-hooks.el: Doc fixes.
6851
6852 * subr.el (add-minor-mode): Use toggle-fun arg.
6853
6854 * speedbar.el: Add :version to several defcustoms.
6855
6856 * imenu.el (imenu--truncate-items, imenu--cleanup)
6857 (imenu--generic-function): Avoid mapcar.
6858 (imenu--replace-spaces): Function removed.
6859 (imenu--completion-buffer): Use subst-char-in-string.
6860 (imenu-add-to-menubar): Use keymap inheritance.
6861
68622000-09-12 Miles Bader <miles@gnu.org>
6863
6864 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6865 (diff-mode-map): Bind `diff-test-hunk'.
6866 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6867
68682000-09-11 Gerd Moellmann <gerd@gnu.org>
6869
6870 * bytecomp.el (byte-compile-defvar): Undo last change
6871 because it breaks '(make-variable-buffer-local (defvar ...)'
6872 which is used at least in dired.
6873
68742000-09-12 Kenichi Handa <handa@etl.go.jp>
6875
6876 * international/quail.el (quail-define-package): Docstring
6877 modified.
6878
68792000-09-12 Kenichi Handa <handa@etl.go.jp>
6880
6881 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6882 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6883 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6884 docstring of "chinese-py".
6885
6886 * international/quail.el (quail-translation-docstring): New
6887 variable.
6888 (quail-show-keyboard-layout): Docstring modified.
6889 (quail-select-current): Likewise.
6890 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6891 infinite recursive call.
6892 (quail-help): Check quail-translation-docstring. Format of the
6893 output changed.
6894 (quail-help-insert-keymap-description): Adjusted for the above
6895 change.
6896
68972000-09-11 Gerd Moellmann <gerd@gnu.org>
6898
6899 * bytecomp.el (byte-compile-defvar): Only cons onto
6900 current-load-list in top-level forms. Else this leaks a cons cell
6901 every time a defun is called.
6902
69032000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6904
6905 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6906 Now understands non-unified diffs. Some functionality moved into
6907 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6908 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6909 modify anything. Only reposition point in the patched file if the
6910 patch succeeds. Only pop up another window if POPUP is true.
6911 Emit a message describing what happened if successful, and at what
6912 line-offset. Automatically detect reversed hunks and do something
6913 appropriate.
6914 (diff-hunk-text, diff-find-text): New functions.
6915 (diff-filter-lines): Function removed.
6916 (diff-test-hunk): New function.
6917 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6918
69192000-09-10 Dave Love <fx@gnu.org>
6920
6921 * textmodes/tildify.el: Minor doc/commentary fixes.
6922 (tildify) <defgroup>: Add :version.
6923
6924 * faces.el (face-x-resources): Make custom type more specific.
6925 (frame-background-mode): Use mapc.
6926 (region) <defcustom>: Add :version.
6927
69282000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6929
6930 * vc-sccs.el (vc-sccs-register):
6931 * vc-rcs.el (vc-rcs-register):
6932 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6933 * vc.el (vc-register): Clear file's properties.
6934
69352000-09-08 Gerd Moellmann <gerd@gnu.org>
6936
6937 * faces.el (face-spec-set): Only face-spec-reset-face when
6938 ATTRS is non-nil.
6939
69402000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6941
6942 * help.el (help-insert-xref-button): Fix a typo in doc string.
6943
69442000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6945
6946 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6947 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6948 methods.
6949
6950 * menu-bar.el (read-mail-item-name): New function.
6951 (menu-bar-tools-menu): Use it to compute and display the package
6952 used to read email.
6953 (menu-bar-tools-menu): Fix typo in GUD's help string.
6954
69552000-09-07 Dave Love <fx@gnu.org>
6956
6957 * diff-mode.el (diff-mouse-goto-source): New function.
6958
6959 * vc-sccs.el: Doc fixes.
6960 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6961
6962 * vc-rcs.el: Doc fixes.
6963 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6964 (vc-rcs-checkout-switches, vc-rcs-header)
6965 (vc-rcs-master-templates): Add or change :version.
6966
6967 * vc-cvs.el: Doc fixes.
6968 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6969 (vc-cvs-stay-local): Add :version.
6970
6971 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6972
69732000-09-07 Kenichi Handa <handa@etl.go.jp>
6974
6975 * international/quail.el (quail-help): Fix previous change.
6976
69772000-09-07 Gerd Moellmann <gerd@gnu.org>
6978
6979 * faces.el (color-values): Doc fix.
6980
6981 * faces.el (frame-set-background-mode): Use frame-parameter
6982 instead of frame-parameters.
6983
6984 * frame.el (filtered-frame-list): Reduce consing.
6985 (frames-on-display-list): Call frame-parameter instead of
6986 frame-parameters.
6987
69882000-09-07 Kenichi Handa <handa@etl.go.jp>
6989
6990 * language/devan-util.el (devanagari-to-indian-region): In the
6991 loop, change the following char, not preceding char.
6992
69932000-09-07 Gerd Moellmann <gerd@gnu.org>
6994
6995 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6996 instead of frame-parameters.
6997
6998 * faces.el (set-face-attribute): Simplify by calling
6999 internal-set-lisp-face-attribute with FRAME being 0.
7000
7001 * vc.el: Remove `Id' version control keyword.
7002
70032000-09-07 Kenichi Handa <handa@etl.go.jp>
7004
7005 * help.el (help-make-xrefs): Adjusted for the change of
7006 help-xref-mule-regexp.
7007 (help-insert-xref-button): New function.
7008
7009 * international/mule-cmds.el (help-xref-mule-regexp-template):
7010 Include the pattern for character set.
7011 (leim): New group.
7012
7013 * international/quail.el: Don't require face.
7014 (quail): New group.
7015 (quail-other-command): Dummy command to make quail-help work better.
7016 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7017 (quail-keyboard-layout-substitution): New variable.
7018 (quail-update-keyboard-layout): New function.
7019 (quail-keyboard-layout-type): New customizable variable.
7020 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7021 (quail-keyboard-translate): Pay attention to
7022 quail-keyboard-layout-substitution.
7023 (quail-insert-kbd-layout): New function.
7024 (quail-show-keyboard-layout): New function.
7025 (quail-get-translation): If the definition is a vector of length
7026 1, and the element is a string of length 1, return the character
7027 in that string.
7028 (quail-update-current-translations): Fix the case of
7029 relative-index out of range.
7030 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7031 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7032 Show key sequences for all available characters.
7033 (quail-help-insert-keymap-description): Don't show such verbose
7034 key bindings as quail-self-insert-command.
7035
7036 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7037 Format changed, and each element now have extra documentations.
7038 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7039 Adjusted for the change of quail-cxterm-package-ext-info.
7040
70412000-09-06 Gerd Moellmann <gerd@gnu.org>
7042
7043 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7044 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7045 during bootstrap.
7046
70472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7048
7049 * vc.el: (toplevel): Don't require `dired' at run-time.
7050 (vc-dired-resynch-file): Remove autoload cookie.
7051
70522000-09-05 Andre Spiegel <spiegel@gnu.org>
7053
7054 * vc.el: Made several backend functions optional.
7055 (vc-default-responsible-p): New function.
7056 (vc-merge): Use RET for first version to trigger merge-news, not
7057 prefix arg.
7058 (vc-annotate): Handle backends that do not support annotation.
7059 (vc-default-merge-news): Removed. The existence of a merge-news
7060 implementation is now checked on caller sites.
7061
7062 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7063 case.
7064
7065 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7066 special case that has been removed from the default in vc-hooks.el.
7067
70682000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7069
7070 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7071
70722000-09-05 Andre Spiegel <spiegel@gnu.org>
7073
7074 * vc-hooks.el: Require vc during compilation.
7075 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7076 macro `with-vc-properties' in vc.el.
7077 (vc-file-getprop): Doc fix.
7078 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7079
7080 * vc.el: Require dired-aux during compilation.
7081 (vc-name-assoc-file): Moved to vc-sccs.el.
7082 (with-vc-properties): New macro.
7083 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7084 vc-finish-steal): Use it.
7085 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7086 to the backend-specific function is now supposed to do the checkout,
7087 too.
7088 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7089
7090 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7091 set file properties; that gets done in the generic code now.
7092
7093 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7094 Changed parameter list, added code from vc.el that does the
7095 checkout, possibly with a double-take.
7096
7097 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7098 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7099 the above under the new name.
7100 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7101 parameter list, added checkout command.
7102 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7103 properties; that gets done in the generic code now.
7104
71052000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7106
7107 * vc.el: Docstring fixes (courtesy of checkdoc).
7108
71092000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7110
7111 * vc.el (vc-checkout-writable-buffer-hook)
7112 (vc-checkout-writable-buffer): Remove.
7113 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7114 (vc-log-mode): Make it into a clean derived major mode.
7115 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7116 vc-log-mode if log-edit is not available.
7117 (vc-dired-mode-map): Don't set-keymap-parent yet.
7118 (vc-dired-mode): Do set-keymap-parent here.
7119 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7120
71212000-09-05 Gerd Moellmann <gerd@gnu.org>
7122
7123 * faces.el (set-face-attribute, face-spec-reset-face)
7124 (face-spec-set): Avoid consing by removing calls to `apply'.
7125
7126 * frame.el (frame-parameter): Move to C code.
7127
71282000-09-05 Dave Love <fx@gnu.org>
7129
7130 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7131 insert-before-markers-and-inherit. Now checked systematically!
7132
71332000-09-05 Alex Schroeder <alex@gnu.org>
7134
7135 * sql.el (sql-postgres): Use sql-postgres-options.
7136 (sql-postgres-options): New variable.
7137
71382000-09-05 Alex Schroeder <alex@gnu.org>
7139
7140 * sql.el (sql-mode-menu): Work around missing variable mark-active
7141 in XEmacs.
7142 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7143 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7144 compatibility.
7145
71462000-09-04 Gerd Moellmann <gerd@gnu.org>
7147
7148 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7149
7150 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7151
7152 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7153
71542000-09-04 Andre Spiegel <spiegel@gnu.org>
7155
7156 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7157 don't support anything else under SCCS yet.
7158
7159 * vc-hooks.el: Minor doc fixes.
7160
71612000-09-04 Andre Spiegel <spiegel@gnu.org>
7162
7163 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7164 not necessary. If verbose in state `needs-patch', do the same as
7165 under `up-to-date'. When NOT verbose and `needs-patch', check out
7166 latest version instead of `merge-news'.
7167 (vc-next-action-dired): Don't mess with default-directory here; it
7168 breaks other parts of dired. It is the job of the
7169 backend-specific functions to adjust it temporarily if they need it.
7170 (vc-next-action): Remove a special CVS case.
7171 (vc-clear-headers): New optional arg FILE.
7172 (vc-checkin, vc-checkout): Set properties vc-state and
7173 vc-checkout-time properly.
7174 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7175 (vc-print-log): Use new backend function `show-log-entry'.
7176 (vc-cancel-version): Do the checks in a different order. Added a
7177 FIXME concerning RCS-only code.
7178
7179 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7180 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7181
7182 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7183
7184 * vc-hooks.el (vc-default-mode-line-string): Show state
7185 `needs-patch' as a `-' too.
7186
71872000-09-04 Andre Spiegel <spiegel@gnu.org>
7188
7189 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7190 (vc-default-could-register): New function.
7191 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7192 (vc-resynch-buffer): Call vc-dired-resynch-file.
7193 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7194 vc-resynch-buffer instead of vc-resynch-window.
7195 (vc-next-action-dired): Don't redisplay here, that gets done as a
7196 result of the individual file operations.
7197 (vc-retrieve-snapshot): Corrected prompt order.
7198
7199 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7200
7201 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7202 as well.
7203 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7204 hostname regexps. Updated all callers.
7205 (vc-cvs-responsible-p): Handle directories as well.
7206 (vc-cvs-could-register): New function.
7207 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7208 properties up-to-date.
7209
7210 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7211 user whether to create one.
7212
72132000-09-04 Andre Spiegel <spiegel@gnu.org>
7214
7215 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7216 check out a non-existing file.
7217
7218 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7219 workfile does not exist.
7220
7221 * vc.el (vc-version-diff): Use `require' to check for existence of
7222 diff-mode.
7223
72242000-09-04 Andre Spiegel <spiegel@gnu.org>
7225
7226 * vc-cvs.el (vc-cvs-registered): Use new function
7227 vc-cvs-parse-entry to do the actual work.
7228
72292000-09-04 Andre Spiegel <spiegel@gnu.org>
7230
7231 * vc-hooks.el (vc-find-backend-function): If function doesn't
7232 exist, return nil instead of error.
7233 (vc-call-backend): Doc fix.
7234
7235 * vc.el (vc-do-command): Doc fix.
7236 (vc-finish-logentry): When checking in from vc-dired, choose the
7237 right backend for logentry check.
7238 (vc-dired-mode-map): Inherit from dired-mode-map.
7239 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7240 simplified.
7241 (vc-dired-state-info): Removed, updated caller.
7242 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7243 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7244 (vc-dired-listing-switches): New variable.
7245 (vc-directory): Use it, instead of dired-listing-switches.
7246
7247 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7248 (vc-cvs-dir-state): New function.
7249 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7250 (vc-cvs-parse-entry): New function, also to be used in
7251 vc-cvs-registered.
7252
72532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7254
7255 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7256 *or* single-window-frames.
7257
72582000-09-04 Andre Spiegel <spiegel@gnu.org>
7259
7260 * vc.el (vc-update-changelog): Split into generic part and default
7261 implementation. Doc string adapted.
7262 (vc-default-update-changelog): New function. Call the `rcs2log'
7263 script in exec-directory, to fix a long-standing nuisance.
7264
7265 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7266 simply signals an error.
7267
72682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7269
7270 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7271 control-flow more clear and to avoid running `cvs' twice.
7272
7273 * vc.el (vc-next-action-on-file): Doc fix.
7274 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7275 (vc-print-log): Eval `file' before constructing the continuation.
7276
72772000-09-04 Andre Spiegel <spiegel@gnu.org>
7278
7279 * vc.el (vc-next-action-on-file): Corrected several messages.
7280 (vc-merge): Add prefix arg `merge-news'; handle it.
7281
7282 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7283 is not reached. It is.
7284 (vc-cvs-merge): Set state to 'edited after merge.
7285 (vc-cvs-merge-news): Set workfile version to nil if not known.
7286 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7287
7288 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7289 via stdout. (Merge from main line.)
7290
72912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7292
7293 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7294 detection.
7295
72962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7297
7298 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7299 against kill-all-local-variables.
7300 (vc-log-edit): Don't save vc-parent-buffer any more.
7301 (vc-last-comment-match): Initialize to an empty string.
7302 (vc-post-command-functions): New hook.
7303 (vc-do-command): Run it.
7304 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7305 (vc-finish-logentry): Only add the comment to the ring if it's
7306 different from the last comment entered.
7307 (vc-new-comment-index): New function.
7308 (vc-previous-comment): Use it. Make the minibuffer message
7309 slightly less terse.
7310 (vc-comment-search-reverse): Make it work forward as well. Don't
7311 set vc-comment-ring-index if no match is found. Use
7312 vc-new-comment-index.
7313 (vc-comment-search-forward): Use vc-comment-search-reverse.
7314 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7315 define-derived-mode will do it for us. Bind `v' to a keymap that
7316 inherits from vc-prefix-map so that we can bind `vt' without
7317 binding C-x v t.
7318 (vc-retrieve-snapshot): Parenthesis typo.
7319
7320 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7321 to 1. Make sure to switch to *vc* before looking for an error
7322 message. Use vc-parse-buffer.
7323
73242000-09-04 Andre Spiegel <spiegel@gnu.org>
7325
7326 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7327 and NAME.
7328 (vc-retrieve-snapshot): Split into two parts.
7329 (vc-default-retrieve-snapshot): New function.
7330
7331 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7332 (vc-cvs-retrieve-snapshot): New function (untested).
7333 (vc-cvs-stay-local): Default to t.
7334 (vc-cvs-remote-p): New function and property.
7335 (vc-cvs-state): Stay local only if the above is t.
7336 (vc-handle-cvs): Removed.
7337 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7338 done via vc-handled-backends now.
7339 (vc-cvs-header): Escape Id.
7340
73412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * vc.el (vc-do-command): Remove unused commands.
7344 (vc-version-diff): Make sure default-directory ends with a slash.
7345 Move the window commands into a vc-exec-after.
7346 (vc-print-log): Move more of the code into the `vc-exec-after'.
7347
73482000-09-04 Andre Spiegel <spiegel@gnu.org>
7349
7350 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7351 (vc-print-log): Search current revision from beginning of buffer.
7352 (vc-revert-buffer): Clear echo area after the diff is finished.
7353 (vc-prefix-map): Removed definition of "t" for terse display in vc
7354 dired.
7355 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7356 definition of "vt" for terse display.
7357 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7358
73592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7360
7361 * vc.el (vc-exec-after): Avoid caddr.
7362
73632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * vc.el (vc-exec-after): New function.
7366 (vc-do-command): Use it to add a termination message for async
7367 procs.
7368 (vc-checkout): Try to handle a missing-backend situation.
7369 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7370 of a directory with a backend using async diffs.
7371 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7372 present.
7373
7374 * vc-sccs.el (vc-sccs-state-heuristic): Use
7375 file-ownership-preserved-p.
7376
7377 * vc-rcs.el (vc-rcs-state-heuristic): Use
7378 file-ownership-preserved-p.
7379 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7380
73812000-09-04 Andre Spiegel <spiegel@gnu.org>
7382
7383 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7384 vc-do-command.
7385
7386 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7387 when there are no changes.
7388
73892000-09-04 Andre Spiegel <spiegel@gnu.org>
7390
7391 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7392
7393 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7394
73952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7396
7397 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7398
7399 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7400 the `fset' outside of the defvar so that it works even if
7401 vc-prefix-map was already defined.
7402 (vc-setup-buffer): New function, split out of vc-do-command.
7403 (vc-do-command): Allow BUFFER to be t to mean `just use the
7404 current buffer without any fuss'.
7405 (vc-version-diff): Change the `diff' backend operation to just put
7406 the diff in the current buffer without erasing it. Always use
7407 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7408 shrink-window-if-larger-than-buffer.
7409 (vc-print-log): Change the `print-log' backend operation to just
7410 put the log in the current buffer without erasing it. Protect
7411 shrink-window-if-larger-than-buffer.
7412 (vc-update-change-log): Fix setd typo.
7413
7414 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7415 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7416
7417 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7418 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7419 CMP.
7420
7421 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7422 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7423 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7424
74252000-09-04 Andre Spiegel <spiegel@gnu.org>
7426
7427 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7428 not possible, use vc-BACKEND-workfile-unchanged-p.
7429 (vc-default-workfile-unchanged-p): New function. Delegates to a
7430 full vc-BACKEND-diff.
7431
7432 * vc-hooks.el (vc-simple-command): Removed.
7433
7434 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7435 instead of vc-simple-command.
7436 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7437 avoid doing a diff when opening a file.
7438 (vc-rcs-state): Added check for unlocked-changes.
7439 (vc-rcs-header): Escape Id.
7440 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7441 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7442 version.
7443
7444 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7445 (vc-sccs-diff): Remove optional arg CMP.
7446 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7447 SCCS-specific function.
7448
7449 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7450 vc-simple-command.
7451
74522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7455 (with-vc-file, vc-merge): Use vc-editable-p.
7456 (vc-do-command): Remove unused var vc-file and fix the
7457 doubly-defined `status' var. Add a user message when starting an
7458 async command.
7459 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7460 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7461 Use with-current-buffer.
7462 (vc-buffer-sync): Use unless.
7463 (vc-next-action-on-file): If the file is 'edited by read-only,
7464 make it read-write instead of trying to commit.
7465 (vc-version-diff, vc-update-change-log): Use `setq
7466 default-directory' rather than `cd'.
7467 (vc-log-edit): Don't forget to set default-directory in the
7468 buffer.
7469
7470 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7471 (vc-sccs-state-heuristic): Use file-writable-p instead of
7472 comparing userids.
7473 (vc-sccs-checkout): Use `unless'.
7474
7475 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7476 of comparing userids.
7477 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7478 Simplify the logic by eliminating unreachable code.
7479 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7480 just do a recursive call if we need to retry.
7481 (vc-rcs-checkout): Handle the case where rcs is missing by making
7482 the buffer read-write if requested and re-signalling the error.
7483
7484 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7485
74862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7487
7488 * vc-hooks.el (vc-handled-backends): Docstring change.
7489 (vc-ignore-vc-files): Mark obsolete.
7490 (vc-registered): Check vc-ignore-vc-files.
7491 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7492 vc-ignore-vc-files.
7493
7494 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7495
74962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7497
7498 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7499 files since ange-ftp already has vc-registered return nil.
7500
7501 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7502 (vc-sccs-workfile-version): Use with-temp-buffer and new
7503 vc-parse-buffer and don't bother setting the property.
7504 (vc-sccs-add-triple): Use with-current-buffer and
7505 find-file-noselect.
7506 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7507
7508 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7509 derives from the old vc-parse-buffer but uses the revision number
7510 rather than the date (much easier to compare robustly).
7511 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7512 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7513 locking-user more directly. Check strict locking and set
7514 checkout-model appropriately.
7515 (vc-rcs-parse-locks): Remove.
7516 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7517 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7518 (vc-rcs-system-release): Use with-current-buffer and
7519 vc-parse-buffer.
7520 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7521
7522 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7523 (vc-simple-command): Docstring fix.
7524 (vc-registered): Align the way the file-handler is called with the
7525 way the function itself works.
7526 (vc-file-owner): Remove.
7527
7528 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7529 extraction of fields and call to file-attributes because of a
7530 temporary bug in rcp.el.
7531 (vc-cvs-fetch-status): Use with-current-buffer.
7532
75332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7534
7535 * vc.el (vc-do-command): Use file-relative-name.
7536 (vc-responsible-backend): Use vc-backend if possible.
7537 (vc-create-snapshot): Improve the `interactive' spec. Add support
7538 for branches and dispatch to backend-specific `create-snapshot'.
7539 (vc-default-create-snapshot): New function, containing the bulk of
7540 the old vc-create-snapshot.
7541 (vc-retrieve-snapshot): Improve the interactive spec.
7542
7543 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7544 (vc-backend-hook-functions): Remove.
7545 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7546 (vc-backend): Reintroduce the test for `file = nil' now that I
7547 know why it was there (and added a comment to better remember).
7548
7549 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7550 code from vc-sccs-hooks.el.
7551 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7552 'vc anymore.
7553 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7554 and file-directory-p instead of file-exists-p.
7555 (vc-sccs-check-headers): Simplify the regexp.
7556
7557 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7558 from vc-rcs-hooks.el. Don't require 'vc anymore.
7559 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7560 file-directory-p instead of file-exists-p.
7561
7562 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7563 from vc-cvs-hooks.el.
7564 (proto vc-cvs-registered): Require 'vc-cvs instead of
7565 'vc-cvs-hooks. Don't require 'vc anymore.
7566 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7567 file-directory-p instead of file-exists-p.
7568 (vc-cvs-create-snapshot): New function, replacing
7569 vc-cvs-assign-name.
7570 (vc-cvs-assign-name): Remove.
7571
75722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7573
7574 * vc-cvs.el (vc-cvs-header): New var.
7575
7576 * vc-rcs.el (vc-rcs-exists): Remove.
7577 (vc-rcs-header): New var.
7578
7579 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7580 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7581 (vc-sccs-header): New var.
7582
7583 * vc.el (vc-do-command): Get rid of the `last' argument.
7584 (vc-header-alist): Remove, replaced by vc-X-header.
7585 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7586 (vc-dired-hook): Use expand-file-name instead of concat.
7587 (vc-directory): Use file-name-as-directory.
7588 (vc-snapshot-precondition, vc-create-snapshot)
7589 (vc-retrieve-snapshot): Allow the command to operate on any
7590 directory.
7591
7592 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7593 just removing the 'WORKFILE argument or by removing the 'MASTER
7594 argument and replacing `file' with (vc-name file).
7595
75962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7597
7598 * vc.el: Update Copyright and add a crude list of backend funs.
7599 (vc-writable-p): New function.
7600 (with-vc-file): Use vc-writable-p.
7601 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7602 (vc-register): Avoid vc-name.
7603 (vc-locking-user): Remove.
7604 (vc-steal-lock): Make the `owner' arg non-optional.
7605 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7606 vc-checkout-model.
7607 (vc-default-dired-state-info): Use vc-state instead of
7608 vc-locking-user and return special strings for special states.
7609 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7610 and get rid of one of the special CVS cases.
7611 (vc-cancel-version): prettify error message with \\[...].
7612 (vc-rename-master): New function.
7613 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7614 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7615 the CVS special case generic.
7616 (vc-default-record-rename): Remove.
7617 (vc-file-tree-walk-internal): Only call FUNC for files that are
7618 under control of some VC backend and replace `concat' with
7619 expand-file-name.
7620 (vc-file-tree-walk): Update docstring.
7621 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7622 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7623
7624 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7625 vc-sccs-record-rename. Use `find-file-noselect' rather than
7626 `find-file' and call `vc-rename-master' to do the actual move.
7627 (vc-sccs-diff): Remove unused `backend' variable.
7628
7629 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7630 to delay loading of vc-sccs until it is really used.
7631 (vc-sccs-master-templates): Preload.
7632 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7633 (vc-sccs-project-dir): Remove (merged into
7634 vc-sccs-search-project-dir).
7635 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7636 rather than `concat', make sure it is preloaded and don't bother
7637 to check that the file actually exists.
7638 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7639 `locks' argument (use buffer's content instead) and eliminate n^2
7640 behavior.
7641
7642 * vc-rcs.el: Update Copyright.
7643 (vc-rcs-rename-file): New function.
7644 (vc-rcs-diff): Remove unused `backend' variable.
7645
7646 * vc-hooks.el: Update Copyright.
7647 (vc-backend): Don't accept a nil argument any more.
7648 (vc-up-to-date-p): Turn into a defsubst.
7649 (vc-possible-master): New function.
7650 (vc-check-master-templates): Use `vc-possible-master' and allow
7651 funs in vc-X-master-templates to return a non-existent file.
7652
7653 * vc-cvs.el: Update Copyright.
7654 (vc-cvs-diff): Remove unused `backend' variable.
7655 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7656
7657 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7658
76592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7660
7661 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7662 since it can be called from vc-rcs.el.
7663 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7664
76652000-09-04 Andre Spiegel <spiegel@gnu.org>
7666
7667 * vc.el (vc-version-diff): Expand file name read from the
7668 minibuffer. Handle the case when a previous version number can't
7669 be guessed. Give suitable messages when there were no differences
7670 found.
7671 (vc-clear-headers): Call backend-specific implementation, if one
7672 exists.
7673 (vc-cancel-version): Made error checks generic. When done, clear
7674 headers generically, too.
7675
7676 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7677 from vc-clear-headers in vc.el.
7678
7679 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7680 correctly.
7681 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7682 optional. Handle the case when it's not there.
7683
76842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7685
7686 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7687
76882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7689
7690 * vc-hooks.el (vc-loadup): Remove.
7691 (vc-find-backend-function): Use `require'. Also, handle the case
7692 where vc-BACKEND-hooks.el doesn't exist.
7693 (vc-call-backend): Cleanup.
7694
76952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7696
7697 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7698 vc-rcs-grab-templates)
7699 (vc-rcs-registered): Remove. The default function works as well.
7700 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7701 vc-sccs-grab-templates)
7702 (vc-sccs-registered): Remove. The default function works as well.
7703
7704 * vc.el (vc-version-diff): Left out a vc- in call to
7705 vc-call-backend.
7706 (vc-default-dired-state-info, vc-default-record-rename)
7707 (vc-default-merge-news): Update for the new backend argument.
7708
7709 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7710 using the default function.
7711 (vc-call-backend): If calling the default function, pass it the
7712 backend as first argument. Update the docstring accordingly.
7713 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7714 for the new backend argument.
7715 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7716 (vc-find-backend-function): Use the new name.
7717 (vc-default-registered): New function.
7718
77192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7720
7721 * vc.el (vc-merge): Use vc-find-backend-function.
7722
7723 * vc-hooks.el (vc-backend-functions): Remove.
7724 (vc-loadup): Don't setup 'vc-functions.
7725 (vc-find-backend-function): New function.
7726 (vc-call-backend): Use above fun and populate 'vc-functions
7727 lazily.
7728 (vc-backend-defines): Remove.
7729
77302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7731
7732 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7733 Call vc-call-backend without the leading vc-.
7734 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7735 (vc-check-headers): Call vc-call-backend without the leading vc-.
7736 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7737 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7738 Call vc-call-backend without the leading vc-.
7739
7740 * vc-cvs.el (tail): Provide vc-cvs.
7741 * vc-sccs.el (tail): Provide vc-sccs.
7742 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7743
7744 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7745 (vc-make-backend-function, vc-call): Pass names without leading
7746 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7747 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7748 (vc-call-backend): Always try to load vc-X-hooks.
7749 (vc-registered): Remove vc- in call to vc-call-backend.
7750
77512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7752
7753 * vc.el (vc-process-filter): New function.
7754 (vc-do-command): Setup `vc-process-filter' for the async process.
7755 (vc-maybe-resolve-conflicts): New function to reduce
7756 code-duplication. Additionally, it puts the buffer in
7757 `smerge-mode' if applicable.
7758 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7759 calling `merge-news'.
7760 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7761 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7762 interfacing to log-edit.el.
7763 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7764 log-edit is available.
7765 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7766
77672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7768
7769 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7770 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7771 defvar and the initialization.
7772 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7773
7774 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7775 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7776
7777 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7778
77792000-09-04 Andre Spiegel <spiegel@gnu.org>
7780
7781 * vc.el (vc-file-clear-masterprops): Removed.
7782 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7783 (vc-version-diff): Use buffer-size without argument.
7784 (vc-register): Heed vc-initial-comment.
7785
7786 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7787 default branch.
7788
7789 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7790 file name and workfile version.
7791 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7792
7793 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7794 vc-file-clear-masterprops.
7795
7796 * vc-sccs.el (vc-sccs-checkout): Removed call to
7797 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7798 rather than user login name.
7799
7800
78012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7802
7803 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7804 `want-differences-if-changed' and simplify.
7805 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7806 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7807 output (which is invalid for async vc-diff) to decide whether to
7808 do the revert silently or not.
7809
78102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7811
7812 * vc-hooks.el (vc-loadup): Load files quietly.
7813 (vc-call-backend): Oops, brain fart.
7814
78152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7816
7817 * vc-cvs.el (vc-cvs-state): Typo.
7818 (vc-cvs-merge-news): Return the status code rather than the error msg.
7819
78202000-09-04 Andre Spiegel <spiegel@gnu.org>
7821
7822 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7823 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7824 vc-state or vc-up-to-date-p.
7825 (vc-merge): Use vc-backend-defines to check whether merging is
7826 possible. Set state to 'edited after successful merge.
7827
7828 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7829 return that name. Redocumented.
7830
78312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7832
7833 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7834 new `vc-state' semantics.
7835 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7836 'vc-locking-user to the current user.
7837 (vc-merge): Inline vc-backend-merge. Comment out code that I
7838 don't understand and hence can't adapt to the new `vc-state' and
7839 `vc-locking-user' semantics.
7840 (vc-backend-merge): Remove.
7841
7842 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7843 rather than 'vc-locking-user.
7844
7845 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7846
7847 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7848 (vc-state): Don't use 'reserved any more. Just use the same
7849 convention as the one used for vc-<backend>-state where the
7850 locking user (as a string) is returned.
7851 (vc-locking-user): Update, based on the above convention. The
7852 'vc-locking-user property has disappeared.
7853 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7854
7855 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7856 with a heuristic one.
7857 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7858 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7859 error. That allows us to get to 'needs-merge even in the
7860 stay-local case. There's still no way to detect 'needs-patch in
7861 such a setup (or to force an update for that matter).
7862 (vc-cvs-logentry-check): Remove, the default works as well.
7863
78642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7865
7866 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7867
7868 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7869 major-mode in which the buffer might have been put earlier. Use
7870 `remove' and `when'. Allow `okstatus' to be `async' and use
7871 `start-process' in this case.
7872 (vc-version-diff): Handle the case where the diff looks empty
7873 because of the use of an async process.
7874
78752000-09-04 Andre Spiegel <spiegel@gnu.org>
7876
7877 * vc.el (vc-next-action-on-file): Removed optional parameter
7878 `simple'. Recompute state unconditionally.
7879 (vc-default-toggle-read-only): Removed.
7880
7881 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7882 (vc-toggle-read-only): Undid prev change.
7883
7884 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7885 vc-cvs-simple-toggle. Redocumented.
7886 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7887 (vc-cvs-toggle-read-only): Removed.
7888
78892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7890
7891 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7892 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7893 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7894 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7895 still is. So maybe it should be removed.
7896 (vc-head-version, vc-find-binary): Remove.
7897 (vc-recompute-state): Move from vc-hooks.el.
7898 (vc-next-action-on-file): Add a `simple' argument to allow
7899 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7900 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7901 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7902 (vc-dired-mode-map): Properly defvar it.
7903 (vc-print-log): Call log-view-mode if available.
7904 (small-temporary-file-directory): defvar instead of use boundp.
7905 (vc-merge-news): Moved to vc-cvs.el.
7906 (vc-default-merge-news): New function.
7907
7908 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7909 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7910 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7911 unknown `vc-latest-version' function. It should probably refer to
7912 vc-workfile-version or somesuch, but it's very unclear to me and I
7913 don't have SCCS to test things.
7914
7915 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7916 (vc-sccs-state-heuristic): Fix typo.
7917 (vc-sccs-workfile-unchanged-p): Add missing argument.
7918
7919 * vc-rcs.el: Require vc and vc-rcs-hooks.
7920 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7921 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7922 (vc-release-greater-or-equal-p): Move from vc.
7923 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7924 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7925 (vc-rcs-checkout): Add a missing `new-version' argument in the
7926 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7927
7928 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7929 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7930 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7931 than the apparently unbound `workfile-version'.
7932
7933 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7934 (vc-file-prop-obarray): Use `make-vector'.
7935 (vc-backend-functions): Add new hookable functions
7936 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7937 (vc-loadup): If neither backend nor default functions exist, use
7938 the backend function rather than nil.
7939 (vc-call-backend): If the function if not bound yet, try to load
7940 the non-hook file to see if it provides it.
7941 (vc-call): New macro plus use it wherever possible.
7942 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7943 nor `vc-find-binary' since it's only called from
7944 vc-mistrust-permission which is only used once the backend is known.
7945 (vc-checkout-model): Fix parenthesis.
7946 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7947
7948 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7949 (vc-cvs-release, vc-cvs-system-release): Remove.
7950 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7951 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7952 status symbols.
7953 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7954 (vc-cvs-toggle-read-only): First cut at a function to allow a
7955 cvs-status-free vc-toggle-read-only.
7956 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7957 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7958 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7959 (vc-cvs-checkout): Modify access rights directly if the user
7960 requested not to use `cvs edit'. And refresh the mode line.
7961
7962 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7963 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7964
79652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7966
7967 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7968 workfile' that got lost when the code was extracted from vc.el.
7969 And merged the tail with the rest of the code (not possible in the
7970 old vc.el where the tail was shared among all backends). And
7971 explicitly set the state to 'edited if `writable' is set.
7972
7973 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7974 (vc-cvs-state): Be careful to return the value from
7975 vc-cvs-parse-state.
7976 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7977 property but return it instead. Also be careful to handle a nil
7978 or "" `rev' when workfile is non-nil (it was handled properly when
7979 workfile was nil).
7980
7981 * vc.el: Removed those pesky unnecessary `(function' quotes.
7982 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7983 directly in the defvar.
7984 (vc-do-command): Bind inhibit-read-only so as to properly handle
7985 the case where the destination buffer has been made read-only.
7986 (vc-diff): Delegate to vc-version-diff in all cases.
7987 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7988 (vc-annotate-mode-variables): Removed (code moved partly to
7989 defvars and partly to vc-annotate-add-menu).
7990 (vc-annotate-mode): Turned into a derived-mode.
7991 (vc-annotate-add-menu): Moved in code in
7992 vc-annotate-mode-variables.
7993 (vc-update-change-log): Use make-temp-file if available.
7994
79952000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7996
7997 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7998 `vc-checkout-model' updated to `vc-cvs-update-model'.
7999
80002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8001
8002 * vc.el (vc-next-action-on-file): Added handling of state
8003 `unlocked-changes'.
8004 (vc-checkout-carefully): Is now practically obsolete, unless the
8005 above is too slow to be enabled unconditionally.
8006 (vc-update-change-log): Fixed typo.
8007
8008 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8009
8010 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8011 Now handles state `unlocked-changes'.
8012 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8013
8014 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8015
8016 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8017 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8018 `unlocked-changes'.
8019 (vc-rcs-workfile-unchanged-p): Renamed from
8020 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8021 function yet, but supposed to become one soon.
8022
8023 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8024 `vc-steal-lock'.
8025 (vc-call-backend): Changed error message.
8026 (vc-state): Added description of state `unlocked-changes'.
8027
80282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8029
8030 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8031 always return t in CVS-controlled directories.
8032
8033 * vc.el (vc-responsible-backend): New function.
8034 (vc-register): Largely rewritten.
8035 (vc-admin): Removed (implementation moved into vc-register).
8036 (vc-checkin): Redocumented.
8037 (vc-finish-logentry): If no backend defined yet (because we are in
8038 the process of registering), use the responsible backend.
8039
8040 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8041 Updated function lists.
8042 (vc-call-backend): Fixed typo.
8043
8044 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8045 New functions.
8046 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8047 Removed query option. Redocumented.
8048
80492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8050
8051 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8052
8053 * vc.el: Updated callers of `vc-checkout-required' to use
8054 `vc-checkout-model'.
8055
80562000-09-04 Martin Lorentzson <martinl@gnu.org>
8057
8058 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8059 stuff updated to reference this function instead of the old
8060 `vc-backend-release-p'.
8061
80622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8063
8064 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8065 vc-checkout-model. Return appropriate values. Updated callers.
8066
80672000-09-04 Martin Lorentzson <martinl@gnu.org>
8068
8069 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8070 (vc-backend-revert): Function moved into `vc-revert';
8071 `vc-next-action' must be updated to accomodate this change.
8072 (vc-backend-steal): Function moved into `vc-finish-steal'.
8073 (vc-backend-logentry-check): Function moved into
8074 `vc-finish-logentry'.
8075 (vc-backend-printlog): Function moved into `vc-print-log'.
8076 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8077 (vc-backend-assign-name): Function moved into
8078 `vc-create-snapshot'.
8079
80802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8081
8082 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8083 Rename to vc-checkout-model. Return appropriate values.
8084 Update callers.
8085
8086 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8087 to vc-checkout-model.
8088 (vc-checkout-required): Rename to vc-checkout-model.
8089 Re-implement and re-comment.
8090 (vc-after-save): Use vc-checkout-model.
8091
80922000-09-04 Martin Lorentzson <martinl@gnu.org>
8093
8094 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8095 Update to use the vc-BACKEND-diff functions instead.
8096 `vc-diff' is now working.
8097
8098 * vc-rcs.el (vc-rcs-logentry-check): New function.
8099
8100 * vc-cvs.el (vc-cvs-logentry-check): New function.
8101
8102 * vc-sccs.el (vc-sccs-diff): Function changed name from
8103 `vc-backend-diff'. This makes `vc-diff' work.
8104
8105 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8106 of functions possibly implemented in a vc-BACKEND library.
8107 (vc-checkout-required): Fix bug that caused an error to be
8108 signaled during `vc-after-save'.
8109
8110 * vc.el: Fix typo.
8111 This checkin is made with our new VC code base for the very first time.
8112 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8113
8114 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8115 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8116
8117 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8118 updated to `vc-uses-locking'.
8119 (vc-checkout-required): Call to backend function.
8120 `vc-checkout-required' updated to `vc-uses-locking' instead.
8121
8122 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8123 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8124
8125 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8126 to match the split into various backends.
8127 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8128 (vc-retrieve-snapshot): Bug fix.
8129
81302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8131
8132 * vc-sccs.el (vc-sccs-release): Doc fix.
8133
81342000-09-04 Martin Lorentzson <martinl@gnu.org>
8135
8136 * vc.el (vc-next-action-on-file): Bug found and fixed.
8137 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8138 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8139
8140 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8141 (vc-rcs-checkout): Name space cleaned up. No more revision number
8142 crunching function names that are not prefixed with vc-rcs.
8143 (vc-rcs-checkout-model): Function added. References to
8144 `vc-checkout-model' replaced.
8145
81462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8147
8148 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8149 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8150 still need to be split, and implemented for RCS).
8151
81522000-09-04 Martin Lorentzson <martinl@gnu.org>
8153
8154 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8155
8156 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8157 required by the vc.el file.
8158
8159 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8160 required by the vc.el file.
8161 (vc-rcs-exists): Function added.
8162
8163 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8164 required by the vc.el file.
8165
8166 * vc.el (vc-admin): Updated to handle selection of appropriate
8167 backend. Current implementation is crufty and need re-thinking.
8168
8169 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8170
81712000-09-04 Martin Lorentzson <martinl@gnu.org>
8172
8173 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8174 beginning of annotate buffers correctly.
8175
8176 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8177 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8178 functionality updated quite a lot to support multiple backends.
8179 Variables `vc-annotate-mode', `vc-annotate-buffers',
8180 `vc-annotate-backend' added.
8181
8182 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8183 `vc-annotate-difference' added to supported backend functions.
8184
81852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8186
8187 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8188 Use with-temp-file instead of /bin/sh. Merged from mainline
8189
81902000-09-04 Martin Lorentzson <martinl@gnu.org>
8191
8192 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8193
8194 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8195
8196 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8197
81982000-09-04 Martin Lorentzson <martinl@gnu.org>
8199
8200 * vc-hooks.el: vc-state-heuristic added to
8201 vc-backend-hook-functions.
8202
8203 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8204
8205 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8206
8207 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8208 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8209 state to `reserved'.
8210
8211 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8212 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8213
82142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8215
8216 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8217 untouched.
8218
8219 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8220
8221 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8222 if defined. (Merged from main line, slightly adapted.)
8223
8224 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8225 millenium problem (merged from mainline).
8226
82272000-09-04 Martin Lorentzson <martinl@gnu.org>
8228
8229 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8230 part and moved the non-BACKEND stuff to vc.el.
8231
8232 * vc.el: Split the annotate feature into a BACKEND specific part
8233 and moved it from the vc-cvs.el file to this one.
8234
82352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8236
8237 * vc-hooks.el: Implement new state model.
8238 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8239 (vc-locking-user): Simplify. Now only needed if the file is
8240 locked by somebody else.
8241 (vc-lock-from-permissions): Remove. Functionality is in
8242 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8243 (vc-mode-line-string): New name for former vc-status. Adapted.
8244 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8245
8246 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8247 Various simplifications and adaptations all over the place.
8248
8249 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8250 Simplify and adapt the rest.
8251
8252 * vc.el (vc-resynch-window): Add TODO comment: check for
8253 interaction with view mode according to recent RCS change.
8254 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8255
82562000-09-04 Martin Lorentzson <martinl@gnu.org>
8257
8258 * vc.el: Convert the remaining function comments to docstrings.
8259
82602000-09-04 Martin Lorentzson <martinl@gnu.org>
8261
8262 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8263 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8264 (vc-minor-part, vc-previous-version): Functions that operate and
8265 compare revision numbers got proper documentation. Comments added
8266 about their possible removal.
8267
82682000-09-04 Martin Lorentzson <martinl@gnu.org>
8269
8270 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8271 the vc-backend.el files.
8272
8273 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8274
8275 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8276 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8277 (vc-rcs-previous-version): Functions added.
8278
8279 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8280
8281 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8282
82832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8284
8285 * vc-hooks.el (vc-master-templates): Is really obsolete.
8286 Comment out the definition for now. What is the right procedure
8287 to get rid of it?
8288 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8289 rewritten.
8290 (vc-default-registered): Remove.
8291 (vc-check-master-templates): New function; does mostly what the
8292 above did before.
8293 (vc-locking-user): Don't rely on the backend to set the property.
8294
8295 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8296 Rewrite documentation.
8297 (vc-rcs-templates-grabbed): New variable.
8298 (vc-rcs-grab-templates): New function.
8299 (vc-rcs-registered): Rewrite to use above mechanism.
8300
8301 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8302 Rewrite documentation.
8303 (vc-sccs-templates-grabbed): New variable.
8304 (vc-sccs-grab-templates): New function.
8305 (vc-sccs-registered): Rewrite to use above mechanism.
8306 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8307 Don't throw the result, simply return it.
8308
8309 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8310 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8311 (vc-cvs-registered): Does the check itself now. Simplify.
8312
8313 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8314 from main line.
8315
83162000-09-04 Martin Lorentzson <martinl@gnu.org>
8317
8318 * vc-cvs.el (vc-cvs-diff): New function.
8319
8320 * vc-sccs.el (vc-sccs-diff): New function.
8321
8322 * vc-rcs.el (vc-rcs-diff): New function.
8323 (vc-rcs-checkout): Bug (typo) found and fixed.
8324 (vc-rcs-register-switches): New variable.
8325
8326 * vc.el (vc-backend-diff): Function removed and placed in the
8327 backend files.
8328
83292000-09-04 Martin Lorentzson <martinl@gnu.org>
8330
8331 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8332
8333 * vc.el (vc-backend-checkout): Function removed and replaced in
8334 the vc-backend.el files.
8335
8336 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8337
8338 * vc.el (vc-backend-admin): Removed and replaced in the
8339 vc-backend.el files.
8340
8341 * vc.el (Martin): Removed all the annotate functionality since it
8342 is CVS backend specific.
8343
83442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8345
8346 * spec.txt: Added specification of vc-state.
8347
8348 * vc-sccs-hooks.el (vc-sccs-master-properties):
8349 Remove handling of vc-latest-version and
8350 vc-your-latest-version. What used to be vc-latest-version, is now
8351 returned as vc-workfile-version.
8352 (vc-sccs-workfile-version): Adapt.
8353
83542000-09-04 Dave Love <fx@gnu.org>
8355
8356 * vc.el: [Merged from mainline.]
8357 (vc-dired-mode): Make the dired-move-to-filename-regexp
8358 regexp match the date, to avoid treating date as file size.
8359 Add YYYY S option to WESTERN/
8360
83612000-09-04 Dave Love <fx@gnu.org>
8362
8363 * vc.el: Require `compile' when compiling.
8364 (vc-logentry-check-hook): New option.
8365 (vc-steal-lock): Use compose-mail.
8366 (vc-dired-mode-map): Defvar when compiling.
8367 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8368 vc-sccs.el and renamed. Callers changed.
8369 (vc-backend-checkout, vc-backend-logentry-check)
8370 (vc-backend-merge-news): Doc fix.
8371 (vc-default-logentry-check): New function.
8372 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8373 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8374 (vc-backend-merge): Doc fix. Use backend functions.
8375 (vc-check-headers): Use backend functions.
8376
8377 * vc-cvs.el: Require vc when compiling.
8378 (vc-cvs-register-switches): Doc fix.
8379 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8380 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8381 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8382 New functions (code from vc.el).
8383 (vc-annotate-display-default): Fix interactive spec.
8384 (vc-annotate-time-span): Doc fix.
8385
8386 * vc-rcs.el: Require vc when compiling.
8387 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8388 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8389 (vc-rcs-checkin): New functions (code from vc.el).
8390 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8391 Doc fix.
8392 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8393
8394 * vc-sccs.el: Require vc when compiling.
8395 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8396 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8397 (vc-sccs-revert)
8398 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8399 from vc.el).
8400 (vc-sccs-add-triple, vc-sccs-record-rename)
8401 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8402 (vc-sccs-admin): Doc fix.
8403
84042000-09-04 Martin Lorentzson <martinl@gnu.org>
8405
8406 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8407 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8408 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8409 from vc.el.
8410
8411 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8412
8413 * vc-cvs.el: Moved the annotate functionality from vc.el.
8414 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8415
84162000-09-04 Dave Love <fx@gnu.org>
8417
8418 * vc.el (vc-backend-release): Call vc-system-release.
8419
8420 * vc-sccs.el (vc-sccs-system-release):
8421 Renamed from vc-sccs-backend-release.
8422
8423 * vc-rcs.el (vc-rcs-system-release):
8424 Renamed from vc-rcs-backend-release.
8425
8426 * vc-cvs.el (vc-cvs-system-release):
8427 Renamed from vc-cvs-backend-release.
8428
84292000-09-04 Dave Love <fx@gnu.org>
8430
8431 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8432 backend files.
8433 (vc-backend-release): Dispatch to backend functions.
8434 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8435 probably needs attention.]
8436
8437 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8438 (vc-sccs-backend-release): New function.
8439
8440 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8441 (vc-cvs-backend-release): New function.
8442
8443 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8444 Doc fix.
8445 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8446 (vc-default-dired-state-info): New function.
8447 (vc-dired-state-info): Dispatch to backends.
8448 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8449
8450 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8451 from vc.el and renamed.
8452
84532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8454
8455 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8456 (vc-version-other-window, vc-backend-assign-name): Removed
8457 references to vc-latest-version; sometimes changed into
8458 vc-workfile-version.
8459
8460 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8461 vc-rcs-master-workfile-version.
8462 (vc-rcs-workfile-version): Use the above. Don't call
8463 vc-latest-version (that was unreachable code, anyway).
8464 (vc-rcs-fetch-master-properties): Doc fix.
8465
8466 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8467 (vc-backend-hook-functions): Removed them from this list, too.
8468 (vc-fetch-properties): Removed.
8469 (vc-workfile-version): Doc fix.
8470
8471 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8472 (vc-rcs-workfile-version, vc-rcs-locking-user)
8473 (vc-rcs-uses-locking): Use it.
8474
8475 * vc-hooks.el (vc-consult-rcs-headers):
8476 Moved into vc-rcs-hooks.el, under the name
8477 vc-rcs-consult-headers.
8478
8479 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8480 headers.
8481 (vc-cvs-find-master): Use this name only; correct different
8482 versions of the name.
8483
8484 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8485 New functions.
8486 (vc-sccs-locking-user): Use the latter.
8487
8488 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8489 New functions.
8490
8491 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8492 Moved into both
8493 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8494 functions are implementation details of those two backends.
8495
84962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8497
8498 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8499 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8500
8501 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8502 (vc-sccs-parse-locks): SCCS-specific code moved here from
8503 vc-hooks.
8504
8505 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8506 code moved here from vc-hooks.
8507
8508 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8509 into back-end specific parts and removed. Callers not updated
8510 yet; because I guess these callers will disappear into back-end
8511 specific files anyway.
8512
85132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8514
8515 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8516 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8517 `vc-uses-locking'.
8518
8519 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8520 Store yes/no in the property, and return t/nil. Updated all
8521 callers.
8522
8523 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8524 vc-sccs-uses-locking. Don't set property.
8525 (vc-sccs-locking-user): Don't set property.
8526
8527 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8528 vc-cvs-uses-locking. Don't set property here; leave that to
8529 vc-hooks.
8530 (vc-cvs-locking-user): Reflect above change. Streamlined.
8531
8532 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8533 vc-rcs-uses-locking.
8534 (vc-rcs-locking-user): Reflect above change.
8535
85362000-09-04 Dave Love <fx@gnu.org>
8537
8538 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8539
8540 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8541
8542 * vc-hooks.el (vc-checkout-model): Punt to backends.
8543
8544 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8545
8546 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8547
8548 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8549 New functions.
8550
8551 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8552 New functions.
8553
8554 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8555 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8556
8557 * vc-hooks.el (vc-default-locking-user): New function.
8558 (vc-locking-user, vc-workfile-version): Punt to backends.
8559
85602000-09-04 Dave Love <fx@gnu.org>
8561
8562 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8563 (vc-master-workfile-version): Moved from vc-hooks.
8564
8565 * vc-rcs-hooks.el: Fix duplicate code in last change.
8566
8567 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8568 (vc-rcs-master-templates): Improve :type.
8569 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8570 vc-master-workfile-version): Moved from vc-hooks.
8571
8572 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8573 (vc-sccs-master-templates): Improve :type.
8574 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8575
8576 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8577
8578 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8579 (vc-cvs-master-templates): Improve :type. Use
8580 vc-cvs-find-cvs-master.
8581 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8582 from vc-hooks.
8583 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8584
8585 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8586 Moved to vc-cvs-hooks.
8587
8588 * vc-hooks.el: Add doc strings in various places. Simplify the
8589 minor mode setup.
8590 (vc-handled-backends): New user variable.
8591 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8592 simplification.
8593
85942000-09-04 Dave Love <fx@gnu.org>
8595
8596 * vc.el: Some doc fixes for autoloaded and interactive functions.
8597 Fix compilation warnings from ediff stuff.
8598 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8599
8600 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8601
8602 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8603
8604 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8605
86062000-09-04 Dave Love <fx@gnu.org>
8607
8608 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8609 New variable.
8610 (vc-make-backend-function, vc-loadup, vc-call-backend)
8611 (vc-backend-defines): New functions.
8612
8613 * vc-hooks.el: Various doc fixes.
8614 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8615 (vc-match-substring): Function removed. Callers changed to use
8616 match-string.
8617 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8618 Simplify.
8619
86202000-09-04 Dave Love <fx@gnu.org>
8621
8622 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8623 type.
8624 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8625 (vc-sccs-registered): Doc fix.
8626
8627 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8628 (vc-cvs-registered): Doc fix.
8629
8630 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8631 (vc-rcs-registered): Doc fix.
8632
86332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8634
8635 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8636
8637 * vc-hooks.el: vc-registered has been renamed
8638 vc-default-registered. Some functions have been moved to the
8639 backend specific files. they all support the
8640 vc-BACKEND-registered functions.
8641
86422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8643
8644 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8645
8646 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8647
86482000-09-04 Dave Love <fx@gnu.org>
8649
8650 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8651 menu-bar-update-hook.
8652
8653 * help.el (help-manyarg-func-alist): Add
8654 find-operation-coding-system.
8655
8656 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8657
8658 * custom.el (custom-set-variables): Print message about errors in
8659 setting.
8660
86612000-09-03 Andrew Innes <andrewi@gnu.org>
8662
8663 * makefile.w32-in: Change to DOS line endings.
8664
86652000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8666
8667 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8668 minor-mode keymaps, if they don't have one.
8669
86702000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8671
8672 * eshell/esh-module.el (eval-when-compile): Don't lose if
8673 esh-module.el's file name is truncated to DOS 8+3 limits.
8674
86752000-09-01 John Wiegley <johnw@gnu.org>
8676
8677 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8678 predicate, which caused entries in the completion list to be
8679 doubled.
8680
86812000-08-30 John Wiegley <johnw@gnu.org>
8682
8683 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8684 sending to subprocesses. Also, hook pre-command-hook if
8685 `eshell-send-direct-to-subprocesses' is non-nil.
8686 (eshell-send-direct-to-subprocesses): New config variable. If t,
8687 subprocess input is send immediately.
8688 (eshell-toggle-direct-send): New function.
8689 (eshell-self-insert-command): New function.
8690 (eshell-intercept-commands): New function.
8691 (eshell-send-input): If direct subprocess sending is enabled,
8692 don't echo any input to the Eshell buffer. Let the subprocess
8693 handle that. This requires "stty echo" in bash, for example.
8694
86952000-08-28 John Wiegley <johnw@gnu.org>
8696
8697 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8698 completion function for Eshell's implementation of `unset'.
8699
87002000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8701
8702 * info.el (Info-directory-list): Doc fix.
8703
87042000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8705
8706 * filecache.el (file-cache-add-directory-using-find): Don't quote
8707 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8708
87092000-08-31 Kenichi Handa <handa@etl.go.jp>
8710
8711 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8712 coding systems.
8713
87142000-08-30 Andrew Innes <andrewi@gnu.org>
8715
8716 * timer.el (run-with-idle-timer): Undo last change, so that timer
8717 is not activated immediately if Emacs is already idle. Some
8718 existing code relies on this behaviour.
8719
87202000-08-30 Miles Bader <miles@gnu.org>
8721
8722 * frame.el (set-frame-font): Do completion of font-name for
8723 interactive use.
8724
87252000-08-30 Kenichi Handa <handa@etl.go.jp>
8726
8727 * international/quail.el (quail-start-translation): Bind locally
8728 last-command-event, last-command, and this-command.
8729 (quail-start-conversion): Likewise.
8730 (quail-self-insert-command): Fix docstring.
8731
87322000-08-29 Gerd Moellmann <gerd@gnu.org>
8733
8734 * progmodes/executable.el
8735 (executable-make-buffer-file-executable-if-script-p): Check that
8736 buffer contains at least 2 characters.
8737
87382000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8739
8740 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8741
87422000-08-29 Dave Love <fx@gnu.org>
8743
8744 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8745 (diff-mode-shared-map): Bind mouse-2.
8746 (diff-imenu-generic-expression): New variable.
8747 (diff-mode): Use it.
8748
8749 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8750 (mouse-popup-menubar): Add minor mode menus.
8751 (popup-menu): Check for lookup-key returning number.
8752
87532000-08-29 Miles Bader <miles@gnu.org>
8754
8755 * comint.el (comint-send-input): Create overlays using the proper
8756 front/read-advance arguments.
8757
87582000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8759
8760 * ps-print.el: Even/odd pages printing. Doc fix.
8761 (ps-print-version): New version number (6.0).
8762 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8763 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8764 (ps-print-duplex-feature): Variable eliminated.
8765 (ps-even-or-odd-pages): New variable.
8766
8767 * progmodes/ebnf2ps.el: Doc fix.
8768 (ebnf-version): New version (3.3).
8769 (ebnf-user-arrow): Change variable customization to sexp.
8770 (ebnf-user-arrow): Function eliminated.
8771 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8772
87732000-08-29 Kenichi Handa <handa@etl.go.jp>
8774
8775 * help.el (help-xref-mule-regexp): New variable.
8776 (help-make-xrefs): Handle help-xref-mule-regexp.
8777
8778 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8779 variable.
8780 (describe-input-method): Temporarily activate the specfied input
8781 method to display the information.
8782 (describe-language-environment): Hyperlinks to mule related items.
8783
8784 * international/mule-diag.el (charset-multibyte-form-string): New
8785 function.
8786 (list-character-sets-1): Use charset-multibyte-form-string.
8787 (describe-character-set): New function.
8788 (describe-coding-system): Hyperlinks to safe character sets.
8789
8790 * international/quail.el (quail-help): New arg PACKAGE.
8791 Hyperlinks to mule related items.
8792 (quail-help-insert-keymap-description): Use
8793 substitute-command-keys instead of describe-bindings.
8794 (quail-translation-help): Hyperlinks to mule related items.
8795
87962000-08-28 John Wiegley <johnw@gnu.org>
8797
8798 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8799 have a defsubst call itself. Made `eshell-flatten-list' back into
8800 a function again.
8801
8802 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8803 catch, in case re-centering point at bottom messes up the display.
8804 This happens frequently in Emacs 21, due I believe to variable
8805 line heights.
8806
8807 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8808 to call `find-tag-interactive'.
8809
8810 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8811 the list of remember directories.
8812
88132000-08-28 John Wiegley <johnw@gnu.org>
8814
8815 * align.el: Test align-region-separate to see if it's a symbol.
8816
88172000-08-28 John Wiegley <johnw@gnu.org>
8818
8819 * eshell/esh-util.el (eshell-flatten-list): Made this function
8820 into a defsubst form. It gets used very frequently, although
8821 calls don't occur all that often.
8822
8823 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8824 examining it.
8825
8826 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8827 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8828 `eshell-protect'.
8829 (eshell-copy-handles): Created a new macro for duplicating the
8830 current set of open handles. This is needed by the looping
8831 functions.
8832 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8833 is not incorrectly stomped on.
8834
8835 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8836 declaration for pcomplete-use-paring.
8837 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8838 value of eshell-cmpl-use-paring.
8839 * pcomplete.el (pcomplete-use-paring): New config variable, to
8840 indicate whether paring should be used.
8841 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8842 completion alternatives that have already been used.
8843
8844 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8845 bound to C-c C-y, which will repeat the previous N arguments
8846 (based on prefix argument).
8847 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8848
8849 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8850 if there is no *Help* buffer. This is for XEmacs, which renames
8851 its help buffers uniquely. TODO: Find out what the current buffer
8852 name to delete is.
8853
8854 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8855 first entry that correlates to a passwd/group number. Later
8856 entries (used for group/user name aliasing to multiple IDs) are
8857 ignored.
8858
8859 * eshell/em-xtra.el (eshell/expr):
8860 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8861 (eshell-grep, eshell/diff, eshell/locate):
8862 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8863 argument list, before passing it to the system command.
8864
8865 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8866 `find-tag' for use at final position in Eshell buffers (which
8867 otherwise triggers an error on Emacs 21).
8868 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8869 buffer, if it is currently bound to `find-tag'.
8870
8871 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8872 in the list of matched Makefile names.
8873 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8874 directory, prefer its contents to Makefile.
8875
8876 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8877 directory parts (like "cd old new", or "cd =regexp"), are now case
8878 sensitive on non-Windows/DOS platforms.
8879
8880 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8881 types RET after an open delimiter (like "), display a message
8882 indicating that Eshell is waiting for the closing delimiter.
8883
8884 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8885 environment variables.
8886
8887 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8888 gracefully if the user enters incorrect arguments.
8889
8890 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8891 Eshell buffers.
8892
8893 * eshell/esh-var.el (eshell-interpolate-variable):
8894 * eshell/esh-mode.el (eshell-move-argument):
8895 * eshell/em-unix.el (eshell-du-sum-directory):
8896 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8897 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8898 (not (= ...)).
8899
8900 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8901 to ensure the `preserve' flag gets propagated when doing recursive
8902 directory copies.
8903
89042000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8907 Don't convert \n into \0177 in memory.
8908 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8909 and back again, when reading and writing.
8910
89112000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8912
8913 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8914 testing of `fboundp' on `processp'.
8915
8916 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8917 (eshell/jobs): Don't call process-list if it is not bound.
8918 (eshell-gather-process-output): Support systems where async
8919 subprocesses aren't supported.
8920 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8921 variables.
8922
8923 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8924 eshell-do-eval returns t.
8925 (eshell-do-pipelines-synchronously): New defmacro.
8926 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8927 when async subprocesses aren't supported.
8928 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8929 if async subprocesses aren't supported.
8930 (eshell-resume-command): Don't assume STATUS is a string.
8931
8932 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8933
8934 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8935 (eshell-close-target, eshell-get-target): Use eshell-processp.
8936 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8937 fix.
8938 (eshell-get-target, eshell-create-handles): Doc fix.
8939
89402000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8941
8942 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8943 criterion to include commands that output something, as long as it
8944 leaves both the command and the end-of-buffer visible when the
8945 command has exited.
8946 (eshell-review-quick-commands): Adjust the help doc string
8947 accordingly.
8948
89492000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8950
8951 * locate.el (locate): Cleaned up locate command's interactive prompting
8952 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8953
8954 * filecache.el (file-cache-case-fold-search): New variable
8955 (file-cache-assoc-function): New variable
8956 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8957 Use file-cache-case-fold-search variable
8958 (file-cache-add-file): Use file-cache-assoc-function
8959 (file-cache-delete-file): likewise
8960 (file-cache-directory-name): likewise
8961 (file-cache-debug-read-from-minibuffer): likewise
8962
89632000-08-28 Gerd Moellmann <gerd@gnu.org>
8964
8965 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8966 (abbrev-table-name): New function.
8967 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8968 If non-nil list local abbrev, only.
8969
89702000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8971
8972 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8973 from Gnus support code, and use special article copy buffer
8974 `(gnus-original-article-buffer)' instead. This allows to get rid
8975 of article-hide-headers usage (which breaks in the latest Gnus
8976 version). Thanks to Detlev Zundel.
8977
89782000-08-28 Kenichi Handa <handa@etl.go.jp>
8979
8980 * international/quail.el (quail-use-package): Hide "... loaded"
8981 message.
8982 (quail-start-translation, quail-start-conversion): Likewise.
8983
8984 * international/kkc.el (kkc-region): Hide "... loaded" message.
8985
89862000-08-27 Dave Love <fx@gnu.org>
8987
8988 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8989
89902000-08-27 Miles Bader <miles@gnu.org>
8991
8992 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8993
89942000-08-27 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8997 'ja-dic-cnv), not (require 'skkdic-cnv).
8998
89992000-08-26 Miles Bader <miles@gnu.org>
9000
9001 * faces.el (face-x-resources): Add entry for :inherit.
9002 * cus-face.el (custom-face-attributes): Add support for :inherit
9003 attribute. Add support for relative face heights.
9004 (custom-face-attributes-get): Treat `nil' as being a default value
9005 for :inherit (as well as `unspecified').
9006
9007 * faces.el (set-face-attribute): Update doc string.
9008 (face-attribute-name-alist): Add :inherit.
9009 (face-valid-attribute-values): Handle :inherit.
9010 (face-read-string): Rephrase prompt to be less confusing.
9011 Assume that DEFAULT is a string, since we must return a string.
9012 (face-read-integer): Use `format' to turn DEFAULT into an
9013 acceptable default for face-read-string. Match NEW-VALUE against
9014 the string "unspecified", not the symbol `unspecified', since
9015 that's what face-read-string returns.
9016 (read-face-attribute): Lookup a name for old-value in valid, and
9017 use it as a default if we find one. Treat all values from
9018 face-read-string as strings. If the default is used, don't do any
9019 more processing on the value, just use the old value directly.
9020 (read-face-and-attribute, modify-face): Tweak prompt.
9021 (read-face-name): Don't assume prompt ends with a space.
9022
9023 * faces.el (describe-face): Add support for :inherit attribute.
9024
90252000-08-25 Kenichi Handa <handa@etl.go.jp>
9026
9027 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9028 concat doesn't accept interger.
9029
9030 * international/kkc.el: Remove SKK from Keywords. Require
9031 ja-dic-utl instead of skkdic-utl.
9032
9033 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9034 Provide ja-dic-cnv instead of skkdic-cnv.
9035 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9036 (iso-2022-7bit-short): Add safe-charsets property.
9037 (skkdic-convert-postfix): Search Japanese chou-on character in
9038 addition to Hiragana character.
9039 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9040 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9041 (batch-skkdic-convert): Likewise.
9042
9043 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9044 Provide ja-dic-utl instead of skkdic-utl.
9045 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9046
90472000-08-24 Dave Love <fx@gnu.org>
9048
9049 * disp-table.el (standard-display-default): Make the test of `l'
9050 useful.
9051
9052 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9053 mod sample text.
9054
9055 * international/iso-ascii.el: Make pilcrow convenient string
9056 consistent with section.
9057 (iso-ascii-display): Set up multibyte characters as well as
9058 unibyte.
9059
90602000-08-24 Kenichi Handa <handa@etl.go.jp>
9061
9062 * international/mule-cmds.el (reset-language-environment): Set
9063 default-process-coding-system to '(undecided . iso-latin-1), which
9064 makes process I/O almost consistent with file I/O. Call this
9065 function when mule-cmds.el[c] is loaded.
9066
90672000-08-22 Andrew Innes <andrewi@gnu.org>
9068
9069 * makefile.w32-in: New file.
9070
90712000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9072
9073 * comint.el (comint-output-filter): Compare end of
9074 comint-last-output-overlay with the start of the newly inserted
9075 text, not the end, when deciding whether to extend it.
9076 Set saved-point's insertion type to advance after insertion.
9077
9078 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9079 since this is now done independently of font-lock mode.
9080
90812000-08-21 Gerd Moellmann <gerd@gnu.org>
9082
9083 * server.el (server-kill-new-buffers): New user option.
9084 (server-existing-buffer): New buffer-local variable.
9085 (server-visit-files): When using an existing buffer, set
9086 server-existing-buffer to t.
9087 (server-buffer-done): If server-kill-new-buffers is t, kill the
9088 buffer, unless it was already present before visiting it with
9089 Emacs server.
9090
90912000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9094 even if the display doesn't support colors: some displays will
9095 support bold/underline faces.
9096
90972000-08-21 Gerd Moellmann <gerd@gnu.org>
9098
9099 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9100
9101 * startup.el (command-line): If user's init file had an error,
9102 add explanatory text to *Messages*.
9103
91042000-08-21 Kenichi Handa <handa@etl.go.jp>
9105
9106 * man.el (Man-getpage-in-background): Decode the process output by
9107 the system locale coding system.
9108
91092000-08-20 Dave Love <fx@gnu.org>
9110
9111 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9112 Don't test x-popup-menu.
9113 (function) <complete-function>: Complete only fbound symbols.
9114 <validate, value>: New.
9115 (variable) <complete-function>: Complete only bound symbols.
9116 (coding-system): Add :base-only, :complete-function, :validate,
9117 :value, :prompt-match.
9118 (widget-coding-system-prompt-value): Use read-coding-system and
9119 act on :base-only.
9120 (editable-field): Add :help-echo.
9121 (widget-push-button-gui, widget-push-button-cache)
9122 (widget-gui-action, widget-editable-list-gui): COmment out, along
9123 with uses.
9124 (widget-at): Make arg optional.
9125 (widget-echo-help): Adjust for current help-echo calling sequence.
9126 (widget-specify-field, widget-specify-button)
9127 (widget-specify-insert, widget-get-sibling, widget-image-find)
9128 (widget-convert, widget-insert, widget-leave-text)
9129 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9130 (widget-setup, widget-field-find, widget-before-change)
9131 (widget-after-change, widget-default-complete)
9132 (widget-default-create, widget-default-delete)
9133 (widget-push-button-value-create, editable-field)
9134 (widget-field-prompt-value, widget-field-validate)
9135 (widget-choice-value-create, widget-choice-action)
9136 (widget-choice-validate, widget-checklist-add-item)
9137 (widget-radio-add-item, widget-radio-chosen)
9138 (widget-radio-value-inline, widget-editable-list-value-create)
9139 (widget-editable-list-entry-create)
9140 (widget-documentation-link-add)
9141 (widget-documentation-string-value-create)
9142 (widget-regexp-validate, widget-file-complete)
9143 (widget-sexp-validate, widget-plist-convert-widget)
9144 (widget-plist-convert-widget, widget-alist-convert-widget)
9145 (widget-alist-convert-widget, widget-color-complete): Simplify,
9146 particularly to avoid bindings which aren't optimized out.
9147
9148 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9149 Doc fix.
9150 (down-list, backward-up-list, up-list, kill-sexp)
9151 (backward-kill-sexp, mark-sexp): Make arg optional.
9152 (lisp-complete-symbol): Add optional arg PREDICATE.
9153
9154 * cus-start.el: Add display-buffer-reuse-frames,
9155 file-coding-system-alist.
9156
91572000-08-20 Gerd Moellmann <gerd@gnu.org>
9158
9159 * startup.el (command-line): Clear realized faces after
9160 modifying TTY color mappings.
9161
91622000-08-20 Miles Bader <miles@gnu.org>
9163
9164 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9165 merely a subset of FACE's attributes.
9166
91672000-08-19 Miles Bader <miles@gnu.org>
9168
9169 * comint.el (comint-output-filter): Save the point with a marker,
9170 not just a buffer position.
9171
9172 * international/mule.el (set-buffer-process-coding-system): Make
9173 interactive prompt less confusing.
9174
91752000-08-19 Gerd Moellmann <gerd@gnu.org>
9176
9177 * hilit-chg.el: General cleanup of doc strings, comments and
9178 code formatting.
9179
91802000-08-19 Miles Bader <miles@gnu.org>
9181
9182 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9183 Compiler macro removed; beginning-of-line is no longer always
9184 equivalent to forward-line, in the presence of fields.
9185
9186 * comint.el (comint-output-filter): Remove ad-hoc saving of
9187 restriction, and just use save-restriction, now that it works
9188 correctly. Don't adjust comint-last-input-start to account for
9189 our insertion; it shouldn't have moved because we don't use
9190 insert-before-markers anymore. Comment out call to
9191 `force-mode-line-update'; why is it here?
9192
9193 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9194 while checking for prompt to delete. Use `forward-line 0'
9195 instead of beginning-of-line.
9196 (gud-filter): Temporarily widen gud comint buffer while
9197 examining output.
9198
91992000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * progmodes/sh-script.el: Big bag of typos.
9202
9203 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9204 check since ispell-process is not bound when ispell is not yet loaded.
9205
92062000-08-18 Dave Love <fx@gnu.org>
9207
9208 * image.el (find-image): Copy `spec' before using plist-put.
9209
92102000-08-18 Gerd Moellmann <gerd@gnu.org>
9211
9212 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9213 `portugues'.
9214
9215 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9216 backward-kill-sexp, analogous to kill-sexp.
9217
9218 * progmodes/icon.el (icon-indent-line)
9219 (icon-is-continuation-line): Handle comments specially.
9220
92212000-08-17 Ken Stevens <k.stevens@ieee.org>
9222
9223 * ispell.el: Set to standard author/maintainer/keyword fields.
9224 Fine tuning to menu map appearance and operation, and added help.
9225 Remove `start' and `end' error messages when compiling.
9226 (ispell-choices-win-default-height): Fixed comment string.
9227 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9228 castellano8 dictionaries.
9229 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9230 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9231 dictionary, added italiano dictionary.
9232 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9233 word character
9234 (ispell-tex-skip-alists): Added psfig support.
9235 (ispell-skip-html): Renamed from ispell-skip-sgml.
9236 (ispell-begin-skip-region-regexp, ispell-skip-region)
9237 (ispell-minor-check): Improved html skipping support to skip across
9238 code, and recognize `&' commands without propper `;' syntax;
9239 (ispell-process-line): Fix alignment error when manually
9240 correcting spelling.
9241 (ispell): Fix comment string.
9242 (ispell-add-per-file-word-list): Always put word list on new line.
9243
92442000-08-17 Gerd Moellmann <gerd@gnu.org>
9245
9246 * format.el (format-encode-run-method): Fix error message to say
9247 `encode' instead of `decode'. Use save-window-excursion around
9248 shell-command-on-region as in format-decode-run-method because
9249 shell-command-on-region can display a buffer with error output.
9250 (format-decode): Don't record undo information for the decoding.
9251 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9252 that number part of the temporary buffer name so that more than
9253 one decoding using a temporary buffer can happen safely.
9254
9255 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9256 of `A-z' in the regexp.
9257
9258 * hilit-chg.el: Fix typos in commentary.
9259
9260 * help.el (view-emacs-news): Rewritten for new naming scheme
9261 for old NEWS files.
9262
9263 * startup.el (command-line): Pop to *Messages* in case an error
9264 is signaled while loading user-init-file.
9265
92662000-08-17 Andreas Schwab <schwab@suse.de>
9267
9268 * files.el (insert-directory): Don't lose original file name,
9269 undoing an undocumented change.
9270
92712000-08-17 Alex Schroeder <alex@gnu.org>
9272
9273 * sql.el (sql-magic-go): Use comint-bol.
9274 (sql-copy-column): Use comint-line-beginning-position.
9275 (comint-line-beginning-position): Define a replacement for
9276 comint-line-beginning-position if it is not fboundp.
9277
92782000-08-17 Alex Schroeder <alex@gnu.org>
9279
9280 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9281 it didn't have any effect anyway.
9282
92832000-08-17 Alex Schroeder <alex@gnu.org>
9284
9285 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9286 --pset and pager=off instead of sending \\o|cat at the beginning
9287 of the session.
9288
92892000-08-17 Miles Bader <miles@gnu.org>
9290
9291 * progmodes/octave-inf.el: Add compatibility definition of
9292 comint-line-beginning-position.
9293
92942000-08-17 Kenichi Handa <handa@etl.go.jp>
9295
9296 * startup.el (normal-top-level): Look in each dir in load-path for
9297 a leim-list.el file too. This assures of loading leim-list.el
9298 that is created at Emacs installation time even if a user have his
9299 own leim-list.el.
9300
93012000-08-17 Miles Bader <miles@gnu.org>
9302
9303 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9304 foreground color to black if the background is dark.
9305
93062000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9307
9308 * loadhist.el (unload-feature): Typo.
9309
9310 * finder.el (finder-compile-keywords):
9311 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9312 to the generated file.
9313
9314 * mail/mh-e.el (mh-make-local-vars):
9315 Replace make-variable-buffer-local with make-local-variable.
9316
9317 * play/landmark.el:
9318 * options.el (Edit-options-{set,toggle,t,nil}):
9319 * mail/mailabbrev.el (mail-abbrevs-mode):
9320 * textmodes/tex-mode.el (tex-expand-files):
9321 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9322
9323 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9324
9325 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9326 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9327 Allow going past the last element.
9328 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9329 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9330 (cvs-mouse-toggle-mark): Don't move point.
9331 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9332
9333 * progmodes/compile.el (grep): Provide a default set of files.
9334 (next-error): Docstring fix.
9335 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9336
9337 * emacs-lisp/easy-mmode.el (define-minor-mode):
9338 Use `symbol-value' to keep the byte-compiler quiet.
9339
9340 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9341 (diff-find-source-location): New fun, extracted from diff-goto-source.
9342 (diff-goto-source): Use it.
9343 (diff-next-complex-hunk, diff-filter-lines): New function.
9344 (diff-apply-hunk): New command.
9345
9346 * smerge-mode.el (smerge-mode-menu): Doc fix.
9347
9348 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9349
93502000-08-16 Dave Love <fx@gnu.org>
9351
9352 * windmove.el (windmove) <defgroup>: Add :version.
9353
9354 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9355 (goto-address-fontify-p, goto-address-highlight-p)
9356 (goto-address-url-face, goto-address-url-mouse-face)
9357 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9358 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9359 (goto-address-fontify, goto-address-at-mouse): Simplify,
9360 (goto-address-at-point): browse-url-url-at-point,
9361 goto-address-find-address-at-point can return nil.
9362 (goto-address-find-address-at-point): Return nil on failure.
9363
9364 * align.el (align) <defgroup>: Add :version.
9365
9366 * calculator.el (calculator): Add :version.
9367 (calculator): Use two lines for calculator window if `modeline'
9368 face is boxed.
9369
9370 * play/5x5.el: Doc fixes.
9371 (5x5) <defgroup>: Add :version.
9372
9373 * play/fortune.el (fortune) <defgroup>: Add :version.
9374 (fortune-append): Fix error message.
9375 (fortune-from-region): Doc fix.
9376
9377 * play/pong.el (pong): Doc fix.
9378
9379 * play/morse.el: Keywords, commentary, autoloads.
9380
93812000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9382
9383 * desktop.el (desktop-save): Don't look at symbol-value of a
9384 member of minor-mode-alist, unless it is boundp.
9385
93862000-08-16 Sam Steingold <sds@gnu.org>
9387
9388 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9389 `while'; use `with-current-buffer' instead of `save-excursion'.
9390 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9391
93922000-08-16 Kenichi Handa <handa@etl.go.jp>
9393
9394 * international/ccl.el (declare-ccl-program): Docstring modified.
9395 (ccl-execute-with-args): Likewise.
9396
93972000-08-16 Miles Bader <miles@gnu.org>
9398
9399 * progmodes/sql.el: Add compatibility definition of
9400 comint-line-beginning-position.
9401
94022000-08-15 Gerd Moellmann <gerd@gnu.org>
9403
9404 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9405 'buffer-menu' property.
9406 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9407 fails.
9408 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9409 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9410 wasn't killed.
9411
9412 * buff-menu.el (list-buffers-noselect): Don't display the
9413 *Buffer List* buffer.
9414
9415 * font-lock.el: Require jit-lock to prevent a very late
9416 `Loading jit-lock' message.
9417
9418 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9419 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9420 mail address.
9421
94222000-08-15 Miles Bader <miles@gnu.org>
9423
9424 * textmodes/ispell.el (ispell-graphic-p): New constant.
9425 (ispell-choices-win-default-height, ispell-help): Use
9426 `ispell-graphic-p' instead of `xemacsp'.
9427
94282000-08-15 Dave Love <fx@gnu.org>
9429
9430 * simple.el: Autoload widget-convert when compiling.
9431 (mail-user-agent): Doc fix.
9432
9433 * help.el (function-called-at-point, variable-at-point): Use
9434 with-syntax-table.
9435 (help-manyarg-func-alist): Add insert-and-inherit.
9436
9437 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9438
9439 * delsel.el (delsel-unload-hook): New function.
9440
9441 * find-file.el: Doc fixes. Move provide to end.
9442 (ff) <defgroup>: Add :link.
9443 (ff-goto-click): Deleted.
9444 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9445 Use mouse-set-point.
9446
9447 * textmodes/tildify.el: Doc fixes.
9448 (tildify) <defgroup>: Add:version.
9449
9450 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9451 (glasses-custom-set): Use set-default, not set.
9452 (minor-mode-alist): Propertize the lighter.
9453 (glasses-mode): Provide optional arg.
9454
9455 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9456 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9457 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9458 option. Provide :type.
9459 (cwarn-configuration): Provide :type.
9460 (cwarn-mode): Doc fix.
9461
9462 * add-log.el (change-log-merge): Doc fix.
9463 (change-log-redate): New command.
9464
9465 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9466 Doze and Dog.
9467 (browse-url): Use dolist, not mapcar.
9468 (browse-url-at-point): Check for null url.
9469 (browse-url-event-buffer, browse-url-event-point): Functions
9470 deleted.
9471 (browse-url-at-mouse, browse-url-netscape): Simplify.
9472
9473 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9474 modes.
9475 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9476 Fix previous change to mapcan.
9477 (msb--init-file-alist, msb--add-separators)
9478 (msb--make-keymap-menu): Simplify.
9479 (msb--choose-file-menu): Use copy-sequence.
9480 (msb-mode-map): Add title to keymap.
9481 (msb-unload-hook): New function.
9482
9483 * bs.el: Fix indentation.
9484 (bs) <defgroup>: Add :links.
9485 (bs-show): Doc fix.
9486 (bs-apply-sort-faces): Don't use window-system.
9487 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9488
94892000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9490
9491 * calendar/timeclock.el (timeclock-file): Run .timelog through
9492 convert-standard-filename.
9493
94942000-08-14 Gerd Moellmann <gerd@gnu.org>
9495
9496 * emacs-lisp/authors.el: New file.
9497
9498 * paren.el (show-paren-priority): New user option.
9499 (show-paren-function): Set overlay priorities to
9500 show-paren-priority.
9501
95022000-08-14 Miles Bader <miles@gnu.org>
9503
9504 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9505 beginning-of-line with inhibit-field-text-motion bound.
9506
95072000-08-14 Gerd Moellmann <gerd@gnu.org>
9508
9509 * calendar/timeclock.el: New file.
9510
95112000-08-14 David Ponce <david@dponce.com>
9512
9513 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9514 `widget-button-click'. so that one can use left mouse button to
9515 click on dialog buttons.
9516
95172000-08-14 Emmanuel Briot <briot@gnat.com>
9518
9519 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9520 identifiers, since XML is case sensitive
9521
95222000-08-12 Miles Bader <miles@gnu.org>
9523
9524 * comint.el (comint-output-filter): Don't bother frobbing
9525 window-start, it doesn't seem to be necessary.
9526
9527 * comint.el (comint-send-string, comint-send-region): Make into
9528 real functions. Snapshot the prompt before sending.
9529
95302000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9531
9532 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9533 technique similar to Info-index, instead of relying on specific
9534 names of relevant Index nodes.
9535 (Info-goto-emacs-command-node): Bind Info-history to nil when
9536 going to the first node found by Info-find-emacs-command-nodes.
9537
95382000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9539
9540 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9541
95422000-08-10 Miles Bader <miles@gnu.org>
9543
9544 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9545
95462000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9547
9548 * info.el (Info-file-list-for-emacs): More elements for the
9549 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9550 and woman manuals.
9551
95522000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9553
9554 * comint.el (comint-send-input): Make the newline boundary overlay
9555 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9556 (comint-output-filter): Use `insert' instead of
9557 `insert-before-markers'. Extend comint-last-output-overlay when
9558 necessary since we can't rely on insert-before-markers to do it.
9559 * gud.el (gud-filter): Use `with-current-buffer' instead of
9560 save-excursion when inserting the output, so that point gets
9561 updated correctly; the old method relied on a rather dodgy
9562 side-effect of comint-output-filter to avoid the effect of
9563 save-excursion.
9564
95652000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9566
9567 * files.el (recover-file): Call insert-directory instead of
9568 invoking `ls' directly.
9569
95702000-08-10 Miles Bader <miles@gnu.org>
9571
9572 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9573 (comint-last-prompt-overlay): New variables.
9574 (comint-output-filter): Implement prompt highlighting.
9575 (comint-snapshot-last-prompt): New function.
9576 (comint-send-input): Snapshot the last prompt.
9577 Use comint-highlight-input-face.
9578 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9579 Use defface instead of defcustom.
9580 (send-invisible, comint-send-eof): Snapshot the last prompt.
9581 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9582 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9583
95842000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9585
9586 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9587 (regexp-opt-group): Use a list of chars for `letters'.
9588 (regexp-opt-charset): `chars' is now a list of chars.
9589 Use a char-table rather than a vector so it works for multibyte chars.
9590
9591 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9592 Set cvs-minor-current-files to the selected fileinfo.
9593 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9594 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9595
95962000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9597
9598 * files.el (insert-directory): Don't call access-file on
9599 directories on DOS and Windows.
9600
96012000-08-09 Kenichi Handa <handa@etl.go.jp>
9602
9603 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9604 longer if necessary.
9605 (ccl-embed-code): Call ccl-embed-data to store CODE in
9606 ccl-program-vector.
9607
96082000-08-09 Miles Bader <miles@gnu.org>
9609
9610 * comint.el (comint-output-filter): Properly handle the case where
9611 the text surrounded by comint-last-output-overlay was deleted.
9612
96132000-08-08 Gerd Moellmann <gerd@gnu.org>
9614
9615 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9616 non-nil.
9617 (Info-file-list-for-emacs): Remove "info" from the list because
9618 that leads to trying to use the documentation from file `info'
9619 in various situations where it isn't appropriate, for instance
9620 C-h C-k C-h i.
9621
9622 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9623 DIR and/or STRING are nil.
9624
9625 * progmodes/compile.el (compilation-setup): Make variable
9626 compilation-error-screen-columns buffer-local, as some comment
9627 in the code suggests it should be.
9628
9629 * files.el (auto-mode-interpreter-regexp): New variable.
9630 (set-auto-mode): Use it.
9631
9632 * indent.el (indent-for-tab-command): Doc fix.
9633
9634 * mouse-sel.el (mouse-sel-mode): Doc fix.
9635
9636 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9637 labels.
9638
9639 * help.el (print-help-return-message): When
9640 display-buffer-reuse-frames is set, let the help window been quit,
9641 instead of deleting it, which might delete a reused frame.
9642
96432000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9644
9645 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9646 rename a directory to a name that differs only by its letter case.
9647
96482000-08-08 Kenichi Handa <handa@etl.go.jp>
9649
9650 * international/quail.el (quail-define-rules): Handle Quail decode
9651 map correctly. Add code for supporting annotations.
9652 (quail-install-decode-map): New function.
9653 (quail-defrule-internal): New optional arguments decode-map and
9654 props.
9655 (quail-advice): New function.
9656
96572000-08-07 Sam Steingold <sds@gnu.org>
9658
9659 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9660 `defconst', `define-condition', `with-slots'.
9661 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9662
96632000-08-03 Miles Bader <miles@gnu.org>
9664
9665 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9666 New variable.
9667 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9668 comint-use-prompt-regexp-instead-of-fields.
9669 (comint-send-input): Add `input' field property to stuff we send to
9670 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9671 (comint-output-filter): Add `output' field property to process
9672 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9673 (comint-replace-by-expanded-history)
9674 (comint-get-old-input-default, comint-show-output)
9675 (comint-backward-matching-input, comint-forward-matching-input)
9676 (comint-next-prompt, comint-previous-prompt): Use field
9677 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9678 (comint-line-beginning-position): New function.
9679 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9680 (comint-replace-by-expanded-history-before-point): Use
9681 comint-line-beginning-position and line-end-position.
9682 (comint-last-output-overlay): New variable.
9683 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9684
9685 * shell.el (shell-prompt-pattern): Doc change.
9686 (shell-backward-command): Use line-beginning-position.
9687
9688 * gud.el (gud-gdb-complete-command): Use
9689 comint-line-beginning-position.
9690
9691 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9692 comint-bol doesn't actually go to the beginning of the line.
9693
9694 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9695 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9696 (try-expand-line-all-buffers): Likewise.
9697
9698 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9699 explicitly matching comint-prompt-regexp.
9700 (sql-copy-column): Use comint-line-beginning-position instead of
9701 explicitly matching comint-prompt-regexp.
9702
9703 * progmodes/octave-inf.el (inferior-octave-complete): Use
9704 comint-line-beginning-position.
9705
9706 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9707
9708 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9709 looking for a prompt, use `forward-line 0' instead of
9710 `beginning-of-line', to avoid getting caught by an input field.
9711
97122000-08-07 Gerd Moellmann <gerd@gnu.org>
9713
9714 * files.el (shell-quote-wildcard-pattern): Make sure to return
9715 PATTERN, in the Unix case.
9716
97172000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9718
9719 * play/zone.el (zone): Discard any pending input before running
9720 the randomly-chosen pgm.
9721
97222000-08-07 Kenichi Handa <handa@etl.go.jp>
9723
9724 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9725 checking the existence of any multibyte characters.
9726
97272000-08-06 Gerd Moellmann <gerd@gnu.org>
9728
9729 * help.el (describe-mode): Test minor-mode symbol for being
9730 bound before testing its value for being nil.
9731
9732 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9733 `first', `second', and `third'.
9734
9735 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9736 (second): Make it an alias for `cadr'.
9737
97382000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9739
9740 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9741 types of display support faces now.
9742
97432000-08-05 Gerd Moellmann <gerd@gnu.org>
9744
9745 * pcvs.el (require): Require `cl' during compilation, only.
9746
9747 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9748 (toplevel): Remove `remq' and `remove' from autoloads.
9749 (cl-fake-autoloads): New variable. If set, arrange for an error
9750 when CL functions etc. are autoloaded.
9751
97522000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9753
9754 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9755
9756 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9757 popped up, but the user clicks outside the menu, return an empty
9758 regexp (that causes unhighlight-regexp to have no effect).
9759
9760 * menu-bar.el (menu-bar-games-menu): Add Zone.
9761
9762 * hi-lock.el (toplevel): Require font-lock.
9763
97642000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9765
9766 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9767 (ebnf-8-bit-chars): New var for bug fix.
9768 (ebnf-string): Bug fix.
9769
97702000-08-03 Sam Steingold <sds@gnu.org>
9771
9772 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9773 instead of `buffer-string'.
9774 (require 'cl): Always, not just when compiling.
9775 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9776 necessary.
9777
97782000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9779
9780 * international/mule-cmds.el (select-safe-coding-system): Make
9781 the message text about selecting a safe coding system more clear.
9782
97832000-08-02 Gerd Moellmann <gerd@gnu.org>
9784
9785 * hi-lock.el: New file.
9786
9787 * play/zone.el: New file.
9788
9789 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9790 value of tab-width in the original buffer. Choose a line number
9791 format that's a multiple of the original buffer's tab width, so
9792 that lines appear right.
9793
9794 * textmodes/ispell.el (ispell): New function, replacing an alias.
9795 Spell-check active region if in transient-mark-mode and mark
9796 is active; otherwise spell-check buffer.
9797
97982000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9799
9800 * ps-mule.el: Fix a customization problem on
9801 ps-mule-font-info-database-default.
9802
98032000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9804
9805 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9806 display-mouse-p instead of window-system.
9807 (ebrowse-member-mode-map): Ditto.
9808
98092000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9810
9811 * progmodes/ebnf2ps.el: Update ps-print functions call.
9812 Indentation fix. Doc fix.
9813 (ebnf-version): New version number (3.2).
9814 (ebnf-format-color, ebnf-begin-job): Code fix.
9815
98162000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9817
9818 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9819 font lock support on window-system.
9820 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9821
9822 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9823 display-color-p, if fboundp, instead of window-system.
9824
98252000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9826
9827 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9828 instead of window-system.
9829
9830 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9831 window-system.
9832 (widget-choice-mouse-down-action): Use display-popup-menus-p
9833 instead of window-system.
9834
9835 * strokes.el (strokes-file): Run the file name through
9836 convert-standard-filename.
9837 (strokes-mode): Call display-mouse-p instead of looking at
9838 window-system. Change the error message accordingly.
9839
9840 * progmodes/cpp.el (toplevel): Support faces on tty's.
9841
9842 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9843 (lm-plot-square, lm-init-display): Don't use window-system.
9844
9845 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9846 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9847
9848 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9849 instead of looking at window-system.
9850
98512000-07-30 Gerd Moellmann <gerd@gnu.org>
9852
9853 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9854 of testing if iswitchb-prepost-hooks is bound, because the
9855 latter will always be true when invoking a recursive minibuffer
9856 from an active Iswitchb buffer.
9857
98582000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9859
9860 * files.el (shell-quote-wildcard-pattern): New function.
9861 (insert-directory): Call it. Only prepend "\" to command on Unix
9862 and GNU/Linux systems.
9863
98642000-07-30 Gerd Moellmann <gerd@gnu.org>
9865
9866 * eshell/esh-groups.el: Change custom :link file names
9867 from `eshell.info' to `eshell'.
9868
98692000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9870
9871 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9872 correctly in recursive ange-ftp listings.
9873
98742000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9875
9876 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9877 ps-header-font-size-internal and
9878 ps-header-title-font-size-internal variables are not set,
9879 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9880 face text property is (foreground-color . COLOR) or
9881 `(background-color . COLOR)', ps-print crashes. Doc fix.
9882 (ps-print-version): New version number (5.2.4).
9883 (ps-plot-region): Code fix.
9884 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9885 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9886 Bug fix 2.
9887
98882000-07-30 Milan Zamazal <pdm@freesoft.cz>
9889
9890 * glasses.el (glasses-make-readable): Fix uncapitalization of
9891 identifiers like `myXMLDocument'.
9892
98932000-07-28 Karl Fogel <kfogel@red-bean.com>
9894
9895 * mail/mail-hist.el (mail-hist-previous-input)
9896 (mail-hist-next-input): Do the obvious code factorization.
9897 (mail-hist-retrieve-and-insert): New func, contains common
9898 code of above two.
9899 If inserting a message body, leave point at top.
9900
99012000-07-28 Sam Steingold <sds@gnu.org>
9902
9903 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9904 Use `<=', not `<' to compare times!
9905 (ange-ftp-ls): Remove.
9906
99072000-07-27 Gerd Moellmann <gerd@gnu.org>
9908
9909 * play/cookie1.el: Add explanation of how to make cookie.el
9910 compatible with strfile(1) to comment.
9911
9912 * subr.el (remove, remq): New functions.
9913
9914 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9915 escape `*' in regexps.
9916 (midnight-find): Reverse order of arguments in the funcall of
9917 TEST.
9918
9919 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9920 and `.class'.
9921
9922 * play/meese.el: Add Commentary section.
9923
99242000-07-27 Alex Schroeder <alex@gnu.org>
9925
9926 * sql.el (sql-ms): Added autoload cookie.
9927 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9928 (sql-oracle): Ditto.
9929 (sql-help): Doc change.
9930
9931 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9932 types and exceptions.
9933
99342000-07-27 Alex Schroeder <alex@gnu.org>
9935
9936 * sql.el (sql-placeholder-history): New variable.
9937 (sql-query-placeholders-and-send): New function that will query
9938 the user and replace placeholders with user input.
9939 (sql-oracle): If running on NT, set comint-input-sender to
9940 sql-query-placeholders-and-send.
9941
9942 (sql-stop): If in the SQLi buffer, insert stop notification, else
9943 present it as a message.
9944
99452000-07-27 Alex Schroeder <alex@gnu.org>
9946
9947 * sql.el (sql-input-ring-separator): Doc change.
9948 (sql-input-ring-file-name): Doc change.
9949 (sql-interactive-mode): Use `sql-input-ring-separator' and
9950 `sql-input-ring-file-name' to set the comint-mode equivalents
9951 without making them local variables.
9952 (sql-stop): Don't bind `sql-input-ring-separator' and
9953 `sql-input-ring-file-name' dynamically to their comint-mode
9954 equivalents.
9955
99562000-07-27 Kenichi Handa <handa@etl.go.jp>
9957
9958 * international/mule.el (register-char-codings): New function.
9959 (make-coding-system): Handle `safe-chars' specification in the arg
9960 PROPERTY.
9961
9962 * international/mule-cmds.el
9963 (find-coding-systems-region-subset-p): This function deleted.
9964 (sort-coding-systems-predicate): New variable.
9965 (sort-coding-systems): New function.
9966 (find-coding-systems-region): Use
9967 find-coding-systems-region-internal.
9968 (find-coding-systems-string): Use find-coding-systems-region.
9969 (find-coding-systems-for-charsets): Check
9970 char-coding-system-table.
9971 (select-safe-coding-system-accept-default-p): New variable.
9972 (select-safe-coding-system): Mostly rewritten. New argument
9973 ACCEPT-DEFAULT-P.
9974 (select-message-coding-system): Call select-safe-coding-system
9975 with ACCEPT-DEFAULT-P arg.
9976 (reset-language-environment): Reset default-sendmail-coding-system
9977 to the default value iso-latin-1.
9978 (set-language-environment): Don't set the obsolete variable
9979 charset-origin-alist.
9980
9981 * international/codepage.el (cp-coding-system-for-codepage-1):
9982 Give `safe-chars' property to make-coding-system.
9983
9984 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9985 calling select-message-coding-system twice.
9986
9987 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9988 instead of `safe-charsets'.
9989 (cyrillic-alternativnyj): Likewise.
9990 (ccl-encode-alternativnyj): Don't check the charset
9991 cyrillic-iso8859-5.
9992
99932000-07-27 Kenichi Handa <handa@etl.go.jp>
9994
9995 * composite.el (compose-chars-after): Preserve match data.
9996
99972000-07-26 Sam Steingold <sds@gnu.org>
9998
9999 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10000 (ange-ftp-real-file-newer-than-file-p): New function.
10001 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10002 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10003
10004 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10005 * midnight.el (midnight-float-time): Ditto.
10006
100072000-07-26 Andreas Schwab <schwab@suse.de>
10008
10009 * files.el (normal-backup-enable-predicate): Correct
10010 interpretation of the return value of compare-strings.
10011
100122000-07-26 Gerd Moellmann <gerd@gnu.org>
10013
10014 * isearch.el (isearch-resume): New function.
10015 (isearch-done): Add something to command-history to resume
10016 the search.
10017 (isearch-yank-line, isearch-yank-word): Use
10018 buffer-substring-no-properties instead of buffer-substring.
10019
10020 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10021 of flyspell-mouse-map.
10022
10023 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10024 duplicate definition.
10025 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10026
10027 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10028 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10029
100302000-07-25 Sam Steingold <sds@gnu.org>
10031
10032 * net/ange-ftp.el: Get modtime over the net.
10033 (ange-ftp-file-modtime): New function.
10034 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10035 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10036 Use it.
10037 (ange-ftp-dot-to-slash): New function.
10038 (ange-ftp-fix-name-for-vms): Use it.
10039
10040 * midnight.el (midnight-buffer-display-time): Use
10041 `with-current-buffer'.
10042
100432000-07-25 Gerd Moellmann <gerd@gnu.org>
10044
10045 * find-dired.el: Update copyright notice.
10046 (find-dired): Offer to kill a running `find'.
10047
10048 * enriched.el (enriched-face-ans): For a `foreground-color'
10049 property, return '(("x-color" COLOR))' so that COLOR will be
10050 output as a parameter of the x-color annotation. Likewise for the
10051 `background-color' property. In the case of normal face
10052 properties, don't return annotations for unspecified foreground
10053 and background face attributes.
10054
100552000-07-25 Kenichi Handa <handa@etl.go.jp>
10056
10057 * language/japan-util.el (japanese-katakana-region): Fix handling
10058 HANKAKU argument.
10059
100602000-07-25 Miles Bader <miles@gnu.org>
10061
10062 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10063 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10064 constrain-to-field.
10065
100662000-07-24 Andrew Innes <andrewi@gnu.org>
10067
10068 * timer.el (timer-activate-when-idle): Add optional parameter
10069 DONT-WAIT. Update docstring.
10070 (run-with-idle-timer): Specify extra parameter to
10071 timer-activate-when-idle, so that timer will be activated
10072 immediately if Emacs is already idle.
10073
10074 * w32-fns.el (w32-using-nt): Fix docstring.
10075
100762000-07-24 Dave Love <fx@gnu.org>
10077
10078 * mouse.el (popup-menu): Set last-command-event.
10079 (mouse-major-mode-menu-prefix): Declare.
10080
100812000-07-24 Gerd Moellmann <gerd@gnu.org>
10082
10083 * textmodes/flyspell.el: Update to author's version 1.5d.
10084
10085 * progmodes/hideshow.el: Update copyright notice.
10086
10087 * vcursor.el: Set maintainer to FSF, since author cannot
10088 be reached.
10089
100902000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10091
10092 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10093 the prompt.
10094
10095 * mouse.el (popup-menu): Run the keymap through indirect-function,
10096 in case it was defined with define-prefix-key. If the menu is a
10097 list of keymaps, look up the binding of user's choice in each one
10098 of the keymaps.
10099 (mouse-popup-menubar): If the global and local menu-bar keymaps
10100 don't have a prompt string, create one and insert it into the
10101 keymap. Don't barf if current-local-map returns nil.
10102
101032000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10104
10105 * dired.el (dired-sort-R-check): Added to allow recursive listing
10106 to be undone.
10107 (dired-sort-other): Use it.
10108
101092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10110
10111 * Release of cc-mode 5.27
10112
101132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10114
10115 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10116 c-beginning-of-statement-1 that caused a bad case of recursion
10117 which could consume a lot of CPU in large classes in languages
10118 that have in-expression classes (i.e. Java and Pike).
10119
10120 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10121 statements before top level constructs (i.e. case 6 is moved
10122 before case 5 and is now case 4) to catch in-expression
10123 classes in top level expressions correctly.
10124
101252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10126
10127 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10128 objc-method-intro. Case 4 removed and case 5I added.
10129
10130 * cc-langs.el (c-append-paragraph-start): New variable used by
10131 c-common-init to get paragraph-start correct.
10132 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10133 initialize paragraph-start to make it correct both with and
10134 without the javadoc special case.
10135
10136 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10137 initialize paragraph-start for javadoc markup.
10138
10139 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10140 change by defaulting this to t. It's motivated by the
10141 confusing behavior that otherwise arise from the style system
10142 when editing both java and non-java files at the same time
10143 (see the comments about style setting in c-common-init).
10144
101452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10146
10147 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10148 similar to the one in c-fill-paragraph to check the fill
10149 prefix from the adaptive fill function for sanity.
10150
101512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10152
10153 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10154 defun block.
10155
101562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10157
10158 * cc-mode.texi Documented the change of cpp-macro.
10159
101602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10161
10162 * cc-align.el (c-lineup-multi-inher): Handle lines with
10163 leading comma nicely. Extended to handle member initializers
10164 too.
10165
10166 * cc-engine.el: (c-beginning-of-inheritance-list,
10167 c-guess-basic-syntax): Fixed recognition of inheritance lists
10168 when the lines begins with a comma.
10169
10170 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10171
10172 * cc-vars.el (c-offsets-alist): Changed default for
10173 member-init-cont to c-lineup-multi-inher since it now handles
10174 member initializers and indents better for leading commas.
10175
101762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10177
10178 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10179 handling that caused class open lines to be recognized as
10180 statement-conts in some cases.
10181
10182 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10183 guessed by the adaptive fill function unless point is on the
10184 first line of a block comment.
10185
10186 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10187 when the buffer ends with a macro continuation char.
10188
10189 * cc-engine.el (c-guess-basic-syntax): Added support for
10190 function definitions as statements in Pike. The first
10191 statement in a lambda block is now labeled defun-block-intro
10192 instead of statement-block-intro.
10193
10194 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10195 so that the class surrounding point is selected, not the one
10196 innermost in the state.
10197
10198 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10199 recognition of switch labels having hanging multiline
10200 statements.
10201
10202 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10203 some code in c-guess-basic-syntax to a separate function.
10204 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10205 recognition of member inits with multiple line arglists.
10206 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10207 member-init-cont when the commas are in funny places.
10208
102092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10210
10211 * cc-defs.el (c-auto-newline): Removed this macro since it's
10212 not used anymore.
10213
10214 * cc-engine.el (c-looking-at-bos): New helper function.
10215 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10216 inexpr and toplevel classes apart in Pike.
10217
10218 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10219 of case 9A.
10220
10221 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10222 constant, since "class" can introduce an in-expression class
10223 in Pike nowadays.
10224
102252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10226
10227 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10228 indentation on cpp-macro lines.
10229
10230 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10231 a syntax modifier like comment-intro, to make it possible to
10232 get syntactic indentation for preprocessor directives. It's
10233 incompatible wrt to lineup functions on cpp-macro, but it has
10234 no observable effect in the 99.9% common case where cpp-macro
10235 is set to -1000.
10236
102372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10238
10239 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10240 member-init-cont when the preceding arglist is several lines.
10241
102422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10243
10244 * cc-styles.el (c-style-alist): The basic offset for the BSD
10245 style corrected to 8.
10246
102472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10248
10249 * cc-styles.el (c-style-alist): Adjusted the indentation of
10250 brace list openers in the gnu style.
10251
102522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10253
10254 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10255
10256 * cc-cmds.el (c-electric-brace, c-electric-slash,
10257 c-electric-star, c-electric-semi&comma, c-electric-colon,
10258 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10259 when c-syntactic-indentation is nil.
10260
10261 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10262 we were left at comments preceding the first statement when
10263 reaching the beginning of the buffer.
10264
10265 * cc-vars.el (c-syntactic-indentation): New variable to turn
10266 off all syntactic indentation.
10267
102682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10269
10270 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10271 between the text and the block comment ender when it hangs,
10272 depending on how many there are before the fill.
10273
102742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10275
10276 * cc-engine.el (c-beginning-of-closest-statement): New helper
10277 function to go back to the closest preceding statement start,
10278 which could be inside a conditional statement.
10279 * cc-engine.el (c-guess-basic-syntax): Use
10280 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10281
10282 * cc-engine.el (c-guess-basic-syntax): Better handling of
10283 arglist-intro, arglist-cont-nonempty and arglist-close when
10284 the arglist is nested inside parens. Cases 7A, 7C and 7F
10285 changed.
10286
10287 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10288 up-to-date with javadoc 1.2.
10289
102902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10291
10292 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10293 multiline Pike type decls.
10294
102952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10296
10297 * cc-cmds.el (c-indent-new-comment-line): Always break
10298 multiline comments in multiline mode, regardless of
10299 comment-multi-line.
10300
103012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10302
10303 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10304 fully::qualified::names in C++ member init lists. Preamble in
10305 case 5D changed.
10306
103072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10308
10309 * cc-langs.el (c-common-init): Handling of obsolete variables
10310 moved to c-initialize-cc-mode. More compatible style override
10311 when using global style variables.
10312 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10313 variables moved here.
10314
10315 * cc-mode.texi: Documented the special behavior of
10316 c-special-indent-hook as a style variable. Don't talk about
10317 doing (c-make-styles-buffer-local t) in a mode hook, since
10318 that's already too late to work right.
10319
10320 * cc-styles.el (c-make-styles-buffer-local): Flag style
10321 variable localness in c-style-variables-are-local-p to make
10322 the compatibility measure in c-common-init work well.
10323
10324 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10325 longer contain set-from-style.
10326 * cc-styles.el (c-initialize-builtin-style): Don't check for
10327 set-from-style on c-special-indent-hook.
10328 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10329 copy-alist is sufficient now.
10330
10331 * cc-styles.el (c-set-style, c-set-style-1,
10332 c-get-style-variables): Fixes to variable initialization so
10333 that duplicate entries in styles have the same effect
10334 regardless of DONT-OVERRIDE.
10335
10336 * cc-styles.el (c-set-style-2): Fixed bug where the
10337 initialization of inheriting styles failed when the
10338 dont-override flag is set.
10339
10340 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10341 on this.
10342
103432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10344
10345 * cc-defs.el (c-forward-comment): Removed the workaround
10346 introduced in 5.38 since it had worse side-effects. If a line
10347 contains the string "//\"", it regarded the // as a comment
10348 start since the \ temporarily doesn't have escape syntax.
10349
103502000-07-17 Emmanuel Briot <briot@act-europe.fr>
10351
10352 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10353 ada-xref.el before ada-prj.el, so that the Project menu is created
10354 when ada-prj tries to add to it.
10355 (ada-activate-keys-for-case): Suppress the characters that are not
10356 part of the Ada syntax. Better compatibility with else-mode
10357 (ada-adjust-case-interactive): When auto-casing is not active,
10358 correctly insert newlines (used to insert only ^M). Prevent the
10359 syntax table from being changed in case of an error
10360 (or '_' becomes part of a word and some commands are confused).
10361 Do nothing if ada-auto-case is nil.
10362 (ada-after-keyword-p): Ignore keywords that are also attributes
10363 (ada-batch-reformat): Update usage comment
10364 (ada-call-from-contextual-menu): New function
10365 (ada-case-read-exceptions): Reinitialize the casing exception list
10366 first to nil first, so that the casing exception file can be
10367 shared.
10368 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10369 files.
10370 (ada-compile-goto-error): Fix regexp used to detect a file:line
10371 anywhere in the error message
10372 (ada-contextual-menu-last-point): New variable
10373 (ada-create-keymap): If the variable delete-key-deletes-forward is
10374 t on XEmacs, it means that DEL should delete one character
10375 forward.
10376 (ada-create-menu): Use :included instead of :visible for XEmacs.
10377 New submenu "Options".
10378 (ada-end-stmt-re): Correctly indent "select ... then abort"
10379 statements.
10380 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10381 even if they don't match ada-fill-comment-prefix Fix handling of
10382 paragraphs on the first or last line of a file.
10383 (ada-format-paramlist): Fix handling of default parameter values.
10384 (ada-get-body-name): New function.
10385 (ada-get-current-indent): Optimized by searchling directly for an
10386 existing generic part or a statement outside of it. Handle
10387 ada-indent-align-comments when indenting comments Replaced some
10388 regexps by testing directly the next character. This results in a
10389 huge speedup on some files. New indentation scheme for renames
10390 statements. Stop looking for the 'while' or 'for' associated with
10391 a 'loop' at the first semicolon encountered. A "return" can also
10392 match an anonymous access subprogram declaration.
10393 (ada-get-indent-noindent): Ignore strings and comments when
10394 looking for the keywords "record" and "private".
10395 (ada-goto-matching-decl-start): When matching "if", make sure we
10396 are not in fact seeing "end if". Ignore "when" statements except
10397 when initial keyword was "begin". Fix handling of nested
10398 procedures. Add a recursive call to this function to skip over
10399 other 'end' statmts. Fix indentation for "when .. => begin"
10400 (ada-in-open-paren-p): Fix indentation for complex boolean
10401 expressions, where 'and then', 'or else' and parenthesis
10402 statements are mixed up.
10403 (ada-in-paramlist-p): Skip comments while searching for the
10404 beginning Fix handling of operator declarations.
10405 (ada-indent-align-comments): New variable
10406 (ada-indent-current): Change the syntax table only in the
10407 protected section, so that we are sure it is restored correctly.
10408 (ada-indent-on-previous-lines): Use ada-use-indent and
10409 ada-with-indent Correctly indent "select ... then"
10410 (ada-indent-region): Slight speedup.
10411 (ada-indent-renames): New variable.
10412 (ada-last-which-function-subprog, ada-last-which-function-line):
10413 New variables
10414 (ada-looking-at-semi-private): Correctly indent the 'private'
10415 keyword when it is the first word in a package declaration.
10416 (ada-loose-case-word): Stop searching if at the end of the buffer.
10417 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10418 even if point is not initially at the end of the word.
10419 (ada-matching-decl-start-re): Add "when".
10420 (ada-mode): Add support for abbrev-mode, outline-mode and
10421 which-func-mode Override the old find-file.el entry in
10422 ff-special-constructs since it is using the obsolete
10423 ada-spec-suffix variable
10424 (ada-no-auto-case): New function
10425 (ada-scan-paramlist): When parsing the argument type, accept
10426 spaces (as in "X 'Class", generated by Rational Rose).
10427 (ada-other-file-name): No longer loads the other file.
10428 (ada-popup-menu): Save and restore the current buffer and cursor
10429 position before and after displaying the menu.
10430 (ada-search-ignore-complex-boolean): New function.
10431 (ada-uncomment-region): Emacs21 already knows how to delete
10432 comments not starting in the first column.
10433 (ada-use-indent): New variable
10434 (ada-which-function): New function.
10435 (ada-with-indent): New variable
10436 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10437 can be batch-compiled from the command line.
10438
10439 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10440 Add to the menu when the file is loaded, not in ada-mode-hook.
10441 Add -toolbar to the default ddd command Switches moved from
10442 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10443 ada-prj-default-comp-opt
10444 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10445 Reference Manual to the menu
10446 (ada-check-current): rewritten as a call to ada-compile-current
10447 (ada-compile): Removed.
10448 (ada-compile-application, ada-compile-current, ada-check-current):
10449 Set the compilation-search-path so that compile.el automatically
10450 finds the sources in src_dir. Automatic scrollong of the
10451 compilation buffer. C-uC-cC-c asks for confirmation before
10452 compiling
10453 (ada-compile-current): New parameter, prj-field
10454 (ada-complete-identifier): Load the .ali file before doing
10455 processing
10456 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10457 conform to gnatmake's behavior.
10458 (ada-find-file-in-dir): New function
10459 (ada-find-references): Set the environment variables for gnatfind
10460 (ada-find-src-file-in-dir): New function.
10461 (ada-first-non-nil): Removed
10462 (ada-gdb-application): Add support for jdb, the java debugger.
10463 (ada-get-ada-file-name): Load the original-file first if not done
10464 yet.
10465 (ada-get-all-references): Handles the new ali syntax (parent types
10466 are found between <>).
10467 (ada-initialize-runtime-library): New function
10468 (ada-mode-hook): Always load a project file when a file is opened,
10469 so that the casing exceptions are correctly read.
10470 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10471 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10472 to open the project file, since the latter does not work with
10473 speedbar Get default values before loading the prj file, or the
10474 default executable file name is wrong. Use the absolute value of
10475 src_dir to initialize ada-search-directories and
10476 compilation-search-path,... Add the standard runtime library to
10477 the search path for find-file.
10478 (ada-prj-default-debugger): Was missing an opening '{'
10479 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10480 variables.
10481 (ada-prj-default-gnatmake-opt): New variable
10482 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10483 buffers, the project file is the default one Save the windows
10484 configuration before displaying the menu.
10485 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10486 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10487 ...) regexp-quote identifiers names to support operators +,
10488 -,... in regexps.
10489 (ada-remote): New function.
10490 (ada-run-application): Erase the output buffer before starting the
10491 run Support remote execution of the application. Use
10492 call-process, or the arguments are incorrectly parsed
10493 (ada-set-default-project-file): Reread the content of the active
10494 project file, not the one from the current buffer When a project
10495 file is set as the default project, all directories are
10496 automatically associated with it.
10497 (ada-set-environment): New function
10498 (ada-treat-cmd-string): New special variable ${current}
10499 (ada-treat-cmd-string): Revised. The substitution is now done for
10500 any ${...} substring
10501 (ada-xref-current): If no body was found, compiles the spec
10502 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10503 compiler to get rid of command line length limitations.
10504 (ada-xref-get-project-field): New function
10505 (ada-xref-project-files): New variable
10506 (ada-xref-runtime-library-specs-path)
10507 (ada-xref-runtime-library-ali-path): New variables
10508 (ada-xref-set-default-prj-values): Default run command now does a
10509 cd to the build directory. New field: main_unit Provide a default
10510 file name even if the current buffer has no prj file.
10511
10512 * ada-prj.el:
10513 Rewritten to show a tabbed-dialog.
10514 (ada-prj-add-ada-menu): Remove the map and name parameters.
10515 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10516 New function
10517 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10518 (ada-prj-load-from-file): New function
10519 (ada-prj-save): Always save fields that depend on the current buffer
10520 (ada-prj-show-value): New function
10521
10522 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10523 Ada mode. This will allow us to display the Ada menu in any buffer
10524 we want (for project items).
10525 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10526 number of spaces in the header.
10527
105282000-07-24 Dave Love <fx@gnu.org>
10529
10530 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10531
105322000-07-23 Noah Friedman <friedman@splode.com>
10533
10534 * type-break.el (type-break): perform autosave.
10535 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10536 (type-break-do-query): Cancel query schedule while performing
10537 actual query, to avoid possibility of a second query being made
10538 while first one is already in progress.
10539 (type-break-time-stamp-format): New variable.
10540 (type-break-time-stamp): New function.
10541 (type-break-time-warning): Use it.
10542 (type-break-keystroke-warning): Use it.
10543 (type-break-noninteractive-query): Use it.
10544
10545 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10546 cookie.
10547 Use add-minor-mode to set minor-mode-alist, if available.
10548 (eldoc-echo-area-use-multiline-p): New user option.
10549 (eldoc-echo-area-multiline-supported-p): New variable.
10550 (eldoc-docstring-format-sym-doc): Use them.
10551 (eldoc-mode): If not using idle timers, append to local post and
10552 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10553 (eldoc-display-message-no-interference-p): Don't interfere with
10554 edebug.
10555 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10556 (eldoc-function-arglist): New function.
10557 (eldoc-function-argstring): Use it.
10558
10559 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10560 auto save directory exists before calling directory-files.
10561
105622000-07-23 Dave Love <fx@gnu.org>
10563
10564 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10565 ^o, ^u.
10566
105672000-07-21 Dave Love <fx@gnu.org>
10568
10569 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10570 now passed to the function. It now works properly.
10571
10572 * smerge-mode.el (smerge-mode-menu): Fill it out.
10573
105742000-07-20 Gerd Moellmann <gerd@gnu.org>
10575
10576 * info-look.el (info-lookup): If *info* is shown in another frame
10577 on the same display, select that frame, instead of switching to
10578 the Info buffer in another window of the selected frame.
10579
10580 * simple.el (universal-argument-map): Bind numeric keypad keys
10581 kp-0 to kp-9 and kp-subtract.
10582 (digit-argument): Handle these keys.
10583
105842000-07-20 Dave Love <fx@gnu.org>
10585
10586 * net/goto-addr.el (goto-address-fontify): Don't bother with
10587 buffer-modified and read-only stuff -- irrelevant with overlays.
10588 Put an extra property on the overlays and use it to clean up in
10589 case goto-address is re-run.
10590
105912000-07-19 Richard M. Stallman <rms@gnu.org>
10592
10593 * timer.el (run-with-idle-timer): Doc fix.
10594
10595 * mail/mail-utils.el (mail-strip-quoted-names):
10596 Handle case where <...> appears inside "...".
10597 Use replace-match to edit the string more simply.
10598 (rmail-dont-reply-to): Cope with an unmatched ".
10599
106002000-07-19 Dave Love <fx@gnu.org>
10601
10602 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10603 implementation.
10604
10605 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10606 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10607 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10608
106092000-07-19 Gerd Moellmann <gerd@gnu.org>
10610
10611 * textmodes/refer.el: Correct maintainer's email address.
10612
10613 * progmodes/hideif.el: Correct author's email address.
10614 Fix typo in comment.
10615
10616 * xml.el: New file.
10617
10618 * mail/mailheader.el: Correct author's mail address.
10619
10620 * gnus/parse-time.el: Correct author's mail address.
10621
106222000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10623
10624 * comint.el (comint-highlight-input, comint-highlight-face):
10625 New user options.
10626 (comint-input-ring-file-name): Change custom type.
10627 (comint-mode-map): Bind mouse-2.
10628 (comint-insert-clicked-input): New function.
10629 (comint-send-input): Handle input highlighting.
10630
106312000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * mouse.el (popup-menu): New function.
10634 (mouse-major-mode-menu): Use it.
10635
106362000-07-18 Dave Love <fx@gnu.org>
10637
10638 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10639 improvements.
10640
106412000-07-18 Gerd Moellmann <gerd@gnu.org>
10642
10643 * faces.el (face-font-selection-order)
10644 (face-font-family-alternatives): Add custom type.
10645
106462000-07-18 Dave Love <fx@gnu.org>
10647
10648 * cus-edit.el (custom-variable-reset-saved)
10649 (custom-variable-reset-standard): Remove unused bindings.
10650
10651 * rect.el (open-rectangle-line): Remove unused let.
10652
10653 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10654
106552000-07-18 Gerd Moellmann <gerd@gnu.org>
10656
10657 * cdl.el: Fix `Maintainer' keyword.
10658
10659 * play/pong.el: Add author's email address.
10660
106612000-07-17 Sam Steingold <sds@gnu.org>
10662
10663 * files.el (insert-directory): Call `split-string' instead of
10664 re-implementing it.
10665
106662000-07-18 Gerd Moellmann <gerd@gnu.org>
10667
10668 * mail/vms-pmail.el: Change maintainer to FSF.
10669
10670 * net/goto-addr.el: Change maintainer to FSF.
10671
10672 * info.el (Info-title-face-alist): Removed.
10673
106742000-07-18 David Ponce <david@dponce.com>
10675
10676 * recentf.el (recentf-open-files): New command that works like
10677 `recentf-open-more-files', but shows the whole list of files (not just
10678 those omitted from the menu). Useful if you don't use a menu-bar!
10679 (recentf-open-more-files) Modified to use `recentf-open-files'.
10680
10681 (recentf-open-files, recentf-open-more-files)
10682 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10683
10684 (recentf-dialog-mode): New mode for dialogs. You can now just type
10685 "q" to cancel the dialogs.
10686
106872000-07-18 David Ponce <david@dponce.com>
10688
10689 * recentf.el: This is a major update of recentf.el. It adds new
10690 features to better organize the recentf menu and "More..." buffer.
10691
10692 Using new provided menu filtering functions you can now organize the
10693 recent files list:
10694
10695 - by major modes
10696 - by directories
10697 - by user defined rules
10698
10699 Finally, with the new `recentf-filter-changer' customizable filter you
10700 can define a ring of filters and dynamically (via the menu) cycle on
10701 each menu organization in the ring (a la msb).
10702
107032000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10704
10705 * eshell/eshell.el (eshell): Replace links to eshell.info with
10706 links to eshell, to avoid problems on systems where the manual is
10707 installed as `eshell'.
10708 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10709 * eshell/em-smart.el (eshell-smart): Ditto.
10710 * eshell/em-banner.el (eshell-banner): Ditto.
10711 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10712
10713 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10714 same-file check in the MS-DOS version (it does support inodes).
10715
10716 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10717
10718 * eshell/eshell.el (eshell-directory-name):
10719 Run default directory name through convert-standard-filename.
10720
107212000-07-18 Kenichi Handa <handa@etl.go.jp>
10722
10723 * international/mule-cmds.el (select-safe-coding-system):
10724 Fix typo in the comment.
10725
10726 * language/european.el (compound-text):
10727 Force katakana-jisx0201 to be designated to G1.
10728
10729 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10730 Don't translate some national variant characters of latin-jisx0201.
10731 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10732
10733 * international/kkc.el (kkc-after-update-conversion-functions):
10734 New variable.
10735 (kkc-update-conversion): Run functions in it at the tail.
10736
107372000-07-16 John Wiegley <johnw@gnu.org>
10738
10739 * lisp/align.el (align-newline-and-indent):
10740 Adding new function. for auto-aligning blocks of code on RET.
10741 (align-region): Fixed badly formatted minibuffer message.
10742
107432000-07-17 Kenichi Handa <handa@etl.go.jp>
10744
10745 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10746 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10747 the conversion list at first if appropriate.
10748 (kkc-next): Don't update kkc-next-count here.
10749 (kkc-prev): Don't update kkc-prev-count here.
10750 (kkc-show-conversion-list-update): Fix setting up of conversion
10751 list message.
10752
107532000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10754
10755 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10756
107572000-07-16 Dave Love <fx@gnu.org>
10758
10759 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10760 function to be more specific.
10761
10762 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10763 non-string help-echo.
10764 (widget-types-convert-widget): Defsubst it.
10765 (widget-echo-help): Try to cope with a help-echo function of two
10766 possible sorts.
10767
107682000-07-15 Jason Rumney <jasonr@gnu.org>
10769
10770 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10771 Declare as obsolete.
10772
10773 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10774
107752000-07-14 Gerd Moellmann <gerd@gnu.org>
10776
10777 * hilit-chg.el: Fix typo.
10778
107792000-07-14 Dave Love <fx@gnu.org>
10780
10781 * info.el (Info-mode-menu): Fix use of :help, :enable.
10782
107832000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10784
10785 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10786
107872000-07-13 Dave Love <fx@gnu.org>
10788
10789 * emacs-lisp/easymenu.el: Doc fixes.
10790 (easy-menu-remove): Defalias to ignore.
10791
10792 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10793 Call throw correctly.
10794
107952000-07-13 Gerd Moellmann <gerd@gnu.org>
10796
10797 * faces.el (frame-background-mode): Doc fix.
10798
10799 * simple.el (eval-expression-print-length): Change custom type to
10800 allow entering nil as value.
10801
108022000-07-13 Dave Love <fx@gnu.org>
10803
10804 * progmodes/fortran.el (fortran-imenu-generic-expression):
10805 Change definition layout.
10806 (fortran-mode-menu): Reinstate customize entries.
10807
10808 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10809 Use :filter, per old XEmacs code.
10810
108112000-07-12 Gerd Moellmann <gerd@gnu.org>
10812
10813 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10814 event when deciding what to send to the terminal.
10815
108162000-07-12 Dave Love <fx@gnu.org>
10817
10818 * cus-start.el: Add optional version as 4th element of specs and
10819 use it for several things new in v21. Remove load-path. Fix type
10820 of line-number-display-limit.
10821
108222000-07-11 Dave Love <fx@gnu.org>
10823
10824 * progmodes/fortran.el: Don't require easymenu.
10825 Use repeat counts in various regexps.
10826 (fortran-mode-syntax-table): Defvar directly.
10827 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10828 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10829 Use defvar, not defconst.
10830 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10831 (fortran-mode): Set fortran-comment-line-start-skip,
10832 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10833 (fortran-comment-indent): Use defsubst.
10834 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10835 Use fortran-comment-indent, not fortran-comment-indent-function.
10836 (fortran-comment-region, fortran-electric-line-number): Simplify.
10837 (fortran-auto-fill): New function.
10838 (fortran-do-auto-fill): Deleted.
10839 (fortran-find-comment-start-skip):
10840 Check for non-null comment-start-skip.
10841 (fortran-auto-fill-mode, fortran-fill-statement):
10842 Use fortran-auto-fill.
10843 (fortran-fill): Use fortran-auto-fill. Check for null
10844 comment-start-skip. Simplify final clause and use end-of-line finally.
10845
10846 * widget.el (widget-plist-member): New alias.
10847
108482000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10849
10850 * eshell/esh-module.el (toplevel): Reference
10851 byte-compile-current-file only if it is bound.
10852
108532000-07-10 Gerd Moellmann <gerd@gnu.org>
10854
10855 * dired.el: Don't require `dired-aux'.
10856
108572000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10858
10859 * dired-aux.el (dired-show-file-type): New function.
10860 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10861 (dired-show-file-type): Add autoload.
10862
108632000-07-10 Kenichi Handa <handa@etl.go.jp>
10864
10865 * international/mule-diag.el (describe-font): Adjusted for the
10866 change of fontset-info.
10867 (print-fontset): Likewise.
10868
108692000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10870
10871 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10872
108732000-07-07 Gerd Moellmann <gerd@gnu.org>
10874
10875 * bindings.el: Bind `[delete]' to delete-char.
10876
10877 * dired.el (dired-find-alternate-file): New function.
10878 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10879 (toplevel): Require dired-aux when compiling.
10880 (dired-buffers): Move defvar within file to avoid compiler warning.
10881
10882 * info.el (Info-last-search): Variable removed.
10883 (Info-search-history): New variable.
10884 (Info-search): New Info-search-history.
10885
10886 * battery.el, info-look.el: Change author's mail address.
10887
108882000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10889
10890 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10891 if rmail-ignored-headers is nil.
10892 (rmail-retry-failure): Bind rmail-ignored-headers and
10893 rmail-displayed-headers to nil.
10894
108952000-07-06 Gerd Moellmann <gerd@gnu.org>
10896
10897 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10898 (print-region-1): Don't hard code `-h' here.
10899
10900 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10901
109022000-07-01 Francesco Potorti` <pot@gnu.org>
10903
10904 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10905 exim can use "your message" instead of "the message".
10906
109072000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10908
10909 * facemenu.el: Docstrings fixes.
10910 (facemenu-get-face): Don't use internal-find-face.
10911 (facemenu-iterate): Rename arg to match the docstring.
10912
10913 * newcomment.el (uncomment-region): Be more careful when skipping
10914 backwards over `=' not to bump into BOBP.
10915
109162000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10917
10918 * ediff-diff.el (ediff-wordify): Use syntax table.
10919 * ediff-init.el (ediff-has-face-support-p): Use
10920 ediff-color-display-p.
10921 (ediff-color-display-p): Use display-color-p, changed to defun
10922 from defsubst.
10923 Got rid of special cases for NeXT and OS/2.
10924 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10925 face.
10926
109272000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10928
10929 * emacs-lisp/lucid.el: Require CL.
10930 (copy-tree, remprop): Remove, it's provided by CL.
10931 (map-keymap): Define in terms of cl-map-keymap.
10932 (extent-property, set-extent-end-glyph): New functions.
10933
10934 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10935
109362000-07-05 Gerd Moellmann <gerd@gnu.org>
10937
10938 * Makefile.in (DONTCOMPILE): Add comment that the name may
10939 not be changed without changing the make-dist script.
10940
10941 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10942 (cl-mapc): Use mapc instead of cl-old-mapc.
10943
109442000-07-05 Andrew Innes <andrewi@gnu.org>
10945
10946 * makefile.nt: Add support for `bootstrap' and related targets.
10947
109482000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10949
10950 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10951 (easy-menu-do-define): Use `menu-item' format.
10952 Handle case where easy-menu-create-menu returns a symbol.
10953 Manually call the potential top-level filter in the function binding.
10954 (easy-menu-filter-return): New arg NAME.
10955 Convert to a keymap if MENU is an XEmacs menu.
10956 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10957 (easy-menu-converted-items-table, easy-menu-convert-item):
10958 New var and fun to memoize easy-menu-convert-item-1.
10959 (easy-menu-do-add-item): Use it.
10960 (easy-menu-create-menu): Use easy-menu-convert-item.
10961 Wrap easy-menu-filter-return around any :filter specification.
10962 Don't convert the menu if a filter was specified.
10963 Tell easy-menu-make-symbol not to check for MENU being an expression.
10964 (easy-menu-make-symbol): New arg NOEXP.
10965
109662000-07-05 Gerd Moellmann <gerd@gnu.org>
10967
10968 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10969 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10970 (eval-defun): If called with prefix arg, instrument code for
10971 Edebug.
10972
10973 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10974 similar to that of eval-defun.
10975
109762000-07-04 Dave Love <fx@gnu.org>
10977
10978 * hl-line.el (hl-line-overlay): Make it permanent-local.
10979
10980 * calendar/todo-mode.el: Replaced with a working version, based on
10981 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10982
109832000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10984
10985 * paths.el (prune-directory-list): New function.
10986 (Info-default-directory-list): Rewritten to more methodically
10987 enumerate a big list of possible info directories (based on the
10988 list used by the standalone info reader).
10989
10990 * info.el (info-initialize): Use prune-directory-list to remove
10991 non-existent directories from Info-directory-list.
10992
10993 * paths.el (Info-default-directory-list): Try a list of possible
10994 info-directories instead of a single one. Add the possible
10995 info directory "/usr/share/info".
10996
10997 * woman.el (woman-man.conf-path): Explicitly include the debian
10998 man-db config file "/etc/manpath.config".
10999 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11000 are present in `manpath.config'.
11001 (woman-manpath): Include "/usr/share/man".
11002
110032000-07-03 Gerd Moellmann <gerd@gnu.org>
11004
11005 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11006
11007 * startup.el (command-line): Initialize blink-cursor based
11008 on window-system.
11009
11010 * frame.el (blink-cursor): Default to nil if not running under
11011 a window-system.
11012
11013 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11014 (face-x-resources): Remove duplicate entry for :font.
11015
11016 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11017 instead of cycling through windows with next-window.
11018
11019 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11020 of cycling through windows with next-window.
11021
11022 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11023 of cycling through windows with next-window.
11024
11025 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11026 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11027 instead of cycling through windows with next-window.
11028
11029 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11030 instead of cycling through windows with next-window.
11031
11032 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11033 of cycling through windows with next-window.
11034
11035 * terminal.el (te-process-output): Use walk-windows instead of
11036 cycling through windows with next-window.
11037
11038 * server.el (server-switch-buffer): Use some-window instead of
11039 cycling through windows with next-window.
11040
11041 * window.el (some-window): New function.
11042 (walk-windows): Remove reference to walk-windows-start.
11043
11044 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11045
110462000-07-03 Richard Stallman <rms@gnu.org>
11047
11048 * window.el (walk-windows): Guarantee termination by keeping a list
11049 of all the windows already handled.
11050
110512000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11052
11053 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11054 window-system.
11055
11056 * man.el (Man-notify-when-ready): Don't use window-system. If
11057 Man-notify-method is newframe, and the display is not
11058 multi-frame, select the frame created for the man page.
11059 (Man-init-defvars): Doc fix.
11060
110612000-06-28 Gerd Moellmann <gerd@gnu.org>
11062
11063 * faces.el (region): Change background color for light background.
11064
11065 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11066 attribute from mode-line face of Ediff control frame.
11067
11068 * replace.el (query-replace-map): Bind `e' like `E'.
11069
110702000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11071
11072 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11073 Change name to "Select All".
11074
11075 * dos-fns.el (convert-standard-filename): Fix last change.
11076
110772000-06-27 Gerd Moellmann <gerd@gnu.org>
11078
11079 * help.el (describe-variable): Don't insert a second `'s' in front
11080 of the string `value is shown below'. Since the syntax-table is
11081 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11082 an existing `'s', so that this won't be deleted.
11083
11084 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11085 * pcmpl-unix.el: New files.
11086
110872000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11088
11089 * wid-edit.el (widget-member): Use the new plist-member.
11090
110912000-06-26 Gerd Moellmann <gerd@gnu.org>
11092
11093 * replace.el (perform-replace): Undo change of 2000-04-04.
11094 Instead, move backward 1 character at the end of the loop when
11095 necessary.
11096
11097 * faces.el (fringe): Change face for different backgrounds.
11098
11099 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11100 patch from John.
11101
11102 * eshell/*.el: Change spelling of the Free Software Foundation.
11103
11104 * eshell/esh-toggle.el: Removed.
11105
11106 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11107
11108 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11109 interactively.
11110
111112000-06-26 Alex Schroeder <alex@gnu.org>
11112
11113 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11114 `define-key'; instead of checking `(emacs-version)' check for
11115 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11116 for `;' and `o' which might be electric.
11117
11118 (sql-electric-stuff): New user option.
11119 (sql-magic-go): New function which uses `sql-electric-stuff'.
11120 (sql-magic-semicolon): New function which uses
11121 `sql-electric-stuff'.
11122
11123 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11124 is not fboundp.
11125
11126 (sql-oracle-options): New variable.
11127 (sql-oracle): Use it.
11128
11129 (sql-imenu-generic-expression): Doc change.
11130 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11131 is used.
11132
11133 (sql-informix): Added command line parameter "-" to force
11134 sql-informix-program to use stdout.
11135
111362000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11137
11138 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11139 (cp864-decode-table): Doc fix.
11140 (cp720-decode-table): New variable, supports the Arabic OEM
11141 codepage used by Windows.
11142 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11143
111442000-06-23 Dave Love <fx@gnu.org>
11145
11146 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11147 (font-lock-fontify-anchored-keywords): Use
11148 line-beginning-position.
11149 (global-font-lock-mode): Use mapc.
11150
111512000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11152
11153 * eshell/esh-module.el: Require CL when compiling.
11154
111552000-06-23 Gerd Moellmann <gerd@gnu.org>
11156
11157 * comint.el (comint-substitute-in-file-name): Call replace-match
11158 with second and third arg t.
11159
11160 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11161 Specify foreground color.
11162
11163 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11164 color.
11165
11166 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11167
11168 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11169 cddr instead of cdddr.
11170
11171 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11172 instead of copy-list.
11173
11174 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11175 of copy-list.
11176
11177 * subdirs.el: Add eshell subdirectory.
11178
11179 * eshell: New subdirectory containing the Eshell package.
11180
11181 * pcomplete.el: New file.
11182
111832000-06-23 Paul Eggert <eggert@twinsun.com>
11184
11185 * mail/mailpost.el (post-mail-send-it): Make sure file has
11186 proper permissions from birth.
11187
11188 * files.el (basic-save-buffer-2): When temporarily setting
11189 file modes, set them to current modes plus 0200, not to 0777.
11190
11191 * emerge.el (emerge-make-temp-file): Make sure file has proper
11192 permissions from birth.
11193
111942000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11195
11196 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11197 backup file name through convert-standard-filename.
11198
11199 * dos-fns.el (convert-standard-filename): Convert leading
11200 directories as well. When long file names are supported, convert
11201 characters that are invalid in Windows file names.
11202
112032000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11204
11205 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11206 ps-print crashes. New feature: page selection for printing. Create
11207 raw-text-unix coding system for XEmacs. Doc fix.
11208 (ps-print-version): New version number (5.2.3).
11209 (ps-plot-region): Bug fix.
11210 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11211 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11212 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11213 funs.
11214 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11215 (ps-last-page): New vars.
11216
112172000-06-21 Gerd Moellmann <gerd@gnu.org>
11218
11219 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11220 empty option string.
11221
112222000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11223
11224 * man.el (man): Doc fix.
11225
112262000-06-21 Kenichi Handa <handa@etl.go.jp>
11227
11228 * international/mule-cmds.el (set-language-info-alist): Docstring
11229 fixed.
11230
112312000-06-20 Gerd Moellmann <gerd@gnu.org>
11232
11233 * version.el (emacs-version): Use ISO date format.
11234
11235 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11236 instead of `M-backspace'.
11237
11238 * simple.el (turn-off-auto-fill): New function.
11239
112402000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11241
11242 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11243 Renamed from with-buffer-prepared-for-font-lock and use
11244 inhibit-modification-hooks rather than setting *-change-functions.
11245 Update all functions to use the new name.
11246 (jit-lock-first-unfontify-pos): New semantics (and doc).
11247 (jit-lock-mode): Make non-interactive.
11248 Don't automatically turn on font-lock.
11249 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11250 Always use jit-lock-after-change.
11251 Remove and restore font-lock-after-change-function.
11252 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11253 (jit-lock-after-unfontify-buffer): Remove.
11254 (jit-lock-stealth-fontify):
11255 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11256 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11257
112582000-06-20 Sam Steingold <sds@gnu.org>
11259
11260 * emacs-lisp/cl-indent.el (toplevel): Indent
11261 `print-unreadable-object' properly. Untabify.
11262
112632000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11264
11265 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11266 Support for bibentry.
11267 (reftex-compile-variables): Fixed problem with end of section-re.
11268
11269 * texmodes/reftex-dcr.el (reftex-view-crossref,
11270 reftex-view-crossref-from-bibtex):
11271 Deal with changed `reftex-find-citation-regexp-format'.
11272 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11273 Replaced `remprop' with `put'.
11274 (reftex-view-crossref, reftex-view-crossref-when-idle):
11275 Support for bibentry.
11276
11277 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11278 New entry for bibentry package.
11279
11280 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11281 Regexp also matches "\nobibliography".
11282
11283 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11284 Call `reftex-ensure-write-access' before doing anything.
11285 (reftex-ensure-write-access): New function.
11286
112872000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11288
11289 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11290
11291 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11292
11293 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11294
11295 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11296
11297
112982000-06-20 Dave Love <fx@gnu.org>
11299
11300 * faces.el (frame-background-mode): Use set-default, not set, in
11301 setter.
11302 (frame-update-faces, frame-update-face-colors): Define with
11303 defalias.
11304
11305 * enriched.el (enriched-decode-foreground)
11306 (enriched-decode-background): Don't use internal-find-face.
11307
11308 * apropos.el: Doc fixes.
11309
11310 * cus-edit.el (customize-changed-options): Check arg.
11311 (customize-version-lessp): Don't require decimal point.
11312
11313 * custom.el (defcustom, defgroup): Doc fix.
11314
11315 * newcomment.el (comment) <defgroup>: Add :version.
11316 (comment-multi-line): Doc fix.
11317
11318 * emulation/mlsupport.el (define-hooked-local-abbrev,
11319 define-hooked-global-abbrev): Fix, using define-abbrev.
11320
113212000-06-19 Gerd Moellmann <gerd@gnu.org>
11322
11323 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11324 the whole buffer.
11325
113262000-06-19 Dave Love <fx@gnu.org>
11327
11328 * menu-bar.el (menu-bar-options-save): New function.
11329 (menu-bar-options-menu): Use it.
11330 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11331 Simplify.
11332
113332000-06-19 Andreas Schwab <schwab@suse.de>
11334
11335 * progmodes/etags.el (tags-query-replace): Put new parameters
11336 START and END at the end, for backward compatibility.
11337
113382000-06-19 Kenichi Handa <handa@etl.go.jp>
11339
11340 * international/codepage.el:
11341 (cp-coding-system-for-codepage-1): Delete special codes for
11342 generating xxx-dos coding system because now a CCL based coding
11343 system can handle EOL conversion by default.
11344
11345 * international/mule.el (make-coding-system): Generate subsidiary
11346 coding systems for EOL handling variants even for a CCL based
11347 coding system.
11348
113492000-06-19 Kenichi Handa <handa@etl.go.jp>
11350
11351 * international/isearch-x.el (isearch-minibuffer-input-method)
11352 (isearch-minibuffer-input-method-function): These variables
11353 deleted.
11354 (isearch-with-input-method): Don't use the above variables.
11355 (isearch-process-search-multibyte-characters): Likewise. Call
11356 read-string with the arg INHERIT-INPUT-METHOD t.
11357
113582000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11359
11360 * font-lock.el (font-lock-after-fontify-buffer)
11361 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11362
11363 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11364 Use consistent make-local-variable style for font-lock-fontified.
11365 (jit-lock-fontify-buffer):
11366 Don't bother checking for font-lock-mode and jit-lock-mode.
11367
11368 * time.el: Remove trailing ^M that prevent CVS-merging.
11369
113702000-06-16 Gerd Moellmann <gerd@gnu.org>
11371
11372 * Makefile.in (distclean): New target.
11373
113742000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11375
11376 * Makefile.in (srcdir): Define for update-subdirs.
11377
113782000-06-16 Gerd Moellmann <gerd@gnu.org>
11379
11380 * find-lisp.el: New file.
11381
113822000-06-16 Andrew Innes <andrewi@gnu.org>
11383
11384 * time.el (display-time-mail-function): New variable, to allow
11385 external packages to indicate when new mail is available.
11386 (display-time-update): Use it.
11387
113882000-06-16 Kenichi Handa <handa@etl.go.jp>
11389
11390 * international/mule.el (mule-version): Change version name to
11391 SAKAKI. AOI has already been used by Meadow.
11392
11393 * international/quail.el (quail-show-guidance-buf): To find the
11394 bottom window (but minibuffer), pay attention to the height of
11395 minibuffer.
11396
113972000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11398
11399 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11400 menu-bar menus. Add help strings. Don't remove the Edit menu
11401 from the menu bar, as the menu bar has enough space now.
11402
11403 * Makefile.in (SHELL): Make sure /bin/sh is used.
11404
11405 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11406 characters, which use series of two ^H characters instead of one.
11407
114082000-06-15 Gerd Moellmann <gerd@gnu.org>
11409
11410 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11411 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11412 functions.
11413 (Info-find-node-2): Try a case-sensitive search first, then
11414 do a case-insensitive search.
11415
11416 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11417 tutorials.
11418
11419 * complete.el (PC-env-vars-alist): New variable.
11420 (PC-complete-as-file-name): New function.
11421 (partial-completion-mode): Initialize PC-env-vars-alist from
11422 process-environment.
11423 (PC-do-completion): Handle completion of env vars.
11424
11425 * info.el (Info-set-mode-line): Show file name in mode line,
11426 use `*Info*' instead of `Info:'.
11427
11428 * startup.el (command-line-1): Change copyright messages to year
11429 2000.
11430
114312000-06-15 Dave Love <fx@gnu.org>
11432
11433 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11434 not local-map.
11435
114362000-06-15 Kenichi Handa <handa@etl.go.jp>
11437
11438 * international/mule.el (set-buffer-file-coding-system): Almost
11439 rewritten to handle `undecided' as no-op.
11440
114412000-06-14 Gerd Moellmann <gerd@gnu.org>
11442
11443 * Makefile.in: New file.
11444
11445 * Makefile: Removed.
11446
11447 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11448 (goto-address-highlight-keymap): Bind C-c RET.
11449
114502000-06-14 Kenichi Handa <handa@etl.go.jp>
11451
11452 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11453 inherits buffer-file-coding-system of the current buffer.
11454
11455 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11456 0. Give correct argument to set-auto-coding-function.
11457 (tar-expunge): For goto-char, use (point-min), not 0.
11458 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11459 (tar-subfile-save-buffer): Likewize.
11460
11461 * international/mule.el
11462 (after-insert-file-set-buffer-file-coding-system): Call
11463 set-buffer-file-coding-system with the arg FORCE t.
11464
114652000-06-13 Gerd Moellmann <gerd@gnu.org>
11466
11467 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11468 nil. Contemporary sendmails issue an X-Authentication-Warning if
11469 the sender is set with `-f'.
11470
114712000-06-13 Dave Love <fx@gnu.org>
11472
11473 * help.el (describe-function-1): Kluge around cases of functions
11474 fset to subrs whose doc doesn't match their symbol-name.
11475
11476 * image.el (insert-image): Default STRING to a space.
11477
11478 * info.el Doc fixes.
11479 (Info-build-node-completions): Match Ref tags.
11480
114812000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11482
11483 * frame.el (display-multi-frame-p, display-multi-font-p): New
11484 defaliases for display-graphic-p.
11485
11486 * hl-line.el: Fixed a typo in commentary.
11487
114882000-06-13 Kenichi Handa <handa@etl.go.jp>
11489
11490 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11491 fixed.
11492
114932000-06-12 Dave Love <fx@gnu.org>
11494
11495 * image.el (insert-image): Save a little consing.
11496
114972000-06-12 Kenichi Handa <handa@etl.go.jp>
11498
11499 * language/tibet-util.el: Convert all tibetan-1-column characters
11500 to the corresponding tibetan characters.
11501 (tibetan-add-components): Delete code for the special treatment of
11502 'a chung.
11503
11504 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11505 change.
11506 (tibetan-vowel-transcription-alist): More rules added.
11507 (tibetan-composite-vowel-alist): New variable.
11508 (tibetan-precomposition-rule-alist): More rules added.
11509
115102000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11511
11512 * startup.el (command-line): Only call menu-bar-mode if interactive.
11513
11514 * thingatpt.el (toplevel symbol-properties):
11515 * textmodes/makeinfo.el (makeinfo-compile):
11516 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11517 * progmodes/hideif.el (hif-compress-define-list)
11518 (hide-ifdef-use-define-alist):
11519 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11520 (ange-ftp-vms-add-file-entry):
11521 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11522 * man.el (Man-build-man-command):
11523 * mail/rnewspost.el (news-reply-header-hook):
11524 * info.el (Info-insert-dir):
11525 * emulation/mlconvert.el (backward-word, forward-word, setq):
11526 * emacs-lisp/gulp.el (gulp-send-requests):
11527 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11528 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11529 (byte-optimize-apply, end of file):
11530 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11531 (ad-make-freeze-definition):
11532 * startup.el (command-line, command-line-1): Don't quote lambdas.
11533
11534 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11535 (cvs-cleanup-removed): New function.
11536 (cvs-cleanup-functions): New var.
11537 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11538 some flexibility in specifying additional entries to auto-cleanup.
11539 (cvs-quickdir): New function.
11540 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11541 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11542 (cvs-mode-find-file): Check that we are on a filename or dirname
11543 when invoked through a mouse-click.
11544 (cvs-full-path): Remove.
11545 (cvs-dired-action): Re-introduced.
11546 (cvs-dired-noselect): Use it.
11547 (vc-post-command-functions): use this new hook if available.
11548
11549 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11550 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11551 (cvs-filename-map, cvs-dirname-map): Remove.
11552 (cvs-default-action): Remove.
11553 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11554 if the arg is really a keymap.
11555 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11556 Don't hardcode the mapping from state (aka type) to face, but check
11557 the var cvs-fi-<type>-face instead.
11558 (cvs-fileinfo-from-entries): New function.
11559
11560 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11561 Docstring fix.
11562 (cvs-find-file-and-jump): Change default to be safer.
11563 (cvs-mode-diff-map): Define it as a function as well.
11564 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11565 Bind mouse-2 in this global map rather than with text-properties.
11566
11567 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11568 file to resolve the ambiguity between C(conflict) and C(need-merge).
11569
115702000-06-12 Kenichi Handa <handa@etl.go.jp>
11571
11572 * international/mule.el (set-buffer-file-coding-system): If
11573 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11574 unconditionally.
11575
115762000-06-12 Dave Love <fx@gnu.org>
11577
11578 * wid-edit.el (widget-specify-button): Really suppress the face if
11579 required.
11580
115812000-06-11 Gerd Moellmann <gerd@gnu.org>
11582
11583 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11584
115852000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11586
11587 * imenu.el (imenu-generic-expression): Docstring fix.
11588
11589 * composite.el (composition-function-table): Move the `put'
11590 below the autoload cookie so we can load the file before loaddefs.
11591
11592 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11593
11594 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11595 Handle easy-mmode-define-global-mode.
11596 For complex macros like define-minor-mode that can generate
11597 several autoload entries, try to autoload entries in the
11598 macroexpanded code.
11599
11600 * emacs-lisp/easy-mmode.el (define-minor-mode):
11601 If KEYMAP is a symbol, just use it.
11602 Use byte-compile-current-file and load-file-name to infer the
11603 proper :require to pass to defcustom.
11604 Wrap the hook var into `progn' so as not to autoload it.
11605 Add a :autoload-end cookie.
11606 Be more careful about the evaluation of KEYMAP.
11607 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11608 (define-derived-mode): Move define-abbrev-table outside of defvar.
11609
116102000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11611
11612 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11613 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11614 (backup-compiled-files): Ignore errors during `tar'.
11615 (bootstrap): Make autoloads before elc files.
11616
116172000-06-10 Kenichi Handa <handa@etl.go.jp>
11618
11619 * international/mule.el (set-buffer-file-coding-system): If one of
11620 undecided-XXX is specified, change only EOL conversion.
11621
11622 * international/mule-conf.el (unix): New alias for the coding
11623 system undecided-unix.
11624
116252000-06-09 Dave Love <fx@gnu.org>
11626
11627 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11628
11629 * progmodes/executable.el: Byte compile dynamic.
11630 (executable-insert): Change custom type.
11631 (executable-find): Add autoload cookie.
11632 (executable-make-buffer-file-executable-if-script-p): New
11633 function. After Noah Friedman.
11634
11635 * files.el (after-save-hook): Customize, with
11636 executable-make-buffer-file-executable-if-script-p as an option.
11637
116382000-06-09 Kenichi Handa <handa@etl.go.jp>
11639
11640 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11641 "tib24p-mule.bdf" for Tibetan.
11642
11643 * composite.el (decompose-composite-char): Declare it as obsolete.
11644
11645 * man.el (Man-fontify-manpage): Pay attention to underline and
11646 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11647
116482000-06-08 Gerd Moellmann <gerd@gnu.org>
11649
11650 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11651 Set maintainer to FSF since author isn't reachable.
11652
116532000-06-08 Dave Love <fx@gnu.org>
11654
11655 * international/mule-cmds.el (select-safe-coding-system): If
11656 DEFAULT-CODING-SYSTEM is not specified, also check the most
11657 preferred coding-system if buffer-file-coding-system is
11658 `undecided'. From Handa.
11659
116602000-06-08 Kenichi Handa <handa@etl.go.jp>
11661
11662 * international/mule.el
11663 (after-insert-file-set-buffer-file-coding-system): If the buffer
11664 size is greater than INSERTED, judget that we are not visiting.
11665
116662000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11667
11668 * whitespace.el (defgroup whitespace): Comment out `:version'.
11669 XEmacs 20.4 has problems defining the group with this present.
11670 We'll have this commented out till get resolve the problem.
11671
116722000-06-07 John Wiegley <johnw@gnu.org>
11673
11674 * align.el (align-dq-string-modes, align-sq-string-modes)
11675 (align-open-comment-modes): Add pyhton-mode.
11676 (align-rules-list): Use get-text-property instead of
11677 text-properties-at.
11678 (align-rules-list): Add python-assignment.
11679 (align-rules-list): Change perl-comma-delimiter to
11680 basic-comma-delimiter. Use if for Perl modes and python-mode.
11681 (align-rules-list): Add python-chain-logic and
11682 basic-line-continuation.
11683
116842000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11685
11686 * apropos.el (apropos-mode-hook): New user variable.
11687 (apropos-mode): Run apropos-mode-hook.
11688
116892000-06-07 David Ponce <david@dponce.com>
11690
11691 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11692 commands. Require `wid-edit' at run-time.
11693
116942000-06-07 David Ponce <david@dponce.com>
11695
11696 * recentf.el: Added some "Commentary".
11697 (recentf-open-more-files, recentf-edit-list): Minor changes to
11698 move the point at the top of the file list. This behaviour is
11699 consistent with the menu one when the list contains a lot of
11700 files.
11701 (recentf-cleanup): Now displays the number of items removed from
11702 the list.
11703 (recentf-relative-filter) New menu filter to show filenames
11704 relative to `default-directory'.
11705
117062000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11707
11708 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11709 with/without giving an error if PostScript printer doesn't have this
11710 kind of page size. Zebra Stripe continues or restarts on next page.
11711 Manual/automatic paper feeding. Switch or not the header.
11712 (ps-print-version): New version number (5.2.2).
11713 (ps-windows-system): Include emx as a Windows system.
11714 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11715 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11716 (ps-background-text): Code fix.
11717 (ps-error-handler-message, ps-user-defined-prologue)
11718 (ps-print-prologue-header, ps-printer-name)
11719 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11720 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11721 (ps-use-face-background): Customization fix.
11722 (ps-n-up-database): Data fix.
11723 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11724 (ps-switch-header): New vars.
11725 (ps-xemacs-color-name, ps-face-foreground-name)
11726 (ps-face-background-name, ps-boolean-constant): New funs.
11727
117282000-06-07 Dave Love <fx@gnu.org>
11729
11730 * allout.el: New version from Manheimer.
11731
117322000-06-07 Kenichi Handa <handa@etl.go.jp>
11733
11734 * textmodes/fill.el (fill-find-break-point): Check the validity of
11735 charset.
11736
117372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11738
11739 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11740 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11741 Call display-color-p and display-mouse-p instead of looking at
11742 window-system.
11743
117442000-06-06 Dave Love <fx@gnu.org>
11745
11746 * image.el (find-image): Doc fix. Return nil if image not found.
11747 (put-image, insert-image): Make STRING arg optional.
11748
117492000-06-06 Kenichi Handa <handa@etl.go.jp>
11750
11751 * language/vietnamese.el: Remove eval-when-compile.
11752 (viet-viscii-nonascii-translation-table): Define it as a
11753 translation table made from viet-viscii-decode-table.
11754 (viet-viscii-encode-table): Define it as a translation table made
11755 from the reverse map of above.
11756 (viet-vscii-nonascii-translation-table): Define it as a
11757 translation table made from viet-vscii-decode-table.
11758 (viet-vscii-encode-table): Define it as a translation table made
11759 from the reverse map of above.
11760 (ccl-decode-viscii): Use translate-character.
11761 (ccl-encode-viscii, ccl-encode-viscii-font)
11762 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11763 Likewize.
11764
11765 * language/cyrillic.el: Remove eval-when-compile.
11766 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11767 translation table made from cyrillic-koi8-r-decode-table.
11768 (cyrillic-koi8-r-encode-table): Define it as a translation table
11769 made from the reverse map of above.
11770 (ccl-decode-koi8): Use translate-character.
11771 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11772 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11773 a translation table made from cyrillic-alternativnyj-decode-table.
11774 (cyrillic-alternativnyj-encode-table): Define it as a translation
11775 table made from the reverse map of above.
11776 (ccl-decode-alternativnyj): Use translate-character.
11777 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11778 Likewize
11779
11780 * international/mule-diag.el (non-iso-charset-alist): Specify
11781 translation table symbol instead of translation table itself.
11782 (list-block-of-chars): CHARSET may be a translation table symbol.
11783
11784 * international/mule.el (make-coding-system): If CODING-SYSTEM
11785 already exists, override it.
11786
11787 * international/fontset.el: Use family `proportional' for Tibetan
11788 fonts.
11789
11790 * international/ccl.el (ccl-compile-translate-character): Don't
11791 check if Rrr has property translation-table.
11792 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11793
117942000-06-05 Gerd Moellmann <gerd@gnu.org>
11795
11796 * info.el: Bind case-fold-search to t when searching in case
11797 a user sets it to nil in a hook.
11798
117992000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11800
11801 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11802 * hl-line.el (hl-line-mode): Use the new :global key argument.
11803
11804 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11805 (tar-clip-time-string): Prepend a space.
11806 (tar-grind-file-mode): Construct a string rather than modifying one.
11807 (tar-header-block-summarize): Fix docstring.
11808 Use `format' rather than an error-prone set of copy-loops.
11809
11810 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11811 (diff-goto-source, diff-unified->context, diff-context->unified)
11812 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11813 understand the format output by the `-p' argument to diff.
11814
11815 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11816 (sh-re-done): Use defconst.
11817 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11818 (sh-help-string-for-variable, sh-guess-basic-offset):
11819 Don't quote lambdas.
11820 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11821 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11822
11823 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11824 (mh-letter-mode): Derive from text-mode.
11825 This implicitly means that it now calls kill-all-local-variables.
11826 Also remove the Emacs-18 compatibility code.
11827
11828 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11829 Make use of symbol-property doc-string-elt.
11830 Use memq rather than a sequence of eq.
11831 (doc-string-elt): Fix the wrong or missing previously unused values.
11832 (autoload-print-form): New function extracted from
11833 generate-file-autoloads to allow recursion when handling progn
11834 so that defvar's and defun's docstrings are properly printed.
11835 (generate-file-autoloads): Use it.
11836
11837 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11838 Use find-file-hooks in the minor-mode function.
11839 Be careful not to loop indefinitely in the post-command-hook function.
11840
118412000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11842
11843 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11844 tty's.
11845 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11846 differences whenever appropriate.
11847 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11848 * viper.el (find-file, find-file-other-window): Get viper to do
11849 wildcards.
11850
118512000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11852
11853 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11854 (jit-lock-fontify-buffer): New function for JIT refontification.
11855 (jit-lock-mode): Fix docstring.
11856 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11857 Remove jit-lock-after-change from the _local_ hook.
11858 (jit-lock-function-1): Fix docstring.
11859
11860 * info.el (Info-on-current-buffer): Initialize info.
11861
11862 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11863
11864 * progmodes/tcl.el (tcl-indent-for-comment):
11865 Ignore comment-indent-hook.
11866
11867 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11868 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11869 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11870 and improve to use the lighter to guess the capitalization.
11871 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11872 Add keyword arguments to specify global-ness or the custom group.
11873 Add local-map and help-echo properties to the lighter.
11874 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11875 (easy-mmode-define-global-mode): New macro.
11876
118772000-06-02 Dave Love <fx@gnu.org>
11878
11879 * wid-edit.el: byte-compile-dynamic since we typically don't use
11880 all the widgets. Don't require cl or widget. Remove
11881 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11882 (widget-read-event): Removed. Callers changed to use read-event.
11883 (widget-button-release-event-p): Renamed from
11884 button-release-event-p.
11885 (widget-field-add-space, widget-field-use-before-change):
11886 Uncustomize.
11887 (widget-specify-field): Use keymap property, not local-map.
11888 (widget-specify-button): Obey :suppress-face.
11889 (widget-specify-insert): Use modern backquote syntax.
11890 (widget-image-directory): Renamed from widget-glyph-directory.
11891 (widget-image-enable): Renamed from widget-glyph-enable.
11892 (widget-image-find): Replaces widget-glyph-find.
11893 (widget-button-pressed-face): Move defvar.
11894 (widget-image-insert): Replaces widget-glyph-insert.
11895 (widget-convert): Use keywordp.
11896 (widget-leave-text, widget-children-value-delete): Use mapc.
11897 (widget-keymap): Remove XEmacs stuff.
11898 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11899 (widget-button-click): Don't set point at the click, but re-centre
11900 if we scroll out of window. Rewritten for images v. glyphs &c.
11901 (widget-tabable-at): Use POS arg, not point.
11902 (widget-beginning-of-line, widget-end-of-line)
11903 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11904 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11905 (widget-default-create): Use widget-image-insert; some rewriting.
11906 (widget-visibility-value-create)
11907 (widget-push-button-value-create, widget-toggle-value-create): Use
11908 widget-image-insert.
11909 (checkbox): Create on and off images dynamically.
11910 (documentation-link): Change :help-echo.
11911 (widget-documentation-link-echo-help): Remove.
11912
119132000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11914
11915 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11916
11917 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11918 (easy-mmode-define-toggle, define-minor-mode): Use it.
11919 (easy-mmode-define-keymap): Docstring fix.
11920 (define-derived-mode): Default PARENT to fundamental-mode.
11921 Add the derived-mode-parent symbol-property.
11922 (easy-mmode-derived-mode-p): New function.
11923
119242000-06-02 Dave Love <fx@gnu.org>
11925
11926 * files.el (convert-standard-filename): Doc fix.
11927 (normal-backup-enable-predicate): New function.
11928 (backup-enable-predicate): Use it to replace the lambda form.
11929
11930 * calendar/todo-mode.el: [This needs more work on the outline
11931 stuff.] Doc fixes.
11932 (todo) <defgroup>: Add :version.
11933 (todo-add-category): Don't use pushnew.
11934 (todo-cmd-raise): Fix typo.
11935 (todo-top-priorities): Change temp buffer name.
11936 (todo-category-alist): Avoid redundant lambda.
11937 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11938 Use outline-next-heading.
11939
11940 * autoarg.el: Rewritten to use define-minor-mode.
11941 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11942 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11943
119442000-06-02 Kenichi Handa <handa@etl.go.jp>
11945
11946 * isearch.el (isearch-other-meta-char): Fix previous change.
11947
119482000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11949
11950 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11951 (log-edit-done): Only add the comment to the ring if it's different
11952 from the last comment entered.
11953
11954 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11955
119562000-06-01 Dave Love <fx@gnu.org>
11957
11958 * hl-line.el: Rewritten using define-minor-mode.
11959
11960 * help.el (describe-function-1): Distinguish special form from
11961 builtin function. Sanity-check presence of arglist for builtins.
11962
119632000-06-01 Kenichi Handa <handa@etl.go.jp>
11964
11965 * international/characters.el: Fix syntax/category setting of
11966 Tibetan characters.
11967
11968 * language/tibet-util.el (tibetan-add-components): Fixes for new
11969 encoding of Tibetan characters.
11970 (tibetan-decompose-precomposition-alist): New variable.
11971 (tibetan-decompose-region): Convert precomposed characters to
11972 non-precomposed characters.
11973 (tibetan-decompose-string): Likewise.
11974 (tibetan-composition-function): Fix args to
11975 thibetan-compose-string.
11976
11977 * language/tibetan.el (tibetan-composable-pattern): More
11978 characters included.
11979 (tibetan-consonant-transcription-alist): Rule for "R" added.
11980 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11981 "+R" added.
11982 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11983
11984 * language/lao-util.el (lao-composition-function): Fix args to
11985 compose-string.
11986
11987 * language/thai-util.el (thai-composition-function): Fix args to
11988 compose-string.
11989
11990 * isearch.el (isearch-update): Set disable-point-adjustment to t
11991 to prevent the point moving to the end of a composition when a
11992 part of a composition is searched.
11993 (isearch-other-meta-char): If the key invoking this command can be
11994 mapped by function-key-map to a printing char, call
11995 isearch-process-search-char directly.
11996
119972000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11998
11999 * emacs-lisp/bytecomp.el:
12000 * frame.el:
12001 * international/mule-cmds.el:
12002 * international/mule-util.el:
12003 * international/mule.el:
12004 * mouse.el:
12005 * subr.el:
12006 * faces.el: Update calls to make-obsolete with a WHEN argument.
12007
12008 * byte-run.el (make-obsolete, make-obsolete-variable):
12009 Add an optional WHEN argument and change the format of the
12010 symbol-property information.
12011 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12012 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12013 new obsolete-symbol-property format and print WHEN if it is provided.
12014
120152000-05-31 Dave Love <fx@gnu.org>
12016
12017 * loadhist.el (loadhist-hook-functions): Remove
12018 before-change-function, after-change-function.
12019 (unload-feature): Deal with symbols which are both bound and
12020 fbound.
12021
12022 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12023 before-change-function, after-change-function.
12024
12025 * simple.el (newline): Don't bind before-change-function,
12026 after-change-function.
12027
120282000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12029
12030 * whitespace.el (whitespace-rescan-timer-time): Update interval
12031 set to 600 seconds (10 minutes) instead of 60 seconds since
12032 a large number of whitespace buffers causes emacs to `freeze'
12033 for a considerable amount of time.
12034
12035 * whitespace.el: Updated email address
12036
120372000-05-31 Dave Love <fx@gnu.org>
12038
12039 * add-log.el (change-log-font-lock-keywords) <function>: Add
12040 pattern for function of change.
12041 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12042 acknowledgements patterns.
12043
120442000-05-31 Kenichi Handa <handa@etl.go.jp>
12045
12046 * isearch.el (isearch-printing-char): If keyboard coding system is
12047 being used, call isearch-process-search-multibyte-characters.
12048
12049 * international/isearch-x.el: Mostly rewritten.
12050
12051 * international/quail.el (quail-start-conversion): Don't include
12052 unhandled events in the returned events, but set them in
12053 unread-command-events. Exit if all inputs are deleted.
12054
120552000-05-30 Jason Rumney <jasonr@gnu.org>
12056
12057 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12058
12059 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12060 Reenable code to create initial fontsets.
12061 Use set-fontset-font in place of put-charset-property.
12062
120632000-05-30 Gerd Moellmann <gerd@gnu.org>
12064
12065 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12066 label, ensure that the first colon isn't followed by another.
12067
12068 * paths.el (Info-default-directory-list): Doc fix.
12069
12070 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12071 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12072 send a query containing USER only, not USER@HOST.
12073
12074 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12075 and rmail-msgend to compute the restriction at the end, instead of
12076 computing it.
12077
120782000-05-29 Gerd Moellmann <gerd@gnu.org>
12079
12080 * dabbrev.el (dabbrev-expand): Don't display messages in the
12081 echo area if the minibuffer window is active.
12082
12083 * jit-lock.el (jit-lock-mode): Add after change function to
12084 local hook.
12085
120862000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12087
12088 * antlr-mode.el: New commands: hide/unhide actions,
12089 upcase/downcase literals.
12090 (antlr-tiny-action-length): New user option.
12091 (antlr-hide-actions): New command. Suggested by
12092 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12093 (antlr-mode-map): New binding [C-c C-v].
12094 (antlr-mode-menu): New entries.
12095 (antlr-downcase-literals): New command.
12096 (antlr-upcase-literals): Ditto.
12097
12098 * antlr-mode.el: Minor changes: indendation, mode-name.
12099 (antlr-indent-line): Indent cpp directive at column 0.
12100 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12101
12102 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12103 (antlr-font-lock-additional-keywords): Workaround for intentional
12104 bug in XEmacs version of font-lock.
12105 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12106 be used by a smarter version of `buffers-menu-grouping-function'.
12107
121082000-05-29 Gerd Moellmann <gerd@gnu.org>
12109
12110 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12111 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12112
121132000-05-29 Kenichi Handa <handa@etl.go.jp>
12114
12115 * international/encoded-kb.el
12116 (encoded-kbd-iso2022-designation-map): Pay attention to that
12117 charset-iso-final-char return -1 for eight-bit-control and
12118 eight-bit-graphic.
12119
121202000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12121
12122 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12123 (speedbar-easymenu-definition-base): Use display-graphic-p where
12124 available, instead of window-system.
12125
121262000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12127
12128 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12129 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12130 coding systems.
12131
121322000-05-26 Dave Love <fx@gnu.org>
12133
12134 * disp-table.el (standard-display-underline): Don't use
12135 internal-find-face.
12136
12137 * mail/reporter.el: Maintainer change. Doc fixes.
12138 (reporter-version): Deleted.
12139
12140 * emacs-lisp/elp.el: Maintainer change.
12141 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12142
121432000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12144
12145 * add-log.el (add-change-log-entry): Merge the current entry with the
12146 previous one if the previous one is empty.
12147
121482000-05-26 Dave Love <fx@gnu.org>
12149
12150 * loadhist.el (unload-feature): Fix interactive spec [from
12151 lijnzaad@ebi.ac.uk].
12152
12153 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12154 subr-arity to check primitives.
12155 (byte-compile-flush-pending, byte-compile-file-form-progn)
12156 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12157 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12158 mapcar.
12159
121602000-05-26 Kenichi Handa <handa@etl.go.jp>
12161
12162 * international/fontset.el: Set family names of non-latin charsets
12163 in default fontset to "*".
12164
12165 * international/mule-diag.el (print-fontset): Combine family part
12166 and registry part of the fontname by "-*-" instead of "-".
12167
12168 * international/mule-cmds.el (encode-coding-char): Make strings
12169 multibyte before calling encode-coding-string.
12170
121712000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12172
12173 * derived.el: Fix keywords.
12174 (define-derived-mode): Only define if needed.
12175
12176 * simple.el (fill-comment, comment-column, comment-start)
12177 (comment-start-skip, comment-end, comment-indent-function)
12178 (block-comment-start, block-comment-end, indent-for-comment)
12179 (set-comment-column, kill-comment, comment-padding, comment-region)
12180 (comment-multi-line, indent-new-comment-line): Remove.
12181
12182 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12183 function names for comment operations.
12184
12185 * newcomment.el: Add abundant autoload cookies.
12186 (comment-style): Don't depend on runtime data at compile-time.
12187 (comment-indent-hook): Remove.
12188 (comment-indent): Check if comment-indent-hook is bound.
12189 (comment-region): Docstring fix.
12190
121912000-05-25 Dave Love <fx@gnu.org>
12192
12193 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12194 byte-code-function-p.
12195
12196 * mail/rmailsum.el: Add provide.
12197
12198 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12199
12200 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12201 defcustom.
12202
122032000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12204
12205 * ediff-diff.el (ediff-exec-process): delete --binary option from
12206 non-buffer ediff jobs.
12207
122082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12209
12210 * hilit-chg.el (highlight-changes-mode): Ask about color or
12211 grayscale support, not about window-system.
12212
12213 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12214 window-system.
12215 (ffap-highlight): Always default to t.
12216
12217 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12218 display-popup-menus-p instead of looking at window-system.
12219
12220 * disp-table.el (standard-display-g1, standard-display-graphic):
12221 Only refuse to use string glyphs on X and MS-Windows.
12222
12223 * avoid.el: Remove window-system from commentary, suggest to use
12224 display-*-p instead.
12225
12226 * apropos.el (apropos-print): Use display-mouse-p instead of
12227 window-system.
12228
122292000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12230
12231 * international/codepage.el (cp-decoding-vector-for-codepage):
12232 Fill up unsupported characters with their own codes. From Kenichi
12233 Handa.
12234
122352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12236
12237 * international/mule-diag.el (describe-char-after): Use
12238 display-graphic-p instead of window-system, so that this function
12239 works on MS-DOS.
12240
122412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12242
12243 * international/codepage.el (cp-make-coding-systems-for-codepage):
12244 Remove the eight-bit-graphic and eight-bit-control charsets from
12245 the list of charsets which we convert into `?'.
12246
122472000-05-25 Kenichi Handa <handa@etl.go.jp>
12248
12249 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12250 private charsets.
12251 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12252 japanese-jisx0213-2): New charsets.
12253
12254 * international/fontset.el: Setup default fontset for new charsets.
12255
122562000-05-24 Dave Love <fx@gnu.org>
12257
12258 * info.el (Info-find-node-2): Restructure [following "Vadim
12259 S. Solomin" <sovs@uic.nnov.ru>].
12260
12261 * icomplete.el: Fix header for Finder.
12262
122632000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12264
12265 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12266 STAY.
12267
12268 * rmail.el (rmail-automatic-folder-directives): New user variable.
12269 (rmail-show-message): Add call to `rmail-auto-file' during
12270 display.
12271 (rmail-auto-file): New function.
12272
122732000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12274
12275 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12276 account.
12277 (ediff-test-utility,ediff-diff-mandatory-option)
12278 (ediff-reset-diff-options): Utilities for proper initialization of
12279 ediff-diff-options and ediff-diff3-options on Windows.
12280
12281 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12282 variable.
12283
12284 * ediff-mult.el (ediff-filegroup-action): Use
12285 ediff-merge-filename-prefix.
12286
122872000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12288
12289 * viper-ex.el (ex-write): Set selective display to nil.
12290
122912000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12292
12293 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12294 aliases for hebrew-iso-8bit.
12295
122962000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12297
12298 * woman.el: New version from Francis J. Wright
12299 <F.J.Wright@Maths.QMW.ac.uk>.
12300 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12301 names in environment variables regardless of the path separator.
12302 (woman-topic-all-completions-1): Don't call file-name-directory-p
12303 on all files, since woman-file-regexp already filters out any
12304 directories.
12305
123062000-05-24 Kenichi Handa <handa@etl.go.jp>
12307
12308 * international/quail.el (quail-start-translation): Don't change
12309 modified-p of the current buffer.
12310 (quail-start-conversion): Likewise.
12311
12312 * international/kkc.el (kkc-region): Don't change modified-p of
12313 the current buffer.
12314
12315 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12316 conform to RFC1468.
12317 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12318
123192000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12320
12321 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12322 (speedbar-insert-button): Invisible text property fix.
12323 (speedbar-directory-plus): Renamed from speedbar-directory-+
12324 (speedbar-directory-minus): Renamed from speedbar-directory--
12325 (speedbar-page-plus): Renamed from speedbar-file-+
12326 (speedbar-page-minus): Renamed from speedbar-file--
12327 (speedbar-page): Renamed from speedbar-file-
12328 (speedbar-tag): Renamed from speedbar-tag-
12329 (speedbar-tag-plus): Renamed from speedbar-tag-+
12330 (speedbar-tag-minus): Renamed from speedbar-tag--
12331 (speedbar-expand-image-button-alist): Use above renames.
12332
12333 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12334 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12335 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12336 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12337 * sb-pg.xpm: Renamed from sb-file.xpm
12338 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12339 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12340
123412000-05-24 Kenichi Handa <handa@etl.go.jp>
12342
12343 * international/quail.el (quail-show-guidance-buf): Set
12344 current-input-method of the guidance buffer to the name of the
12345 curren input method.
12346
123472000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12348
12349 * progmodes/compile.el (compile-internal): Style typo.
12350
12351 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12352 quote vars and functions in the docstring.
12353
12354 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12355
12356 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12357 Don't quote lambdas.
12358
12359 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12360
123612000-05-23 Gerd Moellmann <gerd@gnu.org>
12362
12363 * startup.el (command-line): Determine source file of compiled
12364 user init file differently. Warn if compiled user init file
12365 is older than its source file.
12366
12367 * ffap.el (ffap-url-regexp): Add `https'.
12368
123692000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12370
12371 * files.el (make-backup-file-name-1): Replace slashes with `!'
12372 rather than `|' (which is not allowed on Windows). Replace the
12373 drive letters with a string "drive_X".
12374
123752000-05-23 Gerd Moellmann <gerd@gnu.org>
12376
12377 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12378
12379 * files.el (interpreter-mode-alist): Add `bash2'.
12380
123812000-05-22 Dave Love <fx@gnu.org>
12382
12383 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12384 mapc.
12385 (feature-file): Avoid calling symbol-name. Doc fix.
12386 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12387 (loadhist-hook-functions): Add mouse-position-function.
12388 (unload-feature): Change uses of mapcar.
12389
12390 * files.el (parse-colon-path): Doc fix.
12391 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12392 (set-auto-mode): Use mapc.
12393
12394 * complete.el (PC-look-for-include-file): Use :alnum: character
12395 class.
12396 (partial-completion-mode): Add autoload cookie.
12397
123982000-05-22 Sam Steingold <sds@gnu.org>
12399
12400 * info.el (Info-fontify-node): Fixed the call to
12401 `add-text-properties' (bug introduced on 2000-05-18).
12402
124032000-05-22 Dave Love <fx@gnu.org>
12404
12405 * bindings.el: Remove debug-ignored-errors set in other files.
12406
12407 * progmodes/etags.el: Add to debug-ignored-errors.
12408 (visit-tags-table-buffer): Clear out buffers holding old tables
12409 when making a new list.
12410 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12411 mapc.
12412
12413 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12414 quote keywords.
12415 (cmpl-string-case-type): Use character classes.
12416
12417 * comint.el:
12418 * textmodes/ispell.el:
12419 * imenu.el:
12420 * mail/mh-e.el:
12421 * progmodes/compile.el: Add to debug-ignored-errors.
12422
12423 * dabbrev.el: Add to debug-ignored-errors.
12424 (dabbrev-completion): Use mapc.
12425
124262000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12427
12428 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12429 (woman-mapcan, woman-parse-man.conf)
12430 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12431 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12432 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12433 path syntax better.
12434 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12435 (woman-manpath): Call woman-parse-man.conf.
12436 (woman-emulation): New defcustom, defaults to nroff.
12437 (woman-font-support): New defconst.
12438 (woman-use-symbol-font): New defcustom.
12439 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12440 "Emulation".
12441 Many functions: Doc fix.
12442
124432000-05-22 Kenichi Handa <handa@etl.go.jp>
12444
12445 * international/quail.el (quail-simple-translation-keymap): Map
12446 128..255 to quail-self-insert-command.
12447 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12448
124492000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12450
12451 * help.el (help-manyarg-func-alist): Typo.
12452
12453 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12454 intervals which makes it heaps simpler.
12455
12456 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12457 the nested comment markers.
12458
12459 * subr.el (remove-hook): Don't turn the hook's value into a list.
12460
124612000-05-21 Dave Love <fx@gnu.org>
12462
12463 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12464 are invalid characters.
12465
12466 * international/mule-util.el (detect-coding-with-priority): Use
12467 mapc. Remove redundant lambda.
12468
12469 * international/mule-diag.el (list-non-iso-charset-chars)
12470 (describe-fontset): Remove redundant lambda.
12471
12472 * emulation/crisp.el (brief-mode): New alias.
12473
12474 * emacs-lisp/ring.el (ring-elements): New function.
12475
12476 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12477 (easy-menu-do-add-item): Use keywordp.
12478
12479 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12480
12481 * replace.el: Doc and error message fixes.
12482 (replace-highlight): Use facep, not internal-find-face.
12483
124842000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12485
12486 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12487
12488 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12489 (log-edit-insert-changelog): Drop `:' as well.
12490
12491 * log-view.el: Fix file description.
12492 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12493 available.
12494 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12495 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12496
12497 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12498 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12499 Print a status message if the toggle is called interactively.
12500 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12501 for global minor modes and use `defcustom' for them.
12502 Use add-minor-mode.
12503 (easy-mmode-define-derived-mode): Remove.
12504 (define-derived-mode): Fancier default docstring.
12505 (easy-mmode-define-navigation): Signal an error rather than (ding).
12506
12507 * newcomment.el (comment-styles): New `box-multi'.
12508 (comment-normalize-vars): Better default for comment-continue to
12509 avoid whitespace-only continuations.
12510 (comment-search-forward): Always move even in the no-syntax case.
12511 (comment-padright): Only obey N if it's only obeyed for padleft.
12512 (comment-make-extra-lines): Better handling of empty continuations.
12513 Use `=' for the filler if comment-start has only one character.
12514 (uncomment-region): Try handling the special `=' filler.
12515 (comment-region): Allow LINES even if MULTI is nil.
12516 (comment-box): Choose box style based on comment-style.
12517
125182000-05-20 Kenichi Handa <handa@etl.go.jp>
12519
12520 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12521 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12522
125232000-05-20 Kenichi HANDA <handa@etl.go.jp>
12524
12525 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12526 and insert, not subst-char-in-region.
12527
12528 * international/mule-diag.el (list-character-sets-1): Handle
12529 charsets eight-bit-control and eight-bit-graphic.
12530 (list-iso-charset-chars): Likewise.
12531 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12532 charactes as is. Use indent-to to align characters.
12533
12534 * international/mule-cmds.el (find-multibyte-characters): Never
12535 exclude charsets eight-bit-control and eight-bit-graphic.
12536
125372000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12538
12539 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12540 Don't quote lambdas.
12541
12542 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12543
125442000-05-19 Gerd Moellmann <gerd@gnu.org>
12545
12546 * gud.el (gud-jdb-directories): Doc fix.
12547
125482000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12549
12550 * newcomment.el: New file.
12551
125522000-05-19 Gerd Moellmann <gerd@gnu.org>
12553
12554 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12555
125562000-05-18 Andreas Schwab <schwab@suse.de>
12557
12558 * dired.el (dired-between-files): Also skip lines beginning with
12559 `used'.
12560
125612000-05-18 Gerd Moellmann <gerd@gnu.org>
12562
12563 * msb.el (msb-menu-cond): Add choice `user'.
12564
125652000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12566
12567 * ps-print.el: Compatibility, customization and doc fix.
12568 (ps-printer-name-option): Replace defconst by defvar.
12569 (ps-postscript-code-directory): XEmacs compatibility.
12570 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12571 fix.
12572 (ps-user-defined-prologue, ps-print-prologue-header)
12573 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12574 compatibility and code fix.
12575 (ps-print-background-image, ps-print-background-text):
12576 Customization fix.
12577 (ps-line-number-start, ps-n-up-on): New vars.
12578
125792000-05-18 Espen Skoglund <esk@ira.uka.de>
12580
12581 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12582 the indent-comment function to just return the appropriate indent.
12583
125842000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12585
12586 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12587 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12588 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12589
125902000-05-18 Dave Love <fx@gnu.org>
12591
12592 * info.el (Info-fontify-node): Add intangible property as well as
12593 invisible.
12594
12595 * calendar/appt.el (appt-make-list): Match all lines of entry.
12596 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12597
125982000-05-18 Kenichi Handa <handa@etl.go.jp>
12599
12600 * international/mule-diag.el (describe-char-after): Call
12601 internal-char-font, not char-font. If internal-char-font returns
12602 nil, display "-- none --".
12603
126042000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12605
12606 * image.el (image-type-available-p): Don't reference image-types
12607 if it isn't bound.
12608
126092000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12610
12611 * autoarg.el (autoarg-mode): Typo in the :set argument.
12612
126132000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12614
12615 * startup.el (command-line-1): Don't signal an error if the
12616 directory for auto-save-list files does not yet exist.
12617
126182000-05-17 Kenichi Handa <handa@etl.go.jp>
12619
12620 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12621
126222000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12623
12624 * subr.el (remove-hook): `setq' hook-value, not `set'.
12625
126262000-05-16 Sam Steingold <sds@gnu.org>
12627
12628 * info.el (debug-ignored-errors): More errors to ignore.
12629
126302000-05-16 Dave Love <fx@gnu.org>
12631
12632 * cus-edit.el: Don't require cl or easymenu.
12633 (custom-variable-prompt): Test standard-value property, not
12634 user-variable-p.
12635
126362000-05-16 Sam Steingold <sds@gnu.org>
12637
12638 * subr.el (add-hook): `setq' hook-value, not `set'.
12639
126402000-05-16 Gerd Moellmann <gerd@gnu.org>
12641
12642 * startup.el (command-line-1): Mention the FAQ in the startup
12643 message.
12644
12645 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12646
12647 * progmodes/compile.el (compilation-parse-errors): Collect
12648 `nomessage' regexps last.
12649
12650 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12651
12652 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12653 to the function name.
12654
126552000-05-15 Dave Love <fx@gnu.org>
12656
12657 * speedbar.el (speedbar-recenter): Typo.
12658 (speedbar-expand-line): Make arg optional.
12659 (speedbar-mode): Avoid a compiler warning.
12660
126612000-05-15 Gerd Moellmann <gerd@gnu.org>
12662
12663 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12664 user-specified option string is empty.
12665
12666 * mouse.el (mouse-yank-at-click): Doc fix.
12667
126682000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12669
12670 * term/internal.el (IT-character-translations): More updates of
12671 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12672 documents.
12673
126742000-05-15 Gerd Moellmann <gerd@gnu.org>
12675
12676 * env.el (getenv): New function, interactively callable.
12677 (setenv, getenv): Remove autoload cookies.
12678
12679 * loadup.el: Load `env'.
12680
12681 * progmodes/f90.el: Change author's mail address.
12682
126832000-05-14 Dave Love <fx@gnu.org>
12684
12685 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12686 goto-addr as an option.
12687
12688 * help.el (help-xref-stack): Doc fix.
12689 (help-xref-following): New variable.
12690 (help-make-xrefs): Use it.
12691 (help-xref-go-back): Use position information from stack element.
12692 (help-follow): Make position in stack element a pair. Use
12693 help-xref-following.
12694
12695 * autoarg.el: New file.
12696
12697 * faces.el: Declare more functions obsolete.
12698
12699 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12700 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12701 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12702 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12703 Remove all the setup-...-environment functions.
12704
127052000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12706
12707 * speedbar.el: Updated the commentary section. xemacs20p now uses
12708 >= when detecting. Require `defimage' safely.
12709 (speedbar-easymenu-definition-base): Add toggle for images.
12710 (speedbar-easymenu-definition-special): Add flush cache & expand.
12711 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12712 (speedbar-reconfigure-keymaps-hook): New variable.
12713 (speedbar-frame-parameters): Updated documentation.
12714 (speedbar-use-imenu-flag): Updated custom tag
12715 (speedbar-dynamic-tags-function-list): New variable.
12716 (speedbar-tag-hierarchy-method): Updated doc & custom.
12717 (speedbar-indentation-width, speedbar-indentation-width) New
12718 variables.
12719 (speedbar-hide-button-brackets-flag): Customizable.
12720 (speedbar-vc-indicator): Doc update.
12721 (speedbar-ignored-path-expressions): Updated default value.
12722 (speedbar-supported-extension-expressions): Updated default value.
12723 (speedbar-syntax-table): Remove {} paren status.
12724 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12725 as "+". Added overlay aliases.
12726 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12727 `force-mode-line-update'.
12728 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12729 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12730 `mouse-set-point'
12731 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12732 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12733 of arbitrary text, and new helper functions.
12734 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12735 filename finder.
12736 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12737 (speedbar-directory-buttons): Update path search/expansion.
12738 (speedbar-make-tag-line): Pay attention to
12739 `speedbar-indentation-width'. Use more care w/ invisible
12740 properties.
12741 (speedbar-change-expand-button-char): Call
12742 `speedbar-insert-image-button-maybe'.
12743 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12744 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12745 (speedbar-trim-words-tag-hierarchy)
12746 (speedbar-simple-group-tag-hierarchy): New functions
12747 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12748 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12749 functions.
12750 (speedbar-mouse-set-point): New function
12751 (speedbar-power-click): Updated documentation.
12752 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12753 of tag prefix text.
12754 (speedbar-expand-line, speedbar-contract-line): Make more robust
12755 to strange text.
12756 (speedbar-expand-line): Takes universal argument to flush the
12757 cache.
12758 (speedbar-flush-expand-line): New function.
12759 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12760 Use new generator insertion method.
12761 (speedbar-fetch-dynamic-tags): New function.
12762 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12763 `speedbar-fetch-dynamic-imenu'.
12764 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12765 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12766 "Revert Buffer" menu items.
12767 (speedbar-buffer-buttons-engine): Be smarter when creating a
12768 filename tag (for expansion purposes.).
12769 (speedbar-highlight-one-tag-line,
12770 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12771 (speedbar-recenter): New functions.
12772 (defimage-speedbar): Image loading abstraction.
12773 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12774 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12775 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12776 (speedbar-tag-type, speedbar-tag-mail): New images.
12777 (speedbar-expand-image-button-alist): New variable.
12778 (speedbar-insert-image-button-maybe): Insert an image over some
12779 buttons.
12780
127812000-05-13 Kenichi Handa <handa@etl.go.jp>
12782
12783 * international/mule-cmds.el (encode-coding-char): An ASCII
12784 character is always encodable.
12785
12786 * international/mule-conf.el: Add more information in descriptions
12787 of character sets.
12788
12789 * international/mule-diag.el (describe-char-after): New function.
12790 (describe-font-internal): Adjusted for the change of font-info.
12791 (describe-font): Likewise.
12792 (print-fontset): Rewritten for the new fontset implementation.
12793 (describe-fontset): Include fontset alias names in completion.
12794 (list-fontsets): Adjusted for the change of print-fontset.
12795
12796 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12797 describe-char-after instead of displaying the detail in the echo
12798 area.
12799 (syntax-code-table): Format changed.
12800 (string-to-syntax): Adjusted for the above change.
12801
128022000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12803
12804 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12805
128062000-05-12 Dave Love <fx@gnu.org>
12807
12808 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12809 dependence. Use line-{beginning,end}-position, not
12810 point-at{b,e}ol. Some doc fixes.
12811 (todo-position): New function. Fix callers of position to use it.
12812 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12813
128142000-05-12 Gerd Moellmann <gerd@gnu.org>
12815
12816 * time.el (display-time-mail-icon): Use `:ascent center'.
12817
12818 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12819 handling FTP security extensions.
12820
128212000-05-11 Dave Love <fx@gnu.org>
12822
12823 * calendar/todo-mode.el: New file.
12824
128252000-05-11 Gerd Moellmann <gerd@gnu.org>
12826
12827 * comint.el (comint-read-input-ring): Move reference to
12828 comint-input-ring-size outside of the save-excursion. It was
12829 causing the default value to be the only one ever seen.
12830
12831 * font-lock.el: Update copyright. Remove Simon Marshall's email
12832 address on request from him.
12833
12834 * subr.el (substitute-key-definition): Add comment describing
12835 the meaning of PREFIX.
12836
128372000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12838
12839 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12840
12841 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12842 (add-minor-mode): Don't make the variable buffer-local and add a
12843 reference to define-minor-mode in the docstring.
12844
12845 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12846 HEADER/FOOTER and fix bug with trailing empty directory.
12847 (cvs-append-to-ignore): Use vc-editable-p if available.
12848 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12849 (vc-do-command): Tweak advice to handle the new VC.
12850
12851 * log-view.el (log-view-goto-rev): New function for the new VC.
12852 (log-view-minor-wrap): Use mark-active.
12853
12854 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12855 (log-edit-changelog-full-paragraphs): New var.
12856 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12857 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12858 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12859 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12860 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12861 Replace the `cvs' prefix with `log-edit'.
12862
12863 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12864
12865 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12866 (diff-font-lock-defaults): Explicitly turn off multiline.
12867 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12868 (diff-ediff-patch): Fix call to ediff-patch-file.
12869 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12870 Handle comments.
12871
12872 * frame.el (automatic-hscrolling): Typo.
12873
12874 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12875
128762000-05-09 Sam Steingold <sds@goems.com>
12877
12878 * apropos.el (apropos-print): use `describe-face' instead of
12879 `customize-face-other-window'.
12880
128812000-05-09 Dave Love <fx@gnu.org>
12882
12883 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12884
12885 * help.el (describe-variable): Have customize button pop the
12886 help-xref stack when invoked.
12887 (help-xref-symbol-regexp): Add `face'.
12888 (help-make-xrefs): Check for quoted face names and adapt regexp
12889 submatch numbers to cope.
12890 (help-xref-interned): Maybe insert face doc too. Separate
12891 sections with a line of hyphens.
12892
12893 * faces.el: Some doc fixes. Declare some functions obsolete.
12894 (describe-face): Add customize button. Return the help
12895 text. Fix prompt.
12896
128972000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12898
12899 * term/internal.el (IT-character-translations): Fix last change.
12900
129012000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12902
12903 * woman.el: New file
12904 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12905
129062000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12907
12908 * term/internal.el (IT-character-translations): Update ASCII
12909 simulations for greek-iso8859-7, add latin-iso8859-14 and
12910 latin-iso8859-15.
12911
12912 * international/mule-cmds.el (set-language-info-alist): Call
12913 define-prefix-command with 3 arguments, to make the map suitable
12914 for a menu.
12915
129162000-05-07 Dave Love <fx@gnu.org>
12917
12918 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12919
129202000-05-05 Dave Love <fx@gnu.org>
12921
12922 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12923 list in doc string. Don't quote keyword symbols.
12924 * emacs-lisp/cl.el: Likewise
12925 * emacs-lisp/cl-seq.el: Likewise
12926
129272000-05-05 Gerd Moellmann <gerd@gnu.org>
12928
12929 * abbrev.el (abbrev-mode): Make ARG optional.
12930
129312000-05-04 Gerd Moellmann <gerd@gnu.org>
12932
12933 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12934
12935 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12936
12937 * subr.el (substitute-key-definition): Clarify documentation.
12938
129392000-05-04 Milan Zamazal <pdm@freesoft.cz>
12940
12941 * glasses.el (glasses-convert-to-unreadable): Use
12942 `glasses-separator' instead of the hard-wired "_".
12943 (glasses-mode): Call `glasses-make-unreadable' only in a single
12944 place.
12945
129462000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12947
12948 * term/internal.el (cjk-codepages-alist): Add associations for
12949 Chinese and Korean codepages. Remove FIXME comment.
12950
129512000-05-03 Dave Love <fx@gnu.org>
12952
12953 * time.el (display-time-mail-face, display-time-use-mail-icon):
12954 New option.
12955 (display-time-mail-icon): New variable.
12956 (display-time-string-forms): Use the above. Fix the local-map.
12957
129582000-05-03 Gerd Moellmann <gerd@gnu.org>
12959
12960 * replace.el (query-replace-map): Add binding for `E'.
12961 (query-replace-help): Extend help text.
12962 (perform-replace): Allow editing the replacement string.
12963
12964 * make-mode.el (makefile-mode-abbrev-table): New variable.
12965 (makefile-mode): Set local abbrev table to
12966 makefile-mode-abbrev-table.
12967 (makefile-font-lock-keywords): Fontify includes and conditionals.
12968
12969 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12970 set TOGGLE's value.
12971
12972 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12973 mail-interactive-insert-alias.
12974 (mail-abbrev-complete-alias): New command.
12975 (mail-mode-map): Bind it to `M-TAB'.
12976
129772000-05-03 Kenichi Handa <handa@etl.go.jp>
12978
12979 * language/lao-util.el (lao-compose-region): New function.
12980
129812000-05-02 Gerd Moellmann <gerd@gnu.org>
12982
12983 * files.el (recover-session): Make directories as necessary
12984 if they don't exist yet.
12985
12986 * calendar/cal-french.el
12987 (french-calendar-multibyte-special-days-array)
12988 (french-calendar-special-days-array): Change French text.
12989 (calendar-french-date-string): Change output.
12990 (calendar-goto-french-date): Likewise.
12991
129922000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12993
12994 * wid-edit.el (widget-default-active): Obey `:always-active'.
12995 (widget-documentation-string-value-create): Set `:always-active'.
12996
129972000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12998
12999 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13000 default prefix to `~/_emacs.d/auto-save.list/_s'.
13001 (normal-top-level): Create the directory for auto-save files, if
13002 it doesn't already exist (in the ms-dos case only).
13003
130042000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13005
13006 * international/mule-cmds.el (set-language-environment): Don't
13007 concat an integer (dos-codepage), use format instead.
13008
130092000-05-02 Dave Love <fx@gnu.org>
13010
13011 * help.el (help-xref-on-pp): Check for constant symbols.
13012
130132000-04-29 Gerd Moellmann <gerd@gnu.org>
13014
13015 * startup.el (normal-top-level): Put a condition-case around
13016 the code loading subdirs.el.
13017
130182000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13019
13020 * ps-print.el: Upside-down and face background color printing,
13021 line number step, doc fix.
13022 (ps-print-version): New version number (5.2).
13023 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13024 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13025 (ps-spool-config): Var fix.
13026 (ps-printer-name-option): Const fix.
13027 (ps-print-upside-down, ps-use-face-background)
13028 (ps-line-number-step): New vars.
13029 (ps-window-system, ps-lp-system): New consts.
13030 (ps-face-background): New fun.
13031
130322000-04-28 Richard Stallman <rms@gnu.org>
13033
13034 * files.el (make-auto-save-file-name):
13035 Apply auto-save-file-name-transforms to visited file name
13036 before generating auto save file name.
13037 (auto-save-file-name-transforms): New variable.
13038
13039 * files.el (backup-enable-predicate):
13040 Correctly test for a file under a temporary directory.
13041
130422000-04-28 Gerd Moellmann <gerd@gnu.org>
13043
13044 * subr.el (add-minor-mode): Rewritten.
13045
130462000-04-28 Kenichi Handa <handa@etl.go.jp>
13047
13048 * mail/sendmail.el (sendmail-send-it): Set
13049 buffer-file-coding-system to the selected coding system for MIME
13050 header.
13051
130522000-04-27 Gerd Moellmann <gerd@gnu.org>
13053
13054 * dired.el (dired-move-to-filename-regexp): Allow format where
13055 YYYY is followed by two spaces.
13056
13057 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13058 in the second character class of the regexp.
13059
13060 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13061 mh-etc, too.
13062
13063 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13064 nil.
13065
13066 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13067
13068 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13069 argument.
13070
130712000-04-27 Sen Nagata <sen@eccosys.com>
13072
13073 * emacs-lisp/crm.el (crm-completion-table): New variable.
13074 (crm-collection-fn, crm-test-completion)
13075 (completing-read-multiple): Use it.
13076
130772000-04-27 Dave Love <fx@gnu.org>
13078
13079 * help.el (locate-library): Use mapc.
13080 (help-manyarg-func-alist): Add call-process-region.
13081
130822000-04-26 Gerd Moellmann <gerd@gnu.org>
13083
13084 * subr.el (add-minor-mode): Make argument MAP optional.
13085
13086 * desktop.el (desktop-save): Save list of minor modes.
13087 (desktop-create-buffer): Restore minor modes.
13088 (desktop-minor-mode-table): New user-option.
13089
13090 * subr.el (add-minor-mode): New function.
13091
13092 * image.el (find-image): New function.
13093 (defimage): Rewritten to find image at load time.
13094
13095 * startup.el (normal-top-level-add-to-load-path): Handle
13096 case that the default directory is not in load-path.
13097
13098 * help.el: Old patch from Stefan Monnier.
13099 (help-xref-on-pp): New function.
13100 (describe-variable): Use it to display xrefs in a symbol's value.
13101
131022000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13103
13104 * cus-edit.el (custom-face): Fix parenthesis.
13105
131062000-04-26 Kenichi Handa <handa@etl.go.jp>
13107
13108 * mail/rmail.el (rmail-expunge): When there are no deleted
13109 messages, do nothing.
13110
131112000-04-26 Dave Love <fx@gnu.org>
13112
13113 * international/mule-cmds.el (locale-translation-file-name):
13114 Defvar to nil.
13115 (set-locale-environment): Set it here (at runtime).
13116
131172000-04-25 Gerd Moellmann <gerd@gnu.org>
13118
13119 * replace.el (perform-replace): Add parameters START and END. Use
13120 them instead of the check for a region in Transient Mark mode.
13121 (query-replace-read-args): Return two more list elements for the
13122 start and end of the region in Transient Mark mode.
13123 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13124 (map-query-replace-regexp, replace-string, replace-regexp): Add
13125 optional last arguments START and END and pass them to
13126 perform-replace.
13127
13128 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13129 form with additional arguments for perform-replace.
13130
13131 * progmodes/etags.el (tags-query-replace): Add parameters START
13132 and END. Construct a form with additional arguments for
13133 perform-replace.
13134
13135 * simple.el (shell-command): Set default directory for "*Shell
13136 Command Output" buffer.
13137
13138 * language/european.el (iso-latin-4): Fix typo.
13139
13140 * emacs-lisp/crm.el: New file.
13141
131422000-04-24 Dave Love <fx@gnu.org>
13143
13144 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13145 (Custom-reset-saved, Custom-reset-standard)
13146 (custom-group-value-create, custom-group-set, custom-group-save)
13147 (custom-group-reset-current, custom-group-reset-saved)
13148 (custom-group-reset-standard): Use mapc.
13149 (custom-buffer-create-internal): Disable undo when creating items.
13150 Use mapc.
13151 (custom-face): Avoid redundant lambda.
13152
131532000-04-24 Gerd Moellmann <gerd@gnu.org>
13154
13155 * startup.el (auto-save-list-file-prefix): Set default to
13156 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13157
131582000-04-24 Sam Steingold <sds@gnu.org>
13159
13160 * time-stamp.el (time-stamp-string-preprocess): Always convert
13161 `field-result' to a string.
13162
131632000-04-24 Gerd Moellmann <gerd@gnu.org>
13164
13165 * frame.el (scrolling): New group.
13166 (automatic-hscrolling): New user-option.
13167
13168 * startup.el (command-line-x-option-alist): Add `-lsp' and
13169 `--line-spacing'.
13170
131712000-04-19 Dave Love <fx@gnu.org>
13172
13173 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13174 (cl-mapc): Rename from mapc. Fix the funcall.
13175
131762000-04-19 Gerd Moellmann <gerd@gnu.org>
13177
13178 * simple.el (clone-indirect-buffer-other-window): New command.
13179 (clone-indirect-buffer): Add optional arg NORECROD.
13180 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13181
13182 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13183
13184 * window.el (count-screen-lines): New function.
13185 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13186 instead of window-buffer-height.
13187
13188 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13189 non-existing variable comint-input-sentinel.
13190 (inferior-lisp-args-to-list): Removed.
13191 (inferior-lisp): Use split-string instead of
13192 inferior-lisp-args-to-list.
13193
13194 * hexl.el (hexl-insert-hex-string): New command.
13195
13196 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13197 instead of concat.
13198
131992000-04-18 Gerd Moellmann <gerd@gnu.org>
13200
13201 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13202 at the start of an existing but empty folder.
13203
132042000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13205
13206 * ps-mule.el: Customization fix, doc fix.
13207 (ps-multibyte-buffer): Customization fix.
13208
132092000-04-17 Richard M. Stallman <rms@gnu.org>
13210
13211 * subr.el (read-passwd): Use read-char-exclusive.
13212
132132000-04-17 Gerd Moellmann <gerd@gnu.org>
13214
13215 * textmodes/texinfo.el (texinfo-insert-@email)
13216 (texinfo-insert-@emph, texinfo-insert-@quotation)
13217 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13218 (texinfo-mode-map): Add key bindings for them.
13219
13220 * files.el (basic-save-buffer-2): Use a template with `$'
13221 instead of `#' for VMS.
13222
13223 * simple.el (clone-indirect-buffer): New function.
13224
132252000-04-16 Stephen Eglen <stephen@gnu.org>
13226
13227 * iswitchb.el (iswitchb-case): New function. If the user input
13228 contains any upper-case characters, the search is made
13229 case-sensitive.
13230
132312000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13232
13233 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13234 comment-end.
13235 (texinfo-font-lock-syntactic-keywords): New var.
13236 (texinfo-font-lock-keywords): Remove comment regexp.
13237 (texinfo-insert-block): New function.
13238 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13239 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13240 and font-lock-defaults. Use regexp-opt for outline-regexp.
13241 (texinfo-environments): New var.
13242 (texinfo-environment-regexp): Use regexp-opt and
13243 texinfo-environments.
13244
13245 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13246 ispell-process is bound since this might be eval'd before ispell
13247 is loaded.
13248 (ispell-message): Use a tiny bit less magic and a bit more hard
13249 data to figure out what kind of sc-cite-regexp to use.
13250
13251 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13252
13253 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13254 (insert-cyclic-diary-entry): Unquote the lambda.
13255
13256 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13257
13258 * files.el (backup-enable-predicate): Unquote the lambda.
13259
13260 * cus-edit.el (custom-face, face): Unquote the lambda.
13261
132622000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13263
13264 * ps-print.el: Check for line-beginning-position definition.
13265
13266 * ps-print.el: Fix counting lines in a region.
13267 (ps-print-version): New version number (5.1.5).
13268 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13269 (ps-printing-region): Fun code fix.
13270
132712000-04-15 Gerd Moellmann <gerd@gnu.org>
13272
13273 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13274 to file-directory-p.
13275
132762000-04-14 Gerd Moellmann <gerd@gnu.org>
13277
13278 * gud.el (gud-jdb-build-source-files-list): Check that directory
13279 exists before calling directory-files.
13280
132812000-04-13 Dave Love <fx@gnu.org>
13282
13283 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13284 syntax.
13285
13286 * emacs-lisp/cl-specs.el: Remove when, unless.
13287
13288 * emacs-lisp/cl-extra.el: Don't quote keywords.
13289 (cl-old-mapc): New variable.
13290 (mapc): Use it.
13291 (cl-map-intervals): Use with-current-buffer. Don't check for
13292 next-property-change.
13293 (cl-map-overlays): Use with-current-buffer.
13294 (cl-expt): Remove.
13295 (copy-tree, remprop): Define unconditionally.
13296
13297 * emacs-lisp/cl-compat.el (keywordp): Remove.
13298
13299 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13300 to use keywordp.
13301 (edebug-spec): Enable keywordp.
13302
13303 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13304 string-lessp.
13305
13306 * cus-start.el: Use keywordp.
13307
133082000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13309
13310 * diary-lib.el (include-other-diary-files): Fix the fix of
13311 2000-02-18 by doing a save-excursion.
13312
133132000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13314
13315 * ps-print.el: Customization fix, doc fix.
13316 (ps-print-version): New version number (5.1.4).
13317 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13318 (ps-print-preprint): Adjust code.
13319 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13320 (ps-print-prologue-header, ps-print-control-characters)
13321 (ps-spool-config): Customization fix.
13322
133232000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13324
13325 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13326 converted to the new menu-item format, names silightly changed,
13327 help strings added.
13328
13329 Support for spelling without async subprocesses:
13330
13331 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13332 (ispell-session-buffer): New variables.
13333 (ispell-start-process, ispell-process-status,
13334 ispell-accept-output, ispell-send-string): New functions, for
13335 Ispell invocation when async subprocesses aren't supported.
13336 (ispell-word, ispell-pdict-save, ispell-command-loop,
13337 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13338 to process-send-string with calls to ispell-send-string, and
13339 accept-process-output with ispell-accept-output.
13340 (ispell-init-process): Call ispell-process-status instead of
13341 process-status with.
13342 (ispell-init-process): Call ispell-start-process. Call
13343 ispell-accept-output and ispell-send-string. Don't call
13344 process-kill-without-query and kill-process if they are unbound.
13345 (ispell-async-processp): New function.
13346
133472000-04-12 Dave Love <fx@gnu.org>
13348
13349 * info.el: Add debug-ignored-errors.
13350 (Info-mode-menu): Add some items.
13351 (Info-directory): Add autoload cookie.
13352
13353 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13354 Modify `truncate-lines'. Make `describe-language-environment'
13355 always visible and add help. Modify `describe-key' help. Invoke
13356 Info-directory from `info'. New entry `emacs-manual'.
13357
133582000-04-10 Gerd Moellmann <gerd@gnu.org>
13359
13360 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13361 propertized-buffer-identification.
13362 (ebrowse-update-member-buffer-mode-line): Likewise.
13363 (ebrowse--mode-strings): Removed.
13364 (ebrowse--mode-line-props): Removed.
13365
13366 * files.el (auto-mode-alist): Add `EBROWSE'.
13367
13368 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13369 space before testing for end of buffer.
13370 (ebrowse-load): Removed.
13371 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13372 (ebrowse-create-tree-buffer): Rewritten.
13373 (ebrowse-tree-mode): Read tree from buffer.
13374
13375 * progmodes/ebrowse-ffh.el: Removed.
13376
133772000-04-10 Kenichi Handa <handa@etl.go.jp>
13378
13379 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13380
133812000-04-10 Gerd Moellmann <gerd@gnu.org>
13382
13383 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13384 at the wrong place.
13385
133862000-04-09 Dave Love <fx@gnu.org>
13387
13388 * files.el (backup-enable-predicate): Use
13389 temporary-file-directory, small-temporary-file-directory.
13390 (make-backup-file-name-function, backup-directory-alist): New
13391 variables.
13392 (make-backup-file-name-1): New function.
13393 (make-backup-file-name): Use it.
13394 (find-backup-file-name): Likewise. Use format for clarity, not
13395 concat.
13396 (file-newest-backup): Use make-backup-file-name.
13397
133982000-04-09 Gerd Moellmann <gerd@gnu.org>
13399
13400 * progmodes/ebrowse-ffh.el: New file.
13401
13402 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13403 to ebrowse-ffh.el.
13404 (ebrowse-load): Add autoload.
13405
13406 * finder.el (finder-commentary): Add autoload cookie.
13407
13408 * mail/rfc2368.el: Correct author's email address.
13409
13410 * progmodes/ebrowse.el: New file.
13411
13412 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13413 item help string.
13414 (easy-menu-do-add-item): Ditto.
13415 (easy-menu-define): Extend doc string.
13416
13417 * jit-lock.el (with-buffer-unmodified): Use
13418 restore-buffer-modified-p.
13419 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13420 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13421 with-buffer-unmodified.
13422
134232000-04-08 Dave Love <fx@gnu.org>
13424
13425 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13426 unless, when.
13427
134282000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13429
13430 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13431 (viper-flash-search-pattern): No operation when using Emacs
13432 doesn't support face.
13433 Use `viper-put-on-search-overlay'.
13434
134352000-04-04 Gerd Moellmann <gerd@gnu.org>
13436
13437 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13438 like C-r.
13439
13440 * progmodes/make-mode.el: Some doc fixes.
13441 (makefile-mode-abbrev-table): New variable.
13442 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13443 (makefile-font-lock-keywords): Fontify includes and conditionals.
13444 (toplevel): Require `dabbrev' and `add-log' when compiling.
13445
13446 * replace.el (perform-replace): Don't move forward one char
13447 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13448 to do that because it leaves point 1 position after the last
13449 replacement, after everything has been replaced.
13450
13451 * jit-lock.el (with-buffer-unmodified): New macro.
13452 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13453 modified state.
13454 (jit-lock-function-1): Extracted from jit-lock-function; not
13455 preserving buffer's modified state.
13456 (jit-lock-function, jit-lock-stealth-fontify): Call
13457 jit-lock-function-1.
13458
13459 * mail/rfc2368.el: Remove supernumerary copyright line.
13460
134612000-04-04 Milan Zamazal <pdm@freesoft.cz>
13462
13463 * glasses.el: Provide facilities for inserting space before left
13464 parentheses and uncapitalization of identifiers.
13465 (glasses-mode): Try to remove old overlays in all cases.
13466
134672000-04-03 Gerd Moellmann <gerd@gnu.org>
13468
13469 * progmodes/compile.el (compile-internal): Display the compilation
13470 buffer in a different frame, if it's already displayed there.
13471
13472 * mail/rfc2368.el: New file.
13473
13474 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13475 header and insert its value as mail body.
13476
13477 * subr.el (member-ignore-case): New function.
13478
13479 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13480 (dabbrev--find-expansion): Ignore buffers matching a regexp
13481 from dabbrev-ignored-regexps.
13482
13483 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13484 to extensions handled by gzip.
13485
134862000-04-03 Richard M. Stallman <rms@gnu.org>
13487
13488 * files.el (insert-directory): List the total free space
13489 along with the used space.
13490
13491 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13492 line is followed by one that matches CITATION-REGEXP, end the
13493 paragraph.
13494
134952000-04-03 Markus Rost <rost@delysid.gnu.org>
13496
13497 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13498 (rmail-make-basic-summary-line): Use that option.
13499
135002000-04-03 Kenichi Handa <handa@etl.go.jp>
13501
13502 * international/mule-cmds.el (encoded-string-description):
13503 Rewritten. Try pretty description for ISO 2022 escape sequences
13504 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13505 for hexadecimal format.
13506
135072000-04-01 Dave Love <fx@gnu.org>
13508
13509 * cpp.el: Change customization group to `c' from `C'.
13510
13511 * vcursor.el (vcursor-move): Use display-color-p.
13512
13513 * international/mule-util.el: Provide mule-utils.
13514 (string-to-sequence): Simplify and speed up.
13515
13516 * international/mule.el (make-coding-system): Purecopy doc-string.
13517
13518 * international/mule-cmds.el: Various menu changes.
13519 (describe-specified-language-support): Handle `Default'.
13520 (set-language-info): Purecopy `info'.
13521
135222000-03-31 Andrew Innes <andrewi@gnu.org>
13523
13524 * vc.el (vc-backend-diff): Return the correct status if we had to
13525 retry the rcsdiff command without the --brief option.
13526
135272000-03-31 Dave Love <fx@gnu.org>
13528
13529 * help.el (help-manyarg-func-alist): Correct several omissions.
13530
13531 * add-log.el: Don't require cl, fortran.
13532 (add-log-current-defun-function): Doc fix.
13533 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13534 fix.
13535 (change-log-version-rcs): Function deleted.
13536 (change-log-version-number-search): Doc fix. Use
13537 vc-workfile-version. Avoid CL dolist.
13538 (add-change-log-entry): Just call add-log-current-defun to get
13539 defun. Simplify somewhat.
13540 (change-log-get-method-definition-1): Likewise.
13541 (add-log-current-defun): Return nil if calling
13542 add-log-current-defun-function does so. Move Fortran stuff to
13543 fortran.el. Return string without properties.
13544
13545 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13546 and :alpha: char classes.
13547
13548 * mail/supercite.el: Defvar curline when compiling.
13549 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13550 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13551 rather than a-zA-Z0-9 to allow non-ASCII characters.
13552
135532000-03-31 Gerd Moellmann <gerd@gnu.org>
13554
13555 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13556
13557 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13558 Re-enable new code.
13559
13560 * lpr.el (print-region-1): Use -d to specify printer name for
13561 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13562
135632000-03-31 Dave Love <fx@gnu.org>
13564
13565 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13566 for function definition in symbol's function value slot first
13567 instead of first consulting byte-compile-function-environment.
13568
135692000-03-31 Kenichi Handa <handa@etl.go.jp>
13570
13571 * language/european.el ("Polish"): New language environment.
13572 (setup-polish-environment): New function.
13573
135742000-03-30 Gerd Moellmann <gerd@gnu.org>
13575
13576 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13577 Disable new code.
13578
13579 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13580 trying to `load' the symbol of an autoload instead of the file
13581 recorded in the autoload. Fix error messages.
13582
135832000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13584
13585 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13586 (ps-print-version): New version number (5.1.3).
13587 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13588 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13589 (ps-generate-postscript-with-faces): Code fix.
13590 (ps-color-values): XEmacs compatibility.
13591 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13592 (ps-default-fg, ps-default-bg): Adjust customization.
13593 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13594 (ps-color-scale): Renaming old ps-color-value fun.
13595 (ps-print-headers): Replace ps-print-header group to avoid conflict
13596 with ps-print-header variable.
13597 (ps-print-miscellany): New group.
13598 (ps-format-color, ps-rgb-color): New funs.
13599 (ps-default-foreground): New var.
13600 (ps-printer-name-option): New const.
13601
136022000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13603
13604 * net/net-utils.el:
13605 (network-connection-host, network-connection-service): New variables
13606 (network-connection-mode): New mode, derived from comint-mode
13607 (network-connection-mode-setup): New function, saves host and
13608 service information in local variables.
13609
13610 * lisp/locate.el:
13611 (locate-word-at-point): Added this function
13612 (locate): Default to using locate-word-at-point as input
13613 Run dired-mode-hook
13614
136152000-03-29 Dave Love <fx@gnu.org>
13616
13617 * calendar/appt.el: Doc fixes.
13618 (appt-check): Convert min-to-app to a string before passing to
13619 appt-disp-window-function or concat.
13620 (appt-delete-window): Remove test for frame-root-window.
13621 (appt-select-lowest-window, appt-convert-time): Simplify.
13622
13623 * emacs-lisp/bytecomp.el: Doc fixes.
13624 (byte-compile-file-form-autoload): Update
13625 byte-compile-function-environment.
13626
136272000-03-29 Andreas Schwab <schwab@suse.de>
13628
13629 * emacs-lisp/autoload.el: Also print defsubst doc string
13630 specially.
13631
13632 * dired.el (dired-insert-directory): If dired-free-space-program
13633 failed just delete its output.
13634
136352000-03-29 Dave Love <fx@gnu.org>
13636
13637 * international/iso-cvt.el: Move provide to end. Doc fixes.
13638 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13639 (iso-iso2sgml, iso-sgml2iso): New functions.
13640 (iso-cvt-define-menu): Fix some entries and use backquote for
13641 clarity.
13642
13643 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13644
136452000-03-28 Gerd Moellmann <gerd@gnu.org>
13646
13647 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13648 ISO-DATE. If non-nil, return date in ISO 8601 format.
13649
136502000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13651
13652 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13653 if it ever becomes used.
13654 (log-edit-mode-hook): Default to vc-log-mode-hook.
13655 (log-edit-mode): Fix the docstring.
13656
13657 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13658 the code.
13659
136602000-03-26 Dave Love <fx@gnu.org>
13661
13662 * net/browse-url.el (browse-url): Re-fix case of
13663 browse-url-browser-function being an alist.
13664 (browse-url): Add :link to defgroup.
13665
13666 * files.el: Doc fixes.
13667 (file-truename): Include `[' in wildcard characters.
13668 (automount-dir-prefix): Customize.
13669 (find-file-wildcards): Add :version.
13670 (find-file-noselect): Simplify a mapcar call.
13671
13672 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13673 compatible with inf-lisp version.
13674 (eval-defun-1): Fix custom-declare-variable case.
13675
136762000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13677
13678 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13679
136802000-03-24 Gerd Moellmann <gerd@gnu.org>
13681
13682 * Makefile (COMPILE_FIRST): New macro.
13683 (compile-files): Compile files from COMPILE_FIRST first.
13684
13685 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13686 code.
13687
13688 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13689 matching open parenthesis in column 0 to defun-prompt-regexp
13690 only if open-paren-in-column-0-is-defun-start is set.
13691
13692 * sun-curs.el: Require CL at compile-time only.
13693
13694 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13695 instead of copy-list which is a function from CL.
13696 (msb--choose-menu, msb--mode-menu-cond)
13697 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13698 (msb--init-file-alist): Use mapcar instead of mapcan.
13699 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13700 `(' in column 0 in doc string.
13701 (msb--add-separators): Use mapcar instead of mapcan.
13702
13703 * cus-dep.el: Require CL at compile-time only.
13704
137052000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13706
13707 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13708 (byte-compile-warnings): New warning `noruntime'.
13709 (byte-compile-constants, byte-compile-variables): Fix docstring.
13710 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13711 execute `eval-whenc-compile's body.
13712 (byte-compile-unresolved-functions): Fix docstring.
13713 (byte-compile-eval): New function.
13714 (byte-compile-callargs-warn): Check if the function will be available
13715 at runtime (via property `byte-compile-noruntime').
13716 (byte-compile-print-syms): New function.
13717 (byte-compile-warn-about-unresolved-functions): Also warn about
13718 `noruntime' functions (and use `byte-compile-print-syms').
13719 (byte-compile-file): Capitalize the message.
13720
137212000-03-24 Gerd Moellmann <gerd@gnu.org>
13722
13723 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13724 (rmail-expunge): Ask for confirmation depending on the setting
13725 of rmail-confirm-expunge.
13726
137272000-03-23 Gerd Moellmann <gerd@gnu.org>
13728
13729 * Makefile (bootstrap-clean): If $(emacs) exists, build
13730 loaddefs.el first. A loaddefs.el that's not up-to-date might
13731 cause a bootstrap failure because things don't autoload as
13732 expected.
13733
137342000-03-23 Dave Love <fx@gnu.org>
13735
13736 * net/browse-url.el: Restore previous use of
13737 browse-url-maybe-new-window.
13738
137392000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13740
13741 * ps-print.el: Skip banner page fix.
13742 (ps-print-version): New version number (5.1.2).
13743 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13744
137452000-03-23 Dave Pearson <davep@davep.org>
13746
13747 * net/quickurl.el Changed the type of parameter passed to the
13748 function defined by `quickurl-format-function'. Before only the
13749 text of the URL was passed. Now the whole URL structure is passed
13750 and the function is responsible for extracting the parts it
13751 requires. Changed the default of `quickurl-format-function'
13752 accordingly.
13753 (quickurl-insert): Changed the `funcall' of
13754 `quickurl-format-function' to match the above change.
13755 (quickurl-list-insert): Changed the `url' case so that it makes
13756 use of `quickurl-format-function', previous to this the format was
13757 hard wired.
13758
137592000-03-22 Gerd Moellmann <gerd@gnu.org>
13760
13761 * startup.el: Change some spellings for the X Window System.
13762
137632000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13764
13765 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13766 up the code and the regexp and make sure the cursor is temporarily
13767 moved to the suspicious line while querying the user.
13768
137692000-03-22 Jason Rumney <jasonr@gnu.org>
13770
13771 * w32-fns.el (w32-charset-info-alist): Initialize.
13772
137732000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13774
13775 * ps-print.el: N-up last page fix.
13776 (ps-print-version): New version number (5.1.1).
13777 (ps-end-file, ps-end-job, ps-generate): Code fix.
13778
137792000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13780
13781 * files.el (find-file-run-dired): Update docstring.
13782 (find-directory-functions): New hook.
13783 (find-file-noselect): Run find-directory-functions rather than
13784 calling dired directly.
13785
13786 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13787
13788 * pcvs.el: Add a minimal leading commentary.
13789 (cvs-make-cvs-buffer): Change the header part by removing the startup
13790 message and adding a `Module' entry. Also replace the FOOTER and
13791 HEADER special fileinfos with the new support in ewoc for updating
13792 its own footer and header.
13793 (cvs-update-header): Update to use the header/footer of the ewoc.
13794 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13795 (cvs-is-within-p): New function.
13796 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13797 to only examine some subset of the buffers.
13798
13799 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13800 `format' instead of our own ad-hoc functions.
13801 Remove HEADER and FOOTER cases, now handled in the EWOC.
13802 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13803
13804 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13805 output to avoid scaring the user.
13806 (cvs-parse-table): Catch message for non-up-to-date commits.
13807
13808 * pcvs-defs.el (cvs-startup-message): Remove.
13809 (cvs-global-menu): New autoloaded menu.
13810
13811 * pcvs-util.el (cvs-string-fill): Remove.
13812
13813 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13814 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13815 PP part of it and also make it work for footers and headers.
13816 (ewoc-create): Drop POS and BUFFER arguments.
13817 Use the DLL's dummy node to store the end-of-footer position.
13818 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13819 (ewoc-refresh): Remove unused `header' variable.
13820 (ewoc-(get|set)-hf): New functions.
13821
13822 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13823 log-view-*-(message|file) and use easy-mmode-define-navigation.
13824 (log-view-message-re): Match SCCS format as well.
13825 And match the revision line rather than the dashed separator line.
13826 (log-view-mode): Use the new define-derived-mode.
13827 (log-view-current-tag): Fill in with an actual implementation.
13828
13829 * cvs-status.el (cvs-status-(prev|next)): Rename from
13830 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13831 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13832 to let the output "breathe" a little more (more readable).
13833 (cvs-status-mode): Use the new define-derived-mode.
13834
13835 * smerge-mode.el (smerge-auto-leave): New function and variable.
13836 (smerge-basic-map): Rename from smerge-basic-keymap.
13837 Change the bindings for smerge-diff-*.
13838 (smerge-*-map): Use easy-mmode-defmap.
13839 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13840 (smerge-keep-*): Use smerge-auto-leave.
13841
138422000-03-21 Jason Rumney <jasonr@gnu.org>
13843
13844 * cus-edit.el (custom-button-face): Use 3D look for w32.
13845 (custom-button-pressed-face): Likewise.
13846
138472000-03-21 Gerd Moellmann <gerd@gnu.org>
13848
13849 * progmodes/etags.el (tags-case-fold-search): New user-option.
13850 (tags-loop-eval): New function. Bind case-fold-search around eval
13851 depending on the value of tags-case-fold-search.
13852 (tags-loop-continue): Use tags-loop-eval.
13853 (find-tag-in-order): Bind case-fold-search depending on the value
13854 of tags-case-fold-search.
13855
138562000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13857
13858 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13859 (diff-end-of-hunk): Return the end position for use in
13860 `easy-mmode-define-navigation'.
13861 (diff-recenter): Remove.
13862 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13863 of `easy-mmode-define-navigation'.
13864 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13865 previous renaming) and fix to use new names.
13866 (diff-merge-strings): Use \n as separator: simpler, faster.
13867 (diff-mode): Use `define-derived-mode'.
13868
13869 * derived.el (define-derived-mode): Don't autoload anymore.
13870 Prefer the macro-only version provided by easy-mmode.el.
13871
13872 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13873 `easy-mmode-define-derived-mode'.
13874 Use `combine-run-hooks'.
13875 (easy-mmode-define-navigation): New macro.
13876
13877 * subr.el (combine-run-hooks): New function.
13878
138792000-03-21 Kenichi HANDA <handa@etl.go.jp>
13880
13881 * term/x-win.el: Fontsets related initialization is simplified.
13882
13883 * international/mule-diag.el (describe-font): Don't refer to
13884 global-fontset-alist, instead call font-list.
13885 (describe-fontset, list-fontsets, mule-diag): Likewise.
13886 (print-fontset): Adjusted for the change of fontset
13887 implementation.
13888
13889 * international/fontset.el (x-charset-registries): Variable
13890 removed, instead the corresponding data is stored in the default
13891 fontset.
13892 (register-alternate-fontnames): Function removed.
13893 (resolved-ascii-font): Variable removed.
13894 (x-compose-font-name): Ignore the second argument REDOCE.
13895 (x-complement-fontset-spec): Complement only an ASCII font and
13896 element for those charsets than can use that ASCII font.
13897 (generate-fontset-menu): Don't refer to global-fontset-alist,
13898 instead call fontset-list.
13899 (uninstantiated-fontset-alist): Variable removed.
13900 (x-style-funcs-alist): Likewise.
13901 (fontset-default-styles): Likewise.
13902 (x-modify-font-name): Function removed.
13903 (create-fontset-from-fontset-spec): Ignore the argument
13904 STYLE-VARIANT.
13905 (create-fontset-from-ascii-font): Docsting adjusted for the above
13906 change.
13907 (instantiate-fontset, resolve-fontset-name): Functions removed.
13908 (fontset-list): Now implemented by C code.
13909
13910 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13911 (describe-face): Include `font' attribute in the description.
13912
139132000-03-21 Kenichi Handa <handa@etl.go.jp>
13914
13915 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13916
139172000-03-20 Gerd Moellmann <gerd@gnu.org>
13918
13919 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13920 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13921 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13922
13923 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13924 about behavior of set-buffer-modified-p wrt redisplay.
13925
139262000-03-19 Richard M. Stallman <rms@gnu.org>
13927
13928 * view.el (view-mode-disable): Kill local binding of view-read-only.
13929
139302000-03-18 Gerd Moellmann <gerd@gnu.org>
13931
13932 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13933 is a string, convert it to a syntax cell using string-to-syntax.
13934
13935 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13936 (string-to-syntax): New function.
13937
13938 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13939 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13940 try to use passive ftp mode.
13941
139422000-03-17 Gerd Moellmann <gerd@gnu.org>
13943
13944 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13945
13946 * simple.el (append-to-buffer): Update point of windows after
13947 insertion.
13948
13949 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13950 forward then moving backward. Reindent.
13951
13952 * frame.el (other-frame): Call x-focus-frame only if
13953 focus-follows-mouse is off.
13954
139552000-03-17 Dave Love <fx@gnu.org>
13956
13957 * pcvs-util.el (cvs-strings->string): Rename
13958 replace-regexps-in-string.
13959
139602000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13961
13962 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13963 regexp for labels cannot span several lines.
13964
13965 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13966 `(setq :<key> ':<key>)' to the macro expansion.
13967
139682000-03-16 Dave Love <fx@gnu.org>
13969
13970 * progmodes/f90.el (f90): Put custom group under `languages', not
13971 `fortran'.
13972 (f90-mode-hook): Customize.
13973 (f90-mode): Set add-log-current-defun-function.
13974 (f90-current-defun): New function.
13975
139762000-03-16 Gerd Moellmann <gerd@gnu.org>
13977
13978 * cus-edit.el (custom-variable-tag-face): Handle case that
13979 default face's height is not a number.
13980 (custom-face-tag-face, custom-group-tag-face-1)
13981 (custom-group-tag-face): Ditto.
13982 (custom-group-tag-face-1): Add :group.
13983
13984 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13985
139862000-03-15 Gerd Moellmann <gerd@gnu.org>
13987
13988 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13989 requiring easymenu.
13990
139912000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13992
13993 * ps-print.el: PostScript user-defined prologue, PostScript error
13994 handler, doc fix.
13995 (ps-print-version): New version number (5.1).
13996 (ps-user-defined-prologue, ps-error-handler-message)
13997 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13998 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13999 (ps-insert-string): New function.
14000
140012000-03-15 Kenichi Handa <handa@etl.go.jp>
14002
14003 * international/ccl.el (ccl-compile-expression): Don't generate
14004 invalid self-assignment code.
14005
140062000-03-14 Dave Love <fx@gnu.org>
14007
14008 * subr.el (replace-regexp-in-string): Renamed from
14009 replace-regexps-in-string. Doc fix.
14010
140112000-03-12 Dave Love <fx@gnu.org>
14012
14013 * cus-edit.el: Doc fixes.
14014 (customize-set-variable, customize-save-variable): Rename args for
14015 doc.
14016 (custom-variable-tag-face, custom-face-tag-face)
14017 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14018 style which user identify as hyperlink.
14019 (hook): Don't add undefined functions to the hook.
14020 (debug-ignored-errors): Transfer message from bindings.el.
14021
140222000-03-12 Gerd Moellmann <gerd@gnu.org>
14023
14024 * recentf.el (recentf-keep-non-readable-files-p): Remove
14025 double/nested definition.
14026
140272000-03-12 Dave Love <fx@gnu.org>
14028
14029 * facemenu.el (facemenu-get-face): Use display-color-p.
14030 * enriched.el (enriched-decode-foreground): Likewise.
14031 (enriched-decode-background): Likewise.
14032 * isearch.el (isearch-highlight): Likewise.
14033 * info-look.el (info-lookup): Likewise.
14034 * simple.el (completion-setup-function): Likewise.
14035
14036 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14037 :options.
14038
14039 * bindings.el (mode-line-format): Fix line-number and
14040 column-number items. Add help-echo for the background.
14041 (mode-line-mule-info): Modify help-echo.
14042
14043 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14044
14045 * files.el (load-file): Allow completion to .elc.
14046
14047 * man.el: Doc fixes.
14048 (Man-init-defvars): Use display-color-p to set fontification.
14049
14050 * play/hanoi.el (hanoi-internal): Don't use oddp.
14051
140522000-03-12 Gerd Moellmann <gerd@gnu.org>
14053
14054 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14055
14056 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14057
140582000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14059
14060 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14061 Fix comment.
14062
140632000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14064
14065 * font-lock.el (font-lock-keywords): Fix the doc now that
14066 regexp-opt-depth is unnecessary.
14067 (save-buffer-state): Set an edebug spec.
14068 (font-lock-fontify-anchored-keywords): Properly handle the case when
14069 the matcher goes past the limit.
14070
14071 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14072 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14073
14074 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14075 dll.el and cookie.el (from Elib) with heavy renaming and other
14076 massaging.
14077
14078 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14079 Autoload the functions used.
14080 (easy-mmode-define-syntax): Fix CL typo.
14081 (easy-mmode-define-derived-mode): Improve the docstring generation.
14082
140832000-03-10 Gerd Moellmann <gerd@gnu.org>
14084
14085 * textmodes/texinfo.el (texinfo-version): Variable and function
14086 removed.
14087
140882000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14089
14090 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14091 allow more flexibility.
14092 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14093 fns.
14094 (easy-mmode-defmap, easy-mmode-defsyntax)
14095 (easy-mmode-define-derived-mode): New macros.
14096
140972000-03-09 Didier Verna <didier@xemacs.org>
14098
14099 * rect.el (replace-rectangle): New function.
14100
141012000-03-09 Dave Love <fx@gnu.org>
14102
14103 * progmodes/fortran.el (fortran-comment-line-start): Define as
14104 "C".
14105 (fortran-comment-line-start-skip): Don't match cpp stuff.
14106 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14107 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14108 (fortran-mode): Don't set fortran-comment-line-start-skip,
14109 fortran-comment-line-start here. Set comment-start,
14110 add-log-current-defun.
14111 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14112 (fortran-current-defun): New function.
14113
141142000-03-09 Gerd Moellmann <gerd@gnu.org>
14115
14116 * emacs-lisp/re-builder.el: New file.
14117
14118 * mouse.el (mouse-drag-region): Don't run up-event handler
14119 if hscroll has changed.
14120
14121 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14122 builtin operators, use `font-lock-builtin-face' for Emacs and
14123 `font-lock-preprocessor-face' otherwise.
14124
14125 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14126 `(defun (setf foo)' differently.
14127
141282000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14129
14130 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14131 (regexp-opt): Update comment and adapt the code the new meaning of
14132 the `paren' argument of regex-opt-group for shy-groups.
14133 (regexp-opt-depth): Handle shy groups as well as backslashed
14134 backslashes.
14135 (regexp-opt-group): Turn the leading comment into a docstring.
14136 Allow `paren' to be a string (the string to use to open a group).
14137 Remove open-presuf and close-presuf. Instead of checking for `all
14138 one-char' and then later on check for `several one-char', handle
14139 both cases close together. Also apply a more generic algorithm
14140 for suffixes (the mirror image of the algorithm used for
14141 prefixes). Use shy-groups. Use nreverse rather than reverse.
14142 (regexp-opt-try-suffix): Removed.
14143
14144 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14145 from comint-mode-map, so we can just inherit from it. Also, move
14146 the initialization into the `defvar' since there's no docstring
14147 anyway and it's fairly short.
14148 (inferior-scheme-mode): Define it as derived-mode: the code is
14149 shorter and this way we inherit from comint-mode-map rather than
14150 copying it.
14151
14152 * subr.el (replace-regexps-in-string): Properly handle the case
14153 where we match an empty string.
14154
14155 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14156 when the command has a directory component (such as "./testml").
14157 Also fix a typo in the comment.
14158
141592000-03-08 Gerd Moellmann <gerd@gnu.org>
14160
14161 * Makefile (compile-files): Compile files one by one because
14162 that's the only way to ensure a clean compilation environment for
14163 each individual file.
14164
14165 * frame.el (other-frame): Call x-focus-frame.
14166
141672000-03-07 Dave Love <fx@gnu.org>
14168
14169 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14170 :require to defcustom.
14171
14172 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14173 lists.
14174
14175 * files.el (auto-mode-alist): Add configure.in.
14176
14177 * progmodes/autoconf.el: New file.
14178
141792000-03-07 Gerd Moellmann <gerd@gnu.org>
14180
14181 * mail/mh-e.el: Change maintainer to `none'.
14182
14183 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14184 to remove-hook and add-hook.
14185
141862000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14187
14188 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14189 it as the default.
14190 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14191 (sendmail-send-it): Conditionally add MIME headers specifying the
14192 used character set.
14193
141942000-03-07 Dave Love <fx@gnu.org>
14195
14196 * winner.el: Fix keywords, autoload cookies. Split
14197 eval-when-compile form to avoid compilation failure.
14198
141992000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14200
14201 * international/mule.el: Modify comment about coding system
14202 property `coding-category'.
14203 (make-coding-system): New argument EOL-TYPE. Pay attention to
14204 coding-category property of PROPERTIES.
14205
14206 * international/mule-conf.el (coding-category-utf-8,
14207 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14208 categories. Include them in the argument for set-coding-priority.
14209
14210 * international/mule-cmds.el (reset-language-environment): Include
14211 coding-category-utf-8, coding-category-utf-16-be, and
14212 coding-category-utf-16-le in the argument for set-coding-priority.
14213 (reset-language-environment): Initialize coding-category-utf-8,
14214 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14215
142162000-03-06 Karl Fogel <kfogel@red-bean.com>
14217
14218 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14219 code abstracted out of `bookmark-jump-noselect'. Now tries info
14220 extensions as well as compression extensions.
14221 (bookmark-jump-noselect): Use above new func.
14222
142232000-03-03 Gerd Moellmann <gerd@gnu.org>
14224
14225 * strokes.el: Change maintainer's mail address.
14226
142272000-03-03 Kenichi Handa <handa@etl.go.jp>
14228
14229 * international/mule-diag.el (list-character-sets): Make help-echo
14230 string by substitute-command-keys.
14231 (list-character-sets): Likewise.
14232 (sort-listed-character-sets): Call help-setup-xref.
14233
142342000-03-02 Gerd Moellmann <gerd@gnu.org>
14235
14236 * time.el (display-time-mail-file): Add `none' to the list of
14237 choices.
14238
142392000-03-01 Dave Love <fx@gnu.org>
14240
14241 * help.el (help-xref-go-back): Don't try to set position.
14242
14243 * international/mule-diag.el (list-character-sets): Call
14244 help-setup-xref. Add help-echo to xrefs.
14245 (list-character-sets-1): Add help-echo to xrefs.
14246
142472000-03-02 Gerd Moellmann <gerd@gnu.org>
14248
14249 * frame.el (blink-cursor-mode): Switch cursor on when turning
14250 the mode off.
14251
14252 * add-log.el (add-log-current-defun): Add support for
14253 Autoconf mode.
14254
14255 * mail/rmail.el (rmail-quit-hook): New variable.
14256
142572000-03-01 Dave Love <fx@gnu.org>
14258
14259 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14260
14261 * help.el (help-xref-button): Add help-echo arg.
14262 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14263
14264 * faces.el (list-faces-display): Supply help-echo with
14265 help-make-xrefs.
14266
14267 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14268 nil.
14269
142702000-03-01 Gerd Moellmann <gerd@gnu.org>
14271
14272 * image.el (defimage): Look for image files in load-path.
14273
14274 * frame.el (busy-cursor-delay-seconds): Change type to
14275 `number'.
14276
142772000-03-01 David Ponce <david.ponce@wanadoo.fr>
14278
14279 * recentf.el (recentf): Added version tag to the defgroup of
14280 recentf.
14281
142822000-03-01 David Ponce <david.ponce@wanadoo.fr>
14283
14284 * recentf.el (recentf-cleanup): Changed to remove excluded file
14285 too.
14286 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14287 action to select/unselect a file.
14288 (recentf-edit-list): Code cleanup and improvement.
14289 (recentf-open-more-files-action): `recentf-open-more-files' button
14290 widget action to open a file.
14291 (recentf-open-more-files): No more use standard completion but
14292 widgets.
14293 (recentf-more-collection): Deleted.
14294 (recentf-more-history): Deleted.
14295 (recentf-setup-more-completion): Deleted.
14296
142972000-03-01 David Ponce <david.ponce@wanadoo.fr>
14298
14299 * recentf.el (recentf-mode): No more needs that Emacs is running
14300 under a window-system.
14301
143021999-03-01 David Ponce <david.ponce@wanadoo.fr>
14303
14304 * recentf.el (recentf-edit-list): New command to edit the recent
14305 list which allow the user to remove files.
14306 (recentf-edit-selected-items): New global variable, used by
14307 `recentf-edit-list' to hold the list of files to be removed from
14308 the recent list.
14309 (recentf-make-menu-items): Updated to display a "Edit list..."
14310 menu item. Minor code cleanup.
14311
143121999-03-01 David Ponce <david.ponce@wanadoo.fr>
14313
14314 * recentf.el (recentf-open-more-files): New command to open files
14315 that are not displayed in the menu.
14316 (recentf-more-collection): New global variable holding the set of
14317 permissible completions used by `recentf-open-more-files'.
14318 (recentf-more-history): New global variable holding the history list
14319 used by `recentf-open-more-files' completion.
14320 (recentf-setup-more-completion): New function to setup completion for
14321 `recentf-open-more-files'.
14322 (recentf-make-menu-items): Updated to display a "More..." menu item.
14323
143241999-03-01 David Ponce <david.ponce@wanadoo.fr>
14325
14326 * recentf.el (recentf-menu-action): Doc fixed.
14327
143281999-03-01 David Ponce <david.ponce@wanadoo.fr>
14329
14330 * recentf.el (recentf-menu-filter): Doc updated.
14331 (recentf-update-menu-hook): Allow menu filters to force menu update.
14332 (recentf-make-menu-items): New menu filter handling.
14333 (recentf-make-menu-item): New helper function.
14334 (recentf-menu-elements): New menu handling function.
14335 (recentf-sort-ascending): Updated to new menu filter handling.
14336 (recentf-sort-descending): Updated to new menu filter handling.
14337 (recentf-sort-basenames-ascending): New menu filter function.
14338 (recentf-sort-basenames-descending): New menu filter function.
14339 (recentf-show-basenames): New menu filter function.
14340 (recentf-show-basenames-ascending): New menu filter function.
14341 (recentf-show-basenames-descending): New menu filter function.
14342
143432000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14344
14345 * diary-lib.el (list-diary-entries): Don't try to go forward at
14346 the end of the buffer.
14347
143482000-02-29 Kenichi Handa <handa@etl.go.jp>
14349
14350 * international/mule-diag.el (list-character-sets): Completely
14351 rewritten.
14352 (sort-listed-character-sets): New function.
14353 (list-character-sets-1): Completely rewritten.
14354 (list-character-sets-2): New function.
14355 (non-iso-charset-alist): New variable.
14356 (decode-codepage-char): New function.
14357 (charset-history): New variable.
14358 (read-charset) (list-block-of-chars)
14359 (list-iso-charset-chars)
14360 (list-non-iso-charset-chars)
14361 (list-charset-chars): New functions.
14362 (mule-diag): Call list-character-sets-2, not
14363 list-character-sets-2.
14364 (dump-charsets): Likewise.
14365
143662000-02-29 Gerd Moellmann <gerd@gnu.org>
14367
14368 * dired-x.el (dired-filename-at-point): Add `@' to valid
14369 file name characters.
14370 (dired-filename-at-point): Handle ange-ftp file names.
14371
14372 * frame.el (frame-notice-user-settings): Use assq-delete-all
14373 instead of assoc-delete-all.
14374 (frame-notice-user-settings): Ditto.
14375
14376 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14377 Don't copy alist.
14378
143792000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14380
14381 * calculator.el (calculator-use-menu): New option.
14382 (calculator-initial-bindings): Changed some bindings to work as
14383 macros.
14384 (calculator-forced-input): Removed.
14385 (calculator-restart-other-mode): New variable.
14386 (calculator-mode-map): Set up menu.
14387
143882000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14389
14390 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14391 tags.
14392
143932000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14394
14395 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14396 translate all ESC key sequences.
14397 (viper-goto-mark-subr): restore markers for files for which
14398 they were saved.
14399 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14400 * viper-util.el (viper-set-replace-overlay-glyphs,
14401 viper-set-replace-overlay): always check if the replacement
14402 overlay is live.
14403 * viper.el (viper-vi-state-mode-list): added major modes.
14404 * ediff-wind.el: minor comment changes.
14405 * ediff.el: copyright notice date fix.
14406
144072000-02-27 Jason Rumney <jasonr@gnu.org>
14408
14409 * faces.el (face-font-family-alternatives): Add arial to helv.
14410 (mode-line, header-line, tool-bar): Same default as x for w32.
14411 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14412 face-font-family-alternatives from working.
14413 * term/w32-win.el (mouse-set-font): Do not build fontset from
14414 chosen font.
14415
144162000-02-25 Sam Steingold <sds@goems.com>
14417
14418 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14419 properly.
14420
144212000-02-25 Richard M. Stallman <rms@gnu.org>
14422
14423 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14424
144252000-02-25 Gerd Moellmann <gerd@gnu.org>
14426
14427 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14428 writable.
14429
14430 * frame.el (busy-cursor-delay-seconds): New option.
14431
144322000-02-24 Gerd Moellmann <gerd@gnu.org>
14433
14434 * frame.el (show-cursor-in-non-selected-windows): New option.
14435
144362000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14437
14438 * diary-lib.el (include-other-diary-files): Undo the selective
14439 display in any included file and don't kill it.
14440
144412000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14442
14443 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14444 bar. Menu items converted to (menu-item format, help strings
14445 added.
14446 [downcase, upcase]: Don't enable on MS-DOS.
14447 [symlink, symlinks]: Don't show if make-symbolic-link is not
14448 bound.
14449 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14450
144512000-02-23 Dave Love <fx@gnu.org>
14452
14453 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14454 (backward-kill-word): Revert addition of * to interactive spec --
14455 it's a feature.
14456
14457 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14458 (backward-kill-sentence, kill-sentence): Likewise.
14459
14460 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14461 scratch buffer name.
14462 (gud-format-command): Use int-to-string in ?l case. Simplify
14463 slightly.
14464
14465 * term/w32-win.el (internal-face-interactive): Update prompt for
14466 new read-face-name.
14467
14468 * mail/footnote.el (footnote): Add :version to defgroup.
14469 (footnote-section-tag-regexp): Customize.
14470 (footnote-start-tag, footnote-end-tag): New option.
14471 (footnote-latin-regexp): New variable.
14472 (Footnote-latin): New function.
14473 (footnote-style-alist): Add element for latin style.
14474 (footnote-style): Moved.
14475 (Footnote-goto-footnote): Use eq to test arg.
14476
14477 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14478
14479 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14480 (byte-compile-trueconstp): Include keywords.
14481 (byte-optimize-quote, byte-optimize-lapcode): Use
14482 byte-compile-const-symbol-p.
14483 (byte-optimize-char-before): New optimization.
14484
14485 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14486 (byte-compile-const-symbol-p): New function.
14487 (byte-compile-constp, byte-compile-out-toplevel)
14488 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14489 Use it.
14490
14491 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14492
144932000-02-23 Kenichi Handa <handa@etl.go.jp>
14494
14495 * international/encoded-kb.el: Be sure to update minor-mode-alist
14496 and minor-mode-map-alist.
14497 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14498 codes SS2 and SS3 correctly.
14499 (encoded-kbd-self-insert-ccl): New function.
14500 (encoded-kbd-setup-keymap): New function.
14501 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14502 by calling encoded-kbd-setup-keymap.
14503
14504 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14505 characters.
14506 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14507 locally.
14508
145092000-02-22 Dave Love <fx@gnu.org>
14510
14511 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14512 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14513 defvar.
14514 (lisp-mode-syntax-table): Set up for #|...|# comments.
14515 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14516 classes. Match `defface'.
14517 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14518 (eval-defun-1): Fix for defcustom.
14519 (lisp-indent-region): Doc fix.
14520
14521 * subr.el (when, unless, split-string): Doc fix.
14522 (read-passwd): Move call of clear-this-command-keys to the right
14523 place.
14524 (replace-regexps-in-string): New function.
14525
145262000-02-22 Gerd Moellmann <gerd@gnu.org>
14527
14528 * help.el (describe-variable): Set syntax table to
14529 emacs-lisp-mode-syntax-table when moving forward over the
14530 symbol's name.
14531
145322000-02-22 Dave Love <fx@gnu.org>
14533
14534 * xt-mouse.el: Doc fixes.
14535 (xterm-mouse-position-function): New function, replacing advice of
14536 mouse-position.
14537 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14538
14539 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14540
145412000-02-21 Gerd Moellmann <gerd@gnu.org>
14542
14543 * format.el (format-annotate-single-property-change): Handle
14544 properties.with dotted-list values.
14545 (format-proper-list-p): New function.
14546
14547 * enriched.el (enriched-face-ans): Handle '(foreground-color
14548 . COLOR) and (background-color . COLOR).
14549
145502000-02-20 Dave Love <fx@gnu.org>
14551
14552 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14553 and assignments to it.
14554 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14555 current local map.
14556 (make-flyspell-overlay): Use it.
14557 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14558
14559 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14560 (lm-get-header-re): Defun, not defsubst.
14561 (lm-get-package-name): Defun, not defsubst. Simplify.
14562 (lm-version): Doc fix. Simplify.
14563 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14564 (lm-crack-address, lm-last-modified-date, lm-commentary)
14565 (lm-verify, lm-synopsis): Simplify.
14566 (lm-report-bug): Require emacsbug. Use compose-mail.
14567
145682000-02-20 Gerd Moellmann <gerd@gnu.org>
14569
14570 * dired.el (dired-mode): Call propertized-buffer-identification
14571 to set mode-line-buffer-identification to something having
14572 the right text properties.
14573
14574 * bindings.el (propertized-buffer-identification): New function.
14575
145762000-02-20 Dave Love <fx@gnu.org>
14577
14578 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14579 check for t-mouse too.
14580
14581 * cus-start.el: Make echo-keystrokes `number'.
14582
145832000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14584
14585 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14586 Don't call ring-empty-p unless tags-location-ring is bound.
14587 From Noah Friedman <friedman@splode.com>.
14588
145892000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14590
14591 * progmodes/hideshow.el (hs-flag-region): No longer use
14592 `intangible' overlay property.
14593
14594 (hs-toggle-hiding): New command.
14595 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14596
14597 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14598 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14599 and deactivation.
14600
146012000-02-18 Gerd Moellmann <gerd@gnu.org>
14602
14603 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14604
146052000-02-17 Gerd Moellmann <gerd@gnu.org>
14606
14607 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14608
14609 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14610 of `*' to handle `(* ... *)' comments.
14611
146122000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14613
14614 * faces.el (list-faces-display): Use display-mouse-p instead of
14615 window-system.
14616
14617 * menu-bar.el (global-map): Menu-bar items converted to the new
14618 format (menu-item..., rearranged for better CUA compliance, and
14619 their names changed for better clarity. Help strings added.
14620
14621 * international/mule-cmds.el (mule-menu-keymap)
14622 (describe-language-environment-map, set-coding-system-map)
14623 (setup-language-environment-map): Convert to new (menu-item...
14624 form, add help strings. Change names of menu items for better
14625 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14626 submenu).
14627
146282000-02-17 Gerd Moellmann <gerd@gnu.org>
14629
14630 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14631 within the code.
14632
146332000-02-16 Dave Love <fx@gnu.org>
14634
14635 * faces.el: Don't require custom. Add more specific :groups to
14636 various deffaces.
14637 (set-face-attribute): Purecopy args.
14638 (read-face-name): Default to name at point and use it in prompt.
14639 Remove colon from arg in all callers.
14640 (list-faces-display): Hyperlink to face descriptions and customize
14641 buffers.
14642
146432000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14644
14645 * wid-edit.el (widget-match-inline): An atom never matches a
14646 list.
14647
146482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14649
14650 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14651 at ':' characters by call to split-string.
14652
146532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14654
14655 * textmodes/bibtex.el: Added RCS version identification.
14656
146572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14658
14659 * textmodes/bibtex.el: Some temporary comments removed.
14660 (bibtex-field-name, bibtex-entry-type): Made the relationship
14661 explicit.
14662 (bibtex-field-const): Allow capital letters.
14663 (bibtex-start-of-string): Deleted because unused.
14664
14665 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14666 use the term 'reference' to describe a bibtex entry as a whole.
14667 Further, reference keys are no longer called 'labels'.
14668 (bibtex-keys): Renamed to bibtex-reference-keys.
14669 (bibtex-reformat-previous-labels): Renamed to
14670 bibtex-reformat-previous-reference-keys.
14671 (bibtex-reference-type): Renamed to bibtex-entry-type.
14672 (bibtex-reference-head): Renamed to bibtex-entry-head.
14673 (bibtex-reference-maybe-empty-head): Renamed to
14674 bibtex-entry-maybe-empty-head.
14675 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14676 (bibtex-search-reference): Renamed to bibtex-search-entry.
14677 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14678 bibtex-enclosing-entry-maybe-empty-head.
14679 (bibtex-entry-field-alist, bibtex-entry-head,
14680 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14681 bibtex-map-entries, bibtex-search-entry,
14682 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14683 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14684 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14685 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14686 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14687 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14688 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14689
146902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14691
14692 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14693 comment.
14694 (bibtex-format-field-delimiters): New function, functionality
14695 extracted from bibtex-format-entry.
14696 (bibtex-autokey-get-yearfield-digits): New function, functionality
14697 extracted from bibtex-autokey-get-yearfield.
14698
14699 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14700 entries in order to avoid stack overflow in the regexp matcher if
14701 field contents become large.
14702 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14703 bibtex-field-string-part-not-braced,
14704 bibtex-field-string-part-no-inner-braces,
14705 bibtex-field-string-part-1-inner-brace,
14706 bibtex-field-string-part-2-inner-braces,
14707 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14708 bibtex-field-string-quoted, bibtex-field-string,
14709 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14710 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14711 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14712 as parsing is now performed by the following functions.
14713 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14714 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14715 bibtex-parse-field-string, bibtex-search-forward-field-string,
14716 bibtex-parse-association, bibtex-field-name-for-parsing,
14717 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14718 bibtex-search-forward-field, bibtex-search-backward-field,
14719 bibtex-start-of-field, bibtex-end-of-field,
14720 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14721 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14722 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14723 bibtex-parse-string, bibtex-search-forward-string,
14724 bibtex-search-backward-string, bibtex-start-of-string,
14725 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14726 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14727 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14728 entries. Instead of reporting the results of the parsing by
14729 match-beginning or match-end, these functions return data structures
14730 that hold the corresponding positions.
14731 (bibtex-enclosing-field): Changed to also report field boundaries by
14732 return values rather than by match-beginning or match-end. The
14733 following functions have been adapted to use the new parsing
14734 functions.
14735 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14736 bibtex-enclosing-field, bibtex-format-entry,
14737 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14738 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14739 bibtex-print-help-message, bibtex-end-of-entry,
14740 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14741 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14742 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14743 method for parsing.
14744 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14745 bibtex-map-entries, bibtex-flash-head,
14746 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14747 bibtex-autokey-change, bibtex-autokey-get-namefield,
14748 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14749 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14750 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14751 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14752 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14753 order to make the new binding of case-fold-search immediately
14754 visible.
14755
147562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14757
14758 * textmodes/bibtex.el: Copyright notice is up to date.
14759 Added constant 'bibtex-maintainer-salutation.
14760
14761 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14762 than make-temp-name, use match-string-no-properties and eliminate
14763 a quadratic behavior when building bibtex-strings.
14764
14765 * bibtex.el (bibtex-reference-key): Accept string entries whose
14766 reference key contains upper case letters.
14767
147682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14769
14770 * bibtex.el (bibtex-reference-head): Allow entries to start with
14771 a new line.
14772
147732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14774
14775 * bibtex.el: Hiding of entry bodies is not longer provided by
14776 bibtex.el directly. Instead the hideshow package can be used.
14777 Added a special bibtex entry to hs-special-modes-alist.
14778 (bibtex-hs-forward-sexp): Added for hideshow.el.
14779
147802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14781
14782 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14783 at ':' characters by call to split-string.
14784
147852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14786
14787 * textmodes/bibtex.el: Added RCS version identification.
14788
147892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14790
14791 * textmodes/bibtex.el: Some temporary comments removed.
14792 (bibtex-field-name, bibtex-entry-type): Made the relationship
14793 explicit.
14794 (bibtex-field-const): Allow capital letters.
14795 (bibtex-start-of-string): Deleted because unused.
14796
14797 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14798 use the term 'reference' to describe a bibtex entry as a whole.
14799 Further, reference keys are no longer called 'labels'.
14800 (bibtex-keys): Renamed to bibtex-reference-keys.
14801 (bibtex-reformat-previous-labels): Renamed to
14802 bibtex-reformat-previous-reference-keys.
14803 (bibtex-reference-type): Renamed to bibtex-entry-type.
14804 (bibtex-reference-head): Renamed to bibtex-entry-head.
14805 (bibtex-reference-maybe-empty-head): Renamed to
14806 bibtex-entry-maybe-empty-head.
14807 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14808 (bibtex-search-reference): Renamed to bibtex-search-entry.
14809 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14810 bibtex-enclosing-entry-maybe-empty-head.
14811 (bibtex-entry-field-alist, bibtex-entry-head,
14812 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14813 bibtex-map-entries, bibtex-search-entry,
14814 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14815 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14816 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14817 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14818 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14819 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14820 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14821
148222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14823
14824 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14825 comment.
14826 (bibtex-format-field-delimiters): New function, functionality
14827 extracted from bibtex-format-entry.
14828 (bibtex-autokey-get-yearfield-digits): New function, functionality
14829 extracted from bibtex-autokey-get-yearfield.
14830
14831 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14832 entries in order to avoid stack overflow in the regexp matcher if
14833 field contents become large.
14834 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14835 bibtex-field-string-part-not-braced,
14836 bibtex-field-string-part-no-inner-braces,
14837 bibtex-field-string-part-1-inner-brace,
14838 bibtex-field-string-part-2-inner-braces,
14839 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14840 bibtex-field-string-quoted, bibtex-field-string,
14841 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14842 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14843 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14844 as parsing is now performed by the following functions.
14845 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14846 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14847 bibtex-parse-field-string, bibtex-search-forward-field-string,
14848 bibtex-parse-association, bibtex-field-name-for-parsing,
14849 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14850 bibtex-search-forward-field, bibtex-search-backward-field,
14851 bibtex-start-of-field, bibtex-end-of-field,
14852 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14853 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14854 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14855 bibtex-parse-string, bibtex-search-forward-string,
14856 bibtex-search-backward-string, bibtex-start-of-string,
14857 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14858 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14859 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14860 entries. Instead of reporting the results of the parsing by
14861 match-beginning or match-end, these functions return data structures
14862 that hold the corresponding positions.
14863 (bibtex-enclosing-field): Changed to also report field boundaries by
14864 return values rather than by match-beginning or match-end. The
14865 following functions have been adapted to use the new parsing
14866 functions.
14867 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14868 bibtex-enclosing-field, bibtex-format-entry,
14869 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14870 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14871 bibtex-print-help-message, bibtex-end-of-entry,
14872 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14873 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14874 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14875 method for parsing.
14876 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14877 bibtex-map-entries, bibtex-flash-head,
14878 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14879 bibtex-autokey-change, bibtex-autokey-get-namefield,
14880 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14881 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14882 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14883 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14884 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14885 order to make the new binding of case-fold-search immediately
14886 visible.
14887
148882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14889
14890 * textmodes/bibtex.el: Copyright notice is up to date.
14891 Added constant 'bibtex-maintainer-salutation.
14892
14893 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14894 than make-temp-name, use match-string-no-properties and eliminate
14895 a quadratic behavior when building bibtex-strings.
14896
14897 * bibtex.el (bibtex-reference-key): Accept string entries whose
14898 reference key contains upper case letters.
14899
149002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14901
14902 * bibtex.el (bibtex-reference-head): Allow entries to start with
14903 a new line.
14904
149052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14906
14907 * bibtex.el: Hiding of entry bodies is not longer provided by
14908 bibtex.el directly. Instead the hideshow package can be used.
14909 Added a special bibtex entry to hs-special-modes-alist.
14910 (bibtex-hs-forward-sexp): Added for hideshow.el.
14911
149122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14913
14914 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14915 proceedings entry type (for cross referencing). Thanks to Wagner
14916 Toledo Correa for the suggestion.
14917
14918 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14919
149202000-02-14 Kenichi Handa <handa@etl.go.jp>
14921
14922 * international/characters.el: Setup case table for Vietnamese.
14923
149242000-02-12 Gerd Moellmann <gerd@gnu.org>
14925
14926 * uniquify.el (toplevel): Require CL at compile time.
14927 (uniquify-push): Removed.
14928
14929 * shadowfile.el (shadow-when): Removed.
14930
14931 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14932 (tempo-process-and-insert-string): Use dolist instead of
14933 tempo-dolist.
14934
14935 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14936 regexp for paragraph-start.
14937
14938 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14939 commas as well.
14940
149412000-02-10 Dave Love <fx@gnu.org>
14942
14943 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14944 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14945 Deleted.
14946 (widget-specify-field, widget-specify-button): Don't use
14947 widget-mouse-help as help-echo property.
14948 (default): Use #'ignore for :validate and :mouse-down-action.
14949 (checkbox): Add help-echo.
14950 (widget-sexp-validate): Rewritten to clarify error messages.
14951 (character): Use char-valid-p in :match function.
14952 (widget-color-complete): Use facemenu-color-alist.
14953 (widget-color-action): Use facemenu-read-color.
14954
14955 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14956 set up `caar' &c that we now have.
14957
149582000-02-09 Ray Blaak <blaak@gnu.org>
14959
14960 * delphi.el: Make resourcestring a declaration region, like const
14961 and var.
14962
149632000-02-09 Dave Love <fx@gnu.org>
14964
14965 * bindings.el (mode-line-input-method-map): New variable.
14966 (mode-line-mule-info): Use it; fix last change.
14967 (mode-line-mode-menu): Move definition.
14968 (mode-line-mouse-sensitive-p): Deleted.
14969 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14970 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14971 level.
14972
14973 * startup.el (command-line-1): Don't call
14974 make-mode-line-mouse-sensitive.
14975
149762000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14977
14978 * mail/rmail.el (rmail-retry-failure): Use
14979 rmail-beginning-of-message before rmail-toggle-header, because the
14980 former toggles headers.
14981
149822000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14983
14984 * diff-mode.el (diff-kill-junk): New interactive function.
14985 (diff-reverse-direction): Use delete-and-extract-region.
14986 (diff-post-command-hook): Restrict the area so that the hook also works
14987 outside of any diff hunk. This is necessary for the minor-mode.
14988 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14989 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14990
14991 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14992 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14993 so that it can be used more easily in <foo>-mode-hook. Also make sure
14994 to avoid duplicate entries.
14995 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14996 (font-lock-remove-keywords): Just as was done for `add', allow it to
14997 work even if font-lock-mode is nil. Also make sure we don't modify
14998 any pre-existing list by forcing a copy-sequence. Finally rename
14999 `major-mode' to `mode'.
15000 (font-lock-fontify-syntactic-anchored-keywords)
15001 (font-lock-fontify-anchored-keywords)
15002 (font-lock-fontify-keywords-region): Use line-end-position.
15003 Don't make `font-lock-multiline' local (it's now done in
15004 font-lock-set-defaults).
15005 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15006 move the `font-lock-fontified' creation to inside the `unless'.
15007
150082000-02-06 Andrew Innes <andrewi@gnu.org>
15009
15010 * term/w32-win.el (x-handle-args): Comment out call to message,
15011 which occurs before window system is initialized.
15012
15013 * makefile.nt: Add support for recompiling lisp code.
15014
150152000-02-04 Dave Love <fx@gnu.org>
15016
15017 * bindings.el (mode-line-mule-info): Fix/extend last change.
15018
15019 * completion.el: Replace completion-dolist with dolist.
15020
15021 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15022 dotimes.
15023
150242000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15025
15026 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15027 environment names before they go into the section regexp.
15028
15029 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15030 char class in regexp.
15031
15032 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15033 `case-fold-search' to nil.
15034
15035 * progmodes/idlwave.el (idlwave-template): Respect
15036 `idlwave-abbrev-change-case'.
15037 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15038 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15039 idlwave-while): respect `idlwave-reserved-word-upcase'.
15040 (idlwave-rw-case): New function.
15041 (idlwave-statement-match): Fixed problem with assignment regexp.
15042 (idlwave-font-lock-keywords): Improved regexp for keyword
15043 parameters.
15044 (idlwave-surround): New argument LENGTH to support padding of
15045 operators longer than 1 char.
15046
15047 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15048 idlwave-shell-expression-overlay. Implemented printing of
15049 expressions on higher levels of the calling stack.
15050 (idlwave-shell-display-level-in-calling-stack): Restore stack
15051 level.
15052 (idlwave-retrieve-expression-from-level): New function.
15053 (idlwave-shell-last-calling-stack): Variable removed.
15054 (idlwave-shell-reset): Argument action reversed (`visible' to
15055 `hidden'). Also remove stop-line overlay.
15056 (idlwave-shell-calling-stack-routine): New variable.
15057 (idlwave-shell-parse-stack-and-display): Messages now display
15058 negative level numbers.
15059 (idlwave-shell-mode): Set `modeline-format'.
15060 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15061 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15062 21.
15063 (idlwave-shell-print-expression-function): New option.
15064
15065 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15066 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15067 `tool-bar' instead of `toolbar'.
15068
150692000-02-02 Dave Love <fx@gnu.org>
15070
15071 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15072 emacs-lisp-mode-hook. Don't check for defalias being defined.
15073
15074 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15075 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15076 the new builtins directly.
15077
15078 * whitespace.el (whitespace): Add :version to defgroup.
15079
15080 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15081 Doc fix.
15082
15083 * thingatpt.el (sexp-at-point, symbol-at-point)
15084 (number-at-point, list-at-point): Add autoload cookie.
15085
15086 * recentf.el (recentf): Add :version to defgroup.
15087
15088 * quickurl.el (quickurl): Add :version to defgroup.
15089
15090 * elide-head.el (elide-head): Use point-marker more.
15091
15092 * bs.el (bs): Add :version to defgroup.
15093
15094 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15095
15096 * progmodes/delphi.el (delphi): Add :version to defgroup.
15097
150982000-02-02 Gerd Moellmann <gerd@gnu.org>
15099
15100 * ange-ftp.el (ange-ftp-write-region): Handle case that
15101 succeeding process operation sets a different coding system.
15102
15103 * calculator.el: New file.
15104
151052000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15106
15107 * frame.el (frames-on-display-list, framep-on-display): New
15108 functions.
15109 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15110 (display-selections-p, display-screens, display-pixel-width)
15111 (display-pixel-height, display-mm-width, display-mm-height)
15112 (display-backing-store, display-save-under, display-planes)
15113 (display-color-cells, display-visual-class): New functions.
15114
15115 * term/tty-colors.el (tty-color-gray-shades): New function.
15116
15117 * faces.el (display-color-p): Use framep-on-display.
15118 (display-grayscale-p): New function.
15119
151202000-01-31 Dave Love <fx@gnu.org>
15121
15122 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15123 (create-fontset-from-x-resource): Don't concat integers.
15124
151252000-01-31 Inge Frick <inge@nada.kth.se>
15126
15127 * view.el: Some changes in documentation. Removed some trailing
15128 whitespace. Changed some parameter names to agree with
15129 documentation.
15130 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15131 window is not deleted. Modifies change 1998-04-26.
15132
151332000-01-31 Gerd Moellmann <gerd@gnu.org>
15134
15135 * windmove.el: New file.
15136
15137 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15138 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15139 progmodes/ebnf-yac.el: Update copyright and license info.
15140
15141 * jit-lock.el (jit-lock-function): Widen before calculating end
15142 position.
15143 (jit-lock-stealth-chunk-start): Rewritten.
15144
15145 * info.el (Info-title-face-alist): Removed.
15146 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15147 faces.
15148 (Info-fontify-node): Use these faces.
15149
151502000-01-30 Gerd Moellmann <gerd@gnu.org>
15151
15152 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15153 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15154 `&allow-other-keywords'.
15155
15156 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15157 the list of directories scanned heuristically.
15158
15159 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15160 exist.
15161
151622000-01-30 Jason Rumney <jasonr@gnu.org>
15163
15164 * w32-fns.el: Define w32-tty-standard-colors.
15165
15166 * startup.el (command-line): Use w32-tty-standard-colors when in
15167 w32 console mode.
15168
151692000-01-30 Dave Love <fx@gnu.org>
15170
15171 * jka-compr.el (jka-compr-load): Fix up load-history.
15172
15173 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15174
15175 * emacs-lisp/cl-macs.el: Revert previous change.
15176
151772000-01-29 Dave Love <fx@gnu.org>
15178
15179 * facemenu.el: Purecopy various strings.
15180
15181 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15182 years. Deal with three-digit years.
15183
15184 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15185 defconst, purecopy.
15186 (help-back-label): Purecopy it.
15187
151882000-01-18 Gerd Moellmann <gerd@gnu.org>
15189
15190 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15191 variable. If non-nil, order the buffer list according to the
15192 currently selected frame.
15193 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15194 non-nil, pass the selected frame to function buffer-list.
15195
151962000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15197
15198 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15199
152002000-01-28 Dave Love <fx@gnu.org>
15201
15202 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15203
15204 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15205 Don't use lisp-indent-hook property.
15206 (cl-abs): Remove.
15207
15208 * subr.el: Move out indent and edebug specs for when and unless.
15209
15210 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15211 when, unless.
15212
15213 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15214 unless, when.
15215
152162000-01-28 Gerd Moellmann <gerd@gnu.org>
15217
15218 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15219 `collecting' as synonym for `collect'.
15220
15221 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15222 for the case it contains spaces.
15223
15224 * simple.el (what-cursor-position): Change formatting of
15225 messages.
15226
15227 * frame.el (delete-other-frames): New function.
15228 (toplevel): Bind it to C-x 5 1.
15229
15230 * sort.el (sort-numeric-base): New option.
15231 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15232 interpret it as octal or hexadecimal. Use sort-numeric-base
15233 as default base.
15234
15235 * progmodes/glasses.el: New file.
15236
152372000-01-27 Gerd Moellmann <gerd@gnu.org>
15238
15239 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15240 userids differently.
15241
15242 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15243 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15244 progmodes/ebnf-yac.el: New files.
15245
152462000-01-26 Dave Love <fx@gnu.org>
15247
15248 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15249 on a function with an empty body. [From Eric Ludlam.]
15250
152512000-01-25 Andre Spiegel <spiegel@gnu.org>
15252
15253 * vc.el (vc-version-diff): Make sure file name is expanded.
15254
152552000-01-25 Gerd Moellmann <gerd@gnu.org>
15256
15257 * scroll-bar.el (scroll-bar-timer): Variable removed.
15258 (scroll-bar-toolkit-scroll): Don't use a timer.
15259
152602000-01-25 Kenichi Handa <handa@etl.go.jp>
15261
15262 * language/thai-util.el (thai-composition-function): Delete
15263 superfluous `a'.
15264
152652000-01-24 Dave Love <fx@gnu.org>
15266
15267 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15268 end-of-defun-function.
15269
15270 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15271 &c.
15272
152732000-01-22 Jason Rumney <jasonr@gnu.org>
15274
15275 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15276 conflicts with new face support.
15277
152782000-01-22 Richard M. Stallman <rms@gnu.org>
15279
15280 * replace.el (query-replace): Rename last arg to DELIMITED.
15281 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15282 (query-replace-regexp): Likewise.
15283
152842000-01-20 Richard M. Stallman <rms@gnu.org>
15285
15286 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15287
15288 * emacs-lisp/lisp.el (beginning-of-defun-function):
15289 Variable renamed from beginning-of-defun.
15290 Do not call make-variable-buffer-local.
15291 (beginning-of-defun-raw): Use new variable name; doc fix.
15292 (beginning-of-defun): Doc fix.
15293 (end-of-defun-function): Variable renamed from end-of-defun.
15294 Do not call make-variable-buffer-local.
15295 (end-of-defun): Use new variable name; doc fix.
15296
15297 * subr.el (dolist, dotimes): Copied from cl-macs.el
15298 and made to work.
15299
15300 * mail/undigest.el (rmail-digest-end-regexps):
15301 Variable replaces rmail-digest-end-regexp.
15302 Allows multiple regexps for detecting the end line.
15303 (undigestify-rmail-message): Corresponding changes.
15304
153052000-01-19 Dave Love <fx@gnu.org>
15306
15307 * files.el (user-init-file): Don't declare here -- is primitive.
15308
15309 * startup.el (command-line): Check for compiled user-init-file and
15310 set to uncompiled version if necessary.
15311
153122000-01-18 Gerd Moellmann <gerd@gnu.org>
15313
15314 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15315 (undigestify-rmail-message): Use it.
15316
15317 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15318
153192000-01-17 Gerd Moellmann <gerd@gnu.org>
15320
15321 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15322 of mini-buffer.
15323
153242000-01-14 Gerd Moellmann <gerd@gnu.org>
15325
15326 * emacs-lisp/copyright.el (copyright-update): Removed the
15327 requirement for a trailing space from `copyright-regexp', to
15328 support copyrights with owner specified on a separate line..
15329
15330 * align.el: New file.
15331
15332 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15333
15334 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15335
153362000-01-13 Dave Love <fx@gnu.org>
15337
15338 * ph.el: Removed. (Obsoleted by EUDC.)
15339
153402000-01-13 Gerd Moellmann <gerd@gnu.org>
15341
15342 * net/eudc.el (toplevel): Remove autoloaded code installing
15343 menu with easymenu, because that causes build problems.
15344
15345 * frame.el (frame-notice-user-settings): New variable.
15346 (frame-notice-user-settings): Don't modify frame parameters
15347 if called a second time.
15348
153492000-01-13 Richard M. Stallman <rms@gnu.org>
15350
15351 * frame.el (frame-notice-user-settings):
15352 Notice default-frame-parameters even for non-window frames.
15353
153542000-01-13 Gerd Moellmann <gerd@gnu.org>
15355
15356 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15357 for Emacs.
15358 (eudc-bob-can-display-inline-images): Extend for Emacs.
15359 (eudc-bob-toggle-inline-display): Ditto.
15360 (eudc-bob-display-jpeg): Ditto.
15361
153622000-01-12 Gerd Moellmann <gerd@gnu.org>
15363
15364 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15365 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15366 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15367
15368 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15369 nil)'.
15370
15371 * subdirs.el: Add `net' directory.
15372
15373 * net: New directory.
15374
15375 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15376 eval-last-sexp. Don't bind debug-on-error here.
15377 (eval-last-sexp): New function. Bind debug-on-error if
15378 eval-expression-debug-on-error is non-nil.
15379 (eval-defun-2, eval-defun): Likewise.
15380
15381 * simple.el (eval-expression): Don't bind debug-on-error if
15382 eval-expression-debug-on-error is nil. Detect changed
15383 debug-on-error, and propagate new value to global binding, if
15384 eval-expression-debug-on-error is non-nil,
15385 (eval-expression-debug-on-error): Change doc string.
15386
153872000-01-11 Richard M. Stallman <rms@gnu.org>
15388
15389 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15390
15391 * emacs-lisp/lisp-mode.el (with-syntax-table):
15392 Set up lisp-indent-function property.
15393
15394 * subr.el (with-syntax-table): Moved from simple.el.
15395
15396 * simple.el (with-syntax-table): Moved to subr.el.
15397
153982000-01-11 Gerd Moellmann <gerd@gnu.org>
15399
15400 * tmm.el (tmm-shortcut): Delete region after prompt instead
15401 of erasing buffer.
15402
15403 * textmodes/fill.el (fill-common-string-prefix): New function.
15404 (fill-context-prefix): Use the longest common prefix of first
15405 and second line fill prefix, if there is one.
15406
154072000-01-11 Richard M. Stallman <rms@gnu.org>
15408
15409 * array.el (array-mode): Don't use make-variable-buffer-local.
15410 Use make-local-variable for `truncate-lines'.
15411
154122000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15413
15414 * add-log.el (add-log-current-defun): Handle user-defined
15415 add-log-current-function returning nil,
15416
15417 * add-log.el (add-change-log-entry): Insert version number
15418 if having found a current function
15419
15420 * add-log.el (add-log-current-defun): Call
15421 `add-log-current-defun-function'. Try matches at level 0 and
15422 level 1. Strip whitespace from defun found.
15423
154242000-01-10 John Wiegley <johnw@gnu.org>
15425
15426 * allout.el (isearch-done/outline-provisions): Added `edit'
15427 argument to correspond with the current definition of
15428 `isearch-done'.
15429
154302000-01-10 Dave Love <fx@gnu.org>
15431
15432 * elide-head.el (elide-head): Use point-marker, not point.
15433
154342000-01-10 Gerd Moellmann <gerd@gnu.org>
15435
15436 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15437 before and after the year 2000.
15438
15439 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15440 Add ispell- prefix.
15441
154422000-01-10 Ken Stevens <k.stevens@ieee.org>
15443
15444 * ispell.el: Only define dictionaries in menus when they exist.
15445 (version18p): New variable.
15446 (version20p): New variable.
15447 (xemacsp): New variable.
15448 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15449 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15450 (ispell-dictionary-alist6): Russian command lines no longer accept
15451 run-together words.
15452 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15453 (ispell-dictionary-alist): Add koi8-r to customize definition.
15454 (check-ispell-version): Added documentation string. Returns
15455 library path when called non-interactively.
15456 (ispell-menu-map-needed): Uses new variables.
15457 (ispell-library-path): New variable.
15458 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15459 (ispell-word): Improved documentation string. Test for valid
15460 character mappings. Correctly check typed in word changes that can
15461 result in single words split into multiple words. Returns
15462 replacement word.
15463 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15464 replace in recursive query replace mode. Help message for
15465 recursive edit mode.
15466 (ispell-show-choices): Protect against bad framepop bindings.
15467 (ispell-help): Fix to work with XEmacs.
15468 (ispell-highlight-spelling-error): Use new variables.
15469 (ispell-overlay-window): Fix to work with XEmacs.
15470 (ispell-parse-output): Passed and returns location information
15471 tracking spelling corrections. Doesn't recheck same word on
15472 current line.
15473 (ispell-init-process): Protect against bogus XEmacs variable binding.
15474 Fix call to single argument in sleep-for. Use new variables.
15475 (ispell-region): Passed and returns location information tracking
15476 spelling corrections. Doesn't check same word on current line.
15477 Improved documentation string. Doesn't resend a line already
15478 checked to the ispell process - fixes bug in LaTeX parsing.
15479 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15480 (ispell-skip-region): No longer skips <TT> in SGML.
15481 (ispell-process-line): Tracks location information with spelling
15482 corrections. Added documentation string. Accounts for words
15483 already accepted on this line. Don't allow query-replace on line
15484 starting with math characters. Doesn't resend a line already sent
15485 to ispell process. Fixes alignment error bug.
15486
154872000-01-10 Richard M. Stallman <rms@gnu.org>
15488
15489 * dired-x.el (dired-guess-shell-alist-default):
15490 Suggest xloadimage, which is free, not xv, which isn't.
15491
15492 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15493 Don't ever include the host name or user name in the value.
15494
154952000-01-09 Gerd Moellmann <gerd@gnu.org>
15496
15497 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15498 of a real newline.
15499
155002000-01-09 Stephen Eglen <stephen@gnu.org>
15501
15502 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15503 for .png files.
15504
155052000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15506
15507 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15508
155092000-01-09 Gerd Moellmann <gerd@gnu.org>
15510
15511 * progmodes/cperl-mode.el: Replace ^F with ^L.
15512
15513 * sendmail.el (toplevel): Provide `sendmail' when compiling
15514 before `require'ing rmail and mailalias to prevent infinite
15515 recursion.
15516
155172000-01-08 Dave Love <fx@gnu.org>
15518
15519 * emacs-lisp/backquote.el: Remove inappropriate customization
15520 (allowing custom.el to use backquote).
15521
155222000-01-07 Dave Love <fx@gnu.org>
15523
15524 * add-log.el (add-log-debugging): Deleted.
15525 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15526 file. Remove debugging code.
15527 (change-log-get-method-definition, change-log-name): Add doc.
15528 (change-log-sortable-date-at): New function.
15529 (change-log-merge): New command.
15530
15531 * time.el (display-time-string-forms): Make the Mail string active.
15532 (display-time-update): Provide help-echo for load average.
15533
15534 * bindings.el (make-mode-line-mouse2-map): New function.
15535 (mode-line-modified): Use it and simplify.
15536 (mode-line-mule-info): Provide help-echo info.
15537 (minor-mode-alist): Activate the strings.
15538 (make-mode-line-mouse-sensitive): Simplify for
15539 mode-line-buffer-identification.
15540
155412000-01-07 Gerd Moellmann <gerd@gnu.org>
15542
15543 * play/pong.el: New file.
15544
155452000-01-06 Dave Love <fx@gnu.org>
15546
15547 * array.el: Assorted cleanups for compiler warnings, doc strings,
15548 `array-' prefix for symbols.
15549
155502000-01-05 Dave Love <fx@gnu.org>
15551
15552 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15553 outline-headers-as-kill.
15554 (outline-mode): Define imenu-generic-expression.
15555 (outline-headers-as-kill): New command.
15556
15557 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15558 from paragraph-start.
15559 (paragraph-indent-minor-mode): New command.
15560
15561 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15562 M-C-e, M-C-h, C-j, C-xnd, TAB.
15563 (fortran-mode): Set beginning-of-defun, end-of-defun.
15564 (fortran-column-ruler): Simplify.
15565 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15566 (fortran-with-subprogram-narrowing): Likewise.
15567 (fortran-indent-subprogram): Call mark-defun.
15568 (fortran-check-for-matching-do): Change narrowing.
15569
15570 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15571 (cl-lucid-hash-tag): Delete.
15572 (cl-hash-table-p): Correct test for native table.
15573 (cl-hash-table-count): Use hash-table-count.
15574
15575 * browse-url.el (browse-url): Fix case of
15576 browse-url-browser-function being an alist.
15577
155782000-01-05 Carsten Dominik <cd@gnu.org>
15579
15580 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15581 (reftex-index-phrase-file-extension): New options.
15582
15583 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15584 Use new option `reftex-index-phrase-file-extension'.
15585
15586 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15587 `reftex-parse-file-extension'.
15588
155892000-01-05 Dave Love <fx@gnu.org>
15590
15591 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15592 (beginning-of-defun-raw): Use it.
15593 (end-of-defun): New variable.
15594 (end-of-defun): Use it.
15595 (check-parens): New command.
15596
155972000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15598
15599 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15600 (hs-show-block): Don't use `mapcar' when not accumulating.
15601
15602 Fix buglet in local variables initialization.
15603
156042000-01-05 Andreas Schwab <schwab@suse.de>
15605
15606 * hscroll.el (hscroll): Doc fix.
15607
156082000-01-05 Carsten Dominik <cd@gnu.org>
15609
15610 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15611 idlw-toolbar.
15612
15613 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15614 file idlw-rinfo.el.
15615 (idlwave-customize): load must read file idlw-shell.el.
15616 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15617
156182000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15619
15620 * progmodes/idlw-shell.el: Also provide idlwave-shell
15621 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15622 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15623
15624 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15625 both reftex-dcr and reftex-vcr.
15626
15627 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15628
156292000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15630
15631 * ps-print.el: PostScript code now is in separate files, doc fix.
15632 (ps-print-version): New version number (5.0.3).
15633 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15634 local.
15635 (ps-spool-config): Initialization fix.
15636 (ps-print-prologue-1, ps-print-prologue-2)
15637 (ps-print-duplex-feature): PostScript code moved to separated file.
15638 (ps-background-image): Little code reformating.
15639 (ps-begin-file, ps-begin-job): Fix code.
15640 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15641 (ps-prologue-file): New fun.
15642
156432000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15644
15645 * ps-vars.el: Eliminated.
15646
15647 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15648 `;;;###autoload'.
15649
15650 * ps-print.el: ps-vars eliminated, doc fix.
15651 (ps-print-version): New version number (5.0.2).
15652 (ps-spool-config): Initialization fix.
15653 (ps-print-customize): New fun.
15654
156552000-01-04 Gerd Moellmann <gerd@gnu.org>
15656
15657 * autorevert.el (auto-revert-mode): Return value of
15658 auto-revert-mode.
15659
156602000-01-04 Dave Love <fx@gnu.org>
15661
15662 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15663 menu items.
15664
156652000-01-03 Dave Love <fx@gnu.org>
15666
15667 * elide-head.el (elide-head) [defgroup]: Add :version.
15668
15669 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15670 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15671 `cl-hash-table-p', not `hash-table-p'.
15672 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15673
156742000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15675
15676 * faces.el (face-read-integer, read-face-attribute)
15677 (color-defined-p, color-values): unspecified-{f,b}g are now
15678 strings.
15679
156802000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15681
15682 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15683 at comment end, and re-insert them after filling.
15684
156852000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15686
15687 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15688 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15689 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15690
156912000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15692
15693 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15694 the new name of face-color-supported-p.
15695
15696 * term/w32-win.el (xw-defined-colors): Likewise.
15697
156982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15699
15700 * simple.el (completion-setup-function): Count completion-size
15701 from minibuffer-prompt-end, not from point-min.
15702
157032000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15704
15705 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15706 Pass the frame to tty-color-* functions.
15707 (display-color-p, frame-set-background-mode): Pass the frame to
15708 tty-display-color-p.
15709
15710 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15711 tty-color-alist.
15712 (tty-color-alist, tty-modify-color-alist): New functions.
15713 (tty-color-define, tty-color-clear, tty-color-approximate)
15714 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15715 an optional parameter FRAME.
15716
157172000-01-01 Gerd Moellmann <gerd@gnu.org>
15718
15719 * image.el (create-image, defimage): Don't assume image data is a
15720 string.
15721
15722 * image.el (defimage): Handle specifications containing :data
15723 instead of :file.
15724 (image-type-from-data): New function.
15725 (image-type-from-file-header): Use it.
15726 (create-image): Add parameter DATA-P.
15727
15728See ChangeLog.8 for earlier changes.
15729
15730;; Local Variables:
15731;; coding: iso-2022-7bit
15732;; End: